.conteneur-banniere{
  background-image:url(../images/banniere/banniere_spa.png) !important;
  height:300px;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}


.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;
  max-width: 95%;
}
.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_altbold';
  text-shadow: 1px 3px 5px rgba(0,0,0,0.8);
  bottom: 0;
}


.interne {
    width: 1200px;
    margin: 0 auto;
    /*! padding-bottom: 85px; */
}

.titre-page {
  padding-bottom: 40px;
  text-align: left;
  font-family: 'proxima_novaregular';
  font-size: 55px;
  padding-top: 80px;
}
.titre-simple {
  color: #c41e00;
  text-transform: uppercase;

}
.titre-hebergement{
  font-size: 90px;
  color: #999999;
  line-height: 35px;
}

.presentation {
    width: 1200px;
    margin: 0 auto 25px;
    display: flex;
    padding: 35px 0 0;
    align-items: center;
    justify-content: space-around;
    max-width:  95%;
    position: relative;
}

.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;
}
.bloc-chambre img {
  width: 100%;
  height: auto;
}
.chambre {
  width: 1200px;
  margin: 0 auto;
}
.image-chambre {
  background: #decdc3;
}
.content-bloc-information {
  position: absolute;
  top: 80%;
  display: flex;
  left: 0;
  right: 0;
  width: 100%;
  height: 63px;
}
.bloc-chambre {
  position: relative;
}
.bloc-nom-chambre {
  background: #fff;
  width: 75%;
  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: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #E0E0E0;
}
.conteneur-chambre {
  padding: 60px 0 50px;
}
.prix-chambre {
  font-size: 15px;
  font-family: 'proxima_novabold';
}

.prix-chambre span {
    font-size: 10px;
}

.modalite {
  color: #e10613;
  text-transform: uppercase;
  font-size: 13px;
}
.chambre .titre-calligraphique, .service .titre-calligraphique, .galerie .titre-calligraphique, .confiance .titre-calligraphique {
  font-size: 90px;
  line-height: 28px;
  color: #999999;
}


.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 20px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  transition: all linear 0.3s;
  bottom: 0;
}
.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: 63px;
  transition: all linear 0.3s;
}
.bloc-chambre-wrapper:hover .content-bloc-information {
  top: 0;
  /*! height: 50px; */
  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: 2px;
  left: 10px;
  background: #fff;
}
.bloc-service-wrapper:before {
  top: 10px;
  bottom: 10px;
  width: 2px;
  right: 10px;
  background: #fff;
  z-index: 10;
}
.bloc-service:before, .bloc-service:after {
  position: absolute;
  content: '';
  width: 93.5%;
  height: 2px;
  background: #fff;
  left: 10px;
  border-radius: 5px;
}
.bloc-service:before {
  top: 10px;
  z-index: 10;
}
.bloc-service:after {
  bottom: 10px;
}


.deuxieme-ligne {
  padding-top: 80px;
}
.degrade-header {
  height: 150%;
}


.bloc-horaire.description {
  width: 80%;
  text-align: center;
  margin: 15px auto;
  font-size: 15px;
  line-height: 1.5;
}

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

