.page-title {
    margin-top: 20px;
    font-family: 'Amatic SC', cursive;
    font-size: 100px;
    font-weight: normal;
    text-align: center;
    color: #000;    
}

.page-subtitle {
    margin-top: -40px;
    font-family: 'Amatic SC', cursive;
    font-size: 50px;
    font-weight: normal;
    text-align: center;
    color: #000;    
}

.language {
    position: relative;
    top: -20px;
    left: 154px;
    
} 

.language img {
    border: solid 2px #FFF;
    border-radius: 5px;
} 

* {
    box-sizing: border-box;
}

html {
    min-height: 100vh;  /* Pour que le gradient de couleur de fond occupe toute la fenêtre */
}

body {
    background: url("../images/backgrounds/05.jpg") fixed;
    background-repeat: repeat;
    background-size: 300px;;
    margin:0;
}

.menu-info {
    font-family: 'Amatic SC', cursive;
    font-size: 28px;
    font-weight: normal;
    margin-top: 50px;
    text-align: center;
    color: #000;  
    grid-column: 1 / -1;
    display: flex;
    justify-content: center;
}

.menu-container {   
    display: grid;
    grid-template-columns: repeat(2, auto);
    grid-gap: 20px;
    margin: 10px;
    justify-content: center;  
}

.menu-vignettes {
    z-index: 10;
    display: grid;
    grid-template-columns: repeat(8, auto);
    grid-gap: 10px;
    margin: 50px;
    justify-content: center;  
 }

/*
@media (max-width: 1500px) {
    .menu-vignettes {
        grid-template-columns: repeat(8, auto);
    }
}
*/

@media (max-width: 1450px) {
    .menu-vignettes {
        grid-template-columns: repeat(6, auto);
    }
}

@media (max-width: 1150px) {
    .menu-vignettes {
        grid-template-columns: repeat(4, auto);
    }
}

@media (max-width: 800px) {
    .menu-vignettes {
        grid-template-columns: repeat(3, auto);
    }
}

@media (max-width: 600px) {
    .menu-vignettes {
        grid-template-columns: repeat(2, auto);
    }
}

.menu-vignettes img {
    height: 160px;
    width: 160px;
    border-radius: 8px;
    border: solid 3px #FFF;
}

.vignette.people img{
    border: solid 3px #FF00FF;
}

.vignette.arts-litterature img{
    border: solid 3px #9900FF;
}

.vignette.sciences img{
    border: solid 3px #0066ff;
}

.vignette.nature img{
    border: solid 3px #88CC00;
}

.vignette.geographie img{
    border: solid 3px #FFFF00;
}

.vignette.histoire img{
    border: solid 3px #FF9900;
}

.vignette.vie-quotidienne img{
    border: solid 3px #FF0000;
}


.menu-audio {
    display: grid;
    grid-template-columns: repeat(2, auto);
    grid-gap: 20px;
    margin: 50px;
    justify-content: center; 
}

.menu-audio .control {
    font-family: 'Pompiere', cursive;
    font-size: 28px;
    color: #FFF;
    width: 100px;
    padding: 30px 0;
    background-color: #666;
    border-radius: 80px;
    border-style: solid 4px #FFF;
}

#son-logo {
    margin-top: 30px;
}

.source-image {
    position: relative;
    left: 44%; 
    margin-bottom: 20px;
    font-family: sans-serif;
    font-size: 10px;
    color: #44705b;    
}