.elementor-kit-7{--e-global-color-primary:#AB5FC1;--e-global-color-secondary:#1B1B1B;--e-global-color-text:#FFFFFF;--e-global-color-accent:#F14925;--e-global-typography-primary-font-family:"Jost";--e-global-typography-primary-font-size:0.8vw;--e-global-typography-primary-font-weight:500;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-size:0.7vw;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Jost";--e-global-typography-text-font-size:0.8vw;--e-global-typography-text-font-weight:300;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-size:0.7vw;--e-global-typography-accent-font-weight:900;--e-global-typography-accent-text-transform:uppercase;background-color:var( --e-global-color-secondary );overscroll-behavior:auto;}.elementor-kit-7 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);}@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 *//* Put Elementor popup behind the mobile menu toggle */
.elementor-popup-modal{
  z-index: 100000 !important;              /* popup below the toggle */
}

/* Make the toggle live above everything, fixed to the viewport */
.elementor-element-1eff35f,                 /* the Elementor widget wrapper */
.elementor-element-1eff35f .menu-toggle{
  position: fixed !important;
  top: calc(env(safe-area-inset-top, 0px) + 12px);
  right: calc(env(safe-area-inset-right, 0px) + 12px);
  z-index: 100001 !important;               /* higher than popup */
}

/* Keep layout tidy */
.elementor-element-1eff35f{
  pointer-events: none;                      /* wrapper doesn't intercept clicks */
}
.elementor-element-1eff35f .menu-toggle{
  pointer-events: auto;                      /* only the toggle is clickable */
}

/* ===== Preloader global ===== */
html.preloader-lock { overflow: hidden; } /* bloque le scroll pendant le chargement */

#site-preloader{
  position: fixed;
  inset: 0;
  z-index: 1000000;                 /* au-dessus de TOUT */
  display: grid;
  place-items: center;
  background: #0b0b0c;              /* fond uni; ou utilisez votre gradient de marque */
  /* Exemple gradient de marque (optionnel) :
  background: linear-gradient(90deg, #AB5FC1 0%, #F14925 100%); */
  opacity: 1;
  transition: opacity .4s ease;
}

/* Contenu interne */
#site-preloader .sp-inner{
  display: grid;
  justify-items: center;
  gap: 16px;
  transform: translateZ(0);
}

#site-preloader .sp-logo{
  height: 42px; width: auto;
  filter: drop-shadow(0 2px 10px rgba(0,0,0,.25));
}

/* Spinner minimal (CSS only) */
#site-preloader .sp-spinner{
  width: 36px; height: 36px;
  border-radius: 50%;
  border: 3px solid rgba(255,255,255,.25);
  border-top-color: #fff;
  animation: sp-rotate 1s linear infinite;
}

@keyframes sp-rotate{
  to { transform: rotate(360deg); }
}

/* Sortie (appliquée via JS) */
#site-preloader.is-hiding{ opacity: 0; pointer-events: none; }

/* Motion réduite : limiter les animations */
@media (prefers-reduced-motion: reduce){
  #site-preloader .sp-spinner{ animation: none; }
}/* End custom CSS */