/*@import url("lightbox.css");
@import url("notification.css");*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,600;1,400&display=swap');
/***************************** STYLE POUR LE CONTENEUR DES LIGHTBOX ************************************/

#loader{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.50);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
  }

  #loader2{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.50);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1050;
  }


  #loader3{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.50);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1052;
  }

#loader_disponibilite{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.50);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000000;
  }
div#conteneur-header-scroll {
}
/************************************************************************/


.titre-bloc, .titre-bloc h1{
    font-family: 'Playfair Display', serif;
    font-size: 40px;
    color: #DAA520;
    position:  relative;
    display:  inline-block;
    padding-bottom: 5px;
    margin-top: 10px;
}

.titre-bloc h1 {
    margin: 0;
}

body{
  width: auto;
  height: auto;
  margin:0;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
  overflow-x: hidden;
}

body.inner-page.lacarte-- {
    background: url(../images/bg-restaurant-carte.png);
    background-attachment: fixed;
    background-size: cover;
}



#menu_header > li:hover::before {
  position: absolute;
  content: '';
  left: 6%;
  bottom: 0%;
  border-bottom: 13px solid #71B021;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  height: 0;
  width: 0px;
  visibility: visible;
  transition: all linear 0.5s;
  display: none;
}

#menu_header li:hover .sous-menu li:first-child::before{
  transition: all linear 0.3s;
  opacity: 1 !important;
}

a{
  color: inherit;
  text-decoration: none;
  position: relative;
  z-index: 10;
}

.fin_float{
  clear: both;
}


.banniere {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    height: auto;
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    }


.fil-ariane:before {
    position: absolute;
    content: '';
    left: 0;
    width: 45px;
    height: 4px;
    background: #004fa3;
    top: 50%;
}
.conteneur-superheader{
  width:auto;
  /*! background-color: rgba(23,23,23,0.8); */
  /* background: rgb(0 0 0 / 91%); */
  z-index:  10;
  position:  relative;
  border-bottom: 1px solid rgba(255,255,255,0.5);
}

.grand-conteneur {
  position: fixed;
  top: 0;
  z-index: 1000;
  left: 0;
  right: 0;
  background: rgb(0,0,0);
  background: -moz-linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,212,255,0) 100%);
  background: -webkit-linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,212,255,0) 100%);
  background: linear-gradient(180deg, rgba(0,0,0,.7) 50%, rgba(0,212,255,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#00d4ff",GradientType=1);
}


.sous-menu li:first-child {
  border-top: 3px solid rgb(0 0 0);
}
.sous-menu li:first-child:before {
  position: absolute;
  right: 100%;
  width: 0;
  height: 0;
  content: '';
  border-top: 14px solid rgb(0, 81, 164);
  border-left: 10px solid rgba(0, 0, 0, 0);
  border-right: 10px solid rgba(0, 0, 0, 0);
  top: -17px;
  left: 10%;
  transform: rotate(180deg);
  transition: all linear 0.2s;
  opacity: 0;
  display: none;
}

.superheader, .header{
  width: 83%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: rgba(255, 255, 255, 0.26);
  z-index: 10000;
  position: relative;
  visibility: visible !important;
}


ul.sous-menu li {
    text-shadow: none !important;
}

/******************************superheader*******************************/
.reseau_socio{
  width: auto;
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
}

.superheader {
    /*! padding: 5px 0; */
    height: 46px;
    /*! border-bottom: 1px solid rgba(255,255,255,0.2); */
    color: #fff;
    flex-direction: row-reverse;
}

.content-contact-information {
    display: flex;
    width: auto;
    justify-content: space-between;
    list-style: none;
    padding-left: 0px;
}

.bloc_contact {
  display: flex;
  align-items: center;







  border-right: 1px solid #d8d8d8;
  padding: 0 10px;
  /*! padding-top: 5px; */
  margin-right: 5px;
}

.bloc_contact:last-child {
    border: none;
    padding-right: 0;
}

.bloc-icone {
  margin-right: 12px;
  display: flex;
  align-items: center;
}

.content-information {
  display: flex;
  flex-direction: column;
  font-size: 11px;
}


.bloc_right_header {
  display: flex;
  align-items: center;
  height: 100%;
}
.bloc_lang {
  font-size: 12px;
  font-weight: 300;
  margin-left: 50px;
}
.bloc_lang .lang_active {
  font-weight: 600;
}


/*******************header********************/



.conteneur-header {
 position: relative;
 z-index: 100;
 /* border-top: 1px solid rgba(255,255,255,0.2); */
 /* background: rgb(0 0 0 / 83%); */
 /* box-shadow: 0px 7px 13px rgba(0, 0, 0, 0.33); */
 /* overflow: hidden; */
 /* font-variant: small-caps; */
 /* background: rgb(181,153,76); */
 background: -moz-linear-gradient(90deg, rgba(181,153,76,1) 0%, rgba(238,228,154,1) 35%, rgba(169,137,59,1) 100%);
 /* background: -webkit-linear-gradient(90deg, rgba(181,153,76,1) 0%, rgba(238,228,154,1) 35%, rgba(169,137,59,1) 100%); */
 /* background: linear-gradient(90deg, rgba(181,153,76,1) 0%, rgba(238,228,154,1) 35%, rgba(169,137,59,1) 100%); */
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b5994c",endColorstr="#a9893b",GradientType=1);
}

.fixed .conteneur-header {
    box-shadow: 0px 7px 13px rgba(0, 0, 0, 0.33);
}
.conteneur-banniere {
  position: relative;
}

.conteneur-banniere:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.45);
}
#menu_header {
  display: flex;
  list-style: none;
  color: #000;
  font-weight: 500;
  font-size: 18px;
  padding: 0;
  margin: 0;
}
.header {
  padding: 0;
}
#menu_header li {
  position: relative;
  width: auto;
  /* font-size: 14px; */
  color: #fff;
  /*! border-radius: 3px; */
  /* text-transform: uppercase; */
  margin-left: 5px;
  position: relative;
  padding: 20px 12px;
  line-height: 1;
  /* color: rgb(0 0 0); */
  z-index: 1;
  font-weight: 600;
  -webkit-transition: padding .2s ease-in-out,-webkit-transform .2s ease-in-out;
  transition: padding .2s ease-in-out,-webkit-transform .2s ease-in-out;
  transition: padding .2s ease-in-out,transform .2s ease-in-out;
  transition: padding .2s ease-in-out,transform .2s ease-in-out,-webkit-transform .2s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-weight: 600;
  background: transparent;
  text-shadow: unset !important;
}

