
#preloader {
    position: absolute;
    display: flex;
    background-color: rgb(0, 0, 0);
    height: 100dvh;
    width: 100dvw;
    align-items: center;
    justify-content: center;
    z-index: 50;
}

#preloader_wrapper {
    display: flex;
    flex-direction: column;
    align-content: stretch;
    align-items: center;
    font-size: 30px;
    width: 192px;
    color: white;
}

#preloader_bar {
    height: 2px;
    background: linear-gradient(to right, #ff3c64, #ffffff);
    align-self: flex-start;
}

#preloader_text {
    width: 192px;
    height: 50px;
    background-image: url('../media/Logo_Visiolix_RZ.png');
    background-size: contain;
    background-repeat: no-repeat;
}

@media screen and (max-width: 400px) {
    #preloader_wrapper {
        width: 100px;
    }
    #preloader_text {
        width: 80px;
        height: 80px;
    }

}
