body, html {
    height: 100%; /* Assure que le corps et le HTML occupent 100% de la hauteur de la fenêtre */
    margin: 0;
    padding: 0;
}

nav ul {
    position: absolute;
    list-style-type: none;
    padding: 0;
    text-align: none;
    top: 16vh;
    left: 53vw;
}

nav ul li {
    display: inline-block;
    margin-right: 1vw;
}

nav ul li a {
    display: inline-block;
    padding: 1vw 2vw;
    background-color: #fff;
    color: #000;
    text-decoration: none;
    border-radius: 1vw;
    font-size: 1.4vw;
}

nav ul li a:hover {
    color: #A5A5A5;
}

#sousmenu nav ul {
    position: absolute;
    list-style-type: none;
    padding: 0;
    text-align: none;
    top: 24vh;
    left: 53.5vw;
}

#sousmenu nav ul li {
    display: inline-block;
    margin-right: 0vw;
}

#sousmenu nav ul li a {
    display: inline-block;
    padding: 0.4vw 1.5vw;
    background-color: #fff;
    color: #262626;
    text-decoration: none;
    border-radius: 0.1vw;
    font-size: 1.05vw;
}

#sousmenu nav ul li a:hover {
    color: #A5A5A5;
}

#sousmenu {
    font-family: "Morena", sans-serif;
    font-size: 10px;
}

header{
    font-family: "Morena", sans-serif;
}

main{
    font-family: "Morena", sans-serif;
    position: absolute;
    text-align: none;
    top: 5vh;
    left: 16vw;
    font-size: 2vw;
}

.logo{
    position: absolute;
    top: 3.5vh;
    left: 9vw;
}

.logo img{
    width: 8vw;

}

#repertoire h2{
    position: absolute;
    text-align: none;
    top: 35vh;
    left: 9vw;
    font-size: 4vh;
    font-family: "Morena", sans-serif;
}

.section {
    max-width: 90%;
    height: auto;
    margin: 0 auto;
    margin-top: 43vh;
    display: flex;
    flex-wrap: wrap;
}

.section img {
    width:  27% ; /* Chaque image occupe 1/3 de la largeur de la galerie */
    height: 70vh;
    object-fit: cover;
    margin: 3%;
    transition: filter 0.6s ease;
}

.section div{
    
    margin: 3%;

}


.section img:hover {
    filter: opacity(70%);
}

.section a{
    display: block;
    translate: 44% 0;
    font-family: "Smooch Sans", sans-serif;
    color: rgb(0, 0, 0);

}

.textimage{
    display: none;
    font-family: "Smooch Sans", sans-serif;
    margin-top: 8%;
    max-width: 60%;
    color: rgb(54, 54, 54);
}

.textNews{
    display: none;
    font-family: "Smooch Sans", sans-serif;
    margin-top: 8%;
    max-width: 60%;
    color: rgb(54, 54, 54);
}

#About, #Folder, #Contact{
    display: none;
}

.social-icons {
    margin-top: 250px;
    text-align: center;
}

.social-icons a {
    display: inline-block;
    margin: 0 10px;
    font-size: 24px;
    color: #333; /* Couleur des icônes */
}

.social-icons a:hover {
    color: #007bff; /* Couleur des icônes au survol */
}

.footer{
    position: fixed;
    
    bottom: 2vw;
    width: 100%;
}

#footer {
    margin : 4vw;
    font-size: 1.5vw;
    font-family: "Morena", sans-serif;
}

.about{
    display: block;
    margin-top: 20vh;
    margin-left: 5%;
}

.about p{
    margin-top: 30vh;
    line-height: 1.5;
    max-width: 90%;
    font-family: "Smooch Sans", sans-serif;
    font-size: 1.8vw;
    color: rgb(0, 0, 0);
    clear: both;
    
}

.about p img{
    float: left;
    width: 27%;
    height: 40%;
    object-fit: cover;
    margin: 2%;
}