li.elt-close {
    display:  none;
}

#menu_header li li:last-child{
  border-bottom: none
}

#menu_header li li{
  margin-left: 0
}
#menu_header li:last-child {
    /*! padding-right: 0; */
}

li.menu_actif:after, #menu_header li:hover:after {
  /* width: 50% !important; */
  transition: all linear 0.3s;
}


#menu_header > li:after {
  bottom: 15px !important;
}

#menu_header li:after {
  position: absolute;
  bottom: 0px;
  left: 20px;
  width: 0;
  height: 2px;
  content: '';
  background: #71b021;
  transition: all linear 0.3s;
  display: none;
}

.sous-menu {

  /*! right: 0; */


  /*! min-width: 240px; */


  /*! min-width: 150px; */

position: absolute;

width: auto;

left: -12px;

top: 100%;

margin-top: 0px;

font-size: 16px;

font-weight: normal;

color: rgb(0 0 0);

z-index: 1;

padding: 0;

background: rgb(255 255 255);

border-radius: 4px;

-webkit-transform: rotateX(
-80deg
);

transform: rotateX(
-80deg
);

-webkit-transform-origin: 50% 0;

-ms-transform-origin: 50% 0;

transform-origin: 50% 0;

-webkit-transition: 700ms ease;

-o-transition: 700ms ease;

transition: 700ms ease;

-webkit-transition-property: opacity, visibility, -webkit-transform;

transition-property: opacity, visibility, -webkit-transform;

-o-transition-property: transform, opacity, visibility;

transition-property: transform, opacity, visibility;

transition-property: transform, opacity, visibility, -webkit-transform;

list-style: none;

visibility: hidden;

opacity: 0;
}
li {list-style: none;}

