.elementor-kit-6{--e-global-color-text:#000000;--e-global-color-primary:#C52328;--e-global-color-secondary:#FFFFFF;--e-global-color-accent:#00000096;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-size:1rem;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-8e36514-font-family:"Poppins";--e-global-typography-8e36514-font-size:0.9rem;--e-global-typography-8e36514-font-weight:700;--e-global-typography-a4369a3-font-family:"Poppins";--e-global-typography-a4369a3-font-size:2.25rem;--e-global-typography-a4369a3-font-weight:700;--e-global-typography-f6f09d6-font-family:"Poppins";--e-global-typography-f6f09d6-font-size:1.75rem;--e-global-typography-f6f09d6-font-weight:700;--e-global-typography-f6f09d6-line-height:1.4em;--e-global-typography-fe69877-font-family:"Poppins";--e-global-typography-fe69877-font-size:1.375rem;--e-global-typography-fe69877-font-weight:700;--e-global-typography-fe69877-line-height:1.4em;--e-global-typography-a943bec-font-family:"Poppins";--e-global-typography-a943bec-font-size:1.125rem;--e-global-typography-a943bec-font-weight:700;--e-global-typography-a943bec-line-height:1.4em;--e-global-typography-cf9281b-font-family:"Poppins";--e-global-typography-cf9281b-font-size:1rem;--e-global-typography-cf9281b-font-weight:700;--e-global-typography-cf9281b-line-height:1.4em;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{font-family:"Poppins", Sans-serif;font-weight:700;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.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);}.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-kit-6{--e-global-typography-text-font-size:1rem;--e-global-typography-a4369a3-font-size:2rem;--e-global-typography-f6f09d6-font-size:1.625rem;--e-global-typography-fe69877-font-size:1.375rem;--e-global-typography-a943bec-font-size:1.125rem;--e-global-typography-cf9281b-font-size:1rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{--e-global-typography-text-font-size:0.9rem;--e-global-typography-a4369a3-font-size:22px;--e-global-typography-f6f09d6-font-size:20px;--e-global-typography-fe69877-font-size:18px;--e-global-typography-a943bec-font-size:16px;--e-global-typography-cf9281b-font-size:14px;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{font-size:0.9rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* Bloque les décalages horizontaux sans supprimer les animations */
html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden !important;
}

/* Sécurité Elementor */
.elementor,
.elementor-location-header,
.elementor-location-footer,
.elementor-section,
.elementor-container,
.elementor-widget-wrap,
.e-con,
.e-con-inner {
  max-width: 100%;
}

/* Mobile + tablette : empêche les animations de créer un débordement visible */
@media (max-width: 1024px) {
  body {
    position: relative;
    overflow-x: hidden !important;
  }

  .elementor {
    overflow-x: clip;
  }

  .elementor-section,
  .elementor-container,
  .e-con,
  .e-con-inner {
    overflow-x: clip;
  }

  /* Garde les animations, mais empêche les éléments animés de pousser la page */
  .animated,
  .elementor-invisible {
    max-width: 100%;
    will-change: transform, opacity;
  }
}/* End custom CSS */