.elementor-12 .elementor-element.elementor-element-e7c63b3{--display:flex;--min-height:100vh;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;}.elementor-12 .elementor-element.elementor-element-e7c63b3:not(.elementor-motion-effects-element-type-background), .elementor-12 .elementor-element.elementor-element-e7c63b3 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F0F0F0;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-12 .elementor-element.elementor-element-f1f44c0 .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:4rem;font-weight:600;text-transform:uppercase;color:#00000000;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-12 .elementor-element.elementor-element-f1f44c0 .elementor-heading-title{font-size:1.5rem;}}/* Start custom CSS for heading, class: .elementor-element-f1f44c0 */:root{
    --myText : 'On arrive très bientôt !';
    --textColor: #212121;
    --textStroke: 1px;
    --anDuration: 3s;
}
.elementor-12 .elementor-element.elementor-element-f1f44c0{
    -webkit-text-stroke: var(--textStroke) var(--textColor);
    display: table;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    text-align: center;
    margin: 0 auto
}
.elementor-12 .elementor-element.elementor-element-f1f44c0 .elementor-heading-title::before{
    content: var(--myText);
    color: var(--textColor);
    position: absolute;
    top: 0;
    width: 0%;
    height: 100%;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    border-right: var(--textStroke) solid var(--textColor);
    -webkit-animation:animateX var(--anDuration) linear infinite;
            animation:animateX var(--anDuration) linear infinite;
}
@-webkit-keyframes animateX{
   0%,10%,100%{
        width:0%;
    }
   70%, 90%{
        width: 100%;
    }
}
@keyframes animateX{
   0%,10%,100%{
        width:0%;
    }
   70%, 90%{
        width: 100%;
    }
}/* End custom CSS */