body{
    background-color: #fff5f2;
}
 
h1{
    font-family: 'Caveat', cursive;
}

#map{
    height:350px;
    width:100%;
}

.banner-accueil{
    /* background-color: black; */
    background-image: url(../img/accueil.jpg?v=1.1);
    height: 400px;
    background-position: 0% 25%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0.1;
}

.banner-reservations{
    /* background-color: black; */
    background-image: url(../img/3.jpg?v=1.0);
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0.1;
}

.banner-gallerie{
    /* background-color: black; */
    background-image: url(../img/5.jpg?v=1.0);
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0.1;
}

.banner-info{
    /* background-color: black; */
    background-image: url(../img/4.jpg?v=1.0);
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0.1;
}

.banner-groupe{
    /* background-color: black; */
    background-image: url(../img/groupe.jpg?v=1.0);
    height: 400px;
    background-position: 50% 15%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0.1;
}

.banner-histoire{
    /* background-color: black; */
    background-image: url(../img/6.jpg?v=1.0);
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0.1;
}

.banner-presse{
    /* background-color: black; */
    background-image: url(../img/2.jpg?v=1.0);
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0.1;
}

.filtre-noir{
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background:  linear-gradient(
        rgba(0, 0, 0, 0.7), 
        rgba(0, 0, 0, 0.7)
    );
    z-index: 0.1;
}
 
.text-accueil {
    font-family: 'Caveat', cursive;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    z-index: 0.5;
}

footer{
    position: relative;
    bottom: 0px;
    background-color: black;
    color : white;
    text-align: center;
    margin-top: 80px;
    padding-top: 40px;
    height: 120px;
    width: 100%;
}