.content-tableau {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.ligne-tableau {
  display: flex;
}
.entete-tableau {
  width: auto;
  display: flex;
  justify-content: right;
  float: right;
}
.cellule-tableau {
  border: 1px solid #d8d8d8;
  margin-left: -1px;
  width: 50%;
  text-align: center;
  padding: 10px 0 0;
  min-height: 20px;
}



.content-double-tableau {
  display: flex;
  margin-top: 10px;
  border: 1px solid #d8d8d8;
}
.content-double-tableau .cellule-tableau {
  padding-bottom: 0;
  border-bottom: none;
  border-right: 0;
}

.accroche-indication {
    text-align: center;
    width: 80%;
    margin: 0 auto;
        margin-top: 0px;
    line-height: 1.6;
    padding: 20px;
    margin-top: -30px;
}


.content-information-elt .cellule-tableau {
  width: 100%;
  padding-bottom: 5px;
  padding-top: 5px;
  display: flex;
  justify-content: center;
}
.content-double-tableau > .cellule-tableau {
  padding-bottom: 0;
}
.content-information-elt {
  padding-top: 10px;
}


.content-formule {
  display: flex;
}
.content-tableau-gauche {
  width: 25%;
  padding-top: 100px;
}
.content-tableau-gauche .cellule-tableau {
  width: auto;
  margin-bottom: -1px;
  border-right: none;
  padding: 5px 10px 5px 15px;
  text-align: left;
  /*! padding-left: 10px; */
}
.content-tableau-gauche .cellule-tableau:nth-child(n+2) {
  /*! padding: 5px 10px; */
}


.cellule-tableau.titre-bloc-service {
  /*! padding-left: 10px; */
  background: #e4e4e4;
  text-transform: uppercase;
  font-variant: small-caps;
  font-size: 14px;
  display: flex;
  align-items: center;
  font-weight: 600;
}

.content-tableau-gauche .cellule-tableau.titre-bloc-service {
  padding-left: 10px;
}


.content-description {
  width: 50%;
  /*! background: rgba(255,255,255,1); */
  /* float: left; */
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.description-evenement {
  line-height: 1.8;
  font-size: 15px;
  padding: 15px 50px 53px 0px;
  text-align: justify;
  font-family: 'proxima_nova_altlight';
}
.conteneur-presentation-evenement {
  /*! background: url(../images/fond.png); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  background-attachment: fixed;
  background-color: #fcfcfc;
  border-bottom: 1px solid #d8d8d8;
  padding: 55px 0;
}
.presentation .titre-page {
  /*! background: #fff; */
  padding-bottom: 21px;
  padding-top: 0;
}
.conteneur-boisson .content-bloc-information {
    top: 85% ;
}

.conteneur-boisson .content-btn, .conteneur-plat .content-btn{
  padding-top: 15px
}

.horaire {
  padding: 55px 0;
  width: 868px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  /*! border-top: 1px solid #d8d8d8; */
  max-width: 95%;
}
.bloc-horaire {
  text-align: center;
  padding: 0 0px 17px 0;
}

.bloc-horaire.description {
  width: auto;
  text-align: center;
  margin: 20px 0;
}

.conteneur-horaire {
}
.type-horaire {
  font-size: 16px;
  font-weight: 600;
  font-variant: small-caps;
  padding-bottom: 5px;
}
.information-horaire {
  line-height: 1.6;
  font-size: 14px;
}

.conteneur-boisson {
    border-top: 1px solid #d8d8d8;
}



.content-btn-formule {
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 54px;
}

.fil-ariane {
    font-size: 15px;
    text-transform: none;
    opacity: 0.8;
}

.fil-ariane a {
    font-weight: 300;
}

.texte-banniere hr {
    position: relative;
    width: 165px;
    margin: 0px 0 10px;
    height: 6px;
    background: #fff;
    border: none;
}

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

.deuxieme-ligne::before {
    position: absolute;
/*    content: '';*/
    left: 0;
    right: 0;
    bottom: -4px;
    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;
}


.image-evenement-right {
  float: left;
  width: 46%;
}



#tabs-link {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  /*! width: 40%; */
}

#tabs-link li.active, #tabs-link li:hover {
    border-radius: 5px 5px 0 0;
    color: inherit;
    border: 1px solid #d8d8d8;
    border-right: 1px solid #fff !important;
    z-index: 10;
    color: #fff;
}

