.elementor-kit-6{--e-global-color-primary:#D41216;--e-global-color-secondary:#EDEDED;--e-global-color-text:#2F2F2F;--e-global-color-accent:#171817;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;color:#1A1919;font-family:"Poppins", Sans-serif;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 p{margin-block-end:7px;}.elementor-kit-6 h1{color:#121212;font-family:"Poppins", Sans-serif;font-size:42px;}.elementor-kit-6 h2{color:#393939;font-family:"Roboto", Sans-serif;}.elementor-kit-6 h3{color:#3B3B3B;font-family:"Roboto", Sans-serif;}.elementor-kit-6 h4{color:#3B3B3B;font-family:"Roboto", Sans-serif;}.elementor-kit-6 h5{color:#3B3B3B;font-family:"Roboto", Sans-serif;}.elementor-kit-6 h6{color:#3B3B3B;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end: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 .site-branding{flex-direction:column;align-items:stretch;}.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-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 *//* 1) Stopper la barre de défilement horizontal proprement */
html, body { overflow-x: clip; } /* clip > hidden (évite les sauts de layout) */
body { width: 100%; }

/* 2) Empêcher tout débordement lié à des sections/containers Elementor */
.elementor-section,
.elementor-container,
.elementor-widget-wrap { max-width: 100% !important; }

.elementor-section.elementor-section-boxed > .elementor-container { width: 100% !important; }

/* Cas fréquents: widgets/sections forcés à 100vw à l'intérieur du body */
[class*="elementor"] [style*="100vw"] { width: 100% !important; max-width: 100% !important; }

/* Images/vidéos qui débordent */
img, video { max-width: 100% !important; height: auto; display: block; }

/* Carrousels/Swiper Elementor qui génèrent du scroll latéral */
.elementor-swiper, .swiper, .swiper-container { overflow: hidden !important; }
.swiper-wrapper { align-items: stretch; }

/* 3) Header sticky/fixed qui disparaît quand il y a un overflow horizontal */
header, .site-header, .elementor-location-header { 
  position: sticky; 
  top: 0; 
  z-index: 9999; 
  overflow: visible !important; 
}

/* Elementor peut appliquer des transforms (motion effects) au header ou à ses parents,
   ce qui "défixe" le menu. On neutralise. */
.site-header, .elementor-location-header, .elementor-sticky--effects {
  transform: none !important;
  will-change: auto !important;
}

/* 4) Petites sécurités contre des marges négatives ou centrage foireux */
.elementor-section { margin-left: auto; margin-right: auto; }/* End custom CSS */