/* ==========================================================================
   HOTEL LESS
   ========================================================================== */
/* Variables
   ========================================================================== */
/* ==========================================================================
   GLOBAL VARIABLES
   ========================================================================== */
/* Colors
   ========================================================================== */
/* Header - Footer
   ========================================================================== */
/* Map vars
   ========================================================================== */
/*@mapEdgeTop     : 0px;
@mapEdgeRight   : 10px;
@mapEdgeBottom  : 0px;
@mapEdgeLeft    : 10px;*/
/* Fonts
   ========================================================================== */
@font-face {
  font-family: 'Notera';
  src: url('/fonts/notera.woff2') format('woff2'), url('/fonts/notera.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
/* Z-index
   ========================================================================== */
/* Media-Queries
   ========================================================================== */
/* Mixins
   ========================================================================== */
/* ==========================================================================
   HELPERS
   ========================================================================== */
/* Clearer
   ========================================================================== */
/* Uc first
   ========================================================================== */
/* mixin svg color
   ========================================================================== */
/* ==========================================================================
   Margin
   ========================================================================== */
/* ==========================================================================
   Fonts // use if needed
   ========================================================================== */
/* ==========================================================================
   Max height line // use if needed
   ========================================================================== */
/* ==========================================================================
   Base64 SVG with fillColor from a svg file
   ========================================================================== */
/* Title */
/* Title helpers - Font Family */
/* Title helpers - Color */
/* Title helpers - Font weight */
/* Title helpers - Font style */
/* Title helpers - Font size */
/* Zoom
   ========================================================================== */
/* Sizers */
.mxw-33 {
  max-width: 33%;
}
.no-decorate {
  text-decoration: none;
}
.noMargin {
  margin: 0 !important;
}
.noPadding {
  padding: 0 !important;
}
/* Layout
   ========================================================================== */
/* ==========================================================================
   PAGE HOTEL
   ========================================================================== */
/*! TYPOGRAPHIE */
/*-------------------------------------------------------*/
.page-container {
  font-family: "Apercu Light", Calibri, Roboto, sans-serif;
  font-size-adjust: 0.508;
  font-weight: 200;
  font-style: normal;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.page-container p {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-style: normal;
}
.page-container strong {
  font-family: "Apercu Bold", Calibri, Roboto, sans-serif;
  font-size-adjust: 0.508;
  font-weight: bold;
  font-style: normal;
}
a {
  text-decoration: none;
}
.m-article-text a {
  text-decoration: underline;
}
.ft-apercu-regular {
  font-family: "Apercu Regular", Calibri, Roboto, sans-serif;
  font-size-adjust: 0.508;
  font-weight: normal;
  font-style: normal;
}
.ft-apercu-light {
  font-family: "Apercu Light", Calibri, Roboto, sans-serif;
  font-size-adjust: 0.508;
  font-weight: 200;
  font-style: normal;
}
.ft-apercu-mono-regular {
  font-family: "Apercu Mono Regular", 'Andale Mono', monospace;
  font-size-adjust: 0.5;
  font-weight: normal;
  font-style: normal;
}
.ft-apercu-bold {
  font-family: "Apercu Bold", Calibri, Roboto, sans-serif;
  font-size-adjust: 0.508;
  font-weight: bold;
  font-style: normal;
}
.PlantinMTStd-Bold {
  font-family: PlantinMTStd-Bold;
  font-weight: normal;
  font-style: normal;
}
.PlantinStd-BoldCondensed {
  font-family: PlantinStd-BoldCondensed;
  font-weight: normal;
  font-style: normal;
}
.PlantinMTStd-Semibold {
  font-family: PlantinMTStd-Semibold;
  font-weight: normal;
  font-style: normal;
}
/* separateur */
.c-sep {
  margin-top: 13px;
  padding-bottom: 13px;
}
.c-sep-line,
.c-sep-line:before,
.c-sep-line:after {
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  height: 0;
  border-top: 1px dotted #21293F;
}
.c-sep-line:before,
.c-sep-line:after {
  content: '';
}
.m-banner-slider .c-sep-line:before,
.m-banner-slider .c-sep-line:after {
  display: none;
}
.c-sep--top {
  top: -1px;
}
.c-sep--bottom {
  bottom: -1px;
}
.c-sep-line:before {
  top: -5px;
}
.c-sep-line:after {
  top: 3px;
}
@media only screen and (min-width: 64em) {
  .c-sep {
    margin-top: 17px;
    padding-bottom: 20px;
  }
}
/* icon */
[class^="icon-"],
[class*=" icon-"] {
  position: relative;
}
.m-related [class^="icon-"].icon-rs,
.m-related [class*=" icon-"].icon-rs {
  left: -2px;
  font-size: 130%;
  font-weight: bold;
}
.m-share [class^="icon-"].icon-rs,
.m-share [class*=" icon-"].icon-rs {
  font-size: 2rem;
}
@media only screen and (min-width: 64em) {
  .m-share [class^="icon-"].icon-rs,
  .m-share [class*=" icon-"].icon-rs {
    font-size: 1.6rem;
  }
  .m-share .icon-mail {
    top: 2px;
  }
}
/*! MODULES SPÉCIFIQUES   */
/*-------------------------------------------------------*/
/* Cartels */
.m-card {
  position: relative;
  margin-top: 10px;
}
.m-card a {
  -webkit-transition: .25s;
          transition: .25s;
}
.m-card-media {
  position: relative;
}
.m-card-block {
  margin-bottom: 20px;
}
.m-card-title {
  padding-bottom: .15em;
  margin-top: 1rem;
  font-family: PlantinMTStd-Bold;
  font-weight: normal;
  font-style: normal;
  font-size: 2.25rem;
  line-height: 1;
}
@media only screen and (min-width: 48em) {
  .m-card-title {
    margin-top: 0;
    font-size: 3.3rem;
  }
}
.m-card-tags {
  padding-top: .7em;
  padding-bottom: .15em;
  font-family: PlantinStd-BoldCondensed;
  font-weight: normal;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 1.2;
  text-transform: uppercase;
}
.m-card-tags-page {
  font-size: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m-card-tags-section,
.m-card-tags-autor {
  color: #b69961;
}
.m-card-tags > a > span:not(.m-card-tags-section):after {
  content: ', ';
}
.m-card-tags > a > .m-card-tags-section:after {
  content: ' — ';
}
.m-card-tags > a:last-child > span:after,
.m-card-tags > a:first-child > span:after {
  visibility: hidden;
}
.m-card--banner .m-card-tags-section,
.m-card--banner .m-card-tags-autor {
  color: #d9b56e;
}
.m-card-text {
  font-family: "Apercu Light", Calibri, Roboto, sans-serif;
  font-size-adjust: 0.508;
  font-weight: 200;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 1.2;
}
.m-card-lead {
  max-width: 890px;
}
.m-card-date {
  display: block;
  font-family: "Apercu Light", Calibri, Roboto, sans-serif;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 1.5rem !important;
}
.m-card-date-article {
  font-weight: normal !important;
  font-size: 1.5rem !important;
}
@media only screen and (min-width: 48em) {
  .m-card-title {
    font-size: 2.8rem;
  }
  .m-card-text {
    font-size: 1.5rem;
  }
  .m-card-date {
    font-size: 1.7rem;
  }
  .m-card--banner .m-card-media {
    padding-bottom: 5px;
  }
  .m-card--banner .m-card-block {
    position: absolute;
    left: 0;
    bottom: 5px;
    padding: 16px;
    color: white;
  }
  .m-card--banner .m-card-title {
    font-size: 5.4rem;
    line-height: 1.6;
  }
  .m-card--banner .m-card-text {
    font-family: "Apercu Bold", Calibri, Roboto, sans-serif;
    font-size-adjust: 0.508;
    font-weight: bold;
    font-style: normal;
    font-size: 1.6rem;
  }
  .tpl-search .m-card,
  .tpl-search .m-card-block {
    overflow: hidden;
  }
  .tpl-search .m-card-media {
    float: left;
    max-width: 310px;
    margin-right: 20px;
  }
}
.m-card-tags-icon {
  height: 22px;
  width: 26px;
  fill: #41484e;
  background-size: cover;
}
@media only screen and (min-width: 64em) {
  .m-card {
    margin-top: 0;
  }
  .m-card-title {
    font-size: 2.8rem;
  }
  .m-card-tags {
    padding-top: .9em;
    padding-bottom: 1em;
    font-size: 1.5rem;
  }
  .m-card-tags-page {
    font-size: 1.9rem;
  }
  .m-card-text {
    font-size: 1.6rem;
  }
  .m-card-date {
    font-size: 1.8rem;
  }
  .m-card--banner .m-card-media {
    padding-bottom: 0;
  }
  .m-card--banner .m-card-block {
    bottom: 27px;
    padding: 32px;
  }
  .m-card--banner .m-card-text {
    font-size: 1.8rem;
  }
  .tpl-home .m-card--banner .m-card-title {
    font-size: 5.6rem;
  }
  .m-card:not(.m-card--banner):hover .m-card-title {
    color: #B69961;
  }
  .m-card-media:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #21293F;
    opacity: .1;
    pointer-events: none;
  }
  .m-card:hover .m-card-media:before {
    opacity: 0;
  }
}
/* Contributeurs */
.m-thumb {
  text-align: center;
}
.m-thumb-title {
  padding-left: 1rem;
  font-family: PlantinStd-BoldCondensed;
  font-weight: normal;
  font-style: normal;
  font-size: 1.9rem;
  line-height: 4rem;
  text-align: left;
  text-transform: uppercase;
  color: #b69961;
}
.m-thumb-item,
.m-thumb-item.swiper-slide {
  width: 133px;
}
html.lte-ie9 .m-thumb-item,
html.lte-ie9 .m-thumb-item.swiper-slide {
  width: 132px;
}
html.lte-ie9 .swiper-container {
  height: 220px !important;
}
.m-thumb-media {
  position: relative;
  margin-bottom: 12px;
}
.borderradius .m-thumb-media {
  border-radius: 50%;
}
/*C2is : rollover on author thumbnail. Was done with image swapping in JS before*/
.swiper-slide .m-thumb-media:after {
  content: "";
  width: 100px;
  height: 100px;
  background: #b7995d;
  position: absolute;
  top: 5px;
  left: 17px;
  border-radius: 50%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}
.swiper-slide .m-thumb-item-lk:hover .m-thumb-media:after {
  opacity: 0.6;
}
.m-thumb-item-title {
  font-family: PlantinStd-BoldCondensed;
  font-weight: normal;
  font-style: normal;
  font-size: 1.8rem;
  text-transform: uppercase;
  color: #b69961;
}
.m-thumb-text {
  font-size-adjust: 0.5;
  font-weight: normal;
  font-style: normal;
  font-size: 1.4rem;
}
.swiper-wrapper .m-thumb-text {
  font-size: 1.2rem;
}
.swiper-wrapper .m-thumb-media img {
  width: 100px;
  height: 100px;
  margin: 5px 0 10px;
}
.m-thumb-expanded {
  text-align: left;
  margin-bottom: 22px;
}
.m-thumb-expanded .m-thumb-item {
  width: 100%;
}
.m-thumb-expanded .m-thumb-media {
  float: left;
  width: 95px;
  margin-right: 12px;
  margin-bottom: 12px;
}
.m-thumb-expanded .m-thumb-text {
  margin-top: 14px;
}
@media only screen and (min-width: 48em) {
  .m-thumb-item {
    width: 76px;
  }
  .m-thumb-item-title {
    font-size: 1.9rem;
  }
  .m-thumb-media {
    margin-bottom: 10px;
  }
  .m-thumb-expanded .m-thumb-media {
    float: none;
    width: 95px;
    margin-right: 0;
    margin-bottom: 16px;
  }
  .m-thumb-expanded .m-thumb-text {
    margin-top: 12px;
  }
}
@media only screen and (min-width: 64em) {
  .m-thumb-item {
    width: 150px;
  }
  .m-thumb-media {
    margin-bottom: 20px;
  }
  .m-thumb-expanded .m-thumb-media {
    margin-bottom: 26px;
  }
  .m-thumb-expanded .m-thumb-text {
    margin-top: 20px;
  }
  .tpl-home .m-thumb-title {
    margin-top: -10px;
  }
}
/*newsletter*/
.m-newsletter button {
  display: inline-block;
  background: #b7995d;
  color: #ffffff;
  text-transform: uppercase;
  border: none;
  font-size: 1.4rem;
  height: 25px;
  line-height: 100%;
  padding: 0 15px;
  -webkit-transition: .3s;
  transition: .3s;
}
#rc_newsletter_preferedLanguage label {
  display: inline-block;
  margin-right: 2rem;
}
/* more */
.m-more {
  font-size-adjust: 0.5;
  font-weight: normal;
  font-style: normal;
  font-size: 1.4rem;
}
.m-more--discover {
  color: #B69961;
}
.m-more--infos {
  color: #5d676f;
}
.m-more-title {
  display: block;
  padding-top: 6px;
  padding-bottom: 10px;
}
.m-more-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.m-more-list-item {
  margin-top: 6px;
  padding-bottom: 10px;
}
.m-more-list-item:before {
  content: '- ';
}
/* Bouton More Post */
.m-btMorePost {
  position: relative;
  height: 60px;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
}
.m-btMorePost-lk {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}
.m-btMorePost-arrow {
  display: block;
  width: 22px;
  margin: 5px auto 0;
}
/* recette */
.m-recette-subtitle {
  display: block;
  text-decoration: underline;
}
.m-article-text,
.m-recette-ingredients p {
  margin: 20px 0 0 0;
}
.m-recette-ingredients {
  padding: 12px;
  background-color: #eef0f0;
  font-size: 15px;
}
.m-recette-ingredients p:first-child {
  margin-top: 0;
}
.m-recette blockquote {
  margin-left: 0;
}
@media only screen and (min-width: 64em) {
  .m-recette blockquote {
    margin-top: 0;
  }
  .m-recette-ingredients {
    float: left;
    width: 215px;
    margin-left: 0;
    margin-right: 20px;
  }
}
/* Contenu relatif */
@media only screen and (min-width: 48em) {
  .m-article-related {
    margin-left: 5rem;
    margin-right: 5rem;
  }
}
@media only screen and (min-width: 64em) {
  .m-article-related {
    margin-left: 5rem;
    margin-right: 20rem;
  }
}
.m-article-related-heading {
  margin-bottom: 1rem;
}
.m-article-related-card {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 48em) {
  .m-article-related-card {
    display: inline-block;
    vertical-align: top;
    padding: 1rem;
    width: 48%;
    -webkit-transition: .25s;
            transition: .25s;
  }
  .m-article-related-card:nth-child(even) {
    margin-right: 3%;
  }
  .m-article-related-card:hover {
    background: #eef0f0;
  }
}
.m-article-related-picture picture {
  display: block;
  height: 0;
  padding-bottom: 65%;
  overflow: hidden;
}
.m-article-related-tag {
  font-family: arial;
  font-weight: bold !important;
  font-style: normal;
  font-size: 1.2rem;
  line-height: 1rem;
  color: #b69961;
}
.m-article-related-link {
  text-decoration: underline;
  color: #bd9e56;
}
/* search */
.m-search {
  padding: 1rem;
}
.tpl-search .m-search-form {
  margin: 3rem auto;
}
@media only screen and (min-width: 48em) {
  .tpl-search .m-search-form {
    max-width: 80%;
  }
}
.tpl-search .m-search-form > label {
  display: block;
  margin-bottom: 1.5rem;
  font-family: PlantinMTStd-Bold;
  font-weight: normal;
  font-style: normal;
  font-size: 2.8rem;
  color: #bd9e56;
}
.tpl-search .m-search-form div {
  letter-spacing: -5px;
}
.tpl-search .m-search-form div button {
  padding: 1rem;
}
.tpl-search .m-search-form div .m-search-inputText {
  width: 90%;
  padding: 1rem;
  background: white;
  font-family: 'GoudyOldStyleMTW01-Ital', 'Times New Roman', Times, Georgia, serif;
  font-size: 1.8rem;
  outline: 0;
  border: 4px #eef0f0 solid;
}
.tpl-search .m-search-title,
.newsletter {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
}
.m-search-inputText {
  padding: 2px 6px;
  background-color: #eef0f0;
}
@media only screen and (min-width: 48em) {
  .tpl-search .m-card,
  .newsletter {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
/* Share */
.m-share {
  padding: .5rem;
  background: #ffffff;
  font-family: "PlantinMTStd-Bold", 'Andale Mono', monospace;
  font-size-adjust: 0.5;
  font-weight: normal;
  font-style: normal;
  font-size: 1.3rem;
  color: #5d676f;
  text-align: right;
}
.m-share-title {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 1.25rem;
}
.m-share-list {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  margin-left: 1rem;
  padding: 0;
  list-style: none;
}
.m-share-item {
  display: inline-block;
  margin-left: .5rem;
}
.m-share-item a {
  text-decoration: none;
}
.m-share .m-share-lk {
  display: inline-block;
  position: relative;
  text-decoration: none;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: #f0f0f0;
  -webkit-transition: .25s;
          transition: .25s;
}
.m-share .m-share-lk-twitter {
  background: #55acee;
}
.m-share .m-share-lk-facebook {
  background: #3b5999;
}
.m-share .m-share-lk-google-plus {
  background: #dd4b39;
}
.m-share .m-share-lk-pinterest {
  background: #bd081c;
}
.m-share .m-share-lk-linkedin {
  background: #0077b5;
}
.m-share .m-share-lk-mail {
  background: #202020;
}
.m-share .m-share-lk:hover {
  background: #bd9e56;
}
.m-share .m-share-lk .icon-rs {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #ffffff;
}
.m-share .m-share-lk-name {
  display: none;
}
.m-article .m-share {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 47.9em) {
  .m-article .m-share {
    text-align: center;
  }
  .m-article .m-share .m-share-title {
    display: block;
    margin-bottom: 1rem;
  }
}
@media only screen and (min-width: 48em) {
  .m-article .m-share {
    margin-top: 16px;
    margin-bottom: 20px;
  }
}
.m-article .m-share + .m-article-aside {
  display: block;
}
@media only screen and (min-width: 64em) {
  .m-share .m-share {
    font-size: 1.2rem;
  }
}
.m-banner-slider .swiper-wrapper  {
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
}
.m-banner-slider .swiper-slide {
  height: 0;
  -webkit-transition: .3s;
          transition: .3s;
}
.m-banner-slider .swiper-slide-prev,
.m-banner-slider .swiper-slide-active,
.m-banner-slider .swiper-slide-next {
  height: 100%;
}
.m-banner-pagination {
  position: absolute;
  right: 10px;
  top: 20px;
  z-index: 3;
}
@media only screen and (min-width: 48em) {
  .m-banner-pagination {
    bottom: 40px;
    top: auto;
  }
}
.m-banner-pagination .swiper-pagination-bullet {
  width: 1.25rem;
  height: 1.25rem;
  background: #ffffff;
  margin-left: .5rem;
  opacity: 1;
}
.m-banner-pagination .swiper-pagination-bullet-active {
  background: #bd9e56;
}
.m-article-breadcrumbs-list {
  padding-left: 0;
  margin-bottom: 0;
}
.m-article-breadcrumbs-item {
  list-style-type: none;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-right: 1rem;
  text-transform: uppercase;
  font-size: 1.25rem;
}
.m-article-breadcrumbs-item:after {
  content: ">";
  display: inline-block;
  vertical-align: middle;
  margin-left: 1rem;
}
.m-article-breadcrumbs-item:last-child:after {
  display: none;
}
.m-article-breadcrumbs-item a {
  color: #bd9e56;
  font-family: "PlantinMTStd-Bold";
  text-decoration: none;
}
.m-article-breadcrumbs-item a:hover {
  text-decoration: underline;
}
.m-aside {
  background: #eef0f0;
  padding: 1rem;
}
.m-aside-picture {
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.m-aside-title {
  display: block;
  margin-bottom: 1rem;
  font-family: PlantinMTStd-Bold;
  color: #41484e;
}
.m-aside-link {
  margin-top: 1.5rem;
  text-decoration: none;
}
/* Hotel header
      ========================================================================== */
.hotelHeader {
  position: relative;
  min-width: 770px;
  background-size: cover;
  background-position: 50%;
}
@media screen and (max-width: 760px) {
  .hotelHeader {
    min-width: 0;
  }
}
.hotelHeader .headings {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 760px) {
  .hotelHeader .headings {
    display: none;
  }
}
.hotelHeader .headings .mainTitle2 {
  display: block;
  margin: 0;
  background-color: #ffffff;
  font-family: 'Nobel', Arial, sans-serif;
  font-size: 3.5rem;
  color: #1c1c1b;
  padding: 1.2rem 1.5rem 1.2rem 4rem;
  line-height: 4.4rem;
  max-width: 60rem;
}
.hotelHeader .headings .mainTitle1 {
  display: inline-block;
  font-family: 'Times New Roman', Times;
  font-size: 1.8rem;
  margin: 0;
  padding: 0.6rem 1rem 0.6rem 4rem;
  background-color: #1c1c1b;
  color: #fff;
}
.hotelHeader .headings .mainTitle1.backEtablissement {
  -webkit-transition: 0.3s;
          transition: 0.3s;
  background: #41484e url(../../images/common/arrow-white-left-10x17.png) no-repeat 22px;
}
.hotelHeader .headings .mainTitle1 > span:nth-child(n+2):before {
  content: ", ";
}
.hotelHeader .workMessageInner {
  background: #1c1c1b;
  color: #ffffff;
  padding: 10px;
  font-size: 1.8rem;
  text-align: center;
  width: 100%;
  display: block;
}
.innerHotelHeader {
  max-width: 1440px;
  height: 100%;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 760px) {
  .innerHotelHeader {
    height: auto;
  }
  .innerHotelHeader figure {
    height: 240px;
  }
}
.innerHotelHeader .priceTag {
  position: absolute;
  right: 40px;
  bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 50rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.innerHotelHeader .priceTag .tag.planATripHolder {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  background: transparent;
}
.innerHotelHeader .priceTag .tag.planATripHolder .btn {
  width: 100%;
}
@media screen and (max-width: 760px) {
  .innerHotelHeader .priceTag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%;
    padding: 1rem;
    bottom: 10px;
    position: relative;
    right: 0;
    margin-left: auto;
  }
  .innerHotelHeader .priceTag * {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
  }
  .innerHotelHeader .priceTag .tag {
    padding: 0.5rem 1rem;
    padding-left: 0;
  }
  .innerHotelHeader .priceTag .tag.tagLabelOnly {
    height: 5rem;
    line-height: 5rem;
    width: 100vw;
  }
  .innerHotelHeader .priceTag .tag.planATripHolder {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.etablissementOpen {
  color: #05ac35;
}
.etablissementClose {
  color: #1c1c1b;
  font-family: 'Nobel', Arial, sans-serif;
}
.info-open-etab {
  font-size: 1.8rem !important;
  margin: 6px 0;
  line-height: 1.6rem;
  padding: 18px;
}
.info-open-etab.center {
  text-align: center;
}
.hotelHeader-img {
  min-height: 400px;
  max-height: 550px;
  width: 100%;
  height: 100%;
  opacity: 0;
}
/* Hotel tabs header
      ========================================================================== */
.hotelTabsHeader {
  margin-bottom: 5rem;
}
@media screen and (max-width: 760px) {
  .hotelTabsHeader {
    margin-bottom: 2rem;
  }
}
.hotelTabsHeader .title {
  font-family: 'Nobel', Arial, sans-serif;
  font-size: 3.5rem;
  color: #1c1c1b;
  font-weight: 400;
  line-height: 1.1;
  text-decoration: none;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 760px) {
  .hotelTabsHeader .title {
    font-size: 3.6rem;
    line-height: .9;
  }
}
@media screen and (max-width: 760px) {
  .hotelTabsHeader .title {
    line-height: 0.9;
  }
}
.hotelTabsHeader .title .location {
  font-size: 60%;
}
.hotelTabsHeader .hotelTabsHeaderTitle {
  float: left;
}
.hotelTabsHeader .hotelTabsHeaderTitle .mainTitle2 {
  font-family: 'Nobel', Arial, sans-serif;
  font-size: 3.5rem;
  color: #1c1c1b;
}
@media screen and (max-width: 760px) {
  .hotelTabsHeader .hotelTabsHeaderTitle {
    padding-right: 23px;
    text-align: center;
  }
}
.hotelTabsHeader .hotelTabsHeaderTitle .addFavorite {
  display: block;
  margin-top: 10px;
}
@media screen and (max-width: 760px) {
  .hotelTabsHeader .hotelTabsHeaderTitle .addFavorite {
    position: absolute;
    top: -5px;
    right: -5px;
    left: auto;
    width: 30px;
    height: 30px;
    overflow: hidden;
    margin: 0;
  }
  .hotelTabsHeader .hotelTabsHeaderTitle .addFavorite span {
    display: none;
  }
}
.hotelTabsHeader .capacity {
  text-transform: uppercase;
  color: #1c1c1b;
  font-size: 1.4rem;
  float: right;
  margin: 30px 30px 0 0;
}
@media screen and (max-width: 760px) {
  .hotelTabsHeader .capacity {
    float: left;
    margin-top: 15px;
  }
}
/* Hotel infomation
      ========================================================================== */
.hotelSubHeading {
  font-family: 'Times New Roman', Times;
  font-size: 3.5rem;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;
  text-decoration: none;
  color: #1c1c1b;
  font-size: 3rem;
  margin-bottom: 2.5rem;
}
.hotelSubHeading span {
  font-family: 'Nobel', Arial, sans-serif;
  font-size: 1.8rem;
  color: #1c1c1b;
  font-weight: 700;
  text-decoration: none;
  margin: 1rem 0;
  font-size: 1.6rem;
  color: #bd9e56;
  font-style: italic;
  display: block;
  margin-top: 10px;
}
.hotelInformation {
  margin-bottom: 20px;
}
.hotelInformation img {
  max-width: 100%;
  max-height: 200px;
}
@media screen and (max-width: 760px) {
  .hotelInformation img {
    display: block;
    margin: 0 auto 20px;
  }
}
.hotelInformation a {
  color: #bd9e56;
}
.hotelInformation a:hover {
  text-decoration: none;
}
@media screen and (max-width: 760px) {
  .hotelInformation .col-1-2 {
    width: 100%;
    display: block;
  }
}
/* Advertising-box
      =============================================== */
.adPlaceholder {
  padding: 0;
  height: 150px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  font-family: Arial, sans-serif;
  background: #ddcfb2;
}
.adPlaceholder div {
  margin: 0 auto;
  width: 900px;
}
.adPlaceholder div img {
  width: 900px;
}
@media screen and (max-width: 1024px) {
  .adPlaceholder {
    display: none;
  }
}
/* Advertising-box
      =============================================== */
.partPlaceholder {
  padding: 0;
  height: 180px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  font-family: Arial, sans-serif;
  background: #ddcfb2;
  margin: 5rem 0;
}
.partPlaceholder div {
  margin: 0 auto;
  width: 100%;
}
.partPlaceholder div img {
  max-width: 100%;
}
@media screen and (max-width: 1024px) {
  .partPlaceholder {
    display: none;
  }
}
/* Redisign Tabs
      =============================================== */
.qualitelis-lastComment {
  border: 1px solid #eef0f0;
  margin-top: 2em;
  padding: 1em 1.8em;
  font-family: 'Nobel Book', Arial, sans-serif;
}
.qualitelis-lastComment span {
  margin: 0 !important;
  display: block;
  font-family: 'Times New Roman', Times;
  font-size: 1.6rem;
  line-height: 1.2em;
  margin-bottom: 15px;
}
.qualitelis-lastComment .titleComment {
  margin: 0;
  font-size: 2rem;
  line-height: 1.2em;
  font-family: 'Times New Roman', Times;
  font-weight: normal;
}
.qualitelis-lastComment a {
  font-family: 'Nobel', Arial, sans-serif;
  display: inline-block;
  text-decoration: underline;
}
@media screen and (max-width: 1024px) {
  .propertyHotelActivity {
    width: 100%;
  }
}
.propertyStaticMap {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
@media screen and (max-width: 1024px) {
  .propertyStaticMap {
    width: 100%;
    margin-top: 2em;
    margin-bottom: 2em;
  }
}
.propertyStaticMap .location-mapStatic {
  position: relative;
  min-height: 100px;
}
@media screen and (max-width: 1024px) {
  .propertyStaticMap .location-mapStatic {
    margin-top: 0;
  }
}
.propertyStaticMap .location-mapStatic img {
  width: 100%;
}
.propertyStaticMap .location-mapStatic .cta {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  padding: 0 20px;
  text-align: center;
  z-index: 9;
}
.propertyStaticMap .location-mapStatic .cta a {
  background-color: #1c1c1b;
  color: #fff;
}
.propertyStaticMap .location-mapStatic .cta a:hover {
  background-color: #fff;
  color: #1c1c1b;
}
#tabProperty .activity-title {
  border-left: 3px solid #bd9e56;
  padding-left: 0.5rem;
  text-transform: uppercase;
}
#tabProperty .activity-hotel {
  margin: 0;
  padding: 0;
  padding-left: 1rem;
}
#tabProperty .activity-hotel ul {
  text-align: inherit;
}
#tabProperty .activity-hotel ul li {
  display: block;
}
#tabProperty .activity-hotel a {
  text-align: inherit;
}
#tabGoodToKnow .hotelTabsHeaderTitle {
  color: #1c1c1b;
}
#tabGoodToKnow .hotelTabsHeaderTitle h3 {
  color: #1c1c1b;
  font-family: 'Nobel', Arial, sans-serif;
  font-size: 3.5rem;
}
#tabGoodToKnow .bannerLinkMap {
  right: 10px;
}
@media screen and (max-width: 760px) {
  #tabGoodToKnow .bannerLinkMap {
    right: 0;
  }
}
#tabGoodToKnow .activity-hotel {
  padding: 2em 1em 2em;
  box-shadow: 1px 1px 7px 0px rgba(28, 28, 27, 0.35);
}
#tabGoodToKnow .activity-hotel a {
  display: none;
}
#tabGoodToKnow .activity-hotel ul {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}
@media screen and (max-width: 760px) {
  #tabGoodToKnow .activity-hotel ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#tabGoodToKnow .activity-hotel ul li {
  width: 20%;
  text-align: center;
}
@media screen and (max-width: 760px) {
  #tabGoodToKnow .activity-hotel ul li {
    margin: 5px;
  }
}
#tabGoodToKnow .propertyStaticMap .location-mapStatic {
  margin-top: 2em;
}
@media screen and (max-width: 760px) {
  #tabGoodToKnow .slideItemEtab.pushItemSlider .pushItem .img {
    height: 140px;
  }
}
.strongText {
  font-family: 'Nobel', Arial, sans-serif;
  font-size: 1.8rem;
  color: #bd9e56;
}
ul.annualClosing {
  padding-left: 20px;
}
ul.annualClosing li {
  font-family: 'Nobel Book', Arial, sans-serif;
}
ul.annualClosing li .fontNobel {
  font-family: 'Nobel', Arial, sans-serif;
}
ul.annualClosing li .dash:nth-last-child(n+2)::after {
  content: '-';
}
.propertyHotelActivity {
  padding-left: 0;
}
@media screen and (max-width: 1024px) {
  .propertyHotelActivity {
    width: 100%;
  }
}
.activity-hotel {
  padding: 2em 1em 0.5em;
  margin: 2em 0 1em 0;
}
@media screen and (min-width: 1025px) {
  .activity-hotel {
    margin-top: 2em;
  }
}
.activity-hotel ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .activity-hotel ul {
    text-align: left;
  }
}
.activity-hotel ul li {
  list-style: none;
  display: inline-block;
  font-family: 'Nobel Book', Arial, sans-serif;
}
@media screen and (max-width: 760px) {
  .activity-hotel ul li {
    display: block;
  }
}
.activity-hotel a {
  display: block;
  text-align: right;
  color: #bd9e56;
  text-decoration: underline;
}
.closestRelais {
  margin: 2em 0;
}
.closestRelais ul li {
  padding: 2px 0;
  color: #1c1c1b;
  font-family: 'Nobel', Arial, sans-serif;
  font-size: 1.6rem;
}
.closestRelais ul .name {
  margin-right: 5px;
}
.closestRelais ul .dash {
  text-decoration: none;
  margin-right: 5px;
}
.closestRelais ul .type {
  text-decoration: none;
  color: #bd9e56;
}
.closestRelais ul .dist {
  float: right;
  text-decoration: none;
}
.closestRelais img {
  width: 100%;
  max-height: 145px;
  padding: 1.2em;
}
.closestRelais .leftProperty {
  min-height: 145px;
}
@media screen and (max-width: 760px) {
  .closestRelais .leftProperty {
    width: 100%;
  }
  .closestRelais .leftProperty ul {
    padding: 0 2em;
  }
}
@media screen and (max-width: 760px) {
  .closestRelais .rightProperty {
    width: 100%;
  }
  .closestRelais .rightProperty img {
    padding: 1.2em;
  }
}
@media screen and (max-width: 760px) {
  .closestRelais h3,
  .closeProperty h3 {
    text-align: left;
  }
}
@media screen and (max-width: 760px) {
  .closestRelais,
  .closeProperty {
    width: 100%;
  }
}
.closestRelais ul,
.closeProperty ul {
  margin-right: 4em;
}
@media screen and (max-width: 760px) {
  .closestRelais ul,
  .closeProperty ul {
    width: 100%;
  }
}
.closestRelais ul li,
.closeProperty ul li {
  font-family: 'Nobel Book', Arial, sans-serif;
  font-size: 1.6rem;
}
.closeProperty {
  margin-top: 2em;
}
@media screen and (max-width: 760px) {
  .closeProperty {
    margin-bottom: 2em;
  }
}
.closeProperty ul {
  list-style-type: none;
  padding-left: 0;
}
.closeProperty ul li {
  color: #1c1c1b;
  text-decoration: inherit;
}
.closeProperty ul .type {
  float: left;
  text-decoration: none;
  font-style: italic;
  color: #bd9e56;
}
.closeProperty ul .dist {
  float: right;
  text-decoration: none;
}
.closeProperty .leftProperty {
  min-height: 150px;
}
@media screen and (max-width: 760px) {
  .closeProperty .leftProperty {
    width: 100%;
  }
  .closeProperty .leftProperty ul {
    padding: 0 2em;
  }
}
.closeProperty .rightProperty h3 {
  font-size: 3.5rem;
  color: #1c1c1b;
}
@media screen and (max-width: 760px) {
  .closeProperty .rightProperty {
    width: 100%;
    height: 150px;
  }
}
.closeProperty .showProperty {
  text-align: right;
}
@media screen and (max-width: 760px) {
  .closeProperty .showProperty {
    text-align: center;
  }
}
.slideItemEtab.pushItemSlider {
  padding: 2em;
}
.slideItemEtab.pushItemSlider .slick-slide {
  position: relative;
  padding-right: 1px;
  right: -1px;
}
.slideItemEtab.pushItemSlider h4 a {
  color: #1c1c1b;
  font-family: 'Nobel', Arial, sans-serif;
  text-decoration: none;
  font-style: normal;
}
.slideItemEtab.pushItemSlider .content-img {
  padding-right: 0;
}
.slideItemEtab.pushItemSlider .legal {
  font-family: 'Nobel', Arial, sans-serif;
  font-size: 1.2rem;
  color: #aeb3b7;
  margin: 0;
}
.slideItemEtab.pushItemSlider .slick-dots {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: -webkit-calc(40rem / 10);
  height: calc(40rem / 10);
  margin: 0;
  bottom: 20px;
}
@media screen and (max-width: 760px) {
  .slideItemEtab.pushItemSlider .slick-dots {
    width: 40%;
    left: 30%;
  }
}
.slideItemEtab.pushItemSlider .slick-dots li {
  line-height: 0;
}
.slideItemEtab.pushItemSlider .slick-prev {
  background: #1c1c1b;
  display: inline-block;
  position: absolute;
  bottom: 10px;
  left: 36%;
  top: inherit;
  float: inherit;
  border-radius: 50%;
}
@media screen and (max-width: 760px) {
  .slideItemEtab.pushItemSlider .slick-prev {
    left: 5%;
  }
}
.slideItemEtab.pushItemSlider .slick-next {
  background: #1c1c1b;
  display: inline-block;
  position: absolute;
  bottom: 10px;
  right: 36%;
  top: inherit;
  border-radius: 50%;
  float: inherit;
}
@media screen and (max-width: 760px) {
  .slideItemEtab.pushItemSlider .slick-next {
    right: 5%;
  }
}
.slideItemEtab.pushItemSlider .pushItem .pushItemDesc {
  padding: 0;
  font-family: 'Nobel Book', Arial, sans-serif;
}
.slideItemEtab.pushItemSlider .pushItem .img {
  overflow: inherit;
  height: 140px;
}
@media screen and (max-width: 760px) {
  .slideItemEtab.pushItemSlider .pushItem .img {
    height: 270px;
  }
}
.slideItemEtab.pushItemSlider .bottom-pushItem {
  display: table;
}
.slideItemEtab.pushItemSlider .bottom-pushItem .col-1-2 {
  display: table-cell;
}
@media screen and (max-width: 760px) {
  .slideItemEtab.pushItemSlider .bottom-pushItem .legalContent {
    width: 100%;
    display: block;
  }
}
.priceContent {
  vertical-align: bottom;
  text-align: right;
}
@media screen and (max-width: 760px) {
  .priceContent {
    width: 100%;
    display: block;
    text-align: center;
  }
}
#tabNews .news-empty {
  text-align: center;
  padding: 2em;
  margin-top: -8%;
}
#tabNews h4 {
  font-size: 2.6rem;
  padding-bottom: 1rem;
}
#tabNews .propertyStaticMap .location-mapStatic {
  margin-top: 0em;
  min-height: 100px;
}
#tabNews .slideItemEtab.pushItemSlider {
  background: #fff;
  margin-top: 2rem;
}
#tabNews .date {
  color: #bd9e56;
  font-weight: bold;
}
#tabNews .mag img {
  width: 100%;
}
#tabNews .mag .img-mag {
  vertical-align: middle;
  width: 50%;
}
@media screen and (max-width: 760px) {
  #tabNews .mag .img-mag {
    width: 100%;
  }
}
#tabNews .mag h4 {
  font-family: Arial, sans-serif;
  font-weight: bold;
  color: #bd9e56;
}
#tabNews .mag h4 a {
  font-family: "PlantinMTStd-Bold";
  color: #41484e;
}
#tabNews .mag p {
  margin: 0;
  font-family: "Apercu Light", Calibri, Roboto, sans-serif;
}
#tabNews .m-card-tags img {
  width: 60%;
}
#tabNews .m-card-tags {
  padding-top: 0px;
}
#tabNews .m-card-tags a {
  font-style: normal;
  text-decoration: none;
}
#tabNews .m-card-tags .m-card-tags-page {
  color: #41484e;
}
#tabNews .m-card-tags .m-card-tags-section,
#tabNews .m-card-tags .m-card-tags-autor {
  color: #bd9e56;
}
#tabNews .m-card-tags > a > span:not(.m-card-tags-section):after {
  content: '';
}
#tabNews .hrGray {
  padding: 0;
  margin: 10px 0;
}
.middle-img {
  vertical-align: middle;
}
@media screen and (max-width: 760px) {
  .etablissement-services-content .row [class*='col-'] {
    width: 100%;
  }
}
.etablissement-services-content .title-category {
  color: #1c1c1b;
  font-family: 'Nobel', Arial, sans-serif;
  font-weight: bold;
  border-left: 3px solid #bd9e56;
  padding-left: 0.6rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
.etablissement-services-content .service-content {
  padding: 10px;
}
.etablissement-services-content .service-content.is-important {
  background: #eef0f0;
  color: #0a0;
  font-weight: bold;
}
.etablissement-services-content .service-content.is-important .title-category {
  color: #0a0;
}
.etablissement-services-content .service-content.is-important ul span {
  font-weight: normal;
}
.etablissement-services-content .service-content ul {
  margin: 0 0 10px;
  padding-left: 1rem;
}
.etablissement-services-content .service-content ul li {
  font-family: 'Nobel Book', Arial, sans-serif;
  list-style-type: none;
}
.etablissement-services-content .service-content ul li span {
  color: #bd9e56;
}
#tabNews .news .slideItemEtab.pushItemSlider .pushItem .img,
#tabNews .event .slideItemEtab.pushItemSlider .pushItem .img {
  height: 270px;
}
#tabNews .news .pushItem.row,
#tabNews .event .pushItem.row {
  margin-bottom: 4%;
  padding: 5px 0;
}
@media screen and (max-width: 760px) {
  #tabNews .news .pushItem.row,
  #tabNews .event .pushItem.row {
    margin-bottom: 10%;
  }
}
#tabNews .news .pushItemDesc h4 {
  font-size: 3.5rem;
}
#tabNews .mag .pushItem.row {
  margin-bottom: 4%;
}
@media screen and (max-width: 760px) {
  #tabNews .mag .pushItem.row {
    margin-bottom: 10%;
  }
}
#tabNews .m-card-tags-page,
#tabNews .m-card-tags-section,
#tabNews .m-card-tags-autor {
  font-weight: 500;
  font-family: PlantinStd-BoldCondensed;
}
/* Ico Activities Services */
.etablissement-services-content [class*='ico-'] {
  background: url(../../images/activities/sprite.png) no-repeat center center;
  text-indent: -9999px;
  margin: 0 5px 5px 0;
  width: 20px;
  height: 20px;
  display: block;
  float: left;
}
.etablissement-services-content .ico-family {
  background-position: -55px 0px;
}
.etablissement-services-content .ico-hand {
  background-position: -55px -25px;
}
.etablissement-services-content .ico-pets {
  background-position: -80px -50px;
}
.etablissement-services-content .ico-language {
  background-position: -5px -50px;
}
.etablissement-services-content .ico-park {
  background-position: -30px -50px;
}
.etablissement-services-content .ico-general {
  background-position: -5px -25px;
}
.etablissement-services-content .ico-nosmoke {
  background-position: -55px -75px;
}
.etablissement-services-content .ico-clim {
  background-position: -5px 0px;
}
.etablissement-services-content .ico-web {
  background-position: -80px -25px;
}
.etablissement-services-content .ico-roomservice {
  background-position: -5px -75px;
}
.etablissement-services-content .ico-pool {
  background-position: -30px -100px;
}
.etablissement-services-content .ico-payment {
  background-position: -55px -50px;
}
.etablissement-services-content .ico-cook {
  background-position: -30px 0px;
}
.etablissement-services-content .ico-spa {
  background-position: -80px -75px;
}
.etablissement-services-content .ico-golf {
  background-position: -30px -25px;
}
.etablissement-services-content .ico-activities {
  background-position: -5px -100px;
}
.etablissement-services-content .ico-seminar {
  background-position: -30px -75px;
}
.etablissement-services-content .ico-fit {
  background-position: -80px 0px;
}
.popin-qualitelis-footer .qualitelis-reviewsLink {
  text-align: right;
  margin-top: -1rem;
}
.listRDB {
  margin-bottom: 2rem;
}
/* ==========================================================================
   PAGE HOTEL - PROPERTY TAB
   ========================================================================== */
