/* ================================================
   TYPE DE SOUMISSION — CARTES + SECTIONS CACHÉES
   Ciblage via :has() — indépendant du JS pour le style
   ================================================ */

/* Sélecteur commun FR + EN — le listradio-container qui contient nos radios */
.nf-field-container.listradio-container:is(
    :has(input[value="residentielle"]),
    :has(input[value="residential"])
) {
    border-radius: 16px;
    padding-bottom: 2.5rem !important;
    margin-bottom: 2rem;
}

/* Masquer le label titre + sa ligne rouge */
.nf-field-container.listradio-container:is(
    :has(input[value="residentielle"]),
    :has(input[value="residential"])
) .nf-field-label {
    display: none !important;
}

.nf-field-container.listradio-container:is(
    :has(input[value="residentielle"]),
    :has(input[value="residential"])
) .nf-field-label label {
    font-family: var(--font-title) !important;
    font-size: 1.6rem !important;
    font-weight: 800 !important;
    color: var(--noir) !important;
    text-align: center !important;
    display: block !important;
    margin-bottom: 0.4rem !important;
    letter-spacing: var(--letterspacing-20) !important;
    position: relative !important;
    padding-bottom: 1.25rem !important;
}

/* Ligne rouge sous le titre */
.nf-field-container.listradio-container:has(input[value="residentielle"]) .nf-field-label label::after,
.nf-field-container.listradio-container:has(input[value="residential"]) .nf-field-label label::after {
    content: "" !important;
    display: block !important;
    width: 3rem !important;
    height: 3px !important;
    background: var(--rouge) !important;
    margin: 0.6rem auto 0 !important;
    border-radius: 2px !important;
}

/* Sous-titres incitatifs masqués */
.nf-field-container.listradio-container:has(input[value="residentielle"]) .nf-field-element::before,
.nf-field-container.listradio-container:has(input[value="residential"]) .nf-field-element::before {
    display: none !important;
}