#tabs-link li {
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid transparent;
    cursor: pointer;
    margin-right: 2px;
    font-size: 20px;
    color: #cd2122;
    width: 100%;
    text-align: center;
    height: 100px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    justify-content: center;
}
.bloc-plat-wrapper {
    width: 49%;
    float: left;
    margin-right: 24px;
    margin-bottom: 25px;
}
.content-bloc-elt-menu {
    display: flex;
    /*! border-top: 1px solid #d8d8d8; */
    width: 48%;
    margin-left: 0;
}
.bloc-plat {
    display: flex;
    border: 1px solid #d8d8d8;
}
.image-plat {
}
.image-plat {
    position: relative;
    /* width: 100%; */
    overflow: hidden;
    /* margin-bottom: 15px; */
    height: auto;
    cursor: pointer;
}
.image-plat img {
    width: 100%;
    height: auto;
    display: block;
}
.content-description-plat {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 15px 0 20px;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,0.8)));
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.8) 100%);
    transition: all linear 0.4s;
}
.titre-plat-prix {
    display: flex;
    justify-content: space-between;
    position: relative;
}
.bloc-plat-wrapper:nth-child(2n+2) {
    margin-right: 0;
}
.descripion-plat {
    font-size: 14px;
    margin-top: 10px;
    opacity: 0.6;
}
.titre-plat-prix:before {
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    left: 20px;
    right: 20px;
    top: 12px;
    border-bottom: 2px dotted #d8d8d8;
}
.titre-plat {
  margin: 0;
  color: #FFFFFF;
  font-size: 30px;
  /*! border-left: 2px solid #fff; */
  margin-bottom: 4px;
  padding: 15px 5px;
}
.prix-plat {
    z-index: 10;
    /*! background: #fff; */
    padding-left: 5px;
    font-weight: 600;
    color: #fff;
    font-size: 20px;
}
.tab-content {
    padding-top: 30px;
    /*! border-top: 1px solid #d8d8d8; */
    margin-top: -1px;
    width: 100%;
}

.conteneur-plat .interne {
  display: flex;
  border: 1px solid #d8d8d8;
  /*! padding: 20px; */
  min-height: 550px;
}
.content-list {
  width: 25%;
  flex-direction: column;
  display: flex !important;
  justify-content: center;
  padding: 20px;
}



.conteneur-interne.conteneur-plat {
  background: #DDA819;
  padding-bottom: 80px;
  text-align: center;
}

.conteneur-interne.conteneur-plat .titre-calligraphique {
    color: #fff;
}

.content-titre-plat-favoris {
  font-size: 1.7em;
  color: #fff;
  text-align: center;
  width: 48%;
}
#Petit-dejeuner {
}
#liste-elt-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
#liste-elt-menu li {
  width: 85%;
  display: flex;
  justify-content: space-between;
  max-width: 100%;
  min-width: 80%;
  padding: 20px 0;
  border-bottom: 1px solid #fff;
}
#liste-elt-menu {
}
.content-titre-plat-favoris {
}
.content-wrapp-title-list {
  width: 75%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 20px;
  position: relative;
  /*! background-repeat: no-repeat; */
  /*! background-size: cover; */
}
#liste-elt-menu li:last-child {
  border: none;


}
.nom-specialite {
  position: relative;
  line-height: 1.8;
}
.nom-specialite:after {
  position: absolute;
  content: '';
  width: 80px;
  border: ;
  bottom: -7px;
  height: 2px;
  background: rgba(255,255,255,0.8);
  left: 0;
  margin: 0 auto;
  right: 0;
}
.chef {
  font-size: 27px;
  font-weight: 300;
}
.content-wrapp-title-list:before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  /*! background-image: url(images/3.png); */
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgba(0,0,0,0.5);
  background-image: url(../images/3.png);
}



