
.banniere {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  height: 100%;
  width: 1250px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.texte-banniere {
  color: #fff;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  margin-bottom: 78px;
  display: none;
}
#page .premier-ligne {
  font-size: 75px;
  text-align: center;
  text-shadow: 1px 3px 5px rgba(0,0,0,0.8);
  color: #fff !important;
}
body .deuxieme-ligne {
  font-size: 60px !important;
  text-transform: uppercase;
  font-family: 'proxima_nova_altlight';
  text-shadow: 1px 3px 5px rgba(0,0,0,0.8);
  color: #fff !important;
  /*! line-height: 0.8; */
}
.content-bloc-reservation {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  width: 81%;
  margin: 0 auto;
}
.bloc-formulaire-reservation {
  display: flex;
}
#formulaire-reservation {
  display: flex;
  background: rgba(255,255,255,0.8);
  padding: 35px 50px;
  width: 100%;
  justify-content: space-between;
}
.titre-bloc-reservation {
  display: inline-block;
  font-size: 20px;
  /*! padding: 10px; */
  background: #e10613;
  color: #fff;
  height: 42px;
  width: 260px;
  display: flex;
  align-items: center;
  padding-left: 25px;
  font-family: 'proxima_nova_altlight';
}
.content-icone-input {
  display: flex;
  align-items: center;
  height: 35px;
  position: relative;
  background-color: #fff;
  /*! overflow: hidden; */
}
.bloc-champ-formulaire input, #type-chambre {
  height: 31px;
  margin-left: -1px;
  z-index: 2;
  width: 94%;
  border: 1px solid #d8d8d8;
  transition: all linear 0.3s;
  font-size: 15px;
  padding-left: 10px;
}

#type-chambre option{
  padding: 5px 5px;
  font-size: 14x;
}

#rechercher:hover {
  background: #e04811;
  border: ;
  color: #fff;
  transition: all linear 0.3s;
}
.bloc-champ-formulaire input:focus {
  border-color: #e10613;
  transition: all linear 0.3s;
}
.icone-formulaire {
  color: #fff;
  background: #e10613;
  height: 35px;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
}
.bloc-formulaire {
  width: auto;
}

.bloc-formulaire.bloc-formulaire-date{
  width: 22%;
}
.bloc-formulaire.bloc-formulaire-btn{
  width: 25%;
}
.colone-select{
  width: 27%
}

.bloc-champ-formulaire {
  width: 100%;
}
.libelle {
  font-size: 15px;
  font-weight: 600;
  color: #747474;
  padding-bottom: 5px;
  font-family: 'proxima_nova_altlight';
}
#rechercher {
  height: 35px;
  border: none;
  background: #e10613;
  color: #ffdebb;
  text-transform: uppercase;
  font-size: 15px;
  width: 85%;
  cursor: pointer;
  box-sizing: border-box;
  transition: all linear 0.3s;
  box-shadow: 0px 6px 0px rgb(255, 220, 183);
  border-radius: 5px;
}

#btn-reservation, #btn_reservation {
  height: 32px;
  border: none;
  background: #e10613;
  color: #ffdebb;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 5px;
  width: 100%;
  cursor: pointer;
  box-sizing: border-box;
  transition: all linear 0.3s;
  box-shadow: 0px 6px 0px rgb(255, 220, 183);
  border-radius: 5px;
}
.bloc-formulaire:last-child {
  display: flex;
  align-items: flex-end;
  justify-content: right;
}


/***************************************************************/

.conteneur-service{
  width: auto;
  /*! background: url(../images/bg-service.jpg); */
  background-repeat: no-repeat;
  background-size: cover; 
  padding: 60px 0 60px;
}



.service {
  width: 1480px;
  margin: 0 auto;
  max-width: 90%;
  text-align: center;
}
.content-bloc-service {
  display: flex;
  justify-content: space-between;
  margin: 15px 0 30px;
}
.bloc-service-wrapper {
  /*! width: 350px !important; */
  margin: 0 10px;
  overflow: hidden;
  transition: all linear 0.3s;
  position: relative;
}
.bloc-service img {
  width: 100%;
  height: auto;
  transform: scale(1.05);
  transition: all linear 0.3s;
}
.content-titre-service {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 28px;
  font-family: 'proxima_nova_altlight';
  text-align: center;
}


