.elementor-kit-12{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-5156ad2:#F85032;--e-global-color-77f9972:#E73827;--e-global-color-9f41c9f:#151515;--e-global-color-b48f4c6:#FAF9F6;--e-global-color-78cbd8f:#E2E2E2;--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:"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-f1f908a-font-family:"Archivo";--e-global-typography-f1f908a-font-size:1.6rem;--e-global-typography-f1f908a-font-weight:400;background-color:var( --e-global-color-b48f4c6 );}.elementor-kit-12 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:1279px){.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 */.enfant {
  width: 100%;
  height: 300px;
  overflow: hidden;
  transition: margin-right 2s ease-in-out;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contenu {
  opacity: 0;
  transform: translateY(20px); /* Décalage vers le bas */
  transition: opacity 0.5s ease-out, transform 0.5s ease-out; /* Animation plus fluide */
  padding: 20px;
}/* End custom CSS */