*
{
    margin: 0;
    padding: 0;
}

html
{
    background: #ffffff;
}

.webgl
{
    position: fixed;
    top: 0;
    left: 0;
    outline: none;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0); /* Fond transparent */
}






.element2-png {
    position: absolute;
    z-index: 10;
    background-image: url(assets/images/51be27eda4991af6.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}



.element3-png {
    position: absolute;
    z-index: 0;
    background-image: url(assets/images/8173a0e20d592fa6.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}



.section
{
    display: flex;
    align-items: center;
    height: 100vh;
    position: relative;
    font-family: 'Cabin', sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 7vmin;
    padding-left: 10%;
    padding-right: 10%;
}



.loading-bar {
    position: absolute;
    top: 50%;
    left: 30%; /* Ajoutez cette ligne */
    width: 40%;
    height: 2px;
    background: #ebeaea;
    transform: translate(-50%, -50%) scaleX(0.3); /* Mettez à jour cette ligne */
    transform-origin: top left;
    transition: transform 0.5s;
    z-index: 1;
}

.loading-bar.ended {
    transform: scaleX(0);
    transform-origin: 100% 0;
    transition: transform 1.5s ease-in-out;
}







section:nth-child(odd)
{
    justify-content: flex-end;
}


/*# sourceMappingURL=main.css.map*/