/*
 Theme Name:   Com et Net Child
 Description:  Com et Net Child Theme
 Author:       com-et-net.com
 Author URI:   https://com-et-net.com/
 Template:     com-et-net
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  com-et-net
*/
/*
font-family: "Poppins", sans-serif;

font-family: "Exo", sans-serif;

font-family: "Acme", sans-serif;

orange : F47629

Bleu : 2D7DBC

jaune : FFB902

noir : 000000
*/

html {
  font-size: 16px;
}

@media (max-width: 767px) {
  #containerH1EntryTitle {
    color: #000;
  }

  .vc_row-o-equal-height>.vc_col-has-fill {
    min-height: 400px;
  }
}

.error-404 .page-header {
  text-align: center;
}

ul,
ol {
  padding: 0;
  margin-left: 30px;
}

#breadcrumbWrap ol {
  margin-left: 0;
  margin-bottom: 0;
}

td,
th {
  border-width: 1px;
  padding: 5px;
}

.wpcf7 .label-contact {
  display: inline-block;
  width: 150px;
  font-weight: bold;
}

.astered {
  color: red;
}

.post,
.page {
  margin: 0;
}

.search-results .entry-summary {
  margin: 1.5em 0;
}

/* Visually hidden class */
.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

body.error404 {
  padding-top: 0;
}

body.error404 #masthead,
body.error403 #masthead {
  display: none;
}

body.error404 .error-404 .page-header,
body.error403 .error-403 .page-header {
  text-align: center;
}

body.error404 .site-main,
body.error403 .site-main {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  color: #000;
}

h1 {
  font-family: "Exo", sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  color: #000;
  text-transform: uppercase;
  margin-top: 0.7em;
}

h2 {
  font-family: "Exo", sans-serif;
  font-weight: 700;
  font-size: 2.188rem;
  color: #FFB902;
  text-transform: none;
  margin-top: 0.7em;
}

h3 {
  font-family: "Exo", sans-serif;
  font-weight: 700;
  font-size: 1.875rem;
  color: #000;
  margin-top: 0.7em;
}

a {
  color: #F47629;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #FFB902;
}

.btn-orange,
.lien-cta a {
  background-color: #F47629;
  color: #fff;
  border-radius: 0;
  border: 1px solid #F47629;
  padding: 10px 20px;
  display: inline-block;
  text-align: center;
  transition: all .3s ease-in;
}

.btn-orange:hover,
.btn-orange:focus,
.lien-cta a:hover,
.lien-cta a:focus {
  background-color: #fff;
  color: #F47629;
}

.wpcf7 #formVictimeFoudre .label-contact {
  display: inline-block;
  width: 215px;
  font-weight: 600;
}

.rangee-bgcolor {
  background-color: #f3f3f3;
  padding-top: 33px;
}

.rangee-bgnone {
  padding-top: 33px;
}


/* .wpcf7 #formVictimeFoudre .label-textarea {
  font-weight: 600;
}
.wpcf7 #formDegatsFoudre label {
  font-weight: 600;
} */

/* Masthead */
#masthead {
  margin-top: 0;
}

#masthead .site-branding {
  display: block;
  background-color: #F47629;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding: 7px 0;
}

#masthead .site-branding .container {
  display: flex;
  justify-content: space-between;
}

#masthead .site-branding .conteneur-contact-header {
  display: flex;
  align-items: center;
  gap: 15px;
}

#masthead .site-branding .conteneur-contact-header p {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 0;
  font-size: 1rem;
}

#masthead .site-branding .conteneur-contact-header svg {
  width: 20px;
  height: 20px;
  stroke-width: 1.5;
}

#masthead .site-branding a {
  color: #fff;
}

#masthead .site-branding .search-form {
  display: flex;
  align-items: center;
  max-width: 325px;
  width: 100%;
  justify-content: end;
}

#masthead .site-branding .search-field {
  border: none;
  padding: 0 12px;
  font-size: 14px;
  width: 100%;
  max-width: 325px;
  height: 22px;
  outline: none;
  border-radius: 0;
}

#masthead .site-branding .search-submit {
  background: none;
  border: none;
  padding: 0 5px;
  cursor: pointer;
  display: flex;
  align-items: center;
  /* color: white; */
}

#masthead .site-branding .search-submit svg {
  stroke: white;
  width: 20px;
  height: 20px;
}

#masthead .site-branding .search-submit svg {
  transition: filter 0.3s ease, transform 0.3s ease;
}

