.elementor-kit-6{--e-global-color-primary:#007D93;--e-global-color-secondary:#3B4559;--e-global-color-text:#3B4559;--e-global-color-accent:#007D93;--e-global-color-8f2e185:#FFFFFF;--e-global-color-9b0d01e:#DBDBDB;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;font-family:"Roboto", Sans-serif;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-primary );font-family:"Roboto", Sans-serif;}.elementor-kit-6 a:hover{color:var( --e-global-color-secondary );}.elementor-kit-6 h1{font-family:"Roboto", Sans-serif;}.elementor-kit-6 h2{font-family:"Roboto", Sans-serif;}.elementor-kit-6 h3{font-family:"Roboto", Sans-serif;}.elementor-kit-6 h4{font-family:"Roboto", Sans-serif;}.elementor-kit-6 h5{font-family:"Roboto", Sans-serif;}.elementor-kit-6 h6{font-family:"Roboto", Sans-serif;}.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);}@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 */html, body {
    max-width: 100%;
    overflow-x: hidden;
}



/* Désactiver l'effet plein écran / snap sur mobile */
@media (max-width: 767px) {

  html,
  body {
    overflow-y: auto !important;
    overflow-x: hidden !important;
    height: auto !important;
    scroll-behavior: auto !important;
    scroll-snap-type: none !important;
  }

  /* Conteneurs Elementor susceptibles d'imposer le plein écran */
  .elementor,
  .elementor-location-header,
  .elementor-location-footer,
  .elementor-section,
  .elementor-container,
  .e-con,
  .e-parent,
  .e-child {
    scroll-snap-align: unset !important;
  }

  /* Si les sections du slider ont une hauteur forcée */
  [class*="slide-home"],
  .elementor-top-section,
  .elementor-section-wrap > .elementor-section {
    min-height: auto !important;
    height: auto !important;
  }

  /* Si un wrapper spécifique gère le scroll plein écran */
  .fullpage-wrapper,
  .fp-section,
  .fp-tableCell {
    height: auto !important;
    transform: none !important;
  }
}/* End custom CSS */