.elementor-kit-6{--e-global-color-primary:#536E2C;--e-global-color-secondary:#77777A;--e-global-color-text:#000000;--e-global-color-accent:#F9B6CD;--e-global-color-edf635a:#FEAB4C;--e-global-color-71f8452:#FEE300;--e-global-color-a684c07:#FFFFFF;--e-global-color-efa9d87:#F8E301;--e-global-color-8a7c258:#76C9DE;--e-global-color-01daa46:#F1EEE9;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:600;--e-global-typography-220ca0a-font-family:"Montserrat";--e-global-typography-220ca0a-font-weight:600;color:var( --e-global-color-text );}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a:hover{color:var( --e-global-color-text );}.elementor-kit-6 h1{color:var( --e-global-color-text );font-family:"Montserrat", Sans-serif;font-size:38px;}.elementor-kit-6 h2{color:#000000;font-family:"Montserrat", Sans-serif;font-size:28px;font-weight:600;}.elementor-kit-6 h3{font-family:"Inter", Sans-serif;font-size:22px;font-weight:500;}.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 *//* Empêche le scroll horizontal globalement */
html, body {
  overflow-x: hidden !important;
  width: 100vw;
  position: relative;
}

/* Tous les éléments restent dans la largeur de la fenêtre */
*, *::before, *::after {
  box-sizing: border-box;
}

/* Empêche les débordements spécifiques */
.elementor-section,
.elementor-container,
.elementor-column {
  overflow-x: hidden;
  max-width: 100vw;
}

/* Images et vidéos : pas de débordement */
img, video {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Iframes : on garde le comportement par défaut */
iframe {
  display: block;
  border: none;
}

/* En option : évite que certains composants causent un débordement */
[class*="overflow"] {
  overflow-x: hidden !important;
}

/* Optionnel : limite les éléments positionnés en absolu */
[class*="elementor"] [style*="position: absolute"] {
  max-width: 100vw;
}/* End custom CSS */