/* Au survol : éclaircissement + effet "halo" blanc */
#masthead .site-branding .search-submit:hover svg {
  filter: drop-shadow(0 0 4px rgba(255, 255, 255, 0.7));
  transform: scale(1.1);
  stroke: #ffffff;
}

#masthead #site-navigation {
  font-size: 1.15rem;
  border-bottom: 1px solid #e5e5e5;
}

#masthead #site-navigation .container {
  position: relative;
}

#masthead #site-navigation .logo-header-container {
  position: absolute;
  z-index: 5;
  left: 12px;
  top: 20px;
}

#masthead #site-navigation .logo-header-container img {
  max-width: 100%;
  height: auto;
  width: 160px;
  background-color: #fff;
  padding: 10px;
}

#masthead #site-navigation.fixed .logo-header-container {
  top: 0;
}

#masthead #site-navigation.fixed .logo-header-container img {
  width: 100px;
}

.home #masthead #bandeau {
  display: none;
}

#masthead #bandeau {
  display: block;
  background-image: url(img/default-featured-image.jpg);
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
}

#masthead #bandeau .conteneur {
  display: flex;
  flex-direction: column;
  justify-content: end;
  text-align: right;
  height: 100%;
  padding-right: 85px;
}

#masthead #bandeau #titreBandeau {
  margin-bottom: 0;
  font-family: "Exo", sans-serif;
  font-size: 3.125rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
  text-shadow: 3px 2px 4px #000;
}

#masthead #bandeau #titreBandeau span {
  color: #FFB902;
}

#masthead #bandeau #sousTitreBandeau {
  font-family: "Poppins", sans-serif;
  font-size: 1.563rem;
  font-weight: 300;
  margin-bottom: 30px;
  text-shadow: 3px 2px 4px #000;
}


/* Navigation */
nav#site-navigation,
ul.sub-menu {
  background-color: #fff;
}

nav#site-navigation ul {
  text-transform: none;
  justify-content: end;
}

nav#site-navigation li a {
  padding: 15px 15px;
  color: #000;
  border-bottom: 3px solid transparent;
  transition: all 0.35s ease-in;
}

nav#site-navigation li a:hover,
nav#site-navigation li a:focus,
nav#site-navigation li.current-menu-item a {
  color: #000;
  background-color: #fff;
  border-bottom: 3px solid #FFB902;
  border-radius: 0;
}

nav#site-navigation ul ul a {
  padding: 5px 15px;
  color: #000;
  border-bottom: none;
}

.main-navigation ul ul a {
  width: max-content;
}

nav#site-navigation ul ul a:hover,
nav#site-navigation ul ul a:focus,
nav#site-navigation ul ul li.current-menu-item a {
  border-bottom: none;
  color: #FFB902;
}

nav#site-navigation.fixed {
  z-index: 4;
}

/* Footer */
footer#colophon {
  background-color: #000;
  padding: 20px;
}

#containerInfosContact {
  text-align: left;
  color: #fff;
}

footer#colophon .site-info a {
  text-decoration: none;
  font-size: 1.25rem;
}

footer#colophon .site-info {
  text-align: left;
  color: #fff;
  padding: 0;
}

#containerLogosMembres {
  background-image: url(img/bg-rectangle.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 50px;
  padding-bottom: 50px;
}

#containerLogosMembres h2 {
  text-align: center;
  text-transform: uppercase;
  color: #000;
}

#containerLogosMembres h2 span {
  color: #FFB902;
}

.logos-membres-morales {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 25px;
}

.logos-membres-morales img {
  max-width: 200px;
  max-height: 90px;
  width: auto;
  height: auto;
  margin: 22px !important;
  display: block;
}

.liste-membres-physiques {
  list-style: none;
  padding: 0;
  margin: 0;
  column-gap: 2rem;
}

@media screen and (min-width: 768px) {
  .liste-membres-physiques {
    columns: 2;
  }
}

.liste-membres-physiques li {
  break-inside: avoid;
  margin-bottom: 0.5em;
}

