.elementor-kit-5{--e-global-color-primary:#141414;--e-global-color-secondary:#F0EEE8;--e-global-color-text:#4A4945;--e-global-color-accent:#E0DED7;--e-global-color-29e1aee:#FFFFFF;--e-global-typography-primary-font-family:"ivypresto-headline";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"proxima-nova-condensed";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"proxima-nova-condensed";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"ivypresto-headline";--e-global-typography-accent-font-weight:500;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:90%;}.e-con{--container-max-width:90%;}.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:880px){.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 *//* ===== FIX HEADER ÉPINGLÉ MOBILE ===== */

/* Empêche le décalage horizontal causé par overflow hidden/auto */
html,
body {
  overflow-x: hidden;
  /* NE PAS mettre overflow: hidden sur body — ça casse le position: fixed */
}

/* Fix principal : les sections Elementor ne doivent pas créer de nouveau contexte de positionnement */
.elementor-section,
.e-container,
.elementor-container {
  overflow: visible !important;
}

/* Fix pour les effets de mouvement Elementor (Motion Effects) sur mobile */
@media (max-width: 1024px) {
  .elementor-motion-effects-container,
  .elementor-motion-effects-element {
    will-change: unset !important;
    transform: none !important;
  }

  /* Stabilise le header épinglé */
  #masthead,
  .site-header,
  header.elementor-section,
  .elementor-sticky--active {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    transform: none !important;
    will-change: unset !important;
  }
}

/* Fix le bug iOS Safari : le viewport bouge au scroll */
@supports (-webkit-touch-callout: none) {
  body {
    min-height: -webkit-fill-available;
  }
  
  .elementor-sticky--active {
    position: -webkit-sticky;
    position: sticky; /* fallback si fixed pose problème sur iOS */
  }
}/* End custom CSS */