/**
 * CSS Personnalisé - Thème EDS
 * 
 * Ce fichier contient tous les styles personnalisés du site.
 * Ajoute tes modifications CSS ici.
 */


/* Import Google Fonts - Inter */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;700;800;900&display=swap');

/* Classes utilitaires Inter */
.inter-thin {
  font-family: "Inter", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.inter-extralight {
  font-family: "Inter", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.inter-light {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.inter-regular {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.inter-bold {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.inter-extrabold {
  font-family: "Inter", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.inter-black {
  font-family: "Inter", sans-serif;
  font-weight: 900;
  font-style: normal;
}


/* ========================================
   CUSTOM MENU PRICIPAL
   ======================================== */
.main-navigation a {
    display: block;
    text-decoration: none;
    font-weight: 400;
    text-transform: none;
    font-size: 20px !important;
}


.main-navigation .main-nav ul ul li a {
    line-height: normal;
    padding: 15px 20px;
    font-size: 18px;
}

.home .site-logo img,
.home .site-logo svg {
    filter: brightness(0) invert(1) !important;
}

.home .mactive a {
    border-radius: 50px;
    background: var(--rgreen);;
    color: var(--npwhite) !important;
}

/* ========================================
   SOUS-MENU - Fond vert + Texte blanc
   ======================================== */

/* Sous-menu (dropdown) */
.main-navigation .main-nav ul ul {
    background: #5c8374 !important;
}

/* Liens du sous-menu */
.main-navigation .main-nav ul ul li a {
    color: #fff !important;
    font-weight: 500 !important;
}

/* Hover sous-menu */
.main-navigation .main-nav ul ul li a:hover {
    background: rgba(0, 0, 0, 0.1) !important;
    color: #fff !important;
}

/* Item actif dans le sous-menu */
.main-navigation .main-nav ul ul li.current-menu-item a {
    color: #fff !important;
    font-weight: 700 !important;
    background: rgba(0, 0, 0, 0.15) !important;
}



/* ========================================
   FIX SCROLL HORIZONTAL MOBILE
   ======================================== */

/* Empêcher le débordement horizontal */
html, body {
    overflow-x: hidden;
}

/* Box-sizing global */
*, *::before, *::after {
    box-sizing: border-box;
}

/* Les médias ne débordent pas */
img, video {
    max-width: 100%;
    height: auto;
}


/* ========================================
   COULEUR DE SÉLECTION - Vert #5c8374
   ======================================== */

/* Sélection de texte */
::selection {
    background: #5c8374 !important;
    color: #fff !important;
}

::-moz-selection {
    background: #5c8374 !important;
    color: #fff !important;
}


/* ========================================
   APPLICATION GLOBALE INTER
   ======================================== */

/* Reset de base - Tous les éléments */
* {
    font-family: "Inter", sans-serif;
}

/* Body et éléments de base */
html,
body {
    font-family: "Inter", sans-serif;
    font-weight: 400;
}

/* Tous les titres */
h1, h2, h3, h4, h5, h6 {
    font-family: "Inter", sans-serif;
    font-weight: 700;
}

p {
    font-size: 20px;
}

/* Paragraphes et texte */
p, span, div, a, li, td, th, label, input, textarea, select, button {
    font-family: "Inter", sans-serif;
}

/* Blocs WordPress */
.wp-block-heading,
.wp-block-paragraph,
.wp-block-list,
.wp-block-quote {
    font-family: "Inter", sans-serif;
}

/* Forcer partout (important si nécessaire) */
body *,
.site-content *,
#primary *,
.entry-content * {
    font-family: "Inter", sans-serif !important;
}

.home{
    background-color: #121212 !important;
}

.home .main-navigation .main-nav ul li a, .main-navigation .menu-toggle, .main-navigation .menu-bar-items {
    color: #fff !important;
}


/* ========================================
   FONT
   ======================================== */

h2 {
    font-size: 45px !important;
    line-height: 1.2em;
    font-weight: 900 !important;
    text-transform: none;
}


/*.ed-anim-text-wrapper.text-type-h3 {
    font-size: 32px !important;
    font-weight: 800 !important;
    line-height: 1.3;
}*/


.arc-slider-text .slide-text-content p {
    font-size: 18px !important;
    font-weight: 400;
    line-height: 1.6;
    margin: 0 0 15px 0;
    opacity: 0.8;
}

.arc-slider-text .slide-text-content h2 {
    font-size: 30px !important;
    font-weight: 800 !important;
    margin: 0 0 20px 0;
    line-height: 1.3;
}

.arc-slider-text .slide-text-link {
    font-size: 16px;
}

.arc-slider-text .slide-text-link:hover {
}


/* ========================================
   BLOC TITRE HOME - PLEINE PAGE
   ======================================== */
.home h1 {
    font-size: 80px;
    font-weight: 900 !important;
    line-height: 1em;
}

.home h1 strong {
    color: var(--rgreen);
    font-weight: 900 !important;
}

.home .title-header-home {
    min-height: 80vh;
    display: flex;
    align-items: flex-start; /* Aligne en haut au lieu de center */
    justify-content: center;
    padding: 0 !important;
    padding-top: 20vh !important; /* 30% de la hauteur = environ au milieu */
}

.title-header-home {
    min-height: 80vh;
    display: flex;
    align-items: flex-start; /* Aligne en haut au lieu de center */
    justify-content: center;
    padding: 0 !important;
    padding-top: 25vh !important; /* 30% de la hauteur = environ au milieu */
}

.title-header-page h1 {
    font-size: 80px;
    font-weight: 900 !important;
    line-height: 1em;
}

.title-header-page h2 {
    margin-top: 50px;
    font-weight: 600 !important;
}


.title-header-page h1 strong {
    color: var(--rgreen);
    font-weight: 900 !important;
}

.title-header-page {
    min-height: 40vh;
    display: flex;
    align-items: flex-start; /* Aligne en haut au lieu de center */
    justify-content: center;
    padding: 0 !important;
    padding-top: 10vh !important; /* 30% de la hauteur = environ au milieu */
}

/* Si tu veux que le texte soit centré */
.title-header-home h1,
.title-header-home .wp-block-heading {
    text-align: center;
    width: 100%;
}

/* Optionnel : Ajuster pour mobile */
@media (max-width: 768px) {
    .home .title-header-home {
    min-height: 70vh;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 0 !important;
    padding-top: 26vh !important;
}

    .title-header-home {
    min-height: 100vh;
    display: flex;
    align-items: flex-start; /* Aligne en haut au lieu de center */
    justify-content: center;
    padding: 0 !important;
    padding-top: 26vh !important; /* 30% de la hauteur = environ au milieu */
}   
}


/* ========================================
   GROUPE BACKGROUND - Couleur pleine largeur
   ======================================== */

.groupe-bg {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    padding: 60px 0;
}

.groupe-bg > .wp-block-group__inner-container,
.groupe-bg > * {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}



/* ========================================
   FIX FONT - Lettres uniformes
   ======================================== */

body,
h1, h2, h3, h4, h5, h6,
p, span, div {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}


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

.inside-header {
    align-items: flex-end;
    position: relative;
    padding-top: 45px;
    border-bottom: 0px solid rgba(0, 0, 0, 0.2) !important;
}


/* ========================================
   GROUPE CENTER V - Image + Bloc noir alignés
   ======================================== */

/* Le groupe et les colonnes en flex */
.groupe-center-v .wp-block-columns {
    display: flex !important;
    align-items: stretch !important;
}

.groupe-center-v .wp-block-column {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
}

/* Retire les paddings du bloc noir qui l'agrandissent */
.groupe-center-v .has-black-background-color {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* L'image garde ses proportions */
.groupe-center-v img {
    display: block;
    width: 100%;
    height: auto;
}

/* Centrer le texte */
.groupe-center-v h2,
.groupe-center-v h3,
.groupe-center-v p {
    text-align: center;
}


/* ========================================
   CENTRER LE TEXTE - list-pack-page
   ======================================== */

.list-pack-page{
    padding: 60px;
}


/* ========================================
   CONTENT
   ======================================== */
.groupe-bg .timeline-post .img-wrap img {
    width: 15% !important;
}

.groupe-bg .timeline-post .img-wrap .date{
    display: none;
}

.timeline-post-col.odd .timeline-post:after {
    border-right-color: #0c0c0c !important;
}

.home .site-header {
    background-color: #121212 !important;
}

.slide-text-image img{
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.0) !important;
}

.site-footer:not(.footer-bar-active) .copyright-bar {
    margin: 0 auto;
    color: #fff;
}


.goupe-padding{
    padding: 50px;
}


.ed-slider-animated {
    margin: 0px !important;
}

.groupe-3-col .is-layout-flex {
    margin-top: 50px;
    margin-bottom: 0px;
    display: flex;
    justify-content: space-between;
}

.list-pack img {
    width: 120px;
}

.list-pack-img .is-style-eds_gradius_column {
    border-radius: 0px !important;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.0) !important;
}

.list-pack .wp-block-column {
    padding: 30px;
}

.list-pack .wp-block-column h2{
    font-size: 30px !important;
    text-transform: uppercase;
}

.list-pack .wp-block-column li {
    font-weight: 200;
    font-size: 20px;
    font-weight: 200;
    margin-bottom: 0.5em;
}

.list-pack img{
    margin-top: 30px;
    margin-bottom: 30px;
}

.list-pack-page-image{
    padding: 45px;
}

.list-pack-page .is-style-eds_gradius_column {
    border-radius: 0px !important;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.0) !important;
}

.arc-slider-image .slide-image-wrapper {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.0) !important;
ease;
}

/* ========================================
   CONTENEURS ET ARTICLES
   ======================================== */

.separate-containers .inside-article {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 20px !important;
}

.separate-containers .site-main {
    margin: 0px !important;
}

/* ========================================
   VARIABLES DE COULEURS
   ======================================== */

:root {
    --rblack: #000;
    --rwhite: #fff;
    --rbluegreen: #166c7a;
    --rbluedark: #364046;
    --rpurplelight: #837a99;
    --ryellow: #5C8374 !important;
    --rred: #c10927;
    --rgreylight: #f0f0f0;
    --rbluemoon: #45526c;
    --rgreenlight: #5bb0a3;
    --rbluedark_two: #023047;
}

/* ========================================
   LISTES D'INFORMATIONS
   ======================================== */

.listes_dinformations > div .rtitle {
    color: var(--ryellow);
    width: 100%;
}


/* ========================================
   STYLES DU FORMULAIRE DE CONTACT
   ======================================== */
#nf-form-1-cont{
    border-radius: 30px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    padding: 30px;
}


.nf-form-content .list-select-wrap .nf-field-element>div, .nf-form-content input:not([type=button]) {
    margin-top: 30px;
    background: #fff !important;
    border: 0px solid #c4c4c4 !important;
    border-bottom: 1px solid #c4c4c4 !important;
    border-radius: 0;
    box-shadow: none;
    color: rgb(106.75, 106.75, 106.75);
    transition: all .5s;
}

#nf-field-3 {
    margin-top: 30px;
    background: #f4f4f4 !important;
    border: 0px solid #c4c4c4 !important;
    border-radius: 0;
}

.nf-form-content button, .nf-form-content input[type=button], .nf-form-content input[type=submit] {
    background: var(--rgreen) !important;
    border: 0;
    color: #f7f7f7;
    transition: all .5s;
    border-radius: 12px !important;
    padding: 10px 30px 10px 30px !important;
}

.nf-form-content button, .nf-form-content input[type=button], .nf-form-content input[type=submit]:hover {
    background: var(--rblack) !important;
    border: 0;
    color: #fff !important;
    transition: all .5s;
}

#nf-field-4-container{
    text-align: center !important;
}