/* Property description
   ========================================================================== */
.propertyDesc {
  padding-bottom: 4.0rem;
}
.propertyDesc .propertyIntroCol2 p:first-child {
  margin-top: 0;
}
@media screen and (max-width: 760px) {
  .propertyImg {
    width: 100%;
    display: block;
  }
}
.propertyImg img {
  max-width: 100%;
}
.propertyInfo {
  padding-left: 2.0rem;
}
@media screen and (max-width: 760px) {
  .propertyInfo {
    width: 100%;
    display: block;
    padding-left: 0;
    text-align: center;
  }
  .propertyInfo > div {
    text-align: left;
  }
}
.propertyInfo__contact {
  display: none;
}
.restaurant-discover .propertyInfo__contact {
  padding-left: 3rem;
}
.propertyInfo .tripAdvisor .title,
.propertyInfo .qualitelis .title {
  font-family: 'Nobel', Arial, sans-serif;
  font-size: 1.8rem;
  color: #1c1c1b;
  font-weight: 700;
  text-decoration: none;
  margin: 1rem 0;
  font-size: 1.6rem;
  border-bottom: 1px solid #eef0f0;
  text-transform: uppercase;
  padding-bottom: 5px;
}
.propertyInfo .propertyFeatures .feature {
  margin: 2.0rem 0 3.6rem;
}
.propertyInfo .propertyFeatures .title {
  font-size: 1.4rem;
  text-transform: uppercase;
  border-left: 3px solid #bd9e56;
  padding-left: 0.5rem;
}
.propertyInfo .propertyFeatures ul {
  list-style-type: none;
  padding: 0 0 0 0.5rem;
}
.propertyInfo .propertyFeatures li {
  font-family: 'Nobel', Arial, sans-serif;
  font-size: 1.4rem;
  line-height: 1.2em;
  margin-bottom: .5rem;
}
.propertyInfo .propertyFeatures a {
  color: #bd9e56;
  font-style: italic;
}
.propertyInfo .propertyFeatures a:hover {
  text-decoration: none;
}
.propertyInfo .moreInfo {
  margin-top: 3.6rem;
}
.propertyInfo .moreInfo a {
  color: #bd9e56;
  font-style: italic;
}
.propertyInfo .moreInfo a:hover {
  text-decoration: none;
}
.qualitelis {
  margin-bottom: 2rem;
}
.qualitelis .title {
  margin-bottom: 10px;
}
.qualitelis-icons {
  margin-right: 10px;
}
.qualitelis-icons .rate button {
  padding: 0;
  width: 9px;
  overflow: hidden;
  height: 18px;
  /* Safari 10.1 */
}
.qualitelis-icons .rate button:nth-child(2n) {
  margin-right: 2px;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (not (stroke-color:transparent)) {
    :nth-child(2n+1) {
      margin-right: -0.2px;
    }
  }
}
.qualitelis-icons .rate button:nth-child(2n+1) .icon {
  margin-left: -8px;
}
.qualitelis-icons .rate .icon {
  width: 18px;
  height: 18px;
}
.qualitelis-pinned {
  font-size: 2rem;
  line-height: 1.2em;
  font-family: 'GoudyOldStyleMTW01-Ital', 'Times New Roman', Times, Georgia, serif;
}
.qualitelis-reviewsLink {
  display: block;
}
/* Property Booking Nav
   ========================================================================== */
