@media only screen and (max-width:1000px){
    div#font_banniere {
    width: 100%;
    top: 0px;
    bottom: 0px;
    position: absolute;
    background-size: cover;
    display: block;
}

div#layerslider {
    display: none;
}

.conteneur-banniere {
    height:  100vh;
}

.content-bloc-reservation {
    width:  95%;
    height: 100vh;
    display:  flex;
    flex-direction: column;
    justify-content:  center;
    top: 0;
    bottom: 0;
    padding-top:  30px;
}

form#formulaire-reservation {
    display:  flex;
    justify-content: unset;
    flex-direction: column;
    box-sizing:  border-box;
    padding:  30px;
}

.bloc-formulaire {
    width: 100% !important;
    margin-bottom: 10px;
}

.bloc-champ-formulaire input, #type-chambre {
    width:  100%;
    box-sizing:  border-box;
    margin: 0;
    height: 38px;
    background: #fff;
}

.content-icone-input {
    background:  transparent;
    height:  auto;
}

.arrow-select {
    z-index: 30;
}

div#font_banniere {}

.banniere {
    height: 100%;
    justify-content: center;
    align-items:  center;
    max-width: 100%;
}

.image-bloc-wrapper {
    height:  auto;
}

.content-petite-image {
    height: auto;
}

.actualite-evenement {
    flex-wrap: wrap;
}

.titre-bloc-actualite-left {
    /* flex-direction:  unset; */
}

.titre-bloc-actualite-left br {
    display: none;
}

div#content-actualite {
    margin-top: 48px;
}

.bloc-left-actualite {
    width: 100%;
}

.content-bloc-evenement {
    display:  flex;
    width:  100%;
    padding-top:  35px;
    margin-top: 15px;
}

.bloc-evenement-right {
    width: 100%;
    padding-top: 31px;
}

.bloc-evenement-wrapper {
    height: auto;
    padding: 20px;
}

.content-bloc-evenement .bloc-evenement-wrapper:nth-child(2n+2) {
    border-left: 1px solid #e3e3e3;
    border-top: none;
}

.bloc-evenement {
    border-top: none !important;
}
    
.pourquoi {
    padding-top: 0;
}

.conteneur-service {
    padding: 0;
}
}

@media only screen and (max-width:750px){
    .bloc-raison-wrapper {
    width: 48%;
}

.bloc-actualite {
    padding: 0 5px;
}


.titre-calligraphique {
    font-size: 45px !important;
}

.titre-simple {
    font-size:  25px !important;
}
} 

@media only screen and (max-width:600px){
    .content-bloc-galerie {
    justify-content: unset;
    flex-direction: column;
}

.content-bloc-grand-image {
    width:  100%;
}

.content-petite-image {
    width:  100%;
    margin-top:  5px;
}

.content-bloc-galerie:nth-child(2n+2) {
    flex-direction:  column;
}

.commentaire-temoignage {
    font-size:  15px;
}

.content-partenaire {
    flex-wrap:  wrap;
}

.image-partenaire {
    width: 23%;
    margin-bottom:  20px;
}

.image-partenaire img {
    width: 55%;
    height:  auto;
    display:  block;
}

.conteneur-confiance {
    padding-bottom: 30px;
    padding:  0 20px;
    box-sizing:  border-box;
    overflow: h;
}

div#content-image {
    margin-top: 20px;
}

.titre-raison {
    font-size:  14px;
}

.description-raison {
    font-size:  13px;
    margin-bottom: 0;
}

.icone-raison {
    width:  70px;
    height: 70px;
}

.content-bloc-description-raison {
    padding-bottom: 0;
}

.btn-formule {
    height:  auto;
    font-size: 14px;
    padding:  10px 15px;
}

.content-btn-formule {
    /* margin-top:  0; */
    height:  auto;
}

.titre-bloc-actualite-left {
    font-size: 23px;
}

span.text {
    font-size: 13px;
}

.content-bloc-evenement {
    flex-direction:  column;
}

.date-evenement {
    box-sizing:  border-box;
    width: 20%;
}

.bloc-evenement {
    width:  100%;
    box-sizing:  border-box;
}

.content-information-evenement {
    width:  80%;
}

.conteneur-confiance {
    padding-top: 20px;
}

.nom-temoin {
    font-size: 18px;
}

.fonction {
    font-size: 14px;
}

.bloc-information-temoin {
    margin-bottom: 7px;
    margin-top: 15px;
}
}

@media only screen and (max-width:360px){
    .titre-bloc-reservation {
    font-size: 18px;
    width:  auto;
    height:  auto;
    padding: 10px;
}

form#formulaire-reservation {
    padding: 15px;
}

.bloc-raison-wrapper {
    width: 100%;
}

.bloc-nom-chambre {
    font-size: 14px;
    width: 60%;
    padding-left:  10px;
}

.prix-chambre {
    font-size: 13px;
}

.modalite:before {
    font-size:  50px;
    left: -12px;
    top: 5px;
}

.content-petite-image {
    flex-wrap:  wrap;
}

.ss-image-bloc {
    width:  100%;
    margin-bottom: 5px;
}

.content-bloc-reservation {
    padding-top:  50px;
}

.actualite-next, .actualite-prev {
    font-size: 12px !important;
    padding: 5px 11px !important;
    top: -31px !important;
}
}