.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;    
}

* {
    box-sizing: border-box;
}

html {
    min-height: 100vh;  /* Pour que le gradient de couleur de fond occupe toute la fenêtre */
    cursor: url("cursors/hand-pointer2.png"), auto;
}

body {
    background: url("../images/backgrounds/background-menu.jpg") fixed;
    background-size:cover;
    margin:0;
}

.menu-info {
    font-family: 'Pompiere', 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: 50px;
    justify-content: center;  
}

.menu-button {
    display: flex;
    flex-direction: column;
    justify-content: center; 
 }

.menu-button .button-level {   
    font-family: 'Pompiere', cursive;
    font-size: 28px;
    color: #FFF;
    padding: 10px 30px;
    margin-bottom: 20px;
    background-color: #44705b;
    border-radius: 8px;
    border-style: solid 4px #FFF;
}

.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;    
}