.propertyBookingNav {
  background: #ffffff;
  border-top: 0.1rem solid #1c1c1b;
  border-bottom: 0.1rem solid #1c1c1b;
}
.propertyBookingNav.will-stick {
  top: -webkit-calc(6rem);
  top: calc(6rem);
  width: 100%;
  left: 0;
  height: 60px;
}
.propertyBookingNav.will-stick.fixedsticky-off-transition-bottom {
  position: static;
}
@media screen and (max-width: 1024px) {
  .propertyBookingNav.will-stick {
    height: 40px;
  }
}
.propertyBookingNav ul {
  margin: 0 auto;
  max-width: 1440px;
  padding: 0;
  list-style: none;
  height: 60px;
  text-align: center;
  font-size: 0;
}
@media screen and (max-width: 1024px) {
  .propertyBookingNav ul {
    padding-left: 0;
    height: 40px;
  }
}
.propertyBookingNav li {
  display: inline-block;
  vertical-align: bottom;
  border-left-color: #ffffff;
  -webkit-transition: background .3s;
          transition: background .3s;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .propertyBookingNav li {
    width: 25%;
  }
  .propertyBookingNav li a {
    font-size: 1.4rem;
    line-height: 2rem;
    padding: 1rem 10%;
  }
}
.propertyBookingNav .is-bigRow {
  width: 20%;
}
.propertyBookingNav .is-bigRow a {
  padding-top: 1rem;
  padding-bottom: 1rem;
  line-height: 2rem;
}
@media screen and (max-width: 1240px) {
  .propertyBookingNav .is-bigRow a {
    font-size: 2.2rem;
    padding: 1rem 2rem;
  }
}
.propertyBookingNav a {
  color: #1c1c1b;
  display: block;
  padding: 1.5rem 3.0rem;
  text-decoration: none;
  font-family: 'Nobel', Arial, sans-serif;
  font-size: 2.4rem;
  line-height: 3rem;
  -webkit-transition: color .3s;
          transition: color .3s;
}
.propertyBookingNav .active {
  height: 60px;
}
@media screen and (max-width: 1024px) {
  .propertyBookingNav .active {
    height: 40px;
  }
}
.propertyBookingNav .active:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  width: 1.2rem;
  border: solid transparent;
  border-top-color: #1c1c1b;
  height: 1rem;
  margin: 0 auto;
  border-width: 1rem .8rem;
}
@media screen and (max-width: 1024px) {
  .propertyBookingNav .active:before {
    width: .6rem;
    height: .5rem;
    border-width: .5rem .4rem;
  }
}
.propertyBookingNav .active a {
  background: transparent;
  color: #bd9e56;
  cursor: default;
}
.propertyBookingNav li:hover a {
  color: #bd9e56;
}
/* Booking tabs
   ========================================================================== */