.bloc-service-wrapper:hover img {
  transform: scale(1);
  transition: all linear 0.3s;
}
.btn-decouvrir {
  position: absolute;
  left: 0;
  right: 0;
  /*! top: 100%; */
  opacity: 0;
  /*! padding: 20px; */
  /*! padding-top: 20px; */
  -webkit-transition: bottom .25s ease,opacity .25s ease,visibility .25s ease;
  transition: top .25s ease,opacity .25s ease,visibility .25s ease;
  -webkit-backface-visibility: hidden;
  text-align: start;
  padding-bottom: 44px;
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,1)));
  background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
  background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
  height: auto;
  display: flex;
  align-content: flex-end;
  align-items: flex-end;
  transform: translateY(100%);
  bottom: 0;
  transition: all linear 0.4s;
  padding-top: ;
  padding-top: 155px;
}
.bloc-service-wrapper:hover .btn-decouvrir {
  opacity: 1;
  visibility: visible;
  /*! top: unset; */
  transform: translateY(0%);
}
.decouvrir {
  display: flex;
  padding: 6px 10px;
  text-transform: uppercase;
  border-radius: 5px;
  font-size: 14px;
  line-height: 1.6;
  z-index: 1;
  background: #cd2122;
  width: 60%;
  margin: 0 auto 100px;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
}

.bloc-service {
  position: relative;
}


.bloc-service-wrapper:hover::after /*, .bloc-service-wrapper:hover::before*/ {
  
  height: 95.3%;
  transition: all linear 0.3s;
}

.bloc-service-wrapper:hover::before /*, .bloc-service-wrapper:hover::before*/ {
  
  height: 95.3%;
  transition: all linear 0.3s;
}

.bloc-service-wrapper:hover .bloc-service:after ,.bloc-service-wrapper:hover .bloc-service:before ,.bloc-service-wrapper:hover::before, .bloc-service-wrapper:hover::after{
  background: red;
}

.bloc-service-wrapper:hover .bloc-service:after {
  width: 93.5%;
  transition: all linear 0.3s;
  background: red
}

.bloc-service-wrapper:hover .bloc-service:before {
  width: 93.5%;
  transition: all linear 0.3s;
}


#type-chambre {
  height: 35px;
  box-sizing: border-box;
  padding: 0 35px 0 5px;
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  width: 105%;
  z-index: 15;
  background-color: transparent;
}

.arrow-select {
  position: absolute;
  z-index: 10;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  background: #e10613;
  width: 32px;
  justify-content: center;
  background-repeat: no-repeat;
}
.colone-select {
  width: 27%;
}
.content-chambre {
  display: flex;
  justify-content: space-between;
}
.bloc-chambre-wrapper {
  width: 32%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 0 #E0E0E0;
  /*! border-radius: 0px 0px 5px 5px; */
  border: 1px solid #E0E0E0;
  box-sizing: border-box;
  margin: 0 15px;
}
.bloc-chambre img {
  width: 100%;
  height: auto;
}
.chambre {
  width: 1200px;
  margin: 0 auto;
  max-width: 95%;
}
.image-chambre {
  background: #decdc3;
}


.bloc-chambre::after, .bloc-chambre:before {
  position: absolute;
  content: '';
  border-radius: 5px;
}
.bloc-chambre:after {
  top: 10px;
  bottom: 73px;
  width: 1px;
  left: 10px;
  background: rgba(255,255,255,0.5);
}
.bloc-chambre:before {
  top: 10px;
  bottom: 73px;
  width: 1px;
  right: 10px;
  background: rgba(255,255,255,0.5);
  z-index: 10;
}
.image-chambre:before, .image-chambre:after {
  position: absolute;
  content: '';
  width: auto;
  height: 1px;
  background: rgba(255,255,255,0.5);
  left: 10px;
  border-radius: 5px;
  right: 10px;
}
.image-chambre:before {
  top: 10px;
  z-index: 10;
}
.image-chambre:after {
  bottom: 73px;
}

