.elementor-kit-26{--e-global-color-primary:#101010;--e-global-color-secondary:#18b4aa;--e-global-color-text:#444;--e-global-color-accent:#18b4aa;--e-global-typography-primary-font-family:"Onest";--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:500;overscroll-behavior:auto;}.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-lightbox{--lightbox-header-icons-size:0px;}.elementor-kit-26 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 *//* Structure principale du thème */
.wp-site-blocks {
  display: flex;
  flex-direction: column;
  min-height: 100vh;   /* la page occupe toute la hauteur de l’écran */
}

/* La zone <main> (contenu Elementor ou blocs) s’étire */
.wp-site-blocks > main {
  flex: 1;
}

/* Le pied de page descend automatiquement */
footer,
.wp-site-blocks > footer,
.elementor-location-footer {
  bottom: 0;
  left: 0;
  width: 100%;
}

html, body {
  overflow-x: hidden;
}

.elementor-section {
  max-width: 100vw ;
  overflow-x: hidden ;
}/* End custom CSS */