/* Flex 2 colonnes */
.nf-field-container.listradio-container:is(
    :has(input[value="residentielle"]),
    :has(input[value="residential"])
) .nf-field-element ul {
    display: flex !important;
    gap: 1.25rem !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.nf-field-container.listradio-container:is(
    :has(input[value="residentielle"]),
    :has(input[value="residential"])
) .nf-field-element li {
    flex: 1 !important;
    position: relative !important;
    padding: 0 !important;
    margin: 0 !important;
    float: none !important;
    text-indent: 0 !important;
}

/* Masquer le radio natif — deux sélecteurs séparés (évite les bugs :is(:has())) */
.nf-field-container.listradio-container:has(input[value="residentielle"]) .nf-field-element li input[type="radio"],
.nf-field-container.listradio-container:has(input[value="residential"]) .nf-field-element li input[type="radio"] {
    display: none !important;
}

/* Masquer le cercle radio CSS de NF (::after sur le label) */
.nf-field-container.listradio-container:has(input[value="residentielle"]) .nf-field-element label::after,
.nf-field-container.listradio-container:has(input[value="residential"]) .nf-field-element label::after {
    display: none !important;
}

/* Neutraliser les styles NF sur nf-checked-label (::before avec background + margin négatif) */
.nf-field-container.listradio-container:has(input[value="residentielle"]) .nf-field-element label.nf-checked-label::before,
.nf-field-container.listradio-container:has(input[value="residential"]) .nf-field-element label.nf-checked-label::before {
    background: none !important;
    background-color: transparent !important;
    margin: 0 !important;
    position: static !important;
    left: auto !important;
    top: auto !important;
    width: auto !important;
    height: auto !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    transform: none !important;
}

/* La carte = le label */
.nf-field-container.listradio-container:is(
    :has(input[value="residentielle"]),
    :has(input[value="residential"])
) .nf-field-element li label {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.75rem !important;
    padding: 2rem 1.5rem !important;
    background: var(--grisP) !important;
    border: 2px solid var(--gris) !important;
    border-radius: 12px !important;
    cursor: pointer !important;
    transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease !important;
    text-align: center !important;
    font-size: 1.1rem !important;
    font-weight: 600 !important;
    font-family: var(--font-title) !important;
    color: var(--noir) !important;
    margin: 0 !important;
    width: 100% !important;
    float: none !important;
    box-sizing: border-box !important;
}

/* Icônes FA — li:nth-child */
.nf-field-container.listradio-container:is(
    :has(input[value="residentielle"]),
    :has(input[value="residential"])
) .nf-field-element li:nth-child(1) label::before {
    content: "\f015";
    font-family: "Font Awesome 7 Pro";
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1;
    display: block;
}
.nf-field-container.listradio-container:is(
    :has(input[value="residentielle"]),
    :has(input[value="residential"])
) .nf-field-element li:nth-child(2) label::before {
    content: "\f1ad";
    font-family: "Font Awesome 7 Pro";
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1;
    display: block;
}

/* Hover */
.nf-field-container.listradio-container:is(
    :has(input[value="residentielle"]),
    :has(input[value="residential"])
) .nf-field-element li label:hover {
    border-color: var(--rouge) !important;
    transform: translateY(-3px);
    color: var(--rouge) !important;
}

/* Sélectionnée — input:checked + label fonctionne même avec display:none sur l'input */
.nf-field-container.listradio-container:is(
    :has(input[value="residentielle"]),
    :has(input[value="residential"])
) .nf-field-element li input[type="radio"]:checked + label {
    border-color: var(--rouge) !important;
    background: var(--rouge) !important;
    color: #fff !important;
    box-shadow: 0 6px 24px rgba(229,48,55,0.3) !important;
    transform: translateY(-3px);
}

/* Mobile */
@media screen and (max-width: 640px) {
    .nf-field-container.listradio-container:is(
        :has(input[value="residentielle"]),
        :has(input[value="residential"])
    ) .nf-field-element ul {
        flex-direction: column !important;
    }
    .nf-field-container.listradio-container:is(
        :has(input[value="residentielle"]),
        :has(input[value="residential"])
    ) .nf-field-element li label {
        min-height: 90px !important;
        flex-direction: row !important;
        justify-content: flex-start !important;
        padding: 1.25rem 1.5rem !important;
        gap: 1rem !important;
        text-align: left !important;
    }
    .nf-field-container.listradio-container:is(
        :has(input[value="residentielle"]),
        :has(input[value="residential"])
    ) .nf-field-element li:nth-child(1) label::before,
    .nf-field-container.listradio-container:is(
        :has(input[value="residentielle"]),
        :has(input[value="residential"])
    ) .nf-field-element li:nth-child(2) label::before {
        font-size: 1.8rem;
    }
}

/* Sections cachées par défaut — affichées via JS (.gms-visible) */
.nf-field-container.section-res,
.nf-field-container.section-com,
.nf-field-container.section-submit {
    display: none !important;
}

.nf-field-container.section-res.gms-visible,
.nf-field-container.section-com.gms-visible,
.nf-field-container.section-submit.gms-visible {
    display: block !important;
}

/* ================================================ */

.titreSection > *:only-child{
    margin-bottom: 0!important;
}
section.sectionSlider + section.bloc5050{
    margin-top: 2.727272727272727rem;
}
section.col3Stats + section.bloc5050{
    margin-top: 2.727272727272727rem;
}
section.hotspotSection + section.grilleServices{
    margin-top: 2.727272727272727rem;
}
section.hotspotSection + section.col3Review{
    padding-top: 5.454545454545454rem!important;
}
.nf-form-cont{
    width: 100%;
}
/* ===== BANNIERE ===== */


.homeBanner h1{
    font-size: 2.8181818181818183rem;
    line-height: 2.727272727272727rem;
}
.bgGrisBlanc {
    background: linear-gradient(to bottom, var(--gris) 80%, white 80%);
}
.textebanner{
	padding-bottom: 0.5454545454545454rem;
}
.linksBanner{
	display: flex;
	gap: 5px;
    flex-wrap: wrap;
}
.linkHeader{
    font-family: var(--font-title);
    font-size: 0.8181818181818182rem!important;
    line-height: 0.9090909090909091rem;
    letter-spacing: -0.01em;
    text-align: center;
    display: inline-flex; 
    border-radius: 10px;
    font-weight: 600;
    text-decoration: none!important;
    padding: 0.7272727272727273rem 0.9090909090909091rem;
    color: #fff;
}
.introPage .linksBanner a.linkHeader::after{
    content: "\f061";
    font-family: "Font Awesome 7 Pro";
    font-weight: 400;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 0.36363636363636365rem;
    color: #fff;
    font-size: 1rem;
    position: relative;
    z-index: 1;
}
.linkRouge{
	background-color: var(--rouge);
}
.linkRouge:hover {
    background-color: var(--noir);
}
.linkNoir{
	background-color: var(--noir);
}
.linkNoir:hover {
    background-color: var(--rougeHover); 
}
.video-bg{
	max-height: 67.5vh;
    width: 100%;
    object-fit: cover;
    border-radius: 30px;
}
.rightSide{
    padding-left: 1.3636363636363635rem;
}
/* ===== IMAGE INTERACTIF ===== */

.hotspotSection {
    overflow: hidden;
}
.lineFull{
    position: relative;
    bottom: -2px;
}
.lineFull::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    bottom: -4px;
    background-color: var(--noir); 
}
/* --- HOTSPOT WRAPPER --- */
.hotspot-wrapper {
    position: relative !important;
    display: block !important;
    width: 100%;
    line-height: 0 !important;
    overflow: visible !important;
    float: none !important;
    clear: both;
    padding: 0 4.7272727272727275rem;
}

.hotspot-wrapper * {
    box-sizing: border-box;
}

.hotspot-img {
    width: 100%;
    height: auto;
    display: block;
}

/* --- HOTSPOT POINT --- */
.hotspot-point {
  position: absolute !important;
  transform: translate(-50%, -50%);
  z-index: 2;
  cursor: pointer;
}

.hotspot-point.active,
.hotspot-point:hover {
    z-index: 10;
}

/* --- ICONE --- */
.circleSpot{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 22px;
    height: 22px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: var(--rouge);
    color: var(--rouge);
}
/* --- PULSE --- */
.hotspot-pulse {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 22px;
    height: 22px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: var(--rouge);
    animation: hotspotPulse 2s ease-out infinite;
    z-index: 1;
}
.hotspot-pulse::after{
    display: block;
    width: 40px;
    height: 40px;
    background: red; 
}
@keyframes hotspotPulse {
    0% {
        transform: translate(-50%, -50%) scale(0.8);
        opacity: 1;
    }
    100% {
        transform: translate(-50%, -50%) scale(2);
        opacity: 0;
    }
}

.hotspot-point.active .hotspot-pulse {
    animation: none;
    opacity: 0;
}

/* --- TOOLTIP --- */
.hotspot-tooltip {
    position: absolute;
    bottom: calc(100% + 15px);
    left: 50%;
    transform: translateX(-50%);
    width: 280px;
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
    transform: translateX(-50%) translateY(8px);
    pointer-events: none;
    line-height: 1.5;
}

/* Fleche du tooltip */

.hotspot-point.active .hotspot-tooltip,
.hotspot-point:hover .hotspot-tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
    pointer-events: auto;
    border: 2px solid var(--rouge);
}