.fixed #menu_header li {
    color: #000;
}
#menu_header li:hover .sous-menu {z-index: 2;-webkit-transform: rotateX(
0deg
);transform: rotateX(
0deg
);visibility: visible;opacity: 1;visibility: visible;}
#menu_header .sous-menu li {
  border-bottom: 1px solid rgb(0, 81, 164);
  width: 100%;
  font-weight: 400;
  font-size: 13px !important;
  white-space: nowrap;
  /* padding:  14px 30px 12px 10px !important; */
  position: relative;
  cursor: pointer;
  background: rgba(255,255,255,1);
  color: rgb(0, 81, 164);
  transition: all linear 0.3s;
}
#menu_header ul.sous-menu li:hover:after {
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
}

.sous-menu li:hover a {
  /*! background: #fff; */
  color: #FFF !important;
}



.menu_actif, #menu_header li:hover {
  /*! background: #e10613; */
}


.titre-calligraphique{
  font-family: 'Pinyon Script';
  color: rgba(36, 36, 36, 0.89);
}



.degrade-header{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 170%;
  opacity: .6;
  pointer-events: none;
  background: -webkit-gradient(linear,left top,left bottom,from(#000),to(transparent));
  background: linear-gradient(180deg,#000 0,transparent);
}


#menu_header li:after {
  position: absolute;
  content: '';
  display: none;
  margin: auto;
  height: 3px;
  width: 0px;
  background: transparent;
  -webkit-transition: width .5s ease, background-color .5s ease;
  -o-transition: width .5s ease, background-color .5s ease;
  transition: width .5s ease, background-color .5s ease;
  z-index: 1;
  bottom: -14px !important;
}
#menu_header a {
  /* position: relative; */
  /* padding: 6px 12px; */
  /*! font-size: 14px; */
  /* line-height: 1; */
  /* color: #fff; */
  /* z-index: 1; */
  /* font-weight: 600; */
  /* -webkit-transition: padding .2s ease-in-out,-webkit-transform .2s ease-in-out; */
  /* transition: padding .2s ease-in-out,-webkit-transform .2s ease-in-out; */
  /* transition: padding .2s ease-in-out,transform .2s ease-in-out; */
  /* transition: padding .2s ease-in-out,transform .2s ease-in-out,-webkit-transform .2s ease-in-out; */
  /* -webkit-backface-visibility: hidden; */
  /* backface-visibility: hidden; */
  font-weight: 400;
  font-size: 18px;
  transform: scale(1);
}
#menu_header li:hover:after, #menu_header li.menu_actif:after {
  width: 100%;
  background: #0051a4;
  left: 0;
  right: 0;
}
#menu_header li span {
  z-index: 10;
  position: relative;
}


.deuxieme-ligne {
    padding-top: 140px !important;
    position: relative !important;
}


.texte-banniere .deuxieme-ligne::before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: -3px !important;
    width: 100%;
    height: 1px;
    background: rgba(255,255,255,0.5);
}

.texte-banniere {
    color: #fff;
    text-align: left;
    /* position: absolute; */
    left: 0;
    right: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: 60px;
    /* font-family: 'proxima_nova_altlight'; */
    text-shadow: 1px 3px 5px rgba(0,0,0,0.8);
    bottom: 0;
    flex-direction: column;
}
.texte-banniere hr {
    position: relative !important;
    width: 165px !important;
    margin: 0px auto 0px !important;
    height: 6px !important;
    background: #fff !important;
    border: none;
}

.fil-ariane {
    font-size: 14px;
    text-transform: none;
    opacity: 1;
    color: inherit !important;
    margin-top: 5px !important;
    padding-left: 60px;
    position: relative;
}
.fil-ariane a {
    font-weight: 300;
}





.titre-simple {
    padding: 0 !important;
}

.titre-calligraphique {
    font-size: 70px !important;
    color:rgba(36, 36, 36, 0.89) !important;
}



.titre-page:before , .titre-page:after{
  top:58% !important;
}
.titre-page{
  position: relative;
  display: inline-block;
}

.prix-chambre {
    font-size: 15px;
    text-align: left;
    display: flex;
    align-items: center;
    color: #fff;
}
.separateur {
  font-size: 30px;
  padding: 0 5px;
  line-height: 1
}
.prix-chambre span:first-child sup {
    right: -14px !important;
    text-transform: capitalize !important;
    font-weight: 300;
}
.bloc-prix-chambre sup {
    position: absolute;
    top: -15px;
    right: -5px !important;
}
.bloc-prix-chambre sup {
    position: absolute;
    top: -15px;
}

.separateur {
  padding: 0 11px;
  padding-right: 5px;
}

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