/* contenu */
.site-main {
  background-image: url(img/bg-aura.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center top;
}

.home .site-main {
  background-image: none;
}

/* Conteneur général : disposition en ligne qui s’adapte */
.forums {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  /* espace entre les blocs */
  justify-content: flex-start;
  /* ou center si tu veux centrer */
}

/* Chaque forum (bloc <p>) */
.forums p {
  margin: 0;
  flex: 0 1 200px;
  /* largeur mini + adaptable */
}

/* Lien stylé avec icône PDF */
.forums p a {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  /* color: #000; */
  border: 1px solid #ccc;
  padding: 0.5em;
  border-radius: 6px;
  transition: background 0.2s ease;
}

.forums p a:hover {
  background: #f5f5f5;
}

.forums p a::before {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url('/wp-content/uploads/picto-pdf.jpg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
}

/* Post */
.post .entry-footer {
  text-align: right;
}

.post #rangeePostGrid {
  background-color: #EFEFEF;
  padding-top: 85px;
  padding-bottom: 85px;
  margin-top: 35px;
}

.post #rangeePostGrid #titrePostGrid {
  font-family: "Exo", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  text-transform: uppercase;
}

.post #rangeePostGrid .vc_gitem-zone {
  border-radius: 5px;
}

.post #rangeePostGrid .vc_gitem_row .vc_gitem-col {
  padding: 40px 25px;
}

.post #rangeePostGrid .vc_gitem-post-data-source-post_title {
  font-family: "Exo", sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
  color: #000;
}

.post #rangeePostGrid .vc_gitem-post-data-source-post_title h4 {
  margin: 0;
}

.post #rangeePostGrid .vc_gitem-post-data-source-post_excerpt {
  font-size: 1.125rem;
  font-weight: 300;
}

.post #rangeePostGrid .vc_gitem-post-data-source-post_excerpt p {
  margin-bottom: 0;
}

.post #rangeePostGrid .vc_btn3-container {
  margin-bottom: 0;
}

.post #rangeePostGrid .vc_btn3.vc_btn3-size-md {
  background-color: transparent;
  color: #F47629;
  font-size: 1.125rem;
  padding: 0;
}

.post #rangeePostGrid .vc_btn3.vc_btn3-size-md:hover,
.post #rangeePostGrid .vc_btn3.vc_btn3-size-md:focus {
  color: #FFB902;
}

.post-tags {
  text-align: right;
  margin-left: 50%;
}

.tags-list-inline {
  display: inline;
  /* Le <ul> devient un flux inline */
  padding: 0;
  margin: 0;
  list-style: none;
}

.tags-list-inline li {
  display: inline;
  margin-right: 0.5em;
}

.tag-link {
  text-decoration: none;
  color: #F47629;
}

.tags-label {
  font-weight: bold;
  color: #F47629;
}


/* === Shortcode [apf_post_grid] === */

/* Grille principale */
.apf-post-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

/* Colonne (utilise Bootstrap 5 col-md-4) */
.apf-post-grid .col-md-4 {
  display: flex;
}

/* Card article */
.apf-post-card {
  display: flex;
  flex-direction: column;
  flex: 1;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  margin-bottom: 20px !important;
}

/* Image */
.apf-post-card img {
  width: 100%;
  height: 275px;
  object-fit: cover;
  display: block;
}

/* Contenu */
.apf-post-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 40px 25px;
}

/* Titre */
.apf-post-content h4 {
  font-family: "Exo", sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
  color: #000;
  margin: 0 0 1rem 0;
}

/* Extrait */
.apf-post-content p {
  font-size: 1.125rem;
  font-weight: 300;
  color: #000;
  margin-bottom: 1rem;
  flex-grow: 1;
  /* pousse le lien vers le bas si possible */
}

/* Lien bouton */
.apf-post-link {
  align-self: flex-start;
  font-size: 1.125rem;
  color: #F47629;
  background: transparent;
  border: none;
  padding: 0;
  text-decoration: underline;
  cursor: pointer;
  transition: color 0.3s ease;
  margin-top: auto;
  /* pousse le bouton vers le bas */
}

.apf-post-link:hover,
.apf-post-link:focus {
  color: #FFB902;
  text-decoration: underline;
}

/* === Fin du shortcode [apf_post_grid] === */

/* === Shortcode [apf_post_grid_multi] === */
.apf-multi-grid .apf-post-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.apf-multi-grid .apf-post-card-wrapper {
  display: flex;
  flex-direction: column;
}

.apf-multi-grid .apf-post-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.apf-multi-grid .apf-post-content .link-cat {
  color: #F47629;
  text-decoration: none;
  font-weight: bold;
}

