.elementor-29589 .elementor-element.elementor-element-81364fc{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:80px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-29589 .elementor-element.elementor-element-381ad92{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );}.elementor-widget-text-editor{color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-29589 .elementor-element.elementor-element-64782fe{text-align:center;font-family:"Lora", Sans-serif;font-size:14px;font-weight:400;font-style:normal;}.elementor-29589 .elementor-element.elementor-element-9770465{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-29589 .elementor-element.elementor-element-81fb9cf{text-align:center;font-family:"Lora", Sans-serif;font-size:14px;font-weight:400;font-style:normal;}.elementor-29589 .elementor-element.elementor-element-4910b1c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-29589 .elementor-element.elementor-element-5d808ee img{opacity:0.5;filter:brightness( 100% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );}.elementor-29589 .elementor-element.elementor-element-dfd3f14{text-align:center;font-family:"Lora", Sans-serif;font-size:14px;font-weight:400;font-style:normal;}.elementor-29589 .elementor-element.elementor-element-5486171{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-29589 .elementor-element.elementor-element-7a231ce img{opacity:0.5;}.elementor-29589 .elementor-element.elementor-element-292c9c9{text-align:center;font-family:"Lora", Sans-serif;font-size:14px;font-weight:400;font-style:normal;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-29589 .elementor-element.elementor-element-381ad92{--width:25%;}.elementor-29589 .elementor-element.elementor-element-9770465{--width:25%;}.elementor-29589 .elementor-element.elementor-element-4910b1c{--width:25%;}.elementor-29589 .elementor-element.elementor-element-5486171{--width:25%;}}/* Start custom CSS */#preloader {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: #819f90;
    z-index: 99999;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-family: 'Lora';
    font-weight: 400; 
    font-size: 32px;
    opacity: 1;
    visibility: visible;
    animation: fadeOut 1.5s ease-in-out 2s forwards; /* Augmenter la durée du fade-out */
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        visibility: hidden;
    }
}/* End custom CSS */