/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* dynamicmaxheight */
.dynamic-height-wrap {
  overflow: hidden;
  position: relative;
  -webkit-transition: max-height 0.25s ease-in-out;
  transition: max-height 0.25s ease-in-out;
  width: 100%;
}
/* Bottom gradient (optional, but recommended)*/
.dynamic-height-active .dynamic-height-wrap:before {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(240, 249, 255, 0)), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(top, rgba(240, 249, 255, 0) 0%, #ffffff 100%);
  background: linear-gradient(to bottom, rgba(240, 249, 255, 0) 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f0f9ff', endColorstr='#ffffff', GradientType=0);
  bottom: 0;
  content: '';
  height: 30px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1;
}
.dynamic-height-active .dynamic-show-more {
  display: inline-block;
}
.dynamic-show-more {
  display: none;
}
/* CUSTOM SELECT */
/* mobile and tablet only */
@media screen and (max-width: 1023px) {
  .custom-select-container {
    min-height: 120px;
    position: relative;
  }
  .custom-inside {
    position: absolute;
    width: 100%;
  }
  .custom-select {
    background-color: #ffffff;
    border: 1px solid #000000;
    overflow: hidden;
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    z-index: 2;
    /* SELECTED ITEM */
    /* IS OPEN */
  }
  .custom-select:after {
    content: '\e916';
    font: 10px 'icons';
    pointer-events: none;
    position: absolute;
    right: 25px;
    top: 30px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .custom-select .cs-item {
    height: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    overflow: hidden;
    position: relative;
  }
  .custom-select .cs-label {
    cursor: pointer;
    display: block;
    font-size: 24px;
    padding: 20px 34px 20px 45px;
    -webkit-transition: all 150ms ease-out;
    transition: all 150ms ease-out;
    white-space: nowrap;
  }
  .custom-select .cs-link.cs-label {
    background: #dadada;
    white-space: normal;
  }
  .custom-select input {
    left: -30px;
    position: absolute;
    top: 0;
  }
  .custom-select .cs-selected-item {
    height: auto;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .custom-select .cs-selected-item .cs-label {
    color: #000000;
  }
  .custom-select.is-open {
    box-shadow: 0 0 11px rgba(0, 0, 0, 0.05);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    z-index: 3;
  }
  .custom-select.is-open .cs-item {
    height: auto;
  }
  .custom-select.is-open .cs-label {
    color: #a0a0a0;
  }
  .custom-select.is-open .cs-label:hover {
    color: #a98623;
  }
  .custom-select.is-open .cs-selected-item .cs-label {
    color: #000000;
  }
  .custom-select.is-open:after {
    content: '\e915';
  }
}
/* BP : 1024 => + */
@media screen and (min-width: 1024px) {
  .custom-select input {
    display: none;
  }
}
.megabanner {
  height: 450px;
  overflow: hidden;
  position: relative;
  text-align: center;
  /* BP : 768 => 1023 */
  /* BRAND THEMING*/
}
@media screen and (min-width: 768px) {
  .megabanner {
    height: 790px;
  }
}
.megabanner .bt-booking {
  left: 50%;
  margin-left: -83px;
  position: absolute;
  top: 300px;
  z-index: 20;
}
.megabanner .bt-booking.sticky {
  bottom: 0;
  box-shadow: 0px -5px 80px 0px #656565;
  left: 0;
  margin: 0;
  position: fixed;
  top: auto;
  width: 100%;
  z-index: 110;
}
@media screen and (min-width: 768px) {
  .megabanner .bt-booking {
    display: none;
  }
}
.megabanner.block-sheet:before,
.megabanner.block-sheet:after {
  height: -webkit-calc(100% - 100px) !important;
  height: calc(100% - 100px) !important;
  top: 100px !important;
  /* BP : 768 => 1023 */
  /* BP : 1024 => + */
}
@media screen and (min-width: 768px) {
  .megabanner.block-sheet:before,
  .megabanner.block-sheet:after {
    height: -webkit-calc(100% - 160px) !important;
    height: calc(100% - 160px) !important;
    top: 160px !important;
  }
}
@media screen and (min-width: 1024px) {
  .megabanner.block-sheet:before,
  .megabanner.block-sheet:after {
    height: -webkit-calc(100% - 170px) !important;
    height: calc(100% - 170px) !important;
    top: 170px !important;
  }
}
.megabanner .overlay {
  background: #000000;
  content: '';
  cursor: pointer;
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.megabanner .background {
  height: 100%;
  left: 0;
  position: relative;
  top: 0;
  /* BP : 768 => + */
}
@media screen and (min-width: 768px) {
  .megabanner .background {
    width: 100%;
  }
}
.megabanner img.background {
  display: none;
}
.megabanner img.background.active {
  display: block;
}
.megabanner iframe.background {
  display: none;
}
.megabanner iframe.background.active {
  /* BP : 768 => + */
}
@media screen and (min-width: 768px) {
  .megabanner iframe.background.active {
    display: block;
  }
}
.megabanner .logo {
  left: 0;
  position: absolute;
  text-align: center;
  top: 100px;
  width: 100%;
  z-index: 10;
  /* BP : 768 => 1023 */
  /* BP : 1024 => + */
}
@media screen and (min-width: 768px) {
  .megabanner .logo {
    top: 160px;
  }
}
@media screen and (min-width: 1024px) {
  .megabanner .logo {
    top: 170px;
  }
}
.megabanner .logo:before,
.megabanner .logo:after {
  content: '';
  height: 7px;
  position: absolute;
  top: 0;
  z-index: 10;
}
.megabanner .logo:before {
  left: 15px;
  /* BP : 768 => + */
}
@media screen and (min-width: 768px) {
  .megabanner .logo:before {
    left: 30px;
  }
}
.megabanner .logo:after {
  right: 15px;
  /* BP : 768 => + */
}
@media screen and (min-width: 768px) {
  .megabanner .logo:after {
    right: 30px;
  }
}
.megabanner .logo .img {
  display: inline-block;
}
.megabanner .logo.SOL:before,
.megabanner .logo.SOL:after {
  width: 20%;
  /* BP : 768 => + */
}
@media screen and (min-width: 768px) {
  .megabanner .logo.SOL:before,
  .megabanner .logo.SOL:after {
    width: -webkit-calc(50% - 120px);
    width: calc(50% - 120px);
  }
}
.megabanner .logo.SOL .img {
  background: url('/imagerie/fact-sheet/logo-1.png') 0 0 no-repeat;
  height: 33px;
  margin-top: -12px;
  width: 103px;
}
.megabanner .logo.SOS:before,
.megabanner .logo.SOS:after {
  width: -webkit-calc(50% - 70px);
  width: calc(50% - 70px);
  /* BP : 768 => + */
}
@media screen and (min-width: 768px) {
  .megabanner .logo.SOS:before,
  .megabanner .logo.SOS:after {
    width: -webkit-calc(50% - 90px);
    width: calc(50% - 90px);
  }
}
.megabanner .logo.SOS .img {
  background: url('/imagerie/fact-sheet/logo-2.png') 0 0 no-repeat;
  height: 36px;
  margin-top: -10px;
  width: 47px;
}
.megabanner .logo.SOF:before,
.megabanner .logo.SOF:after {
  width: 20%;
  /* BP : 768 => + */
}
@media screen and (min-width: 768px) {
  .megabanner .logo.SOF:before,
  .megabanner .logo.SOF:after {
    width: -webkit-calc(50% - 152px);
    width: calc(50% - 152px);
  }
}
.megabanner .logo.SOF .img {
  background: url('/imagerie/fact-sheet/logo-3.png') 0 0 no-repeat;
  background-size: 100% auto;
  height: 28px;
  margin-top: -2px;
  max-width: 186px;
  min-width: 95px;
  width: 30%;
  /* BP : 768 => + */
}
@media screen and (min-width: 768px) {
  .megabanner .logo.SOF .img {
    margin-top: -4px;
    width: 186px;
  }
}
.megabanner .logo.MGA:before,
.megabanner .logo.MGA:after {
  width: -webkit-calc(50% - 60px);
  width: calc(50% - 60px);
  /* BP : 768 => + */
}
@media screen and (min-width: 768px) {
  .megabanner .logo.MGA:before,
  .megabanner .logo.MGA:after {
    width: -webkit-calc(50% - 90px);
    width: calc(50% - 90px);
  }
}
.megabanner .logo.MGA .img {
  background: url('/imagerie/fact-sheet/logo-4.png') 0 0 no-repeat;
  height: 69px;
  margin-top: -20px;
  width: 35px;
}
.megabanner .title-1 {
  color: #ffffff;
  position: absolute;
  top: 210px;
  width: 100%;
  z-index: 10;
  /* BP : 768 => 1023 */
  /* BP : 1024 => + */
}
@media screen and (max-width: 767px) {
  .megabanner #truncate-name {
    display: contents;
    height: 90px;
    max-height: 90px;
    overflow: hidden;
    width: 360px;
    word-wrap: break-word;
  }
}
@media screen and (min-width: 768px) {
  .megabanner .title-1 {
    top: 310px;
    z-index: 201;
  }
}
@media screen and (min-width: 1024px) {
  .megabanner .title-1 {
    top: -webkit-calc(50% - 35px);
    top: calc(50% - 35px);
  }
}
@media screen and (min-width: 1024px) and (min-height: 1366px) and (-webkit-min-device-pixel-ratio: 2)  and (orientation: portrait) {
  .megabanner .title-1 {
    top: -webkit-calc(50% - 110px);
    top: calc(50% - 110px);
  }
}
.megabanner .title-1:before {
  background: url('/imagerie/fact-sheet/stars.png') 0 0 no-repeat;
  content: '';
  height: 12px;
  left: 50%;
  position: absolute;
  top: -22px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.megabanner .stars-1:before {
  width: 12px;
}
.megabanner .stars-2:before {
  width: 23px;
}
.megabanner .stars-3:before {
  width: 35px;
}
.megabanner .stars-4:before {
  width: 47px;
}
.megabanner .stars-5:before {
  width: 58px;
}
.megabanner .link-wrapper {
  bottom: 65px;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 201;
  /* BP : 768 => + */
}
@media screen and (min-width: 768px) {
  .megabanner .link-wrapper {
    bottom: 70px;
  }
}
.SOF .megabanner .logo:before,
.SOF .megabanner .logo:after {
  background: #786325;
}
.SOL .megabanner .logo:before,
.SOL .megabanner .logo:after {
  background: #997300;
}
.SOS .megabanner .logo:before,
.SOS .megabanner .logo:after {
  background: #a92f2e;
}
.MGA .megabanner .logo:before,
.MGA .megabanner .logo:after {
  background: #000000;
}
.menuFactSheet {
  margin-top: -40px;
  position: relative;
  z-index: 20;
}
@media screen and (min-width: 768px) {
  .menuFactSheet {
    z-index: 40;
  }
}
@media screen and (min-width: 1024px) {
  .menuFactSheet {
    z-index: 100;
  }
}
.menuFactSheet .nameHotel,
.menuFactSheet .bt-booking {
  display: none;
}
.menuFactSheet.sticky {
  left: 0;
  margin-top: 0;
  position: fixed !important;
  top: 60px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .menuFactSheet.sticky {
    top: 45px;
  }
}
.menuFactSheet.sticky:before,
.menuFactSheet.sticky:after {
  display: none;
}
@media screen and (min-width: 1200px) {
  .menuFactSheet.sticky .nameHotel,
  .menuFactSheet.sticky .bt-booking {
    display: block;
    left: 5%;
    position: absolute;
    top: 10px;
    z-index: 2;
  }
  .menuFactSheet.sticky .nameHotel .name,
  .menuFactSheet.sticky .bt-booking .name {
    font: normal 30px 'garamondpremrpro', 'Georgia', serif;
  }
  .menuFactSheet.sticky .nameHotel .name span,
  .menuFactSheet.sticky .bt-booking .name span {
    display: block;
    font: normal 18px 'garamondpremrpro', 'Georgia', serif;
  }
  .menuFactSheet.sticky .nameHotel:after,
  .menuFactSheet.sticky .bt-booking:after {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .menuFactSheet.sticky .nameHotel {
    left: 55px;
    top: 15px;
  }
  .menuFactSheet.sticky .nameHotel .name {
    font-size: 30px;
  }
}
.menuFactSheet.sticky .bt-booking {
  left: auto;
  right: 10px;
  top: 15px;
}
@media screen and (min-width: 1200px) {
  .menuFactSheet.sticky .bt-booking {
    right: 55px;
  }
}
.menuFactSheet.sticky .labelListTab {
  box-shadow: 0px 10px 13px 0px rgba(153, 150, 153, 0.49);
  text-align: left;
  width: 100%;
}
.menuFactSheet.sticky .listTab {
  box-shadow: 0 2px 5px 0 #cccccc;
  left: 0;
  margin-left: 0;
  padding: 0 10%;
  text-align: left;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .menuFactSheet.sticky .listTab {
    background: #ffffff;
    padding: 30px 0 0 0;
    position: relative;
    text-align: center;
    z-index: 1;
  }
}
.menuFactSheet .labelListTab {
  background: #f5f5f5;
  cursor: pointer;
  display: block;
  font: normal 24px 'garamondpremrpro', 'Georgia', serif;
  margin: 0 auto;
  padding: 20px 10%;
  position: relative;
  text-align: center;
  width: 80%;
  z-index: 15;
}
@media screen and (min-width: 768px) {
  .menuFactSheet .labelListTab {
    font-size: 48px;
  }
}
.menuFactSheet .labelListTab:after {
  content: '\e916';
  font: 10px 'icons';
  position: absolute;
  right: 10%;
  top: 30px;
}
@media screen and (min-width: 768px) {
  .menuFactSheet .labelListTab:after {
    top: 47px;
  }
}
.menuFactSheet .labelListTab.active:after {
  content: '\e915';
}
@media screen and (min-width: 1200px) {
  .menuFactSheet .labelListTab {
    display: none;
  }
}
.menuFactSheet .listTab {
  background: #f5f5f5;
  display: none;
  left: 50%;
  margin-left: -40%;
  padding: 10px 0;
  position: absolute;
  text-align: center;
  top: 54px;
  width: 80%;
  z-index: 15;
}
@media screen and (min-width: 768px) {
  .menuFactSheet .listTab {
    top: 99px;
  }
}
@media screen and (min-width: 1200px) {
  .menuFactSheet .listTab {
    display: block !important;
    left: auto;
    margin: 0 auto;
    padding: 30px 0 0 0;
    position: relative;
    text-align: center;
    top: auto;
  }
}
.menuFactSheet .listTab li {
  padding: 10px 0;
}
@media screen and (min-width: 1200px) {
  .menuFactSheet .listTab li {
    display: inline-block;
    padding: 0 2% 30px 0;
    position: relative;
  }
}
.menuFactSheet .listTab li:after {
  /* BP : 1024 => + */
}
@media screen and (min-width: 1200px) {
  .menuFactSheet .listTab li:after {
    background: #a98623;
    bottom: 0;
    content: '';
    height: 4px;
    left: 0;
    position: absolute;
    -webkit-transition: width 0.3s ease-out;
    transition: width 0.3s ease-out;
    width: 0;
  }
}
.menuFactSheet .listTab li:hover,
.menuFactSheet .listTab li.active {
  /* BP : 1024 => + */
}
@media screen and (min-width: 1200px) {
  .menuFactSheet .listTab li:hover:after,
  .menuFactSheet .listTab li.active:after {
    -webkit-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
    width: 82%;
  }
  .menuFactSheet .listTab li:hover a,
  .menuFactSheet .listTab li.active a {
    color: #a98623;
  }
}
.menuFactSheet .listTab li.active {
  display: none;
  /* BP : 1024 => + */
}
@media screen and (min-width: 1200px) {
  .menuFactSheet .listTab li.active {
    display: inline-block;
  }
}
.menuFactSheet .listTab li a {
  color: #000000;
  font: normal 24px 'garamondpremrpro', 'Georgia', serif;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .menuFactSheet .listTab li a {
    font-size: 48px;
  }
}
@media screen and (min-width: 1200px) {
  .menuFactSheet .listTab li a {
    font: normal 17px 'garamondpremrpro', 'Georgia', serif;
  }
}
@media screen and (min-width: 1200px) {
  .de .menuFactSheet .listTab li a {
    font-size: 14px;
  }
}
.description {
  padding-top: 40px;
  position: relative;
  /* BP : 768 => 1023 */
  /* BP : 1024 => + */
}
@media screen and (min-width: 768px) {
  .description {
    padding-top: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .description {
    padding-top: 60px;
  }
}
.description .logo-hotel {
  margin: 0 auto 45px;
}
.description .title-1 {
  line-height: 1;
  padding: 0 45px;
  text-align: center;
  /* BP : 768 => 1023 */
  /* BP : 1024 => + */
}
@media screen and (min-width: 768px) {
  .description .title-1 {
    padding: 0 124px;
  }
}
@media screen and (min-width: 1024px) {
  .description .title-1 {
    padding: 0 24%;
  }
}
.description .description-content {
  position: relative;
}
.description .block-text {
  padding: 0 60px;
  /* BP : 768 => 1023 */
  /* BP : 1024 => + */
}
@media screen and (min-width: 768px) {
  .description .block-text {
    margin: 0 auto;
    padding: 0;
    width: 330px;
  }
}
@media screen and (min-width: 1024px) {
  .description .block-text {
    padding-bottom: 60px;
  }
}
.description .block-text p {
  padding-top: 40px;
}

.description .block-text p:first-child {
  padding-top: 0;
}
.description .block-text .button-2 {
  margin: 25px 0;
  /* BP : 768 => + */
  /* BP : 1024 => + */
}
@media screen and (min-width: 768px) {
  .description .block-text .button-2 {
    margin: 40px 0;
  }
}
@media screen and (min-width: 1024px) {
  .description .block-text .button-2 {
    display: none;
  }
}
.description .dynamic-height-wrap p:first-child:first-letter {
  color: #a98623;
  float: left;
  font: 72px/1 'garamondpremrpro', 'Georgia', serif;
  margin-right: 8px;
  /* BP : 768 => 1023 */
}
@media screen and (min-width: 768px) {
  .description .dynamic-height-wrap p:first-child:first-letter {
    font-size: 110px;
  }
}
.description .block-infos-aside {
  margin-top: 30px;
  padding: 0 60px 15px;
  /* BP : 768 => 1023 */
  /* BP : 1024 => + */
}
@media screen and (min-width: 768px) {
  .description .block-infos-aside {
    margin: 0 auto;
    padding: 0 0 60px;
    width: 330px;
  }
}
@media screen and (min-width: 1024px) {
  .description .block-infos-aside {
    left: -webkit-calc(50% + 230px);
    left: calc(50% + 230px);
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 200px;
  }
}
.description .block-infos-aside .col {
  /* BP : 768 => 1023 */
  /* BP : 1024 => + */
}
@media screen and (min-width: 768px) {
  .description .block-infos-aside .col {
    float: left;
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .description .block-infos-aside .col {
    float: none;
    width: 100%;
  }
}
.description .block-infos-aside p {
  color: #a98623;
  font: 18px 'garamondpremrpro', 'Georgia', serif;
  padding: 5px 0 25px;
  /* BP : 768 => + */
}
@media screen and (min-width: 768px) {
  .description .block-infos-aside p {
    padding: 10px 0 30px;
  }
}
.description .block-infos-aside .address {
  padding-bottom: 10px;
}
.description .block-infos-aside .timetable span {
  font-size: 24px;
}
.description .block-infos-aside .link-map {
  color: #a98623;
  display: inline-block;
  font: 9px 'ClanOT-ExtdNews', 'Arial', serif;
  margin-bottom: 25px;
  text-decoration: none;
  text-transform: uppercase;
  /* BP : 768 => + */
}
@media screen and (min-width: 768px) {
  .description .block-infos-aside .link-map {
    margin-bottom: 30px;
  }
}
.description .block-infos-aside .link-map:hover {
  text-decoration: underline;
}
.description .block-infos-aside .link-map:before {
  content: '\e920';
  display: inline-block;
  font: 16px 'icons';
  padding-right: 10px;
  vertical-align: middle;
}
.description .block-infos-aside .network {
  /* BP : 768 => + */
}
@media screen and (min-width: 768px) {
  .description .block-infos-aside .network {
    clear: both;
  }
}
.description .block-infos-aside .network:before {
  background: #e6e6e6;
  content: '';
  display: block;
  height: 1px;
  margin-bottom: 25px;
  width: 100%;
  /* BP : 768 => 1023 */
  /* BP : 1024 => + */
}
@media screen and (min-width: 768px) {
  .description .block-infos-aside .network:before {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .description .block-infos-aside .network:before {
    display: none;
  }
}
.description .formEvent {
  display: none;
}
/* category additional styles */
.description.detailed .button-wrapper {
  text-align: center;
  /* BP : 768 => 1023 */
  /* BP : 1024 => + */
}
@media screen and (min-width: 768px) {
  .description.detailed .button-wrapper {
    bottom: 60px;
    left: 0;
    position: absolute;
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .description.detailed .button-wrapper {
    position: static;
  }
}
.description.detailed.introMeetingsEvents .button-1:after {
  display: none;
  /* BP : 768 => + */
}
@media screen and (min-width: 768px) {
  .description.detailed.introMeetingsEvents .button-1:after {
    display: inline-block;
  }
}
.description.detailed .block-infos-aside {
  padding-bottom: 40px;
  /* BP : 768 => + */
}
@media screen and (min-width: 768px) {
  .description.detailed .block-infos-aside {
    padding-bottom: 150px;
  }
}
.description.detailed .block-infos-aside p {
  color: #000000;
  font-size: inherit;
  padding: 0;
  /* BP : 768 => + */
}
@media screen and (min-width: 768px) {
  .description.detailed .block-infos-aside p {
    font-size: 14px;
  }
}
.description.detailed .block-infos-aside .contact {
  font-family: 'garamondpremrproCapBold', 'Georgia', serif;
  /* BP : 768 => + */
}
@media screen and (min-width: 768px) {
  .description.detailed .block-infos-aside .contact {
    font-family: 'garamondpremrproCap', 'Georgia', serif;
  }
}
.description.detailed .block-infos-aside .role {
  font: 9px 'ClanOT-ExtdMedium', 'Arial', sans-serif;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.description.detailed .block-infos-aside a {
  color: #a98623;
}
.description.detailed .block-infos-aside a:hover {
  text-decoration: none;
}
.description.detailed .list-docs {
  margin-bottom: 25px;
}
.no-readmore .description-content {
  min-height: auto !important;
  height: auto !important;
}
.no-readmore .dynamic-height-wrap {
  position: static;
}
.introServiceSports .phone {
  color: #a98623 !important;
  font: 18px 'garamondpremrpro', 'Georgia', sans-serif !important;
  /* BP : 768 => + */
}
@media screen and (min-width: 768px) {
  .introServiceSports .phone {
    font-size: 16px !important;
  }
}
.introRestosBars.description .block-text,
.introRooms.description .block-text {
  /* BP : 768 => 1023 */
}
@media screen and (min-width: 768px) {
  .introRestosBars.description .block-text,
  .introRooms.description .block-text {
    width: 390px;
  }
}
.block-quote {
  background: #f5f5f5;
  text-align: center;
  /* WELCOME */
  /* SERVICES */
}
.block-quote .quote {
  font-family: 'garamondpremrpro', 'Georgia', serif;
  position: relative;
}
.block-quote .quote:before,
.block-quote .quote:after {
  color: #d9d9d9;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.block-quote .quote:before {
  content: '\e925';
}
.block-quote .quote:after {
  content: '\e924';
}
.block-quote .person {
  color: #a0a0a0;
  display: inline-block;
  font-size: 18px;
  position: relative;
}
.block-quote .person:before {
  background: #a0a0a0;
  bottom: 11px;
  content: '';
  height: 1px;
  left: -40px;
  position: absolute;
  width: 24px;
}
.block-quote.gManagerWords {
  display: none;
  padding: 50px 10%;
}
@media screen and (min-width: 768px) {
  .block-quote.gManagerWords {
    display: block;
  }
}
.block-quote.gManagerWords .quote {
  font-size: 24px;
  margin: 50px 0 65px 0;
}
.block-quote.gManagerWords .quote span {
  color: #a98623;
  display: block;
}
.block-quote.gManagerWords .quote:before,
.block-quote.gManagerWords .quote:after {
  font: 18px 'icons';
  height: 25px;
  width: 25px;
}
.block-quote.gManagerWords .quote:before {
  top: -45px;
}
.block-quote.gManagerWords .quote:after {
  bottom: -50px;
}
.block-quote.gManagerWords .person {
  font-family: 'garamondpremrpro', 'Georgia', serif;
}
.block-quote.conciergeSuggestion {
  padding: 30px 50px;
}
@media screen and (min-width: 768px) {
  .block-quote.conciergeSuggestion {
    padding: 70px 80px 50px;
  }
}
@media screen and (min-width: 1024px) {
  .block-quote.conciergeSuggestion {
    padding: 70px 17% 30px;
  }
}
.block-quote.conciergeSuggestion .quote {
  font-size: 19px;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .block-quote.conciergeSuggestion .quote {
    font-size: 24px;
  }
}
.block-quote.conciergeSuggestion .quote:before,
.block-quote.conciergeSuggestion .quote:after {
  font: 9px 'icons';
}
@media screen and (min-width: 768px) {
  .block-quote.conciergeSuggestion .quote:before,
  .block-quote.conciergeSuggestion .quote:after {
    font-size: 20px;
  }
}
.block-quote.conciergeSuggestion .quote:before {
  top: -20px;
}
@media screen and (min-width: 768px) {
  .block-quote.conciergeSuggestion .quote:before {
    top: -40px;
  }
}
.block-quote.conciergeSuggestion .quote:after {
  bottom: -20px;
}
@media screen and (min-width: 768px) {
  .block-quote.conciergeSuggestion .quote:after {
    bottom: -40px;
  }
}
.block-quote.conciergeSuggestion .title {
  color: #a98623;
  font: 24px 'garamondpremrpro', 'Georgia', serif;
  margin-bottom: 5px;
}
.block-quote.conciergeSuggestion .identity {
  color: #a98623;
  font: 16px 'garamondpremrpro', 'Georgia', serif;
}
@media screen and (min-width: 768px) {
  .block-quote.conciergeSuggestion .identity p {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
  }
}
.block-quote.conciergeSuggestion .avatar {
  display: inline-block;
  margin-bottom: 20px;
  vertical-align: middle;
  width: 40px;
}
@media screen and (min-width: 768px) {
  .block-quote.conciergeSuggestion .avatar {
    margin: 0 20px 0 0;
  }
}
.gallery {
  overflow: hidden;
  padding-top: 64px;
}
.gallery.bg-black,
.gallery.bg-black .nav.custom-select {
  background: #000000;
  color: #ffffff;
}
.gallery.bg-black .cs-label,
.gallery.bg-black .nav.custom-select .cs-label {
  color: #ffffff;
}
@media screen and (min-width: 1024px) {
  .gallery.bg-black .nav.custom-select .active .cs-label {
    color: #a98623;
  }
}
@media screen and (max-width: 1023px) {
  .gallery.bg-black .nav.custom-select {
    border: 1px solid #ffffff;
  }
}
.gallery.bg-white {
  background: #ffffff;
  color: #000000;
}
.gallery .main-title {
  font: 38px 'garamondpremrpro', 'Arial', 'Helvetica', sans-serif;
  padding-bottom: 30px;
  text-align: center;
}
.gallery .nav {
  display: none;
  /* BP : 768 => + */
  /* BP : 1024 => + */
}
@media screen and (max-width: 1023px) {
  .gallery .nav.custom-select {
    padding-bottom: 0;
  }
}
.gallery .nav.custom-select:after {
  top: 21px;
}
@media screen and (min-width: 768px) {
  .gallery .nav {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: block;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 70px;
  }
}
@media screen and (min-width: 1024px) {
  .gallery .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.gallery .nav .nav-item {
  font: 9px/1 'ClanOT-ExtdMedium', 'Arial', 'Helvetica', sans-serif;
  margin: 0 10px;
  text-transform: uppercase;
}
.gallery .nav .nav-item .cs-label {
  cursor: pointer;
  font-size: 9px;
}
.gallery .nav .nav-item.active {
  color: #a98623;
}
.gallery > img {
  margin: 0 auto 60px;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .gallery > img {
    margin: 0 20px 60px;
    width: calc(100% - 40px);
  }
}
.gallery .carousel-gallery img,
.gallery .carousel-gallery .inner {
  display: block;
  margin: 0 auto;
  max-width: 700px;
  width: 100%;
}
.gallery .carousel-gallery .inner {
  padding-top: 75%;
  position: relative;
}
.gallery .carousel-gallery iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.gallery .my-popin .carousel-gallery img,
.gallery .my-popin .carousel-gallery .inner {
  max-width: 100%;
}
.carousel-container .custom-select-container {
  display: none;
  margin: 0 auto;
  max-width: 76%;
}
@media screen and (min-width: 768px) {
  .carousel-container .custom-select-container {
    display: block;
  }
}
.carousel-container .slide {
  cursor: pointer;
  margin: 0 20px;
  outline: none;
}
.carousel-container .counter {
  font: 34px 'garamondpremrpro', 'Arial', 'Helvetica', sans-serif;
  height: 80px;
  margin: 60px auto;
  position: relative;
  text-align: center;
  width: 76%;
  /* BP : 1024 => + */
}
@media screen and (min-width: 1024px) {
  .carousel-container .counter {
    width: 170px;
  }
}
.carousel-container .counter .current {
  position: absolute;
  right: 100px;
  top: 10px;
}
.carousel-container .counter .current:after {
  content: '/';
  position: absolute;
  right: -15px;
  top: 10px;
}
.carousel-container .counter .total {
  position: absolute;
  right: 55px;
  top: 33px;
}
.carousel-container .counter .arrows .arrow {
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  top: 20%;
}
.carousel-container .counter .arrows .arrow.prev {
  left: 0;
}
.carousel-container .counter .arrows .arrow.next {
  right: 0;
}
.carousel-container .counter .arrows .arrow .text {
  left: -9999px;
  position: absolute;
  top: -9999px;
}
.carousel-container .counter .arrows .arrow:after {
  content: '\e900';
  display: inline-block;
  font: 5px/46px 'icons';
}
@media screen and (min-width: 1024px) {
  .carousel-container .counter .arrows .arrow:after {
    font: 5px/92px 'icons';
  }
}
.carousel-container .counter .arrows .arrow.prev:after {
  content: '\e90e';
}
.carousel-container .numbers {
  left: 50%;
  margin-left: -85px;
  position: absolute;
  width: 170px;
}
/* POPINS (works with js toggler) */
.my-popin {
  display: none;
  overflow: hidden;
  pointer-events: none;
}
.my-popin .popin-inside {
  color: #000000;
  max-width: 100%;
  min-width: 320px;
  padding: 150px 50px 50px;
  position: relative;
  z-index: 202;
  /* BP : mobile landscape */
  /* BP : 1024 => + */
  /* BP : 1024 => + */
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .my-popin .popin-inside {
    left: 50%;
    padding: 0 50px;
    position: absolute;
    top: -webkit-calc(50% + 25px);
    top: calc(50% + 25px);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 70%;
  }
}
@media screen and (min-width: 1024px) {
  .my-popin .popin-inside {
    max-width: 90%;
    min-width: 500px;
    padding: 200px 100px 100px;
  }
}
@media screen and (min-width: 1100px) {
  .my-popin .popin-inside {
    max-width: 65%;
  }
}
.my-popin .popin-inside .slide {
  margin: 0;
}
.my-popin .popin-inside .slick-slider {
  pointer-events: auto;
}
.my-popin .popin-inside .counter {
  bottom: 0;
  color: #ffffff;
  height: inherit;
  left: 0;
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: inherit;
}
.my-popin .popin-inside .counter .numbers {
  height: 80px;
  left: 100px;
  position: absolute;
  top: 75px;
  width: 70px;
  /* BP : mobile landscape */
  /* BP : 1024 => + */
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .my-popin .popin-inside .counter .numbers {
    top: -80px;
  }
}
@media screen and (min-width: 1024px) {
  .my-popin .popin-inside .counter .numbers {
    left: 160px;
    top: 120px;
  }
}
.my-popin .popin-inside .counter .current {
  right: 40px;
}
.my-popin .popin-inside .counter .total {
  right: 0;
}
.my-popin .popin-inside .counter .arrows .arrow {
  pointer-events: auto;
  top: -webkit-calc(50% + 25px);
  top: calc(50% + 25px);
  /* BP : mobile landscape */
  /* BP : 1024 => + */
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .my-popin .popin-inside .counter .arrows .arrow {
    top: -webkit-calc(50% - 25px);
    top: calc(50% - 25px);
  }
}
@media screen and (min-width: 1024px) {
  .my-popin .popin-inside .counter .arrows .arrow {
    top: 50%;
    width: 100px;
  }
}
.my-popin .popin-inside .counter .arrows .arrow.prev {
  left: 10px;
  /* BP : mobile landscape */
  /* BP : 1024 => + */
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .my-popin .popin-inside .counter .arrows .arrow.prev {
    left: 0;
  }
}
@media screen and (min-width: 1024px) {
  .my-popin .popin-inside .counter .arrows .arrow.prev {
    left: 0;
  }
}
.my-popin .popin-inside .counter .arrows .arrow.next {
  right: 10px;
  /* BP : mobile landscape */
  /* BP : 1024 => + */
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .my-popin .popin-inside .counter .arrows .arrow.next {
    right: -44%;
  }
}
@media screen and (min-width: 1024px) {
  .my-popin .popin-inside .counter .arrows .arrow.next {
    right: 0;
  }
}
.my-popin.active {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  bottom: 0;
  display: block;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 201;
  /* BP : 1024 => + */
}
@media screen and (min-width: 1024px) {
  .my-popin.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.my-popin .close,
.my-popin:before {
  bottom: 0;
  content: '';
  left: 0;
  pointer-events: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 201;
}
.my-popin .button-close {
  color: #ffffff;
  height: 50px;
  left: auto;
  position: absolute;
  right: 50px;
  text-align: center;
  top: 103px;
  width: 20px;
  /* BP : mobile landscape */
  /* BP : 1024 => + */
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .my-popin .button-close {
    top: -50px;
  }
}
@media screen and (min-width: 1024px) {
  .my-popin .button-close {
    right: 100px;
    top: 150px;
  }
}
.my-popin .button-close:after {
  content: '\e913';
  cursor: pointer;
  font: bold 16px/10px 'icons';
  pointer-events: auto;
}
.my-popin:before {
  background: #000000;
  opacity: 0.6;
}
.perfectsHighlight {
  background: #f5f5f5;
  padding: 50px 0;
  text-align: center;
}
.perfectsHighlight .blockItems {
  display: none !important;
  overflow: auto;
}
.perfectsHighlight .item {
  margin: 0 auto;
  width: 80%;
}
@media screen and (min-width: 768px) {
  .perfectsHighlight .item {
    text-align: left;
    vertical-align: top;
  }
}
.perfectsHighlight .item img {
  margin: 0 0 25px 0;
  width: 100%;
}
.perfectsHighlight .item p {
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .perfectsHighlight .item p {
    font-size: 18px;
  }
}
.perfectsHighlight .item p,
.perfectsHighlight .item .title-6 {
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .perfectsHighlight .item p,
  .perfectsHighlight .item .title-6 {
    width: 60%;
  }
}
@media screen and (min-width: 768px) {
  .perfectsHighlight .itemLeft,
  .perfectsHighlight .itemRight {
    overflow: hidden;
    width: 30%;
  }
}
@media screen and (min-width: 768px) {
  .perfectsHighlight .itemLeft img,
  .perfectsHighlight .itemRight img {
    margin-left: -60%;
    width: 160%;
  }
}
@media screen and (min-width: 768px) {
  .perfectsHighlight .itemLeft {
    float: left;
  }
}
@media screen and (min-width: 768px) {
  .perfectsHighlight .itemLeft p,
  .perfectsHighlight .itemLeft .title-6 {
    float: right;
  }
}
@media screen and (min-width: 768px) {
  .perfectsHighlight .itemRight {
    float: right;
  }
}
@media screen and (min-width: 768px) {
  .perfectsHighlight .item-center {
    display: inline-block !important;
    margin: 0 auto;
    overflow: auto;
    width: 28%;
  }
}
.perfectsHighlight .highLightDesktop {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .perfectsHighlight .highLightDesktop {
    display: block !important;
  }
}
.perfectsHighlight .carouselHighlight {
  display: block !important;
  margin: 0 auto;
  width: 80%;
}
.perfectsHighlight .carouselHighlight .item {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .perfectsHighlight .carouselHighlight {
    display: none !important;
  }
}
.perfectsHighlight .carouselHighlight .slick-dots {
  display: inline-block;
  margin: 20px 0 30px 0;
  text-align: center;
  /* BP : 768 => 1023 */
}
@media screen and (min-width: 768px) {
  .perfectsHighlight .carouselHighlight .slick-dots {
    margin-bottom: 35px;
  }
}
.perfectsHighlight .carouselHighlight .slick-dots li {
  background: #cdcdcd;
  border-radius: 7px;
  cursor: pointer;
  display: inline-block;
  height: 7px;
  margin: 0 10px;
  vertical-align: middle;
  width: 7px;
}
.perfectsHighlight .carouselHighlight .slick-dots li.slick-active {
  background: none;
  border: solid 2px #cdcdcd;
  border-radius: 14px;
  height: 18px;
  width: 18px;
}
.perfectsHighlight .carouselHighlight .slick-dots li button {
  background: none;
  border: 0;
  font-size: 0;
  height: 7px;
  width: 7px;
}
.offers {
  background: #f5f5f5;
  padding: 0  0 50px 0;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .offers {
    background: #ffffff;
  }
}
.offers .ctaMore {
  display: none;
}
.offers .linkArrow {
  margin: 0;
}
.offers .linkArrow.hidden {
  display: none;
}
.offers .blockItems {
  display: none !important;
  overflow: auto;
}
.offers .item {
  margin: 0 auto;
  width: 80%;
}
@media screen and (min-width: 1024px) {
  .offers .item {
    display: inline-block;
    padding: 0 2.44%;
    vertical-align: top;
    width: 26.53%;
  }
}
.offers .item img {
  margin: 0 0 25px 0;
  width: 100%;
}
.offers .item .linkTitle {
  color: #000000;
  text-decoration: none;
}
.offers .item p {
  font-size: 12px;
}
@media screen and (min-width: 1024px) {
  .offers .item p {
    font-size: 18px;
    min-height: 117px;
  }
}
.offers .item p,
.offers .item .title-6 {
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .offers .item p,
  .offers .item .title-6 {
    margin: 0 auto;
    width: 90%;
  }
}
@media screen and (min-width: 768px) {
  .offers .itemLeft,
  .offers .itemRight {
    overflow: hidden;
    width: 30%;
  }
}
@media screen and (min-width: 768px) {
  .offers .itemLeft img,
  .offers .itemRight img {
    margin-left: -60%;
    width: 160%;
  }
}
@media screen and (min-width: 768px) {
  .offers .itemLeft {
    float: left;
  }
}
@media screen and (min-width: 768px) {
  .offers .itemLeft p,
  .offers .itemLeft .title-6 {
    float: right;
  }
}
@media screen and (min-width: 768px) {
  .offers .itemRight {
    float: right;
  }
}
@media screen and (min-width: 768px) {
  .offers .item-center {
    display: inline-block !important;
    margin: 0 auto;
    overflow: auto;
    width: 28%;
  }
}
.offers .highLightDesktop {
  display: none !important;
}
@media screen and (min-width: 1024px) {
  .offers .highLightDesktop {
    display: block !important;
  }
}
.offers .carouselOffers {
  display: block !important;
  margin: 0 auto;
  max-width: 336px;
  width: 80%;
}
.offers .carouselOffers .item {
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .offers .carouselOffers {
    display: none !important;
  }
}
.offers .carouselOffers .slick-dots {
  display: inline-block;
  margin: 20px 0 30px 0;
  text-align: center;
  /* BP : 768 => 1023 */
}
@media screen and (min-width: 768px) {
  .offers .carouselOffers .slick-dots {
    margin-bottom: 35px;
  }
}
.offers .carouselOffers .slick-dots li {
  background: #cdcdcd;
  border-radius: 7px;
  cursor: pointer;
  display: inline-block;
  height: 7px;
  margin: 0 10px;
  vertical-align: middle;
  width: 7px;
}
.offers .carouselOffers .slick-dots li.slick-active {
  background: none;
  border: solid 2px #cdcdcd;
  border-radius: 14px;
  height: 18px;
  width: 18px;
}
.offers .carouselOffers .slick-dots li button {
  background: none;
  border: 0;
  font-size: 0;
  height: 7px;
  width: 7px;
}
.memorable-moments {
  display: none;
  /* BP : 768 => 1023 */
  /* BP : 1024 => + */
}
@media screen and (min-width: 768px) {
  .memorable-moments {
    display: block;
    padding: 60px 0;
  }
}
@media screen and (min-width: 1024px) {
  .memorable-moments {
    overflow: hidden;
    padding: 70px 12.7%;
    text-align: center;
  }
}
.memorable-moments .title-4 {
  text-align: center;
}
.memorable-moments .title-1 {
  margin: 10px 0 30px;
  text-align: center;
  /* BP : 1024 => + */
}
@media screen and (min-width: 1024px) {
  .memorable-moments .title-1 {
    margin-bottom: 70px;
  }
}
.memorable-moments .title-1 span {
  display: none;
}
.memorable-moments .title-1.SOL .sol-text {
  display: block;
}
.memorable-moments .title-1.SOS .sos-text {
  display: block;
}
.memorable-moments .title-1.SOF .sof-text {
  display: block;
}
.memorable-moments .title-1.MGA .mga-text {
  display: block;
}
.memorable-moments .img {
  margin: 0 auto 45px;
  width: 57.3%;
  /* BP : 1024 => + */
}
@media screen and (min-width: 1024px) {
  .memorable-moments .img {
    float: right;
    margin: 0;
    width: 50%;
  }
}
.memorable-moments .block-text {
  -moz-column-count: 2;
  -moz-column-gap: 30px;
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 30px;
  column-gap: 30px;
  padding: 0 17.6%;
  /* BP : 1024 => + */
}
@media screen and (min-width: 1024px) {
  .memorable-moments .block-text {
    -webkit-column-count: auto;
    -moz-column-count: auto;
    column-count: auto;
    display: inline-block;
    padding: 0;
    width: 45%;
  }
}
.memorable-moments .block-text p {
  padding-bottom: 20px;
  text-align: left;
  word-wrap: break-word;
}
.desti {
  background: #000000;
  overflow: auto;
  padding: 50px 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .desti {
    padding: 50px 0 70px 0;
    text-align: left;
  }
}
.desti .title-1 {
  color: #ffffff;
  text-align: center;
}
.desti .description {
  color: #ffffff;
  font-size: 12px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  width: 80%;
}
@media screen and (min-width: 768px) {
  .desti .description {
    display: inline-block !important;
    font-size: 18px;
    margin: 0;
    text-align: left;
    vertical-align: middle;
    width: 24.4%;
  }
}
.desti .description p {
  margin: 0 0 30px 0;
}
@media screen and (min-width: 768px) {
  .desti .description p {
    display: block;
  }
}
.desti .description .linkArrow {
  background: #a98623;
  color: #ffffff;
  display: inline-block;
  font: 8px/50px 'ClanOT-ExtdNews', 'Arial', 'Helevtica', sans-serif;
  height: auto;
  margin: 0;
  padding: 0 25px;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
}
.desti .description .linkArrow:after {
  content: '\e900';
  display: inline-block;
  font: 6px/46px 'icons';
  margin-left: 15px;
  right: auto;
  top: auto;
  vertical-align: top;
}
.desti .description .linkArrow:hover {
  background: #b69844;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .desti .description .linkArrow {
    background: none;
    color: #a98623;
    display: inline-block !important;
    font: 9px/1 'ClanOT-ExtdMedium', 'Arial', 'Helevtica', sans-serif;
    margin: 0;
    padding: 0 51px 0 0;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
    width: auto;
  }
  .desti .description .linkArrow:after {
    content: '\e900';
    font: 6px 'icons';
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: right 0.3s ease-in-out;
    transition: right 0.3s ease-in-out;
  }
  .desti .description .linkArrow:hover {
    background: none;
    color: #a98623;
  }
  .desti .description .linkArrow:hover:after {
    right: -5px;
    -webkit-transition: right 0.3s ease-in-out;
    transition: right 0.3s ease-in-out;
  }
}
.desti .blockPicture {
  display: inline-block;
  margin: 0 0 20px 0;
  max-width: 800px;
  width: 80%;
}
@media screen and (min-width: 768px) {
  .desti .blockPicture {
    margin: 0 5.8% 0 0;
    text-align: left;
    vertical-align: middle;
    width: 57.2%;
  }
}
.desti .blockPicture img {
  display: inline-block;
  width: 100%;
}
.sustainableDvlpmt {
  padding: 50px 0;
  position: relative;
  text-align: center;
}
.sustainableDvlpmt .title-1 {
  line-height: 1em;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .sustainableDvlpmt .title-1 {
    height: 110px;
    margin: 0;
    padding: 0;
    text-align: left !important;
  }
}
.sustainableDvlpmt .logo {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .sustainableDvlpmt .logo {
    height: 150px;
  }
}
.sustainableDvlpmt .logo img {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .sustainableDvlpmt .logo-2 {
    padding: 30px 0 0 0;
  }
}
.sustainableDvlpmt .item {
  margin: 0 auto 40px auto;
  width: 80%;
}
@media screen and (min-width: 768px) {
  .sustainableDvlpmt .item {
    display: inline-block !important;
    margin: 0;
    padding: 0 2.45%;
    text-align: left;
    width: 40%;
    vertical-align: top;
  }
}
.sustainableDvlpmt .item p {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .sustainableDvlpmt .item p {
    margin-bottom: 40px;
    min-height: 6em;
    height: auto;
  }
}
.sustainableDvlpmt .linkArrow {
  background: #a98623;
  color: #ffffff;
  display: inline-block;
  font: 8px/50px 'ClanOT-ExtdNews', 'Arial', 'Helevtica', sans-serif;
  height: auto;
  margin: 0;
  padding: 0 25px;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
}
.sustainableDvlpmt .linkArrow:after {
  content: '\e900';
  display: inline-block;
  font: 6px/46px 'icons';
  margin-left: 15px;
  right: auto;
  top: auto;
  vertical-align: top;
}
.sustainableDvlpmt .linkArrow:hover {
  background: #b69844;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .sustainableDvlpmt .linkArrow {
    background: none;
    color: #a98623;
    display: inline-block !important;
    font: 9px/1 'ClanOT-ExtdMedium', 'Arial', 'Helevtica', sans-serif;
    margin: 0;
    padding: 0 51px 0 0;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
    width: auto;
  }
  .sustainableDvlpmt .linkArrow:after {
    content: '\e900';
    font: 6px 'icons';
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: right 0.3s ease-in-out;
    transition: right 0.3s ease-in-out;
  }
  .sustainableDvlpmt .linkArrow:hover {
    background: none;
    color: #a98623;
  }
  .sustainableDvlpmt .linkArrow:hover:after {
    right: -5px;
    -webkit-transition: right 0.3s ease-in-out;
    transition: right 0.3s ease-in-out;
  }
}
.maps {
  background: #000000;
  color: #ffffff;
  display: none;
  overflow: hidden;
  padding: 90px 10.42%;
  /* BP : 1024 => + */
}
@media screen and (min-width: 768px) {
  .maps {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .maps {
    padding: 100px 12.7% 60px;
  }
}
.maps .title-1 {
  text-align: center;
}
.maps .title-5 {
  margin-bottom: 20px;
}
.maps .map-container {
  display: none;
  /* BP : 768 => 1023 */
  /* BP : 1024 => + */
}
@media screen and (min-width: 768px) {
  .maps .map-container {
    display: block;
    margin-bottom: 50px;
    position: relative;
  }
}
@media screen and (min-width: 1024px) {
  .maps .map-container {
    margin-bottom: 70px;
  }
}
.maps .map-container img {
  cursor: pointer;
  width: 100%;
}
.maps .map-text {
  background: rgba(0, 0, 0, 0.7);
  bottom: 25px;
  font-size: 16px;
  left: 50%;
  padding: 20px 50px 15px;
  position: absolute;
  text-align: center;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 93%;
  /* BP : 1024 => + */
}
@media screen and (min-width: 1024px) {
  .maps .map-text {
    bottom: 30px;
    padding: 20px 30px 15px;
    width: 83%;
  }
}
.maps .map-text .dynamic-height-wrap:before {
  display: none;
}
.maps .map-text .button-2 {
  margin-top: 15px;
}
.maps .map-text .button-2:hover {
  color: #ffffff;
}
.maps .map-infos {
  font: 9px/16px 'ClanOT-ExtdNews', 'Arial', 'Helevtica', sans-serif;
  text-transform: uppercase;
}
.maps .map-address {
  /* BP : 768 => 1023 */
  /* BP : 1024 => + */
}
@media screen and (min-width: 768px) {
  .maps .map-address {
    float: left;
    margin: 0 9% 10px 0;
    width: 41%;
  }
}
@media screen and (min-width: 1024px) {
  .maps .map-address {
    margin: 0 4% 0 0;
    width: 30.5%;
  }
}
.maps .map-contact {
  margin-top: 10px;
  /* BP : 768 => 1023 */
  /* BP : 1024 => + */
}
@media screen and (min-width: 768px) {
  .maps .map-contact {
    float: left;
    margin-top: 0;
    width: 41%;
  }
}
@media screen and (min-width: 1024px) {
  .maps .map-contact {
    margin: 0 4% 0 0;
    width: 30.5%;
  }
}
.maps .map-access {
  display: none;
  /* BP : 768 => 1023 */
  /* BP : 1024 => + */
}
@media screen and (min-width: 768px) {
  .maps .map-access {
    clear: both;
    display: block;
    margin-top: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .maps .map-access {
    clear: none;
    float: left;
    margin-top: 0;
    width: 30.5%;
  }
}
.maps .map-access ul {
  overflow: hidden;
}
.maps .map-access li {
  /* BP : 768 => 1023 */
  /* BP : 1024 => + */
}
@media screen and (min-width: 768px) {
  .maps .map-access li {
    float: left;
    margin: 0 9% 10px 0;
    width: 41%;
  }
}
@media screen and (min-width: 1024px) {
  .maps .map-access li {
    float: none;
    margin: 0 0 20px;
    width: auto;
  }
}
.maps .linkArrow {
  margin: 30px 0;
}
.maps .linkArrow:hover {
  color: #a98623;
}
.tripadvisor {
  padding: 40px;
  text-align: center;
  /* BP : 768 => 1023 */
  /* BP : 1024 => + */
}
@media screen and (min-width: 768px) {
  .tripadvisor {
    padding: 40px 10%;
  }
}
@media screen and (min-width: 1024px) {
  .tripadvisor {
    background: #f5f5f5;
    padding: 60px 13.2%;
  }
}
.tripadvisor .logo {
  font-size: 0;
}
.tripadvisor .logo img {
  display: inline-block;
  max-width: 80%;
  /* BP : 768 => + */
}
@media screen and (min-width: 768px) {
  .tripadvisor .logo img {
    max-width: none;
  }
}
.tripadvisor .baseline {
  color: #b6b6b6;
  font-family: 'garamondpremrproItalic', 'Georgia', serif;
  margin: 10px 0 40px;
  /* BP : 768 => + */
}
@media screen and (min-width: 768px) {
  .tripadvisor .baseline {
    margin: 20px 0 50px;
  }
}
.tripadvisor .carousel-tripadvisor {
  margin-bottom: 40px;
  /* BP : 768 => + */
}
@media screen and (min-width: 768px) {
  .tripadvisor .carousel-tripadvisor {
    margin-bottom: 50px;
    padding: 0 10%;
  }
}
.tripadvisor .title-1 {
  line-height: 1;
  margin-bottom: 20px;
  /* BP : 768 => + */
}
@media screen and (min-width: 768px) {
  .tripadvisor .title-1 {
    font-size: 40px;
  }
}
.tripadvisor .author {
  color: #b6b6b6;
  display: inline-block;
  font: 16px 'garamondpremrpro', 'Georgia', serif;
  position: relative;
  /* BP : 768 => + */
}
@media screen and (min-width: 768px) {
  .tripadvisor .author {
    font-size: 24px;
  }
}
.tripadvisor .author:before {
  background: #b6b6b6;
  content: '';
  height: 1px;
  left: -20px;
  position: absolute;
  top: 50%;
  width: 10px;
  /* BP : 768 => + */
}
@media screen and (min-width: 768px) {
  .tripadvisor .author:before {
    left: -33px;
    width: 19px;
  }
}
.tripadvisor .slick-arrow {
  cursor: pointer;
  font-size: 9px;
  position: absolute;
  top: 20px;
  z-index: 20;
}
.tripadvisor .slick-arrow:hover {
  color: #a98623;
}
.tripadvisor .slick-arrow.left {
  left: 0;
}
.tripadvisor .slick-arrow.right {
  right: 0;
}
.tripadvisor .slick-dots {
  display: inline-block;
  margin-top: 20px;
}
.tripadvisor .slick-dots li {
  background: #cdcdcd;
  border-radius: 7px;
  cursor: pointer;
  display: inline-block;
  height: 7px;
  margin: 0 10px;
  vertical-align: middle;
  width: 7px;
}
.tripadvisor .slick-dots li.slick-active {
  background: none;
  border: solid 2px #cdcdcd;
  border-radius: 14px;
  height: 18px;
  width: 18px;
}
.tripadvisor .slick-dots li button {
  background: none;
  border: 0;
  font-size: 0;
  height: 7px;
  width: 7px;
}
/* POPIN */
.popin-tripadvisorDetails {
  background: #ffffff;
  left: 50% !important;
  position: absolute !important;
  top: 170px !important;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 75% !important;
  /* BP : 768 => 1023 */
  /* BP : 1024 => + */
}
@media screen and (min-width: 768px) {
  .popin-tripadvisorDetails {
    top: 250px !important;
    width: 90% !important;
  }
}
@media screen and (min-width: 1024px) {
  .popin-tripadvisorDetails {
    width: 74% !important;
  }
}
.popin-tripadvisorDetails .ui-dialog-titlebar {
  cursor: pointer;
  height: 0;
  position: absolute;
  right: 10px;
  z-index: 102;
}
.popin-tripadvisorDetails .ui-icon-closethick:after {
  content: 'X' !important;
  color: #a98623 !important;
  font: bold 14px 'icons' !important;
  height: 14px !important;
  margin-top: 0;
  width: 14px !important;
}
@media screen and (min-width: 1024px) {
  .popin-tripadvisorDetails .ui-icon-closethick:after {
      font-size: 20px !important;
      height: 20px !important;
      width: 20px !important;
  }
}
.popin-infos .ui-dialog-content {
  overflow: hidden;
  position: relative;
  z-index: 101;
}
.popin-tripadvisorDetails .popin-head {
  background: #fafafa;
  overflow: hidden;
  padding: 30px 20px;
  /* BP : 768 => 1023 */
  /* BP : 1024 => + */
}
@media screen and (min-width: 768px) {
  .popin-tripadvisorDetails .popin-head {
    padding: 60px 40px 40px;
    position: relative;
  }
}
@media screen and (min-width: 1024px) {
  .popin-tripadvisorDetails .popin-head {
    padding: 60px 60px 40px;
  }
}
.popin-tripadvisorDetails .popin-head .title-1 {
  margin: 0;
  padding: 0;
  text-align: left !important;
  /* BP : 768 => + */
}
@media screen and (min-width: 768px) {
  .popin-tripadvisorDetails .popin-head .title-1 {
    width: 65%;
  }
}
.popin-tripadvisorDetails .popin-head .text {
  font: 13px 'garamondpremrpro', Georgia, serif;
  margin-bottom: 20px;
  /* BP : 768 => + */
}
@media screen and (min-width: 768px) {
  .popin-tripadvisorDetails .popin-head .text {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
.popin-tripadvisorDetails .popin-head .col-1 {
  float: left;
  width: 40%;
  /* BP : 768 => + */
}
@media screen and (min-width: 768px) {
  .popin-tripadvisorDetails .popin-head .col-1 {
    float: none;
    width: auto;
  }
}
.popin-tripadvisorDetails .popin-head .col-1 img {
  width: 100%;
  /* BP : 768 => + */
}
@media screen and (min-width: 768px) {
  .popin-tripadvisorDetails .popin-head .col-1 img {
    display: inline-block;
    vertical-align: bottom;
    width: 130px;
  }
}
.popin-tripadvisorDetails .popin-head .col-1 p {
  color: #b6b6b6;
  font: 10px 'garamondpremrproItalic', Georgia, serif;
  margin-top: 10px;
  /* BP : 768 => + */
}
@media screen and (min-width: 768px) {
  .popin-tripadvisorDetails .popin-head .col-1 p {
    display: inline-block;
    font-size: 14px;
    margin: 0 0 0 10px;
    vertical-align: middle;
  }
}
.popin-tripadvisorDetails .popin-head .col-2 {
  float: right;
  text-align: right;
  width: 60%;
  /* BP : 768 => + */
  /* BP : 1024 => + */
}
@media screen and (min-width: 768px) {
  .popin-tripadvisorDetails .popin-head .col-2 {
    float: none;
    position: absolute;
    right: 30px;
    top: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .popin-tripadvisorDetails .popin-head .col-2 {
    right: 45px;
  }
}
.popin-tripadvisorDetails .popin-head .col-2 img {
  display: inline-block;
  height: 70px;
  margin: 0 5px;
  max-height: 70px;
  max-width: 70px;
  width: 30%;
  /* BP : 768 => 1023 */
  /* BP : 1024 => + */
}
@media screen and (min-width: 768px) {
  .popin-tripadvisorDetails .popin-head .col-2 img {
    margin: 0 10px;
    width: 70px;
  }
}
@media screen and (min-width: 1024px) {
  .popin-tripadvisorDetails .popin-head .col-2 img {
    margin: 0 15px;
  }
}
.popin-tripadvisorDetails .title-review {
  font: 7px 'ClanOT-ExtdMedium', Arial, sans-serif;
  padding: 30px 20px 0;
  text-transform: uppercase;
  /* BP : 768 => 1023 */
  /* BP : 1024 => + */
}
@media screen and (min-width: 768px) {
  .popin-tripadvisorDetails .title-review {
    font-size: 9px;
    padding: 40px 40px 0;
  }
}
@media screen and (min-width: 1024px) {
  .popin-tripadvisorDetails .title-review {
    padding: 40px 60px 0;
  }
}
.popin-tripadvisorDetails .list-review {
  /* BP : 768 => 1023 */
  /* BP : 1024 => + */
}
@media screen and (min-width: 768px) {
  .popin-tripadvisorDetails .list-review {
    padding: 40px 40px 0;
  }
}
@media screen and (min-width: 1024px) {
  .popin-tripadvisorDetails .list-review {
    padding: 40px 60px 0;
  }
}
.popin-tripadvisorDetails .list-review li {
  border-bottom: solid 1px #e6e6e6;
  margin: 0 25px;
  padding: 20px 0;
  /* BP : 768 => 1023 */
}
@media screen and (min-width: 768px) {
  .popin-tripadvisorDetails .list-review li {
    margin: 0;
    overflow: hidden;
    padding: 40px 0;
  }
}
.popin-tripadvisorDetails .list-review .traveler-info {
  overflow: hidden;
  /* BP : 768 => + */
}
@media screen and (min-width: 768px) {
  .popin-tripadvisorDetails .list-review .traveler-info {
    float: left;
    padding-right: 10px;
    width: 25%;
  }
}
.popin-tripadvisorDetails .list-review .traveler-info p {
  font-family: 'garamondpremrpro', Georgia, serif;
}
.popin-tripadvisorDetails .list-review .traveler-info span {
  display: block;
  font: 7px 'ClanOT-ExtdMedium', Arial, sans-serif;
  margin-bottom: 5px;
  text-transform: uppercase;
  /* BP : 768 => 1023 */
}
@media screen and (min-width: 768px) {
  .popin-tripadvisorDetails .list-review .traveler-info span {
    font-size: 9px;
  }
}
.popin-tripadvisorDetails .list-review .col {
  float: left;
  margin-bottom: 20px;
  padding-right: 10px;
  width: 50%;
  /* BP : 768 => + */
}
@media screen and (min-width: 768px) {
  .popin-tripadvisorDetails .list-review .col {
    float: none;
    margin: 0;
    padding: 0;
    width: 100%;
  }
}
.popin-tripadvisorDetails .list-review .trip {
  /* BP : 768 => + */
}
@media screen and (min-width: 768px) {
  .popin-tripadvisorDetails .list-review .trip {
    margin-top: 20px;
  }
}
.popin-tripadvisorDetails .list-review .review {
  /* BP : 768 => + */
}
@media screen and (min-width: 768px) {
  .popin-tripadvisorDetails .list-review .review {
    float: left;
    width: 75%;
  }
}
.popin-tripadvisorDetails .list-review .review .title {
  font: 18px 'garamondpremrproItalic', Georgia, serif;
  /* BP : 768 => + */
}
@media screen and (min-width: 768px) {
  .popin-tripadvisorDetails .list-review .review .title {
    font-size: 24px;
  }
}
.popin-tripadvisorDetails .list-review .review .note {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  width: 64px;
  /* BP : 768 => + */
}
@media screen and (min-width: 768px) {
  .popin-tripadvisorDetails .list-review .review .note {
    margin-right: 10px;
    width: 84px;
  }
}
.popin-tripadvisorDetails .list-review .review .date {
  color: #b6b6b6;
  display: inline-block;
  font: 10px 'garamondpremrproItalic', Georgia, serif;
  /* BP : 768 => + */
}
@media screen and (min-width: 768px) {
  .popin-tripadvisorDetails .list-review .review .date {
    font-size: 14px;
  }
}
.popin-tripadvisorDetails .list-review .review .comment {
  margin-top: 20px;
}
.popin-tripadvisorDetails .list-review .review .button {
  background: none;
  border: 0;
  color: #b6b6b6;
  font: 7px 'ClanOT-ExtdMedium', Arial, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  /* BP : 768 => + */
}
@media screen and (min-width: 768px) {
  .popin-tripadvisorDetails .list-review .review .button {
    font-size: 9px;
  }
}
.popin-tripadvisorDetails .list-review .review .button:after {
  content: '>';
  display: inline-block;
  margin-left: 5px;
}
.popin-tripadvisorDetails .pagination {
  font: 7px 'ClanOT-ExtdMedium', Arial, sans-serif;
  padding: 20px 20px 30px;
  text-transform: uppercase;
  /* BP : 768 => 1023 */
  /* BP : 1024 => + */
}
@media screen and (min-width: 768px) {
  .popin-tripadvisorDetails .pagination {
    font-size: 9px;
    padding: 30px 40px 40px;
  }
}
@media screen and (min-width: 1024px) {
  .popin-tripadvisorDetails .pagination {
    padding: 30px 60px 40px;
  }
}
.popin-tripadvisorDetails .button-wrapper {
  padding: 0 20px 30px;
  text-align: center;
  /* BP : 768 => + */
}
@media screen and (min-width: 768px) {
  .popin-tripadvisorDetails .button-wrapper {
    font-size: 9px;
    padding: 0 0 70px;
  }
}
.popin-tripadvisorDetails .button-1:after {
  display: none;
  /* BP : 768 => + */
}
@media screen and (min-width: 768px) {
  .popin-tripadvisorDetails .button-1:after {
    display: inline-block;
  }
}
.popin-tripadvisorDetails .mentions {
  font: 7px 'ClanOT-ExtdNews', Arial, sans-serif;
  padding: 0 20px 15px;
  text-transform: uppercase;
  /* BP : 768 => 1023 */
  /* BP : 1024 => + */
}
@media screen and (min-width: 768px) {
  .popin-tripadvisorDetails .mentions {
    color: #b6b6b6;
    font-size: 8px;
    padding: 0 40px 30px;
  }
}
@media screen and (min-width: 1024px) {
  .popin-tripadvisorDetails .mentions {
    padding: 0 60px 30px;
  }
}
.roomsPresentation {
  background: #fafafa;
  padding: 50px 0;
}
.roomsPresentation .rooms-nav {
  /* BP : 1024 => + */
}
@media screen and (min-width: 1024px) {
  .roomsPresentation .rooms-nav {
    padding-bottom: 40px;
  }
}
.roomsPresentation .rooms-nav .nav-item {
  font-family: 'garamondpremrpro', 'Georgia', serif;
  /* BP : 1024 => + */
}
@media screen and (min-width: 1024px) {
  .roomsPresentation .rooms-nav .nav-item {
    color: #a0a0a0;
    cursor: pointer;
    font-size: 24px;
    height: 100px;
    outline: none;
    position: relative;
    text-align: center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    white-space: nowrap;
    z-index: 1;
  }
}
.roomsPresentation .rooms-nav .nav-item .inside {
  /* BP : 1024 => + */
}
@media screen and (min-width: 1024px) {
  .roomsPresentation .rooms-nav .nav-item .inside {
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.roomsPresentation .rooms-nav .nav-item.slick-current {
  color: #000000;
  font-size: 68px;
  z-index: 2;
}
.roomsPresentation .rooms-contents .slide {
  outline: none;
  overflow: hidden;
  /* BP : 768 => 1023 */
  /* BP : 1024 => + */
}
@media screen and (min-width: 768px) {
  .roomsPresentation .rooms-contents .slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1024px) {
  .roomsPresentation .rooms-contents .slide {
    display: block;
  }
}
.roomsPresentation .rooms-contents .slide.hidden {
  left: -9999em;
  position: absolute;
}
.roomsPresentation .rooms-contents .button-2 {
  /* BP : 768 => 1023 */
  /* BP : 1024 => + */
}
@media screen and (min-width: 768px) {
  .roomsPresentation .rooms-contents .button-2 {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .roomsPresentation .rooms-contents .button-2 {
    display: none;
  }
}
.roomsPresentation .rooms-contents .bt-show-more {
  display: none;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  text-align: center;
}
.roomsPresentation .rooms-contents .bt-show-more .button-2 {
  cursor: pointer;
  /* BP : 1024 => + */
}
@media screen and (min-width: 1024px) {
  .roomsPresentation .rooms-contents .bt-show-more .button-2 {
    display: inline-block;
  }
}
.roomsPresentation .rooms-contents .bt-show-more.hidden {
  left: -9999px;
  position: absolute;
  top: -9999px;
}
.roomsPresentation .rooms-contents .bt-show-more.active {
  display: block;
}
.roomsPresentation .rooms-contents .content-item {
  border-bottom: 1px solid #dadada;
  margin: 0 10px 40px 10px;
  overflow: hidden;
  position: relative;
  text-align: center;
  /* BP : 768 => 1023 */
  /* BP : 1024 => + */
}
.roomsPresentation .rooms-contents .content-item .debug {
  color: #ffffff;
  font-size: 180px;
  position: absolute;
}
.roomsPresentation .rooms-contents .content-item.more-content {
  left: -9999px;
  position: absolute;
  top: -9999px;
}
.roomsPresentation .rooms-contents .content-item.more-content.visible {
  left: auto;
  position: inherit;
  top: auto;
}
@media screen and (min-width: 768px) {
  .roomsPresentation .rooms-contents .content-item {
    -ms-flex-preferred-size: calc(50% - 12px);
    flex-basis: -webkit-calc(50% - 12px);
    flex-basis: calc(50% - 12px);
    margin: 0 0 40px 0;
  }
}
@media screen and (min-width: 1024px) {
  .roomsPresentation .rooms-contents .content-item {
    border: 0;
    margin: 0 10px 0 10px;
    padding-bottom: 100px;
  }
  .roomsPresentation .rooms-contents .content-item:last-child {
    padding-bottom: 0;
  }
}
.roomsPresentation .rooms-contents .content-item .img {
  padding-bottom: 20px;
  /* BP : 1024 => + */
}
@media screen and (min-width: 1024px) {
  .roomsPresentation .rooms-contents .content-item .img {
    float: left;
    padding: 0 30px 0 0;
    width: 50%;
  }
}
.roomsPresentation .rooms-contents .content-item .img img {
  display: block;
  width: 100%;
}
.roomsPresentation .rooms-contents .content-item .text-content {
  text-align: left;
  /* BP : 1024 => + */
}
@media screen and (min-width: 1024px) {
  .roomsPresentation .rooms-contents .content-item .text-content {
    float: left;
    padding: 0 0 0 30px;
    width: 50%;
  }
}
.roomsPresentation .rooms-contents .content-item .text-content .title {
  font: normal 24px/29px 'garamondpremrpro', 'Georgia', serif;
  padding: 0 0 18px 0;
}
@media screen and (min-width: 768px) {
  .roomsPresentation .rooms-contents .content-item .text-content .title {
    min-height: 76px;
  }
}
@media screen and (min-width: 1024px) {
  .roomsPresentation .rooms-contents .content-item .text-content .title {
    min-height: 0px;
  }
}
.roomsPresentation .rooms-contents .content-item .text-content .block-text {
  padding: 0 0 50px 0;
  /* BP : 1024 => + */
}
@media screen and (min-width: 1024px) {
  .roomsPresentation .rooms-contents .content-item .text-content .block-text {
    font-size: 16px;
    line-height: 21px;
  }
}
.roomsPresentation .rooms-contents .content-item .text-content .block-text .text {
  padding-bottom: 20px;
}
.roomsPresentation .rooms-contents .bt-comparison {
  display: none;
  /* BP : 1024 => + */
}
@media screen and (min-width: 1024px) {
  .roomsPresentation .rooms-contents .bt-comparison {
    display: block;
  }
}
.roomsPresentation .rooms-contents .bt-book {
  padding-bottom: 40px;
  /* BP : 1024 => + */
}
@media screen and (min-width: 1024px) {
  .roomsPresentation .rooms-contents .bt-book {
    padding-bottom: 0;
  }
}
.roomsPresentation .rooms-contents .bt-book .button-1 {
  display: block;
  text-align: center;
  /* BP : 1024 => + */
}
@media screen and (min-width: 1024px) {
  .roomsPresentation .rooms-contents .bt-book .button-1 {
    display: inline-block;
    text-align: left;
  }
}
.roomsPresentation .comparison {
  display: none;
}
.roomsPresentation .dynamic-height-active .dynamic-height-wrap:before {
  background: -webkit-linear-gradient(top, rgba(240, 249, 255, 0) 0%, #fafafa 100%);
  background: linear-gradient(to bottom, rgba(240, 249, 255, 0) 0%, #fafafa 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f0f9ff', endColorstr='#fafafa', GradientType=0);
}
.popin-comparison {
  background: #ffffff;
  left: 50% !important;
  padding: 0 40px 10px;
  position: fixed !important;
  top: 50% !important;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 860px !important;
}
.popin-comparison .comparison {
  max-height: 655px;
  overflow-y: auto;
}
.popin-comparison .table-rooms tr:not(.table-head) {
  border-bottom: solid 1px #e6e6e6;
  font-size: 16px;
}
.popin-comparison .table-rooms tr:not(.table-head) .col-1 p {
  padding-right: 40px;
}
.popin-comparison .table-rooms tr:last-child {
  border-bottom: 0;
}
.popin-comparison .table-rooms tr.active {
  background: #e6e6e6;
}
.popin-comparison .table-rooms td {
  padding: 20px 0;
}
.popin-comparison .table-rooms .col-1 {
  width: 51%;
}
.popin-comparison .table-rooms .col-2,
.popin-comparison .table-rooms .col-3 {
  width: 10.25%;
}
.popin-comparison .table-rooms .col-4 {
  width: 15.7%;
}
.popin-comparison .table-rooms img {
  float: left;
  margin-right: 20px;
  width: 110px;
}
.popin-comparison .table-rooms .button-1:after {
  display: none;
}
.popin-comparison .table-head {
  background: #000000;
  color: #ffffff;
  font-family: 'garamondpremrproBold', 'Georgia', serif;
  font-weight: normal;
  height: 48px;
  text-align: left;
}
.popin-comparison .table-head .col-1 {
  padding-left: 20px;
}
.executiveFloor {
  overflow: hidden;
  padding: 30px 40px;
  /* BP : 768 => 1023 */
  /* BP : 1024 => + */
}
@media screen and (min-width: 768px) {
  .executiveFloor {
    padding: 50px 10.41%;
  }
}
@media screen and (min-width: 1024px) {
  .executiveFloor {
    padding: 80px 12.7%;
  }
}
.executiveFloor .title-1 {
  text-align: center;
}
.executiveFloor .img {
  margin-bottom: 30px;
  width: 100%;
  /* BP : 768 => + */
}
@media screen and (min-width: 768px) {
  .executiveFloor .img {
    float: right;
    width: 51%;
  }
}
.executiveFloor .block-content {
  padding: 0 20px;
  /* BP : 768 => + */
}
@media screen and (min-width: 768px) {
  .executiveFloor .block-content {
    float: left;
    padding: 0;
    width: 39.5%;
  }
}
.executiveFloor .block-content p {
  margin-bottom: 20px;
}
.roomsServicesDetails {
  padding: 35px 40px 20px;
  /* BP : 768 => 1023 */
  /* BP : 1024 => + */
}
@media screen and (min-width: 768px) {
  .roomsServicesDetails {
    padding: 60px 11% 50px;
  }
}
@media screen and (min-width: 1024px) {
  .roomsServicesDetails {
    padding: 90px 12.9% 70px;
  }
}
.roomsServicesDetails .title-1 {
  text-align: center;
}
.roomsServicesDetails .title-tab {
  background: #000000;
  color: #ffffff;
  cursor: pointer;
  font: 15px/45px 'garamondpremrpro', 'Georgia', serif;
  height: 45px;
  margin-bottom: 10px;
  padding-left: 18px;
  position: relative;
  -webkit-transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
  /* BP : 768 => 1023 */
  /* BP : 1024 => + */
}
@media screen and (min-width: 768px) {
  .roomsServicesDetails .title-tab {
    font-size: 24px;
    height: 80px;
    line-height: 80px;
    padding-left: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .roomsServicesDetails .title-tab {
    padding-left: 60px;
  }
}
.roomsServicesDetails .title-tab:after {
  content: '\e914';
  font: 5px 'icons';
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  /* BP : 768 => 1023 */
  /* BP : 1024 => + */
}
@media screen and (min-width: 768px) {
  .roomsServicesDetails .title-tab:after {
    font-size: 10px;
    right: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .roomsServicesDetails .title-tab:after {
    right: 60px;
  }
}
.roomsServicesDetails .title-tab.active {
  background: #fafafa;
  color: #000000;
  height: 60px;
  line-height: 60px;
  -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  /* BP : 768 => + */
}
@media screen and (min-width: 768px) {
  .roomsServicesDetails .title-tab.active {
    height: 120px;
    line-height: 120px;
  }
}
.roomsServicesDetails .title-tab.active:after {
  content: '\e927';
}
.roomsServicesDetails .list-tabs {
  counter-reset: my-counter;
  display: none;
}
.roomsServicesDetails .list-tabs.active {
  background: #fafafa;
  margin: -10px 0 10px;
  padding: 0 25px 15px 18px;
  /* BP : 768 => 1023 */
  /* BP : 1024 => + */
}
@media screen and (min-width: 768px) {
  .roomsServicesDetails .list-tabs.active {
    padding: 0 45px 20px 40px;
  }
}
@media screen and (min-width: 1024px) {
  .roomsServicesDetails .list-tabs.active {
    padding: 0 65px 0 60px;
  }
}
.roomsServicesDetails .list-tabs li {
  font-family: 'garamondpremrpro', 'Georgia', serif;
  margin-bottom: 15px;
  padding-left: 30px;
  position: relative;
  /* BP : 768 => 1023 */
  /* BP : 1024 => + */
}
@media screen and (min-width: 768px) {
  .roomsServicesDetails .list-tabs li {
    display: inline-block;
    margin-bottom: 20px;
    padding-left: 50px;
    vertical-align: top;
    width: 46%;
  }
}
@media screen and (min-width: 768px) {
  .roomsServicesDetails .list-tabs li {
    margin-bottom: 30px;
    padding-left: 60px;
    width: 43%;
  }
}
.roomsServicesDetails .list-tabs li:nth-child(odd) {
  /* BP : 768 => 1023 */
  /* BP : 1024 => + */
}
@media screen and (min-width: 768px) {
  .roomsServicesDetails .list-tabs li:nth-child(odd) {
    margin-right: 35px;
  }
}
@media screen and (min-width: 1024px) {
  .roomsServicesDetails .list-tabs li:nth-child(odd) {
    margin-right: 68px;
  }
}
.roomsServicesDetails .list-tabs li:before,
.roomsServicesDetails .list-tabs li:after {
  color: #a98623;
  font-size: 15px;
  line-height: 1;
  position: absolute;
  top: 0;
  /* BP : 768 => + */
}
@media screen and (min-width: 768px) {
  .roomsServicesDetails .list-tabs li:before,
  .roomsServicesDetails .list-tabs li:after {
    font-size: 30px;
  }
}
.roomsServicesDetails .list-tabs li:before {
  content: counter(my-counter, decimal-leading-zero);
  counter-increment: my-counter;
  left: 7px;
  /* BP : 768 => + */
}
@media screen and (min-width: 768px) {
  .roomsServicesDetails .list-tabs li:before {
    left: 12px;
  }
}
.roomsServicesDetails .list-tabs li:after {
  content: '#';
  left: 0;
}
.roomsServices-01 {
  background: #000000;
  overflow: auto;
  padding: 50px 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .roomsServices-01 {
    text-align: left;
  }
}
.roomsServices-01 .title-1 {
  color: #ffffff;
  text-align: center;
}
.roomsServices-01 .description {
  color: #ffffff;
  font-size: 12px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  width: 80%;
}
@media screen and (min-width: 768px) {
  .roomsServices-01 .description {
    display: inline-block !important;
    font-size: 18px;
    margin: 0;
    text-align: left;
    vertical-align: middle;
    width: 24.4%;
  }
}
.roomsServices-01 .description p {
  margin: 0 0 30px 0;
  padding: 0 5%;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .roomsServices-01 .description p {
    display: block;
    padding: 0;
  }
}
.roomsServices-01 .description .linkArrow {
  background: #a98623;
  color: #ffffff;
  display: inline-block;
  font: 8px/15px 'ClanOT-ExtdNews', 'Arial', 'Helevtica', sans-serif;
  height: auto;
  margin: 0;
  padding: 0 25px;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
  padding-top: 17px;
  padding-bottom: 17px;
}

.roomsServices-01 .description .linkArrow span {
  word-break: break-word;
  overflow-wrap: break-word;
  display: inline-block;
  width: 70%;
  margin-left: -50px;
}

.roomsServices-01 .description .linkArrow:after {
  content: '\e900';
  display: inline-block;
  font: 6px/46px 'icons';
  margin-left: 15px;
  right: auto;
  top: 47%;
  -webkit-transform: translateY(-47%);
  -moz-transform: translateY(-47%);
  -ms-transform: translateY(-47%);
  transform: translateY(-47%);
}
.roomsServices-01 .description .linkArrow:hover {
  background: #b69844;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .roomsServices-01 .description .linkArrow {
    background: none;
    color: #a98623;
    display: inline-block !important;
    font: 9px/1 'ClanOT-ExtdMedium', 'Arial', 'Helevtica', sans-serif;
    margin: 0;
    padding: 0 51px 0 0;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
    width: auto;
  }
  .roomsServices-01 .description .linkArrow:after {
    content: '\e900';
    font: 6px 'icons';
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: right 0.3s ease-in-out;
    transition: right 0.3s ease-in-out;
  }
  .roomsServices-01 .description .linkArrow:hover {
    background: none;
    color: #a98623;
  }
  .roomsServices-01 .description .linkArrow:hover:after {
    right: -5px;
    -webkit-transition: right 0.3s ease-in-out;
    transition: right 0.3s ease-in-out;
  }
}
.roomsServices-01 .blockPicture {
  display: inline-block;
  margin: 0 0 20px 0;
  width: 80%;
}
@media screen and (min-width: 768px) {
  .roomsServices-01 .blockPicture {
    margin: 0 5.8% 0 0;
    text-align: center;
    vertical-align: middle;
    width: 57.2%;
  }
}
.roomsServices-01 .blockPicture img {
  display: inline-block;
  width: 100%;
}
.roomsServices-02 {
  background: #000000;
  overflow: auto;
  padding: 50px 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .roomsServices-02 {
    text-align: left;
  }
}
.roomsServices-02 .title-1 {
  color: #ffffff;
  text-align: center;
}
.roomsServices-02 .description {
  color: #ffffff;
  font-size: 12px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  width: 80%;
}
@media screen and (min-width: 768px) {
  .roomsServices-02 .description {
    display: inline-block !important;
    font-size: 18px;
    margin: 0;
    text-align: left;
    vertical-align: middle;
    width: 24.4%;
  }
}
.roomsServices-02 .description p {
  margin: 0 0 30px 0;
  padding: 0 5%;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .roomsServices-02 .description p {
    display: block;
    padding: 0;
  }
}
.roomsServices-02 .description p strong {
  font-family: 'garamondpremrproCapBold', 'Georgia', serif;
  font-weight: normal;
}
.roomsServices-02 .description .linkArrow {
  background: #a98623;
  color: #ffffff;
  display: inline-block;
  font: 8px/50px 'ClanOT-ExtdNews', 'Arial', 'Helevtica', sans-serif;
  height: auto;
  margin: 0;
  padding: 0 25px;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
}
.roomsServices-02 .description .linkArrow:after {
  display: none;
}
@media screen and (min-width: 768px) {
  .roomsServices-02 .description .linkArrow:after {
    content: '\e900';
    display: inline-block;
    font: 6px/46px 'icons';
    margin-left: 15px;
    right: auto;
    top: auto;
    vertical-align: top;
  }
}
.roomsServices-02 .description .linkArrow:hover {
  background: #b69844;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .roomsServices-02 .description .linkArrow {
    background: none;
    color: #a98623;
    display: inline-block !important;
    font: 9px/1 'ClanOT-ExtdMedium', 'Arial', 'Helevtica', sans-serif;
    margin: 0;
    padding: 0 51px 0 0;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
    width: auto;
  }
  .roomsServices-02 .description .linkArrow:after {
    content: '\e900';
    font: 6px 'icons';
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: right 0.3s ease-in-out;
    transition: right 0.3s ease-in-out;
  }
  .roomsServices-02 .description .linkArrow:hover {
    background: none;
    color: #a98623;
  }
  .roomsServices-02 .description .linkArrow:hover:after {
    right: -5px;
    -webkit-transition: right 0.3s ease-in-out;
    transition: right 0.3s ease-in-out;
  }
}
.roomsServices-02 .blockPicture {
  display: inline-block;
  margin: 0 0 20px 0;
  width: 80%;
}
@media screen and (min-width: 768px) {
  .roomsServices-02 .blockPicture {
    margin: 0 5.8% 0 0;
    text-align: center;
    vertical-align: middle;
    width: 57.2%;
  }
}
.roomsServices-02 .blockPicture img {
  display: inline-block;
  width: 100%;
}
#fact-sheet .title-1 {
  text-align: center;
}
#fact-sheet .roomsSpec {
  display: none;
}
#fact-sheet .roomsSpec .title-1 {
  display: block;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #fact-sheet .roomsSpec .title-1 {
    display: none;
  }
}
#fact-sheet .roomsSpec table {
  background: #ffffff;
  margin: 0 auto;
  width: 80%;
}
@media screen and (min-width: 768px) {
  #fact-sheet .roomsSpec {
    display: block;
  }
}
#fact-sheet .roomsSpec th {
  background: #a98623;
  color: #ffffff;
  font-weight: normal;
}
#fact-sheet .roomsSpec th span {
  display: block;
  font-family: 'garamondpremrproItalic', 'Georgia', sans-serif;
}
#fact-sheet .roomsSpec th,
#fact-sheet .roomsSpec td {
  border-left: 1px solid #e6e6e6;
  display: none;
  font-family: 'garamondpremrpro', 'Georgia', sans-serif;
  padding: 10px 0;
  text-align: center;
}
#fact-sheet .roomsSpec th:nth-child(1),
#fact-sheet .roomsSpec td:nth-child(1),
#fact-sheet .roomsSpec th:nth-child(2),
#fact-sheet .roomsSpec td:nth-child(2),
#fact-sheet .roomsSpec th:nth-child(3),
#fact-sheet .roomsSpec td:nth-child(3) {
  display: table-cell;
}
@media screen and (min-width: 768px) {
  #fact-sheet .roomsSpec th,
  #fact-sheet .roomsSpec td {
    display: table-cell;
  }
}
#fact-sheet .roomsSpec tr:nth-child(odd) {
  background: #f5f5f5;
}
#fact-sheet .roomsSpec td:first-child,
#fact-sheet .roomsSpec th:first-child {
  border-left: 0;
  padding-left: 3.9%;
  text-align: left;
}
#fact-sheet .roomsSpec td:first-child {
  font-family: 'garamondpremrproCap', 'Georgia', sans-serif;
}
#fact-sheet .matriceHall {
  padding: 50px 0;
}
#fact-sheet .matriceHall .btn {
  display: block;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #fact-sheet .matriceHall .btn {
    display: none;
  }
}
#fact-sheet .popin-roomsSpec {
  background: #ffffff;
  height: 80% !important;
  left: 50% !important;
  margin-left: -40% !important;
  padding: 20px 0;
  position: fixed !important;
  top: 80px !important;
  width: 80% !important;
}
#fact-sheet .popin-roomsSpec .roomsSpec {
  height: 90% !important;
  overflow: auto;
}
#fact-sheet .ui-dialog-titlebar-close {
  cursor: pointer;
  display: block;
  position: absolute;
  right: 0;
  text-decoration: none;
  top: -50px;
}
#fact-sheet .ui-dialog:not(.popin-formEvent) .ui-dialog-titlebar-close{
  position: static;
  right: auto;
  top: auto;
  float:right;
  margin-top:6px;
}