/* --- TOOLTIP CONTENU --- */
.hotspot-tooltip-content {
    font-size: 14px;
    color: #555;
}
.hotspot-tooltip-content *:last-child { /*créer*/
    margin-bottom: 0 !important;
}
.hotspot-icon i{
    font-size: 24px;
    color: var(--noir);
    padding-bottom: 10px;
}

/* ===== 3 COLONNES ===== */

.grid3col{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}
.grid3col.titre-top .grilleProduits-intro {
    grid-column: 1 / -1;   /* full width */
    order: -1;              /* visually first (already is, but explicit) */
    justify-content: flex-start;
    padding-bottom: 1.3636363636363635rem;
}
.imageBox .img3col img{
	height: 17.272727272727273rem!important;
	width: 100%;
	object-fit: cover;
    max-width: 100%!important;
}
.imageBox{
	position: relative;
	overflow: hidden;
}
.imageBox::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(to top,rgba(0, 0, 0, 0.65),rgba(0, 0, 0, 0));
    z-index: 1;
}
.theBoxcol3 {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}
.noWhite .theBoxcol3 .insideBoxs{
    background-color: transparent!important;
    padding: 0;
}
.noWhite .grid3col { 
    gap: calc(30px + 1.3636363636363635rem);
}
.theBoxcol3 .insideBoxs{
	padding: 1.3636363636363635rem 1.3636363636363635rem 1.8181818181818181rem 1.3636363636363635rem;
	background-color: #fff;
    display: flex;
    flex-direction: column;
}
.icone3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    background-color: var(--rouge); /* red */
    border-bottom-right-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}
.icone3 h3{
    margin-bottom: 0!important;
}
.icone3 img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}
.titrecol3{
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 1.3636363636363635rem;
	width: 100%;
	z-index: 2;
}
.titrecol3 h3{
	color: #fff;
    margin: 0!important;
}
.text5050{
	padding: 0 5.454545454545454rem;
}
.container5050{
	border-radius: 20px;
}
.img5050{
	padding: 0 1.3636363636363635rem;
}
.img5050 img{
	border-radius: 15px;
}
.lienFull{
    margin-top: 1.3636363636363635rem;
}
.lienFull a{
	font-family: var(--font-title);
	display: flex;
	justify-content: space-between;
    align-items: center;
    transition: all var(--transitionTiming);
}
.lienFull a:hover{
	background-color: var(--noir);
}

