.loading-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    color: #fff;
    pointer-events: none;
}

.counter {
    position: fixed;
    left: 50px;
    bottom: 50px;
    display: flex;
    height: 100px;
    font-size: 100px;
    line-height: 102px;
    clip-path: polygon(0 0, 100% 0, 100% 100px, 0 100px);
    font-weight: 400;
    color: white;
}

.counter-1,
.counter-2,
.counter-3 {
    position: relative;
    top: -15px;
}

.num1offset1 {
    position: relative;
    right: -25px;
}

.num1offset2 {
    position: relative;
    right: -10px;
}

.loader {
    position: relative;
    top: 40%;
    left: 50%;
    width: 210px;
    height: 210px;
    transform: translate(-50%, -50%);
    display: flex;
    flex-wrap: wrap;
}

.color-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: white;
}

.semi-circle {
    box-sizing: border-box;
    width: 100px;
    height: 100px;
    transform: rotate(180deg);
}

.top-left {
    border-top-left-radius: 100px;
    margin-right: 5px;
    margin-bottom: 5px;
    background-color: #4B4FA4;

}

.top-right {
    border-top-right-radius: 100px;
    margin-left: 5px;
    margin-bottom: 5px;
    background-color: #8079D4;
}

.bottom-left {
    border-bottom-left-radius: 100px;
    margin-right: 5px;
    margin-top: 5px;
    background-color: #8079D4;
}

.bottom-right {
    border-bottom-right-radius: 100px;
    margin-left: 5px;
    margin-top: 5px;
    background-color: #4B4FA4;
}

.preloader-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.entete {
    position: relative;
    width: max-content;
    height: max-content;
}

.site-revealer {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.site-revealer:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 105%;
    height: 110%;
    background: #fff;
    top: 80px;
}

#text_preloader {
    display: flex;
    position: relative;
    top: 20%;
    left: 0;
    font-size: 7rem;
    text-transform: uppercase;
    font-family: 'Bebas Neue';
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    line-height: 5.9rem;
    color: white;
    z-index: 9999999!important;
}

.char {
    transform: translateY(115px);
    transition: transform 0.5s;
}

@media screen and (max-width: 800px) {
    #text_preloader {
        font-size: 4rem;
        line-height: 8rem;
    }
}
