/*! normalize.css v1.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0;
}
h2 {
  font-size: 3.2em;
  margin: 0;
}
h3 {
  font-size: 1.17em;
  margin: 0;
}
h4 {
  font-size: 1em;
  margin: 0;
}
h5 {
  font-size: 0.83em;
  margin: 0;
}
h6 {
  font-size: 0.67em;
  margin: 0;
}
/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 0;
}
/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}
/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 0;
}
dd {
  margin: 0;
}
/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0;
  list-style-type: none;
  list-style-image: none;
}
/**
 * Correct list images handled incorrectly in IE 7.
 */
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 0. Remove extra 3px down
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  display: block;
  /* 0 */
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}
/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}
/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/**
*  This CSS file is generated with LESS preprocessor
*  Please DO NOT modifiy this css file directly,
*  refer to the LESS sources to modify it:
*
*  sofitel.accorhotels.com/src/common/_footer.less
*/
/* MOBILE FIRST : 0 => 767 */
.footer {
  padding: 30px 5%;
}
.bt-booking{
  display: none;
}
@media screen and (min-width: 768px) {
  .footer {
    padding: 40px 5%;
  }
}
@media screen and (min-width: 1024px) {
  .footer {
    padding: 40px 8%;
  }
}
.footer .listShareTools {
  padding: 0 0 30px 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer .listShareTools {
    padding-bottom: 50px;
  }
}
.footer .listShareTools li {
  display: inline-block;
  margin: 0 5px;
}
@media screen and (min-width: 768px) {
  .footer .listShareTools li {
    margin: 0 10px;
  }
}
.footer .listShareTools a {
  background-color: #a98623;
  border-radius: 12px;
  color: #ffffff;
  display: block;
  height: 24px;
  padding: 5px 0 0 0;
  text-align: center;
  text-decoration: none;
  width: 24px;
  /* BP : 768 => 1023 */
}
@media screen and (min-width: 768px) {
  .footer .listShareTools a {
    border-radius: 20px;
    height: 39px;
    padding: 9px 0 0 0;
    width: 39px;
  }
  .footer .listShareTools a:hover {
    background: #b69844;
  }
}
.footer .icon {
  font-size: 12px;
  /* BP : 768 => 1023 */
}
@media screen and (min-width: 768px) {
  .footer .icon {
    font-size: 20px;
  }
}
.footer .copyright {
  font: 7px 'ClanOT-ExtdNews', 'Arial', 'Helevtica', sans-serif;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .footer .copyright {
    font-size: 8px;
  }
}
.footer .nav {
  display: none;
}
@media screen and (min-width: 768px) {
  .footer .nav {
    display: block;
    padding-bottom: 50px;
  }
  .footer .nav .item {
    display: inline-block;
    vertical-align: top;
    width: 24.5%;
  }
  .footer .nav .categ {
    font: bold 9px 'ClanOT-ExtdNews', 'Arial', 'Helevtica', sans-serif;
    padding-bottom: 25px;
    text-transform: uppercase;
  }
  .footer .nav a {
    color: #000000;
    font: 9px 'ClanOT-ExtdNews', 'Arial', 'Helevtica', sans-serif;
    text-decoration: none;
    text-transform: uppercase;
  }
  .footer .nav a:hover {
    text-decoration: underline;
  }
}
.footer .btnGoToTop {
  background-color: #a98623;
  border-radius: 18px;
  bottom: 20px;
  color: #ffffff;
  display: none;
  height: 30px;
  opacity: 0.7;
  padding: 5px 0 0 0;
  position: fixed;
  right: 20px;
  text-align: center;
  text-decoration: none;
  width: 30px;
  z-index: 100;
  /* BP : 768 => 1023 */
}
.footer .btnGoToTop .icon {
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .footer .btnGoToTop {
    border-radius: 24px;
    bottom: 40px;
    height: 40px;
    padding: 6px 0 0 0;
    right: 40px;
    width: 40px;
  }
  .footer .btnGoToTop .icon {
    font-size: 25px;
  }
  .footer .btnGoToTop:hover {
    opacity: 1;
  }
}
.footer .blockFevad {
  display: none;
}
@media screen and (min-width: 768px) {
  .footer .blockFevad {
    display: block;
    margin: 0 auto 30px;
    text-align: center;
    width: 70%;
  }
  .footer .blockFevad .col1,
  .footer .blockFevad .col2,
  .footer .blockFevad img,
  .footer .blockFevad p {
    display: inline-block;
    font: 9px 'ClanOT-ExtdNews', 'Arial', 'Helevtica', sans-serif;
    vertical-align: middle;
  }
  .footer .blockFevad a {
    color: #000;
    text-decoration: none;
  }
  .footer .blockFevad a:hover {
    text-decoration: underline;
  }
  .footer .blockFevad .col1 {
    border-right: 1px solid #d9d9d9;
    width: 35%;
  }
  .footer .blockFevad .col1 p {
    width: 70%;
  }
  .footer .blockFevad .col2 {
    width: 59%;
  }
  .footer .blockFevad p {
    padding: 0 0 0 10px;
    text-align: left;
  }
}
.footer .code {
  display: none;
}
@media screen and (min-width: 768px) {
  .footer .code {
    display: block;
    font: 9px 'ClanOT-ExtdNews', 'Arial', 'Helevtica', sans-serif;
    margin: 20px 0;
    text-align: center;
  }
  .bt-booking{
    display: none;
  }
}
/**
*  This CSS file is generated with LESS preprocessor
*  Please DO NOT modifiy this css file directly,
*  refer to the LESS sources to modify it:
*
*  sofitel.accorhotels.com/src/common/_header.less
*/
/* MOBILE FIRST : 0 => 767 */
header.sticky .headerContainer {
  left: 20px;
  position: fixed !important;
  top: 32px;
  width: 100%;
  z-index: 100;
}
@media screen and (min-width: 1024px) {
  header.sticky .headerContainer {
    padding-top: 50px !important;
  }
  .bt-booking{
    display: block;
  }
}
header.sticky .headerContainer .bt-menu:before {
  color: #000000 !important;
}
@media screen and (min-width: 1024px) {
  header.sticky .headerContainer .panel {
    top: 110px !important;
  }
}
#businessCheckText {
  display: none;
}
/* ANIMATION ON BOOKING BUTTON ONLY FOR HOMEPAGE */
.headerContainer .buttonBody {
  display: block;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 2;
}
.headerContainer .bt-booking {
  display: none;
  /* BP : 1024 => + */
}
@media screen and (min-width: 1024px) {
  .headerContainer .bt-booking {
    display: inline-block;
    left: -webkit-calc(100% - 205px);
    left: calc(100% - 205px);
    overflow: hidden;
    padding: 0 25px;
    position: absolute;
    top: 60%;
    -webkit-transform: translate(0, -60%);
    -ms-transform: translate(0, -60%);
    transform: translate(0, -60%);
  }
}
.headerContainer .bt-booking.fixed {
  left: -webkit-calc(100% - 148px);
  left: calc(100% - 148px);
  width: 168px;
}
#fact-sheet .headerContainer .bt-booking.fixed {
  left: -webkit-calc(100% - 168px);
  left: calc(100% - 168px);
}
.masterbanner header .headerContainer .bt-booking {
  /* BP : 1024 => + */
}
@media screen and (min-width: 1024px) {
  .masterbanner header .headerContainer .bt-booking {
    display: inline-block;
    max-width: 0;
    opacity: 0;
    padding: 0;
    -webkit-transition: max-width 0.3s ease-in-out, padding 0.3s ease-in-out;
    transition: max-width 0.3s ease-in-out, padding 0.3s ease-in-out;
  }
}
.masterbanner header .headerContainer .bt-booking.fixed {
  left: -webkit-calc(100% - 135px);
  left: calc(100% - 135px);
  width: 135px;
}
/*.megabanner header .headerContainer {
  .bt-booking {
    !* BP : 1024 => + *!
    @media screen and (min-width: @large) {
      display: inline-block;
      padding: 0 15px;
      width: auto !important;
    }

    &.fixed {
      left: calc(~'100% - 148px');
      width: 100%;
    }
  }
}*/
.sticky .headerContainer,
.masterbanner header.sticky .headerContainer,
.megabanner header.sticky .headerContainer {
  box-shadow: 0px 2px 5px 0px #cccccc;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#cccccc, Direction=180, Strength=5);
}
.sticky .headerContainer .bt-booking,
.masterbanner header.sticky .headerContainer .bt-booking,
.megabanner header.sticky .headerContainer .bt-booking {
  /* BP : 1024 => + */
}
@media screen and (min-width: 1024px) {
  .sticky .headerContainer .bt-booking,
  .masterbanner header.sticky .headerContainer .bt-booking,
  .megabanner header.sticky .headerContainer .bt-booking {
    margin-top: 0;
    max-width: 100%;
    opacity: 1;
    padding: 0 25px;
    -webkit-transition: max-width 0.4s ease-in-out, padding 0.1s ease-in-out;
    transition: max-width 0.4s ease-in-out, padding 0.1s ease-in-out;
  }
}
.headerContainer,
.masterbanner header.sticky .headerContainer,
.megabanner header.sticky .headerContainer,
.header header.sticky .headerContainer {
  background: #ffffff;
  padding: 25px 0;
  position: relative;
  text-align: center;
  /* BP : 768 => 1023 */
  /* BP : 1024 => 1200 */
  /* BP : 1200 => + */
}
@media screen and (min-width: 768px) {
  .headerContainer,
  .masterbanner header.sticky .headerContainer,
  .megabanner header.sticky .headerContainer,
  .header header.sticky .headerContainer {
    padding: 45px 0;
  }
}
@media screen and (min-width: 1024px) {
  .headerContainer,
  .masterbanner header.sticky .headerContainer,
  .megabanner header.sticky .headerContainer,
  .header header.sticky .headerContainer {
    padding: 40px 9% 0 0;
    text-align: left;
  }
}
@media screen and (min-width: 1200px) {

  .headerContainer,
  .masterbanner header.sticky .headerContainer,
  .megabanner header.sticky .headerContainer,
  .header header.sticky .headerContainer {
    padding: 40px 11% 0 0;
  }
}
.headerContainer:after,
.masterbanner header.sticky .headerContainer:after,
.megabanner header.sticky .headerContainer:after,
.header header.sticky .headerContainer:after {
  /*background: rgba(0, 0, 0, 0.4);
  content: '';
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  -webkit-transition: opacity 0.3s ease-in-out 0.6s;
  transition: opacity 0.3s ease-in-out 0.6s;
  width: 100%;
  z-index: 1;*/
}
.headerContainer.off:after,
.masterbanner header.sticky .headerContainer.off:after,
.megabanner header.sticky .headerContainer.off:after,
.header header.sticky .headerContainer.off:after {
  left: -9999em;
}
.headerContainer .header-mobile,
.masterbanner header.sticky .headerContainer .header-mobile,
.megabanner header.sticky .headerContainer .header-mobile,
.header header.sticky .headerContainer .header-mobile {
  /* BP : 1024 => + */
}
@media screen and (min-width: 1024px) {
  .headerContainer .header-mobile,
  .masterbanner header.sticky .headerContainer .header-mobile,
  .megabanner header.sticky .headerContainer .header-mobile,
  .header header.sticky .headerContainer .header-mobile {
    display: none;
  }
}
.headerContainer a.logo,
.masterbanner header.sticky .headerContainer a.logo,
.megabanner header.sticky .headerContainer a.logo,
.header header.sticky .headerContainer a.logo {
  color: #000000 !important;
}
.headerContainer .bt-menu,
.masterbanner header.sticky .headerContainer .bt-menu,
.megabanner header.sticky .headerContainer .bt-menu,
.header header.sticky .headerContainer .bt-menu {
  background: none;
  border: 0;
  color: #000000;
  font-size: 11px;
  left: 30px;
  position: absolute;
  text-decoration: none;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 91;
  /* BP : 768 => 1023 */
}
.headerContainer .bt-menu:hover,
.masterbanner header.sticky .headerContainer .bt-menu:hover,
.megabanner header.sticky .headerContainer .bt-menu:hover,
.header header.sticky .headerContainer .bt-menu:hover {
  color: #a98623;
}
@media screen and (min-width: 768px) {
  .headerContainer .bt-menu,
  .masterbanner header.sticky .headerContainer .bt-menu,
  .megabanner header.sticky .headerContainer .bt-menu,
  .header header.sticky .headerContainer .bt-menu {
    font-size: 22px;
    left: 65px;
  }
}
.headerContainer .logo,
.masterbanner header.sticky .headerContainer .logo,
.megabanner header.sticky .headerContainer .logo,
.header header.sticky .headerContainer .logo,
.headerContainer .logoMobile .icon,
.masterbanner header.sticky .headerContainer .logoMobile .icon,
.megabanner header.sticky .headerContainer .logoMobile .icon,
.header header.sticky .headerContainer .logoMobile .icon {
  color: #000000;
  font-size: 9px;
  text-decoration: none;
  /* BP : 768 => 1023 */
}
.headerContainer .logo:hover,
.masterbanner header.sticky .headerContainer .logo:hover,
.megabanner header.sticky .headerContainer .logo:hover,
.header header.sticky .headerContainer .logo:hover,
.headerContainer .logoMobile .icon:hover,
.masterbanner header.sticky .headerContainer .logoMobile .icon:hover,
.megabanner header.sticky .headerContainer .logoMobile .icon:hover,
.header header.sticky .headerContainer .logoMobile .icon:hover {
  color: #a98623;
}
@media screen and (min-width: 768px) {
  .headerContainer .logo,
  .masterbanner header.sticky .headerContainer .logo,
  .megabanner header.sticky .headerContainer .logo,
  .header header.sticky .headerContainer .logo,
  .headerContainer .logoMobile .icon,
  .masterbanner header.sticky .headerContainer .logoMobile .icon,
  .megabanner header.sticky .headerContainer .logoMobile .icon,
  .header header.sticky .headerContainer .logoMobile .icon {
    font-size: 14px;
  }
}
.headerContainer .bt-menu-close,
.masterbanner header.sticky .headerContainer .bt-menu-close,
.megabanner header.sticky .headerContainer .bt-menu-close,
.header header.sticky .headerContainer .bt-menu-close {
  background: none;
  border: 0;
  font-size: 11px;
  position: absolute;
  right: 15px;
  top: 20px;
  /* BP : 768 => 1023 */
  /* BP : 1024 => + */
}
@media screen and (min-width: 768px) {
  .headerContainer .bt-menu-close,
  .masterbanner header.sticky .headerContainer .bt-menu-close,
  .megabanner header.sticky .headerContainer .bt-menu-close,
  .header header.sticky .headerContainer .bt-menu-close {
    font-size: 22px;
    right: 30px;
    top: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .headerContainer .bt-menu-close,
  .masterbanner header.sticky .headerContainer .bt-menu-close,
  .megabanner header.sticky .headerContainer .bt-menu-close,
  .header header.sticky .headerContainer .bt-menu-close {
    display: none;
  }
}
.headerContainer .list-lang,
.masterbanner header.sticky .headerContainer .list-lang,
.megabanner header.sticky .headerContainer .list-lang,
.header header.sticky .headerContainer .list-lang {
  margin: 0 auto;
  position: relative;
  width: 90%;
  /* BP : 1024 => + */
}
.headerContainer .list-lang select,
.masterbanner header.sticky .headerContainer .list-lang select,
.megabanner header.sticky .headerContainer .list-lang select,
.header header.sticky .headerContainer .list-lang select {
  border: 0;
  font: 7px 'ClanOT-ExtdMedium', 'Arial', sans-serif;
  padding: 5px 20px 5px 5px;
  position: relative;
  text-transform: uppercase;
  /* BP : 768 => 1023 */
}
@media screen and (min-width: 768px) {
  .headerContainer .list-lang select,
  .masterbanner header.sticky .headerContainer .list-lang select,
  .megabanner header.sticky .headerContainer .list-lang select,
  .header header.sticky .headerContainer .list-lang select {
    font-size: 13px;
  }
}
@media screen and (min-width: 1024px) {
  .headerContainer .list-lang,
  .masterbanner header.sticky .headerContainer .list-lang,
  .megabanner header.sticky .headerContainer .list-lang,
  .header header.sticky .headerContainer .list-lang {
    display: none;
  }
}
.headerContainer .list-lang:after,
.masterbanner header.sticky .headerContainer .list-lang:after,
.megabanner header.sticky .headerContainer .list-lang:after,
.header header.sticky .headerContainer .list-lang:after {
  background: #d9d9d9;
  content: '';
  font: 7px 'icons';
  height: 30px;
  left: 50%;
  margin-left: 10px;
  position: absolute;
  top: 15px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 1px;
}
@media screen and (min-width: 768px) {
  .headerContainer .list-lang:after,
  .masterbanner header.sticky .headerContainer .list-lang:after,
  .megabanner header.sticky .headerContainer .list-lang:after,
  .header header.sticky .headerContainer .list-lang:after {
    font-size: 13px;
    right: -25px;
  }
}
.headerContainer .block-connexion,
.masterbanner header.sticky .headerContainer .block-connexion,
.megabanner header.sticky .headerContainer .block-connexion,
.header header.sticky .headerContainer .block-connexion {
  margin: 40px 0 20px 0;
  /* BP : 768 => 1023 */
  /* BP : 1024 => + */
}
@media screen and (min-width: 768px) {
  .headerContainer .block-connexion,
  .masterbanner header.sticky .headerContainer .block-connexion,
  .megabanner header.sticky .headerContainer .block-connexion,
  .header header.sticky .headerContainer .block-connexion {
    margin: 40px 0;
  }
}
@media screen and (min-width: 1024px) {
  .headerContainer .block-connexion,
  .masterbanner header.sticky .headerContainer .block-connexion,
  .megabanner header.sticky .headerContainer .block-connexion,
  .header header.sticky .headerContainer .block-connexion {
    display: none;
  }
}
.headerContainer .block-connexion p,
.masterbanner header.sticky .headerContainer .block-connexion p,
.megabanner header.sticky .headerContainer .block-connexion p,
.header header.sticky .headerContainer .block-connexion p {
  font: 14px 'garamondpremrproCap', 'Arial', sans-serif;
  margin-bottom: 20px;
  /* BP : 768 => 1023 */
}
@media screen and (min-width: 768px) {
  .headerContainer .block-connexion p,
  .masterbanner header.sticky .headerContainer .block-connexion p,
  .megabanner header.sticky .headerContainer .block-connexion p,
  .header header.sticky .headerContainer .block-connexion p {
    font-size: 28px;
    margin-bottom: 40px;
  }
}
.headerContainer .block-connexion .button,
.masterbanner header.sticky .headerContainer .block-connexion .button,
.megabanner header.sticky .headerContainer .block-connexion .button,
.header header.sticky .headerContainer .block-connexion .button {
  color: #ffffff;
  display: block;
  font: 7px/38px 'ClanOT-ExtdMedium', 'Arial', sans-serif;
  height: 38px;
  margin: 0 auto 5px;
  max-width: 250px;
  padding: 0 60px;
  position: relative;
  text-transform: uppercase;
  width: 100%;
  /* BP : 768 => 1023 */
}
@media screen and (min-width: 768px) {
  .headerContainer .block-connexion .button,
  .masterbanner header.sticky .headerContainer .block-connexion .button,
  .megabanner header.sticky .headerContainer .block-connexion .button,
  .header header.sticky .headerContainer .block-connexion .button {
    font-size: 14px;
    height: 76px;
    line-height: 76px;
    margin-bottom: 10px;
    max-width: 410px;
    padding: 0 120px;
  }
}
.headerContainer .block-connexion .button:hover,
.masterbanner header.sticky .headerContainer .block-connexion .button:hover,
.megabanner header.sticky .headerContainer .block-connexion .button:hover,
.header header.sticky .headerContainer .block-connexion .button:hover {
  color: #ffffff;
}
.headerContainer .block-connexion .button:before,
.masterbanner header.sticky .headerContainer .block-connexion .button:before,
.megabanner header.sticky .headerContainer .block-connexion .button:before,
.header header.sticky .headerContainer .block-connexion .button:before {
  font: 11px 'icons';
  left: -webkit-calc(50% - 80px);
  left: calc(50% - 80px);
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  /* BP : 768 => 1023 */
}
@media screen and (min-width: 768px) {
  .headerContainer .block-connexion .button:before,
  .masterbanner header.sticky .headerContainer .block-connexion .button:before,
  .megabanner header.sticky .headerContainer .block-connexion .button:before,
  .header header.sticky .headerContainer .block-connexion .button:before {
    font-size: 22px;
    left: -webkit-calc(50% - 160px);
    left: calc(50% - 160px);
  }
}
.headerContainer .block-connexion .bt-connexion,
.masterbanner header.sticky .headerContainer .block-connexion .bt-connexion,
.megabanner header.sticky .headerContainer .block-connexion .bt-connexion,
.header header.sticky .headerContainer .block-connexion .bt-connexion {
  background: #a98623;
}
.headerContainer .block-connexion .bt-connexion:before,
.masterbanner header.sticky .headerContainer .block-connexion .bt-connexion:before,
.megabanner header.sticky .headerContainer .block-connexion .bt-connexion:before,
.header header.sticky .headerContainer .block-connexion .bt-connexion:before {
  content: '\e903';
}
.headerContainer .block-connexion .bt-facebook,
.masterbanner header.sticky .headerContainer .block-connexion .bt-facebook,
.megabanner header.sticky .headerContainer .block-connexion .bt-facebook,
.header header.sticky .headerContainer .block-connexion .bt-facebook {
  background: #024c80;
  line-height: normal;
  padding-top: 10px;
  /* BP : 768 => 1023 */
}
@media screen and (min-width: 768px) {
  .headerContainer .block-connexion .bt-facebook,
  .masterbanner header.sticky .headerContainer .block-connexion .bt-facebook,
  .megabanner header.sticky .headerContainer .block-connexion .bt-facebook,
  .header header.sticky .headerContainer .block-connexion .bt-facebook {
    padding-top: 20px;
  }
}
.headerContainer .block-connexion .bt-facebook:before,
.masterbanner header.sticky .headerContainer .block-connexion .bt-facebook:before,
.megabanner header.sticky .headerContainer .block-connexion .bt-facebook:before,
.header header.sticky .headerContainer .block-connexion .bt-facebook:before {
  content: '\e905';
}
.headerContainer .block-connexion .bt-reservation,
.masterbanner header.sticky .headerContainer .block-connexion .bt-reservation,
.megabanner header.sticky .headerContainer .block-connexion .bt-reservation,
.header header.sticky .headerContainer .block-connexion .bt-reservation {
  background: #a98623;
  padding: 0;
}
.headerContainer .block-connexion .bt-reservation:after,
.masterbanner header.sticky .headerContainer .block-connexion .bt-reservation:after,
.megabanner header.sticky .headerContainer .block-connexion .bt-reservation:after,
.header header.sticky .headerContainer .block-connexion .bt-reservation:after {
  content: '\e900';
  display: inline-block;
  font: 6px/38px 'icons';
  margin-left: 10px;
  vertical-align: top;
  /* BP : 768 => 1023 */
}
@media screen and (min-width: 768px) {
  .headerContainer .block-connexion .bt-reservation:after,
  .masterbanner header.sticky .headerContainer .block-connexion .bt-reservation:after,
  .megabanner header.sticky .headerContainer .block-connexion .bt-reservation:after,
  .header header.sticky .headerContainer .block-connexion .bt-reservation:after {
    line-height: 76px;
    margin-left: 40px;
  }
}
.headerContainer .block-connexion .link,
.masterbanner header.sticky .headerContainer .block-connexion .link,
.megabanner header.sticky .headerContainer .block-connexion .link,
.header header.sticky .headerContainer .block-connexion .link {
  display: inline-block;
  font: 13px 'garamondpremrproCap', 'Arial', sans-serif;
  margin-bottom: 10px;
  text-decoration: underline;
  /* BP : 768 => 1023 */
}
@media screen and (min-width: 768px) {
  .headerContainer .block-connexion .link,
  .masterbanner header.sticky .headerContainer .block-connexion .link,
  .megabanner header.sticky .headerContainer .block-connexion .link,
  .header header.sticky .headerContainer .block-connexion .link {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.headerContainer .panel,
.masterbanner header.sticky .headerContainer .panel,
.megabanner header.sticky .headerContainer .panel,
.header header.sticky .headerContainer .panel {
  background: #fafafa;
  display: none;
  font-size: 12px;
  left: 0;
  padding: 55px 1%;
  position: absolute;
  top: 100px;
  width: 100%;
  z-index: 100;
  /* BP : 1024 => + */
}
@media screen and (min-width: 1024px) {
  .headerContainer .panel.active,
  .masterbanner header.sticky .headerContainer .panel.active,
  .megabanner header.sticky .headerContainer .panel.active,
  .header header.sticky .headerContainer .panel.active {
    display: block;
  }
}
.headerContainer .panel .inner,
.masterbanner header.sticky .headerContainer .panel .inner,
.megabanner header.sticky .headerContainer .panel .inner,
.header header.sticky .headerContainer .panel .inner {
  display: none;
  /* BP : 1024 => 1200 */
  /* BP : 1200 => + */
}
@media screen and (min-width: 1024px) {
  .headerContainer .panel .inner.active,
  .masterbanner header.sticky .headerContainer .panel .inner.active,
  .megabanner header.sticky .headerContainer .panel .inner.active,
  .header header.sticky .headerContainer .panel .inner.active {
    display: table;
    margin: 0 auto;
    padding: 0 5% 0 8%;
  }
}
@media screen and (min-width: 1200px) {
  .headerContainer .panel .inner.active,
  .masterbanner header.sticky .headerContainer .panel .inner.active,
  .megabanner header.sticky .headerContainer .panel .inner.active,
  .header header.sticky .headerContainer .panel .inner.active {
    max-width: 1080px;
    padding: 0;
  }
}
.headerContainer .panel .col,
.masterbanner header.sticky .headerContainer .panel .col,
.megabanner header.sticky .headerContainer .panel .col,
.header header.sticky .headerContainer .panel .col {
  display: table-cell;
  vertical-align: top;
}
.headerContainer .panel .col-01 .title,
.masterbanner header.sticky .headerContainer .panel .col-01 .title,
.megabanner header.sticky .headerContainer .panel .col-01 .title,
.header header.sticky .headerContainer .panel .col-01 .title {
  font: 35px 'garamondpremrpro', 'Georgia', serif;
  /* BP : 1200 => + */
}
@media screen and (min-width: 1200px) {
  .headerContainer .panel .col-01 .title,
  .masterbanner header.sticky .headerContainer .panel .col-01 .title,
  .megabanner header.sticky .headerContainer .panel .col-01 .title,
  .header header.sticky .headerContainer .panel .col-01 .title {
    font-size: 38px;
  }
}
.headerContainer .panel .col-01 p,
.masterbanner header.sticky .headerContainer .panel .col-01 p,
.megabanner header.sticky .headerContainer .panel .col-01 p,
.header header.sticky .headerContainer .panel .col-01 p {
  font: 15px 'garamondpremrpro', 'Georgia', serif;
  margin-bottom: 40px;
  /* BP : 1200 => + */
}
@media screen and (min-width: 1200px) {
  .headerContainer .panel .col-01 p,
  .masterbanner header.sticky .headerContainer .panel .col-01 p,
  .megabanner header.sticky .headerContainer .panel .col-01 p,
  .header header.sticky .headerContainer .panel .col-01 p {
    font-size: 19px;
  }
}
.headerContainer .panel .col-02 a,
.masterbanner header.sticky .headerContainer .panel .col-02 a,
.megabanner header.sticky .headerContainer .panel .col-02 a,
.header header.sticky .headerContainer .panel .col-02 a {
  color: #000000;
  font: 7px 'ClanOT-ExtdMedium', 'Arial', sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  /* BP : 1200 => + */
}
@media screen and (min-width: 1200px) {
  .headerContainer .panel .col-02 a,
  .masterbanner header.sticky .headerContainer .panel .col-02 a,
  .megabanner header.sticky .headerContainer .panel .col-02 a,
  .header header.sticky .headerContainer .panel .col-02 a {
    font-size: 8px;
  }
}
.headerContainer .panel .col-02 a:hover,
.masterbanner header.sticky .headerContainer .panel .col-02 a:hover,
.megabanner header.sticky .headerContainer .panel .col-02 a:hover,
.header header.sticky .headerContainer .panel .col-02 a:hover {
  color: #a98623;
}
.headerContainer .menu,
.masterbanner header.sticky .headerContainer .menu,
.megabanner header.sticky .headerContainer .menu,
.header header.sticky .headerContainer .menu {
  background: #ffffff;
  box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.8);
  height: 100%;
  left: -100%;
  padding: 20px 30px;
  position: fixed;
  top: 0;
  -webkit-transition: left 0.7s ease-in-out;
  transition: left 0.7s ease-in-out;
  width: 84%;
  z-index: 100;
  /* BP : 768 => 1023 */
  /* BP : 1024 => 1200 */
  /* BP : 1200 => + */
}
@media screen and (min-width: 768px) {
  .headerContainer .menu,
  .masterbanner header.sticky .headerContainer .menu,
  .megabanner header.sticky .headerContainer .menu,
  .header header.sticky .headerContainer .menu {
    box-shadow: 0 0 40px 20px rgba(0, 0, 0, 0.8);
    padding: 40px 60px;
  }
}
@media screen and (min-width: 1024px) {
  .headerContainer .menu,
  .masterbanner header.sticky .headerContainer .menu,
  .megabanner header.sticky .headerContainer .menu,
  .header header.sticky .headerContainer .menu {
    background: none;
    box-shadow: none;
    display: block;
    height: auto;
    margin: 0 auto;
    padding: 0;
    position: static;
    width: auto;
  }
}
@media screen and (min-width: 1024px) {
  .headerContainer .menu,
  .masterbanner header.sticky .headerContainer .menu,
  .megabanner header.sticky .headerContainer .menu,
  .header header.sticky .headerContainer .menu {
    max-width: 1080px;
  }
}
.headerContainer .menu .inner,
.masterbanner header.sticky .headerContainer .menu .inner,
.megabanner header.sticky .headerContainer .menu .inner,
.header header.sticky .headerContainer .menu .inner {
  height: 100%;
  overflow-y: auto;
  /* BP : 1024 => + */
}
@media screen and (min-width: 1024px) {
  .headerContainer .menu .inner,
  .masterbanner header.sticky .headerContainer .menu .inner,
  .megabanner header.sticky .headerContainer .menu .inner,
  .header header.sticky .headerContainer .menu .inner {
    height: auto;
    overflow: visible;
  }
}
.headerContainer .menu ul,
.masterbanner header.sticky .headerContainer .menu ul,
.megabanner header.sticky .headerContainer .menu ul,
.header header.sticky .headerContainer .menu ul {
  display: table;
  height: 60px;
  width: 100%;
  /* BP : 1024 => + */
  /* BP : 1024 => + */
}
@media screen and (min-width: 1024px) {
  .headerContainer .menu ul,
  .masterbanner header.sticky .headerContainer .menu ul,
  .megabanner header.sticky .headerContainer .menu ul,
  .header header.sticky .headerContainer .menu ul {
    width: 94%;
  }
}
@media screen and (min-width: 1200px) {
  .headerContainer .menu ul,
  .masterbanner header.sticky .headerContainer .menu ul,
  .megabanner header.sticky .headerContainer .menu ul,
  .header header.sticky .headerContainer .menu ul {
    width: 98%;
  }
}
.headerContainer .menu li,
.masterbanner header.sticky .headerContainer .menu li,
.megabanner header.sticky .headerContainer .menu li,
.header header.sticky .headerContainer .menu li {
  border-top: solid 1px #e6e6e6;
  font: 7px/40px 'ClanOT-ExtdMedium', 'Arial', sans-serif;
  text-transform: uppercase;
  /* BP : 768 => 1023 */
  /* BP : 1024 => 1200 */
  /* BP : 1200=> + */
}
@media screen and (min-width: 768px) {
  .headerContainer .menu li,
  .masterbanner header.sticky .headerContainer .menu li,
  .megabanner header.sticky .headerContainer .menu li,
  .header header.sticky .headerContainer .menu li {
    font-size: 13px;
    line-height: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .headerContainer .menu li{
    display: table-cell;
  }
  .headerContainer .menu li,
  .masterbanner header.sticky .headerContainer .menu li,
  .megabanner header.sticky .headerContainer .menu li,
  .header header.sticky .headerContainer .menu li {
    border-top: 0;
    font-size: 8px;
    line-height: normal;
    padding: 0 2% 34px 0;
    position: relative;
    vertical-align: top;
    width: 9%;
  }
}
@media screen and (min-width: 1200px) {
  .headerContainer .menu li,
  .masterbanner header.sticky .headerContainer .menu li,
  .megabanner header.sticky .headerContainer .menu li,
  .header header.sticky .headerContainer .menu li {
    font-size: 9px;
  }
}
.headerContainer .menu li:first-child,
.masterbanner header.sticky .headerContainer .menu li:first-child,
.megabanner header.sticky .headerContainer .menu li:first-child,
.header header.sticky .headerContainer .menu li:first-child {
  border-top: 0;
  margin-right: 5%;
  /* BP : 1024 => 1200 */
}
@media screen and (min-width: 1024px) {
  .headerContainer .menu li:first-child,
  .masterbanner header.sticky .headerContainer .menu li:first-child,
  .megabanner header.sticky .headerContainer .menu li:first-child,
  .header header.sticky .headerContainer .menu li:first-child {
    width: 21% !important;
  }
  .headerContainer .menu li:first-child:hover:after,
  .masterbanner header.sticky .headerContainer .menu li:first-child:hover:after,
  .megabanner header.sticky .headerContainer .menu li:first-child:hover:after,
  .header header.sticky .headerContainer .menu li:first-child:hover:after {
    display: none;
  }
}
.headerContainer .menu li:last-child,
.masterbanner header.sticky .headerContainer .menu li:last-child,
.megabanner header.sticky .headerContainer .menu li:last-child,
.header header.sticky .headerContainer .menu li:last-child {
  margin-right: 0;
}
.headerContainer .menu li:after,
.masterbanner header.sticky .headerContainer .menu li:after,
.megabanner header.sticky .headerContainer .menu li:after,
.header header.sticky .headerContainer .menu li:after {
  /* BP : 1024 => + */
}
@media screen and (min-width: 1024px) {
  .headerContainer .menu li:after,
  .masterbanner header.sticky .headerContainer .menu li:after,
  .megabanner header.sticky .headerContainer .menu li:after,
  .header header.sticky .headerContainer .menu 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;
  }
}
.headerContainer .menu li:hover,
.masterbanner header.sticky .headerContainer .menu li:hover,
.megabanner header.sticky .headerContainer .menu li:hover,
.header header.sticky .headerContainer .menu li:hover,
.headerContainer .menu li.active,
.masterbanner header.sticky .headerContainer .menu li.active,
.megabanner header.sticky .headerContainer .menu li.active,
.header header.sticky .headerContainer .menu li.active {
  /* BP : 1024 => + */
}
@media screen and (min-width: 1024px) {
  .headerContainer .menu li:hover:after,
  .masterbanner header.sticky .headerContainer .menu li:hover:after,
  .megabanner header.sticky .headerContainer .menu li:hover:after,
  .header header.sticky .headerContainer .menu li:hover:after,
  .headerContainer .menu li.active:after,
  .masterbanner header.sticky .headerContainer .menu li.active:after,
  .megabanner header.sticky .headerContainer .menu li.active:after,
  .header header.sticky .headerContainer .menu li.active:after {
    -webkit-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
    width: 82%;
  }
  .headerContainer .menu li:hover a,
  .masterbanner header.sticky .headerContainer .menu li:hover a,
  .megabanner header.sticky .headerContainer .menu li:hover a,
  .header header.sticky .headerContainer .menu li:hover a,
  .headerContainer .menu li.active a,
  .masterbanner header.sticky .headerContainer .menu li.active a,
  .megabanner header.sticky .headerContainer .menu li.active a,
  .header header.sticky .headerContainer .menu li.active a {
    color: #a98623;
  }
}
.headerContainer .menu li:hover,
.masterbanner header.sticky .headerContainer .menu li:hover,
.megabanner header.sticky .headerContainer .menu li:hover,
.header header.sticky .headerContainer .menu li:hover {
  /* BP : 1024 => + */
}
@media screen and (min-width: 1024px) {
  .headerContainer .menu li:hover,
  .masterbanner header.sticky .headerContainer .menu li:hover,
  .megabanner header.sticky .headerContainer .menu li:hover,
  .header header.sticky .headerContainer .menu li:hover {
    cursor: pointer;
  }
}
.headerContainer .menu li .logo,
.masterbanner header.sticky .headerContainer .menu li .logo,
.megabanner header.sticky .headerContainer .menu li .logo,
.header header.sticky .headerContainer .menu li .logo {
  display: none;
}
@media screen and (min-width: 1024px) {
  .headerContainer .menu li .logo,
  .masterbanner header.sticky .headerContainer .menu li .logo,
  .megabanner header.sticky .headerContainer .menu li .logo,
  .header header.sticky .headerContainer .menu li .logo {
    display: block;
  }
}
.headerContainer .menu a,
.masterbanner header.sticky .headerContainer .menu a,
.megabanner header.sticky .headerContainer .menu a,
.header header.sticky .headerContainer .menu a {
  color: #000000;
  text-decoration: none;
}
.headerContainer .menu a:hover,
.masterbanner header.sticky .headerContainer .menu a:hover,
.megabanner header.sticky .headerContainer .menu a:hover,
.header header.sticky .headerContainer .menu a:hover {
  color: #a98623;
}
.headerContainer.active:after,
.masterbanner header.sticky .headerContainer.active:after,
.megabanner header.sticky .headerContainer.active:after,
.header header.sticky .headerContainer.active:after {
  left: 0;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  /* BP : 1024 => + */
}
@media screen and (min-width: 1024px) {
  .headerContainer.active:after,
  .masterbanner header.sticky .headerContainer.active:after,
  .megabanner header.sticky .headerContainer.active:after,
  .header header.sticky .headerContainer.active:after {
    left: -9999em;
  }
}
.headerContainer.active .menu,
.masterbanner header.sticky .headerContainer.active .menu,
.megabanner header.sticky .headerContainer.active .menu,
.header header.sticky .headerContainer.active .menu {
  left: 0;
  -webkit-transition: left 0.3s linear 0.2s;
  transition: left 0.3s linear 0.2s;
}
.headerContainer .panel-01 .col,
.masterbanner header.sticky .headerContainer .panel-01 .col,
.megabanner header.sticky .headerContainer .panel-01 .col,
.header header.sticky .headerContainer .panel-01 .col {
  border-right: solid 1px #e1e1e1;
}
.headerContainer .panel-01 .col:last-child,
.masterbanner header.sticky .headerContainer .panel-01 .col:last-child,
.megabanner header.sticky .headerContainer .panel-01 .col:last-child,
.header header.sticky .headerContainer .panel-01 .col:last-child {
  border-right: 0;
}
.headerContainer .panel-01 .col li,
.masterbanner header.sticky .headerContainer .panel-01 .col li,
.megabanner header.sticky .headerContainer .panel-01 .col li,
.header header.sticky .headerContainer .panel-01 .col li {
  margin-bottom: 10px;
}
.headerContainer .panel-01 .col-01,
.masterbanner header.sticky .headerContainer .panel-01 .col-01,
.megabanner header.sticky .headerContainer .panel-01 .col-01,
.header header.sticky .headerContainer .panel-01 .col-01 {
  padding-right: 3%;
  width: 24%;
  /* BP : 1200 => + */
}
@media screen and (min-width: 1200px) {
  .headerContainer .panel-01 .col-01,
  .masterbanner header.sticky .headerContainer .panel-01 .col-01,
  .megabanner header.sticky .headerContainer .panel-01 .col-01,
  .header header.sticky .headerContainer .panel-01 .col-01 {
    width: 30%;
  }
}
.headerContainer .panel-01 .col-02,
.masterbanner header.sticky .headerContainer .panel-01 .col-02,
.megabanner header.sticky .headerContainer .panel-01 .col-02,
.header header.sticky .headerContainer .panel-01 .col-02 {
  padding: 0 3%;
  width: 15%;
}
.headerContainer .panel-01 .col-03,
.masterbanner header.sticky .headerContainer .panel-01 .col-03,
.megabanner header.sticky .headerContainer .panel-01 .col-03,
.header header.sticky .headerContainer .panel-01 .col-03 {
  width: 33%;
}
.headerContainer .panel-01 .col-03 ul,
.masterbanner header.sticky .headerContainer .panel-01 .col-03 ul,
.megabanner header.sticky .headerContainer .panel-01 .col-03 ul,
.header header.sticky .headerContainer .panel-01 .col-03 ul {
  overflow: hidden;
}
.headerContainer .panel-01 .col-03 li,
.masterbanner header.sticky .headerContainer .panel-01 .col-03 li,
.megabanner header.sticky .headerContainer .panel-01 .col-03 li,
.header header.sticky .headerContainer .panel-01 .col-03 li {
  float: left;
  list-style: disc;
  margin-left: 10%;
  width: 40%;
}
.headerContainer .panel-01 .col-03 a,
.masterbanner header.sticky .headerContainer .panel-01 .col-03 a,
.megabanner header.sticky .headerContainer .panel-01 .col-03 a,
.header header.sticky .headerContainer .panel-01 .col-03 a {
  color: #000000;
  font: 7px 'ClanOT-ExtdNews', 'Arial', sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  /* BP : 1200 => + */
}
@media screen and (min-width: 1200px) {
  .headerContainer .panel-01 .col-03 a,
  .masterbanner header.sticky .headerContainer .panel-01 .col-03 a,
  .megabanner header.sticky .headerContainer .panel-01 .col-03 a,
  .header header.sticky .headerContainer .panel-01 .col-03 a {
    font-size: 8px;
  }
}
.headerContainer .panel-01 .col-03 a:hover,
.masterbanner header.sticky .headerContainer .panel-01 .col-03 a:hover,
.megabanner header.sticky .headerContainer .panel-01 .col-03 a:hover,
.header header.sticky .headerContainer .panel-01 .col-03 a:hover {
  color: #a98623;
}
.headerContainer .panel-02 .col-01,
.masterbanner header.sticky .headerContainer .panel-02 .col-01,
.megabanner header.sticky .headerContainer .panel-02 .col-01,
.header header.sticky .headerContainer .panel-02 .col-01 {
  border-right: solid 1px #e1e1e1;
  padding-right: 3%;
  width: 40%;
  /* BP : 1200 => + */
}
@media screen and (min-width: 1200px) {
  .headerContainer .panel-02 .col-01,
  .masterbanner header.sticky .headerContainer .panel-02 .col-01,
  .megabanner header.sticky .headerContainer .panel-02 .col-01,
  .header header.sticky .headerContainer .panel-02 .col-01 {
    padding-right: 10%;
    width: 45%;
  }
}
.headerContainer .panel-02 .col-02,
.masterbanner header.sticky .headerContainer .panel-02 .col-02,
.megabanner header.sticky .headerContainer .panel-02 .col-02,
.header header.sticky .headerContainer .panel-02 .col-02 {
  padding-left: 7%;
  vertical-align: middle;
  width: 60%;
  /* BP : 1200 => + */
}
@media screen and (min-width: 1200px) {
  .headerContainer .panel-02 .col-02,
  .masterbanner header.sticky .headerContainer .panel-02 .col-02,
  .megabanner header.sticky .headerContainer .panel-02 .col-02,
  .header header.sticky .headerContainer .panel-02 .col-02 {
    width: 55%;
  }
}
.headerContainer .panel-02 .col-02 li,
.masterbanner header.sticky .headerContainer .panel-02 .col-02 li,
.megabanner header.sticky .headerContainer .panel-02 .col-02 li,
.header header.sticky .headerContainer .panel-02 .col-02 li {
  display: inline-block;
  margin-right: 6%;
  vertical-align: middle;
}
.headerContainer .panel-02 .col-02 li:last-child,
.masterbanner header.sticky .headerContainer .panel-02 .col-02 li:last-child,
.megabanner header.sticky .headerContainer .panel-02 .col-02 li:last-child,
.header header.sticky .headerContainer .panel-02 .col-02 li:last-child {
  margin-right: 0;
}
.headerContainer .panel-02 .col-02 .icon-sofitel_legend,
.masterbanner header.sticky .headerContainer .panel-02 .col-02 .icon-sofitel_legend,
.megabanner header.sticky .headerContainer .panel-02 .col-02 .icon-sofitel_legend,
.header header.sticky .headerContainer .panel-02 .col-02 .icon-sofitel_legend {
  font-size: 33px;
  /* BP : 1200 => + */
}
@media screen and (min-width: 1200px) {
  .headerContainer .panel-02 .col-02 .icon-sofitel_legend,
  .masterbanner header.sticky .headerContainer .panel-02 .col-02 .icon-sofitel_legend,
  .megabanner header.sticky .headerContainer .panel-02 .col-02 .icon-sofitel_legend,
  .header header.sticky .headerContainer .panel-02 .col-02 .icon-sofitel_legend {
    font-size: 37px;
  }
}
.headerContainer .panel-02 .col-02 .icon-sofitel_hotels_resorts,
.masterbanner header.sticky .headerContainer .panel-02 .col-02 .icon-sofitel_hotels_resorts,
.megabanner header.sticky .headerContainer .panel-02 .col-02 .icon-sofitel_hotels_resorts,
.header header.sticky .headerContainer .panel-02 .col-02 .icon-sofitel_hotels_resorts {
  font-size: 24px;
  /* BP : 1200 => + */
}
@media screen and (min-width: 1200px) {
  .headerContainer .panel-02 .col-02 .icon-sofitel_hotels_resorts,
  .masterbanner header.sticky .headerContainer .panel-02 .col-02 .icon-sofitel_hotels_resorts,
  .megabanner header.sticky .headerContainer .panel-02 .col-02 .icon-sofitel_hotels_resorts,
  .header header.sticky .headerContainer .panel-02 .col-02 .icon-sofitel_hotels_resorts {
    font-size: 28px;
  }
}
.headerContainer .panel-02 .col-02 .icon-so_sofitel,
.masterbanner header.sticky .headerContainer .panel-02 .col-02 .icon-so_sofitel,
.megabanner header.sticky .headerContainer .panel-02 .col-02 .icon-so_sofitel,
.header header.sticky .headerContainer .panel-02 .col-02 .icon-so_sofitel {
  font-size: 34px;
  /* BP : 1200 => + */
}
@media screen and (min-width: 1200px) {
  .headerContainer .panel-02 .col-02 .icon-so_sofitel,
  .masterbanner header.sticky .headerContainer .panel-02 .col-02 .icon-so_sofitel,
  .megabanner header.sticky .headerContainer .panel-02 .col-02 .icon-so_sofitel,
  .header header.sticky .headerContainer .panel-02 .col-02 .icon-so_sofitel {
    font-size: 38px;
  }
}
.headerContainer .panel-02 .col-02 .icon-m_gallery,
.masterbanner header.sticky .headerContainer .panel-02 .col-02 .icon-m_gallery,
.megabanner header.sticky .headerContainer .panel-02 .col-02 .icon-m_gallery,
.header header.sticky .headerContainer .panel-02 .col-02 .icon-m_gallery {
  font-size: 76px;
  /* BP : 1200 => + */
}
@media screen and (min-width: 1200px) {
  .headerContainer .panel-02 .col-02 .icon-m_gallery,
  .masterbanner header.sticky .headerContainer .panel-02 .col-02 .icon-m_gallery,
  .megabanner header.sticky .headerContainer .panel-02 .col-02 .icon-m_gallery,
  .header header.sticky .headerContainer .panel-02 .col-02 .icon-m_gallery {
    font-size: 80px;
  }
}
.headerContainer .panel-03 .col-01,
.masterbanner header.sticky .headerContainer .panel-03 .col-01,
.megabanner header.sticky .headerContainer .panel-03 .col-01,
.header header.sticky .headerContainer .panel-03 .col-01 {
  padding-right: 3%;
  width: 30%;
}
.headerContainer .panel-03 .col-02,
.masterbanner header.sticky .headerContainer .panel-03 .col-02,
.megabanner header.sticky .headerContainer .panel-03 .col-02,
.header header.sticky .headerContainer .panel-03 .col-02 {
  width: 70%;
}
.headerContainer .panel-03 .col-02 li,
.masterbanner header.sticky .headerContainer .panel-03 .col-02 li,
.megabanner header.sticky .headerContainer .panel-03 .col-02 li,
.header header.sticky .headerContainer .panel-03 .col-02 li {
  display: inline-block;
  margin-right: 1.5%;
  position: relative;
  width: 31.5%;
  /* BP : 1200 => + */
}
@media screen and (min-width: 1200px) {
  .headerContainer .panel-03 .col-02 li,
  .masterbanner header.sticky .headerContainer .panel-03 .col-02 li,
  .megabanner header.sticky .headerContainer .panel-03 .col-02 li,
  .header header.sticky .headerContainer .panel-03 .col-02 li {
    width: 32%;
  }
}
.headerContainer .panel-03 .col-02 li:last-child,
.masterbanner header.sticky .headerContainer .panel-03 .col-02 li:last-child,
.megabanner header.sticky .headerContainer .panel-03 .col-02 li:last-child,
.header header.sticky .headerContainer .panel-03 .col-02 li:last-child {
  margin-right: 0;
}
.headerContainer .panel-03 .col-02 li:hover .text,
.masterbanner header.sticky .headerContainer .panel-03 .col-02 li:hover .text,
.megabanner header.sticky .headerContainer .panel-03 .col-02 li:hover .text,
.header header.sticky .headerContainer .panel-03 .col-02 li:hover .text {
  color: #a98623;
}
.headerContainer .panel-03 .col-02 img,
.masterbanner header.sticky .headerContainer .panel-03 .col-02 img,
.megabanner header.sticky .headerContainer .panel-03 .col-02 img,
.header header.sticky .headerContainer .panel-03 .col-02 img {
  width: 100%;
}
.headerContainer .panel-03 .col-02 .text,
.masterbanner header.sticky .headerContainer .panel-03 .col-02 .text,
.megabanner header.sticky .headerContainer .panel-03 .col-02 .text,
.header header.sticky .headerContainer .panel-03 .col-02 .text {
  bottom: -40px;
  position: absolute;
}
.headerContainer .panel-04 .col-01,
.masterbanner header.sticky .headerContainer .panel-04 .col-01,
.megabanner header.sticky .headerContainer .panel-04 .col-01,
.header header.sticky .headerContainer .panel-04 .col-01 {
  padding-right: 3%;
  width: 30%;
}
.headerContainer .panel-04 .col-02,
.masterbanner header.sticky .headerContainer .panel-04 .col-02,
.megabanner header.sticky .headerContainer .panel-04 .col-02,
.header header.sticky .headerContainer .panel-04 .col-02 {
  vertical-align: middle;
  width: 70%;
}
.headerContainer .panel-04 .col-02 li,
.masterbanner header.sticky .headerContainer .panel-04 .col-02 li,
.megabanner header.sticky .headerContainer .panel-04 .col-02 li,
.header header.sticky .headerContainer .panel-04 .col-02 li {
  display: inline-block;
  margin-right: 5%;
  text-align: center;
  vertical-align: top;
  width: 20.5%;
  /* BP : 1200 => + */
}
@media screen and (min-width: 1200px) {
  .headerContainer .panel-04 .col-02 li,
  .masterbanner header.sticky .headerContainer .panel-04 .col-02 li,
  .megabanner header.sticky .headerContainer .panel-04 .col-02 li,
  .header header.sticky .headerContainer .panel-04 .col-02 li {
    width: 20.9%;
  }
}
.headerContainer .panel-04 .col-02 li:last-child,
.masterbanner header.sticky .headerContainer .panel-04 .col-02 li:last-child,
.megabanner header.sticky .headerContainer .panel-04 .col-02 li:last-child,
.header header.sticky .headerContainer .panel-04 .col-02 li:last-child {
  margin-right: 0;
}
.headerContainer .panel-04 .col-02 img,
.masterbanner header.sticky .headerContainer .panel-04 .col-02 img,
.megabanner header.sticky .headerContainer .panel-04 .col-02 img,
.header header.sticky .headerContainer .panel-04 .col-02 img {
  margin-bottom: 20px;
  width: 100%;
}
.headerContainer .panel-04 .col-02 .title,
.masterbanner header.sticky .headerContainer .panel-04 .col-02 .title,
.megabanner header.sticky .headerContainer .panel-04 .col-02 .title,
.header header.sticky .headerContainer .panel-04 .col-02 .title {
  font: normal 9px 'ClanOT-ExtdMedium', 'Arial', serif;
  height: 25px;
  margin-bottom: 30px;
  text-transform: uppercase;
  /* BP : 1200 => + */
}
@media screen and (min-width: 1200px) {
  .headerContainer .panel-04 .col-02 .title,
  .masterbanner header.sticky .headerContainer .panel-04 .col-02 .title,
  .megabanner header.sticky .headerContainer .panel-04 .col-02 .title,
  .header header.sticky .headerContainer .panel-04 .col-02 .title {
    font-size: 11px;
    height: 30px;
  }
}
.headerContainer .panel-04 .col-02 .text,
.masterbanner header.sticky .headerContainer .panel-04 .col-02 .text,
.megabanner header.sticky .headerContainer .panel-04 .col-02 .text,
.header header.sticky .headerContainer .panel-04 .col-02 .text {
  font-size: 13px;
  /* BP : 1200 => + */
}
@media screen and (min-width: 1200px) {
  .headerContainer .panel-04 .col-02 .text,
  .masterbanner header.sticky .headerContainer .panel-04 .col-02 .text,
  .megabanner header.sticky .headerContainer .panel-04 .col-02 .text,
  .header header.sticky .headerContainer .panel-04 .col-02 .text {
    font-size: 14px;
  }
}
.headerContainer .panel-04 .col-02 .icon,
.masterbanner header.sticky .headerContainer .panel-04 .col-02 .icon,
.megabanner header.sticky .headerContainer .panel-04 .col-02 .icon,
.header header.sticky .headerContainer .panel-04 .col-02 .icon {
  color: #a98623;
  display: block;
  font-size: 40px;
  margin-bottom: 30px;
}
/* FIX LANG */
.es .panel-01 .col-02,
.pt-br .panel-01 .col-02 {
  width: 16%;
}
.es .panel-01 .col-03,
.pt-br .panel-01 .col-03 {
  width: 30%;
}
.zh .masterbanner .headerContainer .menu li {
  width: 13%;
}
/*HEADER IN MASTERBANNER HP & MEGABANNER FACT SHEET & MEGABANNER DESTINATIONS */
.masterbanner .headerContainer,
.megabanner .headerContainer,
#fact-sheet .headerContainer,
.full-banner .headerContainer {
  background: none;
  left: 0;
  position: absolute;
  top: 32px;
  width: 100%;
  z-index: 50;
}
.masterbanner .headerContainer.menuHpActive:hover,
.megabanner .headerContainer.menuHpActive:hover,
#fact-sheet .headerContainer.menuHpActive:hover,
.full-banner .headerContainer.menuHpActive:hover {
  /* BP : 1024 => + */
}
@media screen and (min-width: 1024px) {
  .masterbanner .headerContainer.menuHpActive:hover,
  .megabanner .headerContainer.menuHpActive:hover,
  #fact-sheet .headerContainer.menuHpActive:hover,
  .full-banner .headerContainer.menuHpActive:hover {
    background: #ffffff;
  }
}
.masterbanner .headerContainer.menuHpActive:hover .menu li a,
.megabanner .headerContainer.menuHpActive:hover .menu li a,
#fact-sheet .headerContainer.menuHpActive:hover .menu li a,
.full-banner .headerContainer.menuHpActive:hover .menu li a {
  /* BP : 1024 => + */
}
@media screen and (min-width: 1024px) {
  .masterbanner .headerContainer.menuHpActive:hover .menu li a,
  .megabanner .headerContainer.menuHpActive:hover .menu li a,
  #fact-sheet .headerContainer.menuHpActive:hover .menu li a,
  .full-banner .headerContainer.menuHpActive:hover .menu li a {
    color: #000000;
  }
}
.masterbanner .headerContainer.menuHpActive:hover .menu li:hover a,
.megabanner .headerContainer.menuHpActive:hover .menu li:hover a,
#fact-sheet .headerContainer.menuHpActive:hover .menu li:hover a,
.full-banner .headerContainer.menuHpActive:hover .menu li:hover a {
  /* BP : 1024 => + */
}
@media screen and (min-width: 1024px) {
  .masterbanner .headerContainer.menuHpActive:hover .menu li:hover a,
  .megabanner .headerContainer.menuHpActive:hover .menu li:hover a,
  #fact-sheet .headerContainer.menuHpActive:hover .menu li:hover a,
  .full-banner .headerContainer.menuHpActive:hover .menu li:hover a {
    color: #a98623;
  }
}
.masterbanner .headerContainer.menuHpActive:hover .logo,
.megabanner .headerContainer.menuHpActive:hover .logo,
#fact-sheet .headerContainer.menuHpActive:hover .logo,
.full-banner .headerContainer.menuHpActive:hover .logo {
  color: #000000 !important;
}
.masterbanner .headerContainer .bt-menu,
.megabanner .headerContainer .bt-menu,
#fact-sheet .headerContainer .bt-menu,
.full-banner .headerContainer .bt-menu,
.masterbanner .headerContainer .logo,
.megabanner .headerContainer .logo,
#fact-sheet .headerContainer .logo,
.full-banner .headerContainer .logo {
  color: #ffffff !important;
}
.masterbanner .headerContainer .block-connexion .button,
.megabanner .headerContainer .block-connexion .button,
#fact-sheet .headerContainer .block-connexion .button,
.full-banner .headerContainer .block-connexion .button,
.masterbanner .headerContainer .block-connexion .button:hover,
.megabanner .headerContainer .block-connexion .button:hover,
#fact-sheet .headerContainer .block-connexion .button:hover,
.full-banner .headerContainer .block-connexion .button:hover {
  color: #ffffff;
}
.masterbanner .headerContainer .block-connexion .link,
.megabanner .headerContainer .block-connexion .link,
#fact-sheet .headerContainer .block-connexion .link,
.full-banner .headerContainer .block-connexion .link {
  text-decoration: underline;
}
.masterbanner .headerContainer .panel,
.megabanner .headerContainer .panel,
#fact-sheet .headerContainer .panel,
.full-banner .headerContainer .panel {
  top: 100px;
}
.masterbanner .headerContainer .menu a,
.megabanner .headerContainer .menu a,
#fact-sheet .headerContainer .menu a,
.full-banner .headerContainer .menu a {
  color: #ffffff;
}
.masterbanner .headerContainer .menu a:hover,
.megabanner .headerContainer .menu a:hover,
#fact-sheet .headerContainer .menu a:hover,
.full-banner .headerContainer .menu a:hover {
  color: #a98623;
}
.masterbanner .headerContainer.active .logo,
.megabanner .headerContainer.active .logo,
#fact-sheet .headerContainer.active .logo,
.full-banner .headerContainer.active .logo,
.masterbanner .headerContainer.active .link,
.megabanner .headerContainer.active .link,
#fact-sheet .headerContainer.active .link,
.full-banner .headerContainer.active .link,
.masterbanner .headerContainer.active .menu ul a,
.megabanner .headerContainer.active .menu ul a,
#fact-sheet .headerContainer.active .menu ul a,
.full-banner .headerContainer.active .menu ul a {
  color: #000000 !important;
}
.masterbanner .headerContainer .logoMobile,
.megabanner .headerContainer .logoMobile,
#fact-sheet .headerContainer .logoMobile,
.full-banner .headerContainer .logoMobile {
  display: block;
  text-align: center;
}
.masterbanner .headerContainer .logoMobile .icon,
.megabanner .headerContainer .logoMobile .icon,
#fact-sheet .headerContainer .logoMobile .icon,
.full-banner .headerContainer .logoMobile .icon {
  color: #000000 !important;
}
@media screen and (min-width: 1024px) {
  .masterbanner .headerContainer .logoMobile,
  .megabanner .headerContainer .logoMobile,
  #fact-sheet .headerContainer .logoMobile,
  .full-banner .headerContainer .logoMobile {
    display: none;
  }
}
.masterbanner .headerContainer,
#fact-sheet .headerContainer {
  /* BP : 1024 => + */
}
@media screen and (min-width: 1024px) {
  .masterbanner .headerContainer,
  #fact-sheet .headerContainer {
    padding: 40px 0 0;
  }
}
.masterbanner .headerContainer .bt-booking,
#fact-sheet .headerContainer .bt-booking {
  /* BP : 1024 => 1200 */
}
@media screen and (min-width: 1024px) {
  .masterbanner .headerContainer .bt-booking,
  #fact-sheet .headerContainer .bt-booking {
    display: none;
  }
}
.masterbanner .headerContainer .menu,
#fact-sheet .headerContainer .menu {
  /* BP : 1024 => 1200 */
  /* BP : 1200 => + */
}
@media screen and (min-width: 1024px) {
  .masterbanner .headerContainer .menu,
  #fact-sheet .headerContainer .menu {
    max-width: 950px;
  }
}
@media screen and (min-width: 1200px) {
  .masterbanner .headerContainer .menu,
  #fact-sheet .headerContainer .menu {
    max-width: 1100px;
  }
}
.masterbanner .headerContainer .menu ul,
#fact-sheet .headerContainer .menu ul {
  /* BP : 1024 => + */
}
@media screen and (min-width: 1024px) {
  .masterbanner .headerContainer .menu ul,
  #fact-sheet .headerContainer .menu ul {
    min-height: 60px;
    width: 100%;
  }
}
.masterbanner .headerContainer .menu li,
#fact-sheet .headerContainer .menu li {
  /* BP : 1024 => 1200 */
}
@media screen and (min-width: 1024px) {
  .masterbanner .headerContainer .menu li,
  #fact-sheet .headerContainer .menu li {
    font-size: 10px;
    line-height: 1.3em;
    padding-right: 2%;
    width: 15%;
  }
  @media screen and (max-width: 1199px){
    .masterbanner .headerContainer .menu li,
    #fact-sheet .headerContainer .menu li {
      font-size: 8.5px;
    }
    .sticky .headerContainer .bt-booking,
    .masterbanner header.sticky .headerContainer .bt-booking,
    .megabanner header.sticky .headerContainer .bt-booking{
      width: 90px;
      left: calc(100% - 90px);
      padding: 0px 23px;
    }
  }
}
.masterbanner .headerContainer .menu li:hover,
#fact-sheet .headerContainer .menu li:hover,
.masterbanner .headerContainer .menu li.active,
#fact-sheet .headerContainer .menu li.active {
  /* BP : 1024 => + */
}
@media screen and (min-width: 1024px) {
  .masterbanner .headerContainer .menu li:hover:after,
  #fact-sheet .headerContainer .menu li:hover:after,
  .masterbanner .headerContainer .menu li.active:after,
  #fact-sheet .headerContainer .menu li.active:after {
    width: 70%;
  }
}
/*fix lang header*/
.fr .masterbanner .headerContainer .menu li,
.pt-br .masterbanner .headerContainer .menu li,
.it .masterbanner .headerContainer .menu li,
.fr #fact-sheet .headerContainer .menu li,
.pt-br #fact-sheet .headerContainer .menu li,
.it #fact-sheet .headerContainer .menu li {
  /* BP : 1024 => 1200 */
}
@media screen and (min-width: 1024px) {
  .fr .masterbanner .headerContainer .menu li,
  .pt-br .masterbanner .headerContainer .menu li,
  .it .masterbanner .headerContainer .menu li,
  .fr #fact-sheet .headerContainer .menu li,
  .pt-br #fact-sheet .headerContainer .menu li,
  .it #fact-sheet .headerContainer .menu li {
    padding-right: 3%;
  }
}
.es .masterbanner .headerContainer .menu li,
.es #fact-sheet .headerContainer .menu li {
  /* BP : 1024 => 1200 */
}
@media screen and (min-width: 1024px) {
  .es .masterbanner .headerContainer .menu li,
  .es #fact-sheet .headerContainer .menu li {
    padding-right: 4.2%;
  }
}
.de .masterbanner .headerContainer .menu li,
.de #fact-sheet .headerContainer .menu li {
  /* BP : 1024 => 1200 */
}
@media screen and (min-width: 1024px) {
  .de .masterbanner .headerContainer .menu li,
  .de #fact-sheet .headerContainer .menu li {
    padding-right: 2.6%;
  }
}
@media screen and (min-width: 1024px) {
  #fact-sheet header {
    position: relative;
  }
}
#fact-sheet .headerContainer {
  /* BP : 1024 => + */
}
@media screen and (min-width: 1024px) {
  #fact-sheet .headerContainer {
    top: 0;
  }
}
#fact-sheet.zh .headerContainer .menu li {
  width: 13.5%;
}
.megabanner .headerContainer {
  /* BP : 1024 => + */
}
@media screen and (min-width: 1024px) {
  .megabanner .headerContainer {
    padding: 45px 20px 0;
  }
}
.megabanner .headerContainer .bt-booking {
  /* BP : 1024 => 1200 */
  /* BP : 1400 => + */
}
.megabanner .headerContainer .menu ul {
  /* BP : 1024 => + */
}
@media screen and (min-width: 1024px) {
  .megabanner .headerContainer .menu ul {
    width: 86%;
  }
}
.megabanner .headerContainer .menu li {
  /* BP : 1024 => + */
}
@media screen and (min-width: 1024px) {
  .megabanner .headerContainer .menu li {
    line-height: 2em;
    padding-bottom: 24px;
    padding-right: 3%;
    width: 8%;
  }
}
.megabanner .headerContainer .panel {
  color: #000000;
}
.megabanner .headerContainer .panel img {
  height: auto;
  position: static;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.header .headerContainer {
  /* BP : 1024 => + */
}
@media screen and (min-width: 1024px) {
  .header .headerContainer {
    padding: 40px 9% 0 0;
  }
}
.header .headerContainer .menu ul {
  /* BP : 1024 => + */
}
@media screen and (min-width: 1024px) {
  .header .headerContainer .menu ul {
    margin-bottom: 0;
  }
}
/* POPIN BOOKING */
.bt-close {
  display: none;
}
.ui-widget-overlay {
  background: rgba(0, 0, 0, 0.8);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1001 !important;
}
.popin-engineContent {
  left: 0 !important;
  position: fixed !important;
  top: 0 !important;
  width: 100% !important;
}
.popin-engineContent .engine-content {
  left: 50%;
  margin-left: 0;
  margin-top: 50px;
  max-height : calc(100vh - 10% - 50px);
  overflow-y: auto;
  overflow-x: hidden;
  position: fixed;
  top: 50% !important;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1080px !important;
  z-index: 1010;
  -ms-overflow-style: none;
}
.popin-engineContent .engine-content::-webkit-scrollbar {
  display: none;

}
.popin-engineContent .bookingEngine {
  padding-bottom: 0;
  padding-top: 0;
}
.popin-engineContent .bookingEngine #engine-submit {
  top: 36px;
}
.popin-engineContent .innerEngine {
  display: block !important;
}
.popin-engineContent .bt-close {
  background: transparent;
  border: solid 1px #ffffff;
  color: #ffffff;
  display: inline-block;
  font: 9px/18px 'ClanOT-ExtdMedium', '​Arial', sans-serif;
  padding: 15px 25px;
  position: fixed;
  right: 50px;
  text-transform: uppercase;
  top: 65px;
  z-index: 1010;
}
.popin-engineContent .bt-close:after {
  content: '\e913';
  font: 18px 'icons';
  padding-left: 25px;
  vertical-align: top;
}
#fact-sheet .popin-engineContent .bt-close {
  top: 65px;
}
.ui-dialog-titlebar-close {
  display: none;
}
/**
*  This CSS file is generated with LESS preprocessor
*  Please DO NOT modifiy this css file directly,
*  refer to the LESS sources to modify it:
*
*  sofitel.accorhotels.com/src/common/_breadcrumb.less
*/
/* MOBILE FIRST : 0 => 767 */
.arianne {
  display: none;
  /* BP : 1024 => + */
}

