.elementor-kit-11{--e-global-color-primary:#0B1D26;--e-global-color-secondary:#FBD784;--e-global-color-text:#073856;--e-global-color-accent:#FBD784;--e-global-color-12aa087:#000000;--e-global-color-886e7ea:#FFFFFF;--e-global-typography-primary-font-family:"Abel";--e-global-typography-primary-font-weight:400;--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;background-color:#0B1D26;background-image:url("https://l-itre.fr/wp-content/uploads/2026/04/bg-image-scaled.jpg");color:var( --e-global-color-886e7ea );background-position:top center;background-repeat:no-repeat;background-size:100% auto;}.elementor-kit-11 e-page-transition{background-color:#FFBC7D;}.elementor-kit-11 h1{color:var( --e-global-color-886e7ea );}.elementor-kit-11 h2{color:var( --e-global-color-886e7ea );}.elementor-kit-11 h3{color:var( --e-global-color-886e7ea );}.elementor-kit-11 h4{color:var( --e-global-color-886e7ea );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1420px;}.e-con{--container-max-width:1420px;}.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{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: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 {
    scroll-behavior: unset !important;
}

body{
    overflow-x: hidden;
}

@keyframes dpFadeInDown {
    0% {
        transform: translateY(-20px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
.fadeInDown {
    animation-name: dpFadeInDown !important;
    animation-timing-function: cubic-bezier(0.390, 0.575, 0.565, 1.000);
    animation-fill-mode: both;
}
@keyframes dpFadeInLeft {
    0% {
        transform: translateX(-20px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}
.fadeInLeft {
    animation-name: dpFadeInLeft !important;
    animation-timing-function: cubic-bezier(0.390, 0.575, 0.565, 1.000);
    animation-fill-mode: both;
}

@keyframes dpFadeInRight {
    0% {
        transform: translateX(20px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}
.fadeInRight {
    animation-name: dpFadeInRight !important;
    animation-timing-function: cubic-bezier(0.390, 0.575, 0.565, 1.000);
    animation-fill-mode: both;
}

@keyframes dpFadeInUp {
    0% {
        transform: translateY(20px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
.fadeInUp {
    animation-name: dpFadeInUp !important;
    animation-timing-function: cubic-bezier(0.390, 0.575, 0.565, 1.000);
    animation-fill-mode: both;
}


.reveal-left,
.reveal-right,
.reveal-top,
.reveal-bottom{
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    position: relative;
    transition: none !important;
}

.elementor-editor-active .reveal-left,
.elementor-editor-active .reveal-right,
.elementor-editor-active .reveal-top,
.elementor-editor-active .reveal-bottom{
    opacity: 1;
    visibility: visible;
}/* End custom CSS */