.apf-multi-grid .apf-post-content .btn-cat {
  margin-top: 25px;
  font-size: 1.125rem;
  background-color: #F47629;
  color: #fff;
  border-radius: 0;
  border: 1px solid #F47629;
  padding: 10px 20px;
  display: inline-block;
  text-align: center;
  transition: all .3s ease-in;
}

.apf-multi-grid .apf-post-content .btn-cat:hover,
.apf-multi-grid .apf-post-content .btn-cat:focus {
  background-color: #fff;
  color: #F47629;
}

/* === Fin du shortcode [apf_post_grid_multi] === */


/* shortcode Post Grid */
/* Grille des articles (utilise Bootstrap 5 : .row et .col) */
/* Conteneur principal de la grille */
/* .apf-post-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 2rem;
  margin-bottom: 2rem;
} */

/* Colonne Bootstrap (déjà gérée par BS5, ici pour le rappel si besoin) */
/* .apf-post-grid .col-md-4 {
  display: flex;
} */

/* Carte de post */
/* .apf-post-card {
  display: flex;
  flex-direction: column;
  border-radius: 5px;
  overflow: hidden;
  background-color: #f9f9f9;
  flex: 1;
} */

/* Image */
/* .apf-post-card img {
  width: 100%;
  height: auto;
  object-fit: cover;
} */

/* Contenu du post */
/* .apf-post-content {
  padding: 40px 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
} */

/* Titre */
/* .apf-post-content h4 {
  font-family: "Exo", sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
  color: #000;
  margin: 0 0 1rem 0;
} */

/* Extrait */
/* .apf-post-content p {
  font-size: 1.125rem;
  font-weight: 300;
  margin-bottom: 1rem;
  color: #000;
} */

/* Bouton */
/* .apf-post-content .apf-post-link {
  align-self: flex-start;
  font-size: 1.125rem;
  color: #F47629;
  background: transparent;
  border: none;
  padding: 0;
  text-decoration: underline;
  cursor: pointer;
  transition: color 0.3s ease;
} */

/* .apf-post-content .apf-post-link:hover,
.apf-post-content .apf-post-link:focus {
  color: #FFB902;
  text-decoration: underline;
} */


/* === Accueil === */
.home .entry-content {
  margin: 0;
}

.home #rangeeVideo video {
  width: 100%;
  display: block;
}

.home #rangeeVideo .wpb_content_element {
  margin-bottom: 0;
}

.home #rangeeSlider .wpb_gallery {
  margin-bottom: 0;
}

.home #rangeeSlider .wpb_gallery .wpb_gallery_slides {
  margin-bottom: 0;
  border: none;
}

.home #rangeeSlider .wpb_gallery .wpb_flexslider .flex-control-paging {
  display: none;
}

.home #rangeeSlider .wpb_gallery .wpb_flexslider .flex-direction-nav a {
  color: rgba(255, 255, 255, .8);
}

.home #rangeeSlider .wpb_gallery .wpb_flexslider .flex-direction-nav a:before {
  color: rgba(255, 255, 255, .8);
}

.home #rangeePortailPages {
  padding-top: 75px;
  padding-bottom: 300px;
  background: url(img/bg-portail-page.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.home #rangeePortailPages h1 {
  text-align: center;
}

.home #rangeePortailPages h1 em {
  color: #FFB902;
  font-style: normal;
}

/* .home #rangeePortailPages .colBloc:nth-child(1),
.home #rangeePortailPages .colBloc:nth-child(3){
  transform: translateY(15px);
}

.home #rangeePortailPages .colBloc .vc_column-inner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  padding-right: 30px;
  padding-left: 30px;
  height: 610px;
}

.home #rangeePortailPages .colBloc .vc_column-inner>.wpb_wrapper {
  background-color: #fff;
  padding: 25px 19px 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.35);
  margin-bottom: -25px;
  height: 225px;
}

.home #rangeePortailPages .colBloc .vc_column-inner>.wpb_wrapper .wpb_content_element {
  margin-bottom: 0;
}

.home #rangeePortailPages .colBloc h4 {
  font-family: "Exo", sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
  color: #000;
}

.home #rangeePortailPages .colBloc p {
  font-size: 1.125rem;
  font-weight: 300;
  color: #000;
} */


.home #rangeePortailPages .col-bloc .lien-bloc {
  color: #000;
  display: flex;
  height: 100%;
  align-items: flex-end;
}

.home #rangeePortailPages .col-bloc .conteneur-resume {
  background-color: #fff;
  padding: 25px 19px 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.35);
  margin-bottom: -25px;
  /* height: 225px; */
  margin-left: 30px;
  margin-right: 30px;
}