.arianne,
.arianne a {
  /* BP : 1024 => + */
}
/* @media screen and (min-width: 1024px) { */
  .arianne,
  .arianne a {
    color: #000000;
    font: 9px 'ClanOT-ExtdNews', 'Arial', 'Helevtica', sans-serif;
    text-decoration: none;
  }
/* } */
.arianne span {
  /* BP : 1024 => + */
}
@media screen and (min-width: 1024px) {
  .arianne span {
    font-size: 11px;
    padding: 0 5px;
  }
}
.arianne a:hover {
  text-decoration: underline;
}
/* BREADCRUMB FACT-SHEET*/
#fact-sheet .arianne {
  /* BP : 1024 => + */
}
@media screen and (min-width: 1024px) {
  #fact-sheet .arianne {
    color: #ffffff;
    display: block;
    left: 25px;
    position: absolute;
    top: 25px;
    width: 100%;
    z-index: 20;
  }
  #fact-sheet .arianne a {
    color: #ffffff;
  }
  #fact-sheet .arianne a:nth-child(7),
  #fact-sheet .arianne a:nth-child(5) {
    text-transform: capitalize;
  }
}
.icon {
  /* Fix: not used !important for font-family, the 'icon' class is too generic */
  font-family: 'icons';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  /* Better Font Rendering =========== */
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
.icon-arrow:before {
  content: '\e900';
}
.icon-arrow_up:before {
  content: '\e901';
}
.icon-burger:before {
  content: '\e902';
}
.icon-connection:before {
  content: '\e903';
}
.icon-sofitel:before {
  content: '\e904';
}
.icon-facebook:before {
  content: '\e905';
}
.icon-flickr:before {
  content: '\e906';
}
.icon-googleplus:before {
  content: '\e907';
}
.icon-pinterest:before {
  content: '\e908';
}
.icon-youtube:before {
  content: '\e909';
}
.icon-instagram:before {
  content: '\e91b';
}
.icon-m_gallery:before {
  content: '\e90a';
}
.icon-so_sofitel:before {
  content: '\e90b';
}
.icon-sofitel_hotels_resorts:before {
  content: '\e90c';
}
.icon-sofitel_legend:before {
  content: '\e90d';
}
.icon-arrow-left:before {
  content: '\e90e';
}
.icon-h:before {
  content: '\e90f';
}
.icon-best_price:before {
  content: '\e910';
}
.icon-loyalty_programme:before {
  content: '\e911';
}
.icon-online_check:before {
  content: '\e912';
}
.icon-close:before {
  content: '\e913';
}
.icon-select_arrow_down:before {
  content: '\e914';
}
.icon-chevron-up:before {
  content: '\e915';
}
.icon-chevron-down:before {
  content: '\e916';
}
.icon-exclusive-sale:before {
  content: '\e917';
}
.icon-free-nights:before {
  content: '\e918';
}
.icon-online-checkin:before {
  content: '\e919';
}
.icon-room-upgrade:before {
  content: '\e91a';
}
.icon-small_arrow:before {
  content: '\e91f';
}
.icon-pinmap:before {
  content: '\e920';
}
.icon-check:before {
  content: '\e921';
}
.icon-occupancy:before {
  content: '\e923';
}
.icon-quotes1:before {
  content: '\e924';
}
.icon-quotes2:before {
  content: '\e925';
}
.icon-small-arrow-up:before {
  content: '\e926';
}
.icon-select_arrow_up:before {
  content: '\e927';
}
.icon-comparison:before {
  content: '\e928';
}
.icon-twitter:before {
  content: '\e922';
}
.icon-tumblr:before {
  content: '\e929';
}
.icon-instagramreal:before {
  content: '\e92a';
}
.icon-mail:before {
  content: '\e92b';
}
.icon-plus:before {
  content: '\e92c';
}
.icon-moins:before {
  content: '\e92d';
}
.icon-weibo:before {
  content: '\e92e';
}
/**
*  This CSS file is generated with LESS preprocessor
*  Please DO NOT modifiy this css file directly,
*  refer to the LESS sources to modify it:
*
*  sofitel.accorhotels.com/src/common/_titles.less
*/
/* MOBILE FIRST : 0 => 767 */
.title-1 {
  font: 24px 'garamondpremrpro', 'Georgia', serif;
  margin-bottom: 27px;
  padding: 0 30px;
  /* BP : 768 => 1023 */
  /* BP : 1024 => + */
}
@media screen and (min-width: 768px) {
  .title-1 {
    font-size: 48px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .title-1 {
    margin-bottom: 50px;
  }
}
.title-2 {
  font: 7px 'ClanOT-ExtdNews', 'Arial', serif;
  margin-bottom: 10px;
  /* BP : 768 => 1023 */
}
@media screen and (min-width: 768px) {
  .title-2 {
    font-size: 12px;
    margin-bottom: 20px;
  }
}
.title-3 {
  font: 20px 'garamondpremrpro', 'Georgia', serif;
  margin-bottom: 20px;
  /* BP : 768 => 1023 */
}
@media screen and (min-width: 768px) {
  .title-3 {
    font-size: 36px;
    margin-bottom: 30px;
  }
}
.title-4 {
  font: normal 7px 'ClanOT-ExtdBook', 'Arial', 'Helevtica', sans-serif;
  letter-spacing: 0.5em;
  margin: 0 0 12px 0;
  text-transform: uppercase;
  /* BP : 768 => 1023 */
}
@media screen and (min-width: 768px) {
  .title-4 {
    font-size: 12px;
    margin-bottom: 20px;
  }
}
.title-5 {
  font: normal 9px 'ClanOT-ExtdMedium', 'Arial', 'Helevtica', sans-serif;
  text-transform: uppercase;
}
.title-6 {
  font: normal 24px 'garamondpremrpro', 'Georgia', serif;
  /* BP : 768 => 1023 */
}
@media screen and (min-width: 768px) {
  .title-6 {
    font: normal 30px 'garamondpremrpro', 'Georgia', serif;
  }
}
.title-7 {
  color: #a98623;
  font: normal 24px 'garamondpremrpro', 'Georgia', serif;
  /* BP : 768 => 1023 */
}
@media screen and (min-width: 768px) {
  .title-7 {
    font: normal 30px 'garamondpremrpro', 'Georgia', serif;
  }
}
.title-8 {
  color: #000000;
  font: normal 22px 'garamondpremrproItalic', 'Georgia', serif;
  /* BP : 768 => 1023 */
}
@media screen and (min-width: 768px) {
  .title-8 {
    font: normal 22px 'garamondpremrproItalic', 'Georgia', serif;
  }
}
/**
*  This CSS file is generated with LESS preprocessor
*  Please DO NOT modifiy this css file directly,
*  refer to the LESS sources to modify it:
*
*  sofitel.accorhotels.com/src/common/_newsletter.less
*/
/*ANIMATIONS*/
@-webkit-keyframes anim-newsletter-1 {
  0%,
  70% {
    -webkit-transform: translate3d(0px, 4em, 0px);
    transform: translate3d(0px, 4em, 0px);
  }
  71%,
  100% {
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
  }
}
@keyframes anim-newsletter-1 {
  0%,
  70% {
    -webkit-transform: translate3d(0px, 4em, 0px);
    transform: translate3d(0px, 4em, 0px);
  }
  71%,
  100% {
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
  }
}
@-webkit-keyframes anim-newsletter-2 {
  0% {
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
  }
  70%,
  71% {
    opacity: 0;
    -webkit-transform: translate3d(0px, 225%, 0px);
    transform: translate3d(0px, 225%, 0px);
  }
  100% {
    color: transparent;
    -webkit-transform: translate3d(0px, 300%, 0px);
    transform: translate3d(0px, 300%, 0px);
  }
}
@keyframes anim-newsletter-2 {
  0% {
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
  }
  70%,
  71% {
    opacity: 0;
    -webkit-transform: translate3d(0px, 225%, 0px);
    transform: translate3d(0px, 225%, 0px);
  }
  100% {
    color: transparent;
    -webkit-transform: translate3d(0px, 300%, 0px);
    transform: translate3d(0px, 300%, 0px);
  }
}
/* MOBILE FIRST : 0 => 767 */
.newsletter {
  background-color: #fafafa;
  text-align: center;
  /* BP : 768 => 1023 */
}
@media screen and (min-width: 768px) {
  .newsletter {
    text-align: left;
  }
}
@media screen and (min-width: 1024px) {
  .newsletter {
    padding: 0 8%;
  }
}
.newsletter .title-1 {
  margin-bottom: 0;
  padding: 0;
  /* BP : 768 => 1023 */
}
.newsletter .title-1 span {
  font-family: 'garamondpremrproItalic', Georgia, serif;
}
@media screen and (min-width: 768px) {
  .newsletter .title-1 {
    display: block;
    font-size: 40px;
    text-align: left !important;
  }
}
.newsletter .title-1.title-desktop {
  display: none;
  /* BP : 768 => 1023 */
}
@media screen and (min-width: 768px) {
  .newsletter .title-1.title-desktop {
    display: block;
  }
}
.newsletter .title-1.title-mobile {
  display: block;
  /* BP : 768 => 1023 */
}
@media screen and (min-width: 768px) {
  .newsletter .title-1.title-mobile {
    display: none;
  }
}
.newsletter .baseline {
  font-size: 12px;
  padding-bottom: 10px;
  /* BP : 768 => 1023 */
}
@media screen and (min-width: 768px) {
  .newsletter .baseline {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .newsletter .baseline {
    font-size: 18px;
    min-height: 95px;
  }
}
.newsletter .baseline span {
  display: none;
}
@media screen and (min-width: 768px) {
  .newsletter .baseline span {
    display: block;
  }
}
.newsletter .champmdp {
  background: none;
  border: 1px solid #e6e6e6;
  color: #000000;
  font: 7px 'ClanOT-ExtdNews', 'Arial', 'Helevtica', sans-serif;
  height: 50px;
  margin: 0 0 10px 0;
  padding: 0 20px;
  text-transform: uppercase;
  vertical-align: top;
  width: 100%;
  /* BP : 768 => 1023 */
}
@media screen and (min-width: 768px) {
  .newsletter .champmdp {
    font-size: 9px;
    margin-right: 10px;
    width: 67%;
  }
}
@media screen and (min-width: 1024px) {
  .newsletter .champmdp {
    width: 55%;
  }
}
.newsletter .btnSquare,
.newsletter .btn_ok {
  border: 0;
  text-align: center;
  width: 100%;
}
.newsletter .item {
  padding: 25px 30px;
}
@media screen and (min-width: 768px) {
  .newsletter .item {
    padding: 40px 60px;
  }
}
@media screen and (min-width: 1024px) {
  .newsletter .item {
    padding: 40px 0;
  }
}
.newsletter .item:first-child {
  border-bottom: 5px solid #ffffff;
  /* BP : 768 => 1023 */
}
@media screen and (min-width: 768px) {
  .newsletter .item:first-child .btnSquare,
  .newsletter .item:first-child .btn_ok {
    width: 30%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1163px) {
  .newsletter .item:first-child .btnSquare,
  .newsletter .item:first-child .btn_ok {
    width: 40%;
  }
}
@media screen and (min-width: 1024px) {
  .newsletter .item:first-child {
    border: 0;
  }
  .newsletter .item:first-child .btn_ok {
    width: 41%;
  }
  .newsletter .item:first-child .btn_ok:after {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .newsletter .item {
    display: inline-block;
    vertical-align: top;
    width: 55%;
  }
  .newsletter .item:first-child {
    width: 44%;
  }
}
.newsletter .item .picture {
  display: inline-block;
  max-width: 207px;
  width: 32%;
}
.newsletter .item .colTxt {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  width: 67%;
  /* BP : 768 => 1023 */
}
@media screen and (min-width: 768px) {
  .newsletter .item .colTxt {
    max-width: 335px;
  }
}
@media screen and (min-width: 1024px) {
  .newsletter .item .colTxt {
    max-width: none;
  }
  .newsletter .item .colTxt .btnSquare,
  .newsletter .item .colTxt .btn_ok {
    width: 284px;
  }
}
.newsletter .obligatoire {
  display: none;
}
.newsletter .divmea p {
  margin-top: 20px;
  position: relative;
  /* BP : 1024 => + */
}
@media screen and (min-width: 1024px) {
  .newsletter .divmea p {
    margin-top: 0;
  }
}
.newsletter label {
  color: #000000;
  display: inline-block;
  font: 7px 'ClanOT-ExtdNews', 'Arial', 'Helevtica', sans-serif;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  text-transform: uppercase;
  top: -15px;
  -webkit-transform: translate3d(0, 5em, 0);
  transform: translate3d(0, 5em, 0);
  vertical-align: top;
  /* BP : 768 => 1023 */
}
@media screen and (min-width: 768px) {
  .newsletter label {
    font-size: 9px;
    -webkit-transform: translate3d(0, 4em, 0);
    transform: translate3d(0, 4em, 0);
  }
}
.newsletter label span {
  display: block;
  padding: 0 20px;
  position: relative;
  width: 100%;
}
.newsletter label span:after {
  color: #000000;
  content: attr(data-content);
  left: 0;
  position: absolute;
  top: -300%;
}
.newsletter .champmdp:focus + label,
.newsletter .input-filled label {
  -webkit-animation: anim-newsletter-1 0.25s forwards;
  animation: anim-newsletter-1 0.25s forwards;
}
.newsletter .champmdp:focus + label span,
.newsletter .input-filled label span {
  -webkit-animation: anim-newsletter-2 0.25s forwards ease-in;
  animation: anim-newsletter-2 0.25s forwards ease-in;
}
/**
*  This CSS file is generated with LESS preprocessor
*  Please DO NOT modifiy this css file directly,
*  refer to the LESS sources to modify it:
*
*  sofitel.accorhotels.com/src/common/_buttons.less
*/
/* MOBILE FIRST : 0 => 767 */
@media screen and (max-width: 767px) {
  .de .button-1,
  .de .btnSquare,
  .de .tSubmit,
  .de .newsletter .btn_ok,
  .de .button-comparison,
  .de .popin-alert .submit {
    padding: 0 15px;
    margin-left: -8px;
  }
}

.button-1,
.btnSquare,
.tSubmit,
.newsletter .btn_ok,
.button-comparison,
.popin-alert .submit {
  background: #a98623;
  color: #ffffff;
  display: inline-block;
  font: 8px/50px 'ClanOT-ExtdNews', 'Arial', 'Helevtica', sans-serif;
  height: 50px;
  padding: 0 25px;
  text-decoration: none;
  text-transform: uppercase;
}
.button-1:after,
.btnSquare:after,
.tSubmit:after,
.newsletter .btn_ok:after,
.button-comparison:after,
.popin-alert .submit:after {
  content: '\e900';
  display: inline-block;
  font: 6px/46px 'icons';
  margin-left: 15px;
  vertical-align: top;
}
.button-1:hover,
.btnSquare:hover,
.tSubmit:hover,
.newsletter .btn_ok:hover,
.button-comparison:hover,
.popin-alert .submit:hover {
  background: #b69844;
  color: #ffffff;
}
.button-comparison {
  background: transparent;
  color: #a98623;
  padding-left: 2px;
}
.button-comparison:before {
  content: '\e928';
  font: 20px/46px 'icons';
  display: inline-block;
  margin-right: 15px;
  vertical-align: top;
}
.button-comparison:after {
  display: none;
}
.button-comparison:hover {
  background: transparent;
  color: black;
}
.linkArrow {
  color: #a98623;
  display: inline-block;
  font: 7px/1 'ClanOT-ExtdMedium', 'Arial', 'Helevtica', sans-serif;
  margin: 40px 0 45px;
  padding-right: 33px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  /* BP : 768 => 1023 */
  /* BP : 1024 => + */
}
@media screen and (min-width: 768px) {
  .linkArrow {
    font-size: 9px;
    margin: 60px 0;
    padding-right: 51px;
  }
}
@media screen and (min-width: 1024px) {
  .linkArrow {
    margin: 80px 0 90px;
  }
}
.linkArrow:after {
  content: '\e900';
  font: 3px 'icons';
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: right 0.3s ease-in-out;
  transition: right 0.3s ease-in-out;
  /* BP : 768 => 1023 */
}
@media screen and (min-width: 768px) {
  .linkArrow:after {
    font-size: 6px;
  }
}
.linkArrow:hover {
  color: #000000;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.linkArrow:hover:after {
  right: -5px;
  -webkit-transition: right 0.3s ease-in-out;
  transition: right 0.3s ease-in-out;
}
.link-arrow-white {
  color: #ffffff;
  display: inline-block;
  font: 7px/1 'ClanOT-ExtdNews', 'Arial', 'Helevtica', sans-serif;
  padding-right: 33px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  /* BP : 768 => + */
}
@media screen and (min-width: 768px) {
  .link-arrow-white {
    font-size: 9px;
    padding-right: 51px;
  }
}
.link-arrow-white:after {
  content: '\e900';
  font: 3px 'icons';
  position: absolute;
  right: 0;
  top: 1px;
  -webkit-transition: right 0.3s ease-in-out;
  transition: right 0.3s ease-in-out;
  /* BP : 768 => 1+ */
}
@media screen and (min-width: 768px) {
  .link-arrow-white:after {
    font-size: 6px;
  }
}
.link-arrow-white:hover:after {
  right: -5px;
  -webkit-transition: right 0.3s ease-in-out;
  transition: right 0.3s ease-in-out;
}
.button-2 {
  background: none;
  border: 0;
  color: #a98623;
  display: inline-block;
  font: 7px/1 'ClanOT-ExtdMedium', 'Arial', 'Helevtica', sans-serif;
  padding-left: 0;
  padding-right: 10px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  /* BP : 768 => 1023 */
}
@media screen and (min-width: 768px) {
  .button-2 {
    font-size: 9px;
    padding-right: 15px;
  }
}
.button-2:after {
  content: '\e926';
  font: 8px 'icons';
  position: absolute;
  right: 0;
  top: 0;
}
.button-2:hover {
  color: #000000;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.dynamic-height-active .button-2:after,
.active .button-2:after {
  content: '\e91f';
}
@font-face {
  font-family: 'icons';
  font-style: normal;
  font-weight: normal;
  src: url('fonts/icons/icons.eot'), url('fonts/icons/icons.eot?#iefix') format('truetype'), url('fonts/icons/icons.woff') format('woff'), url('fonts/icons/icons.ttf') format('truetype'), url('fonts/icons/icons.svg#icons') format('svg');
}
@font-face {
  font-family: 'ClanOT-ExtdMedium';
  font-style: normal;
  font-weight: normal;
  src: url('/css-v1902/fonts/ClanOT-ExtdMedium.eot'), url('/css-v1902/fonts/ClanOT-ExtdMedium.eot?#iefix') format('truetype'), url('/css-v1902/fonts/ClanOT-ExtdMedium.woff') format('woff'), url('/css-v1902/fonts/ClanOT-ExtdMedium.ttf') format('truetype'), url('/css-v1902/fonts/ClanOT-ExtdMedium.svg#ClanOT-ExtdMedium') format('svg');
}
@font-face {
  font-family: 'ClanOT-ExtdNews';
  font-style: normal;
  font-weight: normal;
  src: url('/css-v1902/fonts/ClanOT-ExtdNews.eot'), url('/css-v1902/fonts/ClanOT-ExtdNews.eot?#iefix') format('truetype'), url('/css-v1902/fonts/ClanOT-ExtdNews.woff') format('woff'), url('/css-v1902/fonts/ClanOT-ExtdNews.ttf') format('truetype'), url('/css-v1902/fonts/ClanOT-ExtdNews.svg#ClanOT-ExtdNews') format('svg');
}
@font-face {
  font-family: 'ClanOT-ExtdBook';
  font-style: normal;
  font-weight: normal;
  src: url('/css-v1902/fonts/ClanOT-ExtdBook.eot'), url('/css-v1902/fonts/ClanOT-ExtdBook.eot?#iefix') format('truetype'), url('/css-v1902/fonts/ClanOT-ExtdBook.woff') format('woff'), url('/css-v1902/fonts/ClanOT-ExtdBook.ttf') format('truetype'), url('/css-v1902/fonts/ClanOT-ExtdBook.svg#ClanOT-ExtdBook') format('svg');
}
@font-face {
  font-family: 'garamondpremrpro';
  font-style: normal;
  font-weight: normal;
  src: url('/css-v1902/fonts/garamondpremrpro.eot'), url('/css-v1902/fonts/garamondpremrpro.eot?#iefix') format('truetype'), url('/css-v1902/fonts/garamondpremrpro.woff') format('woff'), url('/css-v1902/fonts/garamondpremrpro.ttf') format('truetype'), url('/css-v1902/fonts/garamondpremrpro.svg#garamondpremrpro') format('svg');
}
@font-face {
  font-family: 'garamondpremrproItalic';
  font-style: normal;
  font-weight: normal;
  src: url('/css-v1902/fonts/garamondpremrproItalic.eot'), url('/css-v1902/fonts/garamondpremrproItalic.eot?#iefix') format('truetype'), url('/css-v1902/fonts/garamondpremrproItalic.woff') format('woff'), url('/css-v1902/fonts/garamondpremrproItalic.ttf') format('truetype'), url('/css-v1902/fonts/garamondpremrproItalic.svg#garamondpremrproItalic') format('svg');
}
@font-face {
  font-family: 'garamondpremrproBold';
  font-style: normal;
  font-weight: normal;
  src: url('/css-v1902/fonts/garamondpremrproBold.eot'), url('/css-v1902/fonts/garamondpremrproBold.eot?#iefix') format('truetype'), url('/css-v1902/fonts/garamondpremrproBold.woff') format('woff'), url('/css-v1902/fonts/garamondpremrproBold.ttf') format('truetype'), url('/css-v1902/fonts/garamondpremrproBold.svg#garamondpremrproBold') format('svg');
}
@font-face {
  font-family: 'garamondpremrproCap';
  font-style: normal;
  font-weight: normal;
  src: url('/css-v1902/fonts/garamondpremrproCap.eot'), url('/css-v1902/fonts/garamondpremrproCap.eot?#iefix') format('truetype'), url('/css-v1902/fonts/garamondpremrproCap.woff') format('woff'), url('/css-v1902/fonts/garamondpremrproCap.ttf') format('truetype'), url('/css-v1902/fonts/garamondpremrproCap.svg#garamondpremrproCap') format('svg');
}
@font-face {
  font-family: 'garamondpremrproCapBold';
  font-style: normal;
  font-weight: normal;
  src: url('/css-v1902/fonts/garamondpremrproCapBold.eot'), url('/css-v1902/fonts/garamondpremrproCapBold.eot?#iefix') format('truetype'), url('/css-v1902/fonts/garamondpremrproCapBold.woff') format('woff'), url('/css-v1902/fonts/garamondpremrproCapBold.ttf') format('truetype'), url('/css-v1902/fonts/garamondpremrproCapBold.svg#garamondpremrproCapBold') format('svg');
}
/**
*  This CSS file is generated with LESS preprocessor
*  Please DO NOT modifiy this css file directly,
*  refer to the LESS sources to modify it:
*
*  sofitel.accorhotels.com/src/common/main.less
*/
/* MAIN */
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  /* base font-size corresponds to 10px */
}

body {
  background: url('/imagerie/common/background-2.png') #eeeeee 0 0 no-repeat;
  background-size: 100% 100%;
  color: #000000;
  font: 1.2em 'garamondpremrproCap', Georgia, serif;
  /* font-sizing for content */
  margin: 0;
  overflow-x: hidden;
  width: 100%;
  /* BP : 768 => 1023 */
  /* BP : 1024 => + */
}
@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  body {
    font-size: 18px;
  }
}
body.fixed {
  overflow-y: scroll;
  position: fixed;
}
#profile-banner {
  padding-top: 0 !important;
}
.mainContainer {
  background: #ffffff;
  margin-top: unset;
}
@media screen and (min-width: 768px) {
  .mainContainer {
    margin: 0px 20px 20px 20px;;
  }
}
@media screen and (min-width: 1024px) {
  .mainContainer {
    margin: 0px 20px 20px 20px;
  }
}
.accessibility {
  left: -9999em;
  position: absolute;
}
.mobile {
  /* BP : 768 => + */
}
@media screen and (min-width: 768px) {
  .mobile {
    display: none;
  }
}
.no-mobile {
  display: none;
  /* BP : 768 => + */
}
@media screen and (min-width: 768px) {
  .no-mobile {
    display: block;
  }
}
.hidden {
  display: none;
}
/*animation*/
@-webkit-keyframes bounce {
  0%,
  20%,
  60%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@keyframes bounce {
  0%,
  20%,
  60%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
iframe#iframe-display-zone,
iframe#iframe-currencies {
  height: 490px !important;
  width: 100% !important;
}

.popin-formEvent .ui-icon-closethick {
  margin-left: -5000em;
}
.popin-formEvent {
  position: fixed !important;
  display: inline-table !important;
  top: 7% !important;
  bottom: 5% !important;
  left: 0px !important;
  right: 0px !important;
  width: 90% !important;
  height: 90% !important;
  outline: 0px !important;
  background: #f5f5f5 !important;
  padding: 0px !important;
  margin: auto !important;
  overflow-x: hidden !important;
  z-index: 9010 !important;
  max-height: 650px;
  max-width: 800px;
}
@media screen and (max-height: 500px) {
  .popin-formEvent {
    top: 50px !important;
    bottom: 20px !important;
  }
}
.popin-formEvent .ui-dialog-titlebar-close {
  cursor: pointer !important;
  display: block !important;
  position: absolute !important;
  text-decoration: none !important;
  top: -50px;
  right: 1px;
}
.formEvent {
  display: inline-block;
  height: 100% !important;
  position: absolute !important;
  top: 0px !important;
  width: 100% !important;
  padding: 20px !important;
  overflow-x: scroll !important;
}
.popin-formEvent .ui-icon-closethick:after {
  color: #ffffff;
  content: '\e913';
  display: block;
  font: bold 20px 'icons';
  height: 24px;
  text-decoration: none;
  width: 20px;
}
#advancedBookingEngine {
  height: 98%;
}
#advancedBookingEngine .date .ui-datepicker-trigger{
  display: none;
}
.formEvent {
  display: none;
}
.formEvent .colLeft {
  border: 0;
}
.formEvent .colLeft,
.formEvent .colRight {
  display: block;
  margin-bottom: 50px;
  padding: 0;
  vertical-align: top;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .formEvent .colLeft,
  .formEvent .colRight {
    display: inline-block;
    margin-bottom: 50px;
    vertical-align: top;
    width: 49%;
  }
}
.formEvent .title {
  font: normal 38px 'garamondpremrpro', 'Georgia', serif;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .formEvent .title {
    padding-bottom: 10px;
  }
}
.formEvent .intro {
  font-size: 16px;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .formEvent .intro {
    min-height: 85px;
  }
}
@media screen and (min-width: 768px) {
  .formEvent .colLeft {
    border-right: 1px solid #e6e6e6;
    padding-right: 5%;
  }
}
@media screen and (min-width: 768px) {
  .formEvent .colRight {
    padding-left: 5%;
  }
}
@media screen and (min-width: 768px) {
  .formEvent .colRight .title {
    min-height: 155px;
  }
}
.formEvent .colRight .label {
  padding-bottom: 20px;
}
.formEvent .colRight .itemRadio2 {
  margin-bottom: 15px;
}
.formEvent input,
.formEvent label,
.formEvent .label {
  color: #a0a0a0;
  display: inline-block;
  font: 9px 'ClanOT-ExtdNews', 'Arial', sans-serif;
  text-transform: uppercase;
  vertical-align: middle;
}
.formEvent .label {
  color: #000000;
}
.formEvent .inputText {
  margin-bottom: 15px;
}
.formEvent .inputText input {
  background: none;
  border: 0;
  border-bottom: 1px solid #e6e6e6;
  color: #000000;
  padding: 15px 0;
  width: 100%;
}
.formEvent .inputText input.error {
  border-bottom: 1px solid #ff0000;
}
.formEvent .itemRadio1 {
  margin: 10px 0;
}
.formEvent .itemRadio1 .label {
  margin-right: 10%;
}
.formEvent .itemRadio1 label {
  margin: 0 5% 0 2.5%;
}
.formEvent .itemRadio label.black {
  color: #000000;
}
.formEvent .btSearch {
  text-align: center;
}
.formEvent .btSearch button {
  border: 0;
  min-width: 162px;
  width: 40%;
}
.formEvent samp {
  bottom: 80px;
  color: #a0a0a0;
  font: 12px 'garamondpremrproCap', Georgia, serif;
  position: relative;
  float: right;
}
.formEvent .extend {
  background: #e6e6e6;
  display: none;
  margin-top: 10px;
  padding: 10px 25px 10px 25px;
}
.formEvent .extend input {
  border-bottom: 1px solid #cdcdcd;
}
.lazyload,
.lazyloading {
  opacity: 0;
}
.lazyloaded {
  opacity: 1;
  -webkit-transition: opacity 1000ms;
  transition: opacity 1000ms;
}
.headerContainer.off {
  transition: top 0.3s;
  display: block;
}
/*.contentContainer .btn {
  background: #a98623 !important;
}*/
input.gsc-search-button {
  border-color: #a98623 !important;
  background-color: #a98623 !important;
}
.offerCgu {
  display: none;
  text-align: left;
  font-size: 14px;
  background: #fff;
  padding: 25px 16%;
}
#hotelsOffers .offerCgu {
  display: block;
}
.errorMessage {
  color: red;
  margin-bottom: 10px;
}

#promoIndex  .mainContainer header,
#hotelsOffers .mainContainer header {
  margin-top: 60px;
}