.btn-compte{
  background: #0051a4;
  font-size: 15px;
  padding: 5px 18px;
  border-radius: 3px;
  border: 1px solid #0051a4;
  transition: all linear 0.3s;
  cursor: pointer;
  color: #fff;
}

ul.content-contact-information li {
    padding: 0 10px;
    cursor: pointer;
    font-weight: 300;
    color: rgb(255, 255, 255);
}

ul.content-contact-information li:first-child {
    border-right: 1px solid;
}

.logo img {
    width: 103%;
    height: auto;
    margin: 0 auto;
}

.logo {
    width: 107px;
    /* background: rgb(255 255 255); */
    /* height: 75px; */
    display:  flex;
    position:  relative;
    align-items:  center;
    /* padding-right: 15px; */
    margin-top: 10px;
}

.logo a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.reseau_socio i {
  padding: 15px;
  border-right: 1px solid rgba(255,255,255,0.5);
  font-size: 14px;
}
.btn-compte:hover {
  background: #fff;
  color: #0f0062;
  transition: all linear 0.3s;
}

.bloc-icone svg {
  width: 25px;
}
.bloc-icone svg path {
  fill: rgba(255,255,255,0.5);
}


.reseau_socio span {
    font-size: 12px;
    font-weight: 300;
}

#conteneur_lien_entete span {
    font-size: 12px;
    padding-right: 10px;
}

#conteneur_lien_entete a {
    display: flex;
    align-items: center;
    height: 100%;
    margin-right: 10px;
}

div#conteneur_lien_entete {
    display: flex;
    align-items: center;
    height: 100%;
}

div#conteneur_lien_entete img {
    margin-right: 8px;
}

#menu_header li:hover a {
    color: #ffdd02;
    transform: scale(1.5);
    transition: linear .4s;
}

div#conteneur_lien_entete i {
    /* margin-right: 2px; */
    font-size: 15px;
    margin-top: 3px !important;
    color: #DAA520;
}

div#conteneur_lien_entete div {
    /* border-right: 1px solid rgba(255, 255, 255, 0.52); */
    /* margin-right: 10px; */
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 12px;
    justify-content: space-between;
    padding-right: 20px;
}

i.fa.fa-facebook {
    border-left: 1px solid rgba(255,255,255,0.5);
    /* margin-left: 15px; */
}

.search-content {
    display: flex;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    position: relative;
}

input#mot_cle {
    padding: 0 10px;
    border: 1px solid #d8d8d8;
    /*! display: none; */
    margin-bottom: 3px;
    height: 35px;
    font-size: 15px;
    font-family: "Open Sans" !important;
    width:  100%;
    box-sizing:  border-box;
    color: rgb(0, 0, 0);
}

.content-icon-search svg {
    width: 30px;
    height: auto;
    fill: #000;
}

.content-item-contact {
    display: flex;
}

.bloc-left-contact {
    display: flex;
}

.bloc-left-contact-wrapper {
    display: flex;
    align-items: center;
}

#menu_header ul.sous-menu li:hover {
    background: rgb(181,153,76);
    color: #fff !important;
    transition: all linear 0.3s;
}

.content-text-contact {
    font-size: 15px;
    display: flex;
    flex-direction: column;
    font-weight: 300;
}

.bloc-left-contact i {
    border: none;
}

.fil-ariane:before {
    position: absolute;
    left: 6px;
    top: 50%;
    height: 4px;
    width: 45px;
    background: #0051a4;
    content: '';
}

.content-indication-sms p {
  font-size: 13px;
  line-height: 1.5;
  opacity: 0.8;
}
.content-indication-sms a {
  color: #0051a4;
}



.content-text-contact {
    display:  flex;
    justify-content: space-between;
    padding: 0;
    flex-direction: row;
}

.content-text-contact {}

#conteneur_lien_entete a:last-child {
    margin: 0;
}

a.mail-write {
    padding: 0 10px;
    background: #fddf21;
    margin: 5px 0;
    display: block;
    color: #000;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
}