/* ===== 3 COLONNES STATS ===== */
.col3Stats .titreSection{
    padding-bottom: 3rem;
}
.grid3Stats {
    display: grid!important;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.727272727272727rem;
    padding-left: 1.3636363636363635rem;
    padding-right: 1.3636363636363635rem;
}
.boxStat {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.redStat h2 {
    font-weight: 700;
    color: var(--rouge);
}

/* Slider wrapper with fade edges */
.sliderWrapper {
    position: relative;
}
.sliderWrapper::before,
.sliderWrapper::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 120px;
    z-index: 2;
    pointer-events: none;
}
.sliderWrapper::before {
    left: 0;
    background: linear-gradient(to right, var(--bg, #fff) 0%, transparent 100%);
}
.sliderWrapper::after {
    right: 0;
    background: linear-gradient(to left, var(--bg, #fff) 0%, transparent 100%);
}
/* ===== 3 COLONNES CRITIQUE ===== */

.grid3Review{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.3636363636363635rem;
}
.boxReview{
    padding: 2.0454545454545454rem 1.3636363636363635rem 2.272727272727273rem 1.3636363636363635rem;
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 5px 5px 14px -14px #262626; 
    box-shadow: 5px 5px 14px -14px #262626;
}
.boxReview .insideBoxs{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.boxReview .txtReview p{
    font-size: 0.8181818181818182rem;
    line-height: 1.0909090909090908rem;
}
.critique{
    margin-top: 1rem;
    color: var(--rouge);
}
.extraCtn{
    text-align: center;
}
/* ===== SLIDER PARTENAIRE ===== */

section.col3Stats + section.sliderPartenaire{
    padding-top: 0!important;
    padding-bottom: 5.454545454545454rem;
}
.sliderPartenaire {
    margin-bottom: 2.727272727272727rem;
}
.photoSlider { /*créer*/
    filter: grayscale(1);
    transition: all var(--transitionTiming);
}
.photoSlider:hover { /*créer*/
    filter: grayscale(0);
}
/* ===== SLIDER ===== */

.sectionSlider{
	margin-top: 2.727272727272727rem;
}
.sectionSlider .flexThat {
    display: flex;
    align-items: center;
    width: 100%;
    overflow: hidden; 
    gap: clamp(40px, 8.33%, 6.954545454545454rem);
}

.sliderLeftCol {
    margin-left: max(0px, calc((100vw - 1836px) / 2));
    width: calc((1836px * 3 / 12));
    max-width: 40vw;
    flex-shrink: 0;
}
.sliderRightCol {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    margin-left: 0.45454545454545453rem;
}

.sliderRightCol .slick-list {
    overflow: visible !important;
}

.sliderRightCol .slick-track {
    display: flex !important;
}

.bgGradient {
    background-repeat: no-repeat;
    background-size: cover;
}

.sectionSlider .titreSection {
    color: #fff;
}

.iconeSlider {
    font-size: 1.8181818181818181rem;
    display: inline-block;
    margin-bottom: 1rem;
}


.sectionSlider .boxSlider {
    width: 26.90909090909091rem;
    padding: 2.272727272727273rem 1.3636363636363635rem 2.0454545454545454rem 1.3636363636363635rem;
    background-color: #fff;
    margin-right: 1.3636363636363635rem;
    border-radius: 10px;
}

.boxSlider .insideBoxs {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.lienSlider {
    margin-top: 0.8181818181818182rem;
    display: flex;
    align-items: center;
    gap: 4.5px;
}
.lienSlider:hover, 
.lienSlider:hover p {
    color: var(--noir);
}
.lienSlider p,
a.lienSlider {
    font-family: var(--font-title);
    color: var(--rouge);
    font-weight: 600;
    font-size: 0.8181818181818182rem;
    line-height: 0.9090909090909091rem;
    letter-spacing: -0.01em;
}

.lienSlider {
    color: var(--rouge);
}

.sliderArrows {
    display: flex;
    gap: 0.6rem;
    margin-top: 1.5rem;
}

.sliderArrows button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 53px;
    height: 53px;
    border: 1px solid var(--rouge);
    border-radius: 10px;
    background: transparent;
    color: #fff;
    font-size: 1rem;
    cursor: pointer;
    transition: background 0.2s, border-color 0.2s;
}

.sliderArrows button:hover {
    background-color: var(--rouge);
    border-color: var(--rouge);
}
.sliderArrows button:hover i{
	color: #fff;
}

/* ===== INTRO DE PAGE ===== */

.introPage-inner {
    max-width: 780px; /* colonne texte gauche, pas pleine largeur */
}

/* Fil d'Ariane */
.introPage-ariane,
.breadcrumb {
    font-family: var(--font-title);
    font-size: max(0.7272727272727273rem, 13px);
    line-height: 1rem;
    font-weight: 400;
    letter-spacing: 0.05rem;
    text-transform: uppercase;
    color: var(--noir);
}
.introPage-ariane a{
    text-decoration: none!important;
}
.introPage-ariane a:hover{
    color: var(--rouge);
}
/* H1 bicolore */
.introPage-titre {
    font-size: 2.8181818181818183rem;
    line-height: 2.727272727272727rem;
    font-family: var(--font-title);
    font-weight: 700;
    letter-spacing: -0.03em;
    margin-top: 0.2rem;
    margin-bottom: 0.9090909090909091rem;
}

.introPage-titre .titre-noir {
    color: var(--noir);
}

.introPage-titre .titre-rouge {
    color: var(--rouge);
}

.introPage-contenu strong,
.introPage-contenu b {
    font-weight: 700;
}

/* Boutons */
.introPage-liens {
    margin-top: 1.3636363636363635rem;
}

/* ===== RESPONSIVE INTRO DE PAGE ===== */

@media screen and (max-width: 1024px) {
    .introPage-inner {
        max-width: 100%;
    }
    .introPage-titre {
        font-size: 2.2727272727272725rem;
        line-height: 2.181818181818182rem;
    }
}

@media screen and (max-width: 768px) {
    .hotSpot5050.text5050 { 
        padding-top: 2.727272727272727rem;
        padding-bottom: 5.454545454545454rem;
    }
    .footer-col--menu{
        grid-column: 1 / -1;
    }
    .introPage-titre {
        font-size: 1.8181818181818183rem;
        line-height: 1.7272727272727273rem;
    }

    .introPage-accroche p {
        font-size: 0.8181818181818182rem;
        line-height: 1.0909090909090908rem;
    }
    .introPage-liens {
        flex-direction: column;
        align-items: flex-start;
    }
    .introPage-liens .linkHeader {
        width: 100%;
        text-align: center;
    }
}

/* ===== GRILLE FORFAITS ===== */

.grilleForfaits-entete {
    margin-bottom: 1.3636363636363635rem;
}

.grilleForfaits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.3636363636363635rem;
    align-items: start; /* cartes à hauteur naturelle, pas étirées */
}

/* Carte */
.forfait-carte {
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    box-shadow: var(--shadowStyle);
}

/* En-tête sombre */
.forfait-header {
    background-color: var(--noir);
    padding: 1.3636363636363635rem 1.5909090909090908rem;
}

.forfait-header h3 {
    color: #fff;
    margin: 0!important;
}

/* Corps */
.forfait-body {
    padding: 1.5909090909090908rem;
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 0.9090909090909091rem;
}

/* Prix */
.forfait-prix {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 0.3636363636363636rem;
    line-height: 1.2;
}

.prix-valeur {
    font-weight: 700;
    color: var(--rouge);
}

/* Repeater lignes — liste de features avec icône FA */
.forfait-lignes {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.4545454545454545rem;
}

.forfait-ligne {
    display: flex;
    align-items: center;
    gap: 0.5454545454545454rem;
}

.forfait-ligne-icone {
    flex-shrink: 0;
    width: 1rem;
    text-align: center;
    color: var(--rouge);
    font-size: 0.9090909090909091rem;
    line-height: 1;
}

.forfait-ligne-texte {
    font-family: var(--font-text);
    font-size: 0.7727272727272727rem;
    line-height: 1rem;
    font-weight: 400;
    letter-spacing: -0.02em;
    color: var(--noir);
}

/* Séparateur optionnel entre groupes de features */
.forfait-separateur {
    border: none;
    border-top: 1px solid var(--gris);
    margin: 0.4545454545454545rem 0;
}

/* CTA full-width */
.forfait-cta {
    margin-top: auto;
    padding-top: 0.9090909090909091rem;
}

.forfait-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background-color: var(--rouge);
    color: #fff;
    font-family: var(--font-title);
    font-size: 0.8181818181818182rem;
    font-weight: 600;
    letter-spacing: -0.01em;
    text-decoration: none !important;
    border-radius: 10px;
    padding: 0.8636363636363636rem 1rem;
    transition: background-color var(--transitionTiming);
}

.forfait-btn:hover {
    background-color: var(--noir);
    color: #fff;
}

.forfait-btn i {
    font-size: 1rem;
}

/* ===== RESPONSIVE GRILLE FORFAITS ===== */

@media screen and (max-width: 1024px) {
    .grilleForfaits-grid {
        grid-template-columns: repeat(1, 1fr);
        margin: 0 auto;
    }
}

@media screen and (max-width: 640px) {
    .grilleForfaits-grid {
        max-width: 100%;
    }
    .forfait-header h3 {
        font-size: 1.0909090909090908rem;
    }
}

/* ===== FAQ SECTION ===== */

/* Wrapper flex : titre gauche + liste droite */
.faqSection + .faqSection .faqSection-wrap {
    border-top: 2px solid var(--noir);
}

.faqSection-titre {
    padding: 0 2.727272727272727rem;
}

.faqSection-liste {
    display: flex;
    flex-direction: column;
}

/* Item FAQ */
.faq-item {
    border-radius: 15px;
    transition: background var(--transitionTiming);
    overflow: hidden;
}

.faq-item.is-open + .faq-item {
    border-top: none;
    margin-top: 0.4545454545454545rem;
}

.faq-item + .faq-item.is-open {
    margin-top: 0.4545454545454545rem;
}

/* Item ouvert — carte blanche */
.faq-item.is-open {
    background-color: #fff;
    box-shadow: 0 2px 20px rgba(0,0,0,0.06);
}

/* Bouton question */
.faq-question {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.6363636363636365rem 1.3636363636363635rem 1rem 1.3636363636363635rem;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
}

.faq-question-texte {
    font-family: var(--font-title);
    font-size: 0.8636363636363636rem;
    line-height: 1.0909090909090908rem;
    font-weight: 600;
    letter-spacing: -0.02em;
    color: var(--noir);
}

/* Icone +/- */
.faq-icon {
    flex-shrink: 0;
    color: var(--rouge);
    font-size: 1rem;
    line-height: 1;
}

.faq-icon .faq-icon-minus { display: none; }
.faq-icon-plus  { display: block; }

.faq-item.is-open .faq-icon-plus  { display: none; }
.faq-item.is-open .faq-icon-minus { display: block; }

/* Réponse — fermée par défaut, animée à l'ouverture */
.faq-reponse {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
    padding: 0 1.1363636363636365rem;
}

.faq-item.is-open .faq-reponse {
    padding-bottom: 1.3636363636363635rem;
}

.faq-reponse p {
    font-family: var(--font-text);
    font-size: 0.7727272727272727rem;
    line-height: 1.0909090909090908rem;
    font-weight: 300;
    letter-spacing: -0.03em;
    color: var(--noir);
    margin: 0;
}
.toggleBorder{
    border-top: 0.2px solid var(--gris);
    padding-top: 1.2272727272727273rem;
}

/* ===== RESPONSIVE FAQ ===== */

@media screen and (max-width: 1024px) {
    .faqSection-titre {
        flex: 0 0 35%;
    }
}

@media screen and (max-width: 768px) {
    .faqSection-wrap {
        flex-direction: column;
        gap: 1.5rem;
    }
    .faqSection-titre {
        flex: none;
        width: 100%;
    }
}

/* ===== BTN ROUGE VIDE (outline) ===== */

.btnRougeVide {
    padding: 0!important;
    color: var(--rouge);
    background-color: transparent;
    transition: all var(--transitionTiming);
}

.btnRougeVide::after {
    content: "\f061";
    font-family: "Font Awesome 7 Pro";
    font-weight: 400;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 0.36363636363636365rem;
    color: var(--rouge);
    font-size: 1rem;
    position: relative;
    z-index: 1;
    transition: color var(--transitionTiming);
}

.btnRougeVide:hover,
.btnRougeVide:hover::after { 
    color: var(--noir);
}

/* ===== BLOC 50/50 ===== */
section.col3 + section.bloc5050 .padTB60{
    padding-top: 0!important;
}

section.col3 + section.bloc5050 .container5050{
    margin-top: 1.3636363636363635rem;
}

.bloc5050.grayBackground{
    background-color: var(--gris);
}
.bloc5050.blancBackground{
    background-color: #fff;
}
.bloc5050.boiteBackground .container5050{
    background-color: #fff;
}
.bloc5050-card {
    padding: 1.3636363636363635rem 0;
    border-radius: 20px;
    align-items: stretch; /* override flexThat center pour que les colonnes soient égales en hauteur */
}

.boiteBackground .bloc5050-card { /*créer*/
    box-shadow: var(--shadowStyle);
}
/* Image — colonne gauche */
.bloc5050-image {
    flex: 0 0 50%;
    padding: 0 1.3636363636363635rem;
}
.grayBackground .bloc5050-image,
.grayBackground .bloc5050-card--inverse .bloc5050-image,
.blancBackground .bloc5050-card--inverse .bloc5050-image,
.blancBackground .bloc5050-image {
    padding: 0;
}
.blancBackground .bloc5050-card,
.grayBackground .bloc5050-card {
    padding-top: 0;
    padding-bottom: 0;
}
.bloc5050-img {
 max-width: 100%!important;
 width: 100%;
 height: 100%;
 object-fit: cover;
 border-radius: 15px;
 display: block;
}
/* Contenu — colonne droite */
.bloc5050-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2.727272727272727rem 5.454545454545454rem;
    /* gap: 0.9090909090909091rem; */
}

/* CTAs */
.bloc5050-liens {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.1363636363636365rem;
    margin-top: 0.4545454545454545rem;
    padding-top: 1.4545454545454546rem;
}
.bloc5050-liens a{
    margin-top: 0!important;
    margin-bottom: 0!important;
}

/* Colonne gauche en mode texte — séparateur visuel droit */
.bloc5050-content--gauche {
    border-right: 1px solid var(--gris);
}

.bloc5050-card--inverse .bloc5050-content--gauche {
    border-right: none;
    border-left: 1px solid var(--gris);
}

/* Texte + texte : alignement haut */
.bloc5050-card--text-text,
.bloc5050-card--text-text .bloc5050-content {
    align-items: flex-start!important;
}

/* Inversion image droite / texte gauche */
.bloc5050-card--inverse {
    flex-direction: row-reverse;
}

.bloc5050-card--inverse .bloc5050-image {
    padding: 0 1.3636363636363635rem;
}

/* ===== RESPONSIVE BLOC 50/50 ===== */

@media screen and (max-width: 1024px) {
    .bloc5050-titre * {
        font-size: 1.3636363636363635rem;
        line-height: 1.4545454545454546rem;
    }
    .bloc5050-content {
        padding: 2rem 0;
    }
}

@media screen and (max-width: 768px) {
    .bloc5050-card,
    .bloc5050-card--inverse {
        flex-direction: column;
    }
    .bloc5050-image {
        flex: none;
        padding: 0 1.3636363636363635rem;
    }
    .bloc5050-card--inverse .bloc5050-image {
        padding: 1rem 1rem 0 1rem;
    }
    .bloc5050-img {
        height: 280px;
    }
    .bloc5050-content {
        padding: 1.5rem  0;
    }
    .bloc5050-liens {
        flex-direction: column;
        align-items: flex-start;
    }
    .bloc5050-liens .btn {
        width: 100%;
        text-align: center;
    }
}

/* ===== GRILLE PRODUITS ===== */

.bgNoir {
    background-color: var(--noir);
    display: inline-block;
    width: 100%;
}

/* Cell intro — premier item de grid3col, pas de card blanche */
.grilleProduits-intro {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /*gap: 0.9090909090909091rem;*/
    padding-right: 3.6363636363636362rem;
}


/* Icone FontAwesome dans .icone3 — override pour FA text */
.grilleProduits .icone3 {
    font-size: 1.7272727272727273rem;
    color: #fff!important;
}
.icone3 * {
    color: #fff!important;
}
/* Equal-height insideBoxs per row: make each card a flex column so insideBoxs stretches */
.grilleProduits .theBoxcol3 {
    display: flex;
    flex-direction: column;
    box-shadow: var(--shadowStyle);
    border-radius: 20px;
}

/* Texte des cartes sur fond sombre — override insideBoxs */
.grilleProduits .insideBoxs {
    background-color: #fff;
    flex: 1;
}

.grilleProduits .insideBoxs h3 {
    font-family: var(--font-title);
    font-size: 0.8181818181818182rem; 
    line-height: 1.0909090909090908rem; 
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--noir);
    margin-bottom: 0.4545454545454545rem;
}

.grilleProduits .insideBoxs p {
    font-family: var(--font-text);
    font-size: max(0.7272727272727273rem, 13px);
    line-height: 1.3125;
    font-weight: 300;
    letter-spacing: -0.03em;
    color: var(--noir);
    margin: 0;
}

/* ===== RESPONSIVE GRILLE PRODUITS ===== */

@media screen and (max-width: 1024px) {
    .grilleProduits-intro {
        padding-right: 0;
    }
    .grilleProduits-titre * {
        font-size: 1.3636363636363635rem;
    }
}

@media screen and (max-width: 768px) {
    /* L'intro passe full width au-dessus de la grille */
    .grilleProduits .grid3col {
        grid-template-columns: repeat(1, 1fr);
    }
    .grilleProduits-intro {
        padding-right: 0;
    }
    .linkHeader {
        justify-content: center;
    }
}

@media screen and (max-width: 640px) {
    .grilleProduits .grid3col {
        grid-template-columns: repeat(1, 1fr);
    }
}

/* ===== GRILLE DE SERVICES ===== */

.grilleServices-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.3636363636363635rem; /* ~30px */
}

