/** Commentaire **/

main {
    margin: 5%;
}


p {
    font-family: roboto;
    font-size: 1vw;
    font-weight: 400;
    line-height: 208%;
    letter-spacing: 16.5%;
}

img {
    max-width: 100%;
    margin: 5%;
}




button {
    border: 1vw solid #94d5eb;
    border-radius: 48px ;
    background-color: #94d5eb;
    width: 20vw ;
    height: 75px;

    color: #046b5b;
    font-size: 2vw;

    margin: 5%;

}

button:hover {
    border: 2px solid #046b5b;
    background-color: #046b5b;
    color: #94d5eb;
}

.reouverture {
    display: flex;

    margin-bottom: 5%;
    
}



.reouverture-titre {
    color: #94d5eb;
    font-style:  bold;
    
    
}

.reouverture-infos {
    display: flex;
    flex-direction: column;

}

span {
    color: #046b5b;
    
}



.reouverture-texte {
    display: flex;
    justify-content: flex-end;
    margin-right: 10%;
}

.images-reouverture {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    margin-right: 5%;
    max-width: 100%;

}

.gauche {
    display: flex;
    flex-direction: column;
    margin: 2%;
    justify-content: center;
}
.droite {

    display: flex;
    flex-direction: column;
    justify-content: center;

}

.en-savoir-plus {
    
    width: 15vw;
    height: 3vw;
    font-size: 20px;
    
}

.texte-jeunesse {
    display: flex;
    justify-content: flex-start;
    
}

#paragrpahe {
    max-width: 60%;
}

.decouvert {
    max-width: 40%;
    line-height: 208%;
    letter-spacing: 16.5%;
}

.images-jeunesse {
    
    display: flex;
    max-height: 20%;
    max-width: 50%;
    justify-content: flex-start;
}

.soustitre-groupe-jeunesse {
    display: flex;
    max-width: 40%;
    flex-direction: row;
    
}

.reserver {
    display: flex;
    justify-content: flex-end;
}

.vol-oiseau {
    display: flex;
}

.contenu-volOiseau {
    display: flex;
    flex-direction: row-reverse;
}

.vol-oiseau-texte {
    max-width: 50%;
}



.face-cachee {
    display: flex;
    margin-bottom: 5%;
    max-width: 100%;

}
.face-cachee-texte {
    max-width: 50%;
}

.face-cachee-images {
    max-width: 50%;

}



.vol-oiseau-images::before {
    content: "";
    position: fixed;
    inset: 0;

    z-index: -1;
}

.vol-oiseau-images {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.caroussel {
margin: auto;
    position: relative;

    display: flex;
    justify-content: center;
    align-items: center;
}

.slide {
display: none;
}

.slide.active {
    display: block;
}

.slide img {
    object-fit: cover;
    display: block;
}

.btnCaroussel {
    position: absolute;
    border: none;
    cursor: pointer;
}






/* Tablette*/
@media screen and (max-width: 800px) {
    /*Page Acceuil*/
    img {
        display: block;
    }
    .navbar {
        max-width: 17vw;
    }

    p {
        font-size: 1.5vw;
    }

    

    .vol-oiseau {
        margin-top: 25%;
        margin-bottom: 25%;
        display: flex;
        flex-direction: column;
    }

    .contenu-volOiseau {

        display: flex;
        flex-direction: column-reverse;
    }

    .face-cachee {
        display: flex;
        flex-direction: column;
    }

    .face-cachee-images {
        display: flex;
        align-items: center;
        justify-content: center;
        max-width: 100%;
    }

    body {
    }

    button {
        width: 25%;
    }

    .images-reouverture {
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: center;
        
    }

    .billeteriebtn {
        width: 20vw;
    }
    

    .vol-oiseau-images {
        width: 3%;
    }

    .mediaQueries {
        display: flex;
        flex-direction: column-reverse;
        max-width: 100%;
    }

    .en-savoir-plus {
        width: 20vw;
        height: 7vw;
       
    }

    .mediaQueries-faceCachee {
        display: flex;
        flex-direction: column-reverse;

    }

    .decouvert  {
        max-width: 100%;
    }

    .images-jeunesse {
        max-width: 50%;
    }
}