.elementor-kit-3{--e-global-color-primary:#e4dfdc;--e-global-color-secondary:#e4dfdc;--e-global-color-text:#000000;--e-global-color-accent:#acaaa2;--e-global-typography-primary-font-family:"Roboto Slab";--e-global-typography-primary-font-size:14px;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-text-decoration:none;--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;--e-global-typography-529a712-font-family:"Roboto";--e-global-typography-529a712-font-weight:600;background-color:#F7F7F1;}.elementor-kit-3 e-page-transition{background-color:#FFBC7D;}.site-header{background-color:#FFFFFF;background-image:url("https://48.wp.glt-digital.com/wp-content/uploads/sites/159/2025/09/CONTEMPLATE-MOODBOARD.jpg");}.site-footer{background-color:transparent;background-image:linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 100%);}.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);}.site-header .site-branding .site-logo img{width:145px;max-width:145px;}.site-footer .site-branding{flex-direction:row;align-items:center;gap:0px;}.site-footer .footer-inner{width:155px;max-width:100%;}@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 */body.home {
  opacity: 0;
  transform: translateY(10px);
  animation: fadeHome 3s ease-out forwards;
}

@keyframes fadeHome {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.slide-up {
  transform: translateY(30px); /* commence 30px plus bas */
  transition: transform 0.8s ease-out; /* vitesse de l’animation */
}

.slide-up.visible {
  transform: translateY(0); /* revient à sa position normale */
}
.slide-hover {
  transform: translateY(0);
  transition: transform 0.5s ease-out;
}

.slide-hover:hover {
  transform: translateY(-20px);
}/* End custom CSS */