/* Carte */
.grilleServices-carte {
    background-color: #fff;
    border-radius: 20px;
    padding: 2.272727272727273rem 1.3636363636363635rem;
    display: flex;
    flex-direction: column;
    box-shadow: var(--shadowStyle); /*ajouter*/
    /* gap: 0.6818181818181818rem; */
}

/* Icône */
.grilleServices-icone {
    font-size: 1.8181818181818181rem;   
    margin-bottom: 1rem;
}

.grilleServices-icone img,
.grilleServices-icone .icone-svg {
    width: 2.727272727272727rem;  /* ~60px */
    height: 2.727272727272727rem;
    object-fit: contain;
    display: block;
}

/* Titre bicolore */
.grilleServices-titre {
    font-family: var(--font-title);
    font-size: 1.2727272727272727rem;
    line-height: 1.3636363636363635rem;
    font-weight: 700;
    letter-spacing: -0.03em;
    margin: 0;
}

.grilleServices-titre .titre-noir {
    color: var(--noir);
}

.grilleServices-titre .titre-rouge {
    color: var(--rouge);
}


/* Lien "En savoir plus →" */
.grilleServices-lien {
    font-family: var(--font-title);
    font-size: 0.7727272727272727rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    color: var(--rouge);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-top: auto;
    transition: color var(--transitionTiming);
}

