.elementor-kit-7{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.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);}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */:root{
  --menu-w: 90px;
}

/* Footer */
footer,
#colophon,
.site-footer,
.elementor-location-footer{
  margin-left: var(--menu-w) !important;
  width: calc(100% - var(--menu-w)) !important;
}

.side-menu{
position: fixed;
top: 0;
left: 0;
height: 100vh;
overflow-y: auto;
}


.side-menu .sidemenu-social{
margin-top: auto;
flex: 0 0 auto;
padding: 16px 0 24px;
}

/* ===== MOBILE ONLY ===== */
@media (max-width: 980px){

/* menu caché */
.side-menu{
position: fixed;
top: 0;
left: 0;
height: 100vh;
width: 82vw;
max-width: 340px;
z-index: 9999;

transform: translateX(-100%);
transition: transform .35s cubic-bezier(.77,0,.18,1);
overflow-y: auto;
}

/* menu ouvert */
.side-menu.open{
transform: translateX(0);
}

/* overlay sombre */
.menu-overlay{
position: fixed;
inset: 0;
background: rgba(0,0,0,.45);
opacity: 0;
pointer-events: none;
transition: .3s;
z-index: 9998;
}

.menu-overlay.open{
opacity: 1;
pointer-events: auto;
}
}

@media (max-width:1024px){
  .mobile-topbar{
    position: sticky;
    top: 0;
    z-index: 10002;
    height: 60px;
    display: flex;
    align-items: center;
    padding: 0 16px;
    background: rgba(255,255,255,.92); /* ou ta couleur */
    backdrop-filter: blur(8px);
    border-bottom: 1px solid rgba(0,0,0,.08);
  }

  .mobile-topbar .menu-toggle{
    position: static; /* plus de fixed */
  }
}


/*Pour que le menu mobile commence sous la barre*/
@media (max-width:1024px){

  :root{
    --topbar-h: 60px;
  }

  .side-menu{
    position: fixed;
    top: var(--topbar-h);
    left: 0;
    width: 100vw;
    height: calc(100dvh - var(--topbar-h));
  }

}

/*Menu 100% largeur mobile */

@media (max-width:1024px){

  .side-menu{
    width:100vw;
    max-width:none;
    left:0;
    right:0;
  }

}

/*Pour que le menu commence sous la barre*/

@media (max-width:1024px){

  /* 1) barre mobile : hauteur fixe + au-dessus */
  .mobile-topbar{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 60px;   
    z-index: 10060;
  }

  /* 2) le panneau commence APRES la barre */
  .side-menu{
    top: 60px !important;       /* même valeur que height */
    padding-top:10px;
    height: calc(100dvh - 60px) !important;
    z-index: 10050;             /* sous la barre, au-dessus du site */
  }

  /* 3) overlay (pour cliquer le hamburger même menu ouvert) */
  .menu-overlay{
    top: 60px;
    height: calc(100dvh - 60px);
    z-index: 10040;
  }

}/* End custom CSS */