.home #rangeePortailPages .col-bloc .wpb_raw_html {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  height: 610px;
}

.home #rangeePortailPages .col-bloc .wpb_raw_html>.wpb_wrapper {
  height: 100%;
}

.home #rangeePortailPages .col-bloc h4 {
  font-family: "Exo", sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
  color: #000;
}

.home #rangeePortailPages .col-bloc p {
  font-size: 1.125rem;
  font-weight: 300;
  color: #000;
}

.home #rangeePortailPages .col-bloc:nth-child(1),
.home #rangeePortailPages .col-bloc:nth-child(3) {
  transform: translateY(15px);
}

.home #rangeeDerInfos {
  color: #fff;
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #F47629;
  overflow: visible;
}

.home #rangeeDerInfos .col-img img {
  border: 10px solid #fff;
  margin-top: -300px;
}

.home #rangeeDerInfos .col-news .wpb_content_element .wpb_wrapper {
  padding-right: 75px;
}

.home #rangeeDerInfos .col-news h2 {
  font-size: 2.5rem;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 1rem;
}

.home #rangeePortailArcticles {
  padding-top: 100px;
  padding-bottom: 100px;
  background: url(img/bg-portail-article.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.home #rangeePortailArcticles h2 {
  font-size: 2.5rem;
  text-align: center;
  text-transform: uppercase;
  color: #000;
}

.home #rangeePortailArcticles h2 em {
  color: #FFB902;
  font-style: normal;
}

.home #rangeeQuiz {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #FFB902;
}

.home #rangeeQuiz h2 {
  font-size: 2.188rem;
  font-family: "Exo", sans-serif;
  color: #fff;
  text-transform: uppercase;
}

.home #rangeeQuiz h2 strong {
  display: block;
  font-weight: 700;
  font-size: 4.25rem;
}

.home #rangeeQuiz h2 em {
  color: #000;
  font-style: normal;
}

.home #rangeeQuiz a {
  color: #000;
  text-decoration: none;
  font-family: "poppins", sans-serif;
  font-size: 1.125rem;
  display: inline-block;
  border: 1px solid #000;
  padding: 0.35em 1.5em;
  border-radius: 10px;
}

/* === QSM page resultat === */
/* Conteneur principal de la page de résultats */
.qmn_results_page {
  margin-top: 100px;
  margin-bottom: 75px;
}

/* Titres */
.qsm-results-page h2 {
  text-align: center;
}

/* Message de score */
.qsm-results-page .mess-score {
  text-align: center;
  font-family: "Exo", sans-serif;
  font-weight: 700;
  font-size: 2.188rem;
  color: #FFB902;
}

.qsm-results-page h3 {
  color: #2c3e50;
  border-bottom: 2px solid #ddd;
  padding-bottom: 0.3em;
  margin-bottom: 1em;
}



/* Liste des réponses */
/* .qsm-results-page .qsm_questions_answers_section {
  margin-bottom: 1.5em;
  padding: 1em;
  background-color: #fff;
  border-left: 4px solid #1e88e5;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
} */

/* Réponse correcte */
.qsm-correct {
  color: #2e7d32;
  font-weight: bold;
}

/* Réponse incorrecte */
.qsm-incorrect {
  color: #c62828;
  font-weight: bold;
}

#qsm-final-score-bar {
  margin-bottom: 80px;
}

#qsm-final-score-bar .qsm-progress-bar {
  height: 24px;
  background: #e0e0e0;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  direction: rtl;
  /* permet l’inversion propre */
}

#qsm-final-score-bar .qsm-progress-bar-fill {
  height: 100%;
  width: 0;
  transition: width 0.8s ease-in-out;
  background-color: #43a047;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scaleX(-1);
  /* inverse la barre */
}

.qsm-progress-bar-fill .qsm-progress-label {
  color: white;
  font-weight: bold;
  z-index: 2;
  font-size: 0.9rem;
  line-height: 1;
  transform: scaleX(-1);
  /* remet le texte dans le bon sens */
}


/* Couleurs dynamiques */
/* rouge */
#qsm-final-score-bar.bar-low .qsm-progress-bar-fill {
  background-color: #e53935;
}

/* jaune/orangé */
#qsm-final-score-bar.bar-medium .qsm-progress-bar-fill {
  background-color: #fbc02d;
}