.grilleServices-lien:hover {
    color: var(--noir);
}

.grilleServices-lien .lien-arrow {
    font-style: normal;
}

/* ===== RESPONSIVE GRILLE DE SERVICES ===== */

@media screen and (max-width: 1024px) {
    .grilleServices-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 640px) {
    .grilleServices-grid {
        grid-template-columns: repeat(1, 1fr);
    }

}
/* ===== 404 ===== */
.error-404 .titre404{
    padding-bottom: 1.3636363636363635rem;
}
/* ===== CTN SINGLE ===== */
.heroProjet-titre{
    padding-bottom: 0.9090909090909091rem;
}
.heroProjet-image.bloc5050-image{
    padding-left: 0;
    padding-right: 0;
}
.heroProjet-image img{
    border-radius: 30px;    
}
.heroProjet-titre--accent{
    color: var(--rouge);
}
.heroProjet-intro{
    padding-bottom: 1.4545454545454546rem;
    border-bottom: 1px solid var(--noir);
}
.heroProjet-metas{
    font-size: 0.727rem; 
    line-height: 1.125; 
    font-family: var(--font-title);
    text-transform: uppercase; 
    letter-spacing: 0.05em; 
    padding-top: 1.4545454545454546rem;
}
.heroProjet-meta { 
    margin-right: 0.5rem;
}
.breadcrumb{
    text-transform: uppercase;
}