#fact-sheet .ui-dialog.popin-engineContent .ui-dialog-titlebar-close {
  display: none;
}
#fact-sheet .ui-icon-closethick {
  margin-left: -5000em;
}
#fact-sheet .ui-icon-closethick:after {
  color: #ffffff;
  content: '\e913';
  display: block;
  font: bold 20px 'icons';
  height: 24px;
  text-decoration: none;
  width: 20px;
}
#fact-sheet .ui-dialog:not(.popin-formEvent, .popin-tripadvisorDetails) .ui-icon-closethick {
  margin-left: 0;
}
#fact-sheet .ui-dialog:not(.popin-formEvent) .ui-icon-closethick:after {
  color: #ffffff;
  content: '';
  font: normal 25px 'cursive';
  height: 50px;
  width: 50px;
}
.equipmentsList {
  background: #000000;
  color: #ffffff;
  display: block;
  overflow: hidden;
  padding: 40px 0;
}
.equipmentsList .title-1 {
  text-align: center;
}
.equipmentsList .list-wrapper {
  -moz-column-count: 2;
  -moz-column-gap: 40px;
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 40px;
  column-gap: 40px;
  padding: 0 60px;
  /* BP : 768 => 1023 */
  /* BP : 1024 => + */
}
@media screen and (min-width: 768px) {
  .equipmentsList .list-wrapper {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
    padding: 0 80px;
  }
}
@media screen and (min-width: 1024px) {
  .equipmentsList .list-wrapper {
    -moz-column-gap: 90px;
    -webkit-column-gap: 90px;
    column-gap: 90px;
    padding: 0 130px;
  }
}
.equipmentsList .list {
  font-family: 'garamondpremrpro', 'Georgia', serif;
}
.equipmentsList .list li {
  margin-bottom: 15px;
  padding-left: 12px;
  position: relative;
  /* BP : 768 => + */
}
@media screen and (min-width: 768px) {
  .equipmentsList .list li {
    margin-bottom: 25px;
    padding-left: 30px;
  }
}
.equipmentsList .list li:before {
  color: #a98623;
  content: '\e921';
  font: 8px 'icons';
  left: 0;
  position: absolute;
  top: 2px;
  /* BP : 768 => + */
}
@media screen and (min-width: 768px) {
  .equipmentsList .list li:before {
    font-size: 16px;
    top: 0;
  }
}
.equipmentsList .dynamic-height-active .dynamic-height-wrap:before {
  background: -webkit-linear-gradient(top, rgba(15, 6, 0, 0) 0%, #000000 100%);
  background: linear-gradient(to bottom, rgba(15, 6, 0, 0) 0%, #000000 100%);
}
.equipmentsList .button-2 {
  margin: 35px 0 0 60px;
  /* BP : 768 => 1023 */
  /* BP : 1024 => + */
}
@media screen and (min-width: 768px) {
  .equipmentsList .button-2 {
    margin-left: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .equipmentsList .button-2 {
    margin-left: 130px;
  }
}
.equipmentsList .button-2:hover {
  color: #ffffff;
}
.srvLimousines {
  background: #000000;
  overflow: auto;
  padding: 50px 0;
  text-align: center;
}
.srvLimousines .innerFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .srvLimousines .innerFlex {
    display: block;
  }
}
.srvLimousines .innerFlex .blockPicture {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.srvLimousines .innerFlex .description {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.srvLimousines .title-1 {
  color: #ffffff;
  text-align: center;
}
.srvLimousines .description {
  color: #ffffff;
  font-size: 12px;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  width: 80%;
}
@media screen and (min-width: 768px) {
  .srvLimousines .description {
    display: inline-block !important;
    font-size: 18px;
    margin: 0 4% 0 0;
    text-align: left;
    vertical-align: middle;
    width: 37%;
  }
}
@media screen and (min-width: 1024px) {
  .srvLimousines .description {
    margin: 0 5.8% 0 0;
    width: 24.4%;
  }
}
.srvLimousines .description p {
  margin: 0 0 30px 0;
  padding: 0 5%;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .srvLimousines .description p {
    display: block;
    padding: 0;
  }
}
.srvLimousines .description a {
  color: #a98623;
  padding: 0 0 0 5%;
}
.srvLimousines .description a:hover {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .srvLimousines .description a {
    font-size: 14px;
    padding: 0;
  }
}
@media screen and (min-width: 1024px) {
  .srvLimousines .description a {
    font-size: 18px;
  }
}
.srvLimousines .blockPicture {
  display: inline-block;
  margin: 0 10% 20px 10%;
}
@media screen and (min-width: 768px) {
  .srvLimousines .blockPicture {
    margin: 0;
    text-align: center;
    vertical-align: middle;
    width: 38%;
  }
}
@media screen and (min-width: 1024px) {
  .srvLimousines .blockPicture {
    width: 44.7%;
  }
}
.srvLimousines .blockPicture img {
  display: inline-block;
  width: 100%;
}
.services {
  background: #fafafa;
  padding: 40px 60px;
  /* BP : 768 => 1023 */
  /* BP : 1024 => + */
}
@media screen and (min-width: 768px) {
  .services {
    padding: 70px 80px;
  }
}
@media screen and (min-width: 1024px) {
  .services {
    padding: 80px 12.7%;
  }
}
.services .title-1 {
  text-align: center;
}
.services .list-services {
  font: 15px 'garamondpremrpro', 'Georgia', sans-serif;
  /* BP : 768 => 1023 */
  /* BP : 1024 => + */
}
@media screen and (min-width: 768px) {
  .services .list-services {
    -moz-column-count: 2;
    -moz-column-gap: 80px;
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 80px;
    column-gap: 80px;
    font-size: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .services .list-services {
    -moz-column-count: 3;
    -moz-column-gap: 70px;
    -webkit-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 70px;
    column-gap: 70px;
  }
}
.services .list-services li {
  cursor: pointer;
  margin-bottom: 25px;
  position: relative;
  /* BP : 768 => + */
}
@media screen and (min-width: 768px) {
  .services .list-services li {
    margin-bottom: 50px;
  }
}
.services .list-services li .icon:before {
  content: '\e914';
  font: 6px 'icons';
  position: absolute;
  right: 0;
  top: 6px;
  /* BP : 768 => + */
}
@media screen and (min-width: 768px) {
  .services .list-services li .icon:before {
    font-size: 10px;
    margin-left: 20px;
    position: static;
  }
}
.services .list-services li.active {
  -webkit-column-break-after: avoid;
  break-after: avoid;
  -webkit-column-break-inside: avoid;
  break-inside: avoid-column;
  page-break-after: avoid;
  page-break-inside: avoid;
}
.services .list-services li.active .icon:before {
  content: '\e927';
}
.services .list-services li.active .list-details,
.services .list-services li.active .details {
  display: block;
}
.services .list-services .no-details {
  cursor: inherit;
}
.services .list-services .no-details:after {
  display: none;
}
.services .list-details,
.services .details {
  color: #6c6c6c;
  display: none;
  font: 12px 'garamondpremrproCap', 'Georgia', sans-serif;
  margin: 15px 0;
  /* BP : 768 => 1023 */
  /* BP : 1024 => + */
}
@media screen and (min-width: 768px) {
  .services .list-details,
  .services .details {
    font-size: 16px;
    margin: 25px 0;
  }
}
@media screen and (min-width: 1024px) {
  .services .list-details,
  .services .details {
    font-size: 18px;
  }
}
.services .list-details li {
  margin-bottom: 0;
}
.services .list-details li:after {
  display: none;
}
.infosTouristique {
  padding: 40px 60px;
  /* BP : 768 => 1023 */
  /* BP : 1024 => + */
}
@media screen and (min-width: 768px) {
  .infosTouristique {
    padding: 60px 80px;
  }
}
@media screen and (min-width: 1024px) {
  .infosTouristique {
    padding: 80px 12.7%;
  }
}
.infosTouristique .title-1 {
  text-align: center;
}
.infosTouristique .list {
  list-style-position: inside;
  list-style-type: disc;
  margin: 20px 0;
  /* BP : 768 => + */
}
@media screen and (min-width: 768px) {
  .infosTouristique .list {
    -moz-column-count: 3;
    -moz-column-gap: 60px;
    -webkit-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 60px;
    column-gap: 60px;
    margin: 30px 0;
  }
}
.infosTouristique .contact {
  color: #6c6c6c;
  /* BP : 768 => + */
}
@media screen and (min-width: 768px) {
  .infosTouristique .contact {
    font-size: 14px;
  }
}
.infosTouristique .contact span {
  display: block;
  /* BP : 768 => + */
}
@media screen and (min-width: 768px) {
  .infosTouristique .contact span {
    display: inline;
  }
}
.infosTouristique .contact span:before {
  /* BP : 768 => + */
}
@media screen and (min-width: 768px) {
  .infosTouristique .contact span:before {
    content: '- ';
  }
}
.infosTouristique .contact span:after {
  /* BP : 768 => + */
}
@media screen and (min-width: 768px) {
  .infosTouristique .contact span:after {
    content: ' |';
  }
}
.top3Services {
  padding: 40px 0;
  /* BP : 768 => 1023 */
  /* BP : 1024 => + */
}
@media screen and (min-width: 768px) {
  .top3Services {
    padding: 60px 0;
  }
}
@media screen and (min-width: 1024px) {
  .top3Services {
    padding: 70px 0;
  }
}
.top3Services .title-1 {
  text-align: center;
}
.top3Services .carousel-services {
  margin: 0 auto;
  width: 75%;
  /* BP : 768 => + */
}
@media screen and (min-width: 768px) {
  .top3Services .carousel-services {
    width: 100%;
  }
}
.top3Services .carousel-services .carousel-item {
  background: #fafafa;
  /* BP : 768 => 1023 */
  /* BP : 1024 => + */
}
@media screen and (min-width: 768px) {
  .top3Services .carousel-services .carousel-item {
    background: none;
    margin: 0 25px;
  }
}
@media screen and (min-width: 1024px) {
  .top3Services .carousel-services .carousel-item {
    margin: 0 10px;
  }
}
.top3Services .carousel-services .carousel-item .inner {
  /* BP : 768 => 1023 */
  /* BP : 1024 => + */
}
@media screen and (min-width: 768px) {
  .top3Services .carousel-services .carousel-item .inner {
    padding: 25px;
  }
}
@media screen and (min-width: 1024px) {
  .top3Services .carousel-services .carousel-item .inner {
    overflow: hidden;
    padding: 50px 40px;
  }
}
.top3Services .carousel-services .carousel-item .inner a {
  color: #000000;
  text-decoration: none;
}
.top3Services .carousel-services .carousel-item .title {
  font: 24px 'garamondpremrpro', 'Georgia', serif;
  margin-bottom: 10px;
  /* BP : 768 => + */
}
@media screen and (min-width: 768px) {
  .top3Services .carousel-services .carousel-item .title {
    margin-bottom: 20px;
  }
}
.top3Services .carousel-services .carousel-item.slick-current {
  /* BP : 768 => 1023 */
}
@media screen and (min-width: 768px) {
  .top3Services .carousel-services .carousel-item.slick-current {
    background: #fafafa;
  }
}
.top3Services .carousel-services img {
  margin-bottom: 25px;
  width: 100%;
  /* BP : 768 => 1023 */
  /* BP : 1024 => + */
}
@media screen and (min-width: 768px) {
  .top3Services .carousel-services img {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .top3Services .carousel-services img {
    float: left;
    margin: 0 26px 0 0;
    width: 58%;
  }
}
.top3Services .carousel-services .block-description {
  margin-bottom: 15px;
  padding: 0 15px 30px;
  /* BP : 768 => 1023 */
  /* BP : 1024 => + */
}
@media screen and (min-width: 768px) {
  .top3Services .carousel-services .block-description {
    margin-bottom: 0;
    padding: 0;
  }
}
@media screen and (min-width: 1024px) {
  .top3Services .carousel-services .block-description {
    float: left;
    width: 37%;
  }
}
.top3Services .carousel-services .block-description p {
  margin-bottom: 15px;
  /* BP : 768 => + */
}
@media screen and (min-width: 768px) {
  .top3Services .carousel-services .block-description p {
    margin-bottom: 30px;
  }
}
.top3Services .carousel-services .list {
  list-style-position: inside;
  list-style-type: disc;
  margin-top: -15px;
  /* BP : 768 => + */
}
@media screen and (min-width: 768px) {
  .top3Services .carousel-services .list {
    margin-top: -30px;
  }
}
.fbHighlight {
  background: #000000;
  color: #ffffff;
  padding: 50px 0;
  text-align: center;
}
.fbHighlight .linkArrow {
  margin: 0;
}
.fbHighlight .blockItems {
  display: none;
  overflow: auto;
}
.fbHighlight .item {
  margin: 0 auto;
  text-align: center;
  width: 80%;
}
@media screen and (min-width: 768px) {
  .fbHighlight .item {
    display: inline-block;
    padding: 0 2.44%;
    vertical-align: top;
    width: 26.53%;
  }
}
.fbHighlight .item p {
  margin: 0 auto;
  max-width: 350px;
}
@media screen and (min-width: 768px) {
  .fbHighlight .item p {
    max-width: none;
  }
}
.fbHighlight .item img {
  display: inline-block;
  margin: 0 0 25px 0;
  max-width: 350px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .fbHighlight .item img {
    max-width: none;
  }
}
.fbHighlight .item p {
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .fbHighlight .item p {
    font-size: 18px;
    min-height: 117px;
  }
}
.fbHighlight .item p,
.fbHighlight .item .title-6 {
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .fbHighlight .item p,
  .fbHighlight .item .title-6 {
    margin: 0 auto;
    min-height: 82px;
    width: 90%;
  }
}
@media screen and (min-width: 768px) {
  .fbHighlight .itemLeft,
  .fbHighlight .itemRight {
    overflow: hidden;
    width: 30%;
  }
}
@media screen and (min-width: 768px) {
  .fbHighlight .itemLeft img,
  .fbHighlight .itemRight img {
    margin-left: -60%;
    width: 160%;
  }
}
@media screen and (min-width: 768px) {
  .fbHighlight .itemLeft {
    float: left;
  }
}
@media screen and (min-width: 768px) {
  .fbHighlight .itemLeft p,
  .fbHighlight .itemLeft .title-6 {
    float: right;
  }
}
@media screen and (min-width: 768px) {
  .fbHighlight .itemRight {
    float: right;
  }
}
@media screen and (min-width: 768px) {
  .fbHighlight .item-center {
    display: inline-block;
    margin: 0 auto;
    overflow: auto;
    width: 28%;
  }
}
.fbHighlight .highLightDesktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .fbHighlight .highLightDesktop {
    display: block;
  }
}
.fbHighlight .carouselFbHighlight {
  display: block;
  margin: 0 auto;
  width: 80%;
}
.fbHighlight .carouselFbHighlight .item {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .fbHighlight .carouselFbHighlight {
    display: none;
  }
}
.fbHighlight .carouselFbHighlight .slick-dots {
  display: inline-block;
  margin: 20px 0 30px 0;
  text-align: center;
  /* BP : 768 => 1023 */
}
@media screen and (min-width: 768px) {
  .fbHighlight .carouselFbHighlight .slick-dots {
    margin-bottom: 35px;
  }
}
.fbHighlight .carouselFbHighlight .slick-dots li {
  background: #cdcdcd;
  border-radius: 7px;
  cursor: pointer;
  display: inline-block;
  height: 7px;
  margin: 0 10px;
  vertical-align: middle;
  width: 7px;
}
.fbHighlight .carouselFbHighlight .slick-dots li.slick-active {
  background: none;
  border: solid 2px #cdcdcd;
  border-radius: 14px;
  height: 18px;
  width: 18px;
}
.fbHighlight .carouselFbHighlight .slick-dots li button {
  background: none;
  border: 0;
  font-size: 0;
  height: 7px;
  width: 7px;
}
.barsList {
  background: #f5f5f5;
  padding: 50px 0;
  position: relative;
  text-align: center;
}
.barsList .item {
  display: inline-block;
  padding: 0 10% 60px 10%;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .barsList .item {
    padding: 0 2.4% 60px 2.4%;
    width: 37.4%;
  }
}
@media screen and (min-width: 1024px) {
  .barsList .item {
    display: block;
    width: 100%;
  }
}
.barsList .innerFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .barsList .innerFlex {
    display: block;
  }
}
.barsList .col1,
.barsList .col2,
.barsList .col3 {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  width: 100%;
}
.barsList .col1 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  padding-right: 2.5%;
}
@media screen and (min-width: 1024px) {
  .barsList .col1 {
    width: 35.1%;
  }
}
.barsList .col1 span {
  display: block;
  font-family: 'garamondpremrproItalic', 'Georgia', serif;
}
.barsList .col2 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  padding-right: 2.5%;
}
@media screen and (min-width: 1024px) {
  .barsList .col2 {
    width: 10.5%;
  }
}
.barsList .col2 span {
  display: block;
  font-family: 'garamondpremrproItalic', 'Georgia', serif;
}
.barsList .col2 a {
  color: #a98623;
  font-size: 14px;
}
.barsList .col2 a:hover {
  text-decoration: none;
}
.barsList .col2 sup {
  font-size: 9px;
}
.barsList .col3 {
  margin-bottom: 20px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
@media screen and (min-width: 1024px) {
  .barsList .col3 {
    width: 23.1%;
  }
}
.barsList .col3 img {
  width: 100%;
}
.barsList .title-1 {
  text-align: center;
}
.barsList .title-8 {
  display: block;
  padding-bottom: 20px;
}
.barsList p {
  padding-bottom: 20px;
}
.barsList .btn {
  border-top: solid 1px #dadada;
  margin: 0 auto;
  padding-top: 50px;
  width: 80%;
}
@media screen and (min-width: 768px) {
  .barsList .btn {
    width: 71%;
  }
}
@media screen and (min-width: 1024px) {
  .barsList .btn {
    border: 0;
    padding: 0;
    width: auto;
  }
}
@media screen and (max-width: 1023px) {
  .barsList .btnSquare {
    background: none;
    border: 0;
    color: #a98623;
    display: inline-block;
    font: 9px/1 'ClanOT-ExtdMedium', 'Arial', 'Helevtica', sans-serif;
    padding-right: 15px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
  }
  .barsList .btnSquare:after {
    content: '\e91f';
    font: 8px 'icons';
    position: absolute;
    right: 0;
    top: 0;
  }
  .barsList .btnSquare:hover {
    color: #000000;
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
  }
}
.listRestos {
  padding: 35px 0;
  /* BP : 768 => 1023 */
  /* BP : 1024 => + */
}
@media screen and (min-width: 768px) {
  .listRestos {
    padding: 50px 0;
  }
}
@media screen and (min-width: 1024px) {
  .listRestos {
    padding: 70px 0;
  }
}
.listRestos .title-1 {
  text-align: center;
}
.listRestos .carousel-restaurants {
  margin: 0 auto;
  width: 75%;
  /* BP : 768 => + */
}
@media screen and (min-width: 768px) {
  .listRestos .carousel-restaurants {
    width: 100%;
  }
}
.listRestos .carousel-restaurants .carousel-item {
  background: #f5f5f5;
  /* BP : 768 => 1023 */
  /* BP : 1024 => + */
}
@media screen and (min-width: 768px) {
  .listRestos .carousel-restaurants .carousel-item {
    background: none;
    margin: 0 40px;
    opacity: 0.5;
    overflow: hidden;
  }
}
@media screen and (min-width: 1024px) {
  .listRestos .carousel-restaurants .carousel-item {
    background: none;
    margin: 0 50px;
  }
}
.listRestos .carousel-restaurants .carousel-item .title {
  font: 24px 'garamondpremrpro', 'Georgia', serif;
  /* BP : 768 => 1023 */
}
@media screen and (min-width: 768px) {
  .listRestos .carousel-restaurants .carousel-item .title {
    font-size: 30px;
  }
}
.listRestos .carousel-restaurants .carousel-item .subtitle {
  font: 15px 'garamondpremrproItalic', 'Georgia', serif;
  margin-bottom: 20px;
  /* BP : 768 => 1023 */
}
@media screen and (min-width: 768px) {
  .listRestos .carousel-restaurants .carousel-item .subtitle {
    font-size: 22px;
  }
}
.listRestos .carousel-restaurants .carousel-item .linkArrow {
  margin: 30px 0 0;
}
.listRestos .carousel-restaurants .carousel-item .timetable strong,
.listRestos .carousel-restaurants .carousel-item .block-details p strong {
  font-family: 'garamondpremrproCapBold', 'Georgia', sans-serif;
  font-weight: normal;
}
.listRestos .carousel-restaurants .carousel-item .timetable span,
.listRestos .carousel-restaurants .carousel-item .block-details p span {
  display: block;
  font-family: 'garamondpremrproItalic', 'Georgia', sans-serif;
}
.listRestos .carousel-restaurants .carousel-item .timetable {
  margin-top: 25px;
}
.listRestos .carousel-restaurants .carousel-item.slick-current {
  opacity: 1;
}
.listRestos .carousel-restaurants .carousel-item.slick-current .title {
  color: #a98623;
}
.listRestos .carousel-restaurants img {
  margin-bottom: 25px;
  width: 100%;
  /* BP : 768 => 1023 */
}
@media screen and (min-width: 768px) {
  .listRestos .carousel-restaurants img {
    margin-bottom: 30px;
  }
}
.listRestos .carousel-restaurants .block-description {
  margin-bottom: 15px;
  padding: 0 20px;
  /* BP : 768 => 1023 */
  /* BP : 1024 => + */
}
@media screen and (min-width: 768px) {
  .listRestos .carousel-restaurants .block-description {
    float: left;
    margin-bottom: 0;
    padding: 0;
    width: 60%;
  }
}
@media screen and (min-width: 1024px) {
  .listRestos .carousel-restaurants .block-description {
    width: 55%;
  }
}
.listRestos .carousel-restaurants .block-details {
  margin-bottom: 30px;
  padding: 0 20px;
  /* BP : 768 => 1023 */
  /* BP : 1024 => + */
}
@media screen and (min-width: 768px) {
  .listRestos .carousel-restaurants .block-details {
    float: right;
    padding: 0;
    width: 30%;
  }
}
@media screen and (min-width: 1024px) {
  .listRestos .carousel-restaurants .block-details {
    width: 35%;
  }
}
.listRestos .carousel-restaurants .block-details p {
  font-size: 16px;
  margin-bottom: 20px;
}
.listRestos .book-table {
  border: red solid 1px;
  height: 500px;
  width: 100%;
}
.listRestos .book-table .booking-engine > h3 {
  color: red;
  display: none;
}
.honeymoon {
  background: url('/imagerie/fact-sheet/background-honeymoon.jpg') #5e001f top center no-repeat;
  color: #ffffff;
  padding: 35px 55px;
  /* BP : 768 => 1023 */
  /* BP : 1024 => + */
}
@media screen and (min-width: 768px) {
  .honeymoon {
    background-size: cover;
    padding: 60px 20%;
  }
}
@media screen and (min-width: 1024px) {
  .honeymoon {
    padding: 50px 30%;
  }
  .honeymoon p {
    padding: 0 16%;
  }
}
.honeymoon .title-1 {
  text-align: center;
}
.honeymoon .list-docs {
  margin-top: 30px;
  text-align: center;
}
.storyInStyle {
  padding: 40px;
  /* BP : 768 => 1023 */
}
@media screen and (min-width: 768px) {
  .storyInStyle {
    padding: 60px 16%;
  }
}
.storyInStyle .container {
  background: url('/imagerie/fact-sheet/backgournd-storystyle.jpg') center center no-repeat;
  background-size: cover;
  padding: 60px 0;
  /* BP : 768 => + */
}
@media screen and (min-width: 768px) {
  .storyInStyle .container {
    padding: 90px 0;
  }
}
.storyInStyle .content {
  background: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  margin: 0 auto;
  max-width: 300px;
  padding: 40px 0;
  text-align: center;
  width: 82%;
  /* BP : 768 => + */
}
@media screen and (min-width: 768px) {
  .storyInStyle .content {
    max-width: inherit;
    padding: 35px 0;
    width: 395px;
  }
}
.storyInStyle .title-1 {
  line-height: 1;
  /* BP : 1024 => + */
}
@media screen and (min-width: 1024px) {
  .storyInStyle .title-1 {
    margin-bottom: 25px;
  }
}
.storyInStyle .button-1:after {
  display: none;
  /* BP : 768 => 1023 */
}
@media screen and (min-width: 768px) {
  .storyInStyle .button-1:after {
    display: inline-block;
  }
}
.infosWeddings {
  overflow: auto;
  padding: 50px 0;
}
.infosWeddings .blockItems {
  display: inline-block;
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  .infosWeddings .blockItems {
    margin: 0 8.5%;
  }
}
@media screen and (min-width: 1024px) {
  .infosWeddings .blockItems {
    margin: 0 0 0 12.9%;
    width: 60.5%;
  }
}
.infosWeddings .blockItems .item {
  background: #f5f5f5;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .infosWeddings .blockItems .item {
    background: none;
    margin: 0 2.5% 40px 2.5%;
    padding: 0;
    width: 44%;
  }
}
@media screen and (min-width: 1024px) {
  .infosWeddings .blockItems .item {
    margin: 0 5% 40px 0;
    width: 40%;
  }
}
@media screen and (min-width: 768px) {
  .infosWeddings .blockItems .itemTitle {
    font: 30px 'garamondpremrpro', 'Georgia', serif;
    margin-bottom: 10px;
  }
}
.infosWeddings .picture {
  display: none;
}
@media screen and (min-width: 1024px) {
  .infosWeddings .picture {
    display: inline-block;
    float: right;
    width: 18%;
  }
  .infosWeddings .picture img {
    width: 100%;
  }
}
.infosWeddings .carousel-infos-weddings {
  display: block;
  margin: 0 auto;
  width: 80%;
}
.infosWeddings .carousel-infos-weddings .item {
  display: block;
  padding: 25px 0;
  text-align: center;
}
.infosWeddings .carousel-infos-weddings .item .itemTitle {
  font: 24px 'garamondpremrpro', 'Georgia', serif;
  margin-bottom: 10px;
}
.infosWeddings .carousel-infos-weddings .item p {
  padding: 0 25px;
}
@media screen and (min-width: 768px) {
  .infosWeddings .carousel-infos-weddings {
    display: none;
  }
}
.infosWeddings .blockItemsDesktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .infosWeddings .blockItemsDesktop {
    display: inline-block;
  }
}
.infosWeddings .carousel-pagination {
  display: block;
}
@media screen and (min-width: 768px) {
  .infosWeddings .carousel-pagination {
    display: none;
  }
}
.contact-thalasso {
  padding: 0 40px 47px;
  /* BP : 768 => 1023 */
  /* BP : 1024 => + */
  /* SPA1 */
  /* SPA2 */
  /* SPA3 */
}
@media screen and (min-width: 768px) {
  .contact-thalasso {
    padding: 0 80px 70px;
  }
}
@media screen and (min-width: 1024px) {
  .contact-thalasso {
    padding: 0 12.7% 130px;
  }
}
.contact-thalasso .inner {
  border: solid 1px #e6e6e6;
  overflow: hidden;
  padding: 25px 20px;
  position: relative;
  /* BP : 768 => 1023 */
  /* BP : 1024 => + */
}
@media screen and (min-width: 768px) {
  .contact-thalasso .inner {
    padding: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .contact-thalasso .inner {
    padding: 40px 13% 50px;
  }
}
.contact-thalasso .title-1 {
  padding: 0;
  text-align: center;
}
.contact-thalasso .col-1 {
  /* BP : 768 => 1023 */
}
@media screen and (min-width: 768px) {
  .contact-thalasso .col-1 {
    float: right;
    width: 48%;
  }
}
.contact-thalasso .col-2 {
  /* BP : 768 => 1023 */
}
@media screen and (min-width: 768px) {
  .contact-thalasso .col-2 {
    float: left;
    width: 43%;
  }
}
.contact-thalasso strong {
  font-family: 'garamondpremrproCapBold', 'Georgia', serif;
  font-weight: normal;
}
.contact-thalasso .link {
  color: #a98623;
}
.contact-thalasso .link:hover {
  text-decoration: none;
}
.contact-thalasso.contactThalasso .inner {
  padding-top: 130px;
  /* BP : 768 => + */
}
@media screen and (min-width: 768px) {
  .contact-thalasso.contactThalasso .inner {
    padding-top: 40px;
  }
}
.contact-thalasso.contactThalasso .logo {
  left: 50%;
  position: absolute;
  top: 30px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 93px;
  /* BP : 768 => 1023 */
  /* BP : 1024 => + */
}
@media screen and (min-width: 768px) {
  .contact-thalasso.contactThalasso .logo {
    margin-bottom: 40px;
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 182px;
  }
}
@media screen and (min-width: 1024px) {
  .contact-thalasso.contactThalasso .logo {
    width: 155px;
  }
}
.contact-thalasso.contactThalasso .col-1 {
  /* BP : 768 => 1023 */
}
@media screen and (min-width: 768px) {
  .contact-thalasso.contactThalasso .col-1 {
    clear: both;
  }
}
.contact-thalasso.contactThalasso .col-2 {
  margin-bottom: 30px;
  /* BP : 768 => 1023 */
}
@media screen and (min-width: 768px) {
  .contact-thalasso.contactThalasso .col-2 {
    margin-bottom: 0;
  }
}
.contact-thalasso.contactThalasso .timetable {
  margin: 20px 0;
  /* BP : 768 => 1023 */
  /* BP : 1024 => + */
}
@media screen and (min-width: 768px) {
  .contact-thalasso.contactThalasso .timetable {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .contact-thalasso.contactThalasso .timetable {
    margin-bottom: 30px;
  }
}
.contact-thalasso.contactThalasso .button-1:after {
  display: none;
  /* BP : 768 => + */
}
@media screen and (min-width: 768px) {
  .contact-thalasso.contactThalasso .button-1:after {
    display: inline-block;
  }
}
.contact-thalasso.contactSoSpa .logo {
  margin: 0 auto;
  width: 117px;
  /* BP : 768 => + */
}
@media screen and (min-width: 768px) {
  .contact-thalasso.contactSoSpa .logo {
    margin: 0;
    width: 180px;
  }
}
.contact-thalasso.contactSoSpa .col-1 {
  text-align: center;
  /* BP : 768 => 1023 */
  /* BP : 1024 => + */
}
@media screen and (min-width: 768px) {
  .contact-thalasso.contactSoSpa .col-1 {
    padding-top: 40px;
    text-align: left;
  }
}
@media screen and (min-width: 1024px) {
  .contact-thalasso.contactSoSpa .col-1 {
    padding-top: 30px;
  }
}
.contact-thalasso.contactSoSpa .timetable {
  margin: 30px 0 25px;
  text-align: center;
  /* BP : 768 => + */
}
@media screen and (min-width: 768px) {
  .contact-thalasso.contactSoSpa .timetable {
    margin: 40px 0 0;
    text-align: left;
  }
}
.contact-thalasso.contactSoSpa .button-1 {
  margin-top: 30px;
}
.contact-thalasso.contactSpa .inner {
  /* BP : 768 => 1023 */
  /* BP : 1024 => + */
}
@media screen and (min-width: 768px) {
  .contact-thalasso.contactSpa .inner {
    padding: 40px 80px;
  }
}
@media screen and (min-width: 768px) {
  .contact-thalasso.contactSpa .inner {
    padding: 40px 5.2%;
  }
}
.contact-thalasso.contactSpa .col-1 {
  text-align: center;
  /* BP : 768 => 1023 */
  /* BP : 1024 => + */
}
@media screen and (min-width: 768px) {
  .contact-thalasso.contactSpa .col-1 {
    padding-top: 0;
    text-align: left;
  }
}
@media screen and (min-width: 1024px) {
  .contact-thalasso.contactSpa .col-1 {
    float: left;
    width: 39%;
  }
}
.contact-thalasso.contactSpa .col-2 {
  /* BP : 1024 => + */
}
@media screen and (min-width: 1024px) {
  .contact-thalasso.contactSpa .col-2 {
    width: 34%;
  }
}
.contact-thalasso.contactSpa .timetable {
  margin: 30px 0 25px;
  text-align: center;
  /* BP : 768 => + */
}
@media screen and (min-width: 768px) {
  .contact-thalasso.contactSpa .timetable {
    margin: 0;
    text-align: left;
  }
}
.contact-thalasso.contactSpa .button-wrapper {
  text-align: center;
  /* BP : 768 => + */
  /* BP : 1024 => + */
}
@media screen and (min-width: 768px) {
  .contact-thalasso.contactSpa .button-wrapper {
    clear: both;
  }
}
@media screen and (min-width: 1024px) {
  .contact-thalasso.contactSpa .button-wrapper {
    clear: none;
    float: right;
  }
}
.contact-thalasso.contactSpa .button-1 {
  margin-top: 30px;
  /* BP : 1024 => + */
}
@media screen and (min-width: 1024px) {
  .contact-thalasso.contactSpa .button-1 {
    margin-top: 0;
  }
}
.treatment {
  padding: 25px 0 40px;
  /* BP : 768 => 1023 */
  /* BP : 1024 => + */
  /* SPA1 */
  /* SPA2&3 */
}
@media screen and (min-width: 768px) {
  .treatment {
    padding: 60px 0 50px;
  }
}
@media screen and (min-width: 1024px) {
  .treatment {
    padding-top: 40px;
  }
}
.treatment .title-1 {
  text-align: center;
}
.treatment .list {
  -moz-column-count: 2;
  -moz-column-gap: 20px;
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 20px;
  column-gap: 20px;
  font-family: 'garamondpremrpro', 'Georgia', serif;
  padding: 0 60px;
  /* BP : 768 => 1023 */
  /* BP : 1024 => + */
}
@media screen and (min-width: 768px) {
  .treatment .list {
    -moz-column-count: 3;
    -moz-column-gap: 90px;
    -webkit-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 90px;
    column-gap: 90px;
    padding: 0 80px;
  }
}
@media screen and (min-width: 1024px) {
  .treatment .list {
    padding: 0 18.55%;
  }
}
.treatment .list li {
  margin-bottom: 15px;
  padding-left: 12px;
  position: relative;
  /* BP : 768 => + */
}
@media screen and (min-width: 768px) {
  .treatment .list li {
    margin-bottom: 25px;
    padding-left: 30px;
  }
}
.treatment .list li:before {
  color: #a98623;
  content: '\e921';
  font: 8px 'icons';
  left: 0;
  position: absolute;
  top: 2px;
  /* BP : 768 => + */
}
@media screen and (min-width: 768px) {
  .treatment .list li:before {
    font-size: 16px;
    top: 0;
  }
}
.treatment.personnalizedTreatment {
  background: #fafafa;
}
.treatment.personnalizedTreatmentSpa {
  background: #000000;
  color: #ffffff;
}
.seaAndSpaTreatment {
  background: #dfeaf2;
  padding: 50px 0;
}
@media screen and (min-width: 768px) {
  .seaAndSpaTreatment .carousel-pagination {
    display: none;
  }
}
.seaAndSpaTreatment .blockItemsDesktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .seaAndSpaTreatment .blockItemsDesktop {
    display: block;
  }
}
.seaAndSpaTreatment .blockItemsDesktop .slick-dots {
  bottom: 75px;
  left: 50px;
  position: absolute;
}
.seaAndSpaTreatment .blockItemsDesktop .itemRight .slick-dots {
  bottom: 5px;
  left: auto;
  right: 50px;
}
.seaAndSpaTreatment .blockItemsDesktop .slick-dots li {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 8px;
  cursor: pointer;
  display: inline-block;
  height: 8px;
  margin: 0 3px;
  vertical-align: middle;
  width: 8px;
}
.seaAndSpaTreatment .blockItemsDesktop .slick-dots li.slick-active {
  background: #ffffff;
}
.seaAndSpaTreatment .blockItemsDesktop .slick-dots li button {
  background: none;
  border: 0;
  font-size: 0;
  height: 8px;
  outline: none;
  width: 8px;
}
.seaAndSpaTreatment .blockItemsMobile {
  display: block;
  margin: 0 auto;
  width: 80%;
}
@media screen and (min-width: 768px) {
  .seaAndSpaTreatment .blockItemsMobile {
    display: none;
  }
}
.seaAndSpaTreatment .clear:after {
  clear: both;
  content: '';
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}
.seaAndSpaTreatment .item {
  margin: 0 auto;
  max-width: 802px;
  min-height: 550px;
  position: relative;
  text-align: right;
  width: 90%;
}
@media screen and (min-width: 768px) {
  .seaAndSpaTreatment .item {
    margin: 0 0 120px 0;
    width: 100%;
  }
}
.seaAndSpaTreatment .item .blockText {
  background: #ffffff;
  display: inline-block;
  font: normal 16px 'garamondpremrproCap', 'Georgia', serif;
  padding: 50px 40px;
  position: relative;
  width: 100%;
}
.seaAndSpaTreatment .item .blockText p {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .seaAndSpaTreatment .item .blockText {
    margin-top: 50px;
    max-width: 450px;
    min-height: 450px;
    padding: 130px 70px;
    width: 368px;
  }
}
.seaAndSpaTreatment .item .picture {
  left: 0;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  top: 0;
  width: 100%;
}
.seaAndSpaTreatment .item .picture img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .seaAndSpaTreatment .item .picture {
    height: 490px;
    position: absolute;
    width: 560px;
  }
}
.seaAndSpaTreatment .item.itemRight {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .seaAndSpaTreatment .item.itemRight {
    float: right;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .seaAndSpaTreatment .item.itemRight .picture {
    height: 385px;
    left: auto;
    right: 0;
    width: 511px;
  }
}
@media screen and (min-width: 768px) {
  .seaAndSpaTreatment .item.itemRight .blockText {
    margin-top: -55px;
  }
}
.seaAndSpaTreatment .item h4 {
  font: normal 30px 'garamondpremrpro', 'Arial', serif;
  padding-bottom: 30px;
  text-align: center;
  word-wrap: break-word;
}
@media screen and (min-width: 768px) {
  .seaAndSpaTreatment .item h4 {
    font-size: 38px;
    text-align: left;
  }
}
#fact-sheet {
  /* BRAND THEMING*/
  /* li list */
}
#fact-sheet #dates-sejour .tSubmit {
  max-width: none;
}
#fact-sheet.popinMode {
  overflow: auto !important;
  position: relative !important;
}
#fact-sheet.popinMode .mainContainer {
  height: 700px !important;
  overflow: hidden !important;
  position: relative !important;
}
#fact-sheet .icohelp:before {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  #fact-sheet .icohelp:before {
    margin-top: -8px;
  }
}
#fact-sheet #engineContainer {
  display: none;
}
@media screen and (min-width: 768px) {
  #fact-sheet #engineContainer {
    display: block;
  }
}
#fact-sheet .mainContainer {
  margin: 0;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #fact-sheet .mainContainer {
    width: auto;
  }
}
#fact-sheet .tabOff {
  height: 400px;
  left: -9999px;
  position: absolute;
  top: -9999px;
  width: 400px;
}
#fact-sheet .section-1 {
  padding: 0 60px;
  /* BP : 768 => 1023 */
  /* BP : 1024 => + */
}
@media screen and (min-width: 768px) {
  #fact-sheet .section-1 {
    padding: 0 10.41%;
  }
}
@media screen and (min-width: 1024px) {
  #fact-sheet .section-1 {
    padding: 0 12.7%;
  }
}
#fact-sheet .list-docs li {
  margin-bottom: 10px;
  /* BP : 768 => + */
}
@media screen and (min-width: 768px) {
  #fact-sheet .list-docs li {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
#fact-sheet .list-docs a {
  color: #a98623;
}
#fact-sheet .list-docs a:hover {
  text-decoration: none;
}
#fact-sheet .carousel-pagination {
  font: 19px 'garamondpremrpro', 'Georgia', serif;
  margin-top: 20px;
  position: relative;
  text-align: center;
  /* BP : 768 => + */
}
@media screen and (min-width: 768px) {
  #fact-sheet .carousel-pagination {
    font-size: 38px;
    margin-top: 60px;
  }
}
#fact-sheet .carousel-pagination span {
  position: absolute;
}
#fact-sheet .carousel-pagination .current {
  left: -webkit-calc(50% - 20px);
  left: calc(50% - 20px);
  top: -10px;
  /* BP : 768 => + */
}
@media screen and (min-width: 768px) {
  #fact-sheet .carousel-pagination .current {
    left: -webkit-calc(50% - 25px);
    left: calc(50% - 25px);
    top: -15px;
  }
}
#fact-sheet .carousel-pagination .total {
  left: -webkit-calc(50% + 10px);
  left: calc(50% + 10px);
  top: 10px;
  /* BP : 768 => + */
}
@media screen and (min-width: 768px) {
  #fact-sheet .carousel-pagination .total {
    left: -webkit-calc(50% + 5px);
    left: calc(50% + 5px);
    top: 15px;
  }
}
#fact-sheet .carousel .slick-arrow {
  bottom: -30px;
  cursor: pointer;
  font-size: 3px;
  position: absolute;
  z-index: 10;
  /* BP : 768 => + */
}
@media screen and (min-width: 768px) {
  #fact-sheet .carousel .slick-arrow {
    bottom: -80px;
    font-size: 6px;
  }
}
#fact-sheet .carousel .slick-arrow:hover {
  color: #a98623;
}
#fact-sheet .carousel .slick-arrow.right {
  right: 0;
  /* BP : 768 => + */
}
@media screen and (min-width: 768px) {
  #fact-sheet .carousel .slick-arrow.right {
    right: -webkit-calc(50% - 80px);
    right: calc(50% - 80px);
  }
}
#fact-sheet .carousel .slick-arrow.left {
  left: 0;
  /* BP : 768 => + */
}
@media screen and (min-width: 768px) {
  #fact-sheet .carousel .slick-arrow.left {
    left: -webkit-calc(50% - 80px);
    left: calc(50% - 80px);
  }
}
#fact-sheet .carousel .slick-arrow.slick-disabled {
  opacity: 0;
}
#fact-sheet .block-sheet {
  position: relative;
}
#fact-sheet .block-sheet:before,
#fact-sheet .block-sheet:after {
  content: '';
  height: 100%;
  position: absolute;
  top: 0;
  width: 7px;
  z-index: 10;
}
#fact-sheet .block-sheet:before {
  left: 15px;
  /* BP : 768 => + */
}
@media screen and (min-width: 768px) {
  #fact-sheet .block-sheet:before {
    left: 30px;
  }
}
#fact-sheet .block-sheet:after {
  right: 15px;
  /* BP : 768 => + */
}
@media screen and (min-width: 768px) {
  #fact-sheet .block-sheet:after {
    right: 30px;
  }
}
#fact-sheet .contentContainer {
  margin: -40px 0 30px;
  padding-top: 40px;
  position: relative;
  /* BP : 768 => 1023 */
  /* BP : 1024 => + */
}
@media screen and (min-width: 768px) {
  #fact-sheet .contentContainer {
    margin: -36px 0 45px;
    padding-top: 36px;
  }
}
@media screen and (min-width: 1024px) {
  #fact-sheet .contentContainer {
    margin: -42px 0 60px;
    padding-top: 42px;
  }
}
#fact-sheet .contentContainer:after {
  bottom: 0;
  content: '';
  height: 7px;
  left: 15px;
  position: absolute;
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
  z-index: 10;
  /* BP : 768 => 1023 */
}
@media screen and (min-width: 768px) {
  #fact-sheet .contentContainer:after {
    left: 30px;
    width: -webkit-calc(100% - 60px);
    width: calc(100% - 60px);
  }
}
#fact-sheet .sheet-bottom:after {
  bottom: -30px;
  content: '';
  height: 30px;
  left: 0;
  position: absolute;
  width: 100%;
  /* BP : 768 => 1023 */
  /* BP : 1024 => + */
}
@media screen and (min-width: 768px) {
  #fact-sheet .sheet-bottom:after {
    bottom: -42px;
    height: 42px;
  }
}
@media screen and (min-width: 1024px) {
  #fact-sheet .sheet-bottom:after {
    bottom: -60px;
    height: 60px;
  }
}
#fact-sheet .sheet-bottom-dark.sheet-bottom:after {
  background: #000000;
}
#fact-sheet .sheet-bottom-light.sheet-bottom:after {
  background: #fafafa;
}
#fact-sheet.SOF .block-sheet:before,
#fact-sheet.SOF .block-sheet:after,
#fact-sheet.SOF .contentContainer:after {
  background: #786325;
}
#fact-sheet.SOL .block-sheet:before,
#fact-sheet.SOL .block-sheet:after,
#fact-sheet.SOL .contentContainer:after {
  background: #997300;
}
#fact-sheet.SOS .block-sheet:before,
#fact-sheet.SOS .block-sheet:after,
#fact-sheet.SOS .contentContainer:after {
  background: #a92f2e;
}
#fact-sheet.MGA .block-sheet:before,
#fact-sheet.MGA .block-sheet:after,
#fact-sheet.MGA .contentContainer:after {
  background: #000000;
}
#fact-sheet span.annotations {
  color: #b69844;
  font-size: 14px;
  font-style: italic;
  margin-left: 10%;
  position: relative;
  top: 25px;
}
#fact-sheet .gallery-item-center {
  -ms-transform: translate3d(0, 0, 0) !important;
  -webkit-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
}
#fact-sheet .gallery-center .slick-track {
  -ms-transform: translate3d(0, 0, 0) !important;
  -webkit-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
}
#fact-sheet .program-member {
  background: url("/imagerie/fact-sheet/logo-club-accor.png") no-repeat;
  float: left;
  font-family: Lato, sans-serif;
  margin-right: 10px;
  margin-top: 8px;
  height: 35px;
  margin-bottom: 10px;
}
#fact-sheet .program-member .tNonMembre,
#fact-sheet .program-member .tMembre,
#fact-sheet .program-member .lh-label {
  font-size: 11px;
  color: #f66401;
  margin-left: 59px;
  margin-top: 3px;
}
#fact-sheet .program-member .lh-label {
  color: #232937;
  display: block;
  font-size: 11px;
  font-weight: bold;
}
#fact-sheet .section-booking .booking-club-accorhotels p {
  color: #232937;
  margin-top: 15px;
}
#fact-sheet .program-member-leclub ul li {
  background: url("/imagerie/fact-sheet/list-picto.svg") 0 6px no-repeat;
  font-size: 13px;
  font-weight: bold;
  color: #666666;
  line-height: 22px;
  padding-left: 20px;
  vertical-align: middle;
}
#fact-sheet .program-member-leclub .title {
  font-size: 13px;
  font-weight: bold;
  font-family: Lato, sans-serif;
  color: #232937;
  clear: both;
}
#fact-sheet .program-member-leclub ul li.benefit-no-advantage,
#fact-sheet .program-member-leclub li.earn-no-points,
#fact-sheet .program-member-leclub ul li.use-no-points {
  background: url("/imagerie/fact-sheet/close.svg") 0 6px no-repeat;
}
#fact-sheet .earn-points,
#fact-sheet .earn-no-points,
#fact-sheet .earn-points-huashu,
#fact-sheet .use-points,
#fact-sheet .use-no-points,
#fact-sheet .benefit-advantage-member,
#fact-sheet .benefit-advantage,
#fact-sheet .benefit-no-advantage,
#fact-sheet .participant.is-no-member .use-no-points {
  display: none;
}
#fact-sheet .participant .earn-points,
#fact-sheet .participant .benefit-advantage,
#fact-sheet .participant .use-points,
#fact-sheet .partenaire .earn-points,
#fact-sheet .partenaire .benefit-no-advantage,
#fact-sheet .partenaire .use-no-points,
#fact-sheet .non-participant .earn-no-points,
#fact-sheet .use-no-points,
#fact-sheet .non-participant .benefit-no-advantage {
  display: block;
}
#fact-sheet .non-participant .program-member {
  background: url("/imagerie/fact-sheet/logo-no-club.png") 0 0px no-repeat;
  height: 50px;
}
#fact-sheet .is-no-member .tMembre,
#fact-sheet .is-member .tNonMembre {
  display: none;
}
#fact-sheet .popin-map.shown {
  height: -webkit-calc(100vh - 32px);
  height: calc(100vh - 32px);
  left: 0px;
  position: fixed;
  top: 32px;
  width: 100vw;
  z-index: 9999;
}
#fact-sheet #am-container .am-itinerary-CloseButton {
  right: 5%;
  top: 2%;
  z-index: 201;
}

/* hide tripadvisor button */

.tripadvisorDetails div.button-wrapper
{
  display: none;
}

/* hidden content */
.hidden-content{
  display: none;
}