#search-web {
  position: absolute;
  top: 176%;
  padding: 20px 10px;
  right: 0;
  background: rgba(0, 0, 0, 0.69);
  box-sizing: border-box;
  width: 300px;
  display: flex;
  flex-direction: column;
  display: none;
}
#search-web select {
  height: 35px;
  border: 1px solid #d8d8d8;
  -moz-appearance: none;
  font-size: 15px;
  padding: 0 7px;
  color: #838383;
  font-family: "Open Sans";
  font-weight: 300;
  cursor: pointer;
  width: 100%;
}
#search- {
  height: 35px;
  border: none;
  background: #172545;
  margin-top: 5px;
  color: #fff;
  font-size: 17px;
  cursor: pointer;
  width:  100%;
}
.logo:before {
    display: block;
    content: "";
    position: absolute;
    right: 100%;
    top: 0;
    /* background: rgb(255 255 255); */
    width: 3000px;
    height: 75px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn-responsive {
    display: none;
}



.search-content{
    /* display: none */
}

/*****content-chambre****/

.header-conteneur {
    text-align:  center;
    position:  relative;
    /* display:  inline-block; */
    padding-bottom: 5px;
    padding-top: 30px;
}

.content-chambre-wrapper- {
    /* display: none; */
    /* overflow:  hidden; */
    margin-top: 37px;
}

.titre-up {
    text-transform:  uppercase;
    line-height: 1;
    color: rgb(134 134 134);
    font-size: 25px;
}

.conteneur-chambre {
    padding: 30px 0;
    background: rgb(248, 248, 248);
    text-align:  center;
    overflow:  hidden;
}

.content-onglet-list ul, .content-list-categorie ul {
    display:  flex;
    justify-content:  center;
    list-style:  none;
    margin-bottom: 50px;
    margin-top:  40px;
    padding:  0;
}

.content-onglet-list li, .content-list-categorie li {
    padding: 5px 10px;
    margin:  5px;
    cursor:  pointer;
    transition:  all 0.3s;
}

.content-onglet-list li.actif-onglet, .content-onglet-list li:hover, .content-list-categorie li.active-categorie, .content-list-categorie li:hover {
    background-color: #DAA520;
    color:  #fff;
    border-radius:  3px;
}

div#chambre-wrapper {
    width: auto;
    margin:  0 auto;
}



.bloc-chambre {
    display:  flex;
    height:  586px;
}

div#list-image-wrapper {
    width: 57%;
}

div#list-image-wrapper img {
    width:  100%;
    height:  auto;
    display:  block;
}

.description-chambre-wrapper- {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    height: 100%;
    width: 100%;
    padding: 40px 20px;
    text-align: center;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all 0.3s ease 0.15s;
    -moz-transition: all 0.3s ease 0.15s;
    -ms-transition: all 0.3s ease 0.15s;
    -o-transition: all 0.3s ease 0.15s;
    transition: all 0.3s ease 0.15s;
    box-sizing:  border-box;
    color:  #fff;
}

.header-description-chambre-- h2 {
    margin-top:  0;
    font-family: 'Montserrat';
    font-weight:  300;
    margin-bottom: 6px;
}

.header-description-chambre-- a {
    display: inline;
    background-repeat: no-repeat;
    background-size: 0px 1px;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-delay: 0ms;
    transition-delay: 0ms;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    color: rgb(36, 157, 210);
    /* background-image: -webkit-gradient(linear, left bottom, left bottom, color-stop(100%, rgb(193, 155, 118)), to(rgb(193, 155, 118))); */
    /* background-image: linear-gradient(to bottom, rgb(193, 155, 118) 100%, rgb(193, 155, 118) 100%); */
    /* background-position: 0% 47px; */
}

.header-description-chambre-- a:hover {
    background-size: 100% 1px;
    /* background-position: 0% 47px; */
}

span.prix-chambre strong {
    padding-left: 5px;
    padding-right:  2px;
    font-size: 28px;
    color: #DAA520;
    font-weight: 400;
}

.content-btn-chambre button {
    background: #DAA520;
    border:  1px solid transparent;
    padding:  8px 15px;
    color: #fff;
    font-size:  15px;
    cursor:  pointer;
    transition:  all 0.4s;
}

button#reserver-maintenant {
    background-color: rgb(43, 58, 69);
}

.description-content-chambre-- p {
    margin-bottom: 2.2rem;
    font-size:  15px;
    line-height:  1.7;
    opacity: 1;
    color: rgb(216, 215, 215);
}

.content-btn-chambre button:hover {
    background:  transparent;
    color: #DAA520;
    border-color: #DAA520;
}