/* -- FIX SOCIALS PICTO FOOTER QC 72001 -- */

footer .footer .icon-facebook:before {
  content: '\e905';
}
footer .footer .icon-youtube:before {
  content: '\e909';
}
footer .footer .icon-instagram:before {
  content: '\e91b';
}
footer .footer .icon-pinterest:before {
  content: '\e908';
}

.headerContainer.off .menu{
  margin-top: 0px !important;
}

#profile-banner[style*="none"] ~ .containerHeader .headerContainer.off,
#profile-banner[style*="opacity"] ~ .containerHeader .headerContainer.off
{
   top:0px;
   margin-top: 0px;
}

/* Promotion offers index */
#profile-banner[style*="none"] ~ .mainContainer .headerContainer.off,
#profile-banner[style*="opacity"] ~ .mainContainer .headerContainer.off{
  top:0px;
}

#profile-banner[style*="block"] ~ .containerHeader .headerContainer.off,
{
    top:32px;
}

/* stickyHeader pages assitance */
@media screen and (min-width: 1024px){
  .assistance .headerContainer .bt-booking {
    display: none;
  }
  .assistance .sticky .headerContainer .bt-booking {
    display: inline-block;
  }
}

/* sofitel support*/

.header-support-sofitel {
  background-color: rgba(0, 0, 0, 0.6);
  height: 60px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100vw;
  opacity: 0;
}