.content-bloc-information {
  position: absolute;
  bottom: 0;
  display: flex;
  left: 0;
  right: 0;
  width: 100%;
  height: 63px;
  z-index: 100;
}
.bloc-chambre {
  position: relative;
}
.bloc-nom-chambre {
  background: #fff;
  width: 70%;
  display: flex;
  align-items: center;
  padding: 0 10px 0 30px;
  font-family: 'proxima_nova_ththin';
  box-sizing: border-box;
  /*! border: 1px solid #d8d8d8; */
  border-right: none;
}
.bloc-prix-chambre {
  background: #ffdebb;
  width: 60%;
  display: flex;
  flex-direction: column-reverse;
  /* align-items: center; */
  justify-content: center;
  border-left: 1px solid #E0E0E0;
  position: relative;
  padding: 0 5px;
}
.conteneur-chambre {
  padding: 0 0 50px;
  text-align: center;
}
.prix-chambre {
  font-size: 15px;
  font-family: 'proxima_novabold';
  text-align: left;
}


.bloc-prix-chambre sup {
  position: absolute;
  top: -6px;
}
.prix-chambre span:first-child {
  padding-left: 10px;
}
.prix-chambre span sup:first-child {
  right: -8px !important;
  text-transform: capitalize !important;
  font-weight: 300;
}

.modalite {
  /* color: #e10613; */
  text-transform: uppercase;
  font-size: 11px;
  position: absolute;
  right: 7px;
  opacity: 0.8;
}

.min-price {
    position: absolute;
    font-size: 9px;
    /* color: #e10613; */
    left: 5px;
    top: 3px;
    /* display: none; */
}
.chambre .titre-calligraphique, .service .titre-calligraphique, .galerie .titre-calligraphique, .confiance .titre-calligraphique {
  font-size: 90px;
  line-height: 28px;
  color: #999999;
}
.titre-service {
  padding-bottom: 40px;
  text-align: center;
  font-family: 'proxima_novaregular';
  font-size: 55px;
  padding-top: 50px;
  background: #fff;
  z-index: 10;
  position: relative;
}
.titre-simple {
  color: #c41e00;
  text-transform: uppercase;
}



