.elementor-kit-4{--e-global-color-primary:#1A237E;--e-global-color-secondary:#283593;--e-global-color-text:#212121;--e-global-color-accent:#FF6F00;--e-global-color-background:#FFFFFF;--e-global-color-backgroundAccent:#F5F5F5;--e-global-color-transparent:#00000000;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-size:24px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-size:20px;--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Figtree";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.5em;--e-global-typography-accent-font-family:"Figtree";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:400;--e-global-typography-accent-line-height:1.5em;--e-global-typography-heading_xl-font-family:"Poppins";--e-global-typography-heading_xl-font-size:56px;--e-global-typography-heading_xl-font-weight:600;--e-global-typography-heading_xl-line-height:1.2em;--e-global-typography-heading_l-font-family:"Poppins";--e-global-typography-heading_l-font-size:48px;--e-global-typography-heading_l-font-weight:600;--e-global-typography-heading_l-line-height:1.2em;--e-global-typography-heading_m-font-family:"Poppins";--e-global-typography-heading_m-font-size:40px;--e-global-typography-heading_m-font-weight:600;--e-global-typography-heading_m-line-height:1.2em;--e-global-typography-heading_s-font-family:"Poppins";--e-global-typography-heading_s-font-size:18px;--e-global-typography-heading_s-font-weight:500;--e-global-typography-body_s-font-family:"Figtree";--e-global-typography-body_s-font-size:14px;--e-global-typography-body_s-font-weight:400;--e-global-typography-body_s-line-height:1.5em;background-color:var( --e-global-color-background );}.elementor-kit-4 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-4{--e-global-typography-primary-font-size:22px;--e-global-typography-secondary-font-size:18px;--e-global-typography-heading_xl-font-size:48px;--e-global-typography-heading_l-font-size:40px;--e-global-typography-heading_m-font-size:32px;--e-global-typography-heading_s-font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-4{--e-global-typography-primary-font-size:18px;--e-global-typography-secondary-font-size:16px;--e-global-typography-heading_xl-font-size:40px;--e-global-typography-heading_l-font-size:32px;--e-global-typography-heading_m-font-size:32px;--e-global-typography-heading_s-font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* === HIÉRARCHIE Z-INDEX COMPLÈTE === */
/* 1. Header au sommet */
.elementor-location-header {
    z-index: 9999 !important;
    position: sticky !important;
}
/* 2. Logo et bouton membre encore plus haut */
.elementor-location-header .site-logo,
.elementor-location-header .elementor-button,
.elementor-location-header .elementor-nav-menu {
    z-index: 10000 !important;
    position: relative !important;
}
/* 3. Contenu de la page en dessous */
main,
.elementor-section,
.elementor-top-section {
    z-index: 1 !important;
    position: relative !important;
}
/* 4. Section Hero spécifiquement */
.elementor-section:first-of-type {
    z-index: 1 !important;
}
/* 5. Images et overlays du Hero */
.elementor-section:first-of-type .elementor-background-overlay,
.elementor-section:first-of-type img,
.elementor-background-overlay {
    z-index: 0 !important;
}
/* Reset complet pour supprimer tous les espaces */
html, body {
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden;
}
/* Supprimer l'espace au-dessus du header */
body {
    padding-top: 0 !important;
}
/* Si vous avez une admin bar WordPress */
body.admin-bar {
    padding-top: 32px !important;
}
/* Header sans espace */
header,
.site-header,
.elementor-location-header,
#masthead {
    margin: 0 !important;
    padding-top: 0 !important;
}
/* Footer sans espace */
footer,
.site-footer,
.elementor-location-footer,
#colophon {
    margin: 0 !important;
    padding-bottom: 0 !important;
}
/* Page content sans espace */
#page,
#content,
.site,
.site-content,
main {
    margin: 0 !important;
    padding: 0 !important;
}
/* Première section Elementor */
.elementor-section:first-child {
    margin-top: 0 !important;
}
/* Dernière section Elementor */
.elementor-section:last-child {
    margin-bottom: 0 !important;
}
/* Container Elementor */
.elementor-page {
    margin: 0 !important;
    padding: 0 !important;
}

.menu-membre > a {
    border: 2px solid #ffffff !important;
    color: #ffffff !important;
    padding: 8px 20px !important;
    border-radius: 8px !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
}
.menu-membre > a:hover {
    background: #ffffff !important;
    color: #000000 !important;
}

/* Menu hamburger mobile : fond sombre + texte blanc */
@media (max-width: 768px) {
  
  /* Fond du bouton hamburger */
  .elementor-kit-4 .elementor-nav-menu--toggle,
  .elementor-kit-4 .e-navy-menu-toggle,
  .elementor-kit-4 [class*="toggle"] {
    background: rgba(15, 23, 42, 0.95) !important;
    backdrop-filter: blur(10px) !important;
    border-radius: 8px !important;
  }
  
  /* Lignes du hamburger (blanc) */
  .elementor-kit-4 .elementor-nav-menu--toggle::before,
  .elementor-kit-4 .elementor-nav-menu--toggle::after,
  .elementor-kit-4 .e-navy-menu-toggle span {
    background-color: #ffffff !important;
  }
  
  /* Menu déroulant */
  .elementor-kit-4 .elementor-nav-menu--dropdown {
    background: rgba(255, 255, 255, 0.95) !important;
    backdrop-filter: blur(12px) !important;
    border-radius: 12px !important;
  }
  
  /* Texte menu mobile */
  .elementor-kit-4 .elementor-nav-menu--dropdown a {
    color: #1e293b !important;
  }
}/* End custom CSS */