.nf-form-fields-required{
    display: none !important;
}

.nf-error-msg{
    display: none !important;
}

.nf-pass.field-wrap .nf-field-element:after {
    display: none !important;
}

.nf-error.field-wrap .nf-field-element:after {
    background: #000 !important;
    color: #fff;
    font-family: FontAwesome;
    font-size: 20px !important;
    content: "\f12a";
    position: absolute;
    top: 41px !important;
    right: 1px;
    bottom: 1px;
    height: 27px !important;
    width: 22px !important;;
    line-height: 30px !important;;
    text-align: center;
    transition: all .5s;
}


/* ========================================
   NAVIGATION
   ======================================== */

/* Navigation principale - items actifs */
.main-navigation .main-nav ul li[class*="current-menu-"] > a {
    color: var(--ryellow);
}

.main-navigation .main-nav ul ul li[class*="current-menu-"] > a {
    color: var(--ryellow);
}

/* ========================================
   BURGER MENU FULLSCREEN
   ======================================== */

/* Bouton de fermeture */
#burger_fullmenu .close {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 50px;
    top: 50px;
    color: var(--npwhite);
    text-decoration: none;
    font-size: 20px;
}

/* Liens PDF dans le menu */
#burger_fullmenu li.eds_pdf a {
    display: inline-block;
    background: var(--ryellow);
    padding: 8px 12px;
    border: 2px solid var(--npwhite);
    color: var(--npwhite);
}

