
/*------------------FIRST PART------------------*/
#videoPOV {
    margin-left: 10%;

}

#muteButton0, #muteButton1 {
    font-family: 'D-DIN';
    position: absolute;
    top: 3.5%;
    right: 5%;
    z-index: 10000;

}

#remerciement {
    border: 2px solid white;
    max-width: 80%;
    text-align: center;
    justify-content: center;
    margin-right: auto;
    margin-left: auto;
}

#description{
    padding: 2%;
    margin-left: 2%;
    text-align: left;
    position: absolute; /* Positionne absolument le texte sur l'image */
    color: white; /* Couleur du texte */
}

.header {
    transition: opacity 0.5s; /* Durée de la transition */
    opacity: 1; /* Par défaut, le header est visible */
}


.hidden {
    opacity: 0; /* Rend le header complètement transparent */
    pointer-events: none; /* Empêche les interactions lorsque le header est caché */
}

#timestamp {
    display: flex;
    color: white;
    font-family: 'Courier New', Courier, monospace;
    font-size: 1vw;
    padding-top: 1%;
    padding-bottom: 1%;
}

#timestampHumain {

    color: white;
    font-family: 'Courier New', Courier, monospace;
    font-size: 1vw;
    padding-top: 1%;
    padding-bottom: 1%;
}

#logicielpasdisponible {
    padding-top: 10%;
    margin-left: 10%;
    margin-right: 10%;
    padding-bottom: 20%;
}

.carousel-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; /* Largeur du carrousel */
}

.comment {
    line-height: 1em;
    color: white;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.fade-in {
    opacity: 1;
}

.fade-out {
    opacity: 0;
}


@media (min-width: 769px) {

    .comment {
        padding-bottom: 2%;
        max-width: 50%;
        font-size: 3.5vw;
    }

    #videoPOV {
        margin-left: 10%;
        margin-right: 10%;
    }

    #description{
        margin-left: 2%;
    }

    .gallery-item.pixelwar{
        padding: 0px;
        width: 100vw; 
    }

    .gallery-container.JONA.mobile {
        display : none;
    }

    
    #COLLABORATION {
        margin-top: 0%;
        margin-left: 5%;
    }

    #muteButton0, #muteButton1 {
        right: 2%;
    }
 
}


/* Pour les écrans mobiles */
@media (max-width: 768px) {

    .comment {
        padding-bottom: 5%;
        max-width: 80%;
        font-size: 9vw;

    }

    #videoPOV {
        margin-top: -10px;    
        margin-left: 2%;
    }

    .gallery-item.pixelwar {
        padding: 0px;
    }

    .gallery-container.JONA {
        display : none;
    }

    #timestamp, #timestampHumain {
        font-size: 12px;
        color: white;
    }
    #COLLABORATION {
        margin-left: 10%;
    }

    #PIXELWAR {
        padding-top: 3%;
        margin-left: 3.5%;
        padding-bottom: 3%;
    }

    #PART1 {
        position: absolute; /* Positionnement absolu par rapport à #Mobile */
        bottom: 5%;
        left: 10%;
        height: 86%;
        width: 100%;
        transform: translate(0, 0); /* Ajuster si nécessaire pour le positionnement précis */
    }

    #muteButton0, #muteButton1 {
        right: 5%;
    }

    #remerciement {
        margin-top: 2%;
        border: 2px solid white;
        max-width: 90.5%;
        text-align: center;
        justify-content: center;
        margin-right: auto;
        margin-left: auto;
    }
    

    
}