button#reserver-maintenant:hover {
    background:  transparent;
    color: rgb(43, 58, 69);
    border-color: rgb(43, 58, 69);
}

#autre-chambre-elt-wrapper {
    display: flex;
    margin-top:  20px;
    width: 100%;
    margin: 20px auto 0;
    /* padding: 0 50px; */
    box-sizing:  border-box;
    /* left: 0; */
    /* right:  0; */
    /* bottom:  0; */
    /* height: 161px; */
    z-index:  90;
}

.bloc-autre-chambre-wrapper {
    /* width: 300px !important; */
    /* overflow:  hidden; */
    opacity: 0.4;
    /* display: block !important; */
}

.bloc-autre-chambre-wrapper img {
    width:  100%;
    height:  auto;
    display:  block;
    /* position: absolute; */
    /* left: 0; */
    /* right:  0; */
    /* bottom:  0; */
    /* top: 0; */
}

.bloc-autre-chambre {
    display:  flex;
    height:  83px;
    width: 100%;
    cursor: pointer;
}

.image-autre-chambre {width: 200px;/* height: 104px; */position:  relative;}
div#autre-chambre-elt-wrapper .slick-track {
    min-width:600px !important
}

.content-titre-- {
    /* padding-left:  5px; */
    box-sizing:  border-box;
    font-family: "Playfair Display", serif;
    font-size: 1rem;
    line-height: 1.125rem;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.4px;
    color: rgb(28, 28, 28);
    overflow: hidden;
    padding: 8px 0 8px 9px;
    box-sizing:  border-box;
}
.bloc-chambre-wrapper--.slick-current {
    z-index: 20;
    position:  relative;
}
.content-onglet-elt-wrapper {
    border:  1px solid #d8d8d8;
    position:  relative;
    padding-top:  25px;
    padding-bottom:  30px;
    /* height: 505px; */
}

.bloc-chambre-wrapper-- {
    /* margin: 0 -40px; */
    /* height: 376px !important; */
    width:  20%;
    position:  relative;
    float: left;
    height: 100%;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease 0.15s;
    width: 100%;
}
.content-list-autre-chambre {
    padding: 20px 20px 10px;
    /* position:  absolute; */
    /* bottom:  0; */
}

div.content-onglet-- {
    position: relative;
    left: 0;
    right: 0;
    bottom:  0;
    top: 25px;
    display:  none;
}

.prev, .next {
    position:  absolute;
    font-size:  25px;
    top: 48%;
}

.prev {
    left: -55px;
}

.right {
    right:  -55px;
}

.next {
    right: -55px;
}

.next.next-autre-chambre-elt, .prev.prev-autre-chambre-elt {
    top: 5%;
    font-size: 35px;
    color: rgb(36, 157, 210);
    cursor:  pointer;
    z-index:  90;
}

.next.next-autre-chambre-elt {
    /* right:  -100px; */
}

.bloc-autre-chambre-wrapper.slick-current {
    opacity: 1;
}

.prev.prev-autre-chambre-elt {
    /* left: -100px; */
}

ul.content-contact-information {
    color:  #fff;
}

.lacarte-- ul.content-contact-information {
    margin: 0;
}

.lacarte-- ul.content-contact-information li {display: inline-block;}

.conteneur-socio-langue {
    /* width: 400px; */
    display:  flex;
    align-items:  center;
    flex-direction:  row-reverse;
}

.espace-client a {
    display:  flex;
    align-items:  center;
    font-size:  14px;
    font-weight: 300;
    padding-right: 7px;
}

.user-profile svg {
    width: 70%;
    height:  auto;
    fill: #fff;
    margin:  0 auto;
}

.user-profile {
    width: 33px;
    font-size:  14px;
    display:  flex;
    align-items:  center;
}

.user-profile span {
    font-size: 12px;
}


.header-conteneur:before {
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    bottom: -8px;
    margin-left: -8px;
    border: 1px solid rgb(255, 255, 255);
    background: rgb(255, 255, 255);
    width: 15px;
    height: 15px;
    -webkit-box-shadow: 0 0 0 1px #868686, inset 0 0 0 2px #868686;
    box-shadow: 0 0 0 1px #868686, inset 0 0 0 2px #868686;
    z-index: 1;
}

.header-conteneur:after {
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    bottom: 1px;
    margin-left: -46%;
    z-index: -1;
    /* background: rgb(197, 164, 109); */
    width: 92%;
    height: 1px;
}