/* ===== MOBILE HEADER ===== */


.menuMobileCtn {
  display: none!important;
}


@media screen and (max-width: 1024px) {
  .menuDesktop {
    display: none;
}
.menuMobileCtn ul{
    padding-left: 0!important;
}
.menuMobileCtn {
    display: flex!important;
    background-color: #fff;
    padding: 0.9375rem 4%;
    width: 100%;
    border-radius: 15px!important;
}
.menuMobile .menu li:hover .sub-menu {
    background-color: var(--blancCasse);
}
.menuMobile .menu .sub-menu li a {
    color: var(--terracotta) !important; 
}
.menuMobile .menu .sub-menu {
    background-color: var(--blancCasse);
}
.menuMobileCtn .logoCtn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    position: relative;
    z-index: 999;
    background-color: #fff;

}
.menuMobileCtn .logoCtn img {
    display: block;
    max-height: 100px;
    width: 100%;
}
.logoCtn i {
    cursor: pointer;
    color: var(--noir);
    font-size: 1.875rem;
}
.menuMobile {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    z-index: 998;
    overflow-y: auto;
    padding: 6em 6% 1.5em;
    transform: translateX(-100%);
    visibility: hidden;
    transition: transform 0.4s ease-in-out, visibility 0.4s;
}
.menuMobile.open {
    transform: translateX(0);
    visibility: visible;
}
body.menu-open {
    overflow: hidden;
}

.menuMobile .menu-menu-principal-container {
    width: 100%;
}
.menuMobile .main-menu .menu {
    display: flex;
    flex-direction: column;
    background-color: var(--creme);
    padding: 0;
}
.menu-menu-mobile-container{
    width: 100%;
}
.menuMobile .main-menu .menu > li {
    width: 100%;
    margin:0!important;
    transition: all var(--transitionTiming);
}
.menuMobile .main-menu .menu > li.open {
    background-color: var(--gris);
    border-radius: 10px;
    margin-bottom: 5px!important;
    margin-left: -1rem!important;
    margin-right: -1rem!important;
    width: calc(100% + 2rem);
}
.menuMobile .main-menu .menu > li.open > a {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.3rem;
}
.menuMobile li {
    padding: 0.5em 0;
}
.menuMobile .menu-item a {
    font-family: var(--font-title);
    font-size: 1.375rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
}
/* --- Sous-menus : annuler le hover desktop dans le contexte mobile --- */
.menuMobile .menu li:hover .sub-menu {
    opacity: 0;
    visibility: hidden;
}

.menuMobile .menu-item-has-children > a::after {
    display: none;
}
.menuMobile .chevron-toggle {
    font-size: 1rem;
    color: var(--noir);
    padding: 0.5em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease, color 0.2s ease;
    flex-shrink: 0;
}
.menuMobile .menu-item-has-children.open > a > .chevron-toggle {
    transform: rotate(180deg);
    color: var(--rouge);
}
.menuMobileCtn .menuParent {
    margin-top: 2em;
    padding-left: 0;
}
}

/* ─── Sub-menu mobile : spécificité 3 classes pour écraser position:absolute ─── */
@media screen and (max-width: 1024px) {

  .menuMobile .menu .sub-menu {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
    z-index: auto !important;
    box-shadow: none !important;
    width: 100% !important;
    transform: none !important;
    transition: none !important;
    background-color: transparent !important;
    /* Accord visuel : indent + barre rouge */
    padding: 0.4em 1rem 0!important;
    margin: 0.15em 0 0.4em 0;
    column-count: unset !important;
}
/* Annuler le pseudo-élément connecteur du mega-menu */
.menuMobile .menu .sub-menu::before {
    display: none !important;
}
.menuMobile .menu .sub-menu li {
    display: block !important;
    margin: 0 !important;
    padding: 0.5rem 0 !important;
    break-inside: unset !important;
}
.menuMobile .menu .sub-menu > li > a {
    font-family: var(--font-text) !important;
    font-size: 0.88rem !important;
    font-weight: 300 !important;
    color: rgba(38, 38, 38, 0.72) !important;
    padding: 0 !important;
    display: block !important;
    transition: color var(--transitionTiming), padding-left var(--transitionTiming);
}
.menuMobile .menu .sub-menu > li > a:hover {
    color: var(--rouge) !important;
    padding-left: 0.35em !important;
}
.menuMobile .menu .sub-menu li.current-menu-item > a {
    color: var(--rouge) !important;
}

/* ─── Top-bar dans le panneau mobile ─── */
.menuMobile .top-bar {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    padding: 1.5em 0 0 !important;
    gap: 0;
}

.menuMobile .top-bar .menu {
    display: flex !important;
    flex-direction: column;
    padding: 0 !important;
    width: 100%;
    gap: 0;
    align-items: self-start;
}
.menuMobile .top-bar .menu li {
    display: block !important;
    margin: 0 !important;
    padding: 0.45em 0 !important;
    border-bottom: 1px solid rgba(38, 38, 38, 0.08);
    list-style: none;
}
.menuMobile .top-bar .menu li:last-child {
    border-bottom: none;
}
.menuMobile .top-bar .menu li a {
    font-family: var(--font-title) !important;
    font-weight: 400 !important;
    color: var(--noir) !important;
    opacity: 0.7;
    padding: 0 !important;
    display: flex !important;
    align-items: center;
    gap: 0.55em;
    transition: color var(--transitionTiming), opacity var(--transitionTiming);
}
/* Tiret rouge devant chaque lien */
.menuMobile .top-bar .menu li a::before {
    content: "—";
    font-size: 0.65em;
    color: var(--rouge);
    flex-shrink: 0;
    font-weight: 400;
    transition: none;
}
.menuMobile .top-bar .menu li a:hover {
    color: var(--rouge) !important;
    opacity: 1;
}
.menuMobile .top-bar .wpml-ls {
    margin-top: 1em;
    opacity: 0.65;
}
}