.content-bar {
  width: 50%;
  background: rgba(255,255,255,0.8);
  padding: 30px 0;
  margin: 25px auto;
  text-align: center;
}
.conteneur-bar {
  background: url(../images/resturan_header.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0;
  background-attachment: fixed;
}
.description-bar {
  width: 60%;
  margin: 0 auto;
  text-align: justify;
  padding: 10px 0 30px;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5;
}
.content-bar .titre-page {
  padding-bottom: 0;
  padding-top: 35px;
}
.content-horaire {
  width: 50%;
}
.content-titre {
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  padding-bottom: 20px;
  line-height: 1.1;
  font-weight: 600;
  position: relative;
}
.horaire-bar-restau {
  /*! display: flex; */
  /*! justify-content: space-between; */
}
.content-titre:after {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  width: 88px;
  margin: 0 auto;
  bottom: 16px;
  background: #000;
  height: 1px;
}
.info-contact {
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
}
.info-contact i {
  margin-right: 10px;
}

.image-evenement-right img {
  display: block;
  max-width: 100%;
}


.plat {
  width: 1200px;
  margin: 0 auto;
  max-width: 100%;
}
.content-groupe-plat {
  display: flex;
  justify-content: space-between;
}
.content-bloc-gauche {
  width: 30%;
}
.content-bloc-droit {
  width: 69%;
}
.bloc-titre-prix {
  border-left: 2px solid #fff;
  padding-left: 10px;
}
.description-groupe {
  color: #fff;
  margin-top: 15px;
  padding-bottom: 18px;
}
.image-plat:hover .content-description-plat {
  transition: all linear 0.3s;
  bottom: 0;
}
.content-bloc-droit .content-description-plat {
  bottom: 0;
}
.content-bloc-droit .image-plat:first-child {
  height: 551px;
}
.content-bloc-droit .image-plat:last-child {
  height: 269px;
}
.content-bloc-droit .image-plat img {
  width: 100%;
  height: 100%;
}

.icone-reservation svg {
  width: 50px;
}


.content-bouton a{
  display: inline-block;
  padding: 10px;
  background: #cd2122;
  color: #fff;
  border-radius: 3px;
  font-size: 18px;
}
.content-bouton {
  text-align: center;
}



.conteneur-presentation-evenement .titre-page::after, .conteneur-presentation-evenement .titre-page:before {
  width: 20%;
  top: 89% !important;
  display:none
}
.conteneur-presentation-evenement .titre-page::after {
  width: 20%;
  top: 89% !important;
  left:0;
  display:block;
}
.conteneur-plat .titre-page::after, .conteneur-plat .titre-page:before {
  width: 30%;
  top: 85% !important;
}


/************************ NEW CSS ********************/


.item-tabs.action-evenement {
    display: flex;
    /* border: 1px solid #cd2122; */
    width: auto;
    margin-left: 0;
}

.bloc-action {
    height: 46px;
    display: flex;
    align-items: center;
    margin: 0 -1px;
    border: 1px solid #cd2122;
    cursor: pointer;
}

span.tab-icon {
    width: 50px;
    background-color: #cd2122;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 25px;
}

span.tab-title {
    padding: 0 25px;
}


.defilement_p{
	width: 100%;
    height: 0px;
	padding-top: 310px;
    /* box-shadow: 0px 0px 10px #777; */
    background-color: #EDEDED;
    background-size: contain;
    animation: fondu 16s ease-in-out infinite both;
}
.defilement_p:hover{
    animation-play-state: paused;
}
@keyframes fondu{
    0%{background-image: url("../images/bien-etre/act_sportives/img1.png");}
    33.33%{background-image: url("../images/bien-etre/act_sportives/img2.png");}
    66.67%{background-image: url("../images/bien-etre/act_sportives/img3.png");}
    100%{background-image: url("../images/bien-etre/act_sportives/img4.png");}
}

.defilement_s{
	width: 100%;
    height: 0px;
	padding-top: 368px;
    /* box-shadow: 0px 0px 10px #777; */
    background-color: #EDEDED;
    background-size: contain;
    animation: fondu1 16s ease-in-out infinite both;
}
.defilement_s:hover{
    animation-play-state: paused;
}

@keyframes fondu1{
    0%{background-image: url("../images/evenement/seminaire1.png");}
    33.33%{background-image: url("../images/evenement/seminaire2.png");}
    66.67%{background-image: url("../images/evenement/seminaire3.png");}
    100%{background-image: url("../images/evenement/seminaire4.png");}
}

@media only screen and (max-width:780px){
  .presentation {
    flex-direction: column !important;
}
.image-evenement-right {
  margin-bottom: 50px !important;
}
}