.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-0d86f01:#FFFFFF;--e-global-color-d5c9a3b:#FFFFFFAD;--e-global-color-5f6c5fa:#FFFFFF00;--e-global-color-44b9b3f:#F8F6E1;--e-global-color-7f5a846:#0A0F6F;--e-global-color-2862ffa:#000000;--e-global-color-54c3d3e:#F1F1F1;--e-global-color-c0b9848:#E5E5EB;--e-global-color-42b2f8e:#DFDBA9;--e-global-color-f0d7e64:#DFDBA9;--e-global-color-787f5cf:#FDFCF4;--e-global-color-287ce5e:#0D0F31;--e-global-color-ad96b30:#FFFFFF5C;--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;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-f0d7e64 );}.elementor-kit-6 a:hover{color:var( --e-global-color-287ce5e );}.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);}.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:959px){.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 *//*Améliorer les animations d'entrée*/
 
@keyframes fadeDown {
    from {
        opacity: 0;
        transform: translate3d(0,-30px,0)
    }
 
    to {
        opacity: 1;
        transform: none
    }
}
 
.elementor-element.fadeInDown {
    animation-name: fadeDown
}
 
@keyframes fadeLeft {
    from {
        opacity: 0;
        transform: translate3d(-30px,0,0)
    }
 
    to {
        opacity: 1;
        transform: none
    }
}
 
.elementor-element.fadeInLeft {
    animation-name: fadeLeft
}
 
@keyframes fadeRight {
    from {
        opacity: 0;
        transform: translate3d(30px,0,0)
    }
 
    to {
        opacity: 1;
        transform: none
    }
}
 
.elementor-element.fadeInRight {
    animation-name: fadeRight
}
 
@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translate3d(0,30px,0)
    }
 
    to {
        opacity: 1;
        transform: none
    }
}
 
.elementor-element.fadeInUp {
    animation-name: fadeUp
}


.container, .elementor-section {
    overflow-x: hidden;
}/* End custom CSS */