.elementor-kit-5{--e-global-color-primary:#F4C6D2;--e-global-color-secondary:#F9EFEA;--e-global-color-text:#333333;--e-global-color-accent:#B9E7C9;--e-global-color-a061c16:#777777;--e-global-color-e4da212:#FDEBED;--e-global-typography-primary-font-family:"Playfair Display";--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:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.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);}@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 *//* Animation fluide sur tous les widgets */
.elementor-widget-image,
.elementor-widget-heading,
.elementor-widget-text-editor {
  transition: all 1s ease-in-out;
  opacity: 1;
}

/* Transition douce entre les fonds */
section.elementor-section {
  transition: background-color 0.8s ease-in-out;
}
section.elementor-section {
  min-height: 100vh;
  scroll-snap-align: start;
  transition: background-color 0.6s ease-in-out;
  overflow: hidden;
}

.elementor-widget-heading,
.elementor-widget-text-editor,
.elementor-widget-image {
  transition: all 0.8s ease;
}/* End custom CSS */