.propertyBookingTab {
  position: relative;
  margin-top: 5.5rem;
  /*
  &.bookStayTab .tabMainContent{
    margin-top: -4rem;
  }
  @media @device-s-max {
    &.bookStayTab .tabMainContent{
      margin-top: 0;
    }
  }*/
}
.propertyBookingTab .tableCell {
  /*display: table;
      width: 100%;*/
}
.propertyBookingTab .tableCell:after,
.propertyBookingTab .tableCell:before {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.propertyBookingTab .tableCell:after {
  clear: both;
}
.propertyBookingTab:after,
.propertyBookingTab:before {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.propertyBookingTab:after {
  clear: both;
}
.propertyBookingTab.giftTab .tableCell {
  text-align: center;
  margin-bottom: 1rem;
}
.propertyBookingTab.giftTab .tableCell .btn.btnGold {
  background-color: #1c1c1b;
  color: #ffffff;
}
.propertyBookingTab.giftTab .tableCell .btn.btnGold:after {
  left: -webkit-calc(100% - 2rem);
  left: calc(100% - 2rem);
}
.propertyBookingTab.giftTab .tableCell .btn.btnGold:hover {
  background-color: #ffffff;
  color: #1c1c1b;
  border: 1px solid #1c1c1b;
}
@media screen and (max-width: 760px) {
  .propertyBookingTab {
    margin-top: 0;
  }
}
.propertyBookingTab .tabMainContent {
  float: right;
  width: -webkit-calc(100% - 23rem);
  width: calc(100% - 23rem);
  min-height: 350px;
}
.propertyBookingTab .tabMainContent h5 {
  font-family: 'Nobel', Arial, sans-serif;
  font-size: 2.4rem;
}
@media screen and (max-width: 1024px) {
  .propertyBookingTab .tabMainContent {
    float: none;
    width: 100%;
  }
}
.propertyBookingTab.is-hidden {
  display: none;
}
.propertyBookingTab .hotelGiftsList {
  text-align: center;
}
html.flexbox .propertyBookingTab .hotelGiftsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 901px) and (max-width: 1024px) {
  html.flexbox .propertyBookingTab .hotelGiftsList {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.propertyBookingTab .hotelGiftsHeading {
  text-align: center;
  margin-bottom: 2.4rem;
}
html.no-csspointerevents .propertyBookingTab .propertyBookingLoadingZone {
  height: 1px;
}
html.no-csspointerevents .propertyBookingTab .propertyBookingLoadingZone .will-stick {
  height: 1px;
}
/* Tabs view by
   ========================================================================== */
.tabViewBy h5 {
  font-family: 'Nobel', Arial, sans-serif;
  color: #1c1c1b;
  font-size: 1.8rem;
}
.tabViewBy.is-hidden {
  display: none;
}
/* Tab : Book a stay
   ========================================================================== */
.propertyBookingTabTitle {
  font-family: 'Times New Roman', Times;
  font-size: 3.5rem;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;
  text-decoration: none;
  color: #1c1c1b;
  font-size: 3rem;
}
/* Book a stay - Filters
   ========================================================================== */
.propertyBookingTabTitle {
  font-family: 'Nobel', Arial, sans-serif;
  font-size: 2.4rem;
  color: #1c1c1b;
}
.propertyListRoomsTools {
  float: right;
  margin-bottom: -4rem;
  position: relative;
  color: #1c1c1b;
}
@media screen and (min-width: 1025px) and (max-width: 1240px) {
  .propertyListRoomsTools {
    margin-left: 23rem;
  }
}
@media screen and (max-width: 1240px) {
  .propertyListRoomsTools {
    float: none;
    text-align: center;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 760px) {
  .propertyListRoomsTools {
    margin-bottom: 3rem;
    border: 1px solid #5d676f;
    border-left: 0;
    border-right: 0;
    padding: 10px;
  }
}
.propertyListRoomsTools .label {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-family: 'Nobel', Arial, sans-serif;
  margin: 0 1.0rem 0 1.4rem;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 760px) {
  .propertyListRoomsTools .label {
    margin-left: 0;
  }
  .propertyListRoomsTools .label:first-child {
    margin-bottom: 20px;
  }
}
.propertyListRoomsTools .sortBy {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 760px) {
  .propertyListRoomsTools .sortBy {
    margin-bottom: 25px;
  }
}
.propertyListRoomsTools .sortBy span {
  display: inline-block;
  vertical-align: middle;
  height: 4.1rem;
  width: 4.1rem;
  border-radius: 50%;
  background: #d9dbdd;
  position: relative;
  cursor: pointer;
  margin-right: .6rem;
}
.propertyListRoomsTools .sortBy span.active {
  background: #1c1c1b;
  cursor: default;
}
.propertyListRoomsTools .sortBy span:hover {
  background: #5d676f;
}
.propertyListRoomsTools .sortBy span:before {
  content: '';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-right: 4px solid #ffffff;
  border-bottom: 4px solid #ffffff;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
}
.propertyListRoomsTools .sortBy span:first-child:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 5px;
}
.propertyListRoomsTools .sortBy span:last-child:before {
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
  top: 15px;
}
@media screen and (max-width: 760px) {
  .propertyListRoomsTools .sortBy span {
    width: 40px;
    height: 40px;
  }
  .propertyListRoomsTools .sortBy span:first-child:before,
  .propertyListRoomsTools .sortBy span:last-child:before {
    top: 1.3rem;
    margin-left: -1rem;
    border-bottom-width: 1rem;
    border-right-width: 1rem ;
    border-left-width: 1rem;
  }
  .propertyListRoomsTools .sortBy span:last-child:before {
    top: 1.6rem;
    border-top-width: 1rem ;
    border-bottom-width: 0;
  }
}
.propertyListRoomsTools .viewBy {
  display: inline-block;
  vertical-align: middle;
}
.propertyListRoomsTools .viewBy span {
  display: inline-block;
  height: 4.0rem;
  padding: 0 2.0rem;
  font-family: 'Nobel', Arial, sans-serif;
  font-size: 1.8rem;
  line-height: 4.0rem;
  margin-left: -0.3rem;
  cursor: pointer;
  -webkit-transition: .3s;
          transition: .3s;
}
.propertyListRoomsTools .viewBy span:hover {
  background: #1c1c1b;
  color: #ffffff;
}
.propertyListRoomsTools .viewBy span.active {
  background: #bd9e56;
  color: #ffffff;
  cursor: default;
}
.propertyVillaDetails {
  margin: 1rem 0;
  position: relative;
  line-height: 2.3rem;
  font-family: 'Nobel Book', Arial, sans-serif;
}
.propertyVillaDetails:after,
.propertyVillaDetails:before {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.propertyVillaDetails:after {
  clear: both;
}
.propertyVillaDetails p {
  margin-top: 0;
}
.propertyVillaDetails .linkDetail {
  text-decoration: underline;
  font-style: italic;
  color: #bd9e56;
  cursor: pointer;
}
.propertyVillaDetails .linkDetail:hover {
  text-decoration: none;
}
.propertyVillaDetails .villaFeatures {
  float: left;
  width: 50%;
  margin: 0 10% 20px 0;
}
@media screen and (max-width: 1240px) {
  .propertyVillaDetails .villaFeatures {
    width: 100%;
    margin-right: 0;
  }
}
.propertyVillaDetails .villaFeatures strong {
  text-transform: uppercase;
  font-family: 'Nobel', Arial, sans-serif;
}
.propertyVillaDetails .villaFeatures .learnMore {
  display: block;
  text-align: right;
  color: #bd9e56;
  font-family: 'Nobel Book', Arial, sans-serif;
  font-weight: 400;
  width: 100%;
}
.propertyVillaDetails .villaFeatures .learnMore .more,
.propertyVillaDetails .villaFeatures .learnMore .less {
  font-style: normal;
  color: #bd9e56;
  text-decoration: underline;
}
.propertyVillaDetails .villaFeatures .learnMore .more:hover,
.propertyVillaDetails .villaFeatures .learnMore .less:hover {
  cursor: pointer;
  text-decoration: underline;
}
.propertyVillaDetails .villaFeatures .learnMore .less {
  display: none;
}
.propertyVillaDetails .villaFeatures .rc-ViewProperty__description ul {
  padding-left: 18px;
}
.propertyVillaDetails .villaAddress {
  float: left;
  width: 40%;
  margin-bottom: 10px;
}
@media screen and (max-width: 1240px) {
  .propertyVillaDetails .villaAddress {
    width: 100%;
  }
}
.villaHeadDesc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 3rem;
}
.villaHeadDesc .capacity {
  text-transform: uppercase;
}
.discoverVilla {
  margin-bottom: 10px;
}
/* Tab Book a stay - Rate rooms list
   ========================================================================== */
.tabViewByRates .propertyRate {
  margin: 2.0rem 0 0 0;
}
.propertyRateRoomsContent {
  border-left: 0.7rem solid #bd9e56;
  display: none;
}
.propertyRateRoomsContent.is-opened {
  display: block;
}
.propertyRateRoomsContent .propertyRoom {
  padding-left: 1.3rem;
}
.videoTitle {
  text-transform: none;
}
/* Tab property
   ========================================================================== */
/* lié au hinclude */
#etablissement-room-list,
#dmc-inner-hotel {
  min-height: 400px;
}
.villaPage .mainTitle4 {
  font-weight: normal;
  margin: 3rem 0 1rem;
  position: relative;
}
.villaPage .rc-PassportCard__manage {
  display: inline-block;
  position: absolute;
  top: -4px;
  margin-left: 1rem;
}
@media screen and (max-width: 1024px) {
  .villaPage .rc-PassportCard__manage {
    position: initial;
  }
}
.villaPage .col-2-3 {
  padding-right: 3rem;
}
@media screen and (max-width: 900px) {
  .villaPage .col-2-3 {
    padding-right: 0;
  }
}
.villaPage .rc-ViewProperty__experience {
  padding: 0 2px 2rem;
  display: inline-block;
  width: 49.7%;
  vertical-align: top;
}
@media screen and (max-width: 900px) {
  .villaPage .rc-ViewProperty__experience {
    width: 100%;
  }
}
.villaPage .rc-ViewProperty__experience .carouselTitleExperience {
  font-family: 'Nobel Book', Arial, sans-serif;
  font-weight: 400;
  display: block;
  text-align: left;
  font-size: 1.8rem;
}
.villaPage .rc-ViewProperty__experience a {
  color: #bd9e56;
  display: block;
  text-align: right;
  text-decoration: underline;
  margin-right: 5px;
  font-size: 1.6rem;
  margin-top: 1rem;
}
.villaPage .rc-ViewProperty__experience .slick-slider {
  margin-bottom: 10px;
}
.villaPage .rc-ViewProperty__otherVillas {
  padding: 0 2px 2rem;
  display: inline-block;
  width: 33%;
  vertical-align: top;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .villaPage .rc-ViewProperty__otherVillas {
    width: 100%;
  }
}
.villaPage .rc-ViewProperty__otherVillas img {
  width: 100%;
}
.villaPage .rc-ViewProperty__otherVillas p {
  font-family: 'Nobel', Arial, sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
}
.villaPage .rc-ViewProperty__description {
  font-family: 'Nobel Book', Arial, sans-serif;
  font-weight: 400;
}
.villaPage .rc-ViewProperty__description ul {
  padding-left: 1.8rem;
}
.villaPage .propertyInfo {
  padding: 0;
  margin-bottom: 4rem;
  margin-top: 2rem;
}
.villaPage .propertyInfo .propertyFeatures {
  background: #eef0f0;
  padding: 1rem 2rem;
}
.villaPage .propertyInfo .propertyFeatures .title {
  font-size: 1.8rem;
}
.villaPage .propertyInfo .propertyFeatures li,
.villaPage .propertyInfo .propertyFeatures a {
  font-family: 'Nobel Book', Arial, sans-serif;
  font-weight: 400;
  font-weight: normal;
  font-style: normal;
}
.villaPage .propertyInfo .propertyFeatures a {
  text-decoration: underline;
}
.villaPage .propertyNews {
  padding: 0;
  margin-bottom: 2rem;
}
.villaPage .propertyNews ul {
  padding-left: 2rem;
}
.villaPage .propertyNews .propertyNews {
  background: #eef0f0;
  padding: 1rem 2rem;
}
.villaPage .propertyNews .propertyNews .title {
  font-size: 1.8rem;
  text-transform: uppercase;
  border-left: 3px solid #bd9e56;
  padding-left: .5rem;
}
.villaPage .propertyNews .propertyNews li,
.villaPage .propertyNews .propertyNews a {
  font-family: 'Nobel Book', Arial, sans-serif;
  font-weight: 400;
  font-weight: normal;
  font-style: normal;
}
.villaPage .propertyNews .propertyNews a {
  text-decoration: underline;
}
.villaPage .sticky-container {
  position: -webkit-sticky;
  position: sticky;
  top: 10%;
}
@media screen and (max-width: 900px) {
  .villaPage .sticky-container {
    position: relative;
    top: 0;
  }
}
.villaPage .sticky-container .conciergeLink {
  text-align: right;
  font-size: 2rem;
  margin-top: 1rem;
}
.villaPage .sticky-container .conciergeLink span {
  font-family: 'Nobel Book', Arial, sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
}
.villaPage .sticky-villa {
  border-bottom: 1px solid #aeb3b7;
  margin-top: 0;
  padding-top: 42px;
  position: relative;
}
.villaPage .sticky-villa .propertyStaticMap {
  margin-bottom: 0;
}
@media screen and (max-width: 900px) {
  .villaPage .sticky-villa .priceTag .tag {
    text-align: right;
  }
}
.villaPage .sticky-villa .printPdf {
  background: #ffffff;
  font-family: 'Nobel Book', Arial, sans-serif;
  font-weight: 400;
  padding: 1rem 2rem 1rem 5rem;
  color: #1c1c1b;
  position: absolute;
  top: 0;
  right: 0;
}
.villaPage .sticky-villa .printPdf svg {
  width: 20px;
  position: absolute;
  top: -3px;
  left: 20px;
}
.villaPage .sticky-villa.sticky {
  position: fixed;
  top: 70px;
}
.villaPage .sticky-villa .border-content {
  border: 1px solid #bd9e56;
}
.villaPage .sticky-villa .border-content > a {
  margin: 2rem;
  font-size: 1.8rem;
  font-family: 'Nobel Book', Arial, sans-serif;
  font-weight: 400;
  color: #bd9e56;
  text-decoration: underline;
  display: block;
}
.villaPage .sticky-villa .border-content .villaAddress {
  font-family: 'Nobel Book', Arial, sans-serif;
  font-weight: 400;
  margin: 2rem;
  display: block;
}
.villaPage .sticky-villa .border-content .rc-VillasDetails__thematics {
  margin: 2rem 0;
}
@media screen and (max-width: 900px) {
  .villaPage .sticky-villa .border-content .rc-VillasDetails__thematics {
    margin: 2rem 1rem;
  }
}
.villaPage .sticky-villa .border-content .rc-VillasDetails__thematics .tag {
  font-family: 'Nobel Book', Arial, sans-serif;
  font-weight: 400;
}
.villaPage .sticky-villa .border-content .villaFeatures {
  margin-bottom: 3rem;
}
.villaPage .sticky-villa .border-content .villaFeatures div {
  padding-left: 2rem !important;
}
.villaPage .sticky-villa .border-content .villaFeatures .icon {
  width: 30px;
  height: 38px;
  vertical-align: middle;
  margin-right: 1rem;
}
.villaPage .sticky-villa .bottom-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2rem;
}
.villaPage .sticky-villa .bottom-content .tag {
  font-family: 'Nobel Book', Arial, sans-serif;
  font-weight: 400;
}
.villaPage .sticky-villa .bottom-content .showRates {
  margin-top: 0;
  font-family: 'Nobel Book', Arial, sans-serif;
  font-weight: 400;
}
.villaPage .sticky-villa .bottom-content__left {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: right;
}
.villaPage .sticky-villa .bottom-content__right {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: right;
  margin-top: 5px;
}
.villaPage #backVillaBtn div {
  background: url(https://d1m7xnn75ypr6t.cloudfront.net/images/media/AB3F2497-EF7E-411B-AC5DF0A98E1D412A/?w=840&amp;h=400) 0 center no-repeat;
  padding: 50px;
  text-align: center;
  color: white;
  font-family: 'Nobel Book', Arial, sans-serif;
  font-weight: 400;
  font-size: 2rem;
  text-transform: uppercase;
  text-shadow: 0 0 10px #212121;
  margin: 30px 0 0;
}
.experiencesCarousel {
  padding-bottom: 0;
  height: inherit !important;
}
.experiencesCarousel .blocFeatured {
  height: inherit !important;
}
.experiencesCarousel .content {
  padding: 0;
}
.experiencesCarousel .content a {
  color: #bd9e56;
  display: block;
  text-align: right;
  text-decoration: underline;
  margin-right: 5px;
  font-size: 1.6rem;
  margin-top: 1rem;
  font-family: 'Nobel Book', Arial, sans-serif;
  font-weight: 400;
}
.experiencesCarousel .content .carouselTitleExperience {
  font-family: 'Nobel Book', Arial, sans-serif;
  font-weight: 400;
  display: block;
  text-align: left;
  margin: 10px 0;
  font-size: 1.8rem;
}
.experiencesCarousel .category {
  text-align: center;
  bottom: 0;
  position: absolute;
  min-height: 10%;
  background: rgba(255, 255, 255, 0.7);
  z-index: 8;
}
.experiencesCarousel .category span {
  color: #1c1c1b;
  font-family: 'Nobel', Arial, sans-serif;
  padding: 19px 16px;
  font-size: 1.7rem;
  vertical-align: middle;
  height: auto;
  text-transform: none;
  width: 100%;
}
.experiencesCarousel figure {
  padding: 0 !important;
}
.experiencesCarousel figure img {
  width: 100%;
  opacity: 1 !important;
}
.experiencesCarousel .Slider-arrow {
  background-color: #1c1c1b;
  border: 2px solid #ffffff;
}
.experiencesCarousel .Slider-arrow .Slider-chevron::after,
.experiencesCarousel .Slider-arrow .Slider-chevron::before {
  background-color: #ffffff;
}
.experiencesCarousel .Slider-arrow--prev {
  left: 0;
  top: 40%;
}
.experiencesCarousel .Slider-arrow--next {
  right: 0;
  top: 40%;
}
/* ==========================================================================
   PAGE HOTEL - RESTAURANT TAB
   ========================================================================== */
/* Info menu
   ========================================================================== */
.blocInfoMenu {
  border: 1px solid #bd9e56;
  padding: 20px 30px;
  margin-bottom: 20px;
}
@media screen and (max-width: 760px) {
  .blocInfoMenu {
    padding: 20px;
  }
  .blocInfoMenu .col-1-3,
  .blocInfoMenu .col-2-3 {
    width: 100%;
    display: block;
  }
}
.blocInfoMenu .title {
  font-family: 'Nobel', Arial, sans-serif;
  font-size: 1.8rem;
  color: #1c1c1b;
  font-weight: 700;
  text-decoration: none;
  margin: 1rem 0;
  font-size: 1.6rem;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.blocInfoMenu .terms {
  font-size: 1.2rem;
  margin-top: 10px;
}
.blocInfoMenu .listServiceRestaurant {
  -webkit-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 4rem;
          column-gap: 4rem;
  line-height: 28px;
}
@media screen and (max-width: 760px) {
  .blocInfoMenu .listServiceRestaurant {
    margin-top: 20px;
    -webkit-column-count: 1;
            column-count: 1;
    -webkit-column-gap: auto;
            column-gap: auto;
  }
}
.blocInfoMenu .listServiceRestaurant .cat {
  display: block;
  float: left;
  vertical-align: top;
  min-height: 22px;
  width: 22px;
  margin: 0 3px 5px 0;
}
.blocInfoMenu .listServiceRestaurant .cat img {
  display: block;
}
.blocInfoMenu .listServiceRestaurant .desc {
  display: block;
  width: -webkit-calc(100% - 25px);
  width: calc(100% - 25px);
  float: left;
  text-indent: -9px;
  line-height: 17px;
  padding-left: 10px;
  margin-bottom: 10px;
}
/* Table Booking
   ========================================================================== */
.tableBooking {
  padding: 50px 0 0 0;
}
.tableBookingBloc {
  padding: 30px;
  background: #eef0f0;
  margin-bottom: 20px;
  min-height: 160px;
}
/* ==========================================================================
   PAGE HOTEL - ACTIVITIES TAB
   ========================================================================== */
.titleActivities {
  font-family: 'GoudyOldStyleMTW01-Ital', 'Times New Roman', Times, Georgia, serif;
  font-size: 50px;
  line-height: 50px;
  color: #bd9e56;
  font-weight: normal;
  margin: 80px 0 70px;
}
/* Activities bloc
   ========================================================================== */
.hotelActivity {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #d9dbdd;
  position: relative;
}
.hotelActivity:after,
.hotelActivity:before {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.hotelActivity:after {
  clear: both;
}
.hotelActivity .img {
  float: left;
  width: 440px;
  margin-right: 20px;
}
.hotelActivity .img img {
  max-width: 100%;
}
.hotelActivity .title {
  font-family: 'Times New Roman', Times;
  font-size: 3.5rem;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;
  text-decoration: none;
  color: #1c1c1b;
  font-size: 3rem;
  margin-bottom: 25px;
}
.hotelActivity .content {
  padding: 0 0 50px 0;
  overflow: hidden;
}
.hotelActivity .priceTag {
  position: absolute;
  bottom: 20px;
  right: 0;
}
.hotelActivity.without-price .content {
  padding: 0;
}
@media screen and (min-width: 1025px) and (max-width: 1240px) {
  .hotelActivity .img {
    width: 300px;
  }
}
/* Activities bloc optional
   ========================================================================== */
.hotelActivityOptional {
  border: 1px solid #bd9e56;
  padding: 20px 30px;
  margin: 20px 0;
}
.hotelActivityOptional .title {
  font-family: 'Nobel', Arial, sans-serif;
  font-size: 1.8rem;
  color: #1c1c1b;
  font-weight: 700;
  text-decoration: none;
  margin: 1rem 0;
  font-size: 1.6rem;
  text-transform: uppercase;
}
.hotelActivityOptional .content em {
  font-family: 'Nobel', Arial, sans-serif;
  font-size: 2.6rem;
  color: #bd9e56;
  font-style: normal;
}
@media screen and (max-width: 800px) {
  .hotelActivityOptional .content .img {
    width: 100%;
    height: inherit;
  }
}
.hotelActivityOptional .terms {
  font-size: 1.2rem;
  margin-top: 10px;
}
/* ==========================================================================
   PAGE HOTEL - LOCATION TAB
   ========================================================================== */
.hotelLocationContent {
  margin-bottom: 50px;
}
.hotelLocationContent .mapWrapper {
  height: 56rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 760px) {
  .hotelLocationContent .mapWrapper {
    margin-left: auto;
    margin-right: auto;
    width: -webkit-calc(100vw - 70px);
    width: calc(100vw - 70px);
    height: -webkit-calc(100vw - 150px);
    height: calc(100vw - 150px);
    max-height: 300px;
  }
}
.blocHotelLocation {
  border-left: 1px solid #aeb3b7;
  padding-left: 2rem;
}
@media screen and (max-width: 760px) {
  .blocHotelLocation {
    margin-top: 20px;
  }
}
/* ==========================================================================
   PAGE HOTEL - VILLA TAB
   ========================================================================== */
/* Rates bloc
   ========================================================================== */
.villaRates {
  display: table;
  width: 100%;
}
.villaRates .col {
  display: table-cell;
  width: 50%;
  border: 1px solid #ddcfb2;
  padding: 20px 30px;
}
@media screen and (max-width: 760px) {
  .villaRates .col {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
}
.villaRates .col.spacer {
  border: 0;
  width: 20px;
  padding: 0 10px;
}
@media screen and (max-width: 760px) {
  .villaRates .col.spacer {
    display: none;
  }
}
.villaRates .mainTitle4 {
  margin-bottom: 10px;
}
.villaRates table {
  width: 100%;
}
.villaRates table td {
  padding: 5px 0;
}
.villaRatesBottom strong {
  float: left;
  padding: 15px 0;
}
@media screen and (max-width: 760px) {
  .villaRatesBottom strong {
    float: none;
    display: block;
  }
}
.villaRatesBottom .priceTag {
  float: right;
}
@media screen and (max-width: 760px) {
  .villaRatesBottom .priceTag {
    float: none;
  }
}
.ctaPhotoVilla {
  position: absolute;
  right: 60px;
}
@media screen and (max-width: 760px) {
  .rc-Description-villa .col-1-2,
  .rc-Description-villa .col-2-5,
  .rc-Description-villa .col-3-5 {
    width: 100%;
  }
}
.rc-Description-villa .reassurance {
  margin-top: 10px;
}
.rc-Description-villa figure {
  position: relative;
}
.rc-Description-villa figure img {
  width: 100%;
}