.header-support-sofitel + * {
  margin-top: 20px !important;
}

.assistance #breadcrumb  {
  min-width: 100%;
  position: absolute;
  padding-left: 20px;
}

#breadcrumb * {
  color: white;
}

#logo-sofitel {
  margin: 20px 0 20px calc( 50% - 93px);
  font-size: 15px;
  width: 186px;
}

 #logo-sofitel a {
  color: white;
  text-decoration: none;
}

.gsc-control-cse {
  border: none !important;
}

#contact #logo-sofitel,
#home #logo-sofitel,
#theme-hub #logo-sofitel,
#theme #logo-sofitel,
#faq #logo-sofitel,
.assistance #logo-sofitel {
  font-size: 15px;
  margin: 21px 0 0 -10px;
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  #contact #breadcrumb,
  #home #breadcrumb,
  #theme-hub #breadcrumb,
  #theme #breadcrumb,
  #faq #breadcrumb  {
    display: none;
  }
}

@media screen and (min-width: 1440px) {
  .assistance #breadcrumb  {
    position: absolute;
    padding-left: 20px;
  }
}
#home .masterbanner img.lazyloaded {
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
}
#link-navigation.link-navigation p {
  margin-bottom: 10px;
}
#link-navigation {
    display: grid!important;
}
.logo-sofitel {
  margin: 25px auto 15px auto;
  font-size: 15px;
  width: unset;
  text-align: center;
}
.logo-sofitel a {
  color: white;
  text-decoration: none;
  position: relative;
  z-index: 999;
}