.titre-mini-description {
  font-size: 15px;
  color: #e20613;
  font-family: 'proxima_nova_altbold';
  padding-bottom: 2px;
}
.mini-description {
  font-size: 15px;
  font-family: 'proxima_nova_altlight';
  line-height: 1.4;
}
.content-detail-information-chambre {
  background: #fff2e8;
  padding: 20px 35px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  transition: all linear 0.3s;
  bottom: 0;
  z-index: 100;
}
.bloc-liste-elt ul {
  padding: 0;
  margin: 9px 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.bloc-liste-elt li {
  padding-bottom: 5px;
  display: flex;
  width: 45%;
}
.icone-liste {
  margin-right: 5px;
  color: #e10613;
}
.bloc-liste-elt .libelle {
  font-family: 'proxima_nova_altlight';
  font-size: 14px;
  font-weight: 300;
}
.content-btn {
}
.content-btn {
  display: flex;
  justify-content: space-around;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'proxima_nova_altbold';
  color: #e10613;
  position: relative;
  z-index: 10;
}
.btn-voir-phot {
  width: 40%;
}
.btn-chambre.btn-voir-photo {
  width: 43%;
  margin-right: 6px;
  z-index: 5;
  position: relative;
}
.btn-chambre.btn-reservation {
  width: 100%;
  position: relative;
  z-index: 20;
  box-shadow: 0 5px 0 #ffdebb;
  cursor: pointer;
  transition: all linear 0.3s;
}
.btn-chambre {
  padding: 8px 5px;
  font-size: 100%;
  background: #e10613;
  border-radius: 5px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 300;
}
.btn-voir-photo::after, .btn-reservation:after {
  background-color: #fff;
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  background: red;
  border-radius: 5px;
  z-index: -1;
  top: 0;
  bottom: -3px;
  display: none
}


.bloc-chambre-wrapper:hover .content-detail-information-chambre {
  top: 53px;
  transition: all linear 0.3s;
}
.bloc-chambre-wrapper:hover .content-bloc-information {
  bottom: 81%;
  height: 54px;
  transition: all linear 0.3s;
}


.conteneur-galerie {
  /*boder-top: #fff2e8;*/
  padding: 20px 0 60px;
  border-top: 1px solid #d8d8d8;
  text-align: center;
}
.content-image {
  display: flex;
  flex-direction: column;
}
.content-bloc-galerie {
  display: flex;
  width: 100%;
  height: auto;
  justify-content:  space-between;
  margin-bottom: 10px;
}

.content-bloc-grand-image {
    width: 49.5%;
    /* height:  305px; */
}


.content-petite-image {
  display: flex;
  justify-content: space-between;
  width: 49.5%;
  height:  305px;
  overflow:  hidden;
}


.titre-album {
  position: absolute;
  top: 30px;
  left: 25px;
  color: #fff;
  font-family: 'proxima_nova_altbold';
  text-transform: uppercase;
  font-size: 20px;
}
.titre-album:after {
  position: absolute;
  content: '';
  left: 0;
  height: 2px;
  background: #e10613;
  width: 47px;
  bottom: -7px;
}
.galerie {
  width: 1200px;
  margin: 0 auto;
  max-width:  95%;
}

.prix-chambre span {
    font-size: 11px;
    position: relative;
    font-family: 'proxima_nova_altlight';
    text-transform: capitalize;
}

.content-image img {
  width: 100%;
  height: auto;
}
.ss-image-bloc {
  width: 48%;
  position: relative;
  overflow: hidden;
}

.image-bloc-wrapper {
    position: relative;
    overflow: hidden;
    height: 305px;
}
.content-bloc-galerie:nth-child(2n+2) {
  flex-direction: row-reverse;
}



.img-galerie {
  margin: 0;
  padding: 0;
}

.img-galerie img{
  display: block;
}

.img-galerie::after, .img-galerie:before {
  position: absolute;
  content: '';
  border-radius: 5px;
}

.img-galerie:after {
  top: 10px;
  bottom: 10px;
  width: 1px;
  left: 10px;
  background: rgba(255,255,255,0.5);
}
.img-galerie:before {
  top: 10px;
  bottom: 10px;
  width: 1px;
  right: 10px;
  background: rgba(255,255,255,0.5);
  z-index: 10;
}
.img-galerie span:before, .img-galerie span:after {
  position: absolute;
  content: '';
  right: 10px;
  height: 1px;
  background: rgba(255,255,255,0.5);
  left: 10px;
  border-radius: 5px;
}
.img-galerie span:before {
  top: 10px;
  z-index: 10;
}
.img-galerie span:after {
  bottom: 10px;
}

.img-galerie:hover:after, .img-galerie:hover span:after ,.img-galerie:hover span:before ,.img-galerie:hover::before, .img-galerie:hover span:hover::after{
  background: red;
}

.voir-album:after{
  content: '+';
  text-align: center;
  position: absolute;
  width: 50px;
  height:50px;
  border: 1px solid #ffffff;
  color: #fff;
  border-radius:50% 50%;
  position: absolute;
  line-height: 50px;
  top: 0;
  left: 50%;
  transform: translateX(-75%);
  cursor: pointer;
}

.voir-album:after::hover{
  border: 1px solid red;
  color: #fff;
  background-color: red;
  z-index: 15
}
.voir-album {
  width: 100%;
  position: absolute;
  bottom: 0;
  text-align: right;
  padding: 30px 16px;
  transform: translateY(100%);
  transition: all 0.20s ease 0s;
  background: rgba(19, 19, 19, 0);
  background: -moz-linear-gradient(top, rgba(19, 19, 19, 0) 0%, rgba(71, 71, 71, 0) 1%, rgba(102, 102, 102, 0) 1%, rgba(76, 76, 76, 0) 1%, rgba(44, 44, 44, 0) 2%, rgba(17, 17, 17, 0) 3%, transparent 3%, rgba(89, 89, 89, 0) 3%, rgba(28, 28, 28, 0.06) 9%, rgba(28, 28, 28, 0.84) 84%, rgba(43, 43, 43, 0.99) 99%, #2b2b2b 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(19, 19, 19, 0)), color-stop(1%, rgba(71, 71, 71, 0)), color-stop(1%, rgba(102, 102, 102, 0)), color-stop(1%, rgba(76, 76, 76, 0)), color-stop(2%, rgba(44, 44, 44, 0)), color-stop(3%, rgba(17, 17, 17, 0)), color-stop(3%, transparent), color-stop(3%, rgba(89, 89, 89, 0)), color-stop(9%, rgba(28, 28, 28, 0.06)), color-stop(84%, rgba(28, 28, 28, 0.84)), color-stop(99%, rgba(43, 43, 43, 0.99)), color-stop(100%, #2b2b2b));
  background: -webkit-linear-gradient(top, rgba(19, 19, 19, 0) 0%, rgba(71, 71, 71, 0) 1%, rgba(102, 102, 102, 0) 1%, rgba(76, 76, 76, 0) 1%, rgba(44, 44, 44, 0) 2%, rgba(17, 17, 17, 0) 3%, transparent 3%, rgba(89, 89, 89, 0) 3%, rgba(28, 28, 28, 0.06) 9%, rgba(28, 28, 28, 0.84) 84%, rgba(43, 43, 43, 0.99) 99%, #2b2b2b 100%);
  background: -o-linear-gradient(top, rgba(19, 19, 19, 0) 0%, rgba(71, 71, 71, 0) 1%, rgba(102, 102, 102, 0) 1%, rgba(76, 76, 76, 0) 1%, rgba(44, 44, 44, 0) 2%, rgba(17, 17, 17, 0) 3%, transparent 3%, rgba(89, 89, 89, 0) 3%, rgba(28, 28, 28, 0.06) 9%, rgba(28, 28, 28, 0.84) 84%, rgba(43, 43, 43, 0.99) 99%, #2b2b2b 100%);
  background: -ms-linear-gradient(top, rgba(19, 19, 19, 0) 0%, rgba(71, 71, 71, 0) 1%, rgba(102, 102, 102, 0) 1%, rgba(76, 76, 76, 0) 1%, rgba(44, 44, 44, 0) 2%, rgba(17, 17, 17, 0) 3%, transparent 3%, rgba(89, 89, 89, 0) 3%, rgba(28, 28, 28, 0.06) 9%, rgba(28, 28, 28, 0.84) 84%, rgba(43, 43, 43, 0.99) 99%, #2b2b2b 100%);
  background: linear-gradient(to bottom, rgba(19, 19, 19, 0) 0%, rgba(71, 71, 71, 0) 1%, rgba(102, 102, 102, 0) 1%, rgba(76, 76, 76, 0) 1%, rgba(44, 44, 44, 0) 2%, rgba(17, 17, 17, 0) 3%, transparent 3%, rgba(89, 89, 89, 0) 3%, rgba(28, 28, 28, 0.06) 9%, rgba(28, 28, 28, 0.84) 84%, rgba(43, 43, 43, 0.99) 99%, #2b2b2b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#131313', endColorstr='#2b2b2b', GradientType=0);
  height: 35%;
  display: flex;
  align-items: center;
  text-align: center;
  color: #ffffff;
  justify-content: center;
  font-size: 18px;
}

.image-bloc-wrapper:hover .voir-album, .ss-image-bloc:hover .voir-album {
  transform: translateY(0%);
}

.actualite-evenement {
  width: 1190px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  max-width:  95%;
}
.conteneur-actualite-evenement {
  padding: 10px 0 60px;
  /*! border-top: 1px solid #d8d8d8; */
}
.content-actualite {
  display: flex;
  margin-top: 95px;
}
.bloc-left-actualite {
  width: 800px;
  max-width: 100%;
}
.bloc-evenement-right {
  width: 370px;
  max-width: 100%;
}
.titre-bloc-actualite-left {
  color: #4a4a4a;
  font-size: 30px;
  text-transform: uppercase;

  font-family: 'proxima_nova_altbold';
  display: flex;
  flex-direction: column;
}
.date-actualite {
  font-size: 14px;
  color: #8b8b8b;
  font-family: 'proxima_nova_altbold';
  text-transform: uppercase;
  margin: 15px 0;
}
.content-description {
  color: #4a4a4a;
  font-family: 'proxima_nova_altlight';
  font-size: 15px;
  line-height: 1.5;
  width: 95%;
}
.en-savoir {
  color: #c41e00;
  font-family: 'proxima_nova_altbold';
  margin-top: 15px;
  text-transform: uppercase;
}
.content-bloc-evenement {
  margin-top: 50px;
  border: 2px solid #dc7e6d;
  padding-bottom: 35px;
}
.bloc-evenement {
  /*! padding: 20px 0; */
  display: flex;
  align-items: center;
  width: 86%;
}
.date-evenement {
  display: flex;
  flex-direction: column;
  text-align: center;
  color: #c41e00;
  /*! margin-top: 15px; */
  font-family: 'proxima_nova_altbold';
  position: relative;
  padding-right: 26px;
  /*! border-right: 1px solid#d8d8d8; */
}
.jour {
  font-size: 35px;
  line-height: 23px;
  text-align: center;
}
.mois {
  font-size: 14px;
  text-transform: uppercase;
}
.titre-evenement, .titre-description-evenement {
  font-size: 18px;
  color: #4a4a4a;
  font-family: 'proxima_nova_altbold';
}
.titre-description-evenement {
  font-weight: 300;
}
.bloc-evenement-wrapper {
  height: 150px;
  display: flex;
  justify-content: center;
}
.content-information-evenement {
  width: auto;
  padding-left: 16px;
  min-height: 49px;
  border-left: 2px solid #e3e3e3;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.content-bloc-evenement .bloc-evenement-wrapper:nth-child(n+2) .bloc-evenement {
  border-top: 1px solid #e3e3e3;
}
.btn-voir-evenement {
  color: #c41e00;
  padding-left: 40px;
  font-family: 'proxima_nova_altbold';
  font-size: 14px;
  cursor: pointer;
  text-transform: uppercase;
}



.text {
  font-size: 14px;
  padding-left: 4px;
}
.hr-text {
  display: block;
  color: #c41e00;
  display: flex;
  align-items: flex-start;
}
.hr-text hr {
  width: 45px;
  margin: 7px 0 0 0;
  background: #c41e00;
  border: none;
  height: 2px;
}


.conteneur-confiance {
  padding: 50px 0 60px;
  border-top: 1px solid #d8d8d8;
  text-align: center;

}

.conteneur-confiance .titre-service::after, .conteneur-confiance .titre-service::before {
    width: 13% !important;
}

.conteneur-confiance .titre-service{
  padding-bottom: 0 !important;
  padding-top:0 
}

.nom-temoin {
  font-size: 25px;
  font-family: 'proxima_novabold';
}
.fonction {
  color: #e10613;
  font-size: 18px;
}
.confiance {
  width: 855px;
  margin: 0 auto;
  max-width:  95%;
}
.content-temoignage {
  text-align: center;
  display: flex;
  justify-content: center;
  margin: 70px 0 0 0;
}
.bloc-information-temoin {
  margin: 30px 0;
  color: ;
}
.commentaire-temoignage {
  color: #6c6b6b;
  font-size: 20px;
  line-height: 1.3;
  font-family: 'proxima_nova_altlight';
}
.conteneur-partenaire {
  display:none;
  background: #fcfcfc;
}
.partenaire {
  width: 780px;
  margin: 0 auto;
  max-width:  95%;
}
.content-partenaire {
  display:none;
  /*display: flex;*/
  justify-content: space-around;
  padding: 30px 0;
}
.image-partenaire {
  /*! filter: grayscale(100%); */
  /*! -o-filter: grayscale(100%); */
  /*! -webkit-filter: grayscale(100%); */
  /*! -moz-appearance: grayscale(100%); */
  transition: all linear 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.image-partenaire:hover {
  filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-appearance: grayscale(0%);
  transition: all linear 0.3s;
}




/**********************************footer********************************/



.conteneur-footer {
  background: #fcf6f2;
}
.footer {
  width: 1200px;
  margin: 0 auto;
}
.content-bloc-footer-haut {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 30px 0;
}
.titre-footer {
  font-size: 25px;
}
.slogan {
  text-align: center;
  color: #333333;
}
.titre-simple-footer {
  text-transform: uppercase;
  font-family: 'proxima_nova_altregular';
}
.footer .reseau_socio {
  color: #333333;
}
.bloc-footer-bas {
  width: 22%;
  float: left;
}
.content-bloc-footer-bas {
  display: flex;
  justify-content: space-around;
  padding: 30px;
  border-top: 1px solid #f4dac9;
  border-bottom: 1px solid #f4dac9;
}
.titre-footer-bas {
  color: #e20613;
  font-family: 'proxima_nova_altbold';
}
.liste-footer-bas ul {
  padding: 0;
  line-height: ;
  list-style: ;
  list-style: none;
}
.liste-footer-bas li {
  padding: 5px 0;
  display: flex;
  font-size: 12px;
}
.icone-footer-bas {
  margin-right: 12px;
}
.bloc-footer-bas:first-child {
  width: 30%;
}


.description-footer-bas {
    width: 80%;
    color: #333333;
    font-size: 12px;
    margin-top: 20px;
    line-height: 1.6;
}


#content-bloc-service {
  width: auto;
  position: relative;
}
.prev, .next {
  position: absolute;
  top: 45%;
  cursor: pointer;
}
.prev {
  left: -50px;
}
.next {
  right: -50px;
}



.content-btn-formule {
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  display: ;
}
.btn-formule {
  background: #e10613;
  color: #fff;
  height: 40px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  border-radius: 5px;
  cursor: pointer;
  text-transform: uppercase;
  box-shadow: 0px 6px 0px rgb(255, 220, 183);
}


.bloc-service-wrapper::after, .bloc-service-wrapper:before {
  position: absolute;
  content: '';
  border-radius: 5px;
  height: 95.3%;
}
.bloc-service-wrapper:after {
  top: 10px;
  bottom: 10px;
  width: 1px;
  left: 10px;
  background: rgba(255,255,255,0.5);
}
.bloc-service-wrapper:before {
  top: 10px;
  bottom: 10px;
  width: 1px;
  right: 10px;
  background: rgba(255,255,255,0.5);
  z-index: 10;
}
.bloc-service:before, .bloc-service:after {
  position: absolute;
  content: '';

  width: auto;
  height: 1px;
  background: rgba(255,255,255,0.5);
  left: 10px;
  border-radius: 5px;
  right: 10px;
}
.bloc-service:before {
  top: 10px;
  z-index: 10;
}
.bloc-service:after {
  bottom: 10px;
}

.bloc-actualite-wrapper {
    margin-right: 10px;
}


.actualite-next.next.slick-arrow {
  right: 15px;
  top: -45px;
  background: #f4f4f4;
  padding: 8px 20px;
  border-radius: 22px;
  font-size: 15px;
  cursor: pointer;
  transition: all linear 0.3s;
}
.actualite-prev.prev.slick-arrow {
  left: 0;
  top: -45px;
  background: #f4f4f4;
  padding: 8px 20px;
  border-radius: 22px;
  font-size: 15px;
  cursor: pointer;
  transition: all linear 0.3s;
}

.actualite-next:hover, .actualite-prev:hover {
  background: #d8d8d8;
  transition: all linear 0.3s;
}

.image-temoignage img {
    display: inline !important;
}

.conteneur-confiance .titre-service {
  line-height: 0.8;
}
.conteneur-confiance .titre-service:after, .conteneur-confiance .titre-service:before {
  width: 13% !important;
}

.bloc-prix-chambre sup {
  position: absolute;
  top: -6px;
  right: 0 !important;
}
.prix-chambre span:first-child {
  /*! padding-left: 15px; */
}
.prix-chambre span:first-child sup {
  right: -2px !important;
  text-transform: capitalize !important;
  font-weight: 300;
}

/*#content-image {
  width: 855px;
  height: 117px;
}*/


/******************************les plus de LVB****************************/


.pourquoi {
  width: 1200px;
  padding: 40px 0;
  display: flex;
  margin: 0 auto;
  max-width: 95%;
}
.conteneur-pourquoi {
  text-align: center;
  background: #cd2122;
}
.content-pourquoi-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.bloc-raison-wrapper {
  width: 23%;
  margin: 1%;
}
.icone-raison {
  width: 90px;
  margin: 0 auto;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #dfad17;
  border-radius: 50%;
}
.icone-raison img {
  width: 49%;
  height: auto;
}
.content-bloc-description-raison {
  padding: 20px 0;
  color: #fff;
}
.bloc-raison {
  padding: 10px;
}
.conteneur-pourquoi .titre-service {
  background: transparent;
  line-height: 0.9;
}
.conteneur-pourquoi .titre-calligraphique {
  color: #fff !important;
}
.conteneur-pourquoi .titre-simple {
  color: #dfad17;
}
.conteneur-pourquoi .titre-service:before, .conteneur-pourquoi .titre-service:after {
  background: #dfad17;
}
.titre-raison {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  position: relative;
}
.description-raison {
  font-size: 14px;
  margin: 20px 0;
}
.titre-raison:after {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: -10px;
  height: 4px;
  background: #ddac17;
  width: 100px;
  margin: 0 auto;
} 