/*-------------------------------------------------*/
/*-----------OBJECTS FOR ALL PAGES-----------------*/
/*-------------------------------------------------*/

   /*-----------------BUTTON----------------*/
   /*-----------------VOIR PLUS----------------*/

.voirPlusBtn {
}

.nav-link-button {
    text-align: center;
    text-decoration: none; /* Aucun soulignement pour les liens */
    font-family: 'D-DIN-Bold';
    font-weight: bold;
    padding: 15px 23px; /* Espacement autour des liens */
    color: white; /* Couleur du texte des liens */
    border: 2px solid white;
    background-color: rgba(22, 21, 27, 0.438);
    text-transform: uppercase;
}

.nav-link-button.sound {
    padding: 8px 15px; /* Espacement autour des liens */
}



.special {
    font-family: 'ERROR 441';
    animation: bg_colorChange_alpha 3s infinite;
}

/* Appliquer les styles de survol cohérents avec les liens */
.nav-link-button:hover {
    animation: bg_colorChange 3s infinite;
}



#contenuSupplementaire.photos {
    margin-left: 10%;
}

#chapter-btn {   
}

.text-btn { 
}


/*-----------------JOUER----------------*/

#JOUER {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}


/*----------------CAROUSSEL------------*/

.carousel-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-images {
    display: flex;
    flex-direction: row; /* Aligner les images horizontalement */
    transition: transform 1s ease-in-out;
}

.carousel-images picture {
    flex: 0 0 100%;
    width: 100%;
    height: auto;
}

.carousel-images img {
    width: 100%;
    height: auto;
}

.carousel-scroll {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

/*----------------CAROUSSEL------------*/

.carousel-container1 {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-images1 {
    display: flex;
    flex-direction: row; /* Aligner les images horizontalement */
    transition: transform 1s ease-in-out;
}

.carousel-images1 picture {
    flex: 0 0 100%;
    width: 100%;
    height: auto;
}

.carousel-images1 img {
    width: 100%;
    height: auto;
}

.carousel-scroll1 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}


@media (min-width: 769px) {

    .bouton_more {
        padding-top: 2%;
    }

    .bouton_more a{
        font-size: 1vw;
    }

    .voirPlusBtn {
        
    }

    .nav-link-button {
        font-size: 2vw;
    }

    #chapter-btn {
        padding-left: 1%;
    }
    
    .text-btn {
    }
        
    #JOUER {    
        padding-left: 3%;
        padding-right: 3%;
        left: 48.5%;
    }
}


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

    .bouton_more {
        padding-top: 3%;
    }

    .bouton_more a{
        font-size: 3vw;
    }

    .nav-link-button {
        font-size: 6vw;
    }

    .nav-link-button.sound {
        font-size: 2vw;
    }

    .voirPlusBtn{
    }

    #chapter-btn {
    }

    .text-btn {
        font-size: 12px;
        color: white;
        word-spacing: -1px;
        max-width: 80%;
    }

    #JOUER {
        padding-left: 8%;
        padding-right: 8%;
        left: 50%;
        margin-left: auto;
        margin-right: auto;      
    }
}