/* ===== SECONDARY MENU — Simple sub-menu ===== */
.secondaryMenu .menu .sub-menu {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.12);
  padding: 0.5rem 0!important;
  min-width: 180px;
  columns: unset;
  -webkit-columns: unset;
}
.secondaryMenu .menu .sub-menu::before {
  display: none;
}
.secondaryMenu .menu .sub-menu li {
  display: block;
  break-inside: unset;
  -webkit-column-break-inside: unset;
  padding: 0 1rem;
}
.secondaryMenu .menu .sub-menu a {
  color: var(--noir) !important;
  font-weight: 400;
  padding: 0.4rem 0;
  display: block;
  border-bottom: 1px solid rgba(0,0,0,0.06);
}
.secondaryMenu .menu .sub-menu li:last-child a {
  border-bottom: none;
}
.secondaryMenu .menu .sub-menu a:hover,
.secondaryMenu .menu .sub-menu li.current-menu-item a {
  color: var(--rouge) !important;
}
.secondaryMenu .menu .menu-item-has-children a::after {
  background-color: transparent;
}

/* ===== LISTING ARTICLES / PROJETS ===== */
.listingArticle-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.listingArticle-card {
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none;
  color: var(--noir);
  background-color: #fff;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.listingArticle-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}
.listingArticle-image {
  overflow: hidden;
  aspect-ratio: 16 / 10;
}
.listingArticle-img {
  width: 100%;
  height: 100%!important;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}
.listingArticle-card:hover .listingArticle-img {
  transform: scale(1.04);
}
.listingArticle-content {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1.5rem;
  flex: 1;
}
.listingArticle-accent {
  color: var(--rouge);
}
.listingArticle-date {
  font-size: 0.8rem;
  color: #888;
}
.listingArticle-titre {
  font-weight: 700;
  margin: 0;
}
.listingArticle-excerpt {
  font-size: 0.9rem;
  color: #555;
  line-height: 1.5;
  flex: 1;
}
.listingArticle-lien {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-family: var(--font-title);
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--rouge);
  margin-top: auto;
  padding-top: 0.5rem;
  transition: gap 0.2s ease;
}
.listingArticle-card:hover .listingArticle-lien {
  gap: 0.7rem;
}

@media screen and (max-width: 1024px) {
  .listingArticle-grid {
    grid-template-columns: repeat(2, 1fr);
}
}
@media screen and (max-width: 640px) {
  .listingArticle-grid {
    grid-template-columns: 1fr;
}
}


/* ============================================================
   RESPONSIVE FIXES — header, menu mobile, footer
   ============================================================ */

/* --- Footer : flex-wrap manquant + ajustement enfants --- */
.footer-main {
  flex-wrap: wrap;
}
.footer-col--logo {
  flex-shrink: 0;
}
.menuFooterSection {
  flex: 1;
  min-width: 0;
}

@media screen and (max-width: 1024px) {
  .footer-main {
    flex-direction: column;
    gap: 2rem;
    padding-top: 3rem;
    padding-bottom: 2rem;
}
.footer-col--logo {
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.menuFooterSection {
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
}
}

@media screen and (max-width: 640px) {
  .footer-main {
    padding-top: 2rem;
}
.footer-col--logo {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
}
.menuFooterSection {
    grid-template-columns: 1fr 1fr;
}
.footer-col--contact {
    grid-column: 1 / -1;
}
.footer-bottom-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
}
.footer-bottom-right {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.4rem;
}
.footer-bottom-right > * + * {
    padding-left: 0;
    margin-left: 0;
    border-left: none;
}
}

@media screen and (max-width: 480px) {
  .menuFooterSection {
    grid-template-columns: 1fr;
}
.footer-col--contact {
    grid-column: auto;
}
}

/* --- Menu mobile : logo trop petit (d-2-12 = 16.67%) --- */
@media screen and (max-width: 1024px) {
  .menuMobileCtn .logoCtn > div {
    width: auto !important;
    flex: 0 0 auto;
    max-width: 180px;
    border-radius: 15px!important;
}
.menuMobileCtn .logoCtn img {
    max-height: 55px;
    width: auto !important;
    max-width: 100%;
}

/* Variables CSS non définies (héritage projet précédent) */
.menuMobile .main-menu .menu {
    background-color: transparent;
}

.menuMobile .menu .sub-menu li a {
    color: var(--noir) !important;
}
.menuMobile .chevron-toggle {
    color: var(--noir) !important;
    padding: 0.5rem 1rem;
}
.menuMobile .menu-item-has-children.open > a > .chevron-toggle {
    color: var(--rouge) !important;
}
}