.titre-bloc:after, .titre-bloc:before {
    position:  absolute;
    content: "";
    left: 0;
    right:  0;
    bottom: -6px;
    /* top:  0; */
    width:  100%;
    height: 1px;
    background: rgb(134 134 134);
}

.titre-bloc:before {
    bottom: -3px;
    width:  95%;
    margin:  0 auto;
}


.content-chambre--elt-wrapper {
    display:  flex;
}

.image-chambre img {
    width:  100%;
    height: 100%;
    display:  block;
    height: 100%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    object-fit: cover;
}

.active-chambre img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

h2.libelle-type-chambre {
    background: -moz-linear-gradient(top, rgba(125,185,232,0) 0%, rgba(45,63,75,0.79) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(125,185,232,0)), color-stop(100%,rgba(45,63,75,0.79)));
    background: -webkit-linear-gradient(top, rgba(125,185,232,0) 0%,rgba(45,63,75,0.79) 100%);
    background: -o-linear-gradient(top, rgba(125,185,232,0) 0%,rgba(45,63,75,0.79) 100%);
    background: -ms-linear-gradient(top, rgba(125,185,232,0) 0%,rgba(45,63,75,0.79) 100%);
    background: linear-gradient(to bottom, rgba(125,185,232,0) 0%,rgba(45,63,75,0.79) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007db9e8', endColorstr='#c92d3f4b',GradientType=0 );
    /* height: 40%; */
    width: 100%;
    padding: 45px;
    position: absolute;
    left: 0;
    margin:  0;
    bottom: 0;
    box-sizing:  border-box;
    color: rgb(255, 255, 255);
    /* display:  flex; */
    flex-direction: c;
}

h2.libelle-type-chambre span {
    color: #DAA520;
}

.header-description-chambre-- h2.libelle-type-chambre {
    color: rgb(255, 255, 255) !important;
    float: left;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0 0 30px;
    width: 100%;
    position:  relative;
    background:  transparent;
    padding: 0;
}

.bloc-chambre-wrapper--.active-chambre , .bloc-chambre-wrapper--:hover {
    width: 235% !important;
    transition: all linear 0.3s;
}

.bloc-chambre-wrapper--.active-chambre h2, .bloc-chambre-wrapper--.active-chambre:hover h2 {
    opacity: 0;
    transition:  all linear 0.3s;
}

.bloc-chambre-wrapper--.active-chambre .description-chambre-wrapper-, .bloc-chambre-wrapper--.active-chambre .description-cham {}

.bloc-chambre-wrapper--.active-chambre .description-chambre-wrapper-, .bloc-chambre-wrapper--:hover .description-chambre-wrapper- {
    opacity:  1;
}

.bloc-chambre-wrapper--.active-chambre  h2, .bloc-chambre-wrapper--:hover  h2 {
    opacity:  0;
}

.bloc-chambre-wrapper--.active-chambre  h2, .bloc-chambre-wrapper--:hover  h2 {
    opacity:  0;
}


.bloc-chambre-wrapper--.active-chambre .header-description-chambre-- h2, .bloc-chambre-wrapper--:hover .header-description-chambre-- h2 {
    opacity:  1;
}

.description-chambre- {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    width: 97%;
    margin:  0 auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.header-description-chambre-- h2.libelle-type-chambre a {
    color:  #fff;
    font-family: inherit;
}

.content-btn-chambre {
    display:  flex;
    justify-content:  space-between;
    align-items:  center;
    margin-top: 50px;
}

.content-list-icone-avantage {
    height:  100%;
}

.content-list-icone-avantage i {
    margin-right:  7px;
    color: #ffc107;
}

.espace-client {
    display: none;
}


.content-fil-arianne {
    top: 121px;
    position: absolute;
    /* padding: 10px; */
    z-index:  10;
    width:  1200px;
    margin:  0 auto;
    left:  0;
    right:  0;
    max-width:  95%;
}

.fil-ariane-- {
    margin:  0 auto;
    color: #fff;
    display:  inline-block;
    padding: 10px;
    background: rgba(36, 157, 209,0.5);
    font-weight: 600;
    font-size: 14px;
    position:  sticky;
    top: 120px;
    text-shadow: 1px 1px rgba(187, 187, 187, 0.6509803921568628)
}