/* Liens standards du menu */
#burger_fullmenu li a {
    color: var(--npwhite);
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
}

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

/* Optionnel : Ajuster pour mobile */
@media (max-width: 768px) {

    .img-customer .wp-block-image img {
        max-width: 60%;
    }
    
    .img-customer .wp-block-spacer{
        height: 40px !important;
    }

    .slide-text-image img {
        max-height: 60px !important;
    }

    .wp-block-columns {
        flex-direction: column;
        width: 100% !important;
    }
    
    .wp-block-column {
        width: 100% !important;
        margin: 0 !important;
    }
    
    /* Groupes pleine largeur sur mobile */
    .groupe-bg {
        width: 100vw !important;
        margin-left: calc(-50vw + 50%) !important;
        margin-right: calc(-50vw + 50%) !important;
        padding: 40px 0 !important;
    }
    
    /* TOUS les enfants directs */
    .groupe-bg > * {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    
    /* Conteneurs WordPress */
    .groupe-bg .wp-block-group__inner-container {
        padding-left: 0 !important;
        padding-right: 0 !important;
        max-width: 100% !important;
    }
    
    /* Colonnes et groupes à l'intérieur */
    .groupe-bg .wp-block-columns,
    .groupe-bg .wp-block-column,
    .groupe-bg .wp-block-group {
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    
    /* SEULEMENT le texte a du padding */
    .groupe-bg p,
    .groupe-bg h2,
    .groupe-bg h3,
    .groupe-bg li {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .groupe-bg .arc-slider-layout-half-full .swiper {
        padding-left: 20px !important;
        padding-right: 0;
    }

    .groupe-bg .ed-media-slider .swiper {
        padding-bottom: 50px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .title-header-home {
    min-height: 100vh;
    display: flex;
    align-items: flex-start; /* Aligne en haut au lieu de center */
    justify-content: center;
    padding: 0 !important;
    padding-top: 26vh !important; /* 30% de la hauteur = environ au milieu */
    }   

    .title-header-page h1 {
    font-size: 50px;
    font-weight: 900 !important;
    line-height: 1em;
    }

    .wp-block-spacer {
    height: 50px !important;
    }
}


@media (max-width: 560px) {
    body {
    padding: 0 !important;
    }
    
    .site-content {
    padding-left: 15px;
    padding-right: 15px;
    }

    .inside-header {
    padding-top: 5px;
    }

    .title-header-home {
    min-height: 0vh;
    padding: 20 !important;
    padding-top: 10vh !important; /* 30% de la hauteur = environ au milieu */
    }   

    .title-header-page {
    min-height: 0vh;
    padding: 0px !important;
    padding-top: 10vh !important;
    }

    .title-header-page h1 {
    font-size: 35px;
    font-weight: 900 !important;
    line-height: 1em;
    }

    h2 {
    font-size: 25px !important;
    line-height: 1em;
    font-weight: 900 !important;
    text-transform: none;
    }

    .title-header-page h2 {
    margin-top: 50px;
    font-weight: 600 !important;
    }

    h2.wp-block-heading {
    color: var(--npblack);
    line-height: 30px;
    font-family: 'Inter';
    }

    h3 {
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 1.2em;
    font-weight: 600;
    text-transform: none;
    }

    .wp-block-spacer {
    height: 30px !important;
    }
}


/* ========================================
   RESPONSIVE MOBILE - CORRECTION COMPLÈTE
   ======================================== */

@media (max-width: 768px) {
    
    /* COLONNES GUTENBERG - Empilage propre */
    .wp-block-columns {
        flex-direction: column;
        gap: 20px;
    }

    .wp-block-column {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    /* TYPO MOBILE */
    .home h1,
    .title-header-home h1,
    .title-header-page h1 {
        font-size: 38px !important;
        line-height: 1.1 !important;
    }

    h2 {
        font-size: 26px !important;
        line-height: 1.3 !important;
    }

    p {
        font-size: 16px !important;
        line-height: 1.6 !important;
    }

    /* ESPACEMENT MOBILE */
    .site-content {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    /* GROUPE CENTER V - Mobile */
    .groupe-center-v .wp-block-columns {
        flex-direction: column;
    }
    
    .groupe-center-v .wp-block-column {
        width: 100% !important;
    }

    .site-main .wp-block-group__inner-container {
        padding: 0px !important;
    }

    .arc-slider-layout-normal, .arc-slider-layout-full, .arc-slider-layout-half-full {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .arc-slider-layout-half-full .swiper {
        padding-left: 0px !important;
        padding-right: 0;
    }

    .is-style-eds_gradius {
        border-radius: 25px;
        padding: 25px;
    }

    .list-pack .wp-block-column {
        padding: 20px;
    }

    .ed-media-slider {
        margin: 30px 0;
        padding-top: 0px !important;
    }
    .list-pack-page {
        padding: 30px;
    }
}

@media (max-width: 560px) {
    
    /* TYPO ENCORE PLUS PETITE */
    .home h1,
    .title-header-home h1,
    .title-header-page h1 {
        font-size: 35px !important;
    }

    h2 {
        font-size: 22px !important;
    }
    
    p {
        font-size: 15px !important;
    }
}

@media (max-width: 375px) {
    .groupe-bg {
        padding: 30px 0 !important;
    }
    
    .groupe-bg p,
    .groupe-bg h2,
    .groupe-bg h3 {
        padding-left: 16px;
        padding-right: 16px;
    }
}


/* ========================================
   MENU BURGER MOBILE - Version propre finale
   ======================================== */
/* Cache le burger custom en DESKTOP */
.custom-burger {
    display: none !important;
}

/* Affiche le burger custom SEULEMENT sur mobile */
@media (max-width: 1100px) {
}


@media (max-width: 1100px) {


 /* Désactive le clic sur "Les composants" mais garde le style normal */
    .main-navigation.menu-open .main-nav .menu-item-has-children > a {
        pointer-events: none !important;
        cursor: default !important;
    }

.mactive a {
    /* display: none; */
    border-radius: 50px;
    background: #000;
    background: transparent !important;
    color: var(--npwhite) !important;
}


    .custom-burger {
        display: flex !important;
        position: fixed !important;
        top: 20px !important;
        right: 20px !important;
        width: 50px !important;
        height: 50px !important;
        z-index: 10000 !important;
        background: transparent !important;
        border: none !important;
        cursor: pointer !important;
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
        gap: 6px !important;
    }
    /* Force le sous-menu à rester TOUJOURS ouvert */
    .main-navigation.menu-open .main-nav ul ul {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        position: static !important;
        left: auto !important;
        height: auto !important;
        max-height: none !important;
    }
    
    /* Force l'ouverture permanente du parent */
    .main-navigation.menu-open .main-nav .menu-item-has-children ul {
        display: block !important;
    }
    
    /* Supprime la flèche dropdown */
    .main-navigation.menu-open .main-nav .menu-item-has-children > a::after,
    .main-navigation.menu-open .main-nav .dropdown-menu-toggle {
        display: none !important;
    }


/* Force la réinitialisation des positions */
    .main-navigation.menu-open .main-nav ul,
    .main-navigation.menu-open .main-nav ul ul,
    .main-navigation.menu-open .main-nav li {
        position: static !important;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        bottom: auto !important;
        width: 100% !important;
        float: none !important;
    }
    
    /* Force l'affichage */
    .main-navigation.menu-open .main-nav ul,
    .main-navigation.menu-open .main-nav ul ul {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        transform: none !important;
    }    



    /* Cache le burger GeneratePress */
    .menu-toggle {
        display: none !important;
    }
    
    /* Header fixe blanc */
    .site-header {
        position: fixed !important;
        background-color: #fff !important;
        top: 0 !important;
        width: 100% !important;
        z-index: 9990 !important;
    }
    
    body {
        padding-top: 80px !important;
    }
    
    /* Notre burger custom */
    .custom-burger {
        position: fixed !important;
        top: 20px !important;
        right: 20px !important;
        width: 50px !important;
        height: 50px !important;
        z-index: 10000 !important;
        background: transparent !important;
        border: none !important;
        cursor: pointer !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
        gap: 6px !important;
    }
    
    .custom-burger span {
        width: 30px;
        height: 3px;
        background: #2a2a2a;
        transition: all 0.3s ease;
        display: block;
    }
    
    /* Burger en X quand ouvert */
    .custom-burger.active span:nth-child(1) {
        transform: rotate(45deg) translateY(9px);
        background: #fff;
    }
    
    .custom-burger.active span:nth-child(2) {
        opacity: 0;
    }
    
    .custom-burger.active span:nth-child(3) {
        transform: rotate(-45deg) translateY(-9px);
        background: #fff;
    }
    
    /* Menu latéral FULLSCREEN */
    .main-navigation .main-nav {
    background: #2a2a2a !important;
    position: fixed !important;
    top: 0 !important; /* Plus d'espace en haut */
    right: 0 !important;
    height: 100% !important; /* Pleine hauteur */
    width: 100% !important; /* Pleine largeur */
    padding: 100px 40px 40px 40px !important; /* Padding en haut pour le burger */
    overflow-y: auto !important;
    transform: translateX(100%) !important;
    transition: transform 0.55s ease !important;
    z-index: 9999 !important;
    }  
    
    .main-navigation.menu-open .main-nav {
        transform: translateX(0) !important;
    }
    
    /* Liste menu */
    .main-navigation .main-nav > ul {
        list-style: none !important;
        padding: 0 !important;
        margin: 0 !important;
    }
    
    .main-navigation .main-nav > ul > li {
        margin-bottom: 20px !important;
    }
    
    /* Liens principaux */
    .main-navigation .main-nav > ul > li > a {
        color: #fff !important;
        text-transform: uppercase !important;
        font-size: 1.5rem !important;
        font-weight: 700 !important;
        padding: 10px 0 !important;
    }
    
    .main-navigation .main-nav > ul > li > a:hover {
        color: #5c8374 !important;
    }
    
    /* Sous-menu toujours ouvert */
    .main-navigation .main-nav ul ul {
        display: block !important;
        position: static !important;
        background: transparent !important;
        padding: 15px 0 0 20px !important;
        margin: 10px 0 0 0 !important;
        box-shadow: none !important;
    }
    
    .main-navigation .main-nav ul ul li {
        margin-bottom: 8px !important;
    }
    
    .main-navigation .main-nav ul ul li a {
        color: rgba(255,255,255,0.8) !important;
        font-size: 0.95rem !important;
        text-transform: none !important;
    }
    
    .main-navigation .main-nav ul ul li a:hover {
        color: #5c8374 !important;
    }
    
    /* Cache flèche dropdown */
    .main-navigation .main-nav .menu-item-has-children > a::after {
        display: none !important;
    }
}