/* vert standard */
#qsm-final-score-bar.bar-good .qsm-progress-bar-fill {
  background-color: #43a047;
}

/* bleu ? expert */
#qsm-final-score-bar.bar-perfect .qsm-progress-bar-fill {
  background-color: #1e88e5;
}






/* === Responsive === */
/*@media (min-width: 1200px) { body { background-color:pink!important; } } .col-lg-
@media (max-width: 1199px) { body { background-color:green!important; } } .col-md-
@media (max-width: 991px) { body { background-color:blue!important; } } .col-sm-
@media (max-width: 767px) { body { background-color:red!important; } } .col-xs-
@media (max-width: 575px) { body { background-color:grey!important; } } */



@media (max-width: 1199px) {
  #titreButtonMenu {
    position: absolute;
    top: 7px;
    right: 45px;
    color: #000;
  }

  .bar-menu-toggle {
    width: 25px;
    height: 3px;
    background-color: #000;
    margin: 5px 0;
    display: block;
    border-radius: 5px;
  }

  nav#site-navigation li a {
    border-bottom: none;
    padding: 5px 15px;
  }

  nav#site-navigation li a:hover,
  nav#site-navigation li a:focus,
  nav#site-navigation li.current-menu-item a {
    border-bottom: none;
    color: #FFB902;
  }
}

@media (max-width: 991px) {


  #masthead .site-branding .container {
    max-width: 100%;
  }

  #masthead .site-branding .search-form,
  #masthead .site-branding .search-field {
    max-width: 165px;
  }

  .home #rangeePortailPages .col-bloc:nth-child(1),
  .home #rangeePortailPages .col-bloc:nth-child(3) {
    transform: translateY(0px);
  }
}

@media (max-width: 767px) {
  #masthead .site-branding .conteneur-contact-header .tel-header {
    display: none;
  }

  #masthead #bandeau .conteneur {
    padding-right: 50px;
  }

  #masthead #bandeau #titreBandeau {
    font-size: 2.5rem;
  }

  #masthead #bandeau #sousTitreBandeau {
    font-size: 1.5rem;
  }

  h1 {
    font-size: 2.25rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.65rem;
  }

  .logos-membres-morales img {
    max-width: 128px;
    max-height: 60px;
  }

  footer#colophon,
  footer#colophon .site-info a {
    font-size: 1rem;
  }

  .post-tags {
    text-align: left;
    margin-left: 0;
  }

  .home #rangeePortailPages {
    padding-top: 50px;
  }
}


@media (max-width: 575px) {
  #masthead .site-branding .conteneur-contact-header .mail-header span {
    display: none;
  }

  h1 {
    font-size: 2rem;
  }

  h2 {
    font-size: 1.75rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  .home #rangeePortailPages .col-bloc h4 {
    font-size: 1.5rem;
  }

  .home #rangeePortailPages .col-bloc .wpb_raw_html {
    height: 400px;
  }

  .home #rangeeDerInfos .col-news .wpb_content_element .wpb_wrapper {
    padding-right: inherit;
  }

  .home #rangeeDerInfos .col-news h2 {
    font-size: 1.75rem;
  }

  .home #rangeePortailArcticles {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .home #rangeePortailArcticles h2 {
    font-size: 1.75rem;
  }

  .home #rangeeQuiz h2 {
    font-size: 2rem;
  }

  .home #rangeeQuiz h2 strong {
    font-size: 2.75rem;
  }

  .apf-post-content h4 {
    font-size: 1.5rem;
  }

  .apf-multi-grid .apf-post-content .link-cat {
    font-size: 1.125rem;
  }

  .apf-multi-grid .apf-post-content .btn-cat {
    font-size: 1rem;
    padding: 8px 16px;
  }

  #masthead .site-branding .search-form,
  #masthead .site-branding .search-field {
    max-width: 150px;
  }

  #masthead #bandeau .conteneur {
    text-align: left;
    padding: 0 15px;
  }

  #masthead #bandeau #titreBandeau {
    font-size: 2rem;
  }

  #masthead #bandeau #sousTitreBandeau {
    font-size: 1.25rem;
  }

  .home #rangeeSlider {
    display: none;
  }

  .home #rangeePortailPages {
    padding-top: 75px;
  }

  #masthead #site-navigation .logo-header-container {
    top: 0;
  }

  #masthead #site-navigation .logo-header-container img {
    width: 190px;
  }

  .qsm-results-page .mess-score {
    font-size: 1.75rem;
  }
}