body{
    margin: 10%;
}
audio, .menu-wrap{
    display: none;
}
.plage, .ermitage, .auberge{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
img{
    width: 50%;
    display: block;
    margin: auto;
}
footer, p, figcaption, h1{
    text-align: center;
}
.logo-head{
    width: 50%;
}
header{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}