/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * 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;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 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 and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 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 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}

@charset "UTF-8";
/* ==========================================================================
   GLOBAL LESS
   ========================================================================== */
/* Variables
   ========================================================================== */
/* ==========================================================================
   GLOBAL VARIABLES
   ========================================================================== */
/* Colors
   ========================================================================== */
/* Header - Footer
   ========================================================================== */
/* Map vars
   ========================================================================== */
/*@mapEdgeTop     : 0px;
@mapEdgeRight   : 10px;
@mapEdgeBottom  : 0px;
@mapEdgeLeft    : 10px;*/
/* Fonts
   ========================================================================== */
@font-face {
  font-family: 'Notera';
  src: url('/fonts/notera.woff2') format('woff2'), url('/fonts/notera.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
/* Z-index
   ========================================================================== */
/* Media-Queries
   ========================================================================== */
/* Mixins
   ========================================================================== */
/* ==========================================================================
   HELPERS
   ========================================================================== */
/* Clearer
   ========================================================================== */
/* Uc first
   ========================================================================== */
/* mixin svg color
   ========================================================================== */
/* ==========================================================================
   Margin
   ========================================================================== */
/* ==========================================================================
   Fonts // use if needed
   ========================================================================== */
/* ==========================================================================
   Max height line // use if needed
   ========================================================================== */
/* ==========================================================================
   Base64 SVG with fillColor from a svg file
   ========================================================================== */
/* Title */
/* Title helpers - Font Family */
/* Title helpers - Color */
/* Title helpers - Font weight */
/* Title helpers - Font style */
/* Title helpers - Font size */
/* Zoom
   ========================================================================== */
/* Sizers */
.mxw-33 {
  max-width: 33%;
}
.no-decorate {
  text-decoration: none;
}
.noMargin {
  margin: 0 !important;
}
.noPadding {
  padding: 0 !important;
}
/* Helpers
   ========================================================================== */
/* ==========================================================================
   HELPERS
   ========================================================================== */
/* Clearer
   ========================================================================== */
.clearer:after,
.clearer:before {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearer:after {
  clear: both;
}
/* Uppercase
   ========================================================================== */
.lowercase {
  text-transform: lowercase;
}
.uppercase {
  text-transform: uppercase;
}
/* Uc first
   ========================================================================== */
.ucFirst {
  text-transform: lowercase;
}
.ucFirst:first-letter {
  text-transform: uppercase;
}
/* ==========================================================================
   Alignment
   ========================================================================== */
.alignLeft {
  text-align: left;
}
.alignRight {
  text-align: right;
}
.alignCenter {
  text-align: center;
}
.alignJustify {
  text-align: justify;
}
.noWrap {
  white-space: nowrap;
}
.pullLeft {
  float: left;
}
.pullRight {
  float: right;
}
@media screen and (max-width: 760px) {
  .alignLeft-xxs {
    text-align: left;
  }
}
.no-underline {
  text-decoration: none;
}
.underline {
  text-decoration: underline;
}
.topMarginImportant {
  margin-top: 25px !important;
}
/* ==========================================================================
   Margin
   ========================================================================== */
.noVerticalMargin {
  margin-top: 0;
  margin-bottom: 0;
}
.noTopMargin {
  margin-top: 0;
}
.noBottomMargin {
  margin-bottom: 0;
}
.topLargeMargin {
  margin-top: 40px;
}
.topMargin {
  margin-top: 20px;
}
.topSmallMargin {
  margin-top: 15px;
}
.topXSmallMargin {
  margin-top: 10px;
}
.bottomLargeMargin {
  margin-bottom: 40px;
}
.bottomMargin {
  margin-bottom: 20px;
}
.bottomSmallMargin {
  margin-bottom: 15px;
}
.bottomXSmallMargin {
  margin-bottom: 10px;
}
.leftMargin {
  margin-left: 25px;
}
.rightMargin {
  margin-right: 15px;
}
@media screen and (max-width: 760px) {
  .bottomMargin-xxs {
    margin-bottom: 20px;
  }
}
/* ==========================================================================
   Padding
   ========================================================================== */
/* ==========================================================================
   Padding
   ========================================================================== */
.no-padding-left {
  padding-left: 0 !important;
}
/* ==========================================================================
   Min-height // use if needed
   ========================================================================== */
.mh300 {
  min-height: 30rem;
}
.mh500 {
  min-height: 50rem;
}
.mh600 {
  min-height: 60rem;
}
/* ==========================================================================
   Image auto-scaling
   ========================================================================== */
.scalable {
  max-width: 100%;
  height: auto;
}
/* ==========================================================================
   Hidden
   ========================================================================== */
.is-hidden {
  display: none !important;
}
/* ==========================================================================
   fakeAnchor : needed to fix anchors on #id becauseof sticky header
   ========================================================================== */
.fakeAnchor140:before {
  content: '';
  display: block;
  height: 140px;
  margin-top: -140px;
}
/* ==========================================================================
   Keyfram Animations
   ========================================================================== */
@-webkit-keyframes rotating {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotating {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes rotatingDelay {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  10% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  60% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotatingDelay {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  10% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  60% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* Plugins
   ========================================================================== */
/* Not ready
   ========================================================================== */
.notReady {
  cursor: url(../../images/common/cursor-noclick.png), auto !important;
}
/* ==========================================================================
    COLORBOX CORE STYLE
    CSS consistent between example themes and should not be altered.
   ========================================================================== */
#colorbox,
#cboxOverlay,
#cboxOverlayGifts,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  overflow: hidden;
}
#cboxOverlayGifts {
  z-index: 15;
  cursor: pointer;
}
#cboxWrapper {
  max-width: none;
}
#cboxOverlay,
#cboxOverlayGifts {
  position: fixed;
  width: 100%;
  height: 100%;
}
#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}
#cboxContent {
  position: relative;
}
#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#cboxTitle {
  margin: 0;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}
#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
}
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}
/* ==========================================================================
   RELAIS & CHÂTEAUX STYLE (from example 2)
   ========================================================================== */
.popinOpened {
  overflow: hidden;
}
.popinOpened #colorbox {
  left: 50% !important;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.popinOpened #colorbox,
.popinOpened #cboxWrapper {
  height: 100vh !important;
  width: 100% !important;
  max-width: 120rem !important;
}
.popinOpened #cboxContent {
  width: -webkit-calc(100% - 4rem - 4rem) !important;
  width: calc(100% - 4rem - 4rem) !important;
  max-width: 112rem !important;
}
@media screen and (max-width: 760px) {
  .popinOpened #cboxContent {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0;
    min-height: 90vh !important;
  }
}
.popinOpened #cboxLoadedContent {
  width: 100% !important;
  height: 86vh !important;
}
@media screen and (max-width: 760px) {
  .popinOpened #cboxLoadedContent {
    height: 100% !important;
    background: #ffffff;
  }
}
#cboxOverlay,
#cboxOverlayGifts {
  background: #afb3b7;
  opacity: 0.8 !important;
}
#colorbox {
  outline: 0;
}
@media screen and (max-width: 760px) {
  #colorbox {
    width: 100% !important;
    height: 100% !important;
    left: 0 !important;
    background: #ffffff;
  }
}
#cboxContent {
  margin: 4rem;
  overflow: visible;
  background: transparent;
}
@media screen and (max-width: 760px) {
  #cboxContent {
    margin: 0;
    background: #ffffff;
    width: 100% !important;
  }
}
.cboxIframe {
  background: #ffffff;
}
#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}
#cboxLoadedContent {
  background: transparent;
}
#cboxLoadingGraphic {
  background: url(../../images/common/loading.gif) no-repeat center center;
}
#cboxLoadingOverlay {
  background: #ffffff;
}
#cboxTitle {
  position: absolute;
  top: -22px;
  left: 0;
  color: #000;
}
#cboxCurrent {
  position: absolute;
  top: -22px;
  right: 205px;
  text-indent: -9999px;
}
/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  position: absolute;
}
/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
  outline: 0;
}
/* Navigation controls */
#cboxPrevious {
  background-position: 0px 0px;
  right: 44px;
}
#cboxPrevious:hover {
  background-position: 0px -25px;
}
#cboxNext {
  background-position: -25px 0px;
  right: 22px;
}
#cboxNext:hover {
  background-position: -25px -25px;
}
/* Close */
#cboxClose {
  background: url(../../images/common/close-popin.png) no-repeat center center;
  top: 10px;
  right: 25px;
  outline: none;
}
.cboxFullMapScreen #cboxClose {
  z-index: 1;
  top: 15px;
  background: transparent url(../../images/common/close-popin-white.png) no-repeat center center;
}
@media screen and (max-width: 760px) {
  #cboxClose {
    right: 10px;
  }
}
/* Slideshow */
.cboxSlideshow_on #cboxPrevious,
.cboxSlideshow_off #cboxPrevious {
  right: 66px;
}
.cboxSlideshow_on #cboxSlideshow {
  background-position: -75px -25px;
  right: 44px;
}
.cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -100px -25px;
}
.cboxSlideshow_off #cboxSlideshow {
  background-position: -100px 0px;
  right: 44px;
}
.cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -75px -25px;
}
/* FullScreen map / gallery*/
#cboxOverlay.cboxFullScreen {
  background: #000;
}
#colorbox.cboxFullScreen {
  background: none !important;
}
#colorbox.cboxFullScreen #cboxContent,
#colorbox.cboxFullScreen #cboxLoadedContent {
  background: none !important;
}
.cboxFullScreen #cboxContent {
  margin: 0;
}
.popinOpened #colorbox.cboxFullMapScreen,
.popinOpened #colorbox.cboxFullScreen {
  max-width: none !important;
  -webkit-transform: translateX(0) !important;
      -ms-transform: translateX(0) !important;
          transform: translateX(0) !important;
}
.popinOpened #colorbox.cboxFullMapScreen,
.popinOpened #colorbox.cboxFullScreen,
.popinOpened #colorbox.cboxFullMapScreen #cboxWrapper,
.popinOpened #colorbox.cboxFullScreen #cboxWrapper,
.popinOpened #colorbox.cboxFullMapScreen #cboxContent,
.popinOpened #colorbox.cboxFullScreen #cboxContent,
.popinOpened #colorbox.cboxFullMapScreen #cboxLoadedContent,
.popinOpened #colorbox.cboxFullScreen #cboxLoadedContent {
  width: 100vw !important;
  left: 0 !important;
  max-width: none !important;
}
.popinOpened #colorbox.cboxFullScreen #cboxLoadedContent {
  height: 100vh !important;
}
.popinOpened #colorbox.cboxFullMapScreen #cboxContent {
  width: -webkit-calc(100vw - 4rem - 4rem) !important;
  width: calc(100vw - 4rem - 4rem) !important;
  height: -webkit-calc(100vh - 4rem - 4rem) !important;
  height: calc(100vh - 4rem - 4rem) !important;
}
@media screen and (max-width: 760px) {
  .popinOpened #colorbox.cboxFullMapScreen #cboxContent {
    width: 100% !important;
    height: 100% !important;
    margin: 0;
  }
}
.popinOpened #colorbox.cboxFullMapScreen #cboxLoadedContent {
  height: 100% !important;
  width: 100% !important;
}
.cboxFullScreen #cboxClose {
  height: 36px;
  width: 36px;
  background-color: #ffffff;
  top: 0;
  right: 0;
  z-index: 6;
}
/* Iframe */
.cboxIframeContainer #cboxContent {
  padding-top: 40px;
  background: #ffffff;
}
/* Slider */
.slick-slider {
  position: relative;
  z-index: 2;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
#chooseRoomForm .slick-list {
  overflow: visible !important;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
/* Dots */
.slick-slider {
  margin-bottom: 20px;
}
.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  vertical-align: middle ;
  margin: 0 6px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  padding: 0;
  margin: 0;
  width: 11px;
  height: 11px;
  border: 1px solid #aeb3b7;
  background: #ffffff;
  border-radius: 50%;
  overflow: hidden;
  text-indent: -999em;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li.slick-active button {
  width: 12px;
  height: 12px;
  background: #1c1c1b;
  border-color: #1c1c1b;
}
.lte-ie9 .slick-prev,
.lte-ie9 .slick-next {
  z-index: 2;
}
.lte-ie9 .slick-list {
  z-index: 1;
}
/* AUTOCOMPLETE */
.field_autocomplete .ui-helper-hidden-accessible {
  display: none;
}
.ui-menu {
  max-height: 25.5rem;
  overflow: auto;
  margin: 0;
  padding: 0;
  list-style: none;
  /*@colorBgOdd:@color-white;
    @colorBgEven:darken(@colorBgOdd,5%);
    @colorBgOddFocus:darken(@colorBgEven,5%);
    @colorBgEvenFocus:darken(@colorBgOddFocus,5%);*/
}
.ui-menu li {
  color: #5d676f;
  padding: 0;
  margin: 0;
  line-height: 2rem;
  font-size: 1.4rem;
  list-style: none;
  background: #ffffff;
  border-top: 0.1rem solid #f2f2f2;
}
.ui-menu li:first-child {
  border-top: 0;
}
.ui-menu li.ui-autocomplete-category,
.ui-menu li a {
  padding: 0.5rem 1.4rem;
}
.ui-menu li.ui-autocomplete-category {
  padding-left: .7rem;
  font-weight: 700;
  background: #e5e5e5;
  border-top-color: #e5e5e5;
}
.ui-menu li a {
  display: block;
  cursor: pointer;
  color: inherit;
}
.ui-menu li a.ui-state-focus {
  background: #f2f2f2;
}
/* Date picker
========================================================================== */
/* datepicker
   ========================================================================== */
/* BG white */
.popinSelectDates .startEndDate .startEndDateField input[type="text"],
.popinSelectDates .startEndDate .startEndDateField input[type="date"] {
  pointer-events: none;
}
.formField .startEndDatepickerWrapper #searchButton {
  position: static;
  right: 0;
  bottom: 0;
}
.formField .startEndDatepickerWrapper .selectboxit-options {
  position: relative;
}
.formField .startEndDatepickerWrapper .flexRoomAvailability {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.formField .startEndDatepickerWrapper .flexRoomAvailability .flexRoomAvailabilityNull {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.formField .startEndDatepickerWrapper .flexRoomAvailability .flexRoomAvailabilitySelect {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 25px;
}
.formField .startEndDatepickerWrapper .flexRoomAvailability .flexRoomAvailabilityButton {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.startEndDate {
  position: relative;
}
.startEndDate:after,
.startEndDate:before {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.startEndDate:after {
  clear: both;
}
.startEndDate .formError {
  display: none;
  margin: 0 19px 10px;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
  padding: 0;
}
.startEndDate .formError:after {
  display: none;
}
.startEndDate .formError > div {
  display: none;
  background: #852e2d;
  padding: 5px 15px;
}
.startEndDate .formError > div:after {
  content: "";
  position: absolute;
  top: -9px;
  border: transparent solid;
  border-width: 0 9px 9px;
  border-bottom-color: #852e2d;
  left: 50%;
  margin-left: -9px;
  -webkit-transition: opacity .3s ease;
          transition: opacity .3s ease;
}
.startEndDate .formError > div.notAvailable {
  background: #c55553;
}
.startEndDate .formError > div.notAvailable:after {
  border-bottom-color: #c55553;
}
.startEndDate .formError > div.noArrival {
  background: #f0ad4e;
}
.startEndDate .formError > div.noArrival:after {
  border-bottom-color: #f0ad4e;
}
.startEndDate .formError > div.noDeparture {
  background: #df8a13;
}
.startEndDate .formError > div.noDeparture:after {
  border-bottom-color: #df8a13;
}
.displayAvailability.startEndDate .formError.is-opened,
.displayAvailability.startEndDate .formError .is-opened {
  display: block;
}
.startEndDate > .formError {
  position: absolute;
  top: 100%;
  left: 50%;
  margin: 15px 0 0;
  width: 100%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.inline.startEndDate > .formError {
  display: none !important;
}
.propertyBookingAside .startEndDate > .formError {
  top: 195%;
}
.startEndDateField {
  position: relative;
}
.startEndDateField input[type="text"],
.startEndDateField input[type="date"] {
  cursor: pointer;
}
.startEndDateField input[type="text"]:-ms-input-placeholder,
.startEndDateField input[type="date"]:-ms-input-placeholder {
  text-transform: capitalize;
}
.startEndDateField input[type="text"]::-webkit-input-placeholder,
.startEndDateField input[type="date"]::-webkit-input-placeholder {
  text-transform: capitalize;
}
.startEndDateField input[type="text"]::placeholder,
.startEndDateField input[type="date"]::placeholder {
  text-transform: capitalize;
}
.startEndDateField input[type="text"].suggested,
.startEndDateField input[type="date"].suggested {
  color: #fff;
}
.startEndDateField input[type="text"]::-moz-selection,
.startEndDateField input[type="date"]::-moz-selection {
  background-color: transparent;
  color: inherit;
}
.startEndDateField input[type="text"]::selection,
.startEndDateField input[type="date"]::selection {
  background-color: transparent;
  color: inherit;
}
.startEndDateField > span {
  display: none;
}
.startEndDate.darkDatepicker .startEndDateField {
  cursor: pointer;
  display: block;
  background: #5d676f;
  color: #fff;
  font-size: 2rem;
  text-align: right;
  padding: .5rem 2rem;
  position: relative;
  margin-bottom: 1rem;
  height: 40px;
}
.startEndDate.darkDatepicker .startEndDateField .icon {
  position: absolute;
  top: -0.7rem;
  left: 1rem;
  width: 2.1rem;
  pointer-events: none;
}
.startEndDate.darkDatepicker .startEndDateField input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  padding-left: 40px;
  background: transparent;
}
.startEndDate.darkDatepicker .startEndDateField input::-webkit-input-placeholder {
  color: #fff;
}
.startEndDate.darkDatepicker .startEndDateField input::-moz-placeholder {
  color: #fff;
}
.startEndDate.darkDatepicker .startEndDateField input:-ms-input-placeholder {
  color: #fff !important;
}
.startEndDate.darkDatepicker .startEndDateField input:-moz-placeholder {
  color: #fff;
}
.startEndDate.darkDatepicker .startEndDateField input.placeholder {
  color: #fff;
}
.inline .startEndDateField,
.oneLine .startEndDateField {
  width: -webkit-calc(50% - 5px);
  width: calc(50% - 5px);
  margin-top: 5px;
}
.inline .startEndDateField input[type="text"],
.oneLine .startEndDateField input[type="text"],
.inline .startEndDateField input[type="date"],
.oneLine .startEndDateField input[type="date"] {
  margin-bottom: 0;
}
.inline .startEndDateField .icon,
.oneLine .startEndDateField .icon {
  width: 25px;
  height: 35px;
  stroke: #1c1c1b;
}
.inline .startDateField,
.oneLine .startDateField {
  float: left;
}
.inline .endDateField,
.oneLine .endDateField {
  float: right;
}
.startEndDatepickerWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 13;
  background: #fff;
  min-width: 1071px;
  opacity: 0;
  visibility: hidden;
  padding: 0 43px 25px;
  -webkit-transition: opacity 0.3s ease, visibility 0s ease 0.3s;
          transition: opacity 0.3s ease, visibility 0s ease 0.3s;
}
.start.startEndDate .startEndDatepickerWrapper,
.end.startEndDate .startEndDatepickerWrapper,
.inline.startEndDate .startEndDatepickerWrapper {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s ease;
          transition: opacity 0.3s ease;
}
.inline.startEndDate .startEndDatepickerWrapper {
  clear: both;
  min-width: 0;
  position: relative;
  margin-top: 0 !important;
  z-index: 1;
}
.inline.startEndDate .startEndDatepickerWrapper .btnClose {
  display: none;
}
.smallDatepiker.startEndDate .startEndDatepickerWrapper,
.inline.startEndDate .startEndDatepickerWrapper {
  padding-bottom: 10px;
}
.marginTransition.startEndDate .startEndDatepickerWrapper {
  -webkit-transition: opacity 0.3s ease, margin 0.3s ease, visibility 0s ease 0.3s;
          transition: opacity 0.3s ease, margin 0.3s ease, visibility 0s ease 0.3s;
}
.start.marginTransition.startEndDate .startEndDatepickerWrapper,
.end.marginTransition.startEndDate .startEndDatepickerWrapper {
  -webkit-transition: opacity 0.3s ease, margin 0.3s ease;
          transition: opacity 0.3s ease, margin 0.3s ease;
}
.showOnLeft.startEndDate .startEndDatepickerWrapper {
  left: auto;
  right: 0;
}
.startEndDatepickerWrapper .btnClose {
  position: absolute;
  top: 10px;
  right: 10px;
  background: url(../../images/common/close-popin.png) no-repeat center center;
  outline: none;
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.startEndDatepickerWrapper #searchButton {
  position: absolute;
  bottom: -12px;
  right: 60px;
  outline: none;
  overflow: visible;
  cursor: pointer;
  font-size: 1.6rem;
  color: #ffffff;
}
.startEndDatepickerWrapper #searchButton:hover {
  color: #1c1c1b;
}
.startEndDatepickerWrapper #searchButton.disabled {
  background-color: #5d676f;
  border-color: #5d676f;
  cursor: not-allowed;
  bottom: 0;
}
.startEndDatepickerWrapper #searchButton .yourStay {
  font-size: 1.2rem;
  text-transform: none;
  padding: 0;
  margin: 0;
}
.startEndDatepickerWrapper #searchButton .yourStay.plural .plural {
  display: inline-block;
}
.startEndDatepickerWrapper #searchButton .yourStay.plural .single {
  display: none;
}
.startEndDatepickerWrapper #searchButton .yourStay.single .plural {
  display: none;
}
.startEndDatepickerWrapper #searchButton .yourStay.single .single {
  display: inline-block;
}
.startEndDatepickerWrapper .btnClear {
  position: absolute;
  bottom: 25px;
  right: 60px;
  background: none;
  outline: none;
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  cursor: pointer;
  font-size: 1.6rem;
  font-family: Arial, sans-serif;
  color: #aeb3b7;
}
.startEndDatepickerWrapper .btnClear:hover {
  text-decoration: underline;
}
.smallDatepiker .startEndDatepickerWrapper .btnClear,
.inline .startEndDatepickerWrapper .btnClear {
  bottom: 12px;
}
.startEndDatepickerTopper {
  padding: 0 30px;
  height: 90px;
  line-height: 90px;
  margin: 0 -43px;
  font-style: initial;
  background-color: #ffffff;
  color: #bd9e56;
  font-size: 1.8rem;
  font-family: 'Nobel', Arial, sans-serif;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 760px) {
  .startEndDatepickerTopper {
    padding-top: 35px;
  }
}
.startEndDatepickerTopper > span {
  display: none;
}
.startEndDate.start .startEndDatepickerTopper .endDate,
.startEndDate.end .startEndDatepickerTopper .startDate {
  display: block;
}
.smallDatepiker .startEndDatepickerTopper,
.inline .startEndDatepickerTopper {
  height: auto;
  line-height: 26px;
  padding: 15px 0;
}
.ui-datepicker {
  z-index: 13 !important;
  background: #ffffff;
  padding: 3px;
  text-align: center;
  font-family: Arial, sans-serif;
  display: none;
}
.ui-datepicker.ui-datepicker-inline {
  z-index: auto !important;
  width: auto !important;
  border: transparent;
}
.ui-datepicker.ui-datepicker-multi:after,
.ui-datepicker.ui-datepicker-multi:before {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.ui-datepicker.ui-datepicker-multi:after {
  clear: both;
}
.ui-datepicker.ui-datepicker-multi .ui-datepicker-group {
  float: left;
  width: 50%;
}
.ui-datepicker.ui-datepicker-multi .ui-datepicker-group.ui-datepicker-group-last {
  float: right;
}
@media screen and (max-width: 760px) {
  .ui-datepicker.ui-datepicker-multi .ui-datepicker-group {
    width: 100%;
    float: none;
  }
}
.ui-datepicker.ui-datepicker-multi .ui-datepicker-row-break {
  clear: both;
}
.ui-datepicker table {
  margin: 0 14px 14px;
  width: -webkit-calc(100% - (14px * 2));
  width: calc(100% - (14px * 2));
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 36px;
  border-collapse: separate;
  border-spacing: 0;
}
.smallDatepiker .ui-datepicker table,
.inline .ui-datepicker table {
  line-height: 40px;
  margin-bottom: 5px;
}
.ui-datepicker table tr:last-child td {
  border-bottom: 1px solid #d9dbdd;
}
.ui-datepicker table tr:last-child td.ui-state-disabled {
  border-top: 1px solid #d9dbdd;
  border-left: 1px solid #d9dbdd;
}
.ui-datepicker table th {
  padding: 0;
  font-weight: 400;
  color: #1c1c1b;
  border: 0;
  font-size: 1.1rem;
  line-height: 30px;
}
.ui-datepicker table th span {
  font-style: normal;
}
.ui-datepicker table td {
  padding: 0;
  width: 52px;
  color: #1c1c1b;
  background: #ffffff;
}
.ui-datepicker table td:last-child {
  border-right: 1px solid #d9dbdd;
}
.ui-datepicker table td.ui-datepicker-current-day a {
  background: #ffffff !important;
}
.ui-datepicker table td.ui-datepicker-today a,
.ui-datepicker table td.ui-datepicker-today span {
  font-weight: 600;
  color: #5d676f;
}
:not(.startEndDp).ui-datepicker table td.ui-datepicker-current-day a,
:not(.startEndDp).ui-datepicker table td.ui-datepicker-current-day span {
  color: #1c1c1b;
  background: #333333;
}
:not(.startEndDp).ui-datepicker table td.ui-datepicker-current-day span {
  opacity: .9;
}
.ui-datepicker table td.ui-datepicker-other-month a {
  opacity: .8;
}
.ui-datepicker table td.ui-datepicker-unselectable {
  border-top: 1px solid #d9dbdd;
  border-left: 1px solid #d9dbdd;
}
.ui-datepicker table td.ui-datepicker-unselectable span {
  border: none;
}
.ui-datepicker table td span,
.ui-datepicker table td a {
  display: block;
  position: relative;
  background: #ffffff;
  color: #d9dbdd;
  border-top: 1px solid #d9dbdd;
  border-left: 1px solid #d9dbdd;
  font-family: 'Nobel Bold', Arial, sans-serif;
  font-weight: 400;
}
@media not screen and (max-width: 760px) {
  .ui-datepicker table td span[data-price],
  .ui-datepicker table td a[data-price] {
    text-indent: -999rem;
  }
  .ui-datepicker table td span:before,
  .ui-datepicker table td a:before {
    content: attr(data-price);
    text-indent: 0;
    position: absolute;
    top: 1rem;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    font-family: 'Nobel', Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  .ui-datepicker table td span:after,
  .ui-datepicker table td a:after {
    content: attr(data-day);
    text-indent: 0;
    position: absolute;
    top: 1px;
    right: 4px;
    width: 14px;
    height: 14px;
    line-height: 12px;
    text-align: right;
    font-size: 10px;
    font-family: 'Nobel Bold', Arial, sans-serif;
    font-weight: 400;
    font-weight: normal;
    font-style: normal;
  }
}
.notFirstTime.ui-datepicker table td.date-range-selected a,
.notFirstTime.ui-datepicker table td.date-range-selected span {
  background: #eef0f0;
  color: #1c1c1b;
}
.notFirstTime.ui-datepicker table td.start-date,
.notFirstTime.ui-datepicker table td.end-date {
  position: relative;
}
.notFirstTime.ui-datepicker table td.start-date:before,
.notFirstTime.ui-datepicker table td.end-date:before {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -18px;
  border: solid transparent;
  border-width: 18px 0;
  z-index: 2;
}
.notFirstTime.ui-datepicker table td.start-date a,
.notFirstTime.ui-datepicker table td.end-date a,
.notFirstTime.ui-datepicker table td.start-date span,
.notFirstTime.ui-datepicker table td.end-date span {
  position: relative;
  color: #ffffff !important;
  background: #333333 !important;
}
.notFirstTime.ui-datepicker table td.start-date a.ui-state-active,
.notFirstTime.ui-datepicker table td.end-date a.ui-state-active,
.notFirstTime.ui-datepicker table td.start-date a:hover,
.notFirstTime.ui-datepicker table td.end-date a:hover {
  color: #ffffff;
  background: #333333 !important;
  font-weight: 600;
}
.notFirstTime.ui-datepicker table td.start-date:before {
  left: 0;
}
.notFirstTime.ui-datepicker table td.end-date:before {
  right: 0;
}
.ui-datepicker table td a {
  text-decoration: none;
  color: #1c1c1b;
  font-weight: 600;
  font-style: normal !important;
}
.ui-datepicker table td a.ui-state-active,
.ui-datepicker table td a:hover {
  color: #1c1c1b !important;
  background: #eef0f0;
  font-weight: 600;
}
.displayAvailability .ui-datepicker table td {
  pointer-events: none;
}
.displayAvailability .ui-datepicker table td a {
  cursor: none;
  pointer-events: none;
}
.displayAvailability .ui-datepicker table td.available a {
  color: #1c1c1b;
}
@media screen and (max-width: 760px) {
  .displayAvailability .ui-datepicker table td.available a:first-child {
    display: block !important;
  }
  .displayAvailability .ui-datepicker table td.available a:nth-child(2) {
    display: none;
  }
}
.displayAvailability .ui-datepicker table td.available.date-range-selected a {
  background: #eef0f0;
  color: #1c1c1b;
}
.displayAvailability .ui-datepicker table td.available a.ui-state-active,
.displayAvailability .ui-datepicker table td.available a:hover {
  background: #eef0f0;
  color: #1c1c1b;
  font-weight: 600;
}
.displayAvailability .ui-datepicker table td.available.minimumStay a {
  color: #03a8ef;
  font-weight: normal;
  font-style: normal;
  font-family: 'Nobel Bold', Arial, sans-serif;
  font-weight: 400;
}
.displayAvailability .ui-datepicker table td.available.minimumStay a:after {
  content: none;
}
.displayAvailability .ui-datepicker table td.available,
.displayAvailability .ui-datepicker table td.notAvailable,
.displayAvailability .ui-datepicker table td.noArrival,
.displayAvailability .ui-datepicker table td.noDeparture {
  pointer-events: auto;
}
.displayAvailability .ui-datepicker table td.available a,
.displayAvailability .ui-datepicker table td.notAvailable a,
.displayAvailability .ui-datepicker table td.noArrival a,
.displayAvailability .ui-datepicker table td.noDeparture a {
  cursor: pointer;
  pointer-events: auto;
  font-size: 10px;
}
.displayAvailability .ui-datepicker table td.notAvailable a.ui-state-active,
.displayAvailability .ui-datepicker table td.noArrival a.ui-state-active,
.displayAvailability .ui-datepicker table td.noDeparture a.ui-state-active,
.displayAvailability .ui-datepicker table td.notAvailable a:hover,
.displayAvailability .ui-datepicker table td.noArrival a:hover,
.displayAvailability .ui-datepicker table td.noDeparture a:hover {
  background: #eef0f0;
  color: #d9dbdd !important;
  font-weight: 600;
}
.displayAvailability .ui-datepicker table td.notAvailable.end-date a,
.displayAvailability .ui-datepicker table td.noArrival.end-date a {
  background: #eef0f0 !important;
  color: #1c1c1b !important;
}
.displayAvailability .ui-datepicker table td.notAvailable.end-date a.ui-state-active,
.displayAvailability .ui-datepicker table td.noArrival.end-date a.ui-state-active,
.displayAvailability .ui-datepicker table td.notAvailable.end-date a:hover,
.displayAvailability .ui-datepicker table td.noArrival.end-date a:hover {
  background: #eef0f0 !important;
  color: #1c1c1b !important;
}
.displayAvailability .ui-datepicker table td.notAvailable:before {
  content: '';
  position: absolute;
  margin-top: -9px;
  border: solid transparent;
  border-width: 31px 0;
  z-index: 2;
  border-left: 1px solid #d9dbdd;
  -webkit-transform: rotate(52deg);
      -ms-transform: rotate(52deg);
          transform: rotate(52deg);
}
.displayAvailability .ui-datepicker table td.notAvailable a {
  color: #d9dbdd;
}
.displayAvailability .ui-datepicker table td.notAvailable a:after {
  content: none;
}
.displayAvailability .ui-datepicker table td.noArrival a {
  color: #f0ad4e;
  font-weight: 600;
}
.displayAvailability .ui-datepicker table td.noDeparture.start-date a {
  background: #eef0f0 !important;
  color: #1c1c1b !important;
}
.displayAvailability .ui-datepicker table td.noDeparture.start-date a.ui-state-active,
.displayAvailability .ui-datepicker table td.noDeparture.start-date a:hover {
  background: #eef0f0 !important;
  color: #1c1c1b !important;
}
.displayAvailability .ui-datepicker table td.noDeparture a {
  background: #df8a13 !important;
  color: #fff;
}
.start.displayAvailability .ui-datepicker table td.notAvailable,
.start.displayAvailability .ui-datepicker table td.noArrival {
  pointer-events: none;
}
.start.displayAvailability .ui-datepicker table td.notAvailable a,
.start.displayAvailability .ui-datepicker table td.noArrival a {
  cursor: default;
  pointer-events: none;
}
.start.displayAvailability .ui-datepicker table td.notAvailable a.ui-state-active {
  color: #aeb3b7;
}
.start.displayAvailability .ui-datepicker table td.noArrival a.ui-state-active {
  color: #f0ad4e;
  font-weight: 600;
}
.end.displayAvailability .ui-datepicker table td.noDeparture {
  pointer-events: none;
}
.end.displayAvailability .ui-datepicker table td.noDeparture a {
  cursor: default;
  pointer-events: none;
}
.end.displayAvailability .ui-datepicker table td.noDeparture a.ui-state-active {
  background: #e6bd81 !important;
  color: #fff;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  font-style: initial;
  margin-top: 21px;
  margin-bottom: 21px;
  height: -webkit-calc(40rem / 10);
  height: calc(40rem / 10);
}
.smallDatepiker .ui-datepicker .ui-datepicker-header,
.inline .ui-datepicker .ui-datepicker-header {
  margin-top: 10px;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  display: block;
  width: -webkit-calc(40rem / 10);
  width: calc(40rem / 10);
  height: -webkit-calc(40rem / 10);
  height: calc(40rem / 10);
  padding: 0;
  background-color: #1c1c1b;
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev.ui-state-disabled,
.ui-datepicker .ui-datepicker-next.ui-state-disabled {
  cursor: default;
  opacity: .2;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  background: none;
  margin: 0;
  text-indent: -999em;
  overflow: hidden;
}
.ui-datepicker .ui-datepicker-prev span::before,
.ui-datepicker .ui-datepicker-next span::before,
.ui-datepicker .ui-datepicker-prev span::after,
.ui-datepicker .ui-datepicker-next span::after {
  content: '';
  display: block;
  position: absolute;
  top: -webkit-calc(12rem / 10);
  top: calc(12rem / 10);
  right: 0;
  left: -4px;
  width: -webkit-calc(15rem / 10);
  width: calc(15rem / 10);
  height: 2px;
  margin: 0 auto;
  border-radius: 100px;
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.ui-datepicker .ui-datepicker-prev span::after,
.ui-datepicker .ui-datepicker-next span::after {
  top: auto;
  bottom: -webkit-calc(12rem / 10);
  bottom: calc(12rem / 10);
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.ui-datepicker .ui-datepicker-prev {
  left: 20px;
}
.ui-datepicker .ui-datepicker-next {
  right: 20px;
}
.ui-datepicker .ui-datepicker-next span {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 50px;
  font-size: 1.8rem;
  line-height: -webkit-calc(40rem / 10);
  line-height: calc(40rem / 10);
  font-weight: 400;
  color: #1c1c1b;
  text-transform: uppercase;
}
.ui-datepicker .ui-datepicker-year {
  color: #bd9e56;
}
.startEndDateLegendToggle {
  display: none;
}
.is-phone .startEndDateLegendToggle {
  display: inline-block;
  margin-left: 10px;
}
.startEndDateLegend {
  margin: 0 19px;
  padding: 0;
  text-align: left;
  min-height: 30px;
  font-family: 'Nobel', Arial, sans-serif;
  font-weight: 400;
  color: #1c1c1b;
}
.is-phone .startEndDateLegendToggle + .startEndDateLegend {
  margin-top: 10px;
  display: none;
}
.startEndDateLegend li {
  display: inline-block;
  margin: 0 20px 0 0;
  font-size: 1.6rem;
  font-family: 'Nobel', Arial, sans-serif;
  font-weight: 400;
  color: #1c1c1b;
  font-weight: normal;
  font-style: normal;
}
.startEndDateLegend li.notAvailable:before {
  content: url(../../images/common/unavailable-dp.png);
  display: inline-block;
  width: 13px;
  height: 13px;
  vertical-align: text-top;
  margin-right: 9px;
  background: #ffffff;
}
.startEndDateLegend li:before {
  content: '';
  display: inline-block;
  width: 13px;
  height: 13px;
  vertical-align: baseline;
  margin-right: 9px;
  background: #ffffff;
}
.startEndDateLegend li.selected:before {
  background: #333333;
}
.startEndDateLegend li.minimumStay:before {
  background: #03a8ef;
  line-height: 13px;
  text-align: center;
  font-size: 11px;
  font-family: 'Nobel', Arial, sans-serif;
  font-weight: 400;
  font-weight: 600;
  font-style: normal;
}
.startEndDateLegend li.noArrival:before {
  background: #f0ad4e;
  font-weight: 600;
}
.startEndDateLegend li.noDeparture:before {
  background: #f0ad4e;
}
.startEndDateLegend li.available,
.startEndDateLegend li.notAvailable,
.startEndDateLegend li.noArrival,
.startEndDateLegend li.noDeparture {
  display: none;
}
.displayAvailability .startEndDateLegend li.available,
.displayAvailability .startEndDateLegend li.notAvailable,
.displayAvailability .startEndDateLegend li.noArrival,
.displayAvailability .startEndDateLegend li.noDeparture {
  display: inline-block;
}
.textDate {
  margin: 20px 0 0 19px;
}
body.startEndDatePickerOpened {
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .startEndDatepickerWrapper {
    min-width: 800px;
  }
  .inline .startEndDatepickerWrapper {
    min-width: 0;
  }
}
@media screen and (max-width: 900px) {
  .startEndDatepickerWrapper {
    min-width: 700px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .inline .startEndDatepickerWrapper {
    min-width: 0;
  }
  .startEndDatepickerTopper {
    margin-left: -5px;
    margin-right: -5px;
  }
  .ui-datepicker table {
    margin-left: 5px;
    margin-right: 5px;
    width: -webkit-calc(100% - (5px * 2));
    width: calc(100% - (5px * 2));
  }
  .ui-datepicker .ui-datepicker-title {
    margin: 0 5px;
  }
  .ui-datepicker .ui-datepicker-prev,
  .ui-datepicker .ui-datepicker-next {
    width: -webkit-calc(40rem / 10);
    width: calc(40rem / 10);
    height: -webkit-calc(40rem / 10);
    height: calc(40rem / 10);
    padding: 0;
    background-color: #1c1c1b;
    border: 2px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
  }
  .ui-datepicker .ui-datepicker-prev span,
  .ui-datepicker .ui-datepicker-next span {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
    background: none;
    margin: 0;
  }
  .ui-datepicker .ui-datepicker-prev span::before,
  .ui-datepicker .ui-datepicker-next span::before,
  .ui-datepicker .ui-datepicker-prev span::after,
  .ui-datepicker .ui-datepicker-next span::after {
    content: '';
    display: block;
    position: absolute;
    top: -webkit-calc(12rem / 10);
    top: calc(12rem / 10);
    right: 0;
    left: -4px;
    width: -webkit-calc(15rem / 10);
    width: calc(15rem / 10);
    height: 2px;
    margin: 0 auto;
    border-radius: 100px;
    background-color: #fff;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .ui-datepicker .ui-datepicker-prev span::after,
  .ui-datepicker .ui-datepicker-next span::after {
    top: auto;
    bottom: -webkit-calc(12rem / 10);
    bottom: calc(12rem / 10);
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .ui-datepicker .ui-datepicker-prev {
    left: 5px;
  }
  .ui-datepicker .ui-datepicker-next {
    right: 5px;
  }
  .ui-datepicker .ui-datepicker-next span {
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
}
@media screen and (max-width: 760px) {
  .dateField .inline svg {
    display: none;
  }
  .inline .startEndDateField {
    width: -webkit-calc(50% - 3px);
    width: calc(50% - 3px);
  }
  .startEndDatepickerWrapper {
    min-width: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .startEndDatepickerWrapper .btnClear {
    position: static;
    float: right;
    margin-right: 10px;
  }
  .startEndDate:not(.inline) .startEndDatepickerWrapper {
    overflow: auto;
    position: relative;
    top: 0;
    height: 0;
  }
  .antiScroll-on .startEndDate:not(.inline) .startEndDatepickerWrapper {
    top: 0;
  }
  .startEndDate .startEndDatepickerWrapper:before {
    right: 0;
  }
  .start.startEndDate .startEndDatepickerWrapper,
  .end.startEndDate .startEndDatepickerWrapper,
  .inline.startEndDate .startEndDatepickerWrapper {
    height: auto;
    margin-bottom: 10px;
  }
  .startEndDatepickerTopper {
    margin-left: -0;
    margin-right: -0;
  }
}
.datePickerBorderGold {
  border: 1px solid #bd9e56;
}
#checkAvailabilityRoomForm .startEndDate {
  cursor: pointer;
}
#flexibility-datepicker .displayAvailability .ui-datepicker table td.available a:after {
  content: '';
}
#flexibility-datepicker .displayAvailability .ui-datepicker table td.available a:hover {
  background-color: #fff;
  cursor: default;
}
/* ==========================================================================
  ACCORDION (based on JQuery UI)
  ========================================================================== */
/* Ui core styles
   ========================================================================== */
.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 0;
  min-height: 0;
  /* support: IE7 */
}
.ui-accordion .ui-accordion-content {
  overflow: auto;
}
/* Custom styles
   ========================================================================== */
.accordion {
  background: #eef0f0;
  border-bottom: 1px solid #d9dbdd;
}
.mapView .accordion {
  background: #f6f7f7;
}
.mapView .accordion:first-child {
  border-top: 1px solid #d9dbdd;
}
.revealerContent .accordion {
  margin: 15px -20px 0;
}
.revealerContent .accordion:only-child,
.revealerContent .accordion:first-child {
  margin-top: -16px;
}
.revealerContent .accordion:last-of-type {
  margin-bottom: -16px;
}
.accordion + .accordion {
  margin-top: -1px;
}
.accordionHeader {
  border-top: 1px solid #d9dbdd;
  padding: 15px 40px 15px 20px;
}
.accordionHeader:focus {
  outline: 0;
}
.accordionHeader.ui-accordion-header-active {
  background: #f9fafa;
}
.accordionHeader.ui-accordion-header-active + .accordionContent {
  background: #f9fafa;
}
.csstransforms .accordionHeader:after {
  content: "";
  border-right: 4px solid #1c1c1b;
  border-bottom: 4px solid #1c1c1b;
  position: absolute;
  left: -webkit-calc(100% - 35px);
  left: calc(100% - 35px);
  top: 15px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: ease .3s;
          transition: ease .3s;
  width: 15px;
  height: 15px;
}
.csstransforms .accordionHeader.ui-accordion-header-active:after {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  top: 15px;
}
.accordionContent {
  padding: 0 20px 15px;
}
/* Accordion White
   ========================================================================== */
.accordionWhite {
  background: #ffffff;
  border-bottom: 0;
}
.accordionWhite .accordionHeader {
  background: #eef0f0;
  border-top: 0;
  padding: 10px 40px 10px 20px;
}
.accordionWhite .accordionHeader.ui-accordion-header-active {
  background: #eef0f0;
}
.accordionWhite .accordionHeader.ui-accordion-header-active + .accordionContent {
  background: #ffffff;
}
.accordionWhite .accordionContent {
  padding: 20px 0;
  overflow: hidden;
}
/*
 * jquery.selectBoxIt.css 3.8.1
 * Author: @gregfranko
 */
/*  Common CSS Properties  */
.selectboxit-container {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 10px;
}
@media screen and (max-width: 760px) {
  .selectboxit-container {
    max-width: 100%;
  }
}
.selectboxit-container * {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  outline: none;
  white-space: nowrap;
}
.selectboxit {
  /*width: 220px;*/
  cursor: pointer;
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: block;
  position: relative;
}
.selectboxit-container span,
.selectboxit-options a {
  display: block;
}
.selectboxit:focus {
  outline: 0;
}
.selectboxit.selectboxit-disabled,
.selectboxit-options .selectboxit-disabled {
  opacity: 0.65;
  filter: alpha(opacity=65);
  cursor: default;
}
.selectboxit-text {
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
  max-width: 100% !important;
}
/* Options List */
.selectboxit-options {
  min-width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  cursor: pointer;
  display: none;
  z-index: 14;
  max-height: 242px;
}
#colorbox .selectboxit-options {
  max-height: 156px;
}
.selectboxit-option .selectboxit-option-anchor:hover {
  text-decoration: underline;
  color: #bd9e56;
}
.selectboxit-option,
.selectboxit-optgroup-header {
  margin: 0;
  list-style-type: none;
}
.selectboxit-optgroup-header {
  font-weight: bold;
}
.selectboxit-optgroup-header:hover {
  cursor: default;
}
.selectboxit-arrow-container {
  width: 30px;
  position: absolute;
  right: 0;
}
.selectboxit .selectboxit-arrow-container .selectboxit-arrow {
  margin: 0 auto;
  font-style: initial;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
}
.selectboxit-option-icon-container {
  float: left;
}
.selectboxit-option-icon-container .selectboxit-container {
  height: auto !important;
}
.selectboxit-option-icon {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
.selectboxit-option-icon-url {
  width: 18px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  height: 100%;
  background-position: center;
  float: left;
}
/*.selectboxit-rendering {
  display: inline-block !important;
  visibility: visible !important;
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
}*/
/*
  Default Theme
  -------------
  Note: Feel free to remove all of the CSS underneath this line if you are not using the default theme
*/
.selectboxit {
  font-size: 1.8rem;
  line-height: 5rem;
}
.selectboxit-btn {
  min-width: 25rem;
  background: #ffffff;
  border: 1px solid #d9dbdd;
  height: 5rem;
  padding: 0 4rem 0 1.5rem;
  outline: none;
  color: #1c1c1b;
  font-family: 'Times New Roman', Times;
  font-style: italic;
  font-size: 1.8rem;
}
.selectboxit-default-arrow {
  width: 0;
  height: 0;
}
.selectboxit-arrow-container {
  right: 1rem;
  width: 2rem;
  height: 2rem;
  top: 1.5rem;
  border-radius: 50%;
}
.selectboxit-arrow {
  top: 45%;
}
.selectboxit-options {
  font-size: 1.8rem;
  text-align: left;
  min-width: 100% !important;
  background-color: #ffffff;
  margin-top: -1px;
  border: 1px solid #d9dbdd;
  border-top: 1px solid #ffffff;
}
.selectboxit-options li {
  padding-left: 1.5rem;
}
.selectboxit-option .selectboxit-option-anchor {
  padding: 1rem 0;
  font-family: 'Nobel', Arial, sans-serif;
}
.selectboxit-list > .selectboxit-disabled > .selectboxit-option-anchor {
  color: #999999;
}
.selectboxit-container.small .selectboxit-btn {
  min-width: 10rem;
}
.selectboxit-container.large,
.selectboxit-container.full {
  width: 100%;
}
.selectboxit-container.large .selectboxit,
.selectboxit-container.full .selectboxit {
  min-width: 0;
  width: 100% !important;
  box-shadow: inset 2px 2px 4px 0px rgba(0, 0, 0, 0.35);
}
.selectboxit-container.auto .selectboxit,
.formField.autoSize .selectboxit {
  width: auto !important;
}
.selectboxit-container.auto .selectboxit-btn,
.formField.autoSize .selectboxit-btn {
  min-width: 7rem;
}
.selectboxit-container.auto .selectboxit-options,
.formField.autoSize .selectboxit-options {
  width: auto;
  min-width: 10rem;
  border-top: 1px solid #eef0f0;
}
.selectboxit-container.auto .selectboxit-options li,
.formField.autoSize .selectboxit-options li {
  padding: 0 1.5rem;
}
.selectboxit-container.grey .selectboxit-btn {
  background-color: #ffffff;
}
.selectboxit-container.grey .selectboxit-default-arrow {
  border: 0;
}
.selectboxit-container.grey .selectboxit-default-arrow:after {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  content: ">";
  font-family: 'Nobel', Arial, sans-serif;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 31px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.selectboxit-container.gold .selectboxit-btn {
  background-color: #d9dbdd;
}
.selectboxit-container.gold .selectboxit-btn.selectboxit-focus {
  background-color: #d1d3d6;
}
.selectboxit-container.gold .selectboxit-default-arrow:after {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  content: ">";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 31px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.selectboxit-container.gold .selectboxit-options {
  border: 1px solid #d9dbdd;
}
.selectboxit-container.lightGrey .selectboxit-btn {
  background-color: #eef0f0;
  border-color: #eef0f0;
}
.selectboxit-container.lightGrey .selectboxit-btn.selectboxit-focus {
  background-color: #1c1c1b;
  color: #ffffff;
}
.selectboxit-container.lightGrey .selectboxit-default-arrow {
  border-top-color: #fff;
}
.selectboxit-container.lightGrey .selectboxit-default-arrow:after {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  content: ">";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 31px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.selectboxit-container.lightGrey .selectboxit-options {
  border: 1px solid #eef0f0;
}
.selectboxit-container.tall .selectboxit {
  line-height: 60px;
}
.selectboxit-container.tall .selectboxit-btn {
  height: 60px;
}
.selectboxit-container.tall .selectboxit-arrow-container {
  top: 2rem;
}
.selectboxit-container.booking .selectboxit-btn {
  background: #ffffff;
  color: #1c1c1b;
  height: 4rem;
  padding: 0 2rem 0 4rem;
  box-shadow: 1px 0px 7px 0px rgba(28, 28, 27, 0.35);
}
.selectboxit-container.booking .selectboxit-arrow-container {
  background: #ffffff;
  top: 1rem;
  right: auto;
  left: 1rem;
}
.selectboxit-container.booking .selectboxit {
  line-height: 4rem;
}
.selectboxit-container.booking .selectboxit-options li a {
  font-family: 'Times New Roman', Times;
}
.touchevents .selectboxit-container select {
  width: 100% !important;
  z-index: 1!important;
}
/*! Hint.css - v1.3.3 - 2014-07-06
* http://kushagragour.in/lab/hint/
* Copyright (c) 2014 Kushagra Gour; Licensed MIT */
/*-------------------------------------*\
	HINT.css - A CSS tooltip library
\*-------------------------------------*/
/**
 * HINT.css is a tooltip library made in pure CSS.
 *
 * Source: https://github.com/chinchang/hint.css
 * Demo: http://kushagragour.in/lab/hint/
 *
 * Release under The MIT License
 *
 */
/**
 * source: hint-core.scss
 *
 * Defines the basic styling for the tooltip.
 * Each tooltip is made of 2 parts:
 * 	1) body (:after)
 * 	2) arrow (:before)
 *
 * Classes added:
 * 	1) hint
 */
.hint,
[data-hint] {
  position: relative;
  display: inline-block;
  /**
   * tooltip arrow
   */
  /**
   * tooltip body
   */
}
.hint:before,
.hint:after,
[data-hint]:before,
[data-hint]:after {
  position: absolute;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  visibility: hidden;
  opacity: 0;
  z-index: 1000000;
  pointer-events: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-delay: 0ms;
  transition-delay: 0ms;
}
.hint:hover:before,
.hint:hover:after,
.hint:focus:before,
.hint:focus:after,
[data-hint]:hover:before,
[data-hint]:hover:after,
[data-hint]:focus:before,
[data-hint]:focus:after {
  visibility: visible;
  opacity: 1;
}
.hint:hover:before,
.hint:hover:after,
[data-hint]:hover:before,
[data-hint]:hover:after {
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
}
.hint:before,
[data-hint]:before {
  content: '';
  position: absolute;
  background: transparent;
  border: 6px solid transparent;
  z-index: 1000001;
}
.hint:after,
[data-hint]:after {
  content: attr(data-hint);
  background: #5d676f;
  color: white;
  padding: 8px 10px;
  font-size: 12px;
  line-height: 12px;
  white-space: nowrap;
}
/**
 * source: hint-position.scss
 *
 * Defines the positoning logic for the tooltips.
 *
 * Classes added:
 * 	1) hint--top
 * 	2) hint--bottom
 * 	3) hint--left
 * 	4) hint--right
 */
/**
 * set default color for tooltip arrows
 */
.hint--top:before {
  border-top-color: #5d676f;
}
.hint--bottom:before {
  border-bottom-color: #5d676f;
}
.hint--left:before {
  border-left-color: #5d676f;
}
.hint--right:before {
  border-right-color: #5d676f;
}
/**
 * top tooltip
 */
.hint--top:before {
  margin-bottom: -12px;
  margin-left: -7px;
}
.hint--top:after {
  margin-left: -18px;
}
.hint--top:before,
.hint--top:after {
  bottom: 100%;
  left: 50%;
}
.hint--top:hover:after,
.hint--top:hover:before,
.hint--top:focus:after,
.hint--top:focus:before {
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
      transform: translateY(-8px);
}
/**
 * bottom tooltip
 */
.hint--bottom:before {
  margin-top: -12px;
}
.hint--bottom:after {
  margin-left: -18px;
}
.hint--bottom:before,
.hint--bottom:after {
  top: 100%;
  left: 50%;
}
.hint--bottom:hover:after,
.hint--bottom:hover:before,
.hint--bottom:focus:after,
.hint--bottom:focus:before {
  -webkit-transform: translateY(8px);
  -ms-transform: translateY(8px);
      transform: translateY(8px);
}
/**
 * right tooltip
 */
.hint--right:before {
  margin-left: -12px;
  margin-bottom: -6px;
}
.hint--right:after {
  margin-bottom: -14px;
}
.hint--right:before,
.hint--right:after {
  left: 100%;
  bottom: 50%;
}
.hint--right:hover:after,
.hint--right:hover:before,
.hint--right:focus:after,
.hint--right:focus:before {
  -webkit-transform: translateX(8px);
  -ms-transform: translateX(8px);
      transform: translateX(8px);
}
/**
 * left tooltip
 */
.hint--left:before {
  margin-right: -12px;
  margin-bottom: -6px;
}
.hint--left:after {
  margin-bottom: -14px;
}
.hint--left:before,
.hint--left:after {
  right: 100%;
  bottom: 50%;
}
.hint--left:hover:after,
.hint--left:hover:before,
.hint--left:focus:after,
.hint--left:focus:before {
  -webkit-transform: translateX(-8px);
  -ms-transform: translateX(-8px);
      transform: translateX(-8px);
}
/**
 * source: hint-color-types.scss
 *
 * Contains tooltips of various types based on color differences.
 *
 * Classes added:
 * 	1) hint--error
 * 	2) hint--warning
 * 	3) hint--info
 * 	4) hint--success
 *
 */
/**
 * Error
 */
.hint--error:after {
  background-color: #b34e4d;
  text-shadow: 0 -1px 0px #592726;
}
.hint--error.hint--top:before {
  border-top-color: #b34e4d;
}
.hint--error.hint--bottom:before {
  border-bottom-color: #b34e4d;
}
.hint--error.hint--left:before {
  border-left-color: #b34e4d;
}
.hint--error.hint--right:before {
  border-right-color: #b34e4d;
}
/**
 * Warning
 */
.hint--warning:after {
  background-color: #c09854;
  text-shadow: 0 -1px 0px #6c5328;
}
.hint--warning.hint--top:before {
  border-top-color: #c09854;
}
.hint--warning.hint--bottom:before {
  border-bottom-color: #c09854;
}
.hint--warning.hint--left:before {
  border-left-color: #c09854;
}
.hint--warning.hint--right:before {
  border-right-color: #c09854;
}
/**
 * Info
 */
.hint--info:after {
  background-color: #3986ac;
  text-shadow: 0 -1px 0px #193b4d;
}
.hint--info.hint--top:before {
  border-top-color: #3986ac;
}
.hint--info.hint--bottom:before {
  border-bottom-color: #3986ac;
}
.hint--info.hint--left:before {
  border-left-color: #3986ac;
}
.hint--info.hint--right:before {
  border-right-color: #3986ac;
}
/**
 * Success
 */
.hint--success:after {
  background-color: #458746;
  text-shadow: 0 -1px 0px #1a321a;
}
.hint--success.hint--top:before {
  border-top-color: #458746;
}
.hint--success.hint--bottom:before {
  border-bottom-color: #458746;
}
.hint--success.hint--left:before {
  border-left-color: #458746;
}
.hint--success.hint--right:before {
  border-right-color: #458746;
}
/**
 * source: hint-always.scss
 *
 * Defines a persisted tooltip which shows always.
 *
 * Classes added:
 * 	1) hint--always
 *
 */
.hint--always:after,
.hint--always:before {
  opacity: 1;
  visibility: visible;
}
.hint--always.hint--top:after,
.hint--always.hint--top:before {
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
      transform: translateY(-8px);
}
.hint--always.hint--bottom:after,
.hint--always.hint--bottom:before {
  -webkit-transform: translateY(8px);
  -ms-transform: translateY(8px);
      transform: translateY(8px);
}
.hint--always.hint--left:after,
.hint--always.hint--left:before {
  -webkit-transform: translateX(-8px);
  -ms-transform: translateX(-8px);
      transform: translateX(-8px);
}
.hint--always.hint--right:after,
.hint--always.hint--right:before {
  -webkit-transform: translateX(8px);
  -ms-transform: translateX(8px);
      transform: translateX(8px);
}
/**
 * source: hint-rounded.scss
 *
 * Defines rounded corner tooltips.
 *
 * Classes added:
 * 	1) hint--rounded
 *
 */
.hint--rounded:after {
  border-radius: 4px;
}
/**
 * source: hint-effects.scss
 *
 * Defines various transition effects for the tooltips.
 *
 * Classes added:
 * 	1) hint--no-animate
 * 	2) hint--bounce
 *
 */
.hint--no-animate:before,
.hint--no-animate:after {
  -webkit-transition-duration: 0ms;
  transition-duration: 0ms;
}
.hint--bounce:before,
.hint--bounce:after {
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
}
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
  direction: ltr;
}
.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
}
.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}
.noUi-handle {
  position: relative;
  z-index: 1;
}
.noUi-stacking .noUi-handle {
  /* This class is applied to the lower origin when
     its values is > 50%. */
  z-index: 10;
}
.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s, top 0.3s;
          transition: left 0.3s, top 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px;
}
.noUi-horizontal .noUi-handle {
  width: 18px;
  height: 33px;
  left: -9px;
  top: -3px;
}
/* Styling;
 */
.noUi-background {
  background: #ffffff;
}
.noUi-connect {
  background: #e7e0cc;
  -webkit-transition: background 450ms;
          transition: background 450ms;
}
.noUi-target {
  border: 1px solid #aeb3b7;
  margin: 17px 0 40px;
  padding: 0 8px;
}
@media screen and (max-width: 760px) {
  .noUi-target,
  .rangeSliderTitle {
    margin-left: 20px;
    margin-right: 20px;
  }
}
/* Handles and cursors;
 */
.noUi-dragable {
  cursor: w-resize;
}
.noUi-handle {
  background: #bd9e56;
  cursor: pointer;
}
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  bottom: 0;
  left: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 8px solid #ffffff;
  cursor: pointer;
}
.mapView .innerOvermapContent .noUi-handle:after {
  border-bottom-color: #eef0f0;
}
/* Disabled state;
 */
[disabled].rangeSlider {
  opacity: .5;
}
.rangeTip {
  position: absolute;
  top: 38px;
  left: 0;
  white-space: nowrap;
  color: #5d676f;
}
.no-csstransforms .rangeTip {
  width: 70px;
  margin-left: -35px;
  text-align: center;
}
.noUi-handle-upper .rangeTip {
  left: auto;
  right: 0;
}
.tabDetail {
  display: none;
}
.tabDetail.active {
  display: block;
}
/*!
 * Cropper v2.3.0
 * https://github.com/fengyuanchen/cropper
 *
 * Copyright (c) 2014-2016 Fengyuan Chen and contributors
 * Released under the MIT license
 *
 * Date: 2016-02-22T02:13:13.332Z
 */
.cropper-container {
  font-size: 0;
  line-height: 0;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  direction: ltr !important;
  -ms-touch-action: none;
      touch-action: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.cropper-container img {
  display: block;
  width: 100%;
  min-width: 0 !important;
  max-width: none !important;
  height: 100%;
  min-height: 0 !important;
  max-height: none !important;
  image-orientation: 0deg !important;
}
.cropper-wrap-box,
.cropper-canvas,
.cropper-drag-box,
.cropper-crop-box,
.cropper-modal {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cropper-wrap-box {
  overflow: hidden;
}
.cropper-drag-box {
  opacity: 0;
  background-color: #ffffff;
}
.cropper-modal {
  opacity: .5;
  background-color: #000;
}
.cropper-view-box {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  outline: 1px solid #39f;
  outline-color: rgba(51, 153, 255, 0.75);
}
/*
.cropper-dashed {
  position: absolute;
  display: block;
  opacity: .5;
  border: 0 dashed #eee;
}

.cropper-dashed.dashed-h {
  top: 33.33333%;
  left: 0;
  width: 100%;
  height: 33.33333%;
  border-top-width: 1px;
  border-bottom-width: 1px;
}

.cropper-dashed.dashed-v {
  top: 0;
  left: 33.33333%;
  width: 33.33333%;
  height: 100%;
  border-right-width: 1px;
  border-left-width: 1px;
}*/
.cropper-center {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  opacity: .75;
}
.cropper-center:before,
.cropper-center:after {
  position: absolute;
  display: block;
  content: ' ';
  background-color: #eee;
}
.cropper-center:before {
  top: 0;
  left: -3px;
  width: 7px;
  height: 1px;
}
.cropper-center:after {
  top: -3px;
  left: 0;
  width: 1px;
  height: 7px;
}
.cropper-face,
.cropper-line,
.cropper-point {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  opacity: .1;
}
.cropper-face {
  top: 0;
  left: 0;
  background-color: #ffffff;
}
/*
.cropper-line {
  background-color: #39f;
}

.cropper-line.line-e {
  top: 0;
  right: -3px;
  width: 5px;
  cursor: e-resize;
}

.cropper-line.line-n {
  top: -3px;
  left: 0;
  height: 5px;
  cursor: n-resize;
}

.cropper-line.line-w {
  top: 0;
  left: -3px;
  width: 5px;
  cursor: w-resize;
}

.cropper-line.line-s {
  bottom: -3px;
  left: 0;
  height: 5px;
  cursor: s-resize;
}*/
.cropper-point {
  width: 5px;
  height: 5px;
  background-color: #39f;
}
/*

.cropper-point.point-e {
  top: 50%;
  right: -3px;
  margin-top: -3px;
  cursor: e-resize;
}

.cropper-point.point-n {
  top: -3px;
  left: 50%;
  margin-left: -3px;
  cursor: n-resize;
}

.cropper-point.point-w {
  top: 50%;
  left: -3px;
  margin-top: -3px;
  cursor: w-resize;
}

.cropper-point.point-s {
  bottom: -3px;
  left: 50%;
  margin-left: -3px;
  cursor: s-resize;
}

.cropper-point.point-ne {
  top: -3px;
  right: -3px;
  cursor: ne-resize;
}

.cropper-point.point-nw {
  top: -3px;
  left: -3px;
  cursor: nw-resize;
}

.cropper-point.point-sw {
  bottom: -3px;
  left: -3px;
  cursor: sw-resize;
}

.cropper-point.point-se {
  right: -3px;
  bottom: -3px;
  width: 20px;
  height: 20px;
  cursor: se-resize;
  opacity: 1;
}

.cropper-point.point-se:before {
  position: absolute;
  right: -50%;
  bottom: -50%;
  display: block;
  width: 200%;
  height: 200%;
  content: ' ';
  opacity: 0;
  background-color: #39f;
}*/
/*
@media (min-width: 768px) {
  .cropper-point.point-se {
    width: 15px;
    height: 15px;
  }
}

@media (min-width: 992px) {
  .cropper-point.point-se {
    width: 10px;
    height: 10px;
  }
}

@media (min-width: 1200px) {
  .cropper-point.point-se {
    width: 5px;
    height: 5px;

    opacity: .75;

    filter: alpha(opacity=75);
  }
}*/
.cropper-invisible {
  opacity: 0;
}
.cropper-hide {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
}
.cropper-hidden {
  display: none !important;
}
.cropper-move {
  cursor: move;
}
.cropper-crop {
  cursor: crosshair;
}
.cropper-disabled .cropper-drag-box,
.cropper-disabled .cropper-face,
.cropper-disabled .cropper-line,
.cropper-disabled .cropper-point {
  cursor: not-allowed;
}
/**/
.avatar-view,
.agvLogo1-view,
.agvLogo2-view {
  cursor: pointer;
  overflow: hidden;
}
.avatar-view img,
.agvLogo1-view img,
.agvLogo2-view img {
  width: 100%;
}
.avatar-view {
  border-radius: 100%;
}
.avatar-alert,
.agvLogo-alert {
  margin-top: 10px;
  margin-bottom: 10px;
}
.avatar-wrapper,
.agvLogo-wrapper {
  height: 364px;
  width: 100%;
  margin-top: 15px;
  background-color: #fcfcfc;
  overflow: hidden;
}
.avatar-wrapper img,
.agvLogo-wrapper img {
  display: block;
  height: auto;
  max-width: 100%;
}
.agvLogo-wrapper img {
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.avatar-preview,
.agvLogo-preview {
  margin-top: 15px;
  background-color: #ffffff;
  overflow: hidden;
}
.avatar-preview img,
.agvLogo-preview img {
  width: 100%;
}
.avatar-preview {
  border-radius: 100%;
}
.preview-lg {
  height: 270px;
  width: 270px;
  margin-top: 15px;
  margin-left: auto;
}
.preview-sm {
  height: 35px;
  width: 35px;
}
.cropper-point {
  display: none;
}
.cropper-point.point-se {
  display: block;
  right: 0;
  bottom: 0;
  width: 20px;
  height: 20px;
  opacity: 1;
  background-color: #bd9e56;
  cursor: se-resize;
}
.cropper-view-box {
  outline: #bd9e56 solid 1px;
}
/* Layout
   ========================================================================== */
/* ==========================================================================
   LAYOUT
   ========================================================================== */
/* Box sizing enabled
   ========================================================================== */
* {
  box-sizing: border-box;
}
*::after,
*::before {
  box-sizing: border-box;
}
/* Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
   ========================================================================== */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/* Browser Upgrade Prompt <=IE8
   ========================================================================== */
.browserupgrade {
  margin: 0;
  background: #f2dede;
  color: #a94442;
  padding: 1em 0;
  text-align: center;
}
/* Reset Onetea
   ========================================================================== */
figure {
  margin: 0;
}
/* Base
   ========================================================================== */
html {
  /* set base font-size to equiv "10px", which is adapted to rem unit */
  font-size: 62.5%;
  /* IE9-IE11 math fixing. See http://bit.ly/1g4X0bX */
  /* thanks to @guardian, @victorbritopro and @eQRoeil */
  font-size: -webkit-calc(1em * 0.625);
  font-size: calc(1em * 0.625);
  /* disallow text zooming on orientation change (non standard property) */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
  padding: 0 0 40px;
  /* set body font-size in em (1.5rem equiv "15px") */
  font-size: 1.6rem;
  /*20px line-height for 15px font-size */
  line-height: 1.33333333;
  font-family: 'Nobel', Arial, sans-serif;
  color: #1c1c1b;
  /* for smooth effect on footer sticky */
  -webkit-transition: padding-bottom 0.5s;
          transition: padding-bottom 0.5s;
  /*.touch &{
    cursor: pointer;
  }*/
}
.is-phone body {
  padding-bottom: 0;
}
a {
  color: inherit;
}
a[href^="tel:"] {
  cursor: text !important;
}
.will-stick {
  z-index: 15;
  position: -webkit-sticky !important;
  position: sticky !important;
}
.will-stick.fixedsticky-off-transition-bottom {
  position: absolute;
  top: auto !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0;
}
[class*='col-'] > .will-stick.fixedsticky-off-transition-bottom {
  left: 1rem !important;
  right: 1rem !important;
}
.fixedsticky-container {
  position: relative;
}
.fixedsticky-withoutfixedfixed .fixedsticky-on,
.fixed-supported .fixedsticky-on {
  position: fixed !important;
}
.fixedsticky-off + .fixedsticky-dummy {
  height: 0 !important;
}
.fixedsticky-on.will-stick.fixedsticky-hidden {
  top: -1rem;
  opacity: 0;
}
/* remove tracking iframe  */
iframe[name=google_conversion_frame] {
  display: none !important;
}
p {
  font-family: 'Nobel Book', Arial, sans-serif;
}
.info-open {
  font-size: 1.8rem !important;
  margin: 6px 0;
  line-height: 1.6rem;
}
.d-inline-block {
  display: inline-block;
}
.d-inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.verticalMarginAuto {
  margin: auto 0;
}
/* Grid
   ========================================================================== */
/* ==========================================================================
   GRID SYSTEM
   ========================================================================== */
/* Grid
   ========================================================================== */
.grid,
.grid--medium,
.grid--small {
  margin: 0 auto;
}
.row {
  position: relative;
  font-size: 0;
  margin: 0 -1rem;
  padding: 0 2rem;
}
.row.no-gutter {
  padding: 0;
}
.row.rtl {
  direction: rtl;
}
.rowTable {
  display: table;
  table-layout: fixed;
}
.rowTable [class*='col-'] {
  display: table-cell;
}
.rowTable [class*='col-'].vAlignMiddle {
  vertical-align: middle;
}
.rowTable [class*='col-'] .scalable {
  width: 100%;
}
[class*='col-'] {
  position: relative;
  display: inline-block;
  word-spacing: normal;
  text-rendering: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1.6rem;
  direction: ltr;
  vertical-align: top;
}
[class*='col-'] .no-gutter {
  padding: 0;
}
.vAlignMiddle [class*='col-'] {
  vertical-align: middle;
}
.vAlignBottom [class*='col-'] {
  vertical-align: bottom;
}
.col-1-12 {
  width: 8.3333%;
}
.col-2-12,
.col-1-6 {
  width: 16.6667%;
}
.col-5-12 {
  width: 41.6667%;
}
.col-7-12 {
  width: 58.3333%;
}
.col-10-12,
.col-5-6 {
  width: 83.333%;
}
.col-11-12 {
  width: 91.6666%;
}
.col-1-8 {
  width: 12.5%;
}
.col-2-8,
.col-1-4 {
  width: 25%;
}
.col-3-8 {
  width: 37.5%;
}
.col-5-8 {
  width: 62.5%;
}
.col-6-8 {
  width: 75%;
}
.col-7-8 {
  width: 87.5%;
}
.col-1-5 {
  width: 20%;
}
.col-2-5 {
  width: 40%;
}
.col-3-5 {
  width: 60%;
}
.col-4-5 {
  width: 80%;
}
.col-1-3 {
  width: 33.3333%;
}
.col-1-3 > .row > .col-1-2 {
  width: 100%;
}
.col-1-2 {
  width: 50%;
}
.col-2-3 {
  width: 66.6667%;
}
.col-3-4 {
  width: 75%;
}
.col-1-1 {
  width: 100%;
}
/* Responsive col
   ========================================================================== */
@media screen and (max-width: 760px) {
  .col-1-2-xxs {
    width: 50%;
  }
}
/* CSS Columns as col
   ========================================================================== */
.css-col-2 {
  -webkit-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 20px;
  column-gap: 20px;
  -webkit-column-width: 50%;
          column-width: 50%;
}
.css-col-2 p {
  margin-top: 0;
}
@media screen and (max-width: 760px) {
  .css-col-2 {
    -webkit-column-count: auto;
            column-count: auto;
    -webkit-column-width: auto;
            column-width: auto;
  }
}
@media screen and (max-width: 1024px) {
  .css-col-collapse-s {
    -webkit-column-count: auto;
            column-count: auto;
    -webkit-column-width: auto;
            column-width: auto;
  }
}
/* Style grid demo
   ========================================================================== */
.grid .box {
  padding: 1.20rem;
  background: #ccc;
  margin-bottom: 1.20rem;
  text-align: center;
  font-size: 1.5rem;
}
/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */
/* Up to 750 (mobile view)
   ========================================================================== */
@media screen and (max-width: 760px) {
  .grid,
  .grid--medium {
    width: 100%;
  }
  .row {
    margin: 0;
    padding: 0 1rem;
  }
  [class*='col-'] {
    padding-left: 0;
    padding-right: 0;
  }
}
/* @750 to 900
   ========================================================================== */
@media screen and (min-width: 760px) and (max-width: 900px) {
  .grid,
  .grid--small,
  .grid--medium {
    width: 75rem;
  }
}
/* @900 to 1024
   ========================================================================== */
@media screen and (min-width: 901px) and (max-width: 1024px) {
  .grid,
  .grid--small,
  .grid--medium {
    width: 86rem;
  }
}
/* @1024 to 1240
   ========================================================================== */
@media screen and (min-width: 1025px) and (max-width: 1240px) {
  .grid,
  .grid--small,
  .grid--medium {
    width: 98.4rem;
  }
  #colorbox .grid {
    width: 100%;
  }
}
/* @1240 to 1400
   ========================================================================== */
@media screen and (min-width: 1241px) and (max-width: 1400px) {
  .grid,
  .grid--medium {
    width: 118rem;
  }
  .grid--small {
    width: 98.4rem;
  }
  #colorbox .grid {
    width: 100rem;
  }
}
/* @1400 and more
   ========================================================================== */
@media screen and (min-width: 1401px) {
  .grid {
    width: 134rem;
  }
  .grid--medium {
    width: 118rem;
  }
  .grid--small {
    width: 98.4rem;
  }
  #colorbox .grid {
    width: 100rem;
  }
}
/* up to @1024
   ========================================================================== */
@media screen and (max-width: 1024px) {
  #colorbox .grid {
    width: 100%;
  }
  #colorbox .grid .row > .col-1-2 {
    width: 100%;
  }
  .col-3-4:not(.no-collapse),
  .col-1-4:not(.no-collapse),
  .grid > .row > .col-2-3,
  .grid > .row > .col-1-3 {
    display: block;
    width: 100%;
  }
  .col-1-3 > .row > .col-1-2 {
    width: 50%;
  }
  .col-1-4 > .row > .col-1-2 {
    width: 50%;
  }
}
/* @1024 and more
   ========================================================================== */
@media screen and (min-width: 1025px) {
  .col-1-4 > .row > .col-1-2 {
    width: 100%;
  }
}
@media screen and (min-width: 760px) {
  .col-1-2.col-verticalCentered {
    vertical-align: middle;
  }
}
/* ==========================================================================
   COLLAPSE HELPER
   ========================================================================== */
/* < 769
   ========================================================================== */
@media screen and (max-width: 760px) {
  .collapse-xxs {
    width: 100% !important;
    display: inline-block !important;
  }
}
/* < 900
   ========================================================================== */
@media screen and (max-width: 900px) {
  .collapse-xs {
    width: 100%;
    display: inline-block;
  }
}
/* < 1024
   ========================================================================== */
@media screen and (max-width: 1024px) {
  .collapse-s {
    width: 100%;
  }
  .rowTable .collapse-s {
    display: inline-block;
  }
}
/* < 1240
   ========================================================================== */
@media screen and (max-width: 1240px) {
  .collapse-m {
    width: 100%;
    display: inline-block;
  }
}
/* < 1400
   ========================================================================== */
@media screen and (max-width: 1400px) {
  .collapse-l {
    width: 100%;
    display: inline-block;
  }
}
/* > 901
   ========================================================================== */
@media screen and (min-width: 901px) {
  .collapse-s-min {
    width: 100%;
    display: inline-block;
  }
}
/* > 1025
   ========================================================================== */
@media screen and (min-width: 1025px) {
  .collapse-m-min {
    width: 100%;
    display: inline-block;
  }
}
/* > 1241
   ========================================================================== */
@media screen and (min-width: 1241px) {
  .collapse-l-min {
    width: 100%;
    display: inline-block;
  }
}
/* > 1401
   ========================================================================== */
@media screen and (min-width: 1401px) {
  .collapse-xl-min {
    width: 100%;
    display: inline-block;
  }
}
/* ==========================================================================
   HIDE HELPER
   ========================================================================== */
/* < 520
   ========================================================================== */
@media screen and (max-width: 520px) {
  .hide-xxxs {
    display: none !important;
  }
}
/* < 769
   ========================================================================== */
@media screen and (max-width: 760px) {
  .hide-xxs {
    display: none !important;
  }
}
/* < 900
   ========================================================================== */
@media screen and (max-width: 900px) {
  .hide-xs {
    display: none !important;
  }
}
/* < 1024
   ========================================================================== */
@media screen and (max-width: 1024px) {
  .hide-s {
    display: none !important;
  }
}
/* < 1240
   ========================================================================== */
@media screen and (max-width: 1240px) {
  .hide-m {
    display: none !important;
  }
}
/* < 1400
   ========================================================================== */
@media screen and (max-width: 1400px) {
  .hide-l {
    display: none !important;
  }
}
/* > 901
   ========================================================================== */
@media screen and (min-width: 901px) {
  .hide-s-min {
    display: none !important;
  }
}
/* > 1025
   ========================================================================== */
@media screen and (min-width: 1025px) {
  .hide-m-min {
    display: none !important;
  }
}
/* > 1241
   ========================================================================== */
@media screen and (min-width: 1241px) {
  .hide-l-min {
    display: none !important;
  }
}
/* > 1401
   ========================================================================== */
@media screen and (min-width: 1401px) {
  .hide-xl-min {
    display: none !important;
  }
}
/* Atoms
   ========================================================================== */
/* ==========================================================================
   LOADING LAYER (add loadingLayer class to any block to display layer)
   ========================================================================== */
.loadingLayer {
  position: relative;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.loadingLayer:after {
  content: '';
  position: absolute;
  z-index: 16;
  right: -1px !important;
  left: -1px !important;
  bottom: -1px !important;
  top: -1px !important;
  background: rgba(255, 255, 255, 0.8) url(../../images/common/loading.gif) no-repeat center;
}
body.loadingLayer:after {
  position: fixed;
}
html[data-useragent*='RelaisChateauxApp'] #checkAvailabilityRoomForm .dateField.loadingLayer::after {
  background-color: #ffffff;
}
.destination .loadingLayer:after {
  background: rgba(255, 255, 255, 0.8);
}
.destination .loadingLayer .loadingPageLoader {
  height: 50px;
  width: 100%;
  position: fixed;
  z-index: 30;
  right: 0;
  background: url(../../images/common/loading.gif) center no-repeat;
}
/* ==========================================================================
   ALERTS
   ========================================================================== */
.alert {
  padding: 5px 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
/* Success
   ========================================================================== */
.alert-success {
  color: #306132;
  background-color: #b5dbb7;
  border-color: #a4d2a6;
}
.alert-success a {
  color: #1f3f20;
}
/* Error
   ========================================================================== */
.alert-error {
  color: #ffffff;
  background: #852e2d;
}
.alert-error a {
  color: #ffffff;
}
/* ==========================================================================
   BOUTONS
   ========================================================================== */
.btn,
#dblcm-block-chat input[type="submit"],
#rc_gifts_order_different_address + label {
  display: inline-block;
  padding: -webkit-calc(11rem / 10) -webkit-calc(15rem / 10);
  padding: calc(11rem / 10) calc(15rem / 10);
  font-family: 'Nobel', Arial, sans-serif;
  font-size: -webkit-calc(16rem / 10);
  font-size: calc(16rem / 10);
  line-height: 1;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
  cursor: pointer;
}
.btn.btnSmall {
  font-size: -webkit-calc(14rem / 10);
  font-size: calc(14rem / 10);
  padding: 1.1rem 2.3rem;
}
.btn.btnMedium {
  padding: -webkit-calc(11rem / 10) -webkit-calc(35rem / 10);
  padding: calc(11rem / 10) calc(35rem / 10);
}
.btn.btnLarge {
  padding: -webkit-calc(11rem / 10) -webkit-calc(5rem / 10);
  padding: calc(11rem / 10) calc(5rem / 10);
}
.btn.btnTwoLines {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}
.btn.btnTwoLines span {
  font-size: 0.7em;
  line-height: 0.8em;
}
.btn.btnTwoLines.btnMedium {
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
}
.btn.btnTwoLines.btnMedium span {
  font-size: 0.6em;
  line-height: 1em;
}
.btn.btnTwoLines span {
  display: block;
}
.btn.btn--black {
  background-color: #1c1c1b;
  border: 1px solid #1c1c1b;
}
.btn.btn--black.disabled {
  pointer-events: none;
  opacity: .4;
  cursor: not-allowed;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #ffffff;
  border-color: #1c1c1b;
  background-color: #1c1c1b;
}
.btn.btn--black:hover {
  color: #1c1c1b;
  background-color: #ffffff;
  border: 1px solid #1c1c1b;
}
.btn.btn--black:hover .icon {
  fill: #1c1c1b;
}
.btn.btn--black--noHover {
  background-color: #1c1c1b;
  border: 1px solid #ffffff;
  color: #ffffff;
}
.btn.btn--gold {
  background-color: #bd9e56;
  border: 1px solid #bd9e56;
}
.btn.btn--gold:hover {
  color: #1c1c1b;
  background-color: #ffffff;
  border: 1px solid #1c1c1b;
}
.btn.btn--gold:hover .icon {
  fill: #1c1c1b;
}
.btn.btnBlack {
  border-color: #1c1c1b;
  background-color: #1c1c1b;
  color: #fff;
  outline-color: #1c1c1b;
}
.btn.btnBlack.disabled,
.btn.btnBlack[disabled="disabled"] {
  border-color: #aeb3b7;
  background-color: #aeb3b7;
  cursor: initial;
}
.btn.btnBlack:hover {
  background-color: #202020;
}
.btn.btnBlack:hover.disabled,
.btn.btnBlack:hover[disabled="disabled"] {
  border-color: #aeb3b7;
  background-color: #aeb3b7;
}
.btn.btnBlack.btnLight {
  color: #1c1c1b;
}
.btn.btnBlack.btnLight:hover {
  background-color: #1c1c1b;
}
.btn.btnBlack.btnLight:hover.disabled,
.btn.btnBlack.btnLight:hover[disabled="disabled"] {
  color: #1c1c1b;
  border-color: #1c1c1b;
}
.btn.btnGold {
  border-color: #bd9e56;
  background-color: #bd9e56;
  outline-color: #bd9e56;
}
.btn.btn--white {
  background-color: #ffffff;
  border: 1px solid #1c1c1b;
  color: #1c1c1b;
}
.btn.btn--white:hover {
  background-color: #1c1c1b;
  border: 1px solid #1c1c1b;
  color: #ffffff;
}
.btn.btn--white:hover.disabled,
.btn.btn--white:hover[disabled='disabled'] {
  background-color: #1c1c1b;
}
.btn.btn--white--whiteBorder:hover {
  background-color: #1c1c1b;
  border: 1px solid #ffffff;
  color: #ffffff;
}
.btn.btn--white--whiteBorder:hover.disabled,
.btn.btn--white--whiteBorder:hover[disabled='disabled'] {
  background-color: #1c1c1b;
}
.btn.btn--white--noHover {
  background-color: #ffffff;
  border: 1px solid #1c1c1b;
  color: #1c1c1b;
}
.btn.btn--white.btn--withArrowRight {
  background-image: url(../../images/svg/iconArrowRightBlack.svg);
}
.btn.btn--white.btn--withArrowRight:hover {
  background-image: url(../../images/svg/iconArrowRightWhite.svg);
}
.btn.btn--white.btn--withArrowLeft {
  background-image: url(../../images/svg/iconArrowLeftBlack.svg);
}
.btn.btn--white.btn--withArrowLeft:hover {
  background-image: url(../../images/svg/iconArrowLeftWhite.svg);
}
.btn.btn--white.btn--centred {
  text-align: center;
  display: block;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.btn.btnAmi {
  border-color: #bd9e56;
  background-color: #bd9e56;
  color: #fff;
  outline-color: #bd9e56;
}
.btn.btnAmi:hover {
  background-color: #94712a;
}
.btn.btnAmi:hover.disabled,
.btn.btnAmi:hover[disabled="disabled"] {
  background-color: #bd9e56;
}
.btn.btnAmi.btnLight {
  color: #bd9e56;
}
.btn.btnAmi.btnLight:hover {
  background-color: #bd9e56;
}
.btn.btnAmi.btnLight:hover.disabled,
.btn.btnAmi.btnLight:hover[disabled="disabled"] {
  color: #bd9e56;
  border-color: #bd9e56;
}
.btn.btnAmi em {
  font-family: 'Notera', 'Times New Roman', Times, Georgia, serif;
  text-transform: none;
  font-size: 2em;
  line-height: .75;
}
.btn.btnBlack {
  border-color: #1c1c1b;
  background-color: #1c1c1b;
  color: #fff;
  outline-color: #1c1c1b;
}
.btn.btnBlack.disabled,
.btn.btnBlack[disabled="disabled"] {
  border-color: #aeb3b7;
  background-color: #aeb3b7;
  cursor: initial;
}
.btn.btnBlack:hover {
  background-color: #202020;
}
.btn.btnBlack:hover.disabled,
.btn.btnBlack:hover[disabled="disabled"] {
  border-color: #aeb3b7;
  background-color: #aeb3b7;
}
.btn.btnLight {
  color: #000;
}
.btn.btnLight:hover {
  background-color: #000;
}
.btn.btnLight:hover.disabled,
.btn.btnLight:hover[disabled="disabled"] {
  color: #000;
  border-color: #000;
}
.btn.btnBlueBtob {
  border-color: #056da9;
  background-color: #056da9;
  color: #fff;
  outline-color: #056da9;
}
.btn.btnBlueBtob:hover {
  background-color: #045d90;
}
.btn.btnBlueBtob:hover.disabled,
.btn.btnBlueBtob:hover[disabled="disabled"] {
  background-color: #056da9;
}
.btn.btnBlueBtob.btn--withArrowLeft {
  background-image: url(../../images/svg/iconArrowLeftBlack.svg);
}
.btn.btnBlueBtob.btn--withArrowLeft:hover {
  background-image: url(../../images/svg/iconArrowLeftWhite.svg);
}
.btn.btn--withArrowRight {
  padding-right: -webkit-calc(30rem / 10);
  padding-right: calc(30rem / 10);
  background-image: url(../../images/svg/iconArrowRightWhite.svg);
  background-position: -webkit-calc(100% - (10rem / 10)) center;
  background-position: calc(100% - (10rem / 10)) center;
  background-repeat: no-repeat;
  background-size: -webkit-calc(13rem / 10);
  background-size: calc(13rem / 10);
}
.btn.btn--withArrowRight:hover {
  background-image: url(../../images/svg/iconArrowRightBlack.svg);
}
.btn.btn--withArrowLeft {
  padding-left: -webkit-calc(50rem / 10);
  padding-left: calc(50rem / 10);
  background-image: url(../../images/svg/iconArrowLeftWhite.svg);
  background-position: -webkit-calc(15rem / 10) center;
  background-position: calc(15rem / 10) center;
  background-repeat: no-repeat;
  background-size: -webkit-calc(13rem / 10);
  background-size: calc(13rem / 10);
}
.btn.btn--withArrowLeft:hover {
  background-image: url(../../images/svg/iconArrowLeftBlack.svg);
}
.btn.btn--withIcon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: -webkit-calc(11rem / 10) 0;
  padding: calc(11rem / 10) 0;
}
.btn.btn--withIcon svg {
  width: -webkit-calc(20rem / 10);
  width: calc(20rem / 10);
  height: -webkit-calc(20rem / 10);
  height: calc(20rem / 10);
  margin-right: -webkit-calc(10rem / 10);
  margin-right: calc(10rem / 10);
}
.btn.btn--withIcon:hover svg {
  fill: #1c1c1b;
}
.btn.disabled,
.btn[disabled='disabled'] {
  background-color: rgba(28, 28, 27, 0.65);
  border-color: rgba(28, 28, 27, 0.65);
}
/* Button price
   ========================================================================== */
.priceTag {
  display: inline-block;
  white-space: nowrap;
  font-size: 0;
}
@media screen and (max-width: 350px) {
  .priceTag {
    display: block;
  }
}
.priceTag .btn {
  position: relative;
  vertical-align: middle;
}
.priceTag .tag {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-family: 'Nobel', Arial, sans-serif;
  background-color: #ffffff;
  color: #000;
  padding: 0.7rem 2.1rem;
}
.priceTag .tag.tagLight {
  color: #1c1c1b;
}
.priceTag .tag.tagSmall {
  height: 3rem;
  line-height: 2.8rem;
  padding: 0 0.3rem;
  min-width: 9.4rem;
  font-size: 0;
}
.priceTag .tag.tagSmall .price,
.priceTag .tag.tagSmall .currency {
  font-size: 1.2rem;
}
.priceTag .tag.tagSmall .note {
  font-size: 1.2rem;
}
.priceTag .tag.tagSmall + .btnSmall {
  height: 3rem;
  line-height: 3rem;
  padding: 0 0.3rem;
  font-size: 1.4rem;
  min-width: 9.7rem;
}
.priceTag .tag.tagLong {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  background: transparent;
}
.priceTag .tag.tagLong .btn {
  width: 100%;
}
.priceTag .tag.tagLabelOnly {
  max-width: 30rem;
}
.priceTag .tag.tagLabelOnly .priceLabel,
.priceTag .tag.tagLabelOnly .priceLabelBlack {
  text-align: left;
  vertical-align: middle;
  white-space: normal;
  font-size: 1.8rem;
  line-height: 2rem;
}
.priceTag .tagTall-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: normal;
  padding: 0;
}
.priceTag .tagTall-contact .note-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 0 0 0 1rem;
  max-width: 44rem;
  font-size: 2rem;
}
@media screen and (max-width: 760px) {
  .priceTag .tagTall-contact .note-contact {
    margin: 0;
    padding: 0;
    padding-top: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.priceTag .tagTall-contact .note-contact .footerBlocTel {
  width: 100%;
  padding: 15px 0;
}
@media screen and (max-width: 760px) {
  .priceTag .tagTall-contact .note-contact .footerBlocTel {
    max-width: inherit;
    display: block;
  }
}
.priceTag .price {
  font-size: 2rem;
  vertical-align: baseline;
}
.priceTag .currency {
  font-size: 1.4rem;
  vertical-align: baseline;
}
.priceTag .note {
  font-size: 1.4rem;
  color: #1c1c1b;
  vertical-align: baseline;
  line-height: 1.4rem;
  display: inline-block;
  margin: 0 0.3rem;
}
.priceTag .priceLabel,
.priceTag .priceLabelBlack {
  font-size: 1.4rem;
  color: #ffffff;
  vertical-align: baseline;
  line-height: 1.4rem;
  display: inline-block;
  margin: 0 3px;
}
.priceTag .priceLabelBlack {
  font-size: 1.4rem;
  color: #1c1c1b;
  vertical-align: baseline;
  line-height: 1.4rem;
  display: inline-block;
  margin: 0 3px;
}
.priceTag .priceLabelBlack {
  color: #1c1c1b;
}
.priceTag.full {
  display: block;
}
.priceTag.full .tag,
.priceTag.full .btn {
  width: 50%;
}
.priceTag.full .tag:only-child {
  width: 100%;
}
.priceTag.twoLines .tag,
.priceTag.twoLines .btn,
.priceTag.twoLines .btnCheckbox,
.priceTag.twoLines .btnCheckbox label {
  display: block;
  width: 100%;
}
.priceTag.twoLines .btn {
  margin: -0.1rem 0 0 0;
}
@media screen and (max-width: 1024px) {
  .priceTag .tag,
  .priceTag .btn {
    display: block;
  }
}
@media screen and (max-width: 760px) {
  .priceTag .currency {
    font-size: 1.2rem;
  }
  .priceTag .price {
    font-size: 2.3rem;
  }
  .priceTag .tag,
  .priceTag .btn,
  .priceTag .btnCheckbox,
  .priceTag .btnCheckbox label {
    display: block;
    width: 100%;
  }
  .priceTag .btn {
    margin: -0.1rem 0 0 0;
  }
}
/* Button price - with price detail
     ========================================================================== */
.has-price-detail .tag {
  position: relative;
}
.has-price-detail .tag.tagPriceBreakdown {
  line-height: 1;
}
.has-price-detail .tag.tagTall {
  line-height: 1;
}
.has-price-detail .price-detail-trigger {
  font-size: 1.2rem;
  padding-top: 4px;
  text-align: right;
  display: block;
  text-decoration: underline;
  cursor: pointer;
}
.has-price-detail .price-detail-trigger:hover {
  text-decoration: none;
}
.has-price-detail .price-detail {
  border: 1px solid #e7e0cc;
  background: #fbfbfb;
  padding: 10px;
  font-size: 1.6rem;
  position: absolute;
  right: -40px;
  max-width: 410px;
  bottom: 25px;
  z-index: 24;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -webkit-transition: 0.3s;
          transition: 0.3s;
}
.has-price-detail .price-detail table {
  table-layout: fixed;
  border: 0;
}
.has-price-detail .price-detail table tr td {
  padding: 5px 15px;
  text-align: left;
}
.has-price-detail .price-detail table tr td:first-child {
  border-left: 0;
}
.has-price-detail .price-detail table tr td.value-table-price {
  background: #edf0f0;
  border-left: 1px solid #afb3b8;
  border-right: 1px solid #afb3b8;
  border-top: 1px solid #afb3b8;
}
.has-price-detail .price-detail table tr td.value-table-price.last {
  border-bottom: 1px solid #afb3b8;
}
.has-price-detail .head-price-detail {
  margin-bottom: 15px;
}
.has-price-detail .head-price-detail tr td {
  border: none;
}
.has-price-detail.is-opened .price-detail {
  -webkit-transform: scale(1) translateX(50%) translateY(-5px);
      -ms-transform: scale(1) translateX(50%) translateY(-5px);
          transform: scale(1) translateX(50%) translateY(-5px);
  opacity: 1;
}
/* Bouton Social
   ========================================================================== */
.btnSocial {
  display: inline-block;
  height: 36px;
  width: 36px;
  border-radius: 50%;
  background-color: #aeb3b7;
  -webkit-transition: background 0.3s;
          transition: background 0.3s;
}
.btnSocial span {
  display: none;
}
.btnSocial .icon {
  height: 32px;
  width: 36px;
  fill: #1c1c1b;
  background-size: cover;
}
.btnTwitter,
.page-container .btnTwitter {
  background: #78cdf0;
}
.btnTwitter:hover,
.page-container .btnTwitter:hover {
  background: #98d9f4;
}
.btnFacebook,
.page-container .btnFacebook {
  background: #537bbd;
}
.btnFacebook:hover,
.page-container .btnFacebook:hover {
  background: #6d8fc7;
}
.btnPinterest,
.page-container .btnPinterest {
  background: #eb5755;
}
.btnPinterest:hover,
.page-container .btnPinterest:hover {
  background: #ef7775;
}
.btnInstagram,
.page-container .btnInstagram {
  background: #5f90af;
}
.btnInstagram:hover,
.page-container .btnInstagram:hover {
  background: #77a1bb;
}
.btnLinkedIn,
.page-container .btnLinkedIn {
  background: #2085c7;
}
.btnLinkedIn:hover,
.page-container .btnLinkedIn:hover {
  background: #2d98dd;
}
.countryListLinks .btn {
  text-align: center;
}
.Slider-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: -webkit-calc(40rem / 10);
  width: calc(40rem / 10);
  height: -webkit-calc(40rem / 10);
  height: calc(40rem / 10);
  padding: 0;
  background-color: #1c1c1b;
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
}
.Slider-arrow.slick-disabled {
  background-color: rgba(28, 28, 27, 0.2);
}
.Slider-arrow--transparent {
  box-shadow: none;
  border: none;
  background: none;
}
.Slider-arrow--bigger {
  width: -webkit-calc(50rem / 10);
  width: calc(50rem / 10);
  height: -webkit-calc(50rem / 10);
  height: calc(50rem / 10);
}
.Slider-arrow--prev {
  left: -webkit-calc(10rem / 10);
  left: calc(10rem / 10);
}
@media screen and (max-width: 760px) {
  .Slider-arrow--prev {
    left: 0;
  }
}
.Slider-arrow--next {
  right: -webkit-calc(10rem / 10);
  right: calc(10rem / 10);
}
@media screen and (max-width: 760px) {
  .Slider-arrow--next {
    right: 0;
  }
}
.Slider-chevron--spaced.Slider-arrow--prev {
  left: -80px;
}
.Slider-chevron--spaced.Slider-arrow--next {
  right: -80px;
}
.Slider-chevron {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
}
.Slider-chevron::before,
.Slider-chevron::after {
  content: '';
  display: block;
  position: absolute;
  top: -webkit-calc(12rem / 10);
  top: calc(12rem / 10);
  right: 0;
  left: -4px;
  width: -webkit-calc(15rem / 10);
  width: calc(15rem / 10);
  height: 2px;
  margin: 0 auto;
  border-radius: 100px;
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.Slider-chevron::after {
  top: auto;
  bottom: -webkit-calc(12rem / 10);
  bottom: calc(12rem / 10);
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.Slider-chevron--bigger::before,
.Slider-chevron--bigger::after {
  width: -webkit-calc(35rem / 10);
  width: calc(35rem / 10);
}
.Slider-chevron--left {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
.Slider-chevron--right {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.pushItemSlider .Slider-arrow {
  top: auto;
  bottom: -webkit-calc(20rem / 10);
  bottom: calc(20rem / 10);
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.pushItemSlider .Slider-arrow--prev {
  left: 35%;
}
.pushItemSlider .Slider-arrow--next {
  right: 35%;
}
.btnsSwitchMobile {
  position: fixed;
  z-index: 10;
  bottom: 0;
  right: 0;
  left: 0;
  box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.3);
  -webkit-transform: translateZ(1px);
          transform: translateZ(1px);
}
.btnsSwitchMobile .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
#specialOfferWrapper .btnsSwitchMobile .btn {
  width: 100%;
}
.btnsSwitchMobile .active,
.btnsSwitchMobile .hidden {
  display: none;
}
.btnsSwitchMobile--withTwoBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: -webkit-calc(52rem / 10);
  height: calc(52rem / 10);
  background-color: #ffffff;
  z-index: 11;
}
.btnsSwitchMobile--withTwoBtn .btn {
  width: -webkit-calc(50% - (0.5rem / 10));
  width: calc(50% - (0.5rem / 10));
  height: 100%;
  padding: 0 -webkit-calc(5rem / 10);
  padding: 0 calc(5rem / 10);
}
.btnsSwitchMobile--withTwoBtn #triggerFiltersHide {
  width: 100%;
}
.btnsSwitchMobile--withTwoBtn .icon {
  vertical-align: middle;
  width: 50px !important;
  height: 50px !important;
  position: relative;
}
.btnsSwitchMobile--withTwoBtn .icon::before,
.btnsSwitchMobile--withTwoBtn .icon::after {
  content: '';
  border: 1px solid #fff;
  position: absolute;
  bottom: 50%;
  left: 50%;
}
.btnsSwitchMobile--withTwoBtn .icon::before {
  width: 14px;
  height: 14px;
  -webkit-transform: translate(-50%, 50%);
      -ms-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}
.btnsSwitchMobile--withTwoBtn .icon::after {
  border-width: 0 0 2px 2px;
  height: 9px;
  width: 17px;
  -webkit-transform: translate(-2px, 6px) rotate(-45deg);
      -ms-transform: translate(-2px, 6px) rotate(-45deg);
          transform: translate(-2px, 6px) rotate(-45deg);
  -webkit-transform-origin: 0 100%;
      -ms-transform-origin: 0 100%;
          transform-origin: 0 100%;
}
.btnsSwitchMobile--withTwoBtn span {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.2rem;
  line-height: 1.6rem;
  max-width: -webkit-calc(100% - 65px);
  max-width: calc(100% - 65px);
}
.btn--goldText {
  color: #bd9e56;
}
.btn--whiteText {
  color: #ffffff;
}
/* ==========================================================================
   LISTS
   ========================================================================== */
/* Diamond list
   ========================================================================== */
ul.listDiamond {
  list-style: none;
}
ul.listDiamond li {
  position: relative;
}
ul.listDiamond li:before {
  position: absolute;
  top: 8px;
  left: -15px;
  content: '';
  display: block;
  height: 9px;
  width: 7px;
  background: url(../../images/common/listDiamond.png);
  margin-right: 5px;
}
/* Diamond list centered
   ========================================================================== */
ul.listCenteredDiamond {
  width: 100%;
  padding: 20px 5%;
  list-style: none;
  margin: 0;
  text-align: center;
  font-size: 0;
}
ul.listCenteredDiamond li {
  display: inline-block;
}
ul.listCenteredDiamond li:after {
  content: '';
  font-size: 10px;
  line-height: 10px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}
ul.listCenteredDiamond li a {
  color: black;
  text-transform: uppercase;
  font-size: 1.4rem;
  line-height: 30px;
  text-decoration: none;
  vertical-align: middle;
}
ul.listCenteredDiamond li a:hover {
  text-decoration: underline;
  color: #bd9e56;
}
ul.listCenteredDiamond li span {
  font-size: 1.6rem;
  line-height: 30px;
  font-style: italic;
  vertical-align: middle;
  cursor: default;
}
ul.listCenteredDiamond li:last-child:after {
  display: none;
}
/* listing Suggestion (cf)
   ========================================================================== */
.basicListingItem {
  border-bottom: 1px solid #e7e0cc;
  padding: 7px 80px 15px 0;
  position: relative;
}
.basicListingItem .more {
  position: absolute;
  bottom: 15px;
  right: 0;
  color: #bd9e56;
  text-align: right;
  font-style: italic;
  max-width: 80px;
}
.basicListingItem .more:hover {
  text-decoration: none;
}
/* ==========================================================================
   HR
   ========================================================================== */
/* HR beige
   ======================================================================== */
.hrBeige {
  border: none;
  border-top: 2px solid #bd9e56;
  margin: 1.4rem 0;
}
.hrBeige.topLargeMargin {
  margin-top: 40px;
}
.hrBeige.bottomLargeMargin {
  margin-bottom: 40px;
}
.hrBeigeSmall {
  border: none;
  border-top: 4px solid #ddcfb2;
  margin: 20px 0;
  width: 10%;
}
.hrGray {
  border: none;
  border-top: 1px solid #d9dbdd;
  margin: 40px 0;
}
/* ==========================================================================
   PARAGRAPHS
   ========================================================================== */
/* Paragraph Diamond
   ========================================================================== */
.paragraphDiamond {
  font-family: 'Nobel Book', Arial, sans-serif;
  font-size: 1.6rem;
}
/* Paragraph Intro
   ========================================================================== */
.paragraphIntro,
.paragraphIntroWrap {
  text-align: center;
  color: #1c1c1b;
  font-size: 1.8rem;
  line-height: 2.4rem;
  margin: 0 auto 30px auto;
}
.paragraphIntro p,
.paragraphIntroWrap p {
  font-family: 'Nobel', Arial, sans-serif;
  margin: 0;
}
/* Paragraph Location coord with left-border
   ========================================================================== */
.locationContact {
  font-size: 1.6rem;
  font-family: 'Nobel Book', Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  padding: 0 0 0 5px;
}
.locationContact strong {
  text-transform: uppercase;
}
#rdbContent p strong {
  font-family: 'Nobel', Arial, sans-serif;
}
#rdbContent p a {
  color: #bd9e56;
}
/* ==========================================================================
   FORMS
   ========================================================================== */
button,
input,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}
.formField {
  color: #1c1c1b;
  font-family: 'Times New Roman', Times;
  font-style: italic;
  font-size: 1.8rem;
  margin-bottom: 25px;
  position: relative;
  /* all */
}
.formField__loginAmi {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.formField__loginAmi label {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  display: inline-block;
  padding-right: 2rem;
  text-align: right;
  font-style: italic;
  font-weight: bold;
}
.formField__loginAmi input,
.formField__loginAmi select {
  -webkit-box-flex: 7;
      -ms-flex: 7;
          flex: 7;
  display: inline-block;
}
.formField .selectboxit-container {
  width: 100%;
}
.formField .selectboxit-btn {
  width: 100%!important;
}
.formField ::-webkit-input-placeholder {
  color: #1c1c1b;
  font-family: 'Times New Roman', Times;
  font-style: italic;
}
.formField ::-moz-placeholder {
  color: #1c1c1b;
  font-family: 'Times New Roman', Times;
  font-style: italic;
}
.formField :-ms-input-placeholder {
  color: #1c1c1b;
  font-family: 'Times New Roman', Times;
  font-style: italic;
}
.formField input:-moz-placeholder {
  color: #1c1c1b;
  font-family: 'Times New Roman', Times;
  font-style: italic;
}
.formField input.placeholder {
  color: #1c1c1b;
  font-family: 'Times New Roman', Times;
  font-style: italic;
}
.formField textarea,
.formField input[type="text"],
.formField input[type="number"],
.formField input[type="date"],
.formField input[type="email"],
.formField input[type="password"],
.formField input[type="number"],
.formField input[type="tel"],
.formField select {
  font-family: Arial, sans-serif;
  color: #000;
}
.formField input[type="text"],
.formField input[type="number"],
.formField input[type="date"],
.formField input[type="email"],
.formField input[type="password"],
.formField input[type="number"],
.formField input[type="tel"],
.formField select {
  display: block;
  height: 50px;
  width: 100%;
  line-height: 100%;
  border: 1px solid #d9dbdd;
  padding: 0 10px 0 10px;
  margin-bottom: 10px;
  box-shadow: inset 2px 2px 4px 0 rgba(0, 0, 0, 0.35);
}
.formField input[type="text"]:focus,
.formField input[type="number"]:focus,
.formField input[type="date"]:focus,
.formField input[type="email"]:focus,
.formField input[type="password"]:focus,
.formField input[type="number"]:focus,
.formField input[type="tel"]:focus,
.formField select:focus {
  border-color: #5d676f;
  outline: none;
  background-position: -25px -1px;
}
.formField input[type="text"]:focus.loadingFT,
.formField input[type="number"]:focus.loadingFT,
.formField input[type="date"]:focus.loadingFT,
.formField input[type="email"]:focus.loadingFT,
.formField input[type="password"]:focus.loadingFT,
.formField input[type="number"]:focus.loadingFT,
.formField input[type="tel"]:focus.loadingFT,
.formField select:focus.loadingFT {
  background: #ffffff url(../../images/common/loading.gif) no-repeat 100% 50%;
}
.formField input[type="text"]::-ms-clear,
.formField input[type="number"]::-ms-clear,
.formField input[type="date"]::-ms-clear,
.formField input[type="email"]::-ms-clear,
.formField input[type="password"]::-ms-clear,
.formField input[type="number"]::-ms-clear,
.formField input[type="tel"]::-ms-clear,
.formField select::-ms-clear {
  display: none;
}
.formField input[type="number"] {
  width: auto;
}
.formField textarea {
  display: block;
  width: 100%;
  border: 1px solid #d9dbdd;
  padding: 13px 20px;
  background: #ffffff;
  resize: vertical;
  height: 140px;
  box-shadow: inset 2px 2px 4px 0px rgba(0, 0, 0, 0.35);
}
.formField textarea:focus {
  outline: none;
  border-color: #5d676f;
  background-position: -25px -1px;
}
.formField label {
  display: block;
  margin-bottom: 5px;
}
.formField label.is-hidden {
  display: none;
}
.formField .cvsHelp,
.formField .labelHelp {
  display: inline-block;
  background: #5d676f;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50%;
  text-align: center;
  font-family: Arial, sans-serif;
  font-size: 12px;
  width: 15px;
  height: 15px;
  margin-left: 3px;
}
.linedUp.formField {
  margin-bottom: 5px;
}
.linedUp.formField label {
  display: inline-block;
  vertical-align: baseline;
  margin: 0 5px 0 40px;
}
.linedUp.formField label:first-of-type {
  margin-left: 0;
}
@media screen and (max-width: 760px) {
  .linedUp.formField label {
    margin-left: 0;
  }
}
.linedUp.formField input[type="radio"] + label,
.linedUp.formField input[type="checkbox"] + label {
  margin-left: 0;
}
.linedUp.formField input[type="text"],
.linedUp.formField input[type="date"],
.linedUp.formField input[type="email"],
.linedUp.formField input[type="password"],
.linedUp.formField input[type="tel"] {
  display: inline-block;
  width: 8rem;
  margin-right: 2px;
}
.linedUp.formField .selectboxit-container {
  vertical-align: middle;
}
.linedUp.formField .extraLabel strong {
  font-family: Arial, sans-serif;
  font-weight: 400;
}
.formField.tooltip {
  position: relative;
  top: 0;
  left: 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  width: 100%;
}
.checkbox,
.radio,
.radioPict,
.upload {
  line-height: 25px;
  padding: 5px 0;
}
.checkbox.fzXXXSmall,
.radio.fzXXXSmall,
.radioPict.fzXXXSmall,
.upload.fzXXXSmall {
  line-height: 1.4rem;
}
.checkbox input[type="radio"],
.radio input[type="radio"],
.radioPict input[type="radio"],
.upload input[type="radio"],
.checkbox input[type="checkbox"],
.radio input[type="checkbox"],
.radioPict input[type="checkbox"],
.upload input[type="checkbox"],
.checkbox input[type="file"],
.radio input[type="file"],
.radioPict input[type="file"],
.upload input[type="file"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  clip: rect(0 0 0 0);
}
.checkbox span,
.radio span,
.radioPict span,
.upload span {
  vertical-align: middle;
}
.checkbox input[type="checkbox"][disabled] + label,
.radio input[type="checkbox"][disabled] + label,
.radioPict input[type="checkbox"][disabled] + label,
.upload input[type="checkbox"][disabled] + label,
.checkbox input[type="radio"][disabled] + label,
.radio input[type="radio"][disabled] + label,
.radioPict input[type="radio"][disabled] + label,
.upload input[type="radio"][disabled] + label {
  opacity: 0.5;
  cursor: default;
}
.checkbox input[type="checkbox"] + label::before,
.radio input[type="checkbox"] + label::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
  height: 13px;
  width: 13px;
  border: 1px solid #aeb3b7;
}
.checkbox input[type="checkbox"] + label::after,
.radio input[type="checkbox"] + label::after {
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  height: 25px;
  width: 25px;
  background: url(../../images/svg/checkmark.svg) no-repeat center center;
  background-size: 100% auto;
  visibility: hidden;
}
.checkbox input[type="checkbox"]:focus + label::before,
.radio input[type="checkbox"]:focus + label::before {
  border-color: #5d676f;
}
.checkbox input[type="checkbox"]:checked + label::after,
.radio input[type="checkbox"]:checked + label::after {
  visibility: visible;
}
.checkbox input[type="radio"] + label::before,
.radio input[type="radio"] + label::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
  height: 13px;
  width: 13px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  background: none;
  box-shadow: 0 0 0 1px #aeb3b7;
}
.checkbox input[type="radio"]:focus + label::before,
.radio input[type="radio"]:focus + label::before {
  border-color: #f6f7f7;
}
.checkbox input[type="radio"]:checked + label::before,
.radio input[type="radio"]:checked + label::before {
  background: #bd9e56;
  box-shadow: 0 0 0 1px #bd9e56;
}
.pictSelector {
  margin: 1em 0;
}
.radioPict {
  padding: 0;
  position: relative;
  display: inline-block;
  margin: 10px 7px 0 0;
  cursor: pointer;
  width: 156px;
  height: 104px;
  background-color: #eef0f0;
}
.radioPict input[type="radio"] + label::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: 0 0 0 8px transparent;
  cursor: pointer;
}
.radioPict input[type="radio"]:focus + label::before {
  box-shadow: 0 0 0 8px #f6f7f7;
}
.radioPict input[type="radio"]:checked + label::before {
  box-shadow: 0 0 0 8px #bd9e56;
}
.radioPict img {
  max-width: 100%;
  max-height: 100%;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.checkbox label {
  position: relative;
  cursor: pointer;
}
.checkbox label span {
  padding-right: 20px;
}
.checkbox label span:hover {
  color: #bd9e56;
  text-decoration: underline;
}
.checkboxLegendItem {
  padding: 0;
}
.checkboxLegendItem label img {
  opacity: .5;
}
.checkboxLegendItem label span {
  padding-right: 10px;
}
.checkboxLegendItem label:before,
.checkboxLegendItem label:after {
  display: none !important;
}
.checkboxLegendItem input[type="checkbox"]:checked + label img {
  opacity: 1;
}
.radio label {
  cursor: pointer;
}
.radio label span {
  padding-right: 20px;
  font-family: 'Nobel Book', Arial, sans-serif;
}
.radio label span:hover {
  color: #bd9e56;
  text-decoration: underline;
}
.subInput {
  font-family: 'Nobel', Arial, sans-serif;
  font-size: 1.6rem;
}
.subInput a {
  color: #bd9e56;
  text-decoration: underline;
}
/* Form datepicker (jqueryui)
   ========================================================================== */
.dateField svg {
  position: absolute;
  bottom: 0.8rem;
  right: 0.4rem;
  pointer-events: none;
}
/* Form Input Message
   ========================================================================== */
.formHelper,
.formError {
  font-family: 'Nobel', Arial, sans-serif;
  color: #ffffff;
  font-size: 1.3rem;
  background: #852e2d;
  padding: 5px 15px;
  position: relative;
  display: table-cell;
}
.formHelper:after,
.formError:after {
  content: "";
  position: absolute;
  top: -9px;
  left: 12px;
  border: transparent solid;
  border-width: 0 9px 9px;
  border-bottom-color: #852e2d;
}
.formHelper {
  background: #5d676f;
}
.formHelper:after {
  border-bottom-color: #5d676f;
}
.formError {
  background: #852e2d;
  font-family: 'Nobel', Arial, sans-serif;
}
.formError:after {
  border-bottom-color: #852e2d;
}
/* Form dark
   ========================================================================== */
.darkForm {
  background: #eef0f0;
  padding-top: 30px;
  padding-bottom: 40px;
}
.formTitle {
  font-family: 'Times New Roman', Times;
  font-size: 3.5rem;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;
  text-decoration: none;
  color: #1c1c1b;
  font-size: 2.4rem;
  margin-bottom: 25px;
}
/* Form Member 5C
   ========================================================================== */
.memberForm {
  margin-top: 40px;
  padding: 50px 0 40px;
  border-top: 2px solid #bd9e56;
  position: relative;
}
.memberForm .memberTag {
  position: absolute;
  top: -32px;
  left: 50%;
  margin-left: -51px;
  width: 63px;
  height: 63px;
  box-shadow: 0px 0px 0px 20px #ffffff;
}
/* Login popin
   ========================================================================== */
.signInForm .notMember {
  text-align: center;
  padding: 15px 30px;
  margin-bottom: 20px;
}
.signInForm .notMember a {
  color: #bd9e56;
  text-decoration: underline;
}
.signInForm .formSubmit {
  box-shadow: initial;
}
.signInForm .formSubmit .checkbox {
  padding-top: 15px;
  white-space: nowrap;
}
.signInForm .formSubmit .btn {
  white-space: nowrap;
  padding: 11px 50px;
}
/* Form Submit block (as seen on "finalize" & "my settings")
   ========================================================================== */
.formSubmit {
  color: #1c1c1b;
  padding: 30px;
  text-align: right;
}
.formSubmit.noBg {
  background: none;
  padding: -webkit-calc(20rem / 10) -webkit-calc(10rem / 10);
  padding: calc(20rem / 10) calc(10rem / 10);
}
.formSubmit small {
  float: left;
  margin-top: 25px;
}
@media screen and (max-width: 900px) {
  .formSubmit small {
    float: none !important;
    display: block;
    margin-top: 0;
    margin-bottom: 10px;
  }
}
.formSubmit > span {
  display: inline-block;
  max-width: 500px;
  vertical-align: middle;
}
@media screen and (min-width: 1025px) and (max-width: 1240px) {
  .formSubmit > span {
    max-width: 250px;
  }
}
@media screen and (min-width: 901px) and (max-width: 1024px) {
  .formSubmit > span {
    max-width: 400px;
  }
}
.formSubmit .checkbox {
  display: inline-block;
}
.formSubmit .btn {
  margin-left: 10px;
}
@media screen and (max-width: 760px) {
  .formSubmit .btn {
    margin-left: 5px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1240px) {
  .col-2-3 .formSubmit .btn {
    vertical-align: middle;
  }
  .col-2-3 .formSubmit > span {
    max-width: 360px;
    display: inline-block;
    vertical-align: middle;
  }
}
@media screen and (max-width: 900px) {
  .formSubmit {
    text-align: center;
  }
  .formSubmit > span {
    display: block;
    margin-bottom: 20px;
    max-width: 100%;
  }
}
/* ==========================================================================
   HEADINGS
   ========================================================================== */
/* Most common title styles (cf styleguide)
   ========================================================================== */
.mainTitle1 {
  font-family: 'Times New Roman', Times;
  font-size: 3.5rem;
  color: #1c1c1b;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;
  text-decoration: none;
}
.mainTitle2 {
  font-family: 'Nobel', Arial, sans-serif;
  font-size: 3.5rem;
  color: #1c1c1b;
  font-weight: 400;
  line-height: 1.1;
  text-decoration: none;
}
@media screen and (max-width: 760px) {
  .mainTitle2 {
    font-size: 3.6rem;
    line-height: .9;
  }
}
.mainTitle3 {
  font-family: 'Nobel', Arial, sans-serif;
  font-size: 3rem;
  color: #1c1c1b;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
}
.mainTitle4 {
  font-family: 'Nobel', Arial, sans-serif;
  font-size: 1.8rem;
  color: #1c1c1b;
  font-weight: 700;
  text-decoration: none;
  margin: 1rem 0;
}
.mainTitle5 {
  font-family: 'Nobel', Arial, sans-serif;
  font-size: 1.6rem;
  color: #1c1c1b;
  text-decoration: none;
  margin: 1rem 0;
}
.underlineTitle {
  padding-bottom: 5px;
  border-bottom: 4px solid #e7e0cc;
}
.underlineTitleSmall {
  padding-bottom: 5px;
  border-bottom: 1px solid #e7e0cc;
}
.titleExtraInfo {
  display: inline;
  font-size: 60%;
}
/* Modifiers
   ========================================================================== */
/* Title helpers - Font Family
   ========================================================================== */
.ffGoudy {
  font-family: 'Goudy Old Style MT W01', 'Times New Roman', Times, Georgia, serif;
  font-weight: 400;
}
.ffGougyBold {
  font-family: 'Goudy MT W01 Bold', 'Times New Roman', Times, Georgia, serif;
  font-weight: 400;
}
.ffGoudyItalic {
  font-family: 'Nobel', Arial, sans-serif;
  font-weight: 400;
}
.ffArial {
  font-family: Arial, sans-serif;
}
/* Title helpers - Color
   ========================================================================== */
.cGold {
  color: #bd9e56;
}
.cGoldLight {
  color: #d9b56e;
}
.cLightGrey {
  color: #5d676f;
}
.cGrey {
  color: #1c1c1b;
}
.cDarkGrey {
  color: #41484e;
}
.cWhite {
  color: #ffffff;
}
.cBlack {
  color: #1c1c1b;
}
.cBlueBtob {
  color: #056da9;
}
.cAmi {
  color: #bd9e56;
}
/* Title helpers - Font weight
   ========================================================================== */
.fwBold {
  font-weight: 700;
}
.fwLight {
  font-weight: 300;
}
.fwNormal {
  font-weight: 400;
}
/* Title helpers - Font style
   ========================================================================== */
.fsItalic {
  font-style: italic;
}
.fsNormal {
  font-style: normal;
}
/* Title helpers - Font size
   ========================================================================== */
.fzXXXXSmall {
  font-size: 1rem;
}
.fzXXXSmall {
  font-size: 1.2rem;
}
.fzXXSmall {
  font-size: 1.6rem;
}
.fzXSmall {
  font-size: 1.8rem;
}
.fzSmall {
  font-size: 2.1rem;
}
.fzMedium {
  font-size: 2.4rem;
}
.fzLarge {
  font-size: 3rem;
}
.fzXLarge {
  font-size: 3.6rem;
}
.fzXXLarge {
  font-size: 3.5rem;
}
.fzXXXLarge {
  font-size: 5rem;
}
.ucRemoved {
  text-transform: none;
}
.ulLink {
  text-decoration: underline;
}
.zi-10 {
  z-index: 10 !important;
}
.fullWidth {
  width: 100% !important;
}
/* ==========================================================================
   SVG ICONS
   ========================================================================== */
.spriteSVG {
  display: none;
}
.icon {
  display: inline-block;
  vertical-align: 0;
  width: 45px;
  height: 45px;
}
.icon-xxs {
  width: 32px;
  height: 32px;
  padding-right: 1rem;
}
.icon--stroked {
  fill: none;
  stroke-width: 3px;
}
svg {
  -webkit-transition: fill .3s ease, stroke .3s ease;
          transition: fill .3s ease, stroke .3s ease;
}
svg path {
  -webkit-transition: fill .3s ease, stroke .3s ease;
          transition: fill .3s ease, stroke .3s ease;
}
.icon {
  fill: #000000;
  stroke: transparent;
}
.icon path {
  fill: #000000;
  stroke: transparent;
}
.iconGold {
  fill: #bd9e56;
  stroke: transparent;
}
.iconGold path {
  fill: #bd9e56;
  stroke: transparent;
}
.iconBlack {
  fill: #1c1c1b;
  stroke: transparent;
}
.iconBlack path {
  fill: #1c1c1b;
  stroke: transparent;
}
.iconGreyShuttle {
  fill: #5d676f;
  stroke: transparent;
}
.iconGreyShuttle path {
  fill: #5d676f;
  stroke: transparent;
}
.iconGreyCasper {
  fill: #aeb3b7;
  stroke: transparent;
}
.iconGreyCasper path {
  fill: #aeb3b7;
  stroke: transparent;
}
.iconGreyAlto {
  fill: #d9dbdd;
  stroke: transparent;
}
.iconGreyAlto path {
  fill: #d9dbdd;
  stroke: transparent;
}
.iconWhite {
  fill: #ffffff;
  stroke: transparent;
}
.iconWhite path {
  fill: #ffffff;
  stroke: transparent;
}
.iconBeigeDark {
  fill: #ddcfb2;
  stroke: transparent;
}
.iconBeigeDark path {
  fill: #ddcfb2;
  stroke: transparent;
}
.iconGreenOney {
  fill: #8bbc06;
  stroke: transparent;
}
.iconGreenOney path {
  fill: #8bbc06;
  stroke: transparent;
}
.langSelector .btn {
  min-width: 80px;
  padding: 0.3rem -webkit-calc(23rem / 10);
  padding: 0.3rem calc(23rem / 10);
}
.currencySelector .btn {
  min-width: 55px;
}
.is-not-phone [data-menuExpanded="true"] .mdSelect,
footer .mdSelect,
.headerSelectorBasket .mdSelect {
  position: relative;
  display: inline-block;
  /*.btn:hover {
      background: @color-grey-shuttle;
    }*/
}
.is-not-phone [data-menuExpanded="true"] .mdSelect ul,
footer .mdSelect ul,
.headerSelectorBasket .mdSelect ul {
  min-width: 185px;
  position: absolute;
  top: -webkit-calc(100% - 1px);
  top: calc(100% - 1px);
  left: 0;
  right: 0;
  z-index: 2;
  display: none;
  background-color: #ffffff;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
}
@media screen and (min-width: 901px) {
  .is-not-phone [data-menuExpanded="true"] .mdSelect ul,
  footer .mdSelect ul,
  .headerSelectorBasket .mdSelect ul {
    min-width: 250px;
    left: auto;
  }
}
.is-not-phone [data-menuExpanded="true"] .mdSelect .currencySelector,
footer .mdSelect .currencySelector,
.headerSelectorBasket .mdSelect .currencySelector {
  background: #1c1c1b;
  font-family: 'Nobel Book', Arial, sans-serif;
  max-height: 229.5px;
  overflow: auto;
  overflow-x: hidden;
  cursor: pointer;
}
.is-not-phone [data-menuExpanded="true"] .mdSelect .currencySelector li,
footer .mdSelect .currencySelector li,
.headerSelectorBasket .mdSelect .currencySelector li {
  padding-left: 1rem;
  -webkit-transition: all ease .3s;
          transition: all ease .3s;
  color: #ffffff;
}
.is-not-phone [data-menuExpanded="true"] .mdSelect .currencySelector li.active,
footer .mdSelect .currencySelector li.active,
.headerSelectorBasket .mdSelect .currencySelector li.active,
.is-not-phone [data-menuExpanded="true"] .mdSelect .currencySelector li:hover,
footer .mdSelect .currencySelector li:hover,
.headerSelectorBasket .mdSelect .currencySelector li:hover {
  -webkit-transition: all ease .3s;
          transition: all ease .3s;
  color: #bd9e56;
  text-decoration: underline;
}
.is-not-phone [data-menuExpanded="true"] .mdSelect .currencySelector li[data-currency="aed"],
footer .mdSelect .currencySelector li[data-currency="aed"],
.headerSelectorBasket .mdSelect .currencySelector li[data-currency="aed"] {
  padding-top: .75rem;
  margin-top: .75rem;
  border-top: 1px solid #aeb3b7;
}
.is-not-phone [data-menuExpanded="true"] .mdSelect .langSelector,
footer .mdSelect .langSelector,
.headerSelectorBasket .mdSelect .langSelector {
  min-width: 200%;
  left: auto;
  font-family: 'Nobel Book', Arial, sans-serif;
}
@media screen and (min-width: 901px) {
  .is-not-phone [data-menuExpanded="true"] .mdSelect .langSelector,
  footer .mdSelect .langSelector,
  .headerSelectorBasket .mdSelect .langSelector {
    background: #1c1c1b;
    min-width: 360px;
    padding: 1rem;
  }
  .is-not-phone [data-menuExpanded="true"] .mdSelect .langSelector li,
  footer .mdSelect .langSelector li,
  .headerSelectorBasket .mdSelect .langSelector li {
    display: inline-block;
    width: 50%;
  }
  .is-not-phone [data-menuExpanded="true"] .mdSelect .langSelector li.active a,
  footer .mdSelect .langSelector li.active a,
  .headerSelectorBasket .mdSelect .langSelector li.active a {
    position: relative;
    color: #bd9e56;
    text-decoration: underline;
    font-weight: bold;
  }
  .is-not-phone [data-menuExpanded="true"] .mdSelect .langSelector li.active a:before,
  footer .mdSelect .langSelector li.active a:before,
  .headerSelectorBasket .mdSelect .langSelector li.active a:before {
    content: "";
    position: absolute;
    left: -3px;
    top: 5px;
    height: 25px;
    width: 25px;
    background: url(../../images/svg/checkmarkGold.svg) no-repeat center center;
    background-size: 100% auto;
  }
}
.is-not-phone [data-menuExpanded="true"] .mdSelect a,
footer .mdSelect a,
.headerSelectorBasket .mdSelect a {
  text-align: left;
  padding: .75rem .75rem .75rem 2.5rem;
}
.is-not-phone [data-menuExpanded="true"] .mdSelect li,
footer .mdSelect li,
.headerSelectorBasket .mdSelect li {
  font-size: 1.5rem;
}
.is-not-phone [data-menuExpanded="true"] .mdSelect a,
footer .mdSelect a,
.headerSelectorBasket .mdSelect a {
  display: block;
  line-height: 1.33333333;
  text-decoration: none;
  -webkit-transition: all ease .3s;
          transition: all ease .3s;
  background-color: #1c1c1b;
  color: #ffffff;
}
.is-not-phone [data-menuExpanded="true"] .mdSelect a:hover,
footer .mdSelect a:hover,
.headerSelectorBasket .mdSelect a:hover {
  color: #bd9e56;
  text-decoration: underline;
}
.is-not-phone [data-menuExpanded="true"] .mdSelect:hover ul,
footer .mdSelect:hover ul,
.headerSelectorBasket .mdSelect:hover ul {
  display: block;
}
.is-not-phone [data-menuExpanded="true"] .mdSelect:hover .btn,
footer .mdSelect:hover .btn,
.headerSelectorBasket .mdSelect:hover .btn {
  color: #ffffff;
  background: #1c1c1b;
}
footer .mdSelect ul {
  top: auto;
  bottom: -webkit-calc(100% - 1px);
  bottom: calc(100% - 1px);
}
footer .mdSelect ul.langSelector,
footer .mdSelect ul.currencySelector {
  left: 0;
  right: auto;
}
.lte-ie9 .mdSelect {
  margin-right: -26px;
}
.currencyElem {
  /*!
   * Generated with CSS Flag Sprite generator (https://www.flag-sprites.com/)
   */
}
.currencyElem span {
  padding-left: 1rem;
}
.currencyElem img.flag {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url('../../images/common/bg-currencies-flags.png') no-repeat;
}
.currencyElem img.flag.flag-sv {
  background-position: -320px -384px;
}
.currencyElem img.flag.flag-au {
  background-position: -384px 0;
}
.currencyElem img.flag.flag-gl {
  background-position: -480px -128px;
}
.currencyElem img.flag.flag-vc {
  background-position: -96px -448px;
}
.currencyElem img.flag.flag-cg {
  background-position: -192px -64px;
}
.currencyElem img.flag.flag-qa {
  background-position: -128px -352px;
}
.currencyElem img.flag.flag-af {
  background-position: -64px 0;
}
.currencyElem img.flag.flag-it {
  background-position: -256px -192px;
}
.currencyElem img.flag.flag-mr {
  background-position: -32px -288px;
}
.currencyElem img.flag.flag-se {
  background-position: -448px -352px;
}
.currencyElem img.flag.flag-cd {
  background-position: -128px -64px;
}
.currencyElem img.flag.flag-hk {
  background-position: -320px -160px;
}
.currencyElem img.flag.flag-ye {
  background-position: -352px -448px;
}
.currencyElem img.flag.flag-gp {
  background-position: -64px -160px;
}
.currencyElem img.flag.flag-sh {
  background-position: 0 -384px;
}
.currencyElem img.flag.flag-do {
  background-position: -256px -96px;
}
.currencyElem img.flag.flag-ru {
  background-position: -256px -352px;
}
.currencyElem img.flag.flag-ky {
  background-position: -192px -224px;
}
.currencyElem img.flag.flag-at {
  background-position: -352px 0;
}
.currencyElem img.flag.flag-wf {
  background-position: -288px -448px;
}
.currencyElem img.flag.flag-sk {
  background-position: -64px -384px;
}
.currencyElem img.flag.flag-cl {
  background-position: -320px -64px;
}
.currencyElem img.flag.flag-ge {
  background-position: -352px -128px;
}
.currencyElem img.flag.flag-nu {
  background-position: -128px -320px;
}
.currencyElem img.flag.flag-la {
  background-position: -256px -224px;
}
.currencyElem img.flag.flag-gq {
  background-position: -96px -160px;
}
.currencyElem img.flag.flag-cz {
  background-position: -96px -96px;
}
.currencyElem img.flag.flag-pr {
  background-position: -480px -320px;
}
.currencyElem img.flag.flag-ls {
  background-position: -448px -224px;
}
.currencyElem img.flag.flag-no {
  background-position: -32px -320px;
}
.currencyElem img.flag.flag-bf {
  background-position: -128px -32px;
}
.currencyElem img.flag.flag-pa {
  background-position: -224px -320px;
}
.currencyElem img.flag.flag-mn {
  background-position: -416px -256px;
}
.currencyElem img.flag.flag-fo {
  background-position: -192px -128px;
}
.currencyElem img.flag.flag-dj {
  background-position: -160px -96px;
}
.currencyElem img.flag.flag-st {
  background-position: -288px -384px;
}
.currencyElem img.flag.flag-er {
  background-position: -448px -96px;
}
.currencyElem img.flag.flag-us {
  background-position: -480px -416px;
}
.currencyElem img.flag.flag-zm {
  background-position: -448px -448px;
}
.currencyElem img.flag.flag-by {
  background-position: -32px -64px;
}
.currencyElem img.flag.flag-cm {
  background-position: -352px -64px;
}
.currencyElem img.flag.flag-tw {
  background-position: -352px -416px;
}
.currencyElem img.flag.flag-vg {
  background-position: -160px -448px;
}
.currencyElem img.flag.flag-zw {
  background-position: -480px -448px;
}
.currencyElem img.flag.flag-pl {
  background-position: -416px -320px;
}
.currencyElem img.flag.flag-tk {
  background-position: -96px -416px;
}
.currencyElem img.flag.flag-ga {
  background-position: -256px -128px;
}
.currencyElem img.flag.flag-ba {
  background-position: 0 -32px;
}
.currencyElem img.flag.flag-uy {
  background-position: 0 -448px;
}
.currencyElem img.flag.flag-km {
  background-position: -32px -224px;
}
.currencyElem img.flag.flag-fk {
  background-position: -128px -128px;
}
.currencyElem img.flag.flag-mp {
  background-position: -480px -256px;
}
.currencyElem img.flag.flag-lv {
  background-position: -32px -256px;
}
.currencyElem img.flag.flag-co {
  background-position: -416px -64px;
}
.currencyElem img.flag.flag-rs {
  background-position: -224px -352px;
}
.currencyElem img.flag.flag-sb {
  background-position: -352px -352px;
}
.currencyElem img.flag.flag-in {
  background-position: -128px -192px;
}
.currencyElem img.flag.flag-bj {
  background-position: -256px -32px;
}
.currencyElem img.flag.flag-ck {
  background-position: -288px -64px;
}
.currencyElem img.flag.flag-im {
  background-position: -96px -192px;
}
.currencyElem img.flag.flag-tj {
  background-position: -64px -416px;
}
.currencyElem img.flag.flag-jp {
  background-position: -384px -192px;
}
.currencyElem img.flag.flag-mf {
  background-position: -224px -256px;
}
.currencyElem img.flag.flag-pt {
  background-position: -32px -352px;
}
.currencyElem img.flag.flag-fm {
  background-position: -160px -128px;
}
.currencyElem img.flag.flag-nf {
  background-position: -416px -288px;
}
.currencyElem img.flag.flag-mk {
  background-position: -320px -256px;
}
.currencyElem img.flag.flag-ad {
  background-position: 0 0;
}
.currencyElem img.flag.flag-ni {
  background-position: -480px -288px;
}
.currencyElem img.flag.flag-ps {
  background-position: 0 -352px;
}
.currencyElem img.flag.flag-gs {
  background-position: -160px -160px;
}
.currencyElem img.flag.flag-fj {
  background-position: -96px -128px;
}
.currencyElem img.flag.flag-ci {
  background-position: -256px -64px;
}
.currencyElem img.flag.flag-es {
  background-position: -480px -96px;
}
.currencyElem img.flag.flag-cf {
  background-position: -160px -64px;
}
.currencyElem img.flag.flag-th {
  background-position: -32px -416px;
}
.currencyElem img.flag.flag-ma {
  background-position: -96px -256px;
}
.currencyElem img.flag.flag-kn {
  background-position: -64px -224px;
}
.currencyElem img.flag.flag-re {
  background-position: -160px -352px;
}
.currencyElem img.flag.flag-cv {
  background-position: 0 -96px;
}
.currencyElem img.flag.flag-dk {
  background-position: -192px -96px;
}
.currencyElem img.flag.flag-za {
  background-position: -416px -448px;
}
.currencyElem img.flag.flag-ss {
  background-position: -256px -384px;
}
.currencyElem img.flag.flag-hn {
  background-position: -352px -160px;
}
.currencyElem img.flag.flag-om {
  background-position: -192px -320px;
}
.currencyElem img.flag.flag-ug {
  background-position: -448px -416px;
}
.currencyElem img.flag.flag-bm {
  background-position: -320px -32px;
}
.currencyElem img.flag.flag-gg {
  background-position: -384px -128px;
}
.currencyElem img.flag.flag-mu {
  background-position: -128px -288px;
}
.currencyElem img.flag.flag-bn {
  background-position: -352px -32px;
}
.currencyElem img.flag.flag-ch {
  background-position: -224px -64px;
}
.currencyElem img.flag.flag-ar {
  background-position: -288px 0;
}
.currencyElem img.flag.flag-li {
  background-position: -352px -224px;
}
.currencyElem img.flag.flag-yt {
  background-position: -384px -448px;
}
.currencyElem img.flag.flag-ml {
  background-position: -352px -256px;
}
.currencyElem img.flag.flag-mc {
  background-position: -128px -256px;
}
.currencyElem img.flag.flag-ve {
  background-position: -128px -448px;
}
.currencyElem img.flag.flag-sd {
  background-position: -416px -352px;
}
.currencyElem img.flag.flag-bw {
  background-position: 0 -64px;
}
.currencyElem img.flag.flag-ne {
  background-position: -384px -288px;
}
.currencyElem img.flag.flag-ag {
  background-position: -96px 0;
}
.currencyElem img.flag.flag-md {
  background-position: -160px -256px;
}
.currencyElem img.flag.flag-ir {
  background-position: -192px -192px;
}
.currencyElem img.flag.flag-kp {
  background-position: -96px -224px;
}
.currencyElem img.flag.flag-fi {
  background-position: -64px -128px;
}
.currencyElem img.flag.flag-ly {
  background-position: -64px -256px;
}
.currencyElem img.flag.flag-nc {
  background-position: -352px -288px;
}
.currencyElem img.flag.flag-va {
  background-position: -64px -448px;
}
.currencyElem img.flag.flag-dm {
  background-position: -224px -96px;
}
.currencyElem img.flag.flag-il {
  background-position: -64px -192px;
}
.currencyElem img.flag.flag-kw {
  background-position: -160px -224px;
}
.currencyElem img.flag.flag-sc {
  background-position: -384px -352px;
}
.currencyElem img.flag.flag-tv {
  background-position: -320px -416px;
}
.currencyElem img.flag.flag-tf {
  background-position: -480px -384px;
}
.currencyElem img.flag.flag-is {
  background-position: -224px -192px;
}
.currencyElem img.flag.flag-mw {
  background-position: -192px -288px;
}
.currencyElem img.flag.flag-bb {
  background-position: -32px -32px;
}
.currencyElem img.flag.flag-tt {
  background-position: -288px -416px;
}
.currencyElem img.flag.flag-dz {
  background-position: -288px -96px;
}
.currencyElem img.flag.flag-eg {
  background-position: -384px -96px;
}
.currencyElem img.flag.flag-na {
  background-position: -320px -288px;
}
.currencyElem img.flag.flag-jo {
  background-position: -352px -192px;
}
.currencyElem img.flag.flag-bi {
  background-position: -224px -32px;
}
.currencyElem img.flag.flag-me {
  background-position: -192px -256px;
}
.currencyElem img.flag.flag-my {
  background-position: -256px -288px;
}
.currencyElem img.flag.flag-nr {
  background-position: -96px -320px;
}
.currencyElem img.flag.flag-mq {
  background-position: 0 -288px;
}
.currencyElem img.flag.flag-lr {
  background-position: -416px -224px;
}
.currencyElem img.flag.flag-ax {
  background-position: -448px 0;
}
.currencyElem img.flag.flag-as {
  background-position: -320px 0;
}
.currencyElem img.flag.flag-sn {
  background-position: -160px -384px;
}
.currencyElem img.flag.flag-hr {
  background-position: -384px -160px;
}
.currencyElem img.flag.flag-mh {
  background-position: -288px -256px;
}
.currencyElem img.flag.flag-py {
  background-position: -96px -352px;
}
.currencyElem img.flag.flag-aw {
  background-position: -416px 0;
}
.currencyElem img.flag.flag-fr {
  background-position: -224px -128px;
}
.currencyElem img.flag.flag-uz {
  background-position: -32px -448px;
}
.currencyElem img.flag.flag-gd {
  background-position: -320px -128px;
}
.currencyElem img.flag.flag-ws {
  background-position: -320px -448px;
}
.currencyElem img.flag.flag-bt {
  background-position: -480px -32px;
}
.currencyElem img.flag.flag-tr {
  background-position: -256px -416px;
}
.currencyElem img.flag.flag-tz {
  background-position: -384px -416px;
}
.currencyElem img.flag.flag-mm {
  background-position: -384px -256px;
}
.currencyElem img.flag.flag-td {
  background-position: -448px -384px;
}
.currencyElem img.flag.flag-vu {
  background-position: -256px -448px;
}
.currencyElem img.flag.flag-bd {
  background-position: -64px -32px;
}
.currencyElem img.flag.flag-cu {
  background-position: -480px -64px;
}
.currencyElem img.flag.flag-gw {
  background-position: -256px -160px;
}
.currencyElem img.flag.flag-np {
  background-position: -64px -320px;
}
.currencyElem img.flag.flag-gb {
  background-position: -288px -128px;
}
.currencyElem img.flag.flag-lc {
  background-position: -320px -224px;
}
.currencyElem img.flag.flag-nz {
  background-position: -160px -320px;
}
.currencyElem img.flag.flag-cy {
  background-position: -64px -96px;
}
.currencyElem img.flag.flag-ms {
  background-position: -64px -288px;
}
.currencyElem img.flag.flag-eu {
  background-position: -32px -128px;
}
.currencyElem img.flag.flag-vi {
  background-position: -192px -448px;
}
.currencyElem img.flag.flag-kz {
  background-position: -224px -224px;
}
.currencyElem img.flag.flag-al {
  background-position: -160px 0;
}
.currencyElem img.flag.flag-cw {
  background-position: -32px -96px;
}
.currencyElem img.flag.flag-jm {
  background-position: -320px -192px;
}
.currencyElem img.flag.flag-ke {
  background-position: -416px -192px;
}
.currencyElem img.flag.flag-an {
  background-position: -224px 0;
}
.currencyElem img.flag.flag-so {
  background-position: -192px -384px;
}
.currencyElem img.flag.flag-lk {
  background-position: -384px -224px;
}
.currencyElem img.flag.flag-mv {
  background-position: -160px -288px;
}
.currencyElem img.flag.flag-be {
  background-position: -96px -32px;
}
.currencyElem img.flag.flag-pk {
  background-position: -384px -320px;
}
.currencyElem img.flag.flag-bg {
  background-position: -160px -32px;
}
.currencyElem img.flag.flag-az {
  background-position: -480px 0;
}
.currencyElem img.flag.flag-gm {
  background-position: 0 -160px;
}
.currencyElem img.flag.flag-tc {
  background-position: -416px -384px;
}
.currencyElem img.flag.flag-ie {
  background-position: -32px -192px;
}
.currencyElem img.flag.flag-mx {
  background-position: -224px -288px;
}
.currencyElem img.flag.flag-sm {
  background-position: -128px -384px;
}
.currencyElem img.flag.flag-bs {
  background-position: -448px -32px;
}
.currencyElem img.flag.flag-iq {
  background-position: -160px -192px;
}
.currencyElem img.flag.flag-gt {
  background-position: -192px -160px;
}
.currencyElem img.flag.flag-kh {
  background-position: -480px -192px;
}
.currencyElem img.flag.flag-ht {
  background-position: -416px -160px;
}
.currencyElem img.flag.flag-gu {
  background-position: -224px -160px;
}
.currencyElem img.flag.flag-bz {
  background-position: -64px -64px;
}
.currencyElem img.flag.flag-bh {
  background-position: -192px -32px;
}
.currencyElem img.flag.flag-ph {
  background-position: -352px -320px;
}
.currencyElem img.flag.flag-sg {
  background-position: -480px -352px;
}
.currencyElem img.flag.flag-kr {
  background-position: -128px -224px;
}
.currencyElem img.flag.flag-gn {
  background-position: -32px -160px;
}
.currencyElem img.flag.flag-sy {
  background-position: -352px -384px;
}
.currencyElem img.flag.flag-ca {
  background-position: -96px -64px;
}
.currencyElem img.flag.flag-ua {
  background-position: -416px -416px;
}
.currencyElem img.flag.flag-vn {
  background-position: -224px -448px;
}
.currencyElem img.flag.flag-je {
  background-position: -288px -192px;
}
.currencyElem img.flag.flag-hu {
  background-position: -448px -160px;
}
.currencyElem img.flag.flag-cr {
  background-position: -448px -64px;
}
.currencyElem img.flag.flag-am {
  background-position: -192px 0;
}
.currencyElem img.flag.flag-tl {
  background-position: -128px -416px;
}
.currencyElem img.flag.flag-bo {
  background-position: -384px -32px;
}
.currencyElem img.flag.flag-ki {
  background-position: 0 -224px;
}
.currencyElem img.flag.flag-id {
  background-position: 0 -192px;
}
.currencyElem img.flag.flag-gh {
  background-position: -416px -128px;
}
.currencyElem img.flag.flag-tn {
  background-position: -192px -416px;
}
.currencyElem img.flag.flag-lb {
  background-position: -288px -224px;
}
.currencyElem img.flag.flag-br {
  background-position: -416px -32px;
}
.currencyElem img.flag.flag-pn {
  background-position: -448px -320px;
}
.currencyElem img.flag.flag-de {
  background-position: -128px -96px;
}
.currencyElem img.flag.flag-sl {
  background-position: -96px -384px;
}
.currencyElem img.flag.flag-sr {
  background-position: -224px -384px;
}
.currencyElem img.flag.flag-to {
  background-position: -224px -416px;
}
.currencyElem img.flag.flag-gi {
  background-position: -448px -128px;
}
.currencyElem img.flag.flag-gr {
  background-position: -128px -160px;
}
.currencyElem img.flag.flag-ng {
  background-position: -448px -288px;
}
.currencyElem img.flag.flag-sa {
  background-position: -320px -352px;
}
.currencyElem img.flag.flag-ae {
  background-position: -32px 0;
}
.currencyElem img.flag.flag-ic {
  background-position: -480px -160px;
}
.currencyElem img.flag.flag-ao {
  background-position: -256px 0;
}
.currencyElem img.flag.flag-pe {
  background-position: -256px -320px;
}
.currencyElem img.flag.flag-cn {
  background-position: -384px -64px;
}
.currencyElem img.flag.flag-mg {
  background-position: -256px -256px;
}
.currencyElem img.flag.flag-si {
  background-position: -32px -384px;
}
.currencyElem img.flag.flag-lu {
  background-position: 0 -256px;
}
.currencyElem img.flag.flag-gy {
  background-position: -288px -160px;
}
.currencyElem img.flag.flag-pf {
  background-position: -288px -320px;
}
.currencyElem img.flag.flag-ai {
  background-position: -128px 0;
}
.currencyElem img.flag.flag-nl {
  background-position: 0 -320px;
}
.currencyElem img.flag.flag-mz {
  background-position: -288px -288px;
}
.currencyElem img.flag.flag-tg {
  background-position: 0 -416px;
}
.currencyElem img.flag.flag-mo {
  background-position: -448px -256px;
}
.currencyElem img.flag.flag-mt {
  background-position: -96px -288px;
}
.currencyElem img.flag.flag-rw {
  background-position: -288px -352px;
}
.currencyElem img.flag.flag-et {
  background-position: 0 -128px;
}
.currencyElem img.flag.flag-eh {
  background-position: -416px -96px;
}
.currencyElem img.flag.flag-bl {
  background-position: -288px -32px;
}
.currencyElem img.flag.flag-ee {
  background-position: -352px -96px;
}
.currencyElem img.flag.flag-tm {
  background-position: -160px -416px;
}
.currencyElem img.flag.flag-lt {
  background-position: -480px -224px;
}
.currencyElem img.flag.flag-pw {
  background-position: -64px -352px;
}
.currencyElem img.flag.flag-pg {
  background-position: -320px -320px;
}
.currencyElem img.flag.flag-ro {
  background-position: -192px -352px;
}
.currencyElem img.flag.flag-kg {
  background-position: -448px -192px;
}
.currencyElem img.flag.flag-ec {
  background-position: -320px -96px;
}
.currencyElem img.flag.flag-sz {
  background-position: -384px -384px;
}
/* ==========================================================================
   RATINGS
   ========================================================================== */
/* Tripadvisor
   ========================================================================== */
.tripAdvisorRating > img {
  vertical-align: middle;
  height: 2.0rem;
}
.tripAdvisorRating .rating {
  display: inline-block;
  vertical-align: middle;
  margin-right: .3rem;
  height: 1.7rem;
  width: 8.3rem;
  background: #ffffff url(../../images/common/bg-tripadvisor-rating-circle.svg) no-repeat 0 0;
}
.tripAdvisorRating .rating span {
  display: block;
  background: transparent url(../../images/common/bg-tripadvisor-rating-dot.svg) no-repeat 0 0;
  height: inherit;
  width: 100%;
  text-indent: -9999px;
}
.tripAdvisorRating .nbReviews {
  vertical-align: middle;
}
.propertyInfo .tripAdvisorRating {
  margin: 5px 0 30px;
  padding-top: 5px;
}
.infoBox .tripAdvisorRating {
  margin-top: 1.5rem;
  font-size: 1.2rem;
}
.infoBox .tripAdvisorRating > img {
  margin: 0 .1rem 0 .7rem;
  height: 15px;
}
.infoBox .tripAdvisorRating .rating {
  margin-right: 0;
  height: 1.4rem;
  width: 6.8rem;
  background-size: cover;
}
.infoBox .tripAdvisorRating span {
  background-size: cover;
}
/* Review Relais&Châteaux
   ========================================================================== */
.reviewRating > span {
  display: inline-block;
  font-family: 'Nobel', Arial, sans-serif;
  font-size: 16px;
  line-height: 16px;
  vertical-align: middle;
  margin-right: 6px;
}
.reviewRating .rate {
  display: inline-block;
  vertical-align: middle;
}
.reviewRating .rate:after,
.reviewRating .rate:before {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.reviewRating .rate:after {
  clear: both;
}
.reviewRating .rate .icon {
  width: 29px;
  height: 29px;
  display: block;
  fill: #aeb3b7;
  stroke: transparent;
}
.reviewRating .rate .icon path {
  fill: #aeb3b7;
  stroke: transparent;
}
.reviewRating .rate > button {
  display: block;
  float: left;
  padding: 0 10px 0 0;
  cursor: pointer;
  border: 0;
  background: none;
  outline: none;
}
.reviewRating .rate > button.active .icon {
  fill: #bd9e56;
  stroke: transparent;
}
.reviewRating .rate > button.active .icon path {
  fill: #bd9e56;
  stroke: transparent;
}
.reviewRating .rate[data-edit="false"] > button {
  cursor: default;
}
.reviewRating .rate.formField {
  margin-bottom: 0;
}
/* ==========================================================================
   VIDEO
   ========================================================================== */
/* Responsive video in html5
   ========================================================================== */
.videoContainer {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 108rem;
  margin-left: auto;
  margin-right: auto;
  height: 0;
  margin-bottom: 40px;
}
.videoContainer.noBottomMargin {
  margin-bottom: 0;
}
.videoContainer iframe,
.videoContainer object,
.videoContainer embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.videoContainer > .video-js {
  padding: inherit;
  padding-top: 0 !important;
  max-width: 108rem;
}
.videoContainer > .video-js.vjs-fullscreen {
  max-width: none;
}
.videoBannerButton {
  display: block;
  border: 0;
  outline: none;
  position: absolute;
  width: 130px;
  height: 130px;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background: url(../../images/common/player.png) no-repeat 0 0;
}
.videoBannerButton.videoBannerButton-pause {
  background-position: 0 100%;
  opacity: 0;
  -webkit-transition: opacity ease .7s;
          transition: opacity ease .7s;
}
.bannerVideo:hover .videoBannerButton-pause {
  opacity: 1;
}
/* ==========================================================================
   IMAGES
   ========================================================================== */
/* Rounded picture
   ========================================================================== */
.roundedPicture {
  overflow: hidden;
  border-radius: 50%;
  width: 70%;
  margin: 40px auto;
  padding-top: 70%;
  position: relative;
}
.roundedPicture img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 100%;
  width: auto;
}
/* ==========================================================================
   RICH TEXT
   ========================================================================== */
.richText {
  font-size: 1.5rem;
  line-height: 2.2rem;
  color: #5d676f;
  font-family: Arial, sans-serif;
}
@media screen and (max-width: 760px) {
  .richText {
    padding: 0 1em;
  }
}
.richText a {
  color: #bd9e56;
  font-style: italic;
  text-decoration: underline;
}
.richText a:hover {
  text-decoration: none;
}
.richText ul {
  padding-left: 16px;
}
.richText ul.css-col-2 {
  width: 100%;
}
.richText ul.sitemap {
  list-style: none;
}
.richText ul.sitemap li {
  margin-left: 16px;
}
.richText h2 {
  font-family: 'GoudyOldStyleMTW01-Ital', 'Times New Roman', Times, Georgia, serif;
  font-size: 4.1rem;
  color: #bd9e56;
  font-weight: 400;
  line-height: 1.1;
  margin: 20px 0 25px 0;
}
.richText h2 a {
  font-style: normal;
  text-decoration: none;
}
.richText h3 {
  text-transform: uppercase;
  font-weight: bold;
  margin: 10px 0 15px 0;
  font-size: 1.5rem;
}
.richText h4 {
  font-weight: bold;
  margin: 0;
  font-size: 1.5rem;
}
.richText hr {
  border: none;
  border-top: 1px solid #d9dbdd;
  margin: 20px 0;
}
.richText h4 + p {
  margin-top: 0;
}
.edito75percent p {
  width: 75%;
}
@media screen and (max-width: 1240px) {
  .edito75percent p {
    width: 100%;
  }
}
.richTextMargin {
  font-family: 'Nobel Book', Arial, sans-serif;
  margin: 1em 0;
}
.richTextMargin p:first-child {
  margin-top: 0;
}
.richTextMargin p:last-child {
  margin-bottom: 0;
}
/* TOC */
#toc {
  top: 6.5rem;
  max-height: -webkit-calc(100vh - 10.5rem);
  max-height: calc(100vh - 10.5rem);
  overflow: auto;
}
/* The Table of Contents is composed of multiple nested unordered lists.  These styles remove the default styling of an unordered list because it is ugly. */
.tocify ul,
.tocify li {
  list-style: none;
  margin: 0;
  padding: 0;
  border: none;
  display: block;
}
/* Top level subheader elements.  These are the first nested items underneath a header element. */
.tocify .tocify-subheader {
  display: block;
  text-indent: 20px;
  margin-bottom: 5px;
}
/* Makes the font smaller for all subheader elements. */
.tocify-subheader li {
  font-size: 12px;
}
/* Twitter Bootstrap Override Style */
.tocify a {
  display: block;
  padding: 5px 0 0;
}
.tocify .tocify-header > li a {
  text-transform: lowercase;
}
.tocify .tocify-item a:first-letter {
  text-transform: uppercase;
}
.tocify-item.active {
  color: #b7995d;
  text-decoration: underline;
}
.richText [data-unique] {
  position: relative;
  top: -65px;
}
.tit_delais {
  color: #bd9e56;
  display: block;
  font-family: 'Goudy Old Style MT W01', 'Times New Roman', Times, Georgia, serif;
  font-weight: 400;
  font-size: 18px;
  margin: 10px 0;
  text-transform: uppercase;
}
.tab_delais th {
  background-color: #faf9f5;
  font-weight: bold;
  border-bottom: 1px solid #bd9e56;
  border-top: 1px solid #bd9e56;
  padding: 6px 8px;
}
/* Components
   ========================================================================== */
/* ==========================================================================
   HEADER
   ========================================================================== */
[data-menuExpanded="false"] {
  padding-top: 6rem;
}
.is-not-phone .menuExpanded.sticky {
  padding-top: 13rem;
}
.application > body {
  padding-top: 0 !important;
}
.header {
  position: relative;
  z-index: 18;
  height: 6rem;
  background: #ffffff;
}
@media screen and (max-width: 1024px) {
  .header {
    height: 6rem;
  }
}
.is-phone .header .grid > .row {
  padding-right: 0;
  padding-left: 0;
}
.is-not-phone [data-menuExpanded="true"] .header {
  height: 13rem;
}
[data-menuExpanded="false"] .header {
  position: fixed;
  width: 100%;
  top: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  box-shadow: 0 0 5px rgba(95, 103, 112, 0.3);
}
.is-not-phone [data-menuExpanded="false"].home .header {
  -webkit-animation: showHeaderSticky .5s ease;
          animation: showHeaderSticky .5s ease;
}
.header > .grid {
  width: 100%;
  max-width: 140rem;
}
.header > .grid > .row {
  margin: 0;
}
.header .col-1-1 {
  position: relative;
}
.is-phone .header {
  -webkit-transition: .3s;
          transition: .3s;
}
.is-phone [data-fasttrackexpanded="false"].antiScroll-on .header:not(.fastTrack-is-open) {
  -webkit-transform: translateY(-6rem);
      -ms-transform: translateY(-6rem);
          transform: translateY(-6rem);
}
.is-phone [data-fasttrackexpanded="false"].antiScroll-on .priceTag-added:not(.fastTrack-is-open) {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
@-webkit-keyframes showHeaderSticky {
  from {
    -webkit-transform: translateZ(0) translateY(-6rem);
            transform: translateZ(0) translateY(-6rem);
  }
  to {
    -webkit-transform: translateZ(0) translateY(0);
            transform: translateZ(0) translateY(0);
  }
}
@keyframes showHeaderSticky {
  from {
    -webkit-transform: translateZ(0) translateY(-6rem);
            transform: translateZ(0) translateY(-6rem);
  }
  to {
    -webkit-transform: translateZ(0) translateY(0);
            transform: translateZ(0) translateY(0);
  }
}
/* ==========================================================================
  PUSHTOPINFO
========================================================================== */
.pushTopInfo {
  float: left;
  max-width: 280px;
  margin-left: 4rem;
  font-size: 1.2rem;
  line-height: 6rem;
  color: #1c1c1b;
  /*  white-space: nowrap;
    overflow: hidden;*/
}
@media screen and (min-width: 901px) and (max-width: 1024px) {
  .pushTopInfo {
    margin: 0;
  }
}
[data-menuExpanded="false"] .pushTopInfo {
  line-height: 5rem;
}
.pushTopInfo span {
  position: relative;
  line-height: 1.5rem;
  display: inline-block;
  vertical-align: middle;
  padding-left: 2rem;
  top: 3px;
}
[data-menuExpanded="false"] .pushTopInfo span {
  display: none;
}
.pushTopInfo span em {
  font-style: normal;
}
[data-menuExpanded="false"] .pushTopInfo span em {
  display: none;
}
.pushTopInfo span em a {
  font-size: 1.2rem;
  font-weight: inherit;
  text-transform: inherit;
}
.pushTopInfo a {
  font-size: 1.4rem;
  color: #1c1c1b;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}
.no-touchevents .pushTopInfo a:hover {
  color: #bd9e56;
  text-decoration: underline;
}
.priceTag-added .pushTopInfo,
.fastTrack-is-open .pushTopInfo {
  width: 0;
  opacity: 0;
  margin-left: 0;
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  .pushTopInfo {
    width: 250px;
  }
}
@media screen and (max-width: 900px) {
  .pushTopInfo {
    width: 0;
    opacity: 0;
    margin-left: 0;
    pointer-events: none;
  }
}
/* ==========================================================================
  LOGO
========================================================================== */
#logo {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 20rem;
  height: 6rem;
  line-height: 5.6rem;
  overflow: hidden;
  display: inline-block;
  text-align: left;
}
#logo figure {
  width: 20rem;
  margin-top: 5px;
}
#logo span {
  display: none;
}
#logo img {
  width: 100%;
  height: 100%;
}
#logo .logoBig {
  display: none;
}
#logo .logoSmall {
  display: inline-block;
}
.is-not-phone [data-menuExpanded="true"] #logo {
  width: 27.6rem;
  height: 4rem;
  margin: 12px auto 10px;
  float: none;
}
.is-not-phone [data-menuExpanded="true"] #logo figure {
  width: 100%;
}
.is-not-phone [data-menuExpanded="true"] #logo .logoBig {
  display: inline-block;
  vertical-align: top;
}
.is-not-phone [data-menuExpanded="true"] #logo .logoSmall {
  display: none;
}
.priceTag-added #logo,
.fastTrack-is-open #logo {
  position: relative;
  left: 12.5rem;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  float: left;
}
@media screen and (max-width: 1400px) {
  .priceTag-added #logo,
  .fastTrack-is-open #logo {
    left: 10.5rem;
  }
}
@media screen and (max-width: 1240px) {
  .priceTag-added #logo,
  .fastTrack-is-open #logo {
    left: 4rem;
  }
}
.priceTag-added #logo,
.fastTrack-is-open #logo {
  left: 4rem;
}
@media screen and (max-width: 900px) {
  #logo {
    position: relative;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    left: 4rem;
    float: left;
  }
}
@media screen and (max-width: 760px) {
  #logo {
    left: 35px !important;
  }
  #logo figure {
    width: 140px;
  }
}
/* ==========================================================================
 Custom title in header for mobile
========================================================================== */
.headerTitleMobile {
  position: absolute;
  top: 14px;
  left: 35px;
}
.headerTitleMobile a {
  text-decoration: none;
}
.headerTitleMobile .icon {
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
}
.headerTitleMobile .mainTitle3 {
  display: inline-block;
  vertical-align: middle;
  max-width: 145px;
}
/* ==========================================================================
 Basket icon confirm tooltip (mobile display : in header)
========================================================================== */
.header .footerDockToolTip {
  bottom: auto;
  top: 78px;
  right: 0;
  left: auto;
  max-width: 100%;
  padding: 25px;
  z-index: 2;
}
.header .footerDockToolTip:after {
  bottom: auto;
  top: -10px;
  left: auto;
  right: 66px;
  border-top: 0;
  border-bottom: 10px solid rgba(93, 103, 111, 0.9);
}
[data-fasttrackexpanded="true"] .header .footerDockToolTip:after {
  right: 19px;
}
.header .footerDockToolTip .cta {
  margin-top: 0;
}
.header .footerDockToolTip .cta .btn {
  float: none !important;
  display: block;
  margin: 10px 0 0;
}
.header .footerDockToolTip .cta .btnGold {
  padding: 17px 30px;
  font-size: 1.8rem;
}
.btnBasketHeader {
  position: absolute;
  top: 24px;
  right: 15px;
}
@media screen and (max-width: 1024px) {
  .btnBasketHeader {
    top: 14px;
  }
}
.sticky .btnBasketHeader {
  padding-top: 15px;
}
.btnBasketHeader a {
  text-decoration: none;
}
.btnBasketHeader .icon {
  width: 26px;
  height: 26px;
}
.btnBasketHeader #basket-count {
  color: #ffffff;
  background: #bd9e56;
  text-align: center;
  width: 17px;
  height: 17px;
  line-height: 18px;
  border-radius: 50%;
  font-size: 9px;
  font-weight: bold;
  position: absolute;
  top: 2px;
  right: -9px;
}
@media screen and (min-width: 1025px) {
  .btnBasketHeader {
    display: none;
  }
}
/* ==========================================================================
  PRICE BUTTON (hotel)
========================================================================== */
.header .priceTag {
  float: right;
  margin: 0.5rem 1.5rem 0 0;
}
.header .priceTag .tag {
  padding-top: 0;
}
.header .priceTag .tag.planATripHolder {
  padding: .7rem 2.1rem !important;
}
.header .priceTag .btn.btnTwoLines {
  padding-top: .7rem;
  padding-bottom: .7rem;
}
@media screen and (max-width: 1240px) {
  .header .priceTag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: -webkit-calc(6rem - 1rem);
    height: calc(6rem - 1rem);
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: .5rem 0 0;
  }
  .header .priceTag .tag {
    height: auto;
    line-height: 0.8;
    display: block;
    padding: 0 5px 1px 5px;
  }
  .header .priceTag .tag.planATripHolder {
    padding: 0 !important;
    margin-left: 1rem;
  }
  .header .priceTag .btn {
    padding: 0.3rem 4rem 0.2rem 1rem;
    line-height: 1;
    margin: 0;
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .header .priceTag {
    max-width: 31rem;
  }
  .header .priceTag .tagTall-contact .note-contact {
    margin: 0 auto;
    font-size: 1.4rem;
    max-width: 23rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header .priceTag .tagTall-contact .footerBlocTel {
    display: block;
    padding: 0;
    padding: 3px 0;
  }
  .header .priceTag .price,
  .header .priceTag .currency {
    font-size: 2.0rem;
    line-height: 2.2rem;
  }
}
@media screen and (max-width: 1024px) and screen and (max-width: 760px) {
  .header .priceTag .tagTall-contact .note-contact {
    margin: 0 1rem;
    max-width: 55rem;
  }
}
@media screen and (max-width: 760px) {
  .header .priceTag {
    position: absolute;
    top: 5em;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: -webkit-calc(6rem - 1rem) 0 0.5rem;
    margin: calc(6rem - 1rem) 0 0.5rem;
    height: auto;
    max-width: none;
    z-index: 1;
  }
  .header .priceTag * {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
  }
  .header .priceTag .btn {
    padding: 1rem 3rem 1rem 1rem;
  }
  .header .priceTag .tag {
    padding: 1rem;
  }
  .header .priceTag .tag.planATripHolder {
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
    padding: .7rem 0 !important;
  }
  .header .priceTag .workMessage {
    background: #1c1c1b;
    color: #ffffff;
    padding: 10px;
    font-size: 1.8rem;
    text-align: center;
    width: 100%;
    display: block;
    white-space: initial;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
/* ==========================================================================
  USERNAME : logged / account
========================================================================== */
.userWrap {
  position: relative;
  float: right;
  margin-right: 6rem;
  /*[data-menuExpanded="false"] .fastTrack-is-open &{
    position: absolute;
    top: 0;
    left: 27rem;
    @media @device-l-max{
    left: 23rem;
  }
  @media @device-m-max{
    left: 18rem;
  }
  }*/
}
.is-not-phone [data-menuExpanded="true"] .userWrap {
  margin-right: 15rem;
  white-space: nowrap;
}
.userWrap a {
  display: inline-block;
}
.userWrap-icon {
  width: 35px;
  height: 35px;
  vertical-align: middle;
  display: inline-block;
  fill: #bd9e56;
}
.userWrap-icon + .basket-count {
  background: #bd9e56;
}
.rc-Theme--user .userWrap-icon {
  fill: #aeb3b7;
}
.rc-Theme--user .userWrap-icon + .basket-count {
  background: #aeb3b7;
}
.rc-Theme--ami .userWrap-icon {
  fill: #000;
}
.rc-Theme--ami .userWrap-icon + .basket-count {
  background: #000;
}
.rc-Theme--pr .userWrap-icon {
  fill: #000;
}
.rc-Theme--pr .userWrap-icon + .basket-count {
  background: #000;
}
@media screen and (max-width: 1024px) {
  .userWrap {
    max-width: 30rem;
  }
  .userWrap .username {
    max-width: 20rem;
    padding: 1rem;
    overflow: hidden;
  }
  .logged .userWrap:after {
    content: '';
    position: absolute;
    right: 0;
    height: 100%;
    width: 3rem;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='@color-white', GradientType=1);
  }
}
.username {
  border: 0;
  background: none;
  padding: 1rem 0 1.2rem;
}
.sticky .username {
  padding-top: 1.5rem;
}
.username-picture {
  display: inline-block;
  background: #1c1c1b;
  border-radius: 50%;
  height: 35px;
  width: 35px;
}
.username-picture img {
  border-radius: 50%;
  height: 35px;
  width: 35px;
  border: 2px solid #1c1c1b;
}
.username-picture svg {
  fill: #fff;
}
.username-picture > .icon {
  display: inline-block;
  vertical-align: middle;
  padding-top: 9px;
  width: 15px;
  height: 25px;
}
.username > em {
  padding-left: .5rem;
  padding-top: 6px;
  font-style: normal;
  color: #1c1c1b;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  text-align: left;
  max-width: 260px;
}
@media screen and (max-width: 520px) {
  .username > em {
    max-width: 235px;
  }
}
.username > em .userType {
  display: block;
  color: #aeb3b7;
  font-size: 1.2rem;
  text-transform: uppercase;
  margin-top: -1px;
}
.is-phone .username {
  padding: 0 0 0 20px;
  text-align: left;
}
.is-phone .username em .userType {
  color: #d9dbdd;
}
.is-phone .username > .icon {
  border: 1px solid #ffffff;
}
.rc-Theme--ami .username {
  color: #bd9e56;
}
.rc-Theme--ami .username-picture {
  background: #bd9e56;
}
.rc-Theme--ami .username-picture img {
  border: 2px solid #bd9e56;
}
.rc-Theme--ami .username > em {
  color: #bd9e56;
}
.rc-Theme--pr .username {
  color: #1c1c1b;
}
.rc-Theme--pr .username-picture {
  background: #1c1c1b;
}
.rc-Theme--pr .username-picture img {
  border: 2px solid #000;
}
.rc-Theme--pr .username > em {
  color: #000;
}
.userQuickNav {
  display: none;
  text-align: left;
  background: #ffffff;
  position: absolute;
  right: 0;
  z-index: 2;
  min-width: 30rem;
  padding: 2rem 0;
  color: #fff;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.25);
}
.userQuickNav:before {
  content: "";
  position: absolute;
  top: -1.1rem;
  right: 3rem;
  width: 0;
  height: 0;
  border-left: 1.2rem solid transparent;
  border-right: 1.2rem solid transparent;
  border-bottom: 1.3rem solid #1c1c1b;
}
.userQuickNav ul {
  overflow: auto;
  position: static;
  padding: 0;
  margin: 0;
  list-style: none;
}
.userQuickNav li {
  padding: 1px 2rem;
}
.userQuickNav li .icon {
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
  margin-right: .7rem;
  fill: #1c1c1b;
}
.userQuickNav li a {
  text-decoration: none;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.2rem;
  font-size: 1.2rem;
  color: #1c1c1b;
}
.userQuickNav li a em {
  font-style: normal;
}
.userQuickNav li a span {
  display: inline-block;
  vertical-align: middle;
}
.userQuickNav li a .icon {
  fill: #1c1c1b;
  stroke: transparent;
}
.userQuickNav li a .icon path {
  fill: #1c1c1b;
  stroke: transparent;
}
.userQuickNav li a .icon--stroke {
  fill: transparent;
  stroke: #fff;
  stroke-width: 3px;
}
.no-touchevents .userQuickNav li a:hover {
  color: #000;
}
.no-touchevents .userQuickNav li a:hover .icon {
  fill: #000000;
  stroke: transparent;
}
.no-touchevents .userQuickNav li a:hover .icon path {
  fill: #000000;
  stroke: transparent;
}
.userQuickNav li a:hover {
  text-decoration: underline;
}
.userQuickNav .btn.btnGold {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 11px 0;
}
.userQuickNav .btn.btnGold:after {
  content: initial;
}
.userQuickNav .close {
  background: url(../../images/common/close-popin-white.png) no-repeat center;
  border: 0;
  padding: 0;
  float: right;
  overflow: hidden;
  width: 2rem;
  height: 2rem;
  text-indent: -999em;
  margin-right: 1.5rem;
}
.opened .userQuickNav {
  display: block;
}
.userQuickNav-separator {
  display: block;
  margin: 1.5rem 2rem;
  border-top: 1px solid #000;
}
.rc-Theme--pr .userQuickNav-separator {
  border-top: 1px solid #fff;
}
.userQuickNav-logout {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  padding: 1.2rem;
  margin: 0 2rem;
  color: #1c1c1b;
}
.userQuickNav .userQuickNav-logout {
  display: block;
}
.userQuickNav-logout:hover {
  color: #1c1c1b;
  text-decoration: underline;
}
.userQuickNav-logout:hover svg {
  fill: #1c1c1b;
}
.userQuickNav-logout svg {
  fill: #1c1c1b;
}
.userQuickNav-logout .icon {
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: bottom;
  margin-right: .7rem;
}
.rc-Theme--ami .userQuickNav {
  background: #bd9e56;
}
.rc-Theme--ami .userQuickNav:before {
  border-bottom: 1.3rem solid #bd9e56;
}
.rc-Theme--ami .userQuickNav li a {
  color: #ffffff;
}
.rc-Theme--ami .userQuickNav li a .icon {
  fill: #ffffff;
  stroke: transparent;
}
.rc-Theme--ami .userQuickNav li a .icon path {
  fill: #ffffff;
  stroke: transparent;
}
.rc-Theme--ami .userQuickNav li a .icon--stroked {
  stroke: #fff;
  fill: transparent;
}
.rc-Theme--ami .userQuickNav li a:hover {
  color: #1c1c1b;
  text-decoration: underline;
}
.rc-Theme--ami .userQuickNav li a:hover .icon {
  fill: #1c1c1b;
  stroke: transparent;
}
.rc-Theme--ami .userQuickNav li a:hover .icon path {
  fill: #1c1c1b;
  stroke: transparent;
}
.rc-Theme--ami .userQuickNav-logout {
  color: #fff;
}
.rc-Theme--ami .userQuickNav-logout .icon {
  fill: #ffffff;
  stroke: transparent;
}
.rc-Theme--ami .userQuickNav-logout .icon path {
  fill: #ffffff;
  stroke: transparent;
}
.rc-Theme--ami .userQuickNav-logout:hover {
  color: #1c1c1b;
  text-decoration: underline;
}
.rc-Theme--ami .userQuickNav-logout:hover .icon {
  fill: #1c1c1b;
  stroke: transparent;
}
.rc-Theme--ami .userQuickNav-logout:hover .icon path {
  fill: #1c1c1b;
  stroke: transparent;
}
.rc-Theme--pr .userQuickNav {
  background: #000;
}
.rc-Theme--pr .userQuickNav:before {
  border-bottom: 1.3rem solid #000;
}
.rc-Theme--pr .userQuickNav li a {
  color: #ffffff;
}
.rc-Theme--pr .userQuickNav li a .icon {
  fill: #ffffff;
  stroke: transparent;
}
.rc-Theme--pr .userQuickNav li a .icon path {
  fill: #ffffff;
  stroke: transparent;
}
.rc-Theme--pr .userQuickNav li a .icon--stroked {
  stroke: #fff;
  fill: transparent;
}
.rc-Theme--pr .userQuickNav li a:hover {
  color: #bd9e56;
  text-decoration: underline;
}
.rc-Theme--pr .userQuickNav li a:hover .icon {
  fill: #bd9e56;
  stroke: transparent;
}
.rc-Theme--pr .userQuickNav li a:hover .icon path {
  fill: #bd9e56;
  stroke: transparent;
}
.rc-Theme--pr .userQuickNav-logout {
  color: #fff;
}
.rc-Theme--pr .userQuickNav-logout .icon {
  fill: #ffffff;
  stroke: transparent;
}
.rc-Theme--pr .userQuickNav-logout .icon path {
  fill: #ffffff;
  stroke: transparent;
}
.rc-Theme--pr .userQuickNav-logout:hover {
  color: #bd9e56;
  text-decoration: underline;
}
.rc-Theme--pr .userQuickNav-logout:hover .icon {
  fill: #bd9e56;
  stroke: transparent;
}
.rc-Theme--pr .userQuickNav-logout:hover .icon path {
  fill: #bd9e56;
  stroke: transparent;
}
/* DISPLAY MSG FIXED UP THE HEADER */
.application .will-stick {
  top: 0 !important;
}
.error-isvisible[data-menuExpanded="false"] {
  padding-top: 12rem;
}
.error-isvisible .header {
  top: 6rem;
}
.error-isvisible .jsSecondNav.will-stick,
.error-isvisible .propertyBookingNav.will-stick,
.error-isvisible .basketAside.will-stick {
  top: 120px;
}
.error-isvisible .propertyBookingAside .will-stick {
  top: 233px;
}
.is-phone .error-isvisible {
  /*&[data-menuExpanded="false"]{
      padding-top: 16rem;
    }
    .header{
      top: 10rem;
    }
    &[data-fastTrackExpanded="false"] .fastTrackHomeWrapper .fastTrack {
      top:16rem;
    }*/
}
.is-phone .error-isvisible[data-fastTrackExpanded="true"] :not(.fastTrack-is-focus) + .fastTrackHomeWrapper .formError {
  top: 28rem;
}
.is-phone .error-isvisible .fastTrack-is-focus .fastTrack,
.is-phone .error-isvisible .fastTrack-is-focus + .fastTrackHomeWrapper .fastTrack {
  -webkit-transform: translateY(4rem);
      -ms-transform: translateY(4rem);
          transform: translateY(4rem);
}
.is-phone .error-isvisible .fastTrackHomeWrapper .ftrackView {
  top: 6rem;
}
.is-phone .error-isvisible .jsSecondNav.will-stick,
.is-phone .error-isvisible .propertyBookingNav.will-stick,
.is-phone .error-isvisible .basketAside.will-stick {
  top: 160px;
}
.is-phone .error-isvisible .propertyBookingAside .will-stick {
  top: 273px;
}
.displayMsg {
  z-index: 1000;
  position: fixed;
  top: 0;
  width: 100%;
  height: 6rem;
  /*@media @device-xxs {
    height: 10rem;
  }*/
  background: #41484e;
  color: #aeb3b7;
  text-align: center;
}
.displayMsg.alert-error {
  background: #852e2d;
  color: #ffffff;
}
.displayMsg .jsClose-msg {
  border: 0;
  background: transparent url(../../images/common/close-popin-white.png) 50% no-repeat;
  float: right;
  margin-right: 2rem;
}
@media screen and (max-width: 760px) {
  .displayMsg .jsClose-msg {
    margin-right: 0;
    padding: 12px 20px;
  }
}
.displayMsg .displayMsg-content {
  width: 100%;
  max-width: 77.5rem;
  margin: auto;
  padding: 0 5px;
}
.displayMsg p {
  margin: 2rem 0 0;
}
.displayMsg a:not(.btn) {
  color: #bd9e56;
  font-style: italic;
}
/* ==========================================================================
   BANNER IMAGE DEFAULT
   ========================================================================== */
.bannerImageDefault {
  position: relative;
  background-size: cover;
  background-position: 50%;
  margin-bottom: 50px;
  min-width: 770px;
}
@media screen and (max-width: 760px) {
  .bannerImageDefault {
    min-width: 0;
    margin-bottom: 20px;
    padding: 30px 0;
  }
  .bannerImageDefault figure {
    min-height: 180px;
  }
  .bannerImageDefault figure img {
    display: none;
  }
  .bannerImageDefault .bannerLogo + figure,
  .bannerImageDefault .bannerTitle + figure {
    min-height: 0;
  }
}
.bannerImageDefault.noBottomMargin {
  margin-bottom: 0;
}
.bannerImageDefault .innerBanner {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  height: 100%;
}
@media screen and (max-width: 760px) {
  .bannerImageDefault .innerBanner {
    padding: 0 10px;
  }
}
.bannerImageDefault img {
  display: block;
  margin: 0 auto;
}
.bannerImageDefault .innerBanner-img {
  min-height: 400px;
  max-height: 550px;
  width: 100%;
  height: 100%;
  opacity: 0;
}
@media screen and (max-width: 760px) {
  .bannerImageDefault .innerBanner-img {
    min-height: 0;
  }
}
.bannerImageDefault .bannerContent {
  margin: 0 auto;
  width: 90%;
  padding-top: 25px;
}
.bannerImageDefault .bannerSignature {
  margin: 0;
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
}
.bannerImageDefault .bannerSignature img {
  margin: 0 auto;
}
@media screen and (max-width: 760px) {
  .bannerImageDefault .bannerSignature img {
    max-width: 90%;
  }
}
.bannerImageDefault .bannerTitle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-70%);
      -ms-transform: translateX(-50%) translateY(-70%);
          transform: translateX(-50%) translateY(-70%);
  margin-top: 2rem;
  text-align: center;
  color: #ffffff;
  max-width: 700px;
}
@media screen and (max-width: 760px) {
  .bannerImageDefault .bannerTitle {
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    margin: 0;
  }
}
.bannerImageDefault .bannerLogo {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  text-align: center;
}
@media screen and (max-width: 760px) {
  .bannerImageDefault .bannerLogo {
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    margin: 0;
  }
}
.bannerImageDefault .mainTitle {
  font-size: 4rem;
  line-height: 6.6rem;
  text-transform: uppercase;
  font-family: 'Nobel', Arial, sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 760px) {
  .bannerImageDefault .mainTitle {
    margin: 0;
    font-size: 5rem;
    line-height: 50px;
  }
}
.bannerImageDefault .subTitle {
  display: block;
  font-family: 'Nobel', Arial, sans-serif;
  font-size: 2rem;
  line-height: 2.6rem;
  font-weight: normal;
  margin-top: 25px;
}
@media screen and (max-width: 760px) {
  .bannerImageDefault .btnViewGallery {
    position: static;
    display: block;
    margin: 20px 0 0 0;
    text-align: center;
  }
}
.bannerImageDefault-img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 100%;
  opacity: 0;
}
/* Button Scroll Down
   ========================================================================== */
.bannerScrollDown {
  cursor: pointer;
  position: absolute;
  bottom: 2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  color: #ffffff;
  font-size: 1.4rem;
  text-transform: uppercase;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.55);
  padding: 0 2rem 4rem;
  background: url(../../images/svg/arrowWhiteDown.svg) no-repeat 50% 100%;
  display: none;
}
@media (max-height: 768px) {
  .bannerScrollDown {
    display: inline-block;
  }
}
@media screen and (max-width: 760px) {
  .bannerScrollDown {
    display: none;
  }
}
/* Button View Gallery
   ========================================================================== */
.btnViewGallery {
  position: absolute;
  top: 50%;
  right: 70px;
  z-index: 2;
}
.rc-GiftViewSlider .btnViewGallery {
  position: initial;
}
.btnViewGallery span {
  vertical-align: middle;
}
@media screen and (max-width: 760px) {
  .btnViewGallery {
    right: 10px;
  }
}
/* Button View Map
   ========================================================================== */
.bannerLinkMap {
  position: absolute;
  z-index: 3;
  display: block;
  bottom: 0;
  right: 0;
  height: 148px;
  width: 148px;
}
.bannerLinkMap span,
.bannerLinkMap .homeMap {
  font-size: 1.6rem;
  -webkit-transition: .3s;
          transition: .3s;
  display: block;
  position: absolute;
  right: 10px;
  bottom: 0;
  height: 132px;
  width: 116px;
  background: url(../../images/common/pointer-linkmap.svg) no-repeat 0 0;
  text-align: center;
  font-family: 'Times New Roman', Times;
  color: #1c1c1b;
  line-height: initial;
  padding-top: 35px;
}
.bannerLinkMap span-fr,
.bannerLinkMap .homeMap-fr {
  background: url(../../images/common/pointer-linkmap-fr.svg) no-repeat 0 0;
}
.bannerLinkMap span-en,
.bannerLinkMap .homeMap-en {
  background: url(../../images/common/pointer-linkmap-en.svg) no-repeat 0 0;
}
.bannerLinkMap span-de,
.bannerLinkMap .homeMap-de {
  background: url(../../images/common/pointer-linkmap-de.svg) no-repeat 0 0;
}
.bannerLinkMap span-es,
.bannerLinkMap .homeMap-es {
  background: url(../../images/common/pointer-linkmap-es.svg) no-repeat 0 0;
}
.bannerLinkMap span-it,
.bannerLinkMap .homeMap-it {
  background: url(../../images/common/pointer-linkmap-it.svg) no-repeat 0 0;
}
.bannerLinkMap span-pt,
.bannerLinkMap .homeMap-pt {
  background: url(../../images/common/pointer-linkmap-pt.svg) no-repeat 0 0;
}
.bannerLinkMap span-ru,
.bannerLinkMap .homeMap-ru {
  background: url(../../images/common/pointer-linkmap-ru.svg) no-repeat 0 0;
}
.bannerLinkMap:hover span,
.bannerLinkMap:hover .homeMap {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}
.bannerLinkMap--rdb p {
  font-family: initial;
  margin: 0;
}
/* Banner Left Title
   ========================================================================== */
.bannerLeftTitle {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.bannerLeftTitle .mainTitle2 {
  display: block;
  margin: 0;
  background: #ffffff;
  padding: 1.2rem 2.5rem 1.2rem 4rem;
  line-height: 4.4rem;
  max-width: 60rem;
}
@media screen and (max-width: 760px) {
  .bannerLeftTitle .mainTitle2 {
    padding: 1.2rem 0.5rem 1.2rem 0.5rem;
  }
}
.bannerLeftTitle .mainTitle1 {
  display: inline-block;
  margin: 0;
  padding: .6rem 1rem .6rem 4rem;
  background: #5d676f;
  color: #ffffff;
}
.bannerLeftTitle .mainTitle1.backLink {
  -webkit-transition: .3s;
          transition: .3s;
  background: #41484e url(../../images/common/arrow-white-left-10x17.png) no-repeat 22px center;
}
.bannerLeftTitle .mainTitle1.backLink:hover {
  background-position: 20px center;
}
/* ==========================================================================
   BANNER OVER MAP
  ========================================================================== */
.overmapContent .bannerImageDefault {
  height: 380px;
  min-width: 0;
}
@media screen and (max-width: 760px) {
  .overmapContent .bannerImageDefault {
    height: auto;
  }
}
.overmapContent .bannerImageDefault:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../../images/common/gradient.png) repeat-x 0 0;
}
.overmapContent .bannerImageDefault h1 .mainTitle2 {
  font-family: 'Times New Roman', Times;
  font-size: 1.8rem;
  color: #ffffff;
}
.overmapContent .bannerImageDefault h1 .mainTitle1 {
  font-family: 'Nobel', Arial, sans-serif;
  font-size: 3.5rem;
}
.overmapContent .bannerImageDefault .bannerContent {
  position: relative;
  width: 85%;
}
@media screen and (max-width: 760px) {
  .overmapContent .bannerImageDefault .bannerContent {
    width: 100%;
  }
}
.overmapContent.overmapContentPassportDetail .bannerImageDefault {
  height: 190px;
}
.overmapContent.overmapContentPassportDetail .bannerImageDefault:before {
  display: none;
}
.overmapContent.overmapContentPassportDetail .bannerImageDefault,
.overmapContent.overmapContentPassportList .bannerImageDefault {
  height: 170px;
  background-position: 0 -20px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1024px) {
  .overmapContent.overmapContentPassportDetail .bannerImageDefault,
  .overmapContent.overmapContentPassportList .bannerImageDefault {
    height: auto;
    min-height: 170px;
    background-size: initial;
  }
}
.overmapContent.overmapContentPassportDetail .bannerImageDefault:before,
.overmapContent.overmapContentPassportList .bannerImageDefault:before {
  display: none;
}
.overmapContent.overmapContentPassportDetail .bannerImageDefault span,
.overmapContent.overmapContentPassportList .bannerImageDefault span {
  color: #1c1c1b;
}
.overmapContent.overmapContentPassportDetail .bannerImageDefault .btn,
.overmapContent.overmapContentPassportList .bannerImageDefault .btn {
  position: absolute;
  top: 1em;
  right: 1em;
}
/* ==========================================================================
   BANNER IMAGE THIN
  ========================================================================== */
.bannerImageThin {
  position: relative;
  height: 100px;
  background-size: cover;
  background-position: 50%;
  margin-bottom: 50px;
  min-width: 770px;
}
@media screen and (max-width: 760px) {
  .bannerImageThin {
    height: auto;
    min-width: 0;
    margin-bottom: 30px;
  }
}
.bannerImageThin .innerBanner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
  height: 100%;
}
@media screen and (max-width: 760px) {
  .bannerImageThin .innerBanner {
    padding: 0 10px;
  }
}
.bannerImageThin .btnBack,
.bannerImageThin .btnWhite {
  position: absolute;
  color: #1c1c1b;
  top: 50%;
  left: 40px;
  margin-top: -31px;
  max-width: 380px;
}
.bannerImageThin .btnBack:hover,
.bannerImageThin .btnWhite:hover {
  background-color: inherit;
  text-decoration: underline;
}
@media screen and (max-width: 760px) {
  .bannerImageThin .btnBack,
  .bannerImageThin .btnWhite {
    position: relative;
    top: inherit;
    left: inherit;
    margin-top: 10px;
  }
}
.bannerImageThin .btnWhite {
  color: #ffffff;
}
.bannerImageThin .bannerTitle {
  text-align: center;
  height: 100%;
  color: #ffffff;
  font-family: 'Nobel', Arial, sans-serif;
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 3.4rem;
  text-decoration: none;
  margin: 0;
}
@media screen and (max-width: 760px) {
  .bannerImageThin .bannerTitle {
    padding: 15px 0;
  }
}
.bannerImageThin .bannerTitle span {
  display: inline-block;
  vertical-align: middle;
  max-width: 520px;
}
@media screen and (max-width: 1024px) {
  .bannerImageThin .bannerTitle span {
    font-size: 3.2rem;
    line-height: 3.2rem;
  }
}
@media screen and (max-width: 900px) {
  .bannerImageThin .bannerTitle span {
    font-size: 3rem;
    line-height: 3rem;
  }
}
.bannerImageThin .bannerTitle:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
@media screen and (max-width: 1400px) {
  .bannerImageThin.has-btnBack .bannerTitle {
    text-align: right;
    padding-left: 400px;
  }
  .bannerImageThin.has-btnBack .bannerTitle span {
    width: 90%;
  }
}
@media screen and (max-width: 760px) {
  .bannerImageThin.has-btnBack .bannerTitle {
    padding-left: 0;
    text-align: center;
  }
}
.bannerMoodboard.banner--inspireMe {
  height: inherit;
}
/* ==========================================================================
   BANNER MOODBOARD (has .bannerImageThin class) - see 01.inspire-me.html.twig
  ========================================================================== */
.bannerMoodboard {
  height: 190px;
}
.bannerMoodboard .btnBack {
  margin-top: -25px;
}
.bannerMoodboard .bannerTitle {
  font-size: 3.5rem;
  line-height: 4.3rem;
}
.bannerMoodboard .bannerTitle span {
  padding-top: 8px;
  max-width: 685px;
  color: #1c1c1b;
}
.bannerMoodboard .bannerSubtitle {
  display: block;
  font-size: 1.6rem;
  line-height: 1.8rem;
  padding-top: 5px;
}
@media screen and (max-width: 760px) {
  .bannerMoodboard {
    height: auto;
  }
  .bannerMoodboard .bannerTitle span {
    padding-top: 0;
  }
  .bannerMoodboard .btnBack {
    margin-top: 10px;
  }
}
/*Banner Moodboard on experience tab - hotel template*/
.hotelContent .bannerMoodboard .bannerTitle {
  text-align: right;
}
/*Banner Moodboard on search result template*/
.overmapContent .bannerMoodboard {
  min-width: 0;
  height: 140px;
  clear: both;
}
.overmapContent .bannerMoodboard .bannerTitle {
  padding-left: 340px;
  font-size: 2.5rem;
  line-height: 2.7rem;
}
.overmapContent .bannerMoodboard .bannerTitle span {
  max-width: 350px;
  font-size: 2.5rem;
  line-height: 2.7rem;
}
@media screen and (max-width: 1240px) {
  .overmapContent .bannerMoodboard {
    height: auto;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .overmapContent .bannerMoodboard .innerBanner {
    padding: 0 10px;
  }
  .overmapContent .bannerMoodboard .btnBack {
    position: relative;
    top: inherit;
    left: inherit;
    margin-top: 10px;
  }
  .overmapContent .bannerMoodboard .bannerTitle {
    padding: 15px 0;
    text-align: center;
  }
  .overmapContent .bannerMoodboard .bannerTitle span {
    padding-top: 0;
  }
}
/* ==========================================================================
   BANNER MOODBOARD SLIM (has .bannerImageThin class) - see 02.inspire-me-results.html.twig
  ========================================================================== */
.bannerSlim {
  height: 60px;
  margin: 0;
}
.bannerSlim .bannerTitle {
  font-size: 2.5rem;
  line-height: 2.3rem;
}
.innerOvermapContent .bannerSlim {
  margin-top: 20px;
  margin-bottom: 20px;
}
.overmapContent .bannerSlim {
  min-width: 0;
}
@media screen and (max-width: 1240px) {
  .overmapContent .bannerSlim {
    height: auto;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .overmapContent .bannerSlim .bannerTitle,
  .overmapContent .bannerSlim .bannerTitle span {
    font-size: 1.8rem;
    padding: 0;
  }
}
/* ==========================================================================
   BANNER VIDEO
  ========================================================================== */
.bannerVideo {
  overflow: hidden;
  /*
   position: relative;
   width: 100%;
   overflow: hidden;
   height: calc(100vh - @headerHeightExpanded); //a ajuster
   max-height: 550px; //a ajuster
   background-size: cover;*/
  /*
   .signature {
      position: absolute;
      top: 25%;
      width: 100%;
      text-align: center;
      font-family: @font-goudy-italic;
      font-size: 5rem;
      font-style: italic;
      font-weight: 400;
      color: @color-white;
   }
   .signature img{
      position: static;
      width: 510px;
   }*/
}
.bannerVideo .bannerVideoMedia,
.bannerVideo .bannerVideoMedia > * {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: none;
}
/* ==========================================================================
   BURGER MENU
   ========================================================================== */
.navTrigger,
.navContainer {
  z-index: 20;
}
.layerNav {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100vh;
  display: none;
}
.layerNav.active {
  display: block;
  z-index: 19;
}
.navTrigger {
  position: absolute;
  height: 3rem;
  width: 3.3rem;
  margin: 0;
  padding: 1px 6px;
  top: 2.3rem;
  left: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
@media screen and (max-width: 1024px) {
  .navTrigger {
    top: 1.3rem;
  }
}
.is-not-phone [data-menuExpanded='true'] .navTrigger {
  display: none;
}
.navTrigger span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 2rem;
  height: 3px;
  background-color: #1c1c1b;
  font-size: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: background-color 0.3s;
          transition: background-color 0.3s;
}
.rc-Theme--pr .navTrigger span,
.rc-Theme--ami .navTrigger span {
  background-color: #000;
}
.navTrigger span:before,
.navTrigger span:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: inherit;
  content: '';
  -webkit-transition: -webkit-transform 0.3s;
          transition: transform 0.3s;
}
.navTrigger span:before {
  -webkit-transform: translateY(-200%);
      -ms-transform: translateY(-200%);
          transform: translateY(-200%);
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
.navTrigger span:after {
  -webkit-transform: translateY(200%);
      -ms-transform: translateY(200%);
          transform: translateY(200%);
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
.navTrigger:focus span,
.nav-is-opened .navTrigger span {
  background-color: #aeb3b7;
}
/* Navcontainer (contains nav + headerSelector)
   ========================================================================== */
.navContainer {
  position: absolute;
  top: 6rem;
  left: 0;
  width: 30rem;
  outline: none;
}
.navContainer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.navContainer a {
  -webkit-transition: all ease 0.3s;
          transition: all ease 0.3s;
  font-size: 1.8rem;
}
.navContainer .columnCount2 {
  -webkit-column-count: 2;
          column-count: 2;
}
.navContainer .columnCount3 {
  -webkit-column-count: 3;
          column-count: 3;
}
@media screen and (min-width: 901px) and (max-width: 1240px) {
  .navContainer .columnResponsive {
    -webkit-column-count: 2 !important;
            column-count: 2 !important;
  }
}
/* Menu Expanded FALSE or phone
   ========================================================================== */
.is-phone .navContainer nav > ul > .firstLevel > a.open:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
[data-menuExpanded='false'] .navContainer {
  width: 26rem;
  opacity: 0;
  left: -300%;
  border-bottom: 1px solid #eef0f0;
  -webkit-transition: opacity ease 0.3s;
          transition: opacity ease 0.3s;
}
[data-menuExpanded='false'] .navContainer nav li.inspireMe {
  display: block;
  border-top: 0;
  text-align: center;
}
[data-menuExpanded='false'] .navContainer nav li.inspireMe:first-child {
  display: none;
}
[data-menuExpanded='false'] .navContainer nav li.inspireMe:first-child + li {
  border-top: 0;
}
[data-menuExpanded='false'] .navContainer nav li.inspireMe:first-child + li .subMenu {
  border-top: 0;
}
[data-menuExpanded='false'] .navContainer nav li a,
[data-menuExpanded='false'] .navContainer nav li.currencyElem {
  font-family: 'Nobel Book', Arial, sans-serif;
  position: relative;
  display: block;
  padding: 1.3rem 2rem;
  font-size: 1.6rem;
  text-decoration: none;
  text-transform: uppercase;
}
[data-menuExpanded='false'] .navContainer nav li a:hover,
[data-menuExpanded='false'] .navContainer nav li.currencyElem:hover {
  color: #bd9e56;
  text-decoration: underline;
}
.no-touchevents [data-menuExpanded='false'] .navContainer nav li:hover > a,
[data-menuExpanded='false'] .navContainer nav li > a.focus,
[data-menuExpanded='false'] .navContainer nav li.currencyElem:hover {
  cursor: pointer;
}
[data-menuExpanded='false'] .navContainer nav {
  background: #ffffff;
}
[data-menuExpanded='false'] .navContainer nav > ul > li > a.open {
  padding-left: 4rem;
}
[data-menuExpanded='false'] .navContainer nav > ul > .firstLevel > a:after {
  content: '';
  position: absolute;
  background: url(../../images/svg/arrow-right.svg) no-repeat;
  background-size: 100% auto;
  top: 50%;
  left: -webkit-calc(100% - 3.8rem);
  left: calc(100% - 3.8rem);
  width: 18px;
  height: 18px;
  pointer-events: none;
  margin-top: -8px;
}
[data-menuExpanded='false'] .navContainer nav .subMenu {
  overflow: auto;
  position: absolute;
  margin-top: -4.4rem;
  left: 0;
  right: 0;
  background: #ffffff;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: -webkit-transform ease 0.3s, opacity ease 0.3s;
          transition: transform ease 0.3s, opacity ease 0.3s;
}
[data-menuExpanded='false'] .navContainer nav .subMenu.open {
  display: block;
  opacity: 1;
  visibility: visible;
  background-color: #1c1c1b;
}
.is-not-phone [data-menuExpanded='false'] .navContainer nav .subMenu.open {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  z-index: 19;
}
.is-phone [data-menuExpanded='false'] .navContainer nav .subMenu.open {
  margin-top: 0 !important;
}
[data-menuExpanded='false'] .navContainer nav .subMenu li:first-child {
  border-top: 0;
}
[data-menuExpanded='false'] .navContainer nav .subMenu li:first-child:before {
  content: '';
}
[data-menuExpanded='false'] .navContainer nav .firstLevel-gift .subMenu-group:not(.subMenu-group-burger) {
  display: none !important;
}
[data-menuExpanded='false'] .navContainer nav li span {
  display: inline;
}
[data-menuExpanded='false'] .navContainer nav li .noUpp {
  text-transform: none;
}
[data-menuExpanded='false'] .navContainer nav li li > a.focus,
.no-touchevents [data-menuExpanded='false'] .navContainer nav li li:hover > a {
  color: #bd9e56;
  text-decoration: underline;
}
[data-menuExpanded='false'] .navContainer nav li li > a.focus svg,
.no-touchevents [data-menuExpanded='false'] .navContainer nav li li:hover > a svg {
  fill: #ffffff;
}
[data-menuExpanded='false'] .navContainer nav ul > li > a.open:before {
  content: '';
  width: 10px;
  height: 18px;
  position: absolute;
  right: 0;
  border: solid transparent;
  border-right-color: black;
  border-width: 10px;
}
[data-menuExpanded='false'] .navContainer .btnInspire {
  position: relative;
  padding: 1rem 0;
  background: #eef0f0 !important;
}
[data-menuExpanded='false'] .navContainer .btnInspire .btn {
  display: inline-block;
  white-space: nowrap;
  padding: 0 10px;
  min-width: 130px;
  background: #ffffff;
}
.no-touchevents [data-menuExpanded='false'] .navContainer .btnInspire:hover .btn {
  color: #bd9e56;
  text-decoration: underline;
}
[data-menuExpanded='false'] .navContainer .headerSelector {
  position: relative;
  padding-bottom: 50px;
  background: #ffffff;
}
[data-menuExpanded='false'] .navContainer .ctaLogin {
  margin: 0 auto;
  width: -webkit-calc(100% - (10rem / 10));
  width: calc(100% - (10rem / 10));
}
[data-menuExpanded='false'] .navContainer .mdSelect {
  display: none;
}
[data-menuExpanded='false'] .navContainer .rdbLink,
[data-menuExpanded='false'] .navContainer .navPicto {
  display: none;
}
[data-menuExpanded='false'] .navContainerInner {
  overflow: auto;
}
[data-menuExpanded='false'] .nav-menu {
  position: static !important;
  width: auto !important;
}
[data-menuExpanded='false'] .nav-menu .has-icon a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
[data-menuExpanded='false'] .nav-menu .has-icon a:hover .icon {
  fill: #fff;
}
[data-menuExpanded='false'] .nav-menu .has-icon .icon {
  width: 22px;
  height: 22px;
  vertical-align: middle;
  display: inline-block;
  margin-right: 1rem;
  fill: #bd9e56;
}
[data-menuExpanded='false'] .nav-menu .nav-account {
  border-top: 2px solid #aeb3b7;
}
[data-menuExpanded='false'] .nav-menu .nav-logout a {
  font-weight: 700;
}
[data-menuExpanded='false'].rc-Theme--ami .nav-menu > li > a > .icon {
  fill: #bd9e56;
}
[data-menuExpanded='false'].rc-Theme--pr .nav-menu > li > a > .icon {
  fill: #000;
}
[data-menuExpanded='false'].rc-Theme--pr .nav-menu > .nav-account,
[data-menuExpanded='false'].rc-Theme--pr .nav-menu > .nav-logout {
  border: none;
}
[data-menuExpanded='false'].rc-Theme--pr .nav-menu > .nav-account a,
[data-menuExpanded='false'].rc-Theme--pr .nav-menu > .nav-logout a {
  border-color: #000;
  background: #000;
  color: #fff;
}
[data-menuExpanded='false'].rc-Theme--pr .nav-menu > .nav-account a:hover,
[data-menuExpanded='false'].rc-Theme--pr .nav-menu > .nav-logout a:hover {
  background-color: #202020 !important;
}
[data-menuExpanded='false'].rc-Theme--pr .nav-menu > .nav-account a .icon,
[data-menuExpanded='false'].rc-Theme--pr .nav-menu > .nav-logout a .icon {
  fill: #fff;
}
[data-menuExpanded='false'].rc-Theme--ami .nav-menu > .nav-account a:hover,
[data-menuExpanded='false'].rc-Theme--ami .nav-menu > .nav-logout a:hover {
  color: #bd9e56 !important;
  background-color: transparent !important;
}
[data-menuExpanded='false'].rc-Theme--ami .nav-menu > .nav-account a .icon,
[data-menuExpanded='false'].rc-Theme--ami .nav-menu > .nav-logout a .icon {
  fill: #bd9e56;
}
[data-menuExpanded='false'].rc-Theme--pr .navContainer {
  border-bottom: none;
}
[data-menuExpanded='false'] .firstLevel .subMenu > .subMenuInner .subMenu-group {
  font-family: 'Nobel Book', Arial, sans-serif;
  background-color: #1c1c1b;
}
[data-menuExpanded='false'] .firstLevel .subMenu > .subMenuInner .subMenu-group li a {
  font-family: 'Nobel Book', Arial, sans-serif;
  color: #ffffff;
  font-size: 1.6rem;
  text-transform: inherit;
}
[data-menuExpanded='false'] .firstLevel .subMenu > .subMenuInner .subMenu-group li a:hover {
  color: #bd9e56;
}
/* Menu Expanded TRUE (Home)
   ========================================================================== */
[data-menuexpanded='true'] #nav .subMenu-group-sideNavigation {
  display: none;
}
[data-menuexpanded='false'].nav-is-opened #nav .subMenu-group-sideNavigation {
  display: block;
}
[data-menuexpanded='false'] .firstLevel-gift .subMenu-item ul {
  display: none;
}
[data-menuexpanded='false'] .firstLevel-specialOffers .subMenu-item ul {
  display: inline;
}
[data-menuexpanded='false'] .firstLevel-specialOffers .subMenu-item > a {
  font-weight: 700;
}
.is-not-phone [data-menuExpanded='true'] {
  overflow-x: hidden;
}
.is-not-phone [data-menuExpanded='true'] .navContainer,
.is-not-phone [data-menuExpanded='true'] .navContainerInner {
  height: auto !important;
}
.is-not-phone [data-menuExpanded='true'] .navContainer .headerSelector,
.is-not-phone [data-menuExpanded='true'] .navContainerInner .headerSelector {
  font-weight: 700;
}
.is-not-phone [data-menuExpanded='true'] .navContainer .headerSelector .ctaLogin,
.is-not-phone [data-menuExpanded='true'] .navContainerInner .headerSelector .ctaLogin {
  border: none;
}
.is-not-phone [data-menuExpanded='true'] .navContainer .headerSelector .btn,
.is-not-phone [data-menuExpanded='true'] .navContainerInner .headerSelector .btn {
  padding: .3rem 1rem;
}
.is-not-phone [data-menuExpanded='true'] .btnShuttle {
  color: #1c1c1b;
}
.is-not-phone [data-menuExpanded='true'] .btnShuttle:hover {
  background-color: #1c1c1b;
  color: #fff;
}
.is-not-phone [data-menuExpanded='true'] .navContainer {
  position: static;
  width: auto;
  margin-top: 9.6rem;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .is-not-phone [data-menuExpanded='true'] .navContainer {
    margin-top: 0;
  }
}
.is-not-phone [data-menuExpanded='true'] .btnInspire + .nav-menu {
  display: none;
}
.is-not-phone [data-menuExpanded='true'] nav {
  text-align: center;
  height: 30px;
}
@media screen and (max-width: 900px) {
  .is-not-phone [data-menuExpanded='true'] nav {
    position: relative;
    text-align: left;
    width: 100%;
  }
  .is-not-phone [data-menuExpanded='true'] nav:after {
    content: '';
    position: fixed;
    right: 0;
    top: 0;
    height: 13rem;
    width: 6rem;
    pointer-events: none;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='@color-white', GradientType=1);
    /* IE6-9 */
  }
}
.is-not-phone [data-menuExpanded='true'] nav > * {
  display: inline-block;
  vertical-align: top;
}
.is-not-phone [data-menuExpanded='true'] nav > ul {
  height: 30px;
  font-size: 0;
}
.is-not-phone [data-menuExpanded='true'] nav > ul > li {
  display: inline-block;
  height: inherit;
  font-size: 1.5rem;
}
.is-not-phone [data-menuExpanded='true'] nav > ul > li#rdbFirstLevel {
  display: none;
}
.is-not-phone [data-menuExpanded='true'] nav > ul > li.inspireMe {
  display: none;
}
.is-not-phone [data-menuExpanded='true'] nav > ul > li.inspireMe > a {
  display: inline-block;
  vertical-align: top;
}
.is-not-phone [data-menuExpanded='true'] nav > ul > li.inspireMe:first-child {
  display: inline-block;
  margin: 0 5px 0 0;
  -webkit-transform: translateY(1px);
      -ms-transform: translateY(1px);
          transform: translateY(1px);
}
.is-not-phone [data-menuExpanded='true'] nav > ul > li.inspireMe:first-child + li:before {
  display: none;
}
.is-not-phone [data-menuExpanded='true'] nav > ul > li:not(.inspireMe) > a {
  font-family: 'Nobel Book', Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  vertical-align: top;
  height: inherit;
  line-height: 21px;
  position: relative;
  top: 4px;
  padding: 0 .7rem 0;
  color: #1c1c1b;
  font-size: 1.6rem;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: uppercase;
}
.is-not-phone [data-menuExpanded='true'] nav > ul > li:not(.inspireMe) > a:before,
.is-not-phone [data-menuExpanded='true'] nav > ul > li:not(.inspireMe) > a:after {
  position: absolute;
  z-index: 21;
}
.is-not-phone [data-menuExpanded='true'] nav > ul > li:not(.inspireMe) > a:after {
  content: '';
  bottom: 0;
  left: 0;
  right: 0;
  height: 0;
  background-color: #ddcfb2;
}
.is-not-phone [data-menuExpanded='true'] nav > ul > li:last-child,
.is-not-phone [data-menuExpanded='true'] nav > ul > li:nth-last-child(2),
.is-not-phone [data-menuExpanded='true'] nav > ul > li.tmpHidden {
  position: fixed;
  top: -500px;
  left: -10000px;
  visibility: hidden;
}
.is-not-phone [data-menuExpanded='true'] nav > ul > li.firstLevel > a:before {
  content: '';
}
.no-touchevents.is-not-phone [data-menuExpanded='true'] nav > ul > li.firstLevel > a:hover,
.is-not-phone [data-menuExpanded='true'] nav > ul > li.firstLevel > a.open {
  color: #bd9e56;
}
.no-touchevents.is-not-phone [data-menuExpanded='true'] nav > ul > li:hover > a,
.no-touchevents.is-not-phone [data-menuExpanded='true'] nav > ul > li:not(.firstLevel):hover > a,
.is-not-phone [data-menuExpanded='true'] nav > ul > li:not(.firstLevel).focus > a {
  color: #bd9e56;
}
.no-touchevents.is-not-phone [data-menuExpanded='true'] nav > ul > li:hover .subMenu,
.no-touchevents.is-not-phone [data-menuExpanded='true'] nav > ul > li:not(.firstLevel):hover .subMenu,
.is-not-phone [data-menuExpanded='true'] nav > ul > li:not(.firstLevel).focus .subMenu {
  display: block;
}
.no-touchevents.is-not-phone [data-menuExpanded='true'] nav > ul > li:hover .subMenu-group-burger,
.no-touchevents.is-not-phone [data-menuExpanded='true'] nav > ul > li:not(.firstLevel):hover .subMenu-group-burger,
.is-not-phone [data-menuExpanded='true'] nav > ul > li:not(.firstLevel).focus .subMenu-group-burger {
  display: none !important;
}
.is-not-phone [data-menuExpanded='true'] .firstLevel-gift .subMenu-subGroup {
  border-left: 1px solid #eef0f0;
  padding-left: 2rem;
}
.is-not-phone [data-menuExpanded='true'] .firstLevel-gift .subMenu-subGroup:last-child {
  padding-left: 0 !important;
}
.is-not-phone [data-menuExpanded='true'] .firstLevel-gift .subMenu-subGroup .rdbLink.giftLink {
  background-color: #1c1c1b;
  border: 1px solid #ffffff;
}
.is-not-phone [data-menuExpanded='true'] .firstLevel-gift .subMenu-subGroup .rdbLink.giftLink span {
  color: #ffffff;
  padding: 0 1rem;
  text-transform: uppercase;
}
.is-not-phone [data-menuExpanded='true'] .firstLevel-gift .subMenu-subGroup .rdbLink.giftLink:hover {
  background-color: #ffffff;
  border: 1px solid #1c1c1b;
  text-decoration: none;
}
.is-not-phone [data-menuExpanded='true'] .firstLevel-gift .subMenu-subGroup .rdbLink.giftLink:hover span {
  color: #1c1c1b;
}
.is-not-phone [data-menuExpanded='true'] .firstLevel-gift .subMenu-subGroup:first-child,
.is-not-phone [data-menuExpanded='true'] .firstLevel-gift .subMenu-subGroup:last-child {
  border: none !important;
}
.is-not-phone [data-menuExpanded='true'] .firstLevel-gift .subMenuInner,
.is-not-phone [data-menuExpanded='true'] .firstLevel-specialOffers .subMenuInner {
  position: relative;
}
.is-not-phone [data-menuExpanded='true'] .firstLevel-gift .subMenu-item a,
.is-not-phone [data-menuExpanded='true'] .firstLevel-specialOffers .subMenu-item a {
  font-family: 'Nobel Book', Arial, sans-serif;
  font-weight: 400;
}
.is-not-phone [data-menuExpanded='true'] .firstLevel-gift .subMenu-item a.menu-label,
.is-not-phone [data-menuExpanded='true'] .firstLevel-specialOffers .subMenu-item a.menu-label {
  font-family: 'Nobel', Arial, sans-serif;
  font-weight: 400;
  font-weight: 100;
}
.is-not-phone [data-menuExpanded='true'] .firstLevel-gift .subMenu-item .columnCount2 a,
.is-not-phone [data-menuExpanded='true'] .firstLevel-specialOffers .subMenu-item .columnCount2 a {
  font-family: 'Nobel Book', Arial, sans-serif;
  font-weight: 400;
  font-weight: 100;
}
.is-not-phone [data-menuExpanded='true'] .firstLevel-gift .subMenu-item ul,
.is-not-phone [data-menuExpanded='true'] .firstLevel-specialOffers .subMenu-item ul {
  padding-left: 2rem;
}
.is-not-phone [data-menuExpanded='true'] .firstLevel-gift .subMenu-subGroup,
.is-not-phone [data-menuExpanded='true'] .firstLevel-specialOffers .subMenu-subGroup {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 30%;
          flex: 1 0 30%;
  width: auto;
}
.is-not-phone [data-menuExpanded='true'] .firstLevel-gift .subMenu-subGroup ul,
.is-not-phone [data-menuExpanded='true'] .firstLevel-specialOffers .subMenu-subGroup ul {
  display: block;
  width: 100%;
}
.is-not-phone [data-menuExpanded='true'] .firstLevel-gift .subMenu-subGroup li,
.is-not-phone [data-menuExpanded='true'] .firstLevel-specialOffers .subMenu-subGroup li {
  width: 100%;
  float: none;
  height: auto;
  margin-bottom: 1rem;
}
.is-not-phone [data-menuExpanded='true'] .firstLevel-gift .subMenu-subGroup a,
.is-not-phone [data-menuExpanded='true'] .firstLevel-specialOffers .subMenu-subGroup a {
  font-weight: normal;
  font-family: 'Nobel Book', Arial, sans-serif;
  font-weight: 400;
}
.is-not-phone [data-menuExpanded='true'] .firstLevel-gift .subMenu-subGroup .menu-label,
.is-not-phone [data-menuExpanded='true'] .firstLevel-specialOffers .subMenu-subGroup .menu-label {
  font-size: 1.9rem;
  margin-bottom: 1rem !important;
}
.is-not-phone [data-menuExpanded='true'] .firstLevel-gift .subMenu-subGroup-corporate,
.is-not-phone [data-menuExpanded='true'] .firstLevel-specialOffers .subMenu-subGroup-corporate {
  padding: 0 2rem 0 4rem;
  margin-left: 2rem;
  border-left: 1px solid #ffffff;
}
@media screen and (max-width: 1240px) {
  .is-not-phone [data-menuExpanded='true'] .firstLevel-gift .subMenu-subGroup-corporate,
  .is-not-phone [data-menuExpanded='true'] .firstLevel-specialOffers .subMenu-subGroup-corporate {
    padding: 0 1rem 0 2rem !important;
    margin-left: 1rem !important;
  }
}
.is-not-phone [data-menuExpanded='true'] .firstLevel-gift .subMenu-subGroup-specialOffers,
.is-not-phone [data-menuExpanded='true'] .firstLevel-specialOffers .subMenu-subGroup-specialOffers {
  padding: 0 2rem 0 4rem;
  margin-left: 2rem;
  border-left: 1px solid #ffffff;
}
@media screen and (max-width: 1240px) {
  .is-not-phone [data-menuExpanded='true'] .firstLevel-gift .subMenu-subGroup-specialOffers,
  .is-not-phone [data-menuExpanded='true'] .firstLevel-specialOffers .subMenu-subGroup-specialOffers {
    padding: 0 1rem 0 2rem !important;
    margin-left: 1rem !important;
  }
}
.is-not-phone [data-menuExpanded='true'] .firstLevel-gift .subMenu-subGroup.topVertical,
.is-not-phone [data-menuExpanded='true'] .firstLevel-specialOffers .subMenu-subGroup.topVertical {
  vertical-align: top;
}
.is-not-phone [data-menuExpanded='true'] .firstLevel-gift .subMenu-item a,
.is-not-phone [data-menuExpanded='true'] .firstLevel-specialOffers .subMenu-item a,
.is-not-phone [data-menuExpanded='true'] .firstLevel-gift .subMenu-item .menu-label,
.is-not-phone [data-menuExpanded='true'] .firstLevel-specialOffers .subMenu-item .menu-label {
  display: block;
  margin-bottom: 0.6rem;
}
.is-not-phone [data-menuExpanded='true'] .firstLevel-gift .menu-label-title,
.is-not-phone [data-menuExpanded='true'] .firstLevel-specialOffers .menu-label-title {
  font-size: 1.9rem;
  font-family: 'Nobel', Arial, sans-serif !important;
  margin-bottom: 1rem !important;
}
.is-not-phone [data-menuExpanded='true'] .firstLevel-gift .rdbLink,
.is-not-phone [data-menuExpanded='true'] .firstLevel-specialOffers .rdbLink {
  float: right;
}
.is-not-phone [data-menuExpanded='true'] .firstLevel-gift .rdbLink span,
.is-not-phone [data-menuExpanded='true'] .firstLevel-specialOffers .rdbLink span {
  margin-top: 0 !important;
}
.is-not-phone [data-menuExpanded='true'] .subMenu {
  display: none;
  margin-top: 0 !important;
  overflow: hidden;
  position: absolute;
  top: 126px;
  left: 50%;
  width: 100vw;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #1c1c1b;
  color: #fff;
  text-transform: none;
  padding: 20px 0 0;
  z-index: 19;
}
.is-not-phone [data-menuExpanded='true'] .subMenu.open {
  display: block;
}
.is-not-phone [data-menuExpanded='true'] .subMenu a {
  color: inherit;
}
.is-not-phone [data-menuExpanded='true'] .fullWidthNav {
  width: 100% !important;
}
.is-not-phone [data-menuExpanded='true'] .subMenuInner {
  width: 1240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  font-size: 0;
}
@media screen and (min-width: 760px) and (max-width: 900px) {
  .is-not-phone [data-menuExpanded='true'] .subMenuInner {
    width: 100%;
    padding: 0 20px;
  }
}
.is-not-phone [data-menuExpanded='true'] .subMenuInner ul {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}
.is-not-phone [data-menuExpanded='true'] .subMenuInner ul:after,
.is-not-phone [data-menuExpanded='true'] .subMenuInner ul:before {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.is-not-phone [data-menuExpanded='true'] .subMenuInner ul:after {
  clear: both;
}
.is-not-phone [data-menuExpanded='true'] .subMenuInner ul li {
  font-family: 'Nobel Book', Arial, sans-serif;
  font-size: 1.6rem;
  text-align: left;
  float: left;
  display: block;
  margin-right: 35px;
  margin-bottom: 20px;
  height: auto;
}
@media screen and (min-width: 901px) and (max-width: 1240px) {
  .is-not-phone [data-menuExpanded='true'] .subMenuInner ul .columnResponsive li {
    margin-right: 0 !important;
    height: auto;
  }
}
.is-not-phone [data-menuExpanded='true'] .subMenuInner ul a {
  text-decoration: none;
  font-family: 'Nobel Book', Arial, sans-serif;
  font-size: 1.6rem;
  text-align: left;
}
.is-not-phone [data-menuExpanded='true'] .subMenuInner ul a span {
  color: #aeb3b7;
  font-size: 11px;
  display: block;
}
.is-not-phone [data-menuExpanded='true'] .subMenuInner ul a:hover {
  color: #bd9e56;
  text-decoration: underline;
}
.no-touchevents .is-not-phone [data-menuExpanded='true'] .subMenuInner ul a:hover {
  color: #ddcfb2;
}
.is-not-phone [data-menuExpanded='true'] .subMenuInner .rdbLink {
  background-color: #fff;
  color: #1c1c1b;
  min-width: 216px;
  padding: 8px 0;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  font-family: 'Nobel', Arial, sans-serif;
  text-transform: capitalize;
  -webkit-transition: 0.3s;
          transition: 0.3s;
  text-decoration: none;
}
.is-not-phone [data-menuExpanded='true'] .subMenuInner .rdbLink span {
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.is-not-phone [data-menuExpanded='true'] .subMenuInner .rdbLink svg {
  width: 58px;
  fill: #aeb3b7;
  stroke: transparent;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  -webkit-transition: 0.3s;
          transition: 0.3s;
}
.is-not-phone [data-menuExpanded='true'] .subMenuInner .rdbLink svg path {
  fill: #aeb3b7;
  stroke: transparent;
}
.is-not-phone [data-menuExpanded='true'] .subMenuInner .rdbLink:before {
  content: '';
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.no-touchevents.is-not-phone [data-menuExpanded='true'] .subMenuInner .rdbLink:hover {
  border-color: #bd9e56;
  color: #bd9e56;
  text-decoration: underline;
}
.no-touchevents.is-not-phone [data-menuExpanded='true'] .subMenuInner .rdbLink:hover svg {
  fill: #ddcfb2;
  stroke: transparent;
}
.no-touchevents.is-not-phone [data-menuExpanded='true'] .subMenuInner .rdbLink:hover svg path {
  fill: #ddcfb2;
  stroke: transparent;
}
.is-not-phone [data-menuExpanded='true'] .subMenuInner .giftLink,
.is-not-phone [data-menuExpanded='true'] .subMenuInner .specialOffersLink {
  display: block;
  margin-bottom: 10px;
  color: #1c1c1b;
}
.is-not-phone [data-menuExpanded='true'] .subMenuInner .giftLink .btn-nav,
.is-not-phone [data-menuExpanded='true'] .subMenuInner .specialOffersLink .btn-nav {
  text-align: center;
  line-height: 30px;
  color: #1c1c1b;
}
.is-not-phone [data-menuExpanded='true'] .subMenuInner .giftLink:hover .btn-nav,
.is-not-phone [data-menuExpanded='true'] .subMenuInner .specialOffersLink:hover .btn-nav {
  color: #bd9e56;
}
.is-not-phone [data-menuExpanded='true'] .subMenuInner.subPeopleEvent ul {
  display: block;
  width: 100%;
}
.is-not-phone [data-menuExpanded='true'] .subMenuInner.subPeopleEvent ul li {
  width: 18%;
  margin-right: 1%;
}
.is-not-phone [data-menuExpanded='true'] .subMenuInner.subPeopleEvent ul li.has-picto {
  text-align: center;
  height: auto;
  width: 18%;
}
.is-not-phone [data-menuExpanded='true'] .subMenuInner.subPeopleEvent ul li.has-picto.last {
  margin-right: 6%;
}
.is-not-phone [data-menuExpanded='true'] .subMenuInner.subPeopleEvent ul li.has-marginTop {
  margin-top: 20px;
}
.is-not-phone [data-menuExpanded='true'] .subMenuInner.subPeopleEvent ul li .navPicto {
  display: block;
  position: relative;
  margin: 0 auto 10px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  overflow: hidden;
}
.is-not-phone [data-menuExpanded='true'] .subMenuInner.subPeopleEvent ul li .navPicto:before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.is-not-phone [data-menuExpanded='true'] .subMenuInner.subPeopleEvent ul li .navPicto.icoToque {
  padding-top: 7px;
}
.is-not-phone [data-menuExpanded='true'] .subMenuInner.subPeopleEvent ul li .navPicto.icoToque svg {
  width: 40px;
  height: 67px;
}
.is-not-phone [data-menuExpanded='true'] .subMenuInner.subPeopleEvent ul li .navPicto.icoWine {
  padding-top: 5px;
}
.is-not-phone [data-menuExpanded='true'] .subMenuInner.subPeopleEvent ul li .navPicto.icoWine svg {
  width: 46px;
  height: 67px;
}
.is-not-phone [data-menuExpanded='true'] .subMenuInner.subPeopleEvent ul li .navPicto.icoWaiter svg {
  width: 78px;
  height: 78px;
}
.is-not-phone [data-menuExpanded='true'] .subMenuInner.subPeopleEvent ul li .navPicto svg {
  fill: #ffffff;
  stroke: transparent;
  margin: 0 auto;
  -webkit-transition: 0.3s;
          transition: 0.3s;
}
.is-not-phone [data-menuExpanded='true'] .subMenuInner.subPeopleEvent ul li .navPicto svg path {
  fill: #ffffff;
  stroke: transparent;
}
.no-touchevents.is-not-phone [data-menuExpanded='true'] .subMenuInner.subPeopleEvent ul li a:hover svg {
  fill: #ddcfb2;
  stroke: transparent;
}
.no-touchevents.is-not-phone [data-menuExpanded='true'] .subMenuInner.subPeopleEvent ul li a:hover svg path {
  fill: #ddcfb2;
  stroke: transparent;
}
.is-not-phone [data-menuExpanded='true'].nav-isGrabbed .nav-menu .subMenu {
  position: fixed;
  padding-left: 30px;
  padding-right: 30px;
  left: 0;
  right: 0;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  width: auto;
}
[data-menuExpanded='false'].nav-is-opened .navContainer {
  left: 0;
  opacity: 1;
}
/* ==========================================================================
   HEADERSELECTOR (login + language + currency)
   ========================================================================== */
.headerSelectorBasket {
  font-size: 0;
  position: absolute;
  top: 2rem;
  right: 0;
}
.headerSelectorBasket > * {
  font-size: 1.5rem;
}
.headerSelectorBasket .languageLabel,
.headerSelectorBasket .currencyLabel {
  display: none;
}
.headerSelectorBasket div > span {
  display: inline-block;
}
@media screen and (max-width: 760px) {
  .headerSelectorBasket {
    right: 5px;
  }
}
.headerSelector {
  font-size: 0;
}
.headerSelector > * {
  font-size: 1.5rem;
}
.headerSelector div > span {
  display: block;
}
.is-not-phone [data-menuExpanded='true'] .headerSelector {
  position: absolute;
  top: 2rem;
  right: 0;
}
@media screen and (min-width: 901px) and (max-width: 1024px) {
  .is-not-phone [data-menuExpanded='true'] .headerSelector {
    right: 0;
  }
}
.is-not-phone [data-menuExpanded='true'] .headerSelector .languageLabel,
.is-not-phone [data-menuExpanded='true'] .headerSelector .currencyLabel {
  display: none;
}
.is-not-phone [data-menuExpanded='true'] .headerSelector div > span {
  display: inline-block;
}
[data-menuExpanded='false'] .headerSelector .languageLabel,
[data-menuExpanded='false'] .headerSelector .currencyLabel {
  display: inline-block;
}
[data-menuExpanded='false'] .headerSelector .langSelector .btn,
[data-menuExpanded='false'] .headerSelector .currencySelector .btn {
  display: inline-block;
  border: 0;
  background: transparent;
  text-align: left;
  color: #000;
  font-size: 1.4rem;
  -webkit-transition: none;
          transition: none;
}
/* ==========================================================================
   LOGIN
   ========================================================================== */
.ctaLogin {
  background-color: transparent;
  color: #1c1c1b;
  font-weight: 700;
  border: inherit;
}
.ctaLogin:after {
  content: none;
}
.ctaLogin:hover {
  color: #bd9e56;
  border: initial;
  text-decoration: underline;
}
.ctaLogin .icon {
  width: 15px;
  height: 15px;
  vertical-align: sub;
}
.is-not-phone [data-menuExpanded='true'] .ctaLogin.ctaLoginOut {
  display: none;
}
.ctaLogin.ctaLoginCondensed {
  margin: 1.8rem 1rem 0 0;
  font-family: 'Nobel', Arial, sans-serif;
}
.is-not-phone [data-menuExpanded='true'] .ctaLogin.ctaLoginCondensed {
  display: none;
}
/* ==========================================================================
   Menu Top Toolbar (mobile ony)
   ========================================================================== */
.menuToolbar {
  background-color: #ffffff;
  text-align: center;
  padding: 15px 0 5px;
}
.rc-Theme--ami .menuToolbar {
  background: #bd9e56;
}
.rc-Theme--pr .menuToolbar {
  background: #000;
}
.rc-Theme--ami .menuToolbar .username,
.rc-Theme--pr .menuToolbar .username,
.rc-Theme--ami .menuToolbar .username > em,
.rc-Theme--pr .menuToolbar .username > em {
  color: #fff;
}
.menuToolbar .menuToolbarBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
  padding: 8px 5px;
}
.menuToolbar .menuToolbarBtn .btn {
  position: relative;
  padding: -webkit-calc(8rem / 10);
  padding: calc(8rem / 10);
  text-align: left;
  width: 49%;
  font-size: 1.1rem;
  min-height: 40px;
}
.menuToolbar .menuToolbarBtn .btn .icon {
  width: 17px;
  height: 17px;
  vertical-align: middle;
  margin-right: -webkit-calc(10rem / 10);
  margin-right: calc(10rem / 10);
}
.menuToolbar .menuToolbarBtn .btn span {
  display: inline-block;
  vertical-align: middle;
  width: 75%;
}
.menuToolbar .menuToolbarBtn .btn.first {
  width: 100%;
  margin: 8px 0;
}
.menuToolbar .menuToolbarBtn .btn.first span {
  width: auto;
}
.menuToolbar .ctaLogin {
  position: static !important;
}
.menuToolbar .ctaLogin:hover {
  color: #1c1c1b;
}
.userMenuMobile {
  background: #ffffff;
  border-top: 5px solid #1c1c1b;
  border-bottom: 5px solid #eef0f0;
  padding: 5px 0 10px;
  text-align: center;
}
.rc-Theme--ami .userMenuMobile {
  border-top: 5px solid #bd9e56;
}
.rc-Theme--pr .userMenuMobile {
  border-top: 5px solid #000;
}
.userMenuMobile a {
  text-align: left;
  border-bottom: 1px solid #eef0f0;
}
.userMenuMobile .ctaLoginOut {
  text-align: center;
  position: static !important;
  color: #ffffff !important;
  display: inline-block !important;
  padding: 0.3rem 1.5rem !important;
  border-bottom: 0;
  margin-top: 10px;
}
/* ==========================================================================
  set overlay on main content when nav or FT is opened and overflow hidden the body
   ========================================================================== */
.is-phone .nav-is-opened {
  overflow: hidden;
}
.is-phone .nav-is-opened .header ~ .grid:before {
  content: '';
  background: #000;
  opacity: 0.5;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 15;
}
.is-phone .nav-is-opened .header.priceTag-added .priceTag {
  display: none;
}
.navLanguage,
.navCurrency {
  font-weight: 700;
  font-family: 'Nobel Book', Arial, sans-serif;
}
.navLanguage a:after,
.navCurrency a:after {
  content: inherit;
}
.currencyElem {
  color: #ffffff;
}
/* ==========================================================================
   FOOTER
   ========================================================================== */
.footer {
  margin: 45px 0 0 0;
  color: #5d676f;
}
.footerTop {
  text-align: center;
}
@media screen and (max-width: 760px) {
  .footerTop {
    padding: 1rem;
  }
}
.footerBottom {
  border-top: 1px solid #eef0f0;
  text-align: right;
  padding: 15px 0 30px 0;
  font-size: 1.2rem;
}
.footerLogo {
  margin-top: 0;
  text-align: center;
}
.separator {
  display: table;
  width: 100%;
  padding: 0 18px;
}
.s-left,
.s-right {
  display: table-cell;
  width: 46%;
}
@media screen and (max-width: 760px) {
  .s-left,
  .s-right {
    width: 42%;
  }
}
.line {
  border-bottom: 1px solid #1c1c1b;
  margin-bottom: 20px;
}
.separator svg {
  margin: auto;
  display: block;
}
/* Links/Sitemap
   ========================================================================== */
.footerLinks {
  font-size: 12px;
  font-family: 'Nobel', Arial, sans-serif;
  padding: 20px 0 20px 10px;
}
@media screen and (max-width: 1024px) {
  .footerLinks {
    padding-left: 0;
  }
}
.footerSitemap {
  margin: 0;
  padding: 0;
  list-style: none;
  text-transform: uppercase;
}
.footerSitemap li {
  display: inline-block;
  margin: 0 20px 10px 0;
}
.footerSitemap a {
  text-decoration: none;
  color: #1c1c1b;
}
.footerSitemap a:hover {
  background-color: initial;
  text-decoration: underline;
  color: #bd9e56;
}
.footerSitemap .btn.btnGold {
  font-size: 1.2rem;
  color: #1c1c1b;
  padding: 0;
  border: 0;
}
.footerSitemap .btn.btnGold:after {
  display: none;
}
.footerSitemap .btn.btnGold:hover {
  background-color: initial;
  color: #bd9e56;
  text-decoration: underline;
}
.footerSitemap .btn {
  background: transparent;
}
.footerSitemap .btn:hover {
  text-decoration: none;
}
.footerSelector {
  display: none;
  font-size: 0;
  padding-top: 5px;
}
/* Social
   ========================================================================== */
.footerSocial .col-55-100 {
  width: 55%;
}
.footerSocial .col-45-100 {
  width: 45%;
}
.footerSocial .mainTitle1 {
  font-family: 'Nobel', Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
}
.footerSocial .btnSocial {
  margin: 5px 2px 0 0;
  background-color: #ffffff;
  border: 1px solid #1c1c1b;
}
@media screen and (max-width: 1024px) {
  .footerSocial {
    padding: 5px 0 0 0;
  }
  .footerSocial [class^="mainTitle"] {
    display: inline-block;
    vertical-align: 9px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 760px) {
  .footerSocial .mainTitle1 {
    display: block;
    margin-top: 5px;
  }
  .footerSocial .btnSocial {
    margin: 10px 10px 0 0;
  }
}
/* Default blocs
   ========================================================================== */
.footerBloc {
  font-size: 1.3rem;
  margin-top: 5px;
  position: relative;
}
@media screen and (max-width: 760px) {
  .footerBloc {
    padding: 2rem 2rem 1rem;
    background: #eef0f0;
    margin-top: 20px;
  }
}
.footerBloc .title {
  font-family: 'Times New Roman', Times;
  font-size: 3.5rem;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;
  text-decoration: none;
  color: #1c1c1b;
  font-size: 3rem;
}
.footerBloc .mainTitle1,
.footerBloc .title {
  font-size: 14px;
  font-family: 'Nobel', Arial, sans-serif;
  font-weight: 700;
  line-height: 2.2rem;
}
.footerBloc p {
  font-size: 16px;
  margin-top: 10px;
  font-weight: 700;
  color: #1c1c1b;
}
@media screen and (max-width: 1024px) {
  .footerBloc .btnCall {
    margin-top: 0;
  }
}
.footerBloc p .callCost {
  font-size: 1.3rem;
  color: #5d676f;
}
/* Newsletter
   ========================================================================== */
.formNewsletter {
  position: relative;
  margin-bottom: 40px;
}
.formNewsletter form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
.formNewsletter form .formError,
.formNewsletter form .formHelper {
  position: absolute;
  top: 100%;
  left: 0;
}
@media screen and (max-width: 760px) {
  .formNewsletter {
    margin-bottom: 0;
  }
}
.formNewsletter input {
  font-family: 'Times New Roman', Times;
  font-style: italic;
  font-size: 1.5rem;
  height: 43px;
  line-height: 100%;
  padding: 0 15px;
  margin: 0 -0.4rem 10px 0;
  width: 60%;
  outline: none;
  -webkit-transition: .3s;
          transition: .3s;
}
@media screen and (max-width: 760px) {
  .formNewsletter input {
    width: 100%;
  }
}
.formNewsletter input:focus {
  border-color: #94712a;
}
.formNewsletter button {
  height: 43px;
  line-height: 100%;
}
@media screen and (max-width: 760px) {
  .formNewsletter .formError {
    display: block;
    margin-top: 10px;
  }
}
.formNewsletter [placeholder]:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.5s 0.5s ease;
          transition: opacity 0.5s 0.5s ease;
  opacity: 0;
}
.formNewsletter [placeholder]:focus::-moz-placeholder {
  opacity: 0;
}
.formNewsletter [placeholder]:focus:-ms-input-placeholder {
  opacity: 0;
}
/* Mobile App
   ========================================================================== */
.footerAppLinks {
  margin: 10px 0 0 0;
}
.footerAppLinks a {
  display: inline-block;
  vertical-align: top;
  margin-right: 13px;
  margin-bottom: 13px;
  text-decoration: none;
  background: #000;
  -webkit-transition: .3s;
          transition: .3s;
  font: bold 1rem/1rem sans-serif;
  color: #ffffff;
  padding: 5px 5px 3px 3px;
  border-radius: 5px;
}
.footerAppLinks a:last-child {
  margin-right: 0;
}
.footerAppLinks a span {
  position: relative;
}
.footerAppLinks a span.googlePlay {
  margin-left: 0.8rem;
}
.footerAppLinks a span.appStore {
  margin-left: 3.6rem;
}
.footerAppLinks a img {
  display: block;
  margin-top: -12px;
}
.footerAppLinks a:hover {
  opacity: .7;
}
/* Copyright
   ========================================================================== */
.copyright {
  float: left;
  height: 24px;
  line-height: 24px;
  color: #aeb3b7;
}
@media screen and (max-width: 760px) {
  .copyright {
    height: auto;
    line-height: normal;
    margin-bottom: 10px;
  }
}
/* Trip advisor
   ========================================================================== */
.tripadvisorPowered {
  float: right;
  color: #aeb3b7;
}
.tripadvisorPowered span,
.tripadvisorPowered img {
  vertical-align: middle;
}
.tripadvisorPowered img {
  margin: 0 0 0 5px;
}
/* Footer Dock
   ========================================================================== */
.footerSticky {
  background: #1c1c1b;
  color: #ffffff;
  width: 100%;
  border-top: 1px solid rgba(174, 179, 183, 0.2);
}
.footerSticky.fixed {
  position: fixed;
  bottom: 0;
  z-index: 17;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.home .footerSticky.fixed {
  bottom: -10rem;
  -webkit-transition: bottom ease .5s;
          transition: bottom ease .5s;
}
.footerDockToolTip {
  display: none;
  position: absolute;
  left: 0;
  bottom: -webkit-calc(100% + 11px);
  bottom: calc(100% + 11px);
  padding: 20px;
  background-color: #ffffff;
  box-shadow: 1px 1px 7px 0 rgba(28, 28, 27, 0.35);
  max-width: 75%;
}
.footerDockToolTip:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
  border-top: 10px solid #ffffff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  left: 30px;
  bottom: -10px;
}
.footerDockToolTip .btnclose {
  background: url(../../images/common/close-popin.png) no-repeat center;
  border: 0;
  padding: 0;
  position: absolute;
  top: 10px;
  right: 10px;
  overflow: hidden;
  width: 2rem;
  height: 2rem;
  text-indent: -999em;
  z-index: 10;
}
.footerDockToolTip.is-opened {
  display: block;
}
.footerDockToolTip .content {
  color: #1c1c1b;
  text-align: center;
  text-transform: uppercase;
}
.footerDockToolTip .rdbLink {
  background-color: #ffffff !important;
  color: #1c1c1b;
}
.footerDockToolTip .rdbLink:hover {
  background-color: #1c1c1b !important;
  color: #ffffff !important;
}
.footerDockToolTip .cta {
  margin: 20px 10px 0;
}
.footerDockToolTip .cta:after,
.footerDockToolTip .cta:before {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.footerDockToolTip .cta:after {
  clear: both;
}
.footerDockToolTip .cta .btn.closeTooltip {
  background-color: #ffffff;
  color: #1c1c1b;
}
.footerDockToolTip .cta .btn.closeTooltip:hover {
  background-color: #1c1c1b;
  color: #ffffff;
}
.footerDockToolTip .cta .btn {
  float: left;
  margin-right: 16px;
  background-color: #1c1c1b;
  border: 1px solid #1c1c1b;
}
.footerDockToolTip .cta .btn:hover {
  background-color: #ffffff;
  color: #1c1c1b;
}
.footerDockToolTip .cta .btn:last-child {
  float: right;
  margin-right: 0;
}
.footerDockToolTip.giftFooterDockToolTip .btn:last-child {
  float: none;
}
.footerDockToolTip .btnTwoLines span {
  font-size: .7em;
  line-height: .8em;
}
.footerStickyNav {
  padding: 4px 0;
  position: relative;
}
.footerStickyNav.footerStickyNav--flex {
  max-height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footerStickyNav.footerStickyNav--flex .icon {
  position: relative;
  bottom: 4px;
}
.footerStickyNav.footerStickyNav--flex .btn.btnSmall {
  padding: 1rem;
}
.footerStickyNav.footerStickyNav--flex .nav--flex li > span {
  padding: 0 15px;
}
.footerStickyNav__left,
.footerStickyNav__right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.footerStickyNav a {
  text-decoration: none;
}
.footerStickyNav .btnShuttle {
  border-color: #ffffff;
}
.footerStickyNav > .btn {
  font-family: 'Nobel', Arial, sans-serif;
  border: 0;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 5px 20px;
}
.footerStickyNav > .btn:after {
  content: inherit;
}
.footerStickyNav > .btn:hover {
  color: #bd9e56;
  border: initial;
  text-decoration: underline;
}
.footerStickyNav > .btn:hover:after {
  background-image: inherit;
}
@media screen and (max-width: 1240px) {
  .footerStickyNav > .btn {
    padding: 5px 10px;
  }
}
@media screen and (max-width: 1024px) {
  .footerStickyNav > .btn .label {
    display: none;
  }
}
.footerStickyNav [data-tab] {
  cursor: pointer;
}
.footerStickyNav .dock-recipient {
  padding: 0 1rem;
  height: 100%;
  display: block;
}
.footerStickyNav .dock-recipient span {
  display: inline-block;
  vertical-align: middle;
}
.footerStickyNav .dock-recipient:hover {
  color: #bd9e56;
  text-decoration: underline;
}
@media screen and (max-width: 900px) {
  .footerStickyNav [role="dock-last-properties"] span,
  .footerStickyNav .dock-recipient span {
    display: inline-block;
    vertical-align: middle;
  }
  .footerStickyNav [role="dock-last-properties"] .lastProperties-text,
  .footerStickyNav .dock-recipient .lastProperties-text {
    max-width: 150px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
.footerStickyNav .nav.nav--flex {
  position: static;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 0;
  margin: 0;
}
.footerStickyNav .nav.nav--flex .tab-active:before {
  z-index: 2;
  bottom: -8px;
}
.footerStickyNav .nav li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  height: inherit;
  padding: 0;
  margin: 0 0 0 -1px;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-bottom: 2px solid transparent;
  font-family: 'Nobel', Arial, sans-serif;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: 700;
}
.footerStickyNav .nav li > span {
  padding: 0 20px;
  display: inline-block;
  height: 30px;
  line-height: 30px;
}
@media screen and (min-width: 1025px) and (max-width: 1240px) {
  .footerStickyNav .nav li > span {
    padding: 0 10px;
  }
}
.footerStickyNav .nav li > span#dblcm-count {
  padding: 0 20px 0 3px;
  border-color: transparent;
}
.footerStickyNav .nav li > span:hover {
  color: #bd9e56;
  text-decoration: underline;
}
.footerStickyNav .nav li:last-child {
  position: relative;
}
.footerStickyNav .nav li:last-child .img {
  position: absolute;
  right: -25px;
  top: -1px;
}
.footerStickyNav .nav li.tab-active {
  color: #bd9e56;
}
.footerStickyNav .nav li.tab-active:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 1.2rem;
  border: solid transparent;
  border-bottom-color: #ffffff;
  height: 1rem;
  margin: 0 auto;
  border-width: 1rem 0.8rem;
}
.footerStickyNav .nav li.tab-active span {
  border-color: transparent;
}
.footerStickyNav .nav li.tab-active span:hover {
  background: transparent;
}
.footerStickyNav .nav li.tab-active + li span:first-child {
  border-color: transparent;
}
.footerStickyNav .nav a {
  text-decoration: none;
}
.footerStickyNav .nav a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1024px) {
  .footerStickyNav .nav .icon {
    display: none;
  }
}
.footerStickyNav .icon {
  width: 17px;
  height: 17px;
  margin-right: .5rem;
  vertical-align: middle;
}
.footerStickyNav .icon:hover {
  fill: #bd9e56;
}
.footerConcierge > span {
  vertical-align: top;
  margin-right: 10px;
}
.footerConcierge .img {
  display: inline-block;
  height: 30px;
  width: 60px;
  position: relative;
  vertical-align: top;
}
.footerConcierge .img img {
  display: none;
  border-radius: 50%;
  position: absolute;
  top: -30px;
  left: 0;
}
.footerConcierge--highlight {
  color: #bd9e56;
}
.footerStickyContent {
  position: relative;
  background-color: #ffffff;
}
.footerStickyContent .separator {
  border: none;
  border-bottom: 1px solid #9fa2a6;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.footerStickyContent .tabFooter {
  display: none;
  padding: 0 0 20px 0;
}
.footerStickyContent .asideConciergerie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 1rem;
  padding-bottom: 2.5rem;
  margin-bottom: 4rem;
  margin-top: 1.5rem;
}
.footerStickyContent .asideConciergerie:first-child {
  margin-top: -webkit-calc(68rem / 10);
  margin-top: calc(68rem / 10);
}
.footerStickyContent .asideConciergerie .asideConciergerie-title {
  width: 100%;
}
.footerStickyContent .asideConciergerie p {
  font-size: -webkit-calc(14rem / 10);
  font-size: calc(14rem / 10);
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-family: 'Nobel', Arial, sans-serif;
  color: #1c1c1b;
  width: 50%;
}
.footerStickyContent .asideConciergerie p:first-child {
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 2rem;
  text-transform: uppercase;
}
.footerStickyContent .asideConciergerie p:first-child:before {
  content: '•';
  color: #1c1c1b;
  font-size: 2rem;
  letter-spacing: 1rem;
}
.footerStickyContent .asideConciergerie p:last-child {
  margin-top: 2rem;
}
.footerStickyContent .asideConciergerie .callCost {
  color: #1c1c1b;
  display: block;
}
.btnCloseFooterTabs {
  height: 23px;
  width: 23px;
  border: 1px solid #1c1c1b;
  background-image: url(../../images/common/cross-black-21x21.png);
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 0px;
  z-index: 1;
  -webkit-transition: .3s;
          transition: .3s;
}
.btnCloseFooterTabs:hover {
  background-color: #1c1c1b;
  background-image: url(../../images/common/cross-white-21x21.png);
}
.footerLastViewedList {
  font-size: 0;
  padding: 60px 0 0 0;
}
.footerLastViewedList .item {
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
  margin: 0 20px 20px 0;
  -webkit-transition: .3s;
          transition: .3s;
  width: -webkit-calc(100%/3 - 20px);
  width: calc(100%/3 - 20px);
}
@media screen and (max-width: 1240px) {
  .footerLastViewedList .item {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
  }
}
.footerLastViewedList .item:hover {
  background: #1c1c1b;
}
.footerLastViewedList .item:hover .content {
  color: #ffffff;
}
.footerLastViewedList figure {
  float: left;
  width: 95px;
}
.footerLastViewedList .content {
  color: #1c1c1b;
  float: left;
  padding: 5px 0 0 20px;
  width: -webkit-calc(100% - 95px);
  width: calc(100% - 95px);
}
.footerLastViewedList .propertyName {
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 5px;
}
.footerLastViewedList .place {
  font-size: 16px;
  text-transform: uppercase;
  font-family: 'Times New Roman', Times;
}
.popin .footerLastViewedList {
  padding-top: 0;
}
.popin .footerLastViewedList .item {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
.popin .footerLastViewedList .content {
  color: #000;
  padding: 0 0 0 10px;
}
.dockShareList {
  padding: 30px;
  color: #1c1c1b;
}
.dockShareList .shareList {
  display: inline-block;
}
.share-label {
  font-family: 'Nobel Bold', Arial, sans-serif;
  text-transform: uppercase;
  margin: 0 0 0 4px;
  padding: 0 0 0 2px;
}
.dockShare {
  border: none;
  outline: none;
  display: inline-block;
  color: #ffffff;
  padding: 0 10px 0 0;
  margin-left: -4px;
  text-decoration: none;
  cursor: pointer;
}
.dockShare-btnShare {
  margin: 2px;
  background-color: #ffffff;
  border: 1px solid #1c1c1b;
  border-radius: 50%;
  padding: 2px;
  display: inline-block;
  color: #1c1c1b;
}
.dockShare-btnShare:hover {
  background-color: #ffffff;
}
.dockShare:first-child {
  margin-left: 5px;
}
.dockShare .icon {
  height: 30px;
  width: 30px;
  display: inline-block;
  vertical-align: middle;
}
.dockShare .count {
  display: inline-block;
  margin-left: -4px;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
}
.dockShare .count .label {
  font-size: 12px;
}
.dockShare .count .label span:first-child {
  display: inline;
}
.dockShare .count .label span:last-child {
  display: none;
}
.dockShare .count .label.plural span:first-child {
  display: none;
}
.dockShare .count .label.plural span:last-child {
  display: inline;
}
.popin .dockShare {
  display: block;
  margin: 20px auto;
}
/* ==========================================================================
   MAP
   ========================================================================== */
.mapWrapper {
  position: relative;
  height: 400px;
}
.mapWrapper.loadingLayer::after {
  opacity: 0;
}
.mapWrapper .map {
  height: 100%;
  width: 100%;
}
.mapWrapper .edge {
  position: absolute;
  background: #ffffff;
  opacity: 0;
}
.showEdges.mapWrapper .edge {
  z-index: 1;
  opacity: 1;
  background: rgba(255, 0, 0, 0.2);
}
.mapWrapper .edge.top,
.mapWrapper .edge.left,
.mapWrapper .edge.right {
  top: 0;
}
.mapWrapper .edge.bottom,
.mapWrapper .edge.left,
.mapWrapper .edge.right {
  bottom: 0;
}
.mapWrapper .edge.right,
.mapWrapper .edge.top,
.mapWrapper .edge.bottom {
  right: 0;
}
.mapWrapper .edge.left,
.mapWrapper .edge.top,
.mapWrapper .edge.bottom {
  left: 0;
}
.mapWrapper .edge.top {
  height: 40px;
}
.mapWrapper .edge.right {
  width: 25px;
}
.mapWrapper .edge.bottom {
  height: 0px;
}
.mapWrapper .edge.left {
  width: 25px;
}
.showLegend {
  position: absolute;
  top: 5rem;
  left: 0;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.6);
  z-index: 1;
  padding: 1rem 2rem;
}
.showLegend_content.green {
  color: #1baa3c;
}
.showLegend_content.red {
  color: #ce2c2d;
}
.showLegend_color {
  display: inline-block;
  margin-right: 1rem;
  width: 1.4rem;
  height: 1.4rem;
}
.green .showLegend_color {
  background: #05AC35;
}
.red .showLegend_color {
  background: #D02A26;
}
.showLegend_giftsPosition {
  top: 0 !important;
  left: 50px;
}
.btnGiftsMap {
  margin-top: 10px;
}
.btnGiftsMap_content {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  background: #ffffff;
  height: 65px;
  text-align: center;
}
.refreshResults,
.showOtherHotels {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.6);
  z-index: 1;
  padding: 0;
}
.refreshResults.hidden,
.showOtherHotels.hidden {
  display: none;
}
.refreshResults:before,
.showOtherHotels:before {
  content: '';
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  height: 46px;
  width: 46px;
}
.refreshResults input[type="checkbox"] + label:before,
.showOtherHotels input[type="checkbox"] + label:before {
  margin-right: 30px;
}
.refreshResults input[type="checkbox"]:checked + label:after,
.showOtherHotels input[type="checkbox"]:checked + label:after {
  left: 10px;
  top: 10px;
}
.refreshResults label,
.showOtherHotels label {
  height: 46px;
  display: block;
  padding: 15px;
  line-height: 16px;
}
@media screen and (max-width: 760px) {
  .refreshResults label,
  .showOtherHotels label {
    font-size: 1.2rem;
  }
}
.refreshResults .refreshing,
.showOtherHotels .refreshing {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #1c1c1b;
  color: #ffffff;
  padding: 0 15px;
  line-height: 46px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s ease 0s, visibility 0s ease .3s;
          transition: opacity .3s ease 0s, visibility 0s ease .3s;
}
.refreshResults .refreshing .icon,
.showOtherHotels .refreshing .icon {
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin: 0 23px 0 -4px;
}
.refreshResults.loading .refreshing,
.showOtherHotels.loading .refreshing {
  visibility: visible;
  -webkit-transition: opacity .3s ease 0s, visibility 0s ease 0s;
          transition: opacity .3s ease 0s, visibility 0s ease 0s;
  opacity: 1;
}
.refreshResults.loading .refreshing .icon,
.showOtherHotels.loading .refreshing .icon {
  -webkit-animation: rotatingDelay 1.5s ease infinite;
          animation: rotatingDelay 1.5s ease infinite;
}
.mapZoom {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.mapZoom button {
  position: relative;
  z-index: 12;
  background-color: #1c1c1b;
  color: #5d676f;
  display: block;
  padding: 0;
  width: 51px;
  height: 51px;
  border: 0;
  -webkit-transition: background .3s;
          transition: background .3s;
  overflow: hidden;
  text-indent: -999em;
  text-align: left;
  outline: none;
}
.mapZoom button::before,
.mapZoom button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40%;
  border-bottom: 1px solid #ffffff;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.mapZoom button::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.mapZoom button:hover {
  background-color: #ffffff;
}
.mapZoom button:hover::before,
.mapZoom button:hover::after {
  border-bottom: 1px solid #1c1c1b;
}
.mapZoom button.active {
  background-color: #5d676f;
  cursor: default;
}
.mapZoom button.active::before,
.mapZoom button.active::after {
  border-bottom: 1px solid #1c1c1b;
}
.mapZoom button.disabled,
.mapZoom button[disabled="disabled"] {
  opacity: .7;
  cursor: default;
  background-color: #ffffff;
}
.mapZoom button.disabled::before,
.mapZoom button[disabled="disabled"]::before,
.mapZoom button.disabled::after,
.mapZoom button[disabled="disabled"]::after {
  border-bottom: 1px solid #1c1c1b;
}
.mapZoom .zoomOut::before {
  display: none;
}
.mapZoom .mapFull {
  display: block;
  position: relative;
  cursor: pointer;
  z-index: 12;
  width: 51px;
  height: 51px;
  padding: 1.5rem 0;
  background: #1c1c1b;
  overflow: visible;
  color: #ffffff;
  text-indent: 0;
  text-align: center;
}
.mapZoom .mapFull:hover {
  background: #828d96;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.mapZoom .mapFull:hover span {
  background-color: #1c1c1b;
}
.mapZoom .mapFull:before {
  display: none;
}
.mapFull span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  min-width: 220px;
  background: #5d676f;
  padding-left: 2rem;
  line-height: 50px;
  text-align: left;
}
.csspointerevents .mapFull.is-tooltipHidden span {
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity .3s;
          transition: opacity .3s;
}
.no-csspointerevents .mapFull.is-tooltipHidden span {
  display: none;
}
.csspointerevents .mapFull.is-tooltipHidden:hover span {
  pointer-events: all;
  opacity: 1;
}
.no-csspointerevents .mapFull.is-tooltipHidden:hover span {
  display: block;
}
.mapFull svg {
  position: relative;
  z-index: 2;
  width: 2rem;
  height: 2rem;
}
/* Custers / marker label
   ========================================================================== */
.cluster span {
  color: #bd9e56;
  font-size: 1.8rem;
  font-family: 'Goudy MT W01 Bold', 'Times New Roman', Times, Georgia, serif;
  font-weight: normal;
}
.cluster.faded {
  opacity: .75 !important;
}
.cluster.cluster-on span {
  color: #1baa3c !important;
}
.cluster.cluster-off span {
  color: #ce2c2d !important;
}
.clusterStopOver {
  background: none !important;
}
.clusterStopOver:before {
  content: '';
  background: transparent no-repeat 0 0;
  width: 42px;
  height: 50px;
  position: absolute;
  top: -30px;
  left: -6px;
  z-index: -1;
}
#mappassport .clusterStopOver:before {
  display: none;
}
.clusterStopOver.default:before {
  display: none;
}
.clusterStopOver.restaurant:before {
  display: block;
  background-image: url(../../images/common/gmap/marker-restaurant.png);
}
.clusterStopOver.villa:before {
  display: block;
  background-image: url(../../images/common/gmap/marker-villa.png);
}
.clusterStopOver.hotel:before,
.clusterStopOver.restaurant.villa:before {
  display: block;
  background-image: url(../../images/common/gmap/marker-hotel.png);
}
.clusterStopOver.restaurant-on:before {
  display: block;
  background-image: url(../../images/common/gmap/marker-restaurant-on.png) !important;
}
.clusterStopOver.restaurant-off:before {
  display: block;
  background-image: url(../../images/common/gmap/marker-restaurant-off.png) !important;
}
.clusterStopOver.hotel-on:before {
  display: block;
  background-image: url(../../images/common/gmap/marker-hotel-on.png) !important;
}
.clusterStopOver.hotel-off:before {
  display: block;
  background-image: url(../../images/common/gmap/marker-hotel-off.png) !important;
}
.clusterStopOver span {
  position: absolute;
  top: 0;
  height: 30px;
  line-height: 30px;
  min-width: 30px;
  padding: 0 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 15px;
  color: #ffffff;
  white-space: nowrap;
  font-size: 1.5rem;
  font-family: 'Goudy Old Style MT W01', 'Times New Roman', Times, Georgia, serif;
  font-weight: normal;
  background: #1c1c1b;
  -webkit-transition: background .3s ease;
          transition: background .3s ease;
  text-align: center;
}
.clusterStopOver span.length-1 {
  font-size: 2rem;
}
.clusterStopOver.active span {
  background: #bd9e56;
}
.clusterStopOver em {
  display: none;
}
.markerLabel.nbEntities {
  background: #ffffff;
  width: 20px;
  height: 20px;
  line-height: 16px;
  text-align: center;
  border: 2px solid #bd9e56;
  color: #bd9e56;
  font-size: 1.3rem;
  font-family: 'Goudy MT W01 Bold', 'Times New Roman', Times, Georgia, serif;
  font-weight: normal;
  border-radius: 50%;
  margin: -52px 0 0 6px !important;
}
.markerLabel.nbEntities.faded {
  opacity: .75 !important;
}
.markerLabel.stopOver {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #ffffff;
  font-size: 2rem;
  font-family: 'Goudy Old Style MT W01', 'Times New Roman', Times, Georgia, serif;
  font-weight: normal;
  margin: -15px 0 0 -15px !important;
  overflow: visible !important;
}
.markerLabel.stopOver:before {
  content: '';
  background: transparent no-repeat 0 0;
  width: 42px;
  height: 50px;
  position: absolute;
  top: -30px;
  left: -6px;
  z-index: -1;
}
#mappassport .markerLabel.stopOver:before {
  display: none;
}
.markerLabel.stopOver.default:before {
  display: none;
}
.markerLabel.stopOver.restaurant:before {
  display: block;
  background-image: url(../../images/common/gmap/marker-restaurant.png);
}
.markerLabel.stopOver.villa:before {
  display: block;
  background-image: url(../../images/common/gmap/marker-villa.png);
}
.markerLabel.stopOver.hotel:before,
.markerLabel.stopOver.restaurant.villa:before {
  display: block;
  background-image: url(../../images/common/gmap/marker-hotel.png);
}
.markerLabel.stopOver.restaurant-on:before {
  display: block;
  background-image: url(../../images/common/gmap/marker-restaurant-on.png) !important;
}
.markerLabel.stopOver.restaurant-off:before {
  display: block;
  background-image: url(../../images/common/gmap/marker-restaurant-off.png) !important;
}
.markerLabel.stopOver.hotel-on:before {
  display: block;
  background-image: url(../../images/common/gmap/marker-hotel-on.png) !important;
}
.markerLabel.stopOver.hotel-off:before {
  display: block;
  background-image: url(../../images/common/gmap/marker-hotel-off.png) !important;
}
.markerLabel.stopOver:after {
  content: '';
  border-radius: 50%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #1c1c1b;
  -webkit-transition: background .3s ease;
          transition: background .3s ease;
}
.markerLabel.stopOver.active:after {
  background: #bd9e56;
}
/* Infobox
   ========================================================================== */
.infoBox {
  background: #ffffff;
  border-bottom: 0.2rem solid #bd9e56;
  width: 21rem;
}
.infoBox > img {
  position: absolute !important;
  top: -10px;
  left: auto;
  right: -10px;
  z-index: 2;
}
.infoBox .img {
  display: block !important;
  text-align: center;
  background: #eef0f0;
  overflow: hidden;
  width: 210px;
  height: 130px;
}
.infoBox .img > img {
  display: block;
  width: auto;
  height: 100%;
  margin: 0 auto;
}
.infoBox:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -1rem;
  bottom: -1.2rem;
  border: solid transparent;
  border-width: 1rem 1rem 0 1rem;
  border-top-color: #bd9e56;
}
.infoBox.poi {
  border-bottom-color: #5d676f;
}
.infoBox.poi:after {
  border-top-color: #5d676f;
}
.infoBox.poi .img {
  margin: 5px;
  width: 200px;
  height: 121px;
}
.infoBox.poi a {
  display: inline-block;
}
.infoBox.poi a.cGold.fsItalic {
  margin-top: 5px;
  text-decoration: underline;
}
.infoBox.poi a.cGold.fsItalic:hover {
  text-decoration: none;
}
.infoBox.rdb > img {
  z-index: 9;
}
.infoBox.rdb .btn {
  display: inline-block;
  margin: 10px auto 0;
  padding: 0 30px;
  text-decoration: none;
  height: 3rem;
  line-height: 3rem;
  font-size: 1.6rem;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.infoBox.rdb .btn:hover {
  text-decoration: none;
}
.infoBox.rdb .blocFeatured {
  height: 130px;
  z-index: 8;
}
.infoBox.rdb .blocFeatured.has-svgRoute .content {
  height: 100%;
  background: transparent;
}
.infoBox.rdb .blocFeatured.has-svgRoute .content object {
  padding: 0;
  width: auto;
  height: 100%;
}
.infoBox .infoBoxInner {
  margin: 10px;
}
.infoBox .infoBoxInner > a {
  text-decoration: none;
}
.infoBox .infoBoxInner > a:hover {
  text-decoration: underline;
}
.infoBox .infoBoxInner p {
  font-size: 1.2rem;
  font-style: initial;
  color: #1c1c1b;
}
.infoBox .infoBoxInner .etablissementOpen {
  color: #05ac35;
}
.infoBox .infoBoxInner .etablissementClose {
  color: #ce2c2d;
}
.infoBox .priceTag {
  margin-top: 1.5rem;
  white-space: normal;
}
.infoBoxNavTab {
  margin: 5px 10px;
}
.infoBoxNavTab button {
  border: 0;
  background: 0;
  text-decoration: underline;
  color: #bd9e56;
  padding: 0;
  margin: 0;
  line-height: 1;
}
.infoBoxNavTab button:hover {
  text-decoration: none;
}
.infoBoxNavTab button.active {
  outline: none;
  text-decoration: none;
  cursor: default;
  color: #5d676f;
}
/* Legend
   ========================================================================== */
.mapLegendItem {
  display: inline-block;
  position: relative;
  padding: 5px 0 5px 50px;
  font-family: 'Nobel', Arial, sans-serif;
  font-size: 2.2rem;
  margin-right: 15px;
}
.mapLegendItem img {
  position: absolute;
  left: 0;
  top: -2px;
  clip: rect(0, 42px, 46px, 0);
}
.revealerHead .mapLegendItem {
  margin-top: 9px;
  margin-bottom: 9px;
}
@media screen and (max-width: 760px) {
  .mapLegendItem {
    font-size: 1.8rem;
  }
}
/* Gifts Etablissements */
.infoBoxGiftEtab {
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
}
.infoBoxGiftEtab .infoBoxInner .items {
  display: table;
  border-top: 1px solid #b7995d;
  padding: 5px 0px;
  width: 100%;
}
.infoBoxGiftEtab .infoBoxInner .items .item-left {
  width: 65%;
  display: table-cell;
}
.infoBoxGiftEtab .infoBoxInner .items .item-right {
  display: table-cell;
  vertical-align: middle;
  width: 35%;
  text-align: right;
  font-weight: bold;
}
.infoBoxGiftEtab .infoBoxInner .items a {
  text-decoration: none;
}
/* Gifts Etablissements */
#mapbeneficiaryMap .infoBox {
  border: none !important;
}
#mapbeneficiaryMap .infoBox:after {
  border: none !important;
}
#mapbeneficiaryMap .infoBox .infoBoxBeneficiaryEtab a {
  font-size: 1.3rem;
  line-height: 1.4rem;
  font-weight: bold;
  width: 100%;
  padding: 1rem;
  margin-top: 1rem;
}
.details {
  display: none;
  padding: 0 0 .5rem 0;
}
.seeDetails {
  display: inline-block;
  font-family: 'Nobel', Arial, sans-serif;
  font-size: 1.3rem;
  color: #bd9e56;
  text-decoration: underline;
  cursor: pointer;
}
.seeDetails .less {
  display: none;
  font-style: initial;
}
.seeDetails .more {
  display: inline;
  font-style: initial;
}
.seeDetails:hover {
  text-decoration: none;
}
.seeDetails.is-opened .more {
  display: none;
}
.seeDetails.is-opened .less {
  display: inline;
  font-style: initial;
}
/* ==========================================================================
   HOTEL CITATION (also used in Account Home)
   ========================================================================== */
.blocCitation {
  margin-bottom: 20px;
}
.blocCitation img {
  max-width: 100%;
  height: auto;
}
.blocCitation .citationPhoto {
  text-align: right;
  max-width: 95px;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .blocCitation .citationPhoto {
    margin: 0 0 10px 0;
    text-align: left;
  }
}
@media screen and (max-width: 760px) {
  .blocCitation .citationPhoto {
    margin-right: 10px;
  }
}
.blocCitation .citationPhoto img {
  border-radius: 50%;
}
.blocCitation .citationPhoto.circled {
  position: relative;
}
.blocCitation .citationMsg {
  line-height: inherit;
  color: #1c1c1b;
  font-family: 'Nobel Book', Arial, sans-serif;
  margin-bottom: 10px;
}
.blocCitation .citationMsgHotel {
  font-family: 'Times New Roman', Times;
  font-size: 2rem;
}
.blocCitation .citationCredits {
  color: #1c1c1b;
  font-family: 'Times New Roman', Times;
  font-size: 1.6rem;
  line-height: 1.2em;
  margin-bottom: 15px;
}
.blocCitation .citationCredits a {
  text-decoration: none;
}
.blocCitation .citationCredits .citationLink {
  text-transform: none;
  font-family: 'Nobel', Arial, sans-serif;
  text-decoration: underline;
}
.blocCitation .citationCredits .citationLink:hover {
  text-decoration: none;
}
.blocCitation .citationCredits .citationLinkChef {
  text-decoration: underline;
}
.blocCitation .citationCredits .citationLinkHost {
  text-decoration: underline;
}
.blocCitation .citationDetail {
  display: block;
  font-family: 'Nobel Book', Arial, sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  margin-bottom: 25px;
}
.blocCitation .col-1-4,
.blocCitation .col-3-4 {
  display: inline-block;
  width: 25%;
}
.blocCitation .col-3-4 {
  width: 75%;
}
/* ==========================================================================
   SLIDERS
   ========================================================================== */
/* Default Sliders
   ========================================================================== */
.slick-slider {
  z-index: 4;
}
.defaultSlider,
.defaultSlider .slick-slide {
  background: #ffffff;
}
#chooseRoomForm .defaultSlider {
  background: none !important;
}
.defaultSlider,
.txtSlider {
  /* Image responsive */
  /* Arrows */
  /* Category */
  /* OPTIONS */
}
.defaultSlider .slick-loading .slick-list,
.txtSlider .slick-loading .slick-list {
  background: #ffffff url("../../images/common/loading.gif") center center no-repeat;
}
.defaultSlider img,
.txtSlider img {
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 760px) {
  .defaultSlider img,
  .txtSlider img {
    height: auto;
  }
}
@media screen and (min-width: 1401px) {
  .col-2-3 .defaultSlider img,
  .col-2-3 .txtSlider img {
    max-height: 573px;
  }
}
@media screen and (min-width: 1241px) and (max-width: 1400px) {
  .col-2-3 .defaultSlider img,
  .col-2-3 .txtSlider img {
    max-height: 502px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1240px) {
  .col-2-3 .defaultSlider img,
  .col-2-3 .txtSlider img {
    max-height: 415px;
  }
}
@media screen and (min-width: 901px) and (max-width: 1024px) {
  .col-2-3 .defaultSlider img,
  .col-2-3 .txtSlider img {
    max-height: 547px;
  }
}
@media screen and (min-width: 760px) and (max-width: 900px) {
  .col-2-3 .defaultSlider img,
  .col-2-3 .txtSlider img {
    max-height: 473px;
  }
}
@media screen and (max-width: 760px) {
  .defaultSlider img,
  .txtSlider img {
    max-height: -webkit-calc(100vw - 140px);
    max-height: calc(100vw - 140px);
  }
}
.defaultSlider .slick-prev,
.txtSlider .slick-prev,
.defaultSlider .slick-next,
.txtSlider .slick-next {
  height: 35px;
  width: 18px;
  margin-top: -17px;
  -webkit-transition: .3s;
          transition: .3s;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.defaultSlider .slick-prev,
.txtSlider .slick-prev,
.defaultSlider .slick-prev:hover,
.txtSlider .slick-prev:hover,
.defaultSlider .slick-prev:focus,
.txtSlider .slick-prev:focus {
  left: 20px;
  background-image: url(../../images/common/defaultSlider-arrow-left.png);
}
.defaultSlider .slick-prev:hover,
.txtSlider .slick-prev:hover {
  -webkit-transform: translateX(-2px);
      -ms-transform: translateX(-2px);
          transform: translateX(-2px);
}
.defaultSlider .slick-prev:before,
.txtSlider .slick-prev:before {
  content: "";
}
.defaultSlider .slick-next,
.txtSlider .slick-next,
.defaultSlider .slick-next:hover,
.txtSlider .slick-next:hover,
.defaultSlider .slick-next:focus,
.txtSlider .slick-next:focus {
  right: 20px;
  background-image: url(../../images/common/defaultSlider-arrow-right.png);
}
.defaultSlider .slick-next:hover,
.txtSlider .slick-next:hover {
  -webkit-transform: translateX(2px);
      -ms-transform: translateX(2px);
          transform: translateX(2px);
}
.defaultSlider .slick-next:before,
.txtSlider .slick-next:before {
  content: "";
}
.defaultSlider .category,
.txtSlider .category {
  position: absolute;
  top: -8px;
  left: 0;
  right: 0;
  padding: 0 20px;
  text-align: center;
}
.defaultSlider .category span,
.txtSlider .category span {
  color: #5d676f;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-family: 'Goudy MT W01 Bold', 'Times New Roman', Times, Georgia, serif;
  display: inline-block;
  background-color: #ffffff;
  padding: 5px 15px;
}
.defaultSlider .category span:empty,
.txtSlider .category span:empty {
  display: none;
}
.defaultSlider .category.categoryLeft,
.txtSlider .category.categoryLeft {
  text-align: left;
  padding-left: 0;
  top: 25px;
}
.defaultSlider .category.categoryLeft span,
.txtSlider .category.categoryLeft span {
  color: #bd9e56;
  font-family: Arial, sans-serif;
  text-transform: none;
  font-size: 1.6rem;
  line-height: 2.1rem;
}
.defaultSlider.with-BigArrows .slick-prev,
.txtSlider.with-BigArrows .slick-prev,
.defaultSlider.with-BigArrows .slick-next,
.txtSlider.with-BigArrows .slick-next {
  height: 46px;
  width: 23px;
  margin-top: -23px;
}
.defaultSlider.with-BigArrows .slick-prev,
.txtSlider.with-BigArrows .slick-prev,
.defaultSlider.with-BigArrows .slick-prev:hover,
.txtSlider.with-BigArrows .slick-prev:hover,
.defaultSlider.with-BigArrows .slick-prev:focus,
.txtSlider.with-BigArrows .slick-prev:focus {
  background-image: url(../../images/common/defaultSlider-big-arrow-left.png);
}
.defaultSlider.with-BigArrows .slick-next,
.txtSlider.with-BigArrows .slick-next,
.defaultSlider.with-BigArrows .slick-next:hover,
.txtSlider.with-BigArrows .slick-next:hover,
.defaultSlider.with-BigArrows .slick-next:focus,
.txtSlider.with-BigArrows .slick-next:focus {
  background-image: url(../../images/common/defaultSlider-big-arrow-right.png);
}
.defaultSlider.with-SmallArrows .slick-prev,
.txtSlider.with-SmallArrows .slick-prev,
.defaultSlider.with-SmallArrows .slick-next,
.txtSlider.with-SmallArrows .slick-next {
  height: 40px;
  width: 40px;
  margin-top: -20px;
}
.defaultSlider.with-SmallArrows .slick-prev,
.txtSlider.with-SmallArrows .slick-prev {
  left: 10px;
}
.defaultSlider.with-SmallArrows .slick-prev,
.txtSlider.with-SmallArrows .slick-prev,
.defaultSlider.with-SmallArrows .slick-prev:hover,
.txtSlider.with-SmallArrows .slick-prev:hover,
.defaultSlider.with-SmallArrows .slick-prev:focus,
.txtSlider.with-SmallArrows .slick-prev:focus {
  background-image: url(../../images/common/datepicker-arrow-left.png);
}
.defaultSlider.with-SmallArrows .slick-next,
.txtSlider.with-SmallArrows .slick-next {
  right: 10px;
}
.defaultSlider.with-SmallArrows .slick-next,
.txtSlider.with-SmallArrows .slick-next,
.defaultSlider.with-SmallArrows .slick-next:hover,
.txtSlider.with-SmallArrows .slick-next:hover,
.defaultSlider.with-SmallArrows .slick-next:focus,
.txtSlider.with-SmallArrows .slick-next:focus {
  background-image: url(../../images/common/datepicker-arrow-right.png);
}
.txtSlider .slick-slide {
  padding: 0 8rem;
}
.txtSlider .slick-dots {
  bottom: 0;
}
.txtSlider .slick-dots.expanded {
  position: relative;
}
/* Push Item  Sliders
   ========================================================================== */
.pushItemSlider:after,
.pushItemSlider:before {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.pushItemSlider:after {
  clear: both;
}
.pushItemSlider .pushItem {
  border-bottom: 0;
}
.pushItemSlider .slick-prev,
.pushItemSlider .slick-next,
.pushItemSlider .slick-dots {
  position: static;
  margin: 25px 0 0;
}
.pushItemSlider .slick-prev,
.pushItemSlider .slick-next {
  background-color: #1c1c1b;
  border: 1px solid #1c1c1b;
  width: 50px;
  height: 50px;
}
.pushItemSlider .slick-prev:before,
.pushItemSlider .slick-next:before {
  color: #ffffff;
  opacity: 1;
  font-family: Arial, sans-serif;
  font-size: 22px;
}
.pushItemSlider .slick-prev {
  float: left;
}
.pushItemSlider .slick-prev:before {
  content: "<";
}
.pushItemSlider .slick-next {
  display: inline-block !important;
}
.pushItemSlider .slick-next:before {
  content: ">";
}
.pushItemSlider .slick-dots {
  float: left;
  width: auto;
  margin: 39px 13px 0;
}
/* Multiple Item  Sliders
   ========================================================================== */
.multipleItemSlider {
  margin: 0 -10px;
  padding-bottom: 60px;
  min-height: 440px;
  overflow: hidden;
}
.multipleItemSlider .slick-slide {
  margin: 0 10px 10px;
}
.multipleItemSlider .slick-prev,
.multipleItemSlider .slick-next {
  border: 1px solid #1c1c1b;
  width: 50px;
  height: 40px;
  top: auto;
  bottom: 0;
  z-index: 1;
}
.multipleItemSlider .slick-prev:before,
.multipleItemSlider .slick-next:before {
  color: #5d676f;
  opacity: 1;
  font-family: Arial, sans-serif;
  font-size: 22px;
}
.multipleItemSlider .slick-prev {
  left: 50px;
}
.multipleItemSlider .slick-prev:before {
  content: "<";
}
.multipleItemSlider .slick-next {
  right: 50px;
}
.multipleItemSlider .slick-next:before {
  content: ">";
}
.multipleItemSlider .slick-dots {
  bottom: 0;
}
.multipleItemSlider:not(slick-slider) > .blocFeatured {
  margin: 0 10px 100px;
  float: left;
}
.multiple3ItemSlider:not(slick-slider) > .blocFeatured {
  width: -webkit-calc(33% - 20px);
  width: calc(33% - 20px);
}
@media screen and (max-width: 1240px) {
  .multiple3ItemSlider:not(slick-slider) > .blocFeatured {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 760px) {
  .multiple3ItemSlider:not(slick-slider) > .blocFeatured {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
  }
}
.multiple4ItemSlider:not(slick-slider) > .blocFeatured {
  width: -webkit-calc(25% - 20px);
  width: calc(25% - 20px);
}
@media screen and (max-width: 1240px) {
  .multiple4ItemSlider:not(slick-slider) > .blocFeatured {
    width: -webkit-calc(33% - 20px);
    width: calc(33% - 20px);
  }
}
@media screen and (max-width: 1024px) {
  .multiple4ItemSlider:not(slick-slider) > .blocFeatured {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 760px) {
  .multiple4ItemSlider:not(slick-slider) > .blocFeatured {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
  }
}
.rdbFilters .ui-widget-content .ui-state-default,
.osFilters .ui-widget-content .ui-state-default,
.rdbFilters .ui-widget-header .ui-state-default,
.osFilters .ui-widget-header .ui-state-default {
  background: #bd9e56;
  font-weight: normal;
}
.rdbFilters .ui-slider-horizontal .ui-slider-handle,
.osFilters .ui-slider-horizontal .ui-slider-handle {
  top: -0.9em;
}
.rdbFilters .ui-slider .ui-slider-handle,
.osFilters .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 0.9em;
  height: 4rem;
  cursor: default;
  -ms-touch-action: none;
      touch-action: none;
}
.rdbFilters .ui-slider-horizontal,
.osFilters .ui-slider-horizontal {
  height: .7em;
}
.rdbFilters .ui-slider,
.osFilters .ui-slider {
  position: relative;
  text-align: left;
  background: #e7e0cc;
}
.rdbFilters .ui-slider-horizontal .ui-slider-range,
.osFilters .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.rdbFilters .ui-slider .ui-slider-range,
.osFilters .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  border: 0;
  background-position: 0 0;
}
.rdbFilters .ui-widget-header,
.osFilters .ui-widget-header {
  background: #bd9e56;
}
.rdbFilters .rangeTip,
.osFilters .rangeTip {
  font-size: 1.6rem;
  color: #1c1c1b;
  font-family: 'Nobel', Arial, sans-serif;
  font-weight: 400;
}
/* ==========================================================================
   FASTTRACK
   ========================================================================== */
.fastTrack {
  width: 1072px;
  height: 6rem;
  margin: 0 auto;
  /* all */
  /* Date input
   ========================================================================== */
}
@media screen and (max-width: 1400px) {
  .fastTrack {
    width: 70%;
  }
}
@media screen and (max-width: 1240px) {
  .fastTrack {
    width: 95%;
  }
}
.fastTrack #typeSearch-villa .ftrackSearch {
  width: 100%;
}
.fastTrack .ftrackSearch {
  width: 36rem;
}
@media screen and (max-width: 1240px) {
  .fastTrack .ftrackSearch {
    width: inherit;
  }
}
[data-fastTrackExpanded='true'] .fastTrack {
  position: relative;
  top: 130px;
}
.is-phone [data-fastTrackExpanded='true'] .fastTrack {
  max-width: 400px;
}
[data-fastTrackExpanded='false'] .fastTrack:not(.destDatePicker) {
  position: absolute;
  top: 0;
  right: 0;
  white-space: nowrap;
  width: 0;
  overflow: hidden;
}
[data-fastTrackExpanded='false'] .fastTrack-is-open .fastTrack {
  width: 1072px;
  overflow: visible;
  -webkit-transition: width ease 0.3s;
          transition: width ease 0.3s;
}
@media screen and (max-width: 1400px) {
  [data-fastTrackExpanded='false'] .fastTrack-is-open .fastTrack {
    width: -webkit-calc(100% - 5rem);
    width: calc(100% - 5rem);
  }
  [data-fastTrackExpanded='false'] .fastTrack-is-open .fastTrack .form {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    box-shadow: none;
  }
  [data-fastTrackExpanded='false'] .fastTrack-is-open .fastTrack .ftrackSearch {
    position: inherit;
  }
  [data-fastTrackExpanded='false'] .fastTrack-is-open .fastTrack .ftrackChoose,
  [data-fastTrackExpanded='false'] .fastTrack-is-open .fastTrack .ftrackSearch {
    border: none;
  }
}
[data-fastTrackExpanded='false'] .fastTrack-is-open .fastTrack .ftrackSearchResults {
  width: 100%!important;
  left: auto;
}
.is-phone [data-fastTrackExpanded='false'] .fastTrack-is-open .fastTrack {
  width: 100vw;
  top: 6rem;
}
.is-phone .fastTrack-is-focus .fastTrack,
.is-phone .fastTrack-is-focus + .fastTrackHomeWrapper .fastTrack {
  -webkit-transform: translateY(-12rem);
      -ms-transform: translateY(-12rem);
          transform: translateY(-12rem);
  z-index: 21;
}
.fastTrack form {
  margin: auto;
  display: table;
  background: #ffffff;
  box-shadow: 1px 1px 7px 0 rgba(28, 28, 27, 0.35);
}
@media screen and (max-width: 900px) {
  .fastTrack form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .fastTrack form .ftrackChoose,
  .fastTrack form .ftrackSearch {
    display: block;
    height: auto;
    width: 50%;
    border-bottom: 1px solid #1c1c1b;
  }
  .fastTrack form .startEndDateField:first-child {
    border: none;
  }
  .fastTrack form .selectboxit-btn {
    font-style: normal;
  }
}
@media screen and (max-width: 760px) {
  .fastTrack form {
    box-shadow: none;
  }
  .fastTrack form .ftrackChoose {
    width: 100%;
  }
  .fastTrack form .ftrackSearch {
    width: -webkit-calc(100% - (60rem / 10));
    width: calc(100% - (60rem / 10));
    border: none;
  }
}
.fastTrack ::-webkit-input-placeholder {
  color: #1c1c1b;
}
.fastTrack ::-moz-placeholder {
  color: #1c1c1b;
}
.fastTrack :-ms-input-placeholder {
  color: #1c1c1b !important;
}
.fastTrack input:-moz-placeholder {
  color: #1c1c1b;
}
.fastTrack input.placeholder {
  color: #1c1c1b;
}
.fastTrack .formFieldset {
  display: table-cell;
  height: 6rem;
  vertical-align: top;
  -webkit-transition: all ease 0.3s;
          transition: all ease 0.3s;
  background: #ffffff;
}
.fastTrack .ftrackSelect {
  width: 16.5rem;
  height: 6rem;
}
.fastTrack .ftrackSelect select,
.fastTrack .ftrackSelect .selectboxit-container,
.fastTrack .ftrackSelect .selectboxit,
.fastTrack .ftrackSelect .selectboxit-text,
.fastTrack .ftrackSelect .selectboxit-btn {
  display: block;
  text-transform: uppercase;
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  margin: 0;
  height: 6rem;
  line-height: 6rem;
  border: 0;
  outline: 0 none;
  font-family: 'Nobel', Arial, sans-serif;
  font-size: 1.5rem;
  color: #1c1c1b;
}
.fastTrack .ftrackSelect select,
.fastTrack .ftrackSelect .selectboxit-container,
.fastTrack .ftrackSelect .selectboxit,
.fastTrack .ftrackSelect .selectboxit-btn {
  background: #ffffff;
}
.fastTrack .ftrackSelect .selectboxit-container .selectboxit-btn.selectboxit-focus {
  background-color: #ffffff;
}
.fastTrack .ftrackSelect .selectboxit-container .selectboxit-btn.selectboxit-focus .selectboxit-text {
  color: #1c1c1b;
}
.fastTrack .ftrackSelect .selectboxit-container .selectboxit-btn.selectboxit-focus .selectboxit-arrow-container i:after {
  color: #1c1c1b;
}
.fastTrack .ftrackSelect .selectboxit-arrow-container {
  top: 2.1rem;
}
.fastTrack .ftrackSelect .selectboxit-options {
  width: auto;
  background-color: #ffffff;
  min-width: 100%;
  font-size: 1.5rem;
  line-height: 2.4rem;
  text-align: left;
}
.fastTrack .ftrackSelect .selectboxit-options .selectboxit-focus {
  background-color: #ffffff;
}
.fastTrack .ftrackSelect .selectboxit-options .selectboxit-focus .selectboxit-option-anchor {
  color: #bd9e56;
}
.fastTrack .ftrackSelect .selectboxit-options li {
  padding-left: 2rem;
  padding-right: 2rem;
}
.fastTrack .ftrackSelect .selectboxit-option-anchor {
  color: #1c1c1b;
}
.fastTrack .ftrackSelect .selectboxit-option {
  background-position: 1rem 50%;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}
.fastTrack .ftrackChoose .selectboxit-options li {
  padding-left: 4rem;
}
.fastTrack .ftrackChoose .selectboxit-option.hotel {
  background-image: url(../../images/common/iconLysRC.png);
}
.fastTrack .ftrackChoose .selectboxit-option.villa {
  background-image: url(../../images/common/iconVilla.png);
}
.fastTrack .ftrackChoose .selectboxit-option.restaurant {
  background-image: url(../../images/common/iconToque.png);
}
.fastTrack .ftrackChoose .selectboxit-option.experience {
  background-image: url(../../images/common/iconXperience.png);
}
.fastTrack .ftrackChoose .selectboxit-option.chef {
  background-image: url(../../images/common/iconChef.png);
}
.fastTrack .ftrackRooms .selectboxit-text {
  font-size: 1.5rem;
  font-family: 'Times New Roman', Times;
  font-style: italic;
  text-transform: initial;
}
.fastTrack .formField {
  padding: 5px;
  margin-bottom: 0;
}
.fastTrack .formField #rc_app_search_type_query {
  box-shadow: inset 2px 2px 4px 2px rgba(0, 0, 0, 0.3);
}
.fastTrack .formField input[type='text'],
.fastTrack .formField input[type='date'] {
  width: 100%;
  outline: 0 none;
  margin: 0;
  border: 0;
  font-family: 'Times New Roman', Times;
  box-shadow: initial;
  font-style: normal;
}
.fastTrack .formField > .formError {
  position: absolute;
  top: 100%;
  left: 0;
  margin: 5px 0 0;
  min-width: 100%;
}
.fastTrack .ftrackSearch.is-opened .ftrackSearchResults {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s ease 0, visibility 0 ease 0.3s;
          transition: opacity 0.3s ease 0, visibility 0 ease 0.3s;
  left: 0;
  right: 0;
  width: 200%;
  min-width: 100%;
}
.fastTrack .ftrackSearchResults {
  position: absolute;
  top: 60px;
  left: 5px;
  right: 5px;
  min-width: 500px;
  background: #ffffff;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0, visibility 0 ease 0;
          transition: opacity 0.3s ease 0, visibility 0 ease 0;
  z-index: 1;
}
.fastTrack .ftrackSearchResults.is-opened {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s ease 0, visibility 0 ease 0.3s;
          transition: opacity 0.3s ease 0, visibility 0 ease 0.3s;
}
.is-phone .fastTrack .ftrackSearchResults {
  width: 100vw!important;
  left: 0;
  right: 0;
}
.fastTrack .ftrackSearchResults ul {
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 560px;
  overflow: auto;
}
.is-phone .fastTrack .ftrackSearchResults ul {
  max-height: -webkit-calc(100vh - 6rem);
  max-height: calc(100vh - 6rem);
}
.fastTrack .ftrackSearchResults .seeAll {
  line-height: 0.4rem;
  font-size: 15px;
  text-align: right;
}
.fastTrack .ftrackSearchResults .seeAll:hover {
  background-color: initial;
  text-decoration: underline;
}
.fastTrack .ftrackSearchResults li {
  margin: 0;
  padding: 0;
  border-top: 1px solid #eef0f0;
}
.fastTrack .ftrackSearchResults li.destination a:first-child {
  background-image: url(../../images/common/iconDestination.png);
}
.fastTrack .ftrackSearchResults li.hotel a:first-child {
  background-image: url(../../images/common/iconLysRC.png);
}
.fastTrack .ftrackSearchResults li.restaurant a:first-child {
  background-image: url(../../images/common/iconToque.png);
}
.fastTrack .ftrackSearchResults li.villa a:first-child {
  background-image: url(../../images/common/iconVilla.png);
}
.fastTrack .ftrackSearchResults li.experience a:first-child {
  background-image: url(../../images/common/iconXperience.png);
}
.fastTrack .ftrackSearchResults li.chef a:first-child {
  background-image: url(../../images/common/iconChef.png);
}
.fastTrack .ftrackSearchResults li.giftsProduct a:first-child {
  background-image: url(../../images/common/iconGift.png);
}
.fastTrack .ftrackSearchResults li:first-child,
.fastTrack .ftrackSearchResults li.destination + .destination,
.fastTrack .ftrackSearchResults li.hotel + .hotel,
.fastTrack .ftrackSearchResults li.restaurant + .restaurant,
.fastTrack .ftrackSearchResults li.villa + .villa,
.fastTrack .ftrackSearchResults li.experience + .experience,
.fastTrack .ftrackSearchResults li.chef + .chef {
  border-top: 0;
}
.fastTrack .ftrackSearchResults li a span {
  padding: 0;
  font-size: 15px;
}
.fastTrack .ftrackSearchResults a,
.fastTrack .ftrackSearchResults span {
  color: #1c1c1b;
  line-height: 21px;
  display: block;
  padding: 12px 15px 12px 50px;
  -webkit-transition: 0.3s;
          transition: 0.3s;
  text-decoration: none;
  outline: none;
  background-position: 2rem 50%;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  white-space: normal;
}
.fastTrack .ftrackSearchResults a .cGold,
.fastTrack .ftrackSearchResults span .cGold {
  color: #bd9e56;
}
.fastTrack .ftrackSearchResults span {
  padding-left: 20px;
}
.fastTrack .ftrackSearchResults a:hover,
.fastTrack .ftrackSearchResults a:focus,
.fastTrack .ftrackSearchResults a.focus {
  color: #bd9e56;
  text-decoration: underline;
}
.fastTrack .ftrackSearchResults a strong {
  font-weight: 400;
  font-family: 'Goudy MT W01 Bold', 'Times New Roman', Times, Georgia, serif;
}
.fastTrack .startEndDate {
  width: 100%;
}
.fastTrack .startEndDateField {
  width: 49%;
  float: left;
}
.fastTrack .startEndDateField.textField {
  width: 2%;
  height: 6rem;
  border-left: none;
  padding-top: 16px;
}
.fastTrack .startEndDateField input {
  height: 6rem;
  padding: 0 27px 0 15px;
  border: 0;
  background-color: #ffffff;
  outline: 0 none;
  font-family: 'Times New Roman', Times;
  font-size: 1.8rem;
  color: #1c1c1b;
}
.fastTrack .startEndDateField input.startDate {
  padding: 0 5px 0 35px;
}
.fastTrack .startEndDateField .icon {
  top: 0.7rem;
  left: 0.5rem;
  width: 2.1rem;
}
@media screen and (min-width: 760px) and (max-width: 900px) {
  .fastTrack .startEndDateField input {
    padding: 0 10px;
  }
}
.fastTrack .startEndDatepickerWrapper {
  left: auto;
  right: -295px;
}
@media screen and (min-width: 1401px) {
  .fastTrack .startEndDatepickerWrapper {
    top: 0 !important;
  }
}
@media screen and (max-width: 1400px) {
  .fastTrack .startEndDatepickerWrapper {
    min-width: 0;
    position: fixed;
    left: 15%;
    right: 15%;
  }
}
@media screen and (max-width: 1240px) {
  .fastTrack .startEndDatepickerWrapper {
    left: 10%;
    right: 10%;
  }
}
@media screen and (max-width: 1024px) {
  .fastTrack .startEndDatepickerWrapper {
    left: 0;
    right: 0;
    width: 100vw;
  }
}
.fastTrack .ftrackDateHolder,
.fastTrack .ftrackExp,
.fastTrack .ftrackRooms {
  width: 0;
  opacity: 0;
  position: relative;
  overflow: hidden;
  visibility: hidden;
}
.fastTrack .ftrackDateHolder > *,
.fastTrack .ftrackExp > *,
.fastTrack .ftrackRooms > *,
.fastTrack .ftrackDateHolder > .selectboxit-container,
.fastTrack .ftrackExp > .selectboxit-container,
.fastTrack .ftrackRooms > .selectboxit-container {
  padding: 0;
  width: 0 !important;
  visibility: hidden;
}
@media screen and (max-width: 1240px) {
  .fastTrack .ftrackSelect .selectboxit-btn {
    padding-left: 1.5rem;
  }
  .fastTrack .ftrackSelect select,
  .fastTrack .ftrackSelect .selectboxit-container,
  .fastTrack .ftrackSelect .selectboxit,
  .fastTrack .ftrackSelect .selectboxit-text,
  .fastTrack .ftrackSelect .selectboxit-btn,
  .fastTrack .ftrackSelect .selectboxit-options {
    font-size: 1.8rem;
  }
  .fastTrack .ftrackSelect .selectboxit-options {
    width: auto;
    white-space: nowrap;
  }
  .fastTrack .ftrackSelect .selectboxit-options li {
    padding: 0 2rem;
  }
  .fastTrack .ftrackChoose .selectboxit-options li {
    padding: 0 2rem 0 4rem;
  }
  .fastTrack .ftrackSelect,
  .fastTrack#typeSearch-experience .ftrackExp {
    width: 10.4rem;
  }
  .fastTrack .ftrackDateHolder,
  .fastTrack .ftrackExp,
  .fastTrack .ftrackRooms {
    width: 0;
  }
}
.noSynxisSearch .fastTrack .dateField,
.noSynxisSearch .fastTrack .ftrackRoomsInner {
  position: relative;
  opacity: 0.4;
}
.noSynxisSearch .fastTrack .dateField:after,
.noSynxisSearch .fastTrack .ftrackRoomsInner:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #ffffff;
  opacity: 0;
}
.fastTrack + .formError {
  display: none;
  position: absolute;
  top: 70px;
  right: 0;
  min-width: 437px;
  text-align: center;
}
.noSynxisSearch .fastTrack + .formError {
  display: block;
}
.fastTrack + .formError:after {
  right: 21px;
  left: auto;
}
.fastTrack-is-open .fastTrack + .formError:after {
  left: 50%;
  right: auto;
  margin-left: -9px;
}
.fastTrack.destDatePicker {
  width: 100%;
  box-shadow: 1px 1px 7px 0px rgba(28, 28, 27, 0.35);
  margin: 0 0 25px 0;
}
.is-phone .fastTrack.destDatePicker .formFieldset {
  display: table-cell;
}
.fastTrack.destDatePicker .formFieldset .startEndDateField {
  border-right: 1px solid #1c1c1b;
}
.fastTrack.destDatePicker .formFieldset .dateField {
  padding: 0;
}
@media screen and (min-width: 1241px) {
  .fastTrack.destDatePicker .formFieldset .dateField {
    min-width: 27rem;
  }
}
.fastTrack.destDatePicker .formFieldset .startEndDatepickerWrapper {
  position: absolute;
  right: -150px;
}
@media screen and (min-width: 760px) {
  .fastTrack.destDatePicker .formFieldset .startEndDatepickerWrapper {
    left: initial;
  }
}
@media screen and (min-width: 760px) {
  .fastTrack.destDatePicker .formFieldset .startEndDatepickerWrapper {
    min-width: 600px;
  }
}
.fastTrack.destDatePicker .formFieldset.ftrackSelect {
  border-right: 1px solid #1c1c1b;
}
@media screen and (min-width: 801px) and (max-width: 1240px) {
  .fastTrack.destDatePicker .formFieldset.ftrackSelect {
    display: inline-block;
  }
}
@media screen and (min-width: 1241px) {
  .fastTrack.destDatePicker .formFieldset.ftrackSelect {
    min-width: 13.5rem;
    max-width: 13.5rem;
  }
}
.fastTrack.destDatePicker .formFieldset.ftrackSelect .ftrackRoomsInner span,
.fastTrack.destDatePicker .formFieldset.ftrackSelect .ftrackRoomsInner li {
  font-size: 1.5rem;
  font-family: 'Times New Roman', Times;
  font-style: italic;
}
/* Buttons
   ========================================================================== */
.ftrackGo,
.ftrackView {
  height: 6rem;
}
.ftrackGo .btn,
.ftrackView .btn {
  height: 6rem;
  background-color: #1c1c1b;
  padding: 6px 30px 6px 10px;
  outline: 0 none;
  position: relative;
  width: 18rem;
}
.ftrackGo .btn:hover .icon,
.ftrackView .btn:hover .icon {
  fill: #1c1c1b;
}
.ftrackGo .btn .yourStay,
.ftrackView .btn .yourStay {
  font-size: 1.2rem;
  text-transform: none;
  display: none;
}
.ftrackGo .btn .yourStay.plural .plural,
.ftrackView .btn .yourStay.plural .plural {
  display: inline-block;
}
.ftrackGo .btn .yourStay.plural .single,
.ftrackView .btn .yourStay.plural .single {
  display: none;
}
.ftrackGo .btn .yourStay.single .plural,
.ftrackView .btn .yourStay.single .plural {
  display: none;
}
.ftrackGo .btn .yourStay.single .single,
.ftrackView .btn .yourStay.single .single {
  display: inline-block;
}
.ftrackGo .icon,
.ftrackView .icon {
  width: 22px;
}
.ftrackView {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  background: #ffffff;
  text-align: center;
  cursor: pointer;
  padding-top: 1.5rem;
}
@media screen and (max-width: 1024px) {
  .ftrackView {
    padding-top: 0.5rem;
    width: 5rem;
  }
}
.fastTrack-is-open .ftrackView,
.fastTrack-is-open + .fastTrackHomeWrapper .ftrackView,
[data-fastTrackExpanded='true'] .ftrackView {
  display: none;
}
.ftrackHide {
  width: 6rem;
  height: 6rem;
}
[data-fastTrackExpanded='true'] .ftrackHide {
  display: none;
}
.is-phone [data-fastTrackExpanded='true'] .ftrackHide {
  display: none;
}
.ftrackHide .btn {
  width: 6rem;
  height: 6rem;
  padding: 0;
  outline: 0 none;
  border: 0;
  background: #1c1c1b;
}
/* Layouts from typeSearch
   ========================================================================== */
/* Hotel */
.is-not-phone #typeSearch-hotel .ftrackDateHolder {
  width: 28rem;
  overflow: visible;
  opacity: 1;
}
@media screen and (min-width: 760px) and (max-width: 900px) {
  .is-not-phone #typeSearch-hotel .ftrackDateHolder {
    width: 22rem;
  }
}
@media screen and (max-width: 900px) {
  .is-not-phone #typeSearch-hotel .ftrackDateHolder {
    width: 50%;
  }
}
.is-not-phone #typeSearch-hotel .ftrackDateHolder > * {
  padding: 0;
  width: 100% !important;
  visibility: visible !important;
}
.is-not-phone #typeSearch-hotel .startDateField {
  border-left: 1px solid #1c1c1b;
}
.is-not-phone #typeSearch-hotel .endDateField {
  border-right: 1px solid #1c1c1b;
}
@media screen and (max-width: 900px) {
  .is-not-phone #typeSearch-hotel .startDateField {
    border: none;
  }
}
.is-not-phone #typeSearch-hotel .icon {
  opacity: 1;
}
.is-not-phone #typeSearch-hotel .ftrackRooms {
  width: 11.7rem;
  overflow: visible;
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 900px) {
  .is-not-phone #typeSearch-hotel .ftrackRooms {
    width: -webkit-calc(50% - (64rem / 10));
    width: calc(50% - (64rem / 10));
  }
}
.is-not-phone #typeSearch-hotel .ftrackRooms > * {
  padding: 0;
  width: 100% !important;
  visibility: visible;
}
/* Experience */
#typeSearch-experience .ftrackExp {
  width: 16rem;
  overflow: visible;
  opacity: 1;
  visibility: visible;
}
#typeSearch-experience .ftrackExp > * {
  padding: 0;
  width: 100% !important;
  visibility: visible !important;
}
/* Phone */
.is-phone .ftrackHide {
  position: absolute;
  right: 0;
  top: -6rem;
}
.is-phone .ftrackHide .btn {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.is-phone .ftrackDateHolder,
.is-phone .ftrackExp,
.is-phone .ftrackRooms {
  height: 0;
}
.is-phone .formFieldset {
  display: block;
}
.is-phone .ftrackChoose {
  width: auto;
  float: left;
}
.is-phone #typeSearch-experience .ftrackExp {
  height: 6rem;
}
.is-phone #typeSearch-experience .ftrackChoose,
.is-phone #typeSearch-experience .ftrackExp {
  width: 50%;
  float: left;
}
.is-phone #typeSearch-experience .ftrackChoose .selectboxit,
.is-phone #typeSearch-experience .ftrackExp .selectboxit {
  text-align: left;
}
.is-phone .ftrackSearch {
  float: left;
  width: -webkit-calc(100% - 5rem);
  width: calc(100% - 5rem);
}
.is-phone .ftrackSearch input {
  text-overflow: ellipsis;
  /*-webkit-touch-callout: none;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      -webkit-tap-highlight-color: rgba(0,0,0,0);*/
}
.is-phone .ftrackGo {
  float: right;
  padding: 5px 0;
  width: 5rem;
}
.is-phone .ftrackGo .btn {
  width: 5rem;
  height: 5rem;
  margin-left: -5px;
}
.is-phone .ftrackGo .btn:after {
  content: none;
}
.fastTrackHomeWrapper {
  position: relative;
  height: 12rem;
  overflow: hidden;
}
[data-fastTrackExpanded='true'] .fastTrack-is-focus + .fastTrackHomeWrapper {
  height: 0;
}
[data-fastTrackExpanded='true'] .fastTrack-is-focus + .fastTrackHomeWrapper .fastTrack {
  position: fixed;
  -webkit-transform: translateY(-6rem);
      -ms-transform: translateY(-6rem);
          transform: translateY(-6rem);
  max-width: 100%;
}
[data-fastTrackExpanded='true'] :not(.fastTrack-is-focus) + .fastTrackHomeWrapper .formError {
  position: fixed;
  top: 18rem;
  z-index: 1;
}
.fastTrackHomeWrapper .ftrackView {
  position: fixed;
  z-index: 18;
  -webkit-transition: 0.3s;
          transition: 0.3s;
}
.is-phone [data-fasttrackexpanded='false'].antiScroll-on .fastTrackHomeWrapper .ftrackView:not(.fastTrack-is-open) {
  -webkit-transform: translateY(-6rem);
      -ms-transform: translateY(-6rem);
          transform: translateY(-6rem);
}
.fastTrackHomeWrapper .fastTrack {
  width: 100%;
  top: 0;
}
[data-fastTrackExpanded='false'] .fastTrackHomeWrapper .fastTrack {
  position: fixed;
  z-index: 18;
  overflow: hidden;
  width: 0;
  top: 6rem;
}
[data-fastTrackExpanded='false'] .fastTrack-is-open + .fastTrackHomeWrapper .fastTrack {
  overflow: visible;
  width: 100vw;
  -webkit-transition: width ease 0.3s;
          transition: width ease 0.3s;
}
.autocompletePropertyResults {
  position: absolute;
  z-index: 1;
  top: 36px;
  left: 0;
  width: -webkit-calc(100% - 5px);
  width: calc(100% - 5px);
  background: #ffffff;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0, visibility 0 ease 0;
          transition: opacity 0.3s ease 0, visibility 0 ease 0;
  border: 1px solid #d9dbdd;
}
.autocompletePropertyResults.is-opened {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s ease 0, visibility 0 ease 0.3s;
          transition: opacity 0.3s ease 0, visibility 0 ease 0.3s;
}
.is-phone .autocompletePropertyResults {
  width: 100vw;
  left: 0;
  right: 0;
}
.autocompletePropertyResults ul {
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 483px;
  overflow: auto;
}
.is-phone .autocompletePropertyResults ul {
  max-height: -webkit-calc(100vh - 6rem);
  max-height: calc(100vh - 6rem);
}
.autocompletePropertyResults li {
  margin: 0;
  padding: 0;
  border-top: 1px solid #eef0f0;
}
.autocompletePropertyResults li.destination a {
  background-image: url(../../images/common/iconDestination.png);
}
.autocompletePropertyResults li.hotel a {
  background-image: url(../../images/common/iconLysRC.png);
}
.autocompletePropertyResults li.restaurant a {
  background-image: url(../../images/common/iconToque.png);
}
.autocompletePropertyResults li.villa a {
  background-image: url(../../images/common/iconVilla.png);
}
.autocompletePropertyResults li.experience a {
  background-image: url(../../images/common/iconXperience.png);
}
.autocompletePropertyResults li.chef a {
  background-image: url(../../images/common/iconChef.png);
}
.autocompletePropertyResults li:first-child,
.autocompletePropertyResults li.destination + .destination,
.autocompletePropertyResults li.hotel + .hotel,
.autocompletePropertyResults li.restaurant + .restaurant,
.autocompletePropertyResults li.villa + .villa,
.autocompletePropertyResults li.experience + .experience,
.autocompletePropertyResults li.chef + .chef {
  border-top: 0;
}
.autocompletePropertyResults a,
.autocompletePropertyResults span {
  line-height: 21px;
  display: block;
  padding: 12px 15px 12px 50px;
  -webkit-transition: 0.3s;
          transition: 0.3s;
  text-decoration: none;
  outline: none;
  background-position: 2rem 50%;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  white-space: nowrap;
}
.autocompletePropertyResults span {
  padding-left: 20px;
}
.autocompletePropertyResults a:hover,
.autocompletePropertyResults a:focus,
.autocompletePropertyResults a.focus {
  background-color: #d9dbdd;
}
.autocompletePropertyResults a strong {
  font-weight: 400;
  font-family: 'Goudy MT W01 Bold', 'Times New Roman', Times, Georgia, serif;
}
#rc_app_search_type_roomsSelectBoxItOptions li a {
  font-family: 'Times New Roman', Times;
}
#destinationResults .startEndDateField .icon {
  right: .5rem;
}
#destinationResults .startEndDateField.endDateField input[type='text'] {
  padding: 0 27px 0 40px;
}
#destinationResults .ftrackGo {
  width: 6rem;
}
#destinationResults .ftrackGo .btn {
  width: 6rem;
  height: 6rem;
  padding: 0;
}
/* ==========================================================================
   BLOC ASIDE
   ========================================================================== */
/* Bloc List
   ========================================================================== */
.blocAsideList {
  padding: 1px 20px 0;
  margin-bottom: 30px;
}
.blocAsideList ul {
  padding: 0 0 0 20px;
}
.blocAsideList li {
  margin-bottom: 20px;
}
.blocAsideList a {
  text-decoration: none;
  font-size: 16px;
}
.blocAsideList a:hover {
  text-decoration: underline;
}
/* Bloc dark list
   ========================================================================== */
.blocListDark,
.blocAsideListDark {
  background: #eef0f0;
  padding: 20px 30px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.blocListDark .title,
.blocAsideListDark .title {
  font-family: 'Times New Roman', Times;
  font-size: 3.5rem;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;
  text-decoration: none;
  color: #1c1c1b;
  font-size: 3rem;
}
.blocListDark ul,
.blocAsideListDark ul {
  font-family: 'Goudy MT W01 Bold', 'Times New Roman', Times, Georgia, serif;
  padding-left: 16px;
}
.blocListDark li,
.blocAsideListDark li {
  margin-bottom: 10px;
}
/* Bloc tags
   ========================================================================== */
.blocAsideTags {
  padding: 0 20px;
  margin-bottom: 30px;
  font-size: 0;
}
.blocAsideTags .title {
  margin: 0 0 20px 0;
}
.blocAsideTags-title {
  text-transform: capitalize;
}
/* Bloc tags
   ========================================================================== */
.blocAsideEvents strong {
  color: #bd9e56;
  text-transform: uppercase;
}
.blocAsideEvents small {
  font-family: 'GoudyOldStyleMTW01-Ital', 'Times New Roman', Times, Georgia, serif;
  font-size: 1.8rem;
}
.rc-Contact-aside {
  position: fixed;
  right: 0;
  top: 100px;
  z-index: 25;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform .4s;
          transition: transform .4s;
}
.rc-Contact-aside input[type=checkbox] {
  display: none;
}
.rc-Contact-aside .pull-left {
  width: 60%;
  float: left;
}
.rc-Contact-aside .pull-right {
  float: right;
}
.rc-Contact-aside__href {
  float: left;
  width: 100%;
}
.rc-Contact-aside__href p {
  text-align: center;
  font-weight: bold;
  margin: 2rem 0 0 0;
}
@media screen and (max-width: 900px) {
  .rc-Contact-aside {
    position: absolute;
    top: 70px;
    display: none;
  }
}
.rc-Contact-aside.is-visible {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.rc-Contact-aside .rc-Beneficiary-aside__cta {
  text-align: center;
}
.rc-Contact-aside .rc-Beneficiary-aside__href p {
  text-align: center;
  color: #5d676f;
  font-weight: bold;
}
.rc-Contact-aside .rc-Contact-aside__wrap {
  border: 1px solid #bd9e56;
  background: #f2f2f2;
  background: -webkit-linear-gradient(top, #f2f2f2 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #f2f2f2 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#ffffff', GradientType=0);
  background-size: auto 33%;
  background-repeat: repeat-x;
  width: 500px;
}
@media screen and (max-width: 900px) {
  .rc-Contact-aside .rc-Contact-aside__wrap {
    width: 260px;
  }
}
.rc-Contact-aside .rc-Contact-aside__toggler {
  position: absolute;
  background: #bd9e56;
  border: 1px solid #bd9e56;
  padding: 1rem;
  color: #ffffff;
  font-size: 1.75rem;
  -webkit-transform: rotate(-90deg) translate(-100%, -100%);
      -ms-transform: rotate(-90deg) translate(-100%, -100%);
          transform: rotate(-90deg) translate(-100%, -100%);
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  cursor: pointer;
  -webkit-transition: background .3s;
          transition: background .3s;
}
.rc-Contact-aside .rc-Contact-aside__toggler:hover {
  background: #94712a;
}
.rc-Contact-aside .rc-Contact-aside__toggler.rc-Contact-aside__home {
  min-width: 226px;
  margin-top: -1px;
  text-align: center;
}
.rc-Contact-aside .rc-Contact-aside__inner {
  padding: 2rem;
  background: #f2f2f2;
  min-height: 223px;
  margin-top: 1px;
}
.rc-Contact-aside .rc-Contact-aside__inner.rc-Contact-aside__inner-beneficiary {
  min-height: 140px;
}
.rc-Contact-aside .rc-Contact-aside__content {
  max-height: 60vh;
  overflow: hidden;
  overflow-y: auto;
}
.rc-Contact-aside .rc-Contact-aside__header {
  margin-bottom: 3rem;
  text-align: center;
}
.rc-Contact-aside .rc-Contact-aside__header .rc-Contact-aside__label {
  font-size: 1.8rem;
  text-transform: uppercase;
}
.rc-Contact-aside .rc-Contact-aside__header .rc-Contact-aside__label::before {
  content: '* ';
}
.rc-Contact-aside .rc-Contact-aside__header .rc-Beneficiary-aside__label {
  text-transform: inherit;
}
.rc-Contact-aside .rc-Contact-aside__header .rc-Beneficiary-aside__label::before {
  content: none;
}
.rc-Contact-aside .rc-Contact-aside .btn {
  width: 100%;
}
@media screen and (max-width: 900px) {
  .rc-Contact-aside .rc-Contact-aside .btn {
    padding: 1.5rem;
  }
}
.rc-Contact-aside .rc-Contact-person {
  margin-bottom: 3rem;
}
.rc-Contact-aside .rc-Contact-person .row {
  margin: 0;
  padding: 0;
}
.rc-Contact-aside .rc-Contact-person__picture {
  height: auto;
  max-width: 100%;
  padding: 0;
}
@media screen and (max-width: 900px) {
  .rc-Contact-aside .rc-Contact-person__picture {
    margin-bottom: 1rem;
  }
}
.rc-Contact-aside .rc-Contact-person__picture img {
  max-width: 100%;
}
.rc-Contact-aside .rc-Contact-person__personal {
  padding-right: 0;
}
@media screen and (max-width: 1024px) {
  .rc-Contact-aside .rc-Contact-person__personal {
    padding-left: 0;
  }
}
.rc-Contact-aside .rc-Contact-person__infos {
  margin-top: 1rem;
}
.rc-Contact-aside .rc-Contact-person__infos p {
  margin-top: 0;
}
.rc-Contact-aside .rc-Contact-header {
  margin-bottom: 50px;
  padding: 2rem;
}
@media screen and (max-width: 1024px) {
  .rc-Contact-aside .rc-Contact-header {
    padding: 1rem;
  }
}
.rc-Contact-aside .rc-Contact .alert-success {
  margin-bottom: 3rem;
}
@media screen and (min-width: 1025px) {
  .rc-Contact-aside .rc-Contact-formContainer {
    background: url('/images/gifts/prod-entr.jpg') 100% 50% no-repeat;
    background-size: 20% auto;
  }
}
.rc-Contact-aside .rc-Contact-contacts {
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .rc-Contact-aside .rc-Contact-download {
    padding-top: 2rem;
    padding-bottom: 2rem;
    text-align: center;
  }
}
.rc-Contact-aside .rc-Contact-info {
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .rc-Contact-aside .rc-Contact-info {
    padding-top: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #eef0f0;
  }
}
.rc-Contact-aside .rc-Contact-info a {
  color: #bd9e56;
}
.rc-Contact-aside .rc-Contact-info__picture {
  display: inline-block;
  margin-bottom: 1rem;
}
.rc-Contact-aside .rc-Contact-advantages [class^="col-"]:last-child {
  padding: 0 2rem;
  background: #eef0f0;
}
.rc-Contact-aside .rc-ContactForm .selectboxit-container {
  display: block;
}
.rc-Contact-aside .rc-ContactForm .selectboxit {
  width: 100% !important;
}
.rc-Contact-aside .callCost {
  color: #5d676f;
  display: block;
  font-size: 1.3rem;
}
.rc-Contact-aside__beneficiary {
  padding: 1rem 2rem !important;
}
/* ==========================================================================
   BLOC FEATURED
   ========================================================================== */
.blocFeatured {
  height: 380px;
  margin-bottom: 2rem;
  position: relative;
  background: #ffffff no-repeat center top;
  z-index: 10;
}
@media screen and (max-width: 760px) {
  .blocFeatured {
    height: -webkit-calc(100vw - 20px);
    height: calc(100vw - 20px);
    max-height: 380px;
  }
}
.blocFeatured > .img,
.blocFeatured > figure {
  position: absolute;
  z-index: 6;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
}
.blocFeatured > .img img,
.blocFeatured > figure img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: auto;
}
@media screen and (max-width: 760px) {
  .blocFeatured > .img img,
  .blocFeatured > figure img {
    max-height: 100%;
  }
}
.blocFeatured:not(.noHover):hover {
  cursor: pointer;
}
.blocFeatured:not(.noHover):hover:before {
  content: none;
}
.blocFeatured:not(.noHover):hover figure {
  -webkit-transition: 0.3s opacity;
          transition: 0.3s opacity;
  opacity: 1;
}
.blocFeatured:not(.noHover):hover .cta a {
  color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0);
  background: rgba(0, 0, 0, 0.6);
}
.blocFeatured:not(.noHover):hover .content {
  background-image: none;
}
.blocFeatured.slick-slide,
.blocFeatured.slick-active,
.blocFeatured.slick-cloned,
.blocFeatured.blocFeatured-blancpain,
.blocFeatured.blocFeatured-noLinear,
.blocFeatured.blocFeatured-border,
.blocFeatured.blocFeatured-gradient {
  box-shadow: none !important;
}
.blocFeatured.slick-slide .content,
.blocFeatured.slick-active .content,
.blocFeatured.slick-cloned .content,
.blocFeatured.blocFeatured-blancpain .content,
.blocFeatured.blocFeatured-noLinear .content,
.blocFeatured.blocFeatured-border .content,
.blocFeatured.blocFeatured-gradient .content {
  background-image: none !important;
}
@media screen and (max-width: 760px) {
  .blocFeatured.slick-slide .content,
  .blocFeatured.slick-active .content,
  .blocFeatured.slick-cloned .content,
  .blocFeatured.blocFeatured-blancpain .content,
  .blocFeatured.blocFeatured-noLinear .content,
  .blocFeatured.blocFeatured-border .content,
  .blocFeatured.blocFeatured-gradient .content {
    background: #ffffff;
  }
}
@media screen and (max-width: 760px) {
  .blocFeatured.slick-slide .content .mainTitle1,
  .blocFeatured.slick-active .content .mainTitle1,
  .blocFeatured.slick-cloned .content .mainTitle1,
  .blocFeatured.blocFeatured-blancpain .content .mainTitle1,
  .blocFeatured.blocFeatured-noLinear .content .mainTitle1,
  .blocFeatured.blocFeatured-border .content .mainTitle1,
  .blocFeatured.blocFeatured-gradient .content .mainTitle1 {
    color: #1c1c1b;
  }
}
@media screen and (max-width: 760px) {
  .blocFeatured.slick-slide .content .category span,
  .blocFeatured.slick-active .content .category span,
  .blocFeatured.slick-cloned .content .category span,
  .blocFeatured.blocFeatured-blancpain .content .category span,
  .blocFeatured.blocFeatured-noLinear .content .category span,
  .blocFeatured.blocFeatured-border .content .category span,
  .blocFeatured.blocFeatured-gradient .content .category span {
    color: #1c1c1b;
  }
}
.blocFeatured.slick-slide:hover .content,
.blocFeatured.slick-active:hover .content,
.blocFeatured.slick-cloned:hover .content,
.blocFeatured.blocFeatured-blancpain:hover .content,
.blocFeatured.blocFeatured-noLinear:hover .content,
.blocFeatured.blocFeatured-border:hover .content,
.blocFeatured.blocFeatured-gradient:hover .content {
  background-image: none !important;
}
.blocFeatured.slick-slide:hover .cta a,
.blocFeatured.slick-active:hover .cta a,
.blocFeatured.slick-cloned:hover .cta a,
.blocFeatured.blocFeatured-blancpain:hover .cta a,
.blocFeatured.blocFeatured-noLinear:hover .cta a,
.blocFeatured.blocFeatured-border:hover .cta a,
.blocFeatured.blocFeatured-gradient:hover .cta a {
  background: none !important;
}
.blocFeatured.has-svgRoute,
.blocFeatured.blocFeatured-smallHeight {
  box-shadow: none !important;
}
.blocFeatured.has-svgRoute .content,
.blocFeatured.blocFeatured-smallHeight .content {
  background-image: none !important;
}
@media screen and (max-width: 760px) {
  .blocFeatured.has-svgRoute .content,
  .blocFeatured.blocFeatured-smallHeight .content {
    background: transparent;
  }
}
@media screen and (max-width: 760px) {
  .blocFeatured.has-svgRoute .content .mainTitle1,
  .blocFeatured.blocFeatured-smallHeight .content .mainTitle1 {
    color: #1c1c1b;
  }
}
@media screen and (max-width: 760px) {
  .blocFeatured.has-svgRoute .content .category span,
  .blocFeatured.blocFeatured-smallHeight .content .category span {
    color: #1c1c1b;
  }
}
.blocFeatured.has-svgRoute:hover .content,
.blocFeatured.blocFeatured-smallHeight:hover .content {
  background-image: none !important;
}
.blocFeatured.has-svgRoute:hover .cta a,
.blocFeatured.blocFeatured-smallHeight:hover .cta a {
  background: none !important;
}
.blocFeatured.blocFeatured-blancpain {
  border: 2px solid #bd9e56;
  margin-bottom: -2px;
}
.blocFeatured .content {
  position: relative;
  width: 100%;
  bottom: 0;
  z-index: 8;
  min-height: 105px;
  padding: 16px 10px 15px;
  text-align: center;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), #1c1c1b);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #1c1c1b);
}
@media screen and (max-width: 760px) {
  .blocFeatured .content {
    padding-top: 30px;
  }
}
.blocFeatured .content .mainTitle1 {
  font-size: 2.4rem;
  line-height: 2.7rem;
  display: inline-block;
  font-family: 'Nobel', Arial, sans-serif;
  color: #ffffff;
}
@media screen and (max-width: 760px) {
  .blocFeatured .content .mainTitle2 {
    font-size: 3rem;
  }
}
.blocFeatured .content .title {
  font-family: 'Times New Roman', Times;
  font-size: 3.5rem;
  color: #1c1c1b;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;
  text-decoration: none;
  font-size: 3rem;
  color: #ffffff;
}
.blocFeatured .content > * {
  padding: 0 10px;
}
.blocFeatured .content .icon {
  width: 25px;
  height: 25px;
}
.blocFeatured .category {
  left: 0;
  right: 0;
  padding: 0 20px;
  text-align: center;
}
.blocFeatured .category span {
  color: #ffffff;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-family: 'Nobel', Arial, sans-serif;
  display: inline-block;
  line-height: 18px;
}
.blocFeatured .category a {
  text-decoration: none;
}
.blocFeatured .category.categoryLeft {
  text-align: left;
  padding-left: 0;
  top: 25px;
  position: absolute;
}
.blocFeatured .category.categoryLeft span {
  color: #bd9e56;
  font-family: 'Nobel', Arial, sans-serif;
  background-color: #ffffff;
  padding: 10px 16px;
  text-transform: none;
  font-size: 1.6rem;
}
.blocFeatured .cta {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  padding: 0 20px;
  text-align: center;
  z-index: 9;
  display: none;
}
.blocFeatured.has-svgRoute .content {
  padding: 0;
}
.blocFeatured.has-svgRoute .content object {
  width: 100%;
  height: auto;
  display: block;
}
.home-features .blocFeatured .pushDescription strong {
  font-size: 2.1rem;
  color: #ffffff;
}
#tabGoodToKnow .blocFeatured .cta {
  display: block;
}
/* Bloc options
   ========================================================================== */
.blocFeatured-border {
  box-shadow: 1px 1px 7px 0px rgba(28, 28, 27, 0.35);
}
.blocFeatured-noCategory .content {
  padding-top: 15px;
}
.blocFeatured-smallHeight {
  height: 270px;
}
.blocFeatured-autoHeight {
  height: auto;
}
/* ==========================================================================
   BLOC FEATURED SPECIAL
   ========================================================================== */
/* Meteo
   ========================================================================== */
.blocFeatured-meteo {
  height: auto;
  border: 2px solid #bd9e56;
  margin-bottom: -2px;
  border-bottom: 0;
}
.blocFeatured-meteo .content {
  min-height: inherit;
  padding: 1.2rem 1rem;
}
.blocFeatured-meteo .meteoDisplay > div {
  display: inline-block;
  vertical-align: middle;
}
.blocFeatured-meteo .meteoDisplay .cond {
  margin-right: 15px;
}
.blocFeatured-meteo .meteoDisplay .temp {
  font-size: 2.4rem;
  line-height: 2.4rem;
  color: #1c1c1b;
}
.blocFeatured-meteo .meteoDisplay .temp span.hide {
  display: none;
}
.blocFeatured-meteo .meteoDisplay .unit {
  margin-left: 10px;
  font-size: 1.2rem;
  line-height: 1.2rem;
  vertical-align: top;
  color: #aeb3b7;
}
.blocFeatured-meteo .meteoDisplay .unit span {
  cursor: pointer;
  display: inline-block;
  margin: 0 8px 0 0;
}
.blocFeatured-meteo .meteoDisplay .unit span:last-child {
  margin-left: -5px;
}
.blocFeatured-meteo .meteoDisplay .unit span.active,
.blocFeatured-meteo .meteoDisplay .unit span:hover {
  color: #bd9e56;
  border-bottom: 1px solid #bd9e56;
}
/* Montres BlancPain
   ========================================================================== */
.blocFeatured-blancpain {
  height: auto;
}
.blocFeatured-blancpain iframe {
  display: block;
  margin: 0 auto;
  width: 134px;
  height: 250px;
}
.blocFeatured-blancpain .cta {
  position: initial;
  display: block;
}
.blocFeatured-blancpain:hover .cta a.visit_img {
  border: initial;
}
/* Partner Logo
   ========================================================================== */
.blocFeature-partnerLogo .content {
  padding-top: 220px;
}
/* Special Offers Pushes - Specific styles
   ========================================================================== */
.blocFeatured-offer {
  height: auto;
  padding-bottom: 75px;
}
.blocFeatured-offer .content {
  padding-top: 30px;
}
.blocFeatured-offer .content .img,
.blocFeatured-offer .content figure {
  padding: 20px 0 15px;
}
.blocFeatured-offer .content .img img,
.blocFeatured-offer .content figure img {
  max-width: 100%;
}
.blocFeatured-offer .content a {
  text-decoration: none;
}
.blocFeatured-offer .priceConditions {
  font-size: 1.2rem;
}
.blocFeatured-offer .cta {
  padding: 0;
}
.blocFeatured-offer .cta .btn {
  padding-right: 15px;
  padding-left: 15px;
}
/* Destinatoion - Specific styles
   ========================================================================== */
.blocFeatured-destination .content {
  padding-top: 40px;
}
.blocFeatured-destination .content .mainTitle1 {
  height: 5.4rem;
  overflow: hidden;
  padding: 0;
  margin-bottom: 20px;
}
.blocFeatured-destination .content .visuLink {
  display: block;
  padding: 0;
}
.blocFeatured-destination .content figure {
  overflow: hidden;
  height: 165px;
  margin: 0 20px;
  position: relative;
}
.blocFeatured-destination .content figure img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: auto;
}
.blocFeatured-gift {
  box-shadow: none;
}
.multipleItemSlider .blocFeatured,
.multiple3ItemSlider .blocFeatured,
.slick-slider .blocFeatured {
  box-shadow: none !important;
}
.multipleItemSlider .blocFeatured .content,
.multiple3ItemSlider .blocFeatured .content,
.slick-slider .blocFeatured .content {
  background-image: none !important;
}
.multipleItemSlider .blocFeatured:hover .content,
.multiple3ItemSlider .blocFeatured:hover .content,
.slick-slider .blocFeatured:hover .content {
  background-image: none !important;
}
.multipleItemSlider .blocFeatured:hover .cta a,
.multiple3ItemSlider .blocFeatured:hover .cta a,
.slick-slider .blocFeatured:hover .cta a {
  background: none !important;
}
.specialOfferSlider .slick-prev,
.specialOfferSlider .slick-next {
  display: none !important;
}
@media screen and (max-width: 760px) {
  .specialOfferSlider .blocFeatured.slick-slide .content,
  .specialOfferSlider .blocFeatured.slick-active .content,
  .specialOfferSlider .blocFeatured.slick-cloned .content,
  .specialOfferSlider .blocFeatured.blocFeatured-blancpain .content,
  .specialOfferSlider .blocFeatured.blocFeatured-noLinear .content,
  .specialOfferSlider .blocFeatured.has-svgRoute .content,
  .specialOfferSlider .blocFeatured.blocFeatured-smallHeight .content,
  .specialOfferSlider .blocFeatured.blocFeatured-border .content,
  .specialOfferSlider .blocFeatured.blocFeatured-gradient .content {
    background-image: none !important;
    box-shadow: none !important;
  }
}
.specialOfferSlider .blocFeatured .content {
  position: absolute;
  min-height: 85px;
}
.specialOfferSlider .blocFeatured {
  box-shadow: 1px 1px 7px 0px rgba(28, 28, 27, 0.35) !important;
}
.specialOfferSlider .blocFeatured > .img,
.specialOfferSlider .blocFeatured > figure {
  position: absolute;
  z-index: 6;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
}
.specialOfferSlider .blocFeatured > .img img,
.specialOfferSlider .blocFeatured > figure img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-size: cover;
  background-position: center center;
  width: auto !important;
  height: 100%;
}
.specialOfferSlider .blocFeatured .content {
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), #1c1c1b) !important;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #1c1c1b) !important;
}
.specialOfferSlider .blocFeatured:hover .content {
  background-color: #ffffff;
}
.specialOfferSlider .blocFeatured:hover .content a,
.specialOfferSlider .blocFeatured:hover .content .category span {
  color: #1c1c1b;
}
/* ==========================================================================
   BLOC REINSURANCE
   ========================================================================== */
.blocReinsurance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px;
  margin: 30px 0;
  color: #1c1c1b;
  background: #ffffff;
  font-size: 2rem;
  position: relative;
  clear: both;
  box-shadow: 1px 1px 7px 0px rgba(28, 28, 27, 0.35);
  text-transform: uppercase;
}
.blocReinsurance__member {
  color: #ffffff;
  background: #1c1c1b;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .blocReinsurance {
    padding: 20px;
  }
}
.blocReinsurance .img {
  width: 90px;
  height: 84px;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  left: 35px;
}
@media screen and (max-width: 760px) {
  .blocReinsurance .img {
    position: static;
    margin: 0 auto;
  }
}
.blocReinsurance .img img {
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .blocReinsurance .img {
    left: 40px;
  }
}
.blocReinsurance .content {
  font-family: 'Nobel Bold', Arial, sans-serif;
  font-weight: 400;
  font-weight: bold;
  width: 85%;
  padding-right: 190px;
  margin: 0 auto;
}
@media screen and (max-width: 1400px) {
  .blocReinsurance .content {
    text-align: center;
  }
}
@media screen and (max-width: 1024px) {
  .blocReinsurance .content {
    padding: 0;
  }
}
@media screen and (max-width: 760px) {
  .blocReinsurance .content {
    padding: 20px 0 0 0;
    font-size: 2rem;
    width: 100%;
  }
}
.blocReinsurance .content p {
  margin: 0;
}
@media screen and (max-width: 1400px) {
  .blocReinsurance .content span,
  .blocReinsurance .content strong {
    display: block;
  }
}
.blocReinsurance .cta {
  position: absolute;
  right: 30px;
  text-transform: uppercase;
}
.blocReinsurance .cta .btn {
  max-width: 300px;
}
@media screen and (max-width: 1024px) {
  .blocReinsurance .cta {
    position: static;
    margin-top: 20px;
    text-align: center;
    width: 100%;
  }
}
@media screen and (max-width: 760px) {
  .blocReinsurance .cta {
    margin: 20px 0 0 0;
  }
}
.blocReinsurance .textLink {
  display: inline-block;
  font-size: 1.5rem;
  font-family: Arial, sans-serif;
  color: #bd9e56;
  font-style: italic;
  margin-top: 10px;
}
.blocReinsurance .textLink:hover {
  text-decoration: none;
}
.blocReinsurance.no-cta .content {
  padding-right: 0;
  text-align: center;
}
.blocReinsurance.no-img .content {
  padding-left: 0;
  text-align: center;
}
/* RWD for OvermapContent (ie: destination)
   ========================================================================== */
.rc-Destination-footer--reinsurance {
  padding: 3rem;
}
.rc-Destination-footer--reinsurance .blocReinsurance {
  margin: 0;
}
@media screen and (max-width: 1240px) {
  .rc-Destination-footer--reinsurance .blocReinsurance .img {
    left: 40px;
  }
}
@media screen and (min-width: 1401px) {
  .rc-Destination-footer--reinsurance .blocReinsurance .content {
    text-align: center;
  }
}
@media screen and (max-width: 1240px) {
  .rc-Destination-footer--reinsurance .blocReinsurance .content {
    padding: 0;
  }
}
@media screen and (max-width: 760px) {
  .rc-Destination-footer--reinsurance .blocReinsurance .content {
    padding: 20px 0 0 0;
  }
}
@media screen and (min-width: 1401px) {
  .rc-Destination-footer--reinsurance .blocReinsurance .content span {
    display: block;
  }
}
@media screen and (max-width: 1240px) {
  .rc-Destination-footer--reinsurance .blocReinsurance .cta {
    position: static;
    margin: 20px auto 0;
    text-align: center;
  }
}
@media screen and (max-width: 760px) {
  .rc-Destination-footer--reinsurance .blocReinsurance .cta {
    margin: 20px auto 0;
  }
}
/* ==========================================================================
   BLOC ENGAGEMENT
   ========================================================================== */
.blocEngagement {
  width: 100%;
  margin: 0 0 40px 0;
  padding: 0;
}
@media screen and (max-width: 760px) {
  .blocEngagement {
    margin: 20px 0;
  }
}
.blocEngagement > div {
  vertical-align: top;
}
@media screen and (min-width: 901px) {
  .blocEngagement > div {
    display: inline-block;
  }
}
.blocEngagement .blocFeatured {
  height: 325px;
}
@media screen and (min-width: 901px) {
  .blocEngagement .blocFeatured {
    width: 35%;
  }
}
.blocEngagement .content {
  padding-left: 20px;
}
@media screen and (min-width: 901px) {
  .blocEngagement .content {
    width: 64%;
  }
}
@media screen and (max-width: 760px) {
  .blocEngagement .content {
    padding-left: 0;
  }
}
.blocEngagement .fullWidth {
  width: 100%;
  padding-left: 0;
}
.blocEngagement .innerContent {
  border: 4px solid #e7e0cc;
  border-left: none;
  border-right: none;
  min-height: 325px;
  padding: 50px 0 20px 0;
}
@media screen and (max-width: 760px) {
  .blocEngagement .innerContent {
    padding: 20px 0 0 0;
  }
}
/* ==========================================================================
   BLOC ENGAGEMENT - Inspire ME (onglet experience fiche hotel)
   ========================================================================== */
.backToMoodboard > div:first-child {
  width: 439px;
}
@media screen and (max-width: 760px) {
  .backToMoodboard > div:first-child {
    width: 100%;
  }
}
.backToMoodboard .blocFeatured {
  height: 275px;
}
.backToMoodboard .innerContent {
  min-height: 275px;
  padding-top: 40px;
}
/* ==========================================================================
   BLOC ENGAGEMENT - Page Restaurant
   ========================================================================== */
.tabRestaurant .blocEngagement {
  margin-top: 10px;
}
.tabRestaurant .blocEngagement .innerContent {
  min-height: auto;
  padding: 20px 0;
}
.tabRestaurant .blocEngagement .blocFeatured {
  height: 325px;
  margin-bottom: 0;
}
/* ==========================================================================
   AD PLACEHOLDER
   ========================================================================== */
.adPlaceholder {
  height: 150px;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  font-family: Arial, sans-serif;
  background: #ddcfb2;
}
.adPlaceholder div {
  width: 900px;
  margin: 0 auto;
}
.adPlaceholderFeatured {
  height: 380px;
  width: 100%;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  font-family: Arial, sans-serif;
  background: #ddcfb2;
}
.adPlaceholderFeatured div {
  width: 900px;
  margin: 0 auto;
}
#montre-digitale {
  width: 130px;
  margin: -3rem auto -1rem;
}
#montre-digitale a {
  text-decoration: none;
  color: #aeb3b7;
  border: 0;
  font-weight: bold;
  font-size: 1.2rem;
}
#montre-digitale:not(.noHover):hover .cta a {
  background: none !important;
}
#montre {
  z-index: 140 !important;
  position: relative;
  height: auto;
  width: 100%;
}
#montre-container {
  position: relative;
  height: 280px;
  width: 280px;
  z-index: 1;
  overflow: hidden;
  padding: 0 3px;
  margin: 0 auto;
}
#montre-container > img {
  width: 280px;
}
#montre-container .aiguilles {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 150;
  -webkit-transform: translateY(-11px);
      -ms-transform: translateY(-11px);
          transform: translateY(-11px);
}
#montre-container .aiguilles div {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 150;
}
#montre-container .aiguilles img {
  display: block;
  height: 100%;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
#montre-container .rouleaux {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
}
#montre-container .rouleaux div {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
}
#montre-container .rouleaux img {
  display: block;
  height: 100%;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
#montre-container a {
  text-decoration: none;
  color: black;
  border: 0;
  font-weight: bold;
}
#montre-container a img {
  border: 0;
}
#montre-container #seconde-container {
  position: absolute;
  z-index: 170 !important;
}
#montre-container #seconde {
  -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: aiguille 60s linear infinite;
          animation: aiguille 60s linear infinite;
}
#montre-container #minute-container {
  position: absolute;
  z-index: 160 !important;
}
#montre-container #minute {
  -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: aiguille 3600s linear infinite;
          animation: aiguille 3600s linear infinite;
}
#montre-container #heure-container {
  position: absolute;
  z-index: 150 !important;
}
#montre-container #heure {
  -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: aiguille 43200s linear infinite;
          animation: aiguille 43200s linear infinite;
}
#montre-container #jour-container {
  position: absolute;
  z-index: 130 !important;
}
#montre-container #jour {
  -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.montre-blancpain {
  text-align: center;
}
.montre-blancpain #logo {
  width: 130px;
  height: auto;
  text-indent: -9999em;
}
.montre-blancpain .cta img {
  max-height: 56px;
}
.montre-blancpain .content {
  padding: 3.1rem 0;
}
/********* Keyframes *******************************************/
@-webkit-keyframes aiguille {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes aiguille {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* ==========================================================================
  PUSH ITEM
  ========================================================================== */
.pushItem {
  padding: 20px 0;
  position: relative;
  border-bottom: 1px solid #d9dbdd;
  display: table;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.pushItem.row {
  padding: 20px 0;
  margin-left: 0;
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .pushItem .col-1-4 {
    width: 25%;
  }
  .pushItem .col-3-4 {
    width: 75%;
  }
}
.pushItem > [class*='col-']:only-child {
  width: 100%;
}
@media screen and (max-width: 760px) {
  .pushItem > [class*='col-'] {
    width: 100%;
    display: inline-block;
  }
}
.pushItem a {
  text-decoration: none;
}
.pushItem .pushItemDate {
  display: block;
  color: #bd9e56;
}
.pushItem .pushItemDate small {
  Color: #5d676f;
  font-family: 'GoudyOldStyleMTW01-Ital', 'Times New Roman', Times, Georgia, serif;
  font-size: 1.8rem;
  font-weight: 400;
  margin: 0 1px;
}
.pushItem .pushItemDate strong {
  display: block;
  font-size: 2.2rem;
  line-height: 1;
}
@media screen and (max-width: 760px) {
  .pushItem .content .pushItemDate {
    margin-top: 10px;
  }
}
.pushItem .img {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 270px;
}
@media screen and (max-width: 760px) {
  .pushItem .img {
    margin-bottom: 20px;
  }
}
.pushItem .img img {
  max-width: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.pushItem .img .pushItemDate {
  position: absolute;
  z-index: 2;
  left: 12px;
  top: 12px;
  background: #ffffff;
  padding: 5px 13px 7px;
  line-height: 1;
}
.pushItem .col-2-3 .img {
  height: 560px;
}
.pushItem .more {
  color: #bd9e56;
  text-decoration: underline;
}
.pushItem .keywords {
  position: absolute;
  bottom: 0;
}
.pushItem .keywords .item {
  display: inline-block;
  background: #eef0f0;
  color: #bd9e56;
  padding: 4px 8px;
  margin: 4px 1px 0;
  font-size: 1.8rem;
  border-radius: 4px;
}
.pushItem .keywords .item:hover {
  background: #d9dbdd;
}
.pushItem .pushItemDesc {
  padding: 0 0 75px;
}
.pushItem .pushItemDesc + .priceTag {
  position: absolute;
  bottom: 0;
  right: 0;
}
.pushItem .pushItemDesc + .btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.pushItem .addFavorite {
  float: right;
  margin: 0 0 0 15px;
}
/* Options
   ========================================================================== */
.beigeBorder {
  border-color: #e7e0cc;
}
.noBottomBorder {
  border-bottom: 0;
}
.withTags .tags {
  font-size: 0;
}
.withTags .pushItemDesc {
  padding: 0;
}
.withTags .content {
  min-height: 229px;
}
.noCta .pushItemDesc {
  padding: 0 0 10px 0;
}
.newsItem {
  padding: 1rem 0;
  margin-bottom: 2rem;
}
.newsItem .mainTitle3 {
  font-size: 2.4rem;
  margin-bottom: 1rem;
}
.newsItem .pushItemDate {
  margin-bottom: 1rem;
}
.listItemsNews .pushItem .pushItemDesc {
  padding: 0 0 25px;
}
.listItemsNews .pushItem .pushItemDate {
  margin-bottom: 1rem;
  font-size: 1.8rem;
}
.listItemsNews .pushItem .content {
  padding: 2rem;
}
.listItemsNews .pushItem .mainTitle3 {
  font-size: 2.4rem;
  margin-bottom: 1rem;
}
.listItemsNews .pushItem .more {
  font-family: 'Nobel', Arial, sans-serif;
  font-weight: 400;
  display: block;
  margin-top: 1rem;
}
/* ==========================================================================
   BLOC PROPERTY CHEF & MAITRE D'HOTEL
   ========================================================================== */
.blocPropertyChefs {
  background: #eef0f0;
}
.blocPropertyChefs.no-bg {
  background: none;
}
.blocPropertyChefs.no-bg > div:only-child {
  width: 100%;
}
.blocPropertyChefs:after,
.blocPropertyChefs:before {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.blocPropertyChefs:after {
  clear: both;
}
.blocPropertyChefs > div {
  width: 49%;
  float: left;
}
.blocPropertyChefs > div:last-child {
  width: 51%;
}
@media screen and (max-width: 760px) {
  .blocPropertyChefs > div {
    float: none;
    width: 100%;
  }
  .blocPropertyChefs > div:last-child {
    width: 100%;
  }
}
.blocPropertyChefs .blocFeatured {
  margin: 0;
  background: none;
}
.blocPropertyChefs .blocPropertyChefsDetail {
  padding: 20px 20px 10px 20px;
  text-align: center;
  position: relative;
}
.blocPropertyChefs .navPhotos {
  font-size: 0;
  padding-bottom: 8px;
  margin-bottom: 20px;
}
.blocPropertyChefs .navPhotos .tabNav {
  display: inline-block;
  height: 90px;
  width: 90px;
  margin-right: 40px;
  position: relative;
  cursor: pointer;
}
.blocPropertyChefs .navPhotos .tabNav:last-child {
  margin-right: 0;
}
.blocPropertyChefs .navPhotos .tabNav img {
  border-radius: 50%;
  height: 90px;
  width: 90px;
  border: 5px solid transparent;
  -webkit-transition: .3s;
          transition: .3s;
}
.blocPropertyChefs .navPhotos .tabNav:hover img,
.blocPropertyChefs .navPhotos .tabNav.active img {
  border: 5px solid #bd9e56;
}
.blocPropertyChefs .navPhotos .tabNav.active {
  cursor: default;
}
.blocPropertyChefs .navPhotos .tabNav.active:after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #bd9e56;
}
.blocPropertyChefs .detailPhotos .tabDetail {
  color: #41484e;
}
.blocPropertyChefs .detailPhotos .tabDetail .name {
  font-weight: bold;
}
.blocPropertyChefs .detailPhotos .tabDetail .txt {
  font-family: 'GoudyOldStyleMTW01-Ital', 'Times New Roman', Times, Georgia, serif;
  font-size: 1.6rem;
}
.blocPropertyChefs .addFavWrap {
  position: absolute;
  top: 10px;
  right: 10px;
}
/* Layout Map (ie: route detail)
   ========================================================================== */
@media screen and (max-width: 1024px) {
  .overmapContent .blocPropertyChefs > div {
    width: 100%;
  }
}
/* ==========================================================================
   BLOC INFORMATION
   ========================================================================== */
.blocInformation {
  border: 1px solid #b7995d;
  padding: 20px 30px;
  margin-bottom: 20px;
}
@media screen and (max-width: 760px) {
  .blocInformation {
    padding: 8px;
  }
}
.blocInformation .bottomMargin {
  margin-bottom: 15px;
}
.blocInformation table {
  width: 100%;
}
.blocInformation table td {
  vertical-align: top;
  width: 50%;
  padding: 8px 0;
}
@media screen and (max-width: 760px) {
  .blocInformation table td:first-child {
    width: 47%;
    padding-right: 3%;
  }
}
.blocInformation table td:last-child {
  padding-left: 10%;
}
@media screen and (max-width: 760px) {
  .blocInformation table td:last-child {
    width: 53%;
    padding-left: 0;
  }
}
.blocInformation table tr {
  border-bottom: 1px solid #bd9e56;
}
.blocInformation table tr:last-child {
  border-bottom: none;
}
/* ==========================================================================
   BLOC ROUTE STEPS
   ========================================================================== */
.blocRouteSteps {
  border: 1px solid #d9dbdd;
  padding: 15px 20px 50px 20px;
  margin: 30px 0;
}
@media screen and (max-width: 1024px) {
  .blocRouteSteps {
    display: none;
  }
}
.blocRouteSteps.hidden {
  display: none;
}
.blocRouteSteps .wrap {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.blocRouteSteps .step {
  display: table-cell;
  font-size: 0;
}
.blocRouteSteps .step.last {
  width: 30px;
}
@media screen and (max-width: 1024px) {
  .blocRouteSteps .step.hideKm-s {
    width: 30px;
  }
  .blocRouteSteps .step.hideKm-s .km {
    display: none;
  }
}
.blocRouteSteps .nb {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 20px;
  font-family: 'Nobel', Arial, sans-serif;
  background: #ffffff;
  border: 1px solid #1c1c1b;
  color: #1c1c1b;
  position: relative;
  -webkit-transition: .3s;
          transition: .3s;
}
.blocRouteSteps .nb:hover {
  background: #1c1c1b;
  color: #ffffff;
}
.blocRouteSteps .nb.active {
  background: #1c1c1b;
  color: #ffffff;
  cursor: default;
}
.blocRouteSteps .nb span {
  display: block;
  position: absolute;
  font-size: 1.4rem;
  text-align: center;
  right: -35px;
  top: 30px;
  font-family: 'Nobel Book', Arial, sans-serif;
  font-weight: 400;
  color: #1c1c1b;
  min-width: 100px;
}
.blocRouteSteps .sep {
  vertical-align: middle;
  display: table-cell;
  width: 20px;
}
.blocRouteSteps .sep:before {
  content: '';
  border-top: 1px dashed #d9dbdd;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 1px;
  margin-bottom: 1px;
}
.blocRouteSteps .km {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 1px;
  text-align: center;
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
  border-top: 1px dashed #1c1c1b;
}
.blocRouteSteps .km span {
  position: relative;
  display: inline-block;
  font-size: 1.4rem;
  top: 16px;
  height: 20px;
  line-height: 20px;
  background: #ffffff;
  padding: 0 5px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.blocRouteSteps .km span .icon {
  display: block;
  text-align: center;
  padding: 0 5px;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  height: 30px;
  width: 40px;
}
/* ==========================================================================
   ADD TO FAVORITES
   ========================================================================== */
.addFavorite {
  text-transform: uppercase;
  text-decoration: none;
  background: none;
  border: 0;
  padding: 0;
  position: relative;
  /* favorited state */
}
.addFavorite:before {
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
}
.addFavorite:active {
  position: relative;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
}
.addFavorite .icon {
  height: 23px;
  width: 26px;
  margin-right: 3px;
  vertical-align: middle;
  -webkit-transition: .3s;
          transition: .3s;
  cursor: pointer;
  fill: #ffffff;
  stroke: #5d676f;
}
.addFavorite .icon path {
  fill: #ffffff;
  stroke: #5d676f;
}
.addFavorite span {
  vertical-align: middle;
}
.addFavorite .favorited {
  display: none;
}
.addFavorite .favorited a {
  text-decoration: none;
}
.addFavorite .notFavorited {
  display: inline;
  cursor: pointer;
}
.addFavorite:hover .notFavorited {
  text-decoration: underline;
}
.addFavorite.is-favorited .icon {
  fill: #bd9e56;
  stroke: #bd9e56;
}
.addFavorite.is-favorited .icon path {
  fill: #bd9e56;
  stroke: #bd9e56;
}
.addFavorite.is-favorited .favorited {
  display: inline;
}
.addFavorite.is-favorited .notFavorited {
  display: none;
}
.addFavorite.is-favorited a:hover {
  text-decoration: underline;
}
.no-touchevents .addFavorite:not(.is-favorited):hover .icon {
  cursor: pointer;
  fill: #5d676f;
  stroke: transparent;
}
.no-touchevents .addFavorite:not(.is-favorited):hover .icon path {
  fill: #5d676f;
  stroke: transparent;
}
/* ==========================================================================
   HOTEL QUICK VIEW (SEEN IN SEARCH RESULT + ACCOUNT FAVOURITES)
   ========================================================================== */
.hotelQuickView {
  margin-bottom: 50px;
  padding: 0 20px;
}
@media screen and (max-width: 760px) {
  .hotelQuickView {
    border: 1px solid #e7e0cc;
    border-top: none;
    margin-bottom: 30px;
    padding: 0 20px 20px 20px;
  }
}
.hotelQuickView .defaultSlider {
  margin: 0 -20px 13px -21px;
}
@media screen and (max-width: 760px) {
  .hotelQuickView .defaultSlider {
    margin: 0 -21px 13px -21px;
    border-bottom: 1px solid #e7e0cc;
  }
}
.hotelQuickView .defaultSlider .slick-slide {
  text-align: center;
}
@media screen and (max-width: 760px) {
  .hotelQuickView .defaultSlider .slick-slide {
    height: auto;
    line-height: 100%;
  }
}
.hotelQuickView .defaultSlider .slick-slide img {
  display: inline-block;
  height: auto;
  width: auto;
  max-height: 100%;
  vertical-align: top;
}
.hotelQuickView .defaultSlider .slick-slide .category.categoryLeft {
  line-height: 1;
}
.hotelQuickView.loadingLayer {
  min-height: 531px;
}
.hotelQuickView.horizontalQuickView {
  padding: 0;
  border-left-color: transparent;
}
@media screen and (max-width: 760px) {
  .hotelQuickView.horizontalQuickView {
    border: 1px solid #e7e0cc;
    border-top: none;
    padding: 0 20px 20px 20px;
  }
}
.hotelQuickView.horizontalQuickView .defaultSlider {
  margin: 0;
}
@media screen and (max-width: 760px) {
  .hotelQuickView.horizontalQuickView .defaultSlider {
    margin: 0 -21px 13px -21px;
    border-bottom: 1px solid #e7e0cc;
  }
}
.hotelQuickView.horizontalQuickView .addFavorite span {
  display: none;
}
.hotelQuickView.horizontalQuickView .mainTitle3 {
  margin-bottom: 5px;
}
@media screen and (min-width: 1241px) {
  .hotelQuickView.horizontalQuickView.loadingLayer {
    min-height: 293px;
  }
}
.hotelQuickView.passportQuickView {
  position: relative;
  background: #fefaf7;
  border-radius: 0 10px 10px 0;
}
.hotelQuickView.passportQuickView:after {
  content: url(../../images/common/tamponPassport.png);
  position: absolute;
  top: 236px;
  z-index: 99;
  left: 340px;
}
.hotelQuickView.passportQuickView .addFavorite {
  float: right;
  margin: 5px 5px 10px 10px;
}
.hotelQuickView.passportQuickView .col-1-2 + .col-1-2 {
  padding: 10px 20px 0 10px;
}
.hotelQuickView.passportQuickView .propertyRoomFeatures .learnMore {
  background: #fefaf7;
}
.hotelQuickView .addFavorite {
  float: right;
  margin: 5px -10px 10px 10px;
}
.hotelQuickView p {
  color: #41484e;
}
.hotelQuickView .etablissementOpen {
  color: #05ac35;
}
.hotelQuickView .etablissementClose {
  color: #ce2c2d;
}
.hotelQuickView h3 a {
  text-decoration: none;
}
.hotelQuickView .more {
  font-family: 'Nobel', Arial, sans-serif;
  color: #bd9e56;
  font-style: initial;
  text-decoration: underline;
}
.hotelQuickView .more:hover {
  text-decoration: none;
}
.hotelQuickView .tripAdvisorRating,
.hotelQuickView .qualitelis,
.hotelQuickView .keyServices,
.hotelQuickView .size {
  display: inline-block;
  vertical-align: top;
  border-left: 1px solid #aeb3b7;
  min-height: 40px;
  padding: 0 9px;
  line-height: 1.8;
}
@media screen and (max-width: 760px) {
  .hotelQuickView .tripAdvisorRating,
  .hotelQuickView .qualitelis,
  .hotelQuickView .keyServices,
  .hotelQuickView .size {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1240px) {
  .hotelQuickView .tripAdvisorRating,
  .hotelQuickView .qualitelis,
  .hotelQuickView .keyServices,
  .hotelQuickView .size {
    padding: 0 2px;
  }
}
.hotelQuickView .size-result {
  padding: 0 6px;
  max-width: 28%;
}
@media screen and (min-width: 1025px) and (max-width: 1240px) {
  .hotelQuickView .size-result {
    padding: 0 2px;
    max-width: 28%;
  }
}
.hotelQuickView .qualitelis-result {
  display: inline-block;
  vertical-align: top;
  border-left: 1px solid #aeb3b7;
  padding: 0 9px;
  min-height: 40px;
  line-height: 1.8;
}
@media screen and (max-width: 760px) {
  .hotelQuickView .qualitelis-result {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1240px) {
  .hotelQuickView .qualitelis-result {
    padding: 0 2px;
  }
}
.hotelQuickView .qualitelis-result-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hotelQuickView .qualitelis-icons {
  margin-right: 4px;
}
.hotelQuickView .qualitelis-icons .rate button {
  padding: 0;
  width: 9px;
  overflow: hidden;
  height: 18px;
  /* Safari 10.1 */
}
.hotelQuickView .qualitelis-icons .rate button:nth-child(2n) {
  margin-right: 2px;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (not (stroke-color:transparent)) {
    :nth-child(2n+1) {
      margin-right: -0.2px;
    }
  }
}
.hotelQuickView .qualitelis-icons .rate button:nth-child(2n+1) .icon {
  margin-left: -8px;
}
.hotelQuickView .qualitelis-icons .rate .icon {
  width: 18px;
  height: 18px;
}
.hotelQuickView .keyServices .icon,
.hotelQuickView .keyServices img {
  width: 20px;
  height: 20px;
  margin-right: 1px;
  vertical-align: top;
}
.hotelQuickView .priceTag {
  margin-top: 2.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  white-space: normal;
}
.hotelQuickView .priceTag:after,
.hotelQuickView .priceTag:before {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.hotelQuickView .priceTag:after {
  clear: both;
}
@media screen and (min-width: 1025px) {
  .hotelQuickView .priceTag {
    text-align: right;
  }
}
.hotelQuickView .priceTag .tag,
.hotelQuickView .priceTag .btn {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 17rem;
}
.hotelQuickView .priceTag .tag {
  padding: .7rem 1rem;
  display: block;
  text-align: right;
  margin-left: auto;
}
.hotelQuickView .specialOfferTag {
  float: right;
  margin: 5px -20px 0 5px;
}
@media screen and (max-width: 760px) {
  .hotelQuickView .specialOfferTag {
    float: none;
    clear: both;
    width: auto;
    margin: 20px -20px -20px -20px;
    max-width: 150%;
  }
}
.hotelQuickView .propertyRoomFeatures {
  height: 4.5rem;
}
.hotelQuickView .propertyRoomFeatures.has-short-content .learnMore {
  display: block;
}
.hotelQuickView .propertyRoomFeatures.is-opened {
  height: auto;
}
.hotelQuickView .propertyRoomFeatures.is-opened .learnMore {
  left: 0;
}
.overmapContentPassportDetail .slick-slide {
  height: 559px;
}
.overmapContentPassportDetail .slick-slide .slide {
  height: 100%;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1400px) {
  .overmapContentPassportDetail .slick-slide {
    height: 472px;
  }
}
@media screen and (max-width: 1240px) {
  .overmapContentPassportDetail .slick-slide {
    height: 373px;
  }
}
@media screen and (max-width: 1024px) {
  .overmapContentPassportDetail .slick-slide {
    height: 248px;
  }
}
@media screen and (max-width: 760px) {
  .overmapContentPassportDetail .slick-slide {
    height: -webkit-calc((100vw - 37px) * 0.62);
    height: calc((100vw - 37px) * 0.62);
  }
}
.overmapContentPassportDetail .slick-slide img {
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  top: 50%;
  left: 50%;
  position: relative;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  visibility: hidden;
}
div[data-action='result-item'] .priceTag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
/* ==========================================================================
   CHEF  RESULTS ITEM
   ========================================================================== */
.chefResultsItem {
  display: block;
  border: 1px solid #aeb3b7;
  width: 210px;
  min-height: 300px;
  text-decoration: none;
  -webkit-transition: .3s;
          transition: .3s;
}
@media screen and (max-width: 760px) {
  .chefResultsItem {
    width: auto;
    text-align: center;
  }
}
.chefResultsItem:hover {
  -webkit-transition: .5s;
          transition: .5s;
  border-color: #bd9e56;
  background: #f2eee1;
}
.chefResultsItem figure {
  padding: 18px 4px 0 4px;
}
.chefResultsItem figure img {
  margin: 0 17px 10px 17px;
}
.chefResultsItem figcaption {
  text-align: center;
  padding: 0 4px;
  font-size: 23px;
  line-height: 24px;
  color: #41484e;
  font-family: 'GoudyOldStyleMTW01-Ital', 'Times New Roman', Times, Georgia, serif;
}
.chefResultsItem .city {
  display: block;
  text-align: center;
  font-family: Arial, sans-serif;
  color: #bd9e56;
  font-style: italic;
  font-size: 15px;
  margin: 6px 4px 10px 4px;
  line-height: 1;
}
.chefResultsItem a {
  text-decoration: none;
}
/* ==========================================================================
   GALLERY
   ========================================================================== */
/* Hotel gallery
   ========================================================================== */
.hotelGallery {
  padding: 0;
  height: 100%;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
  margin-bottom: 0;
  position: relative;
}
.hotelGallery .roomName {
  font-size: 14px;
  font-family: Arial, sans-serif;
  color: #ffffff;
  display: block;
  top: 3rem;
  left: 3rem;
  position: relative;
}
.gallerySlider.slick-slider {
  margin-bottom: 0;
}
.gallerySlider .slick-slide {
  height: 100vh;
  opacity: 0 !important;
  -webkit-transition: opacity .3s ease !important;
          transition: opacity .3s ease !important;
}
.gallerySlider .slick-slide.slick-active {
  opacity: 1 !important;
}
.gallerySlider img {
  max-height: 100vh;
  max-width: 100%;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.gallerySlider .slick-prev {
  left: 50px;
  background: url(../../images/common/defaultSlider-big-arrow-left.png);
  height: 46px;
  width: 23px;
}
.gallerySlider .slick-prev:before {
  content: '';
}
@media screen and (max-width: 760px) {
  .gallerySlider .slick-prev {
    left: 10px;
  }
}
.gallerySlider .slick-next {
  right: 50px;
  background: url(../../images/common/defaultSlider-big-arrow-right.png);
  height: 46px;
  width: 23px;
}
.gallerySlider .slick-next:before {
  content: '';
}
@media screen and (max-width: 760px) {
  .gallerySlider .slick-next {
    right: 10px;
  }
}
.gallerySlider .slick-disabled {
  display: none !important;
}
.gallerySlider .custom_paging {
  display: none !important;
}
.gallerySliderNavWrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: .5s;
          transition: .5s;
  z-index: 5;
}
.gallerySliderNavWrapper .galleryPagination {
  position: absolute;
  left: 0;
  top: -45px;
  height: 45px;
  padding: 0 15px 0 20px;
  background: rgba(0, 0, 0, 0.7);
  line-height: 45px;
  color: #ffffff;
  font-size: 20px;
  cursor: pointer;
}
.gallerySliderNavWrapper .galleryPagination span {
  vertical-align: middle;
}
.gallerySliderNavWrapper .galleryPagination span.slash {
  height: 38px;
  width: 11px;
  display: inline-block;
  background: url(../../images/common/gallery-counter-slash.png);
}
.gallerySliderNavWrapper .galleryPagination i {
  height: 10px;
  width: 24px;
  display: inline-block;
  background: url(../../images/common/accordion-arrow-down.png);
  margin-right: 20px;
  vertical-align: middle;
}
.gallerySliderNavWrapper.is-closed {
  -webkit-transform: translateY(130px);
      -ms-transform: translateY(130px);
          transform: translateY(130px);
}
.gallerySliderNavWrapper.is-closed .galleryPagination i {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.gallerySliderNav {
  margin-bottom: 0;
  padding: 10px 50px;
  height: 130px;
  background: rgba(0, 0, 0, 0.7);
}
.gallerySliderNav .slick-list {
  margin: 0 auto;
  /*@iMinSlides     : 3;
    @iMaxSlides     : 10;
    @iSlideWidth    : 160px;
    @iSlideMargin   : 10px;
    @iSiderPadding  : 100px;
    width: (@iMaxSlides * (@iSlideWidth+@iSlideMargin) - @iSlideMargin);
    ._loopingClass (@index) when (@index > @iMinSlides) {
      // next iteration
      ._loopingClass((@index - 1));

      @iBreakPoint : (@index*(@iSlideWidth+@iSlideMargin) - @iSlideMargin + @iSiderPadding - 1);
      @mediaBreakPoint : ~"@media screen and (max-width: @{iBreakPoint})";
      @mediaBreakPoint {
        width: ((@index-1)*(@iSlideWidth+@iSlideMargin) - @iSlideMargin);
      }

    }*/
  width: 1700px;
}
@media screen and (max-width: 1799px) {
  .gallerySliderNav .slick-list {
    width: 1530px;
  }
}
@media screen and (max-width: 1629px) {
  .gallerySliderNav .slick-list {
    width: 1360px;
  }
}
@media screen and (max-width: 1459px) {
  .gallerySliderNav .slick-list {
    width: 1190px;
  }
}
@media screen and (max-width: 1289px) {
  .gallerySliderNav .slick-list {
    width: 1020px;
  }
}
@media screen and (max-width: 1119px) {
  .gallerySliderNav .slick-list {
    width: 850px;
  }
}
@media screen and (max-width: 949px) {
  .gallerySliderNav .slick-list {
    width: 680px;
  }
}
@media screen and (max-width: 779px) {
  .gallerySliderNav .slick-list {
    width: 510px;
  }
}
.gallerySliderNav .slide {
  margin: 0 5px;
  cursor: pointer;
  background: #000;
  background-size: cover;
  background-position: 50%;
  position: relative;
}
.gallerySliderNav .slide img {
  width: 160px;
  height: 110px;
  margin: 0 auto;
  opacity: 0;
}
.gallerySliderNav .slide:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  opacity: 0.4;
  -webkit-transition: opacity .3s;
          transition: opacity .3s;
}
.gallerySliderNav .slide:hover:after,
.gallerySliderNav .slide.active:after {
  opacity: 0;
}
.gallerySliderNav .slide.active {
  cursor: default;
}
.gallerySliderNav .slide.video:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  height: 50px;
  width: 50px;
  background: url(../../images/common/icon-play.png);
  background-size: cover;
}
.gallerySliderNav .slick-prev {
  background: url(../../images/common/defaultSlider-big-arrow-left.png) no-repeat center center;
  height: 130px;
  top: 10px;
  width: 50px;
  left: 0;
}
.gallerySliderNav .slick-prev:before {
  content: '';
}
.gallerySliderNav .slick-next {
  right: 0;
  top: 10px;
  background: url(../../images/common/defaultSlider-big-arrow-right.png) no-repeat center center;
  height: 130px;
  width: 50px;
}
.gallerySliderNav .slick-next:before {
  content: '';
}
.gallerySliderNav .slick-disabled {
  display: none !important;
}
.zoomSlider {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #1c1c1b;
  width: 50px;
  height: 50px;
  border: 15px solid #1c1c1b;
}
/* ==========================================================================
   PAGINATION
   ========================================================================== */
.paginationMeta {
  display: block;
  text-align: right;
}
.paginationMeta em {
  font-style: normal;
  color: #bd9e56;
}
.pagination {
  display: inline-block;
  margin: 15px 0;
  padding: 0;
  list-style: none;
}
.pagination li {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #1c1c1b;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  margin: 0 3px 5px 3px;
  font-family: 'Nobel', Arial, sans-serif;
  font-size: 2rem;
  color: #1c1c1b;
}
.pagination li a {
  text-decoration: none;
  display: block;
}
.pagination li:hover {
  border-color: #aeb3b7;
}
.pagination li.current {
  border-color: #bd9e56;
  color: #94712a;
}
.pagination .gap {
  border: 0;
}
.pagination .prev,
.pagination .next {
  cursor: pointer;
  border: 0;
  background: #1c1c1b;
  position: relative;
  overflow: hidden;
  text-indent: -200px;
  margin-left: 8px;
}
.pagination .prev:after,
.pagination .next:after {
  content: '';
  border-top: 4px solid transparent;
  border-left: 5px solid #ffffff;
  border-bottom: 4px solid transparent;
  position: absolute;
  top: 12px;
  left: 14px;
}
.pagination .prev {
  margin-right: 8px;
  margin-left: 0;
}
.pagination .prev:after {
  border-left: 0;
  border-top: 4px solid transparent;
  border-right: 5px solid #ffffff;
  border-bottom: 4px solid transparent;
  left: 13px;
}
.pagination + .paginationMeta {
  float: right;
  margin: 22px 0 10px 25px;
}
/* ==========================================================================
   REVEALER
   ========================================================================== */
/* Revealer blocks
   ========================================================================== */
.revealer {
  background: #eef0f0;
  width: 100%;
  margin: 30px 0 40px;
  border-top: 1px solid #d9dbdd;
}
.revealer .revealer {
  margin: 0;
}
.revealerHead {
  border-bottom: 1px solid #d9dbdd;
  padding: 15px 20px;
}
.revealerContent {
  overflow: hidden;
  height: 0;
  position: relative;
}
.revealerContent .inner {
  padding: 15px 20px;
}
@media screen and (max-width: 760px) {
  .revealerContent .col-1-2 {
    width: 100%;
  }
}
/* More content trigger
   ========================================================================== */
.revealerButton {
  text-align: center;
  padding: 12px;
  border-top: 1px solid #d9dbdd;
  margin-top: -1px;
}
.revealerButton .revealerButonTextMore {
  display: block;
}
.revealerButton .revealerButonTextLess {
  display: none;
}
/* Opened State
   ========================================================================== */
.opened > .revealerContent {
  height: auto;
}
.opened > .revealerButton .btn {
  background: #5d676f;
  border-color: #5d676f;
}
.opened > .revealerButton .btn:before {
  content: "-";
  line-height: 100%;
  color: #5d676f;
}
.opened > .revealerButton .revealerButonTextMore {
  display: none;
}
.opened > .revealerButton .revealerButonTextLess {
  display: block;
}
.force-opened > .revealerContent {
  height: auto;
}
.force-opened > .revealerButton {
  display: none;
}
/* ==========================================================================
   CONCIERGERIE
   ========================================================================== */
/*
	By default both blocks forms are hidden
	waiting from diabolocom to display the appropriate one.
*/
/*#dblcm-block-form, */
#dblcm-block-chat {
  display: none;
}
.dblcm-box .dblcm-box-question,
.dblcm-box .dblcm-box-chat .dblcm-box-chat-messages,
.dblcm-box .dblcm-box-waiting,
.dblcm-box .dblcm-box-message {
  padding: 10px 20px;
}
.dblcm-box .dblcm-box-chat .dblcm-box-chat-messages,
.dblcm-box .dblcm-box-waiting,
.dblcm-box .dblcm-box-question,
.dblcm-box .dblcm-box-message {
  height: 170px;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
}
/* Chat messages
   ========================================================================== */
.dblcm-box .dblcm-box-chat-message-agent,
.dblcm-box .dblcm-box-chat-message-user {
  border-radius: 2px;
  clear: both;
  line-height: 1.2em;
  margin: 10px 0 20px;
  max-width: 75%;
  min-width: 20px;
  padding: 10px;
  position: relative;
  text-align: left;
  word-wrap: break-word;
}
.dblcm-box .dblcm-box-chat-message-agent .dblcm-box-chat-message-time,
.dblcm-box .dblcm-box-chat-message-user .dblcm-box-chat-message-time {
  color: #ffffff;
  font-size: .9rem;
  left: 7px;
  opacity: 0.5;
  position: absolute;
  top: -16px;
}
.dblcm-box .dblcm-box-chat-message-agent .dblcm-box-chat-message-text,
.dblcm-box .dblcm-box-chat-message-user .dblcm-box-chat-message-text {
  color: #ffffff;
  font-family: 'GoudyOldStyleMTW01-Ital', 'Times New Roman', Times, Georgia, serif;
  font-size: 1.8rem;
}
.dblcm-box .dblcm-box-chat-message-user .dblcm-box-chat-message-time {
  left: auto;
  right: 7px;
}
.dblcm-box .dblcm-box-chat-message-agent,
.dblcm-box .dblcm-box-question .dblcm-box-question-introduction {
  background: none repeat scroll 0 0 #585f66;
  color: #4F4F4F;
  float: left;
  box-sizing: border-box;
  margin-left: 70px;
  min-height: 39px;
  border-color: #B8B7B7;
}
.dblcm-box p.dblcm-box-chat-message-agent .dblcm-chat-agent-is-writing,
.dblcm-box .dblcm-box-waiting > span:before {
  background: url("data:image/gif;base64, R0lGODlhKwALAPEAAG92freZXZGGbbeZXSH+GkNyZWF0ZWQgd2l0aCBhamF4bG9hZC5pbmZvACH5BAAKAAAAIf8LTkVUU0NBUEUyLjADAQAAACwAAAAAKwALAAACMoSOCMuW2diD88UKG95W88uF4DaGWFmhZid93pq+pwxnLUnXh8ou+sSz+T64oCAyTBUAACH5BAAKAAEALAAAAAArAAsAAAI9xI4IyyAPYWOxmoTHrHzzmGHe94xkmJifyqFKQ0pwLLgHa82xrekkDrIBZRQab1jyfY7KTtPimixiUsevAAAh+QQACgACACwAAAAAKwALAAACPYSOCMswD2FjqZpqW9xv4g8KE7d54XmMpNSgqLoOpgvC60xjNonnyc7p+VKamKw1zDCMR8rp8pksYlKorgAAIfkEAAoAAwAsAAAAACsACwAAAkCEjgjLltnYmJS6Bxt+sfq5ZUyoNJ9HHlEqdCfFrqn7DrE2m7Wdj/2y45FkQ13t5itKdshFExC8YCLOEBX6AhQAADsAAAAAAAAAAAA=") no-repeat scroll 0 0 transparent;
  display: block;
  height: 11px;
  margin-top: 3px;
  text-indent: -9999px;
  vertical-align: text-bottom;
  width: 43px;
}
.dblcm-box .dblcm-box-chat-message-agent:before,
.dblcm-box .dblcm-box-chat-message-user:after,
.dblcm-box .dblcm-box-question .dblcm-box-question-introduction:before {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 7px;
  border-color: transparent #585f66 transparent transparent;
  position: absolute;
  left: -14px;
  top: 13px;
}
.dblcm-box .dblcm-box-chat-message-prompt {
  background: url(../../images/common/chat/avatar.jpg) no-repeat;
  display: block;
  height: 60px;
  left: -70px;
  position: absolute;
  top: -8px;
  width: 60px;
}
.dblcm-box .dblcm-box-chat-message-user {
  background: rgba(189, 158, 86, 0.5);
  float: right;
  margin-right: 70px;
}
.dblcm-box .dblcm-box-chat-message-user:after {
  border-color: transparent transparent transparent rgba(189, 158, 86, 0.5);
  left: inherit;
  right: -14px;
}
.dblcm-box .dblcm-box-chat-message-user .dblcm-box-chat-message-prompt {
  background-image: url(../../images/common/chat/avatar-user.png);
  left: inherit;
  right: -70px;
}
/* Waiting
   ========================================================================== */
.dblcm-box .dblcm-box-waiting > span:before {
  content: "";
  position: absolute;
  margin-left: -30px;
}
.dblcm-box .dblcm-box-waiting > span {
  display: block;
  padding-left: 24px;
}
/* Form
   ========================================================================== */
#dblcm-block-chat input[type="text"] {
  color: #5d676f;
  font-family: 'GoudyOldStyleMTW01-Ital', 'Times New Roman', Times, Georgia, serif;
  font-size: 1.8rem;
  margin-bottom: 25px;
  position: relative;
  display: block;
  height: 50px;
  width: 100%;
  line-height: 100%;
  border: 1px solid #d9dbdd;
  padding: 0 10px 0 10px;
  margin-bottom: 10px;
}
#dblcm-block-chat input[type="text"]:focus {
  border-color: #5d676f;
  outline: none;
}
#dblcm-block-chat input[type="submit"] {
  border-color: #bd9e56;
  background-color: #bd9e56;
  color: #ffffff;
}
#dblcm-block-chat input[type="submit"]:hover {
  background-color: #94712a;
}
#dblcm-block-chat input[type="submit"]:hover.disabled,
#dblcm-block-chat input[type="submit"]:hover[disabled="disabled"] {
  background-color: #bd9e56;
}
#dblcm-block-form input[type="text"],
#dblcm-block-chat input[type="text"],
#dblcm-block-form input[type="email"],
#dblcm-block-chat input[type="email"] {
  float: left;
  width: 72%;
  box-shadow: inset 2px 2px 4px 0px rgba(0, 0, 0, 0.35);
}
#dblcm-block-form .btn,
#dblcm-block-chat .btn,
#dblcm-block-form input[type="submit"],
#dblcm-block-chat input[type="submit"] {
  float: right;
  padding: 14px 30px 13px;
  width: 25%;
}
#dblcm-block-form .btn:after,
#dblcm-block-chat .btn:after,
#dblcm-block-form input[type="submit"]:after,
#dblcm-block-chat input[type="submit"]:after {
  content: inherit;
}
#dblcm-block-form .formError,
#dblcm-block-chat .formError {
  display: block;
  clear: both;
  width: 72%;
}
#dblcm-block-form p {
  font-family: 'Nobel', Arial, sans-serif;
  font-size: 1.6rem;
  color: #1c1c1b;
  text-transform: uppercase;
}
#dblcm-block-form .dblcm-block-form-data-usage {
  display: inline-block;
}
#dblcm-block-form .dblcm-block-form-data-usage .legal {
  margin-bottom: 0;
  color: #1c1c1b;
}
.dblcm-box .dblcm-box-chat-form {
  padding: 10px;
}
/* ==========================================================================
   AVAILABILITY SLIDER
   ========================================================================== */
#popinSelectDates .grid {
  width: 100%;
}
@media screen and (max-width: 800px) {
  #popinSelectDates .grid .startEndDateLegendToggle {
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 800px) {
  #popinSelectDates .grid .searchButton {
    width: 100%;
    position: relative;
    right: 0;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 800px) {
  #popinSelectDates .grid .startEndDateField {
    width: 100% !important;
    margin-left: 0 !important;
    text-align: center !important;
  }
}
@media screen and (max-width: 800px) {
  #popinSelectDates .grid .startEndDateField input {
    width: 100% !important;
    text-align: center !important;
  }
}
#popinSelectDates .dateField {
  min-height: 430px;
}
#popinSelectDates .dateField.noHeight {
  min-height: inherit !important;
}
#popinSelectDates .availabilitySlider .slick-list {
  margin: 0 5rem;
}
.availabilitySlider {
  padding: 2rem 0 2.5rem;
}
.availabilitySlider .propertyRoomCTA {
  text-align: center;
}
.availabilitySlider .Slider-arrow {
  background-color: #1c1c1b;
  border: 2px solid #ffffff;
}
.availabilitySlider .Slider-arrow .Slider-chevron::after,
.availabilitySlider .Slider-arrow .Slider-chevron::before {
  background-color: #ffffff;
}
.availabilitySlider .Slider-arrow--prev {
  left: 0;
}
.availabilitySlider .Slider-arrow--next {
  right: 0;
}
.availabilitySlider .slick-slide {
  background: #eef0f0;
  text-align: left;
}
.availabilitySlider .slick-slide .availabilityContent {
  padding: 2rem;
  height: 360px;
  overflow-y: scroll;
}
.availabilitySlider .slick-slide .propertyRoomCTA {
  text-align: center;
}
.availabilitySlider .slick-slide .propertyRoomCTA .priceTag .tag {
  padding: 1rem;
}
.availabilitySlider .slick-slide .propertyRoomCTA {
  background: #ffffff;
}
.availabilitySlider .availabilityTitle {
  color: #1c1c1b;
  font-size: 1.8rem;
  margin-bottom: .5rem;
}
.availabilitySlider .availabilityRoom {
  font-weight: bold;
}
.availabilitySlider .availabilityPrice {
  font-family: 'GoudyOldStyleMTW01-Ital', 'Times New Roman', Times, Georgia, serif;
  font-size: 3.9rem;
  color: #000;
}
.availabilitySlider .availabilityPrice em {
  font-size: 2.9rem;
}
.availabilitySlider .availabilityFrom {
  font-style: italic;
}
.availabilitySlider .availabilityDesc {
  color: #41484e;
}
.availabilitySlider .availabilityDesc ul {
  text-align: left;
}
.availabilitySlider .details {
  text-align: left;
  font-size: 1.3rem;
  margin: 1.5rem 1.5rem 0;
}
/* ==========================================================================
   HORIZONTAL SEARCH MODULE
   ========================================================================== */
.horizontalSearchModule {
  display: inline-block;
  background: #eef0f0;
}
.horizontalSearchModule .formField {
  margin: 0;
}
.horizontalSearchModule .selectboxit-container {
  margin-bottom: 0;
}
.horizontalSearchModule .selectboxit-container.lightGrey .selectboxit-btn {
  border: none;
  border-right: 1px solid #ffffff;
  padding: 0 5.5rem 0 3rem;
}
.horizontalSearchModule .selectboxit-arrow-container {
  right: 2.5rem;
}
.horizontalSearchModule input[type="text"] {
  display: inline;
  vertical-align: middle;
  width: 345px;
  margin-bottom: 0;
}
.horizontalSearchModule .btn {
  padding: 15px 21px 16px 21px;
  vertical-align: middle;
  border-left: 1px solid #ffffff;
}
.horizontalSearchModule .btn .icon {
  margin-right: 0;
}
/* ==========================================================================
   TABLE FIGURES (ie: what is rc > facts and figures)
   ========================================================================== */
.tableFigures {
  font-size: 0;
}
.tableFigures .cellFigure {
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
  padding: 0 20px 0 0;
  margin: 0 0 40px 0;
  font-size: 1.2rem;
  text-transform: uppercase;
}
@media screen and (max-width: 1240px) {
  .tableFigures .cellFigure {
    width: 50%;
  }
}
@media screen and (max-width: 760px) {
  .tableFigures .cellFigure {
    width: 100%;
    padding: 0;
    margin: 0 0 20px 0;
    text-align: center;
  }
}
.tableFigures .cellFigure span {
  font-size: 6.0rem;
  line-height: 60px;
  font-weight: bold;
  color: #bd9e56;
  display: block;
}
.tableFigures .cellFigure span sup {
  font-size: 3.6rem;
}
.tableFigures .cellFigure:after {
  content: '';
  margin-top: 5px;
  display: block;
  width: 33px;
  height: 1px;
  border-bottom: 1px solid #aeb3b7;
}
@media screen and (max-width: 760px) {
  .tableFigures .cellFigure:after {
    margin: 10px auto;
  }
}
/* ==========================================================================
   SECOND NAV (ie: hotel / What is RC / Press)
   ========================================================================== */
/* Wrapper
   ========================================================================== */
.jsSecondNav,
.hotelNav,
.secondNav {
  min-width: 770px;
  background: #1c1c1b;
}
.jsSecondNav.will-stick,
.hotelNav.will-stick,
.secondNav.will-stick {
  top: 59px;
  width: 100%;
  left: 0;
  -webkit-transition: all ease .3s;
          transition: all ease .3s;
}
@media screen and (max-width: 760px) {
  .jsSecondNav,
  .hotelNav,
  .secondNav {
    min-width: 0;
  }
}
.jsSecondNav .workMessage,
.hotelNav .workMessage,
.secondNav .workMessage {
  background: #ffffff;
  padding: 18px;
  font-size: 1.8rem;
  text-align: center;
}
/* Main
   ========================================================================== */
.jsSecondNavMain,
.hotelNavMain,
.secondNavMain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1440px;
  margin: 0 auto;
}
@media screen and (max-width: 760px) {
  .jsSecondNavMain,
  .hotelNavMain,
  .secondNavMain {
    padding: 0;
    background-color: #1c1c1b;
    min-width: 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 17;
    height: -webkit-calc(64rem / 10);
    height: calc(64rem / 10);
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
.jsSecondNavMain li,
.hotelNavMain li,
.secondNavMain li {
  height: 100%;
  position: relative;
  vertical-align: middle;
  background: #1c1c1b;
  -webkit-transition: .3s;
          transition: .3s;
  margin: 0 -webkit-calc(25rem / 10);
  margin: 0 calc(25rem / 10);
}
@media screen and (max-width: 760px) {
  .jsSecondNavMain li,
  .hotelNavMain li,
  .secondNavMain li {
    margin: 0;
  }
}
.jsSecondNavMain a,
.hotelNavMain a,
.secondNavMain a {
  text-decoration: none;
  display: block;
  text-align: center;
  color: #ffffff;
  font-family: 'Nobel Book', Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 5.7rem;
  height: 6rem;
  -webkit-transition: .3s;
          transition: .3s;
  text-transform: uppercase;
}
.jsSecondNavMain a:hover,
.hotelNavMain a:hover,
.secondNavMain a:hover {
  color: #bd9e56;
  text-decoration: underline;
}
@media screen and (max-width: 1024px) {
  .jsSecondNavMain a,
  .hotelNavMain a,
  .secondNavMain a {
    font-size: 1.4rem;
    height: 4rem;
    line-height: 4rem;
    padding: 0;
  }
}
@media screen and (max-width: 760px) {
  .jsSecondNavMain a,
  .hotelNavMain a,
  .secondNavMain a {
    height: 6rem;
  }
}
.jsSecondNavMain a span,
.hotelNavMain a span,
.secondNavMain a span {
  line-height: 1em;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 760px) {
  .jsSecondNavMain a span,
  .hotelNavMain a span,
  .secondNavMain a span {
    line-height: 4em;
  }
}
.jsSecondNavMain li.active a,
.hotelNavMain li.active a,
.secondNavMain li.active a {
  color: #bd9e56;
  cursor: default;
}
.jsSecondNavMain li.active a:before,
.hotelNavMain li.active a:before,
.secondNavMain li.active a:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  width: 1.2rem;
  border: solid transparent;
  border-top-color: #ffffff;
  height: 1rem;
  margin: 0 auto;
  border-width: 1rem .8rem;
}
@media screen and (max-width: 1024px) {
  .jsSecondNavMain li.active a:before,
  .hotelNavMain li.active a:before,
  .secondNavMain li.active a:before {
    width: 0.6rem;
    height: 0.5rem;
    border-width: 0.5rem .4rem;
  }
}
.jsSecondNavMain .icon,
.hotelNavMain .icon,
.secondNavMain .icon {
  display: none;
}
@media screen and (max-width: 760px) {
  .jsSecondNavMain .icon,
  .hotelNavMain .icon,
  .secondNavMain .icon {
    display: inline-block;
    margin-top: 10px;
    pointer-events: none;
  }
  .jsSecondNavMain .active .icon,
  .hotelNavMain .active .icon,
  .secondNavMain .active .icon {
    fill: #5d676f;
    stroke: transparent;
  }
  .jsSecondNavMain .active .icon path,
  .hotelNavMain .active .icon path,
  .secondNavMain .active .icon path {
    fill: #5d676f;
    stroke: transparent;
  }
}
/* Sub nav (ie: restaurants)
   ========================================================================== */
.jsSecondNavSub,
.hotelNavSub,
.secondNavMainSub {
  position: absolute;
  background: #ffffff;
  background: -webkit-linear-gradient(top, #ffffff 90%, #eeeeee 100%);
  background: linear-gradient(to bottom, #ffffff 90%, #eeeeee 100%);
  width: 100%;
  margin: 0 auto;
  padding: 1.2rem 0 .8rem 0;
  text-align: center;
  display: none;
}
@media screen and (max-width: 760px) {
  .jsSecondNavSub,
  .hotelNavSub,
  .secondNavMainSub {
    position: static;
  }
}
.jsSecondNavSub.active,
.hotelNavSub.active,
.secondNavMainSub.active {
  display: block;
}
.jsSecondNavSub li,
.hotelNavSub li,
.secondNavMainSub li {
  display: inline-block;
  border-right: 1px solid #aeb3b7;
}
.jsSecondNavSub li:last-child,
.hotelNavSub li:last-child,
.secondNavMainSub li:last-child {
  border: none;
}
@media screen and (max-width: 760px) {
  .jsSecondNavSub li,
  .hotelNavSub li,
  .secondNavMainSub li {
    border: none;
  }
}
.jsSecondNavSub a,
.hotelNavSub a,
.secondNavMainSub a {
  padding: .5rem 2.4rem .5rem 2rem;
  font-size: 2.2rem;
  line-height: 2.2rem;
  color: #1c1c1b;
  text-decoration: none;
}
.jsSecondNavSub a:hover,
.hotelNavSub a:hover,
.secondNavMainSub a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 900px) {
  .jsSecondNavSub a,
  .hotelNavSub a,
  .secondNavMainSub a {
    font-size: 1.7rem;
  }
}
.jsSecondNavSub li.active a,
.hotelNavSub li.active a,
.secondNavMainSub li.active a {
  text-decoration: none;
  cursor: default;
  color: #bd9e56;
}
/* Mobile second nav sticky fix padding bottom
   ========================================================================== */
@media screen and (max-width: 760px) {
  body.hotel,
  body.press,
  body.whatIsRC {
    padding-bottom: 60px;
  }
}
.specialOffer_content .jsSecondNavMain,
.packagedOffer_content .jsSecondNavMain,
.villa_content .jsSecondNavMain,
.rc-Account__main .jsSecondNavMain {
  -webkit-box-pack: initial;
      -ms-flex-pack: initial;
          justify-content: initial;
  background: #ffffff;
  border-top: 1px solid #1c1c1b;
  border-bottom: 1px solid #1c1c1b;
  margin: 1rem 0;
}
@media screen and (max-width: 760px) {
  .specialOffer_content .jsSecondNavMain,
  .packagedOffer_content .jsSecondNavMain,
  .villa_content .jsSecondNavMain,
  .rc-Account__main .jsSecondNavMain {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    position: static;
  }
}
.specialOffer_content .jsSecondNavMain li,
.packagedOffer_content .jsSecondNavMain li,
.villa_content .jsSecondNavMain li,
.rc-Account__main .jsSecondNavMain li {
  background: #ffffff;
  list-style: none;
  text-transform: uppercase;
}
.specialOffer_content .jsSecondNavMain li.active a,
.packagedOffer_content .jsSecondNavMain li.active a,
.villa_content .jsSecondNavMain li.active a,
.rc-Account__main .jsSecondNavMain li.active a {
  color: #bd9e56;
}
.specialOffer_content .jsSecondNavMain li.active a:before,
.packagedOffer_content .jsSecondNavMain li.active a:before,
.villa_content .jsSecondNavMain li.active a:before,
.rc-Account__main .jsSecondNavMain li.active a:before {
  border-top-color: #1c1c1b;
}
.specialOffer_content .jsSecondNavMain li.active a:hover,
.packagedOffer_content .jsSecondNavMain li.active a:hover,
.villa_content .jsSecondNavMain li.active a:hover,
.rc-Account__main .jsSecondNavMain li.active a:hover {
  cursor: pointer;
}
.specialOffer_content .jsSecondNavMain li a,
.packagedOffer_content .jsSecondNavMain li a,
.villa_content .jsSecondNavMain li a,
.rc-Account__main .jsSecondNavMain li a {
  color: #1c1c1b;
}
.specialOffer_content .jsSecondNavMain li a.active,
.packagedOffer_content .jsSecondNavMain li a.active,
.villa_content .jsSecondNavMain li a.active,
.rc-Account__main .jsSecondNavMain li a.active {
  color: #bd9e56;
}
.specialOffer_content .jsSecondNavMain li a:hover,
.packagedOffer_content .jsSecondNavMain li a:hover,
.villa_content .jsSecondNavMain li a:hover,
.rc-Account__main .jsSecondNavMain li a:hover {
  color: #bd9e56;
  cursor: pointer;
}
@media screen and (max-width: 760px) {
  .jsSecondNav.hotelNav span {
    display: none;
  }
}
.propertyBookingLoadingZone {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 16;
  background: red;
  pointer-events: none;
  opacity: 0;
  background: rgba(255, 255, 255, 0.8);
}
.propertyBookingLoadingZone .will-stick {
  top: 12.3rem;
  height: 320px;
  background: url(../../images/common/loading.gif) no-repeat 50% 100%;
}
.propertyBookingLoadingZone.loadingLayer {
  pointer-events: auto;
  opacity: 1;
}
.propertyBookingLoadingZone.loadingLayer:after {
  display: none;
}
.propertyBookingAside {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 23.0rem;
  padding-top: 6.5rem;
  padding-right: 2.0rem;
  min-height: .1rem;
  font-family: 'Times New Roman', Times;
  font-style: italic;
}
@media screen and (max-width: 1024px) {
  .propertyBookingAside {
    position: -webkit-sticky;
    position: sticky;
    top: 9rem;
    width: -webkit-calc(100% + 20px);
    width: calc(100% + 20px);
    margin: 0 -10px;
    padding: 10px 10px 0 !important;
    z-index: 99;
    background-color: #ffffff;
  }
}
@media screen and (max-width: 760px) {
  .propertyBookingAside {
    padding-right: 0;
  }
}
.propertyBookingAside #searchButton {
  width: 100%;
  outline: 0 none;
  position: relative;
  display: none;
}
.propertyBookingAside #searchButton .yourStay {
  font-size: 1.2rem;
  text-transform: none;
  padding: 0;
  margin: 0;
}
.propertyBookingAside #searchButton .yourStay.plural .plural {
  display: inline-block;
}
.propertyBookingAside #searchButton .yourStay.plural .single {
  display: none;
}
.propertyBookingAside #searchButton .yourStay.single .plural {
  display: none;
}
.propertyBookingAside #searchButton .yourStay.single .single {
  display: inline-block;
}
.propertyBookingAside-advanced .will-stick {
  z-index: 0 !important;
  display: initial;
}
@media screen and (min-width: 901px) {
  .propertyBookingAside-advanced {
    position: relative;
    top: 0;
    left: 0;
  }
  .propertyBookingAside-advanced .startEndDate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .propertyBookingAside-advanced .startEndDate .startEndDateField {
    width: 100%;
    min-width: 27rem;
    margin-right: 1rem;
  }
  .propertyBookingAside-advanced .will-stick {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .propertyBookingAside-advanced .will-stick .searchButton {
    margin: 0 0 10px;
  }
  .propertyBookingAside-advanced .will-stick .selectboxit-container {
    margin-right: 1rem;
  }
}
@media screen and (min-width: 760px) and (max-width: 900px) {
  .propertyBookingAside-advanced {
    padding: 0;
  }
}
@media screen and (min-width: 1025px) {
  .propertyBookingAside-advanced .startEndDatepickerWrapper {
    top: 0;
    left: 0;
  }
}
.propertyBookingAside .rdbLink {
  padding: 1.2rem 0 1rem 3rem;
  width: 100%;
  border: none;
  margin-bottom: 2rem;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.25);
}
.propertyBookingAside .rdbLink:hover {
  border: none;
}
.propertyBookingAside .rdbLink--content {
  border-bottom: 2px solid #1c1c1b;
  margin-bottom: 1rem;
}
.propertyBookingAside .rdbLink.btn--withArrowLeft {
  background-position: -webkit-calc(8rem / 10) center;
  background-position: calc(8rem / 10) center;
}
.propertyBookingAside .will-stick {
  width: 21rem;
  top: 15rem;
  z-index: 14;
}
@media screen and (max-width: 1024px) {
  .propertyBookingAside .will-stick {
    position: static !important;
    width: 100% !important;
  }
  .propertyBookingAside .will-stick + .fixedsticky-dummy {
    display: none;
  }
}
.propertyBookingAside .will-stick .mainTitle3 {
  font-family: 'Nobel', Arial, sans-serif;
  font-size: 1.6rem;
  color: #1c1c1b;
  font-style: initial;
  text-transform: uppercase;
}
.propertyBookingAside .formField {
  margin-bottom: 0;
  font-family: 'Times New Roman', Times;
  box-shadow: inherit;
}
.propertyBookingAside .startEndDate.start .startEndDatepickerWrapper + .formError.is-opened,
.propertyBookingAside .startEndDate.end .startEndDatepickerWrapper + .formError.is-opened {
  display: none !important;
}
.propertyBookingAside .startEndDatepickerWrapper {
  box-shadow: 1px 0 7px 0 rgba(28, 28, 27, 0.35);
  margin-top: 40px;
}
.propertyBookingAside .startEndDatepickerWrapper + .formError {
  position: relative;
  margin: 0 0 15px;
  top: 0;
}
@media screen and (min-width: 1025px) {
  .propertyBookingAside .startEndDatepickerWrapper {
    top: -40px;
    left: 100%;
  }
  .propertyBookingAside .startEndDatepickerWrapper-advanced {
    top: 0;
    left: 25%;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1240px) {
  .propertyBookingAside .startEndDatepickerWrapper {
    min-width: 800px;
  }
}
@media screen and (max-width: 1024px) {
  .propertyBookingAside .startEndDatepickerWrapper {
    width: 100%;
  }
}
.propertyBookingAside .datepickerWarning {
  margin-left: 17px;
  color: #5D7BC9;
  font-weight: bold;
  font-family: verdana;
  font-size: 0.75em;
}
.propertyBookingAside [class^=propertyBooking-],
.propertyBookingAside .startEndDateField {
  cursor: pointer;
  display: block;
  background: #1c1c1b;
  color: #ffffff;
  font-size: 2rem;
  text-align: right;
  padding: .5rem 2rem;
  position: relative;
  margin-bottom: 1rem;
  height: 40px;
  box-shadow: 1px 0px 7px 0px rgba(28, 28, 27, 0.35);
}
.propertyBookingAside [class^=propertyBooking-] .icon,
.propertyBookingAside .startEndDateField .icon {
  fill: #1c1c1b;
  stroke: #ffffff;
  position: absolute;
  top: -0.7rem;
  left: 1rem;
  width: 2.1rem;
  pointer-events: none;
}
.propertyBookingAside [class^=propertyBooking-] input,
.propertyBookingAside .startEndDateField input {
  position: absolute;
  z-index: 2;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  color: #1c1c1b;
}
.propertyBookingAside [class^=propertyBooking-] input:focus,
.propertyBookingAside .startEndDateField input:focus {
  background: #1c1c1b;
  color: transparent;
}
.propertyBookingAside [class^=propertyBooking-] input:focus::-moz-selection,
.propertyBookingAside .startEndDateField input:focus::-moz-selection {
  background-color: transparent;
  color: transparent;
}
.propertyBookingAside [class^=propertyBooking-] input:focus::selection,
.propertyBookingAside .startEndDateField input:focus::selection {
  background-color: transparent;
  color: transparent;
}
.propertyBookingAside [class^=propertyBooking-] > span,
.propertyBookingAside .startEndDateField > span {
  display: block;
  position: absolute;
  top: .5rem;
  right: 2rem;
  pointer-events: none;
}
.propertyBookingAside [class^=propertyBooking-] > span.suggested,
.propertyBookingAside .startEndDateField > span.suggested {
  opacity: .7;
}
.propertyBookingAside .startEndDate.start .startDateField,
.propertyBookingAside .startEndDate.end .endDateField {
  background: #ffffff;
  color: #1c1c1b;
}
.propertyBookingAside .startEndDate.start .startDateField .icon,
.propertyBookingAside .startEndDate.end .endDateField .icon {
  stroke: #1c1c1b;
}
.propertyBookingAside .startEndDate.start .startDateField input,
.propertyBookingAside .startEndDate.end .endDateField input {
  color: transparent;
}
.propertyBookingAside .yourStay {
  padding: .8rem 1.3rem;
  font-size: 1.8rem;
  line-height: 1.3rem;
  margin-bottom: 1.0rem;
}
@media screen and (max-width: 1024px) {
  .propertyBookingAside .yourStay {
    text-align: center;
  }
}
.propertyBookingAside .yourStay .single,
.propertyBookingAside .yourStay .plural {
  display: none;
}
.propertyBookingAside .yourStay.single .single,
.propertyBookingAside .yourStay.plural .plural {
  display: inline;
}
@media screen and (max-width: 1024px) {
  .propertyBookingAside:after,
  .propertyBookingAside:before {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .propertyBookingAside:after {
    clear: both;
  }
  .propertyBookingAside .startEndDateField,
  .propertyBookingAside .selectboxit-container,
  .propertyBookingAside .yourStay {
    width: 50%;
  }
  .propertyBookingAside .yourStay {
    width: 100%;
  }
  .propertyBookingAside .startDateField,
  .propertyBookingAside .yourStay {
    float: left;
  }
  .propertyBookingAside .endDateField,
  .propertyBookingAside .selectboxit-container {
    float: right;
  }
  .propertyBookingAside .selectboxit-container {
    z-index: 12;
  }
}
@media screen and (max-width: 760px) {
  .propertyBookingAside .yourStay {
    width: 100%;
  }
  .propertyBookingAside .selectboxit-container {
    float: left;
  }
  .propertyBookingAside .selectboxit-container + .selectboxit-container {
    float: right;
  }
  .account .propertyBookingAside .yourStay + .selectboxit-container {
    float: none;
    width: 100%;
  }
}
/* Property Room
   ========================================================================== */
.propertyRoom {
  border-bottom: 0.1rem solid #1c1c1b;
  padding: 2.0rem 3.0rem 2.0rem 0;
  position: relative;
}
.propertyRoom.propertyRoomVilla {
  padding: 2rem 0 2rem 0;
}
.propertyRoom:after,
.propertyRoom:before {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.propertyRoom:after {
  clear: both;
}
@media screen and (max-width: 1240px) {
  .propertyRoom {
    padding: 2.0rem 3.0rem 2.0rem 2.0rem;
  }
}
@media screen and (max-width: 760px) {
  .propertyRoom {
    padding-left: 0;
    padding-right: 0;
  }
  .propertyRoom:first-child {
    padding-top: 0;
  }
}
.propertyRoom.disabled:before {
  content: '';
  display: block;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
  opacity: 0.8;
}
.propertyRoom.notAvailable .sliderWrapper img {
  opacity: 0.2;
}
.propertyRoom .sliderWrapper {
  width: 44.0rem;
  height: 27.5rem;
  float: left;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1240px) {
  .propertyRoom .sliderWrapper {
    width: 40rem;
    height: 25rem;
  }
}
@media screen and (max-width: 1240px) {
  .propertyRoom .sliderWrapper {
    float: none;
    width: 44.0rem;
    margin: 0 auto 1.0rem auto;
  }
}
@media screen and (max-width: 760px) {
  .propertyRoom .sliderWrapper {
    width: 100%;
    max-width: 300px;
    height: auto;
  }
}
.propertyRoom .content {
  width: -webkit-calc(100% - 44rem);
  width: calc(100% - 44rem);
  float: left;
  padding: 0 0 0 6rem;
}
@media screen and (max-width: 1240px) {
  .propertyRoom .content {
    float: none;
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 760px) {
  .propertyRoom .content {
    padding: 0 20px;
  }
}
.propertyRoom .content .propertyRoomTitle {
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  color: #1c1c1b;
  font-family: 'Nobel', Arial, sans-serif;
  font-size: 2.4rem;
  margin-top: 0;
  margin-bottom: 0;
}
.propertyRoom .content .propertyRoomTitle span {
  font-size: 2.6rem;
}
.propertyRoom .priceTag {
  vertical-align: middle;
}
@media screen and (min-width: 1241px) and (max-width: 1400px) {
  .propertyRoom .priceTag .tag,
  .propertyRoom .priceTag .btn,
  .propertyRoom .priceTag .btnCheckbox,
  .propertyRoom .priceTag .btnCheckbox label {
    display: block;
    width: 100%;
  }
  .propertyRoom .priceTag .btn {
    margin: -0.1rem 0 0 0;
  }
  .propertyRoom .priceTag .tag {
    margin-bottom: -0.1rem;
  }
}
.propertyRoom .addFavorite {
  float: right;
  margin: 0 0 0 15px;
}
.propertyRoom__zoom-cta {
  position: absolute;
  right: 0;
  bottom: 0;
}
.propertyRoom__zoom-cta .icon {
  width: 20px;
  height: 20px;
}
.propertyRoomCTA {
  text-align: center;
}
@media screen and (min-width: 760px) {
  .propertyRoomCTA {
    text-align: right;
  }
}
.propertyRoomCTA .priceNbNight {
  font-size: 1.8rem;
  vertical-align: middle;
}
.propertyRoomCTA .priceInfo {
  font-size: 1.8rem;
  font-family: 'GoudyOldStyleMTW01-Ital', 'Times New Roman', Times, Georgia, serif;
  vertical-align: middle;
  margin-right: 1.0rem;
  line-height: 18px;
  padding: 18px 0;
  display: inline-block;
  height: auto;
}
.propertyRoomCTA .btn {
  vertical-align: middle;
}
.propertyRoomCTA .hideRates {
  display: none;
}
.propertyRoomCTA.is-opened .hideRates {
  display: block;
}
.propertyRoomCTA.is-opened .showRates {
  display: none;
}
.lte-ie9 .propertyRoomCTA {
  text-align: left;
}
/*fix IE9 disapearing content !*/
.propertyListRooms {
  margin: 1.5rem 0 2rem;
}
.propertyListRooms h4 {
  font-family: 'Nobel', Arial, sans-serif;
  font-size: 1.8rem;
}
.propertyListRooms .slick-slider {
  max-height: 275px;
}
.propertyRoomFeatures {
  font-family: 'Nobel Book', Arial, sans-serif;
  font-size: 1.6rem;
  margin: 1rem 0;
  max-height: 16.5rem;
  overflow: hidden;
  position: relative;
}
.propertyRoomFeatures ul {
  margin: 0 0 1.0rem 0;
  padding: 0 0 0 1.6rem;
}
.propertyRoomFeatures li {
  font-family: 'Nobel Book', Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 2.3rem;
  color: #1c1c1b;
}
.propertyRoomFeatures p {
  margin-top: 0;
}
.propertyRoomFeatures .learnMore {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  background: #fff;
}
.propertyRoomFeatures .learnMore em {
  text-decoration: underline;
  font-family: 'Nobel', Arial, sans-serif;
  color: #bd9e56;
  cursor: pointer;
  font-style: initial;
}
.propertyRoomFeatures .learnMore em:hover {
  text-decoration: none;
}
.propertyRoomFeatures .learnMore em.more {
  display: inline;
}
.propertyRoomFeatures .learnMore em.less {
  display: none;
  font-style: initial;
}
.propertyRoomFeatures.is-opened {
  max-height: none;
  padding-bottom: 2.5rem;
}
.propertyRoomFeatures.is-opened .learnMore .more {
  display: none;
}
.propertyRoomFeatures.is-opened .learnMore .less {
  display: inline;
  font-style: initial;
}
.propertyRoomFeatures.has-short-content .learnMore {
  display: none;
}
.propertyRoomDesc {
  min-height: 184px;
}
/* Property Rate
   ========================================================================== */
.propertyRoomRatesContent {
  clear: both;
  padding-top: 2.0rem;
  display: none;
}
.propertyRoomRatesContent.is-opened {
  display: block;
}
.propertyRate {
  padding: 2rem 60rem 2.5rem 1.5rem;
  margin: 0 0 1.0rem 0;
  border-left: 0.7rem solid #bd9e56;
  position: relative;
  box-shadow: 1px 1px 7px 0 rgba(28, 28, 27, 0.35);
}
@media screen and (max-width: 1400px) {
  .propertyRate {
    padding-right: 1.5rem;
  }
}
.propertyRate .title {
  font-size: 1.8rem;
  font-family: 'Nobel', Arial, sans-serif;
  color: #1c1c1b;
}
.propertyRate .desc {
  font-family: 'Nobel Book', Arial, sans-serif;
  color: #1c1c1b;
  padding: 5px 0;
}
.propertyRate .links {
  padding-top: .5rem;
}
.propertyRate .links a {
  margin-right: 2.0rem;
  font-size: 1.3rem;
  color: #bd9e56;
}
.propertyRate .links a:hover {
  text-decoration: none;
}
.propertyRate.specialOffer {
  padding-right: 520px;
}
@media screen and (max-width: 760px) {
  .propertyRate.specialOffer {
    padding-right: 15px;
  }
}
.propertyRatePrice {
  position: absolute;
  right: 0;
  top: 50%;
  right: 2.5rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1400px) {
  .propertyRatePrice {
    position: static;
    right: auto;
    top: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    margin-top: 10px;
  }
}
.propertyRatePrice .priceInfo {
  text-align: right;
  font-family: 'GoudyOldStyleMTW01-Ital', 'Times New Roman', Times, Georgia, serif;
  font-size: 1.7rem;
  margin-top: 10px;
}
@media screen and (max-width: 1400px) {
  .propertyRatePrice .priceInfo {
    text-align: left;
  }
}
.propertyRatePrice .hideRooms {
  display: none;
}
.propertyRatePrice.is-opened .hideRooms {
  display: block;
}
.propertyRatePrice.is-opened .showRooms {
  display: none;
}
.propertyRatePrice .memberTag {
  margin-right: 8px;
}
@media screen and (max-width: 760px) {
  .propertyRatePrice .memberTag {
    display: block;
    margin: 0 auto 15px;
  }
}
/* Ajax tabs
   ========================================================================== */
.ajaxPages {
  background: url(../../images/common/loading.gif) no-repeat 50% 100px;
  min-height: 40rem;
}
@media screen and (max-width: 760px) {
  .ajaxPages {
    background-position: 50% 60px;
  }
}
.ajaxContent {
  background: #ffffff;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.ajaxContent.active {
  padding-top: 4rem;
  height: auto;
  overflow: visible;
  visibility: visible;
}
@media screen and (max-width: 760px) {
  .ajaxContent.active {
    padding-top: 1.5rem;
  }
}
.ajaxSpinner {
  background: url(../../images/common/loading.gif) no-repeat 50% 20rem;
  min-height: 40rem;
  opacity: 1 !important;
}
.ajaxSpinner * {
  opacity: 0.72;
}
@media screen and (max-width: 760px) {
  .ajaxSpinner {
    background-position: 50% 10rem;
  }
}
.ajaxSpinnerMap {
  background: url(../../images/common/loading.gif) no-repeat 50% 50%;
  opacity: 1 !important;
}
.ajaxSpinnerMap * {
  opacity: 0.75;
}
@media screen and (max-width: 760px) {
  .ajaxSpinnerMap {
    background-position: 50% 50%;
  }
}
.ajaxPagesSpinner {
  background: url(../../images/common/loading.gif) no-repeat 50% 32rem;
  min-height: 40rem;
  opacity: 0.25 !important;
  pointer-events: none;
}
@media screen and (max-width: 760px) {
  .ajaxPagesSpinner {
    background-position: 50% 80px;
  }
}
.formMobileFilters {
  position: fixed;
  top: 6rem;
  width: 100vw;
  right: -100vw;
  bottom: 5rem;
  background-color: #ffffff;
  z-index: 11;
  overflow: hidden;
  -webkit-transition: .5s;
          transition: .5s;
}
.formMobileFilters .fzMedium {
  font-size: 2.4rem;
}
.filtersView .formMobileFilters {
  right: 0;
}
.antiScroll-on .formMobileFilters {
  top: 0;
}
.formMobileFilters .mainTitle2 {
  text-align: center;
  margin-left: 1rem;
  margin-right: 1rem;
}
.formMobileFilters .mainTitle2:first-child {
  margin-top: 0;
}
.formMobileFilters .revealer {
  margin: 0;
}
.is-phone .filtersResults {
  text-align: center;
  line-height: 5rem;
  margin: 0;
}
.is-phone .formFiltersInner {
  position: absolute;
  top: 5rem;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: auto;
}
body.filtersView {
  overflow: hidden;
}
.is-phone body.news,
.is-phone body.experience {
  padding-bottom: 40px;
}
.blocPlanATrip {
  width: 100%;
  border: 1px solid #bd9e56;
  min-height: 78px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.blocPlanATrip--small {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.blocPlanATrip > div {
  display: table-cell;
  vertical-align: middle;
}
.blocPlanATrip .img {
  padding: 0;
  font-size: 0;
}
.blocPlanATrip .img img {
  width: 100px;
  height: 76px;
}
.blocPlanATrip .content {
  text-align: center;
}
.blocPlanATrip .cta {
  padding: 10px 10px 10px 0;
  text-align: center;
}
.blocPlanATrip .cta .btn {
  line-height: 2rem;
}
@media screen and (max-width: 1240px) {
  .blocPlanATrip .cta .btn {
    padding: 1.1rem 4rem;
  }
}
.blocPlanATrip.small .img {
  width: 83px;
}
.blocPlanATrip.small .img img {
  width: 83px;
  height: 63px;
}
.blocPlanATrip.small .content {
  padding: 15px;
  color: #bd9e56;
  font-size: 1.4rem;
}
.blocPlanATrip.large .img {
  width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.blocPlanATrip.large .img:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 56px;
  width: 1px;
  background: #bd9e56;
}
.blocPlanATrip.large .content {
  padding: 10px 30px;
  font-family: 'Nobel Book', Arial, sans-serif;
  font-size: 2.2rem;
  line-height: 2.2rem;
}
.blocPlanATrip.large .content span {
  font-size: 1.7rem;
}
.blocPlanATrip.rdb > div {
  display: block;
  padding: 0 10px;
}
.blocPlanATrip.rdb .content {
  font-family: 'GoudyOldStyleMTW01-Ital', 'Times New Roman', Times, Georgia, serif;
  font-size: 2rem;
  line-height: 2rem;
  padding: 0 10px 10px;
}
.blocPlanATrip.rdb .cta {
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .large.blocPlanATrip {
    display: block;
  }
}
@media screen and (max-width: 1240px) {
  .small.blocPlanATrip {
    padding-left: 83px;
    display: block;
  }
  .large.blocPlanATrip {
    padding-left: 100px;
  }
  .large.blocPlanATrip .content {
    padding: 10px;
  }
  .small.blocPlanATrip > div,
  .large.blocPlanATrip > div {
    display: block;
  }
  .small.blocPlanATrip .img,
  .large.blocPlanATrip .img {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .small.blocPlanATrip .cta,
  .large.blocPlanATrip .cta {
    padding: 0 10px 10px;
    text-align: center;
  }
}
@media screen and (min-width: 760px) {
  .popin.popinPlanATrip:before {
    left: 50%;
    width: 100px;
    margin-left: -140px;
    right: auto;
  }
}
.popinPlanATripLogo {
  position: absolute;
  box-shadow: 0 0 0 #bd9e56;
  -webkit-transition: .3s;
          transition: .3s;
}
@media screen and (min-width: 760px) {
  .popinPlanATripLogo {
    top: 15px;
    left: 50%;
    margin-left: 40px;
  }
}
@media screen and (max-width: 760px) {
  .popinPlanATripLogo {
    top: 50px;
    left: 3px;
    -webkit-transform: scale(0.4);
        -ms-transform: scale(0.4);
            transform: scale(0.4);
    -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0;
  }
}
a.popinPlanATripLogo:hover {
  box-shadow: 0 0 10px #bd9e56;
}
.popinPlanATripLogo img {
  width: 100px;
  height: 100px;
}
#loadingPageContainer {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  background-color: rgba(255, 255, 255, 0.6);
  display: none;
}
#loadingPageContainer #loadingPageContent {
  margin: 100px auto 0 auto;
  max-width: 700px;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid black;
}
#loadingPageContainer #loadingPageContent p.h2,
#loadingPageContainer #loadingPageContent .loadingPagePicture {
  text-align: center;
}
#loadingPageContainer #loadingPageContent p.h2 {
  color: #1c1c1b;
  text-transform: uppercase;
  font-size: 1.5em;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  margin-inline-start: 0;
  margin-inline-end: 0;
  font-weight: bold;
}
#loadingPageContainer #loadingPageContent .loadingPagePicture img {
  width: 100%;
}
#loadingPageContainer #loadingPageContent .loadingPageLoader {
  height: 50px;
  width: 100%;
  background: url(../../images/common/loading.gif) center no-repeat;
}
.is-application #loadingPageContainer {
  display: block;
  background-color: #fff;
}
.timeoutPopin {
  text-align: center;
}
.timeoutPopin .noResult {
  box-shadow: 1px 1px 7px 0px rgba(28, 28, 27, 0.35);
}
.timeoutPopin .conciergerie {
  width: 25.5rem;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.timeoutPopin .conciergerie p {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
}
.timeoutPopin .conciergerie p:first-child {
  margin-top: 0;
  font-family: initial;
  font-size: 1.9rem;
  text-transform: uppercase;
}
/* ==========================================================================
   TOOLTIP
   ========================================================================== */
.tooltip > input:focus ~ .formHelper.is-hidden {
  display: block !important;
}
.rc-Accordion [data-accordion-title] {
  display: block;
  cursor: pointer;
  position: relative;
  padding-right: 5rem;
}
.rc-Accordion [data-accordion-title]:after {
  content: "";
  position: absolute;
  right: 2rem;
  top: 0;
  width: 2rem;
  height: 2rem;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
.rc-Accordion [data-accordion-content] {
  max-height: none;
  -webkit-transition: -webkit-transform .25s;
          transition: transform .25s;
  overflow: hidden;
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
}
.rc-Accordion--hidden [data-accordion-title]:after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.rc-Accordion--hidden [data-accordion-content] {
  max-height: 0;
  -webkit-transform: scale(1, 0);
      -ms-transform: scale(1, 0);
          transform: scale(1, 0);
}
.rc-Tabs {
  padding-top: 1rem;
  font-size: 1.5rem;
}
.rc-Tabs-header {
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.rc-Tabs-header:after {
  content: "";
  clear: both;
  display: block;
}
.rc-Tabs-header-link {
  float: right;
  padding: 2rem 0;
}
.rc-Tabs-item {
  border: 1px solid #aeb3b7;
  background-color: #ffffff;
  border-bottom: none;
  display: inline-block;
  vertical-align: bottom;
  padding: 2rem;
  padding-right: 6rem;
  font-size: 1.5rem;
  color: #bd9e56;
}
.rc-Tabs-content {
  position: relative;
  z-index: 1;
  margin-top: -1px;
  border-top: 1px solid #aeb3b7;
}
.rc-GiftCard {
  margin-bottom: 2rem;
}
@media screen and (max-width: 1240px) {
  .rc-GiftCard {
    width: 33%;
  }
}
@media screen and (max-width: 900px) {
  .rc-GiftCard {
    width: 48%;
  }
}
@media screen and (max-width: 519px) {
  .rc-GiftCard {
    width: 100%;
  }
}
@media screen and (min-width: 901px) and (max-width: 1024px) {
  .hotelGiftsList .rc-GiftCard {
    width: 50%;
  }
}
html.flexbox .rc-GiftCard {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.rc-GiftCard-inner {
  position: relative;
  height: 100%;
  box-shadow: 1px 1px 7px 0 rgba(28, 28, 27, 0.35);
}
html.flexbox .rc-GiftCard-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.rc-GiftCard-category {
  position: absolute;
  z-index: 3;
  top: -1px;
  left: 0;
  right: 0;
  padding: 0 20px;
  text-align: center;
}
.rc-GiftCard-category > *:not(span) {
  display: none !important;
}
.rc-GiftCard-category > span {
  display: inline-block;
  vertical-align: top;
  background: #ffffff;
  padding: 8px 15px;
  color: #bd9e56;
  font-size: 1.8rem;
  text-transform: uppercase;
  font-family: 'Nobel', Arial, sans-serif;
  line-height: 16px;
}
.rc-GiftCard-category a {
  text-decoration: none;
  color: #1c1c1b;
}
.rc-GiftCard-picture {
  position: relative;
  height: 0;
  padding-bottom: 66.6667%;
  overflow: hidden;
}
.rc-GiftCard-picture img {
  width: 100%;
  height: auto;
}
.rc-GiftCard-picture-container {
  position: relative;
  background: #eef0f0;
}
.rc-GiftCard-picture-container:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 0;
  width: 60px;
  height: 60px;
  background: url('/images/gifts/svg/icon-gift.svg') 50% 50% no-repeat;
  background-size: 60px auto;
  opacity: .15;
}
.rc-GiftCard-picture-title {
  font-size: 2rem;
}
.rc-GiftCard-picture-panel {
  background: rgba(28, 28, 27, 0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.3s ease 0s;
          transition: all 0.3s ease 0s;
  z-index: 2;
}
.rc-GiftCard-picture-infos {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: 30px 20px 10px;
  text-align: center;
  color: #ffffff;
}
.rc-GiftCard-picture-icon {
  background: #ffffff url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAARCAYAAADkIz3lAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RTE1ODVCQ0NDMEVGMTFFNDhFQTFCNTkzMTM1NjZBNUIiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RTE1ODVCQ0JDMEVGMTFFNDhFQTFCNTkzMTM1NjZBNUIiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjY3Rjk1NTJFQjM3NTExRTQ5NDYyREMwM0M1ODU1RDQ3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY3Rjk1NTJGQjM3NTExRTQ5NDYyREMwM0M1ODU1RDQ3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+JW61fgAAAIdJREFUeNpijE3PZwACOSB+xIAHMAGxIhCfBWJ7QgrvA3EIEK/Bp5gJSh8kpJgJiY1XMRMaH6diJiy2gBQHoytmwuH2Q0iKQ/AphCnuBOLVQGyBTyHI2nKoiSdYcChygJoUDDUZq9UYirApxKoIXSFORcgK8SpCTj14FYEACzT1GBNKjwABBgB3fSGNApWxvwAAAABJRU5ErkJggg==') 50% 50% no-repeat;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin: 1rem auto;
  display: block;
}
.rc-GiftCard:hover .rc-GiftCard-picture-panel {
  opacity: 1;
}
.rc-GiftCard-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rc-GiftCard-content:after {
  content: "";
  clear: both;
  display: block;
}
.rc-GiftCard-content-description {
  font-family: 'Nobel Book', Arial, sans-serif;
  margin-top: 0;
}
.rc-GiftCard-content-description strong {
  text-align: center;
  display: block;
  font-family: 'Nobel', Arial, sans-serif;
  font-weight: 400;
  font-weight: normal;
  margin-top: 5px;
}
.rc-GiftCard-content-description ul {
  margin-bottom: 0;
}
.rc-GiftCard-content-description ul li {
  text-align: left;
  font-size: 1.6rem;
}
.rc-GiftCard-content-description a {
  text-decoration: none;
}
.rc-GiftCard-content-picture {
  display: inline-block;
  vertical-align: middle;
  width: 80%;
}
.rc-GiftCard-content-picture > a {
  display: block;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
}
.rc-GiftCard-content-picture img {
  width: 100%;
  height: auto;
}
.rc-GiftCard-content-text {
  display: inline-block;
  vertical-align: middle;
  width: 60%;
  text-align: right;
  font-size: 1.6rem;
}
.rc-GiftCard-content-type {
  cursor: pointer;
  font-size: 1.6rem;
}
.rc-GiftCard-content-list a {
  text-decoration: none;
}
.rc-GiftCard-content-exclu {
  position: relative;
  padding: 18px 0;
  margin-bottom: 2rem;
}
.rc-GiftCard-content-exclu-container {
  position: absolute;
  right: 0;
}
.rc-GiftCard-content-exclu-tag {
  position: absolute;
  display: block;
  height: 35px;
  width: 12px;
  background: url('/images/gifts/picto_exclu.png') no-repeat;
  left: 6px;
  top: -3px;
}
.rc-GiftCard-content-exclu-label {
  font-family: 'Nobel', Arial, sans-serif;
  font-weight: 400;
  position: relative;
  display: inline-block;
  background: #1c1c1b;
  color: #ffffff;
  padding: 3px 5px 3px 25px;
  font-size: 1.3rem;
}
.rc-GiftCard-buy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.rc-GiftCard-buy-price {
  width: 50%;
  vertical-align: middle;
  text-align: center;
  padding-top: 5%;
  padding-bottom: 7px;
}
.rc-GiftCard-buy-btn {
  width: 50%;
  padding: 11px 11px;
  min-height: 50px;
}
.rc-GiftCard-buy-btn span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 30px;
}
.rc-GiftCard-buy-price {
  color: #1c1c1b;
  text-align: center;
  vertical-align: middle;
  line-height: 1;
  padding-top: 5%;
}
.rc-GiftCard-buy-price .currency {
  font-size: 1.6rem;
}
.rc-GiftCard-buy-price strong {
  font-family: 'Nobel Bold', Arial, sans-serif;
  font-weight: normal;
  font-size: 2rem;
}
.rc-GiftCard-buy-price em {
  font-style: inherit;
  display: block;
  font-family: 'Nobel', Arial, sans-serif;
  font-size: 1.4rem;
}
.rc-GiftCard-buy-btn {
  font-size: 1.3rem;
}
.rc-GiftCard-push {
  padding: 0 1rem;
}
@media screen and (max-width: 1024px) {
  .rc-GiftCard-push {
    width: 100% !important;
  }
}
.rc-GiftCard-push .rc-GiftCard-inner {
  background-size: cover;
  padding: 2rem;
}
.rc-GiftCard-check .rc-GiftCard-content {
  text-align: center;
}
.rc-GiftCard-check .rc-GiftCard-content-picture,
.rc-GiftCard-check .rc-GiftCard-content-text {
  display: block;
  width: auto;
}
.rc-GiftCard-check .rc-GiftCard-content-pictureElt {
  display: inline-block;
  width: 80%;
}
.rc-GiftCard-check .rc-GiftCard-content-text {
  text-align: center;
}
.rc-GiftSummary {
  padding: 2rem;
  border: 1px solid #bd9e56;
  margin: 30px 0;
  position: relative;
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 760px) {
  .rc-GiftSummary {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.rc-GiftSummary-left {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
@media screen and (max-width: 760px) {
  .rc-GiftSummary-left {
    text-align: center;
    margin-bottom: 2rem;
  }
}
.rc-GiftSummary-left img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 3rem;
  height: auto;
}
.rc-GiftSummary-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-item-align: center;
      align-self: center;
  text-align: right;
}
.rc-GiftSummary-content {
  display: inline-block;
  vertical-align: middle;
}
.rc-GiftSummary-content--heading {
  margin: 0;
}
.slickModal {
  top: 0;
  right: 0;
  position: fixed;
  padding: 30px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
}
.slickModal__content {
  height: 100%;
}
.slickModal--hidden {
  display: none;
}
.slickModal__close {
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 1200;
}
.fullScreenSlick {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.fullScreenSlick__roomName {
  position: absolute;
  left: 10px;
  top: 10px;
  color: #ffffff;
  z-index: 1200;
}
.fullScreenSlick .slick-list,
.fullScreenSlick .slick-track,
.fullScreenSlick .slickSliderFullImg {
  height: 100%;
}
.fullScreenSlick .slider-for {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-bottom: 0;
}
.fullScreenSlick .slider-for .slickSliderFullImg {
  width: auto;
  margin: 0 auto;
}
.fullScreenSlick .slider-nav-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
  max-height: 140px;
  position: relative;
  padding: 5px 130px;
  background-color: #1c1c1b;
}
.fullScreenSlick .slider-nav {
  height: 100%;
}
.fullScreenSlick .slider-nav .slick-slide {
  margin-right: 10px;
}
.fullScreenSlick__pager {
  position: absolute;
  top: -34px;
  font-size: 1.8rem;
  left: 0;
  font-weight: 200;
  color: #ffffff;
  background-color: #1c1c1b;
  padding: 5px;
  z-index: 1200;
}
@media screen and (max-width: 1024px) {
  .header-title {
    width: 100%;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 1024px) {
  .header-image {
    width: 100%;
  }
}
.header-description {
  text-align: justify;
}
.mainTitlePush {
  margin-top: 1rem;
}
.push {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.push-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem;
  text-align: center;
  min-height: 26.5rem;
  width: -webkit-calc(100% / 3 - 1.4rem);
  width: calc(100% / 3 - 1.4rem);
  margin-bottom: 2rem;
}
.push-wrapper:nth-child(3n + 1) {
  margin-right: 2rem;
}
.push-wrapper:nth-child(3n + 3) {
  margin-left: 2rem;
}
@media screen and (max-width: 1024px) {
  .push-wrapper {
    width: -webkit-calc(100% / 2 - 1rem);
    width: calc(100% / 2 - 1rem);
  }
  .push-wrapper:nth-child(3n + 1) {
    margin-right: 0;
  }
  .push-wrapper:nth-child(3n + 3) {
    margin-left: 0;
  }
  .push-wrapper:nth-child(odd) {
    margin-right: 2rem;
  }
}
@media screen and (max-width: 760px) {
  .push-wrapper {
    width: 100%;
  }
  .push-wrapper:nth-child(odd) {
    margin-right: 0;
  }
}
.push-number {
  margin: 0 0 0.8rem;
  font-size: 3rem;
  font-weight: bold;
}
.push-description {
  margin: 0 0 2rem;
  text-transform: uppercase;
  font-size: 1.2rem;
}
.push-iconWrapper {
  text-align: right;
  position: absolute;
  bottom: 1rem;
}
@media screen and (max-width: 1240px) {
  .push-iconWrapper {
    right: 1rem;
  }
}
.push-title {
  height: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.push-icon {
  width: 3rem;
}
.movingForwardNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0.1rem 0.1rem 0.7rem 0 rgba(28, 28, 27, 0.35);
}
.movingForwardNav-label {
  list-style: none;
  text-align: center;
}
.movingForwardNav--isPhone {
  display: block;
}
div.rc-MovingForwardFilter {
  border: none;
}
div.rc-MovingForwardFilter .rc-MovingForwardFilter__tab {
  padding: 0;
  line-height: 6rem;
  height: 6rem;
  font-size: 2rem;
}
@media screen and (max-width: 760px) {
  div.rc-MovingForwardFilter .rc-MovingForwardFilter__tab {
    padding: 0 -webkit-calc(25rem / 10);
    padding: 0 calc(25rem / 10);
  }
}
@media screen and (min-width: 760px) {
  div.rc-MovingForwardFilter ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
}
div.rc-MovingForwardFilter li.rc-MovingForwardFilter__tab:hover {
  color: inherit;
}
div.rc-MovingForwardFilter li.rc-MovingForwardFilter__tab:after {
  display: none;
}
div.rc-MovingForwardFilter li.rc-MovingForwardFilter__tab--isPhone {
  display: none;
}
div.rc-MovingForwardFilter a.rc-MovingForwardFilter__tab {
  text-transform: inherit;
}
.fid-FixedCTA {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .fid-FixedCTA--fixed {
    background: #fff;
    position: fixed;
    z-index: 10;
    left: 0;
    top: 60px;
    padding: 2.5rem 1.5rem 3.5rem;
    box-shadow: 0 -0.5rem 2rem rgba(160, 160, 160, 0.3);
  }
  .fid-FixedCTA--fixed .fid-FixedCTA__inner {
    box-shadow: none;
    padding: 0;
  }
}
.fid-FixedCTA__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  box-shadow: 1px 1px 7px 0 rgba(28, 28, 27, 0.35);
  padding: 4rem;
}
@media screen and (max-width: 1024px) {
  .fid-FixedCTA__inner {
    box-shadow: none;
    padding: 0;
  }
}
@media screen and (min-width: 1025px) {
  .fid-FixedCTA__inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .fid-FixedCTA--ami .fid-FixedCTA__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 60rem;
    padding: 4rem 2rem;
    background: #eef0f0;
  }
}
.fid-FixedCTA__heading {
  text-align: center;
}
.fid-FixedCTA__heading em {
  display: block;
  font-family: 'Notera', 'Times New Roman', Times, Georgia, serif;
  text-transform: none;
  font-size: 3em;
  line-height: .75;
}
@media screen and (max-width: 760px) {
  .fid-FixedCTA__heading em {
    font-size: 2em;
  }
}
.fid-FixedCTA__heading--alternate {
  display: none;
}
.fid-FixedCTA__title {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}
.fid-FixedCTA__title img {
  display: block;
}
.fid-FixedCTA__content {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 2rem;
  padding-left: 2rem;
}
@media screen and (max-width: 1024px) {
  .fid-FixedCTA__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 1024px) {
  .fid-FixedCTA__content {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
.fid-FixedCTA--ami .fid-FixedCTA__content {
  margin-bottom: 2rem;
}
.fid-FixedCTA__terms {
  font-size: 1.4rem;
}
.fid-FixedCTA__checkbox {
  width: 9rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-right: 1rem;
  padding-top: 1.5rem;
}
@media screen and (max-width: 1024px) {
  .fid-FixedCTA__checkbox {
    width: 100%;
    padding-bottom: 1rem;
  }
}
.fid-FixedCTA__label {
  color: #bd9e56;
  font-size: 2.5rem;
  padding-left: 1rem;
}
.fid-FixedCTA__label:before {
  margin-right: 6px !important;
}
.fid-FixedCTA__label:after {
  height: 1.6em !important;
  margin-left: 1rem;
}
.fid-FixedCTA--ami .fid-FixedCTA__label {
  color: #bd9e56;
}
.fid-FixedCTA__action {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.fid-FixedCTA__button--disabled {
  pointer-events: none;
  opacity: .4;
  cursor: not-allowed;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.forms--visible .fid-FixedCTA--fixed {
  position: relative;
  padding: 0;
}
.forms--visible .fid-FixedCTA__inner {
  text-align: center;
  display: block;
}
.forms--visible .fid-FixedCTA__heading {
  font-size: 3rem;
}
.forms--visible .fid-FixedCTA__heading--main,
.forms--visible .fid-FixedCTA__content,
.forms--visible .fid-FixedCTA__button {
  display: none;
}
.forms--visible .fid-FixedCTA__heading--alternate {
  display: block;
}
.fid-Form {
  position: relative;
  padding: 1.5rem;
  margin-bottom: 4rem;
  background: #eef0f0;
}
@media screen and (min-width: 760px) {
  .fid-Form {
    padding: 5rem;
  }
}
.fid-Form__text {
  text-align: center;
}
.fid-Form__content {
  width: 80%;
  margin-top: 1rem;
}
@media screen and (max-width: 900px) {
  .fid-Form__content {
    width: 100%;
  }
}
.fid-Form__heading {
  text-transform: uppercase;
  font-size: 2.2rem;
  font-family: 'Nobel', Arial, sans-serif;
  font-weight: 400;
}
.fid-Form .formSubmit {
  padding: 0;
  background: none;
}
.fid-Form .formForgotPwd {
  margin: 2rem 0;
  text-align: right;
  color: #bd9e56;
}
.fid-Form .formForgotPwd__link:hover {
  text-decoration: none;
}
.fid-Form .checkbox label {
  padding-left: 2.5rem;
  display: block;
  font-family: 'Nobel Book', Arial, sans-serif;
  font-weight: 400;
}
.fid-Form .checkbox label:before {
  position: absolute;
  left: 0;
  top: 5px;
}
.checkbox--ami label:after,
.checkbox__label--ami:after {
  background: url("../../images/svg/checkmark.svg") center center / 100% auto no-repeat !important;
}
.reset-form {
  font-family: 'Nobel Book', Arial, sans-serif;
  font-weight: 400;
  margin-top: 25px;
  display: block;
  font-size: 1.6rem;
}
.fid-Separator {
  display: block;
  position: relative;
  margin: 6rem auto;
  overflow: hidden;
  height: 7.5rem;
  max-width: 70rem;
}
.fid-Separator:before,
.fid-Separator:after {
  content: "";
}
.fid-Separator:before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: -webkit-calc(7.5rem / 2);
  height: calc(7.5rem / 2);
  background: #fff;
}
.fid-Separator:after {
  background: #5d676f;
  border-radius: 100%;
  height: 2rem;
  position: absolute;
  opacity: .5;
  z-index: 0;
  top: -webkit-calc(7.5rem / 2);
  top: calc(7.5rem / 2);
  left: 2rem;
  right: 2rem;
  margin-top: -2rem;
  box-shadow: 0 0 2rem #5d676f;
}
.fid-Separator__icon {
  position: relative;
  z-index: 2;
  width: 7.5rem;
  height: 7.5rem;
  border-radius: 50%;
  background: #000;
  display: block;
  margin: 0 auto;
}
body.member_ami .fid-Separator__icon {
  background: #bd9e56;
}
.fid-Separator__icon svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.fid-Separator__icon-img {
  position: relative;
  z-index: 2;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  width: 5rem;
  background: #ffffff;
  height: 7.5rem;
}
.fid-Separator__icon-img img {
  width: 5rem;
  height: auto;
}
.responsiveSlider {
  margin-left: -17px;
}
@media screen and (max-width: 760px) {
  .responsiveSlider {
    margin-left: 0;
  }
}
@media screen and (min-width: 760px) {
  .responsiveSlider .slick-active:first-child img {
    margin: 1.8rem 0;
    width: 100%;
  }
}
.responsiveSlider .slick-track {
  margin-bottom: 10px;
}
.responsiveSlider .slick-slide {
  position: relative;
}
@media screen and (min-width: 760px) {
  .responsiveSlider .slick-slide:first-child img {
    margin: 1.8rem 0;
    width: 100%;
  }
}
.responsiveSlider .slick-slide:first-child .category.categoryLeft {
  margin-left: 0;
}
.responsiveSlider .slick-slide figure {
  position: absolute;
  z-index: 6;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
}
@media screen and (min-width: 1401px) and (max-width: 2120px) {
  .responsiveSlider .slick-slide img {
    max-height: 310px;
  }
}
@media screen and (min-width: 760px) {
  .responsiveSlider .slick-slide img {
    margin: 1.8rem;
  }
}
.responsiveSlider .slick-slide .category {
  left: 0;
  right: 0;
}
.responsiveSlider .slick-slide .category span {
  color: #ffffff;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-family: 'Nobel', Arial, sans-serif;
  display: inline-block;
  line-height: 18px;
}
.responsiveSlider .slick-slide .category a {
  text-decoration: none;
}
.responsiveSlider .slick-slide .category.categoryLeft {
  text-align: center;
  bottom: 0;
  position: absolute;
  margin-left: 1.8rem;
  min-height: 20%;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), #1c1c1b);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #1c1c1b);
  z-index: 8;
}
@media screen and (max-width: 760px) {
  .responsiveSlider .slick-slide .category.categoryLeft {
    margin-left: 0 !important;
  }
}
.responsiveSlider .slick-slide .category.categoryLeft span {
  color: #ffffff;
  font-family: 'Nobel', Arial, sans-serif;
  padding: 10px 16px;
  text-transform: uppercase;
  font-size: 1.6rem;
  vertical-align: middle;
  height: auto;
}
.responsiveSlider .slick-slide .content {
  position: relative;
  width: 100%;
  bottom: 0;
  z-index: 8;
  text-align: center;
  min-height: 310px;
}
.responsiveSlider .slick-slide .content:hover {
  cursor: pointer;
}
.responsiveSlider .slick-slide .content:hover .categoryLeft {
  box-shadow: 1px 1px 7px 0 rgba(28, 28, 27, 0.35);
  background-color: #ffffff;
  background-image: none;
}
.responsiveSlider .slick-slide .content:hover .categoryLeft span {
  color: #1c1c1b;
}
.responsiveSlider .slick-slide .content:hover .content {
  margin-bottom: 2px;
}
.responsiveSlider .slick-slide .content:hover figure {
  -webkit-transition: 0.3s opacity;
          transition: 0.3s opacity;
  opacity: 1;
}
.responsiveSlider .slick-slide .content object {
  width: 100%;
  height: 310px;
  display: block;
  pointer-events: none;
}
.responsiveSlider.slider_col2 .slick-slide {
  max-height: 375px;
}
.responsiveSlider.slider_col3 .slick-slide,
.responsiveSlider.slider_col4 .slick-slide {
  max-height: 310px;
}
@media screen and (min-width: 1401px) and (max-width: 2120px) {
  .responsiveSlider.slider_col3 .slick-slide,
  .responsiveSlider.slider_col4 .slick-slide {
    max-height: 310px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1240px) {
  .responsiveSlider.slider_col3 .slick-slide,
  .responsiveSlider.slider_col4 .slick-slide {
    max-height: 240px;
  }
}
.responsiveSlider .Slider-arrow.slick-disabled {
  background-color: #1c1c1b;
}
.responsiveSlider .Slider-arrow--prev {
  left: -webkit-calc(28rem / 10);
  left: calc(28rem / 10);
}
.responsiveSlider .Slider-arrow--next {
  right: -webkit-calc(28rem / 10);
  right: calc(28rem / 10);
}
.responsiveSlider.ajaxPages div {
  display: none;
}
.flexibility .Slider-arrow--next {
  right: -webkit-calc(8rem / 10);
  right: calc(8rem / 10);
}
.flexibility img {
  height: auto;
  width: 100%;
}
.flexibility .slick-track {
  margin-bottom: 20px;
}
.flexibility .slick-track .slick-slide {
  max-height: 250px;
}
.flexibility .slick-track .slick-slide .content {
  min-height: 250px;
}
.flexibility__title {
  text-align: center;
  font-family: 'Nobel Book', Arial, sans-serif;
  font-weight: 400;
}
/* Pages
   ========================================================================== */
/* ==========================================================================
   PAGE HOME
   ========================================================================== */
#homeMedia {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: 2rem;
  height: -webkit-calc(100vh - 13rem);
  height: calc(100vh - 13rem);
  /*.landscape &{
      height: calc(100vh - @headerHeightExpanded);
   }
   .portrait &{
      height: calc(100vh/3*2 - @headerHeightExpanded);
   }*/
}
.is-phone #homeMedia {
  height: -webkit-calc(100vh - 6rem);
  height: calc(100vh - 6rem);
  max-height: -webkit-calc(100vw - 6rem);
  max-height: calc(100vw - 6rem);
}
#homeMedia #homeMedia-video,
#homeMedia #homeMedia-video > * {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: none;
}
#homeMedia #homeMedia-diaporama {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#homeMedia .homeMedia-img {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: 100%;
  max-width: 100%;
  max-height: none;
}
#homeMedia .homeMedia-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 1025px) {
  #homeMedia .homeMedia-img img {
    width: 100%;
    height: auto;
  }
}
#homeMedia .homeMedia-text {
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: 0;
  padding: 1rem;
  padding-left: 2rem;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #ffffff;
  font-size: 1.6rem;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.55);
}
#homeMedia .homeMedia-img {
  opacity: 0;
  -webkit-transition: opacity ease 2s 2s;
          transition: opacity ease 2s 2s;
  z-index: 0;
}
#homeMedia .homeMedia-img.active {
  opacity: 1;
  -webkit-transition: opacity ease 2s;
          transition: opacity ease 2s;
  z-index: 1;
}
#homeMedia .signature {
  position: absolute;
  z-index: 3;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  text-align: center;
  font-family: 'Nobel', Arial, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  color: #ffffff;
  text-shadow: 0 0 25px rgba(33, 33, 33, 0.9);
  letter-spacing: 1px;
}
.is-phone #homeMedia .signature {
  display: none;
  /*top: 50%;
         transform: translateY(calc(-50% - 47px));
         font-size: 4rem;
         img {
            max-width: 90vw;
         }*/
}
#homeMedia .signature img {
  position: static;
  width: 510px;
  height: auto;
}
#homeMedia .homeSlideDown {
  cursor: pointer;
  position: absolute;
  z-index: 2;
  bottom: 2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  /*white-space: pre-line;*/
  text-align: center;
  color: #ffffff;
  font-size: 1.4rem;
  text-transform: uppercase;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.55);
  padding: 0 2rem 4rem;
  background: url(../../images/svg/arrowWhiteDown.svg) no-repeat 50% 100%;
}
.is-phone #homeMedia .homeSlideDown {
  display: none;
}
@media screen and (max-width: 1024px) {
  .home-features .col-1-3 img {
    min-width: 100%;
  }
}
.blocHomePage {
  box-shadow: 1px 1px 7px 0px rgba(28, 28, 27, 0.35);
}
.blocHomePage .content {
  position: absolute;
}
.blocHomePage:hover .content {
  background-color: #fff;
  color: #1c1c1b;
  -webkit-transition: 0.3s;
          transition: 0.3s;
}
.blocHomePage:hover .content .mainTitle1 {
  color: #1c1c1b;
}
.blocHomePage:hover .category span {
  color: #1c1c1b;
}
@media screen and (min-width: 760px) and (max-width: 1024px) {
  .blocFeatured-map {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .blocFeatured-map figure {
    left: 1rem;
    right: 1rem;
  }
}
@media screen and (max-width: 760px) {
  .home > .grid > .row > .col-1-2,
  .home > .grid > .row > .col-1-3,
  .home > .grid > .row > .col-2-3 {
    display: block;
    width: 100%;
  }
  .home > .grid > .row > .col-2-3 > .row > .col-1-2 {
    display: block;
    width: 100%;
  }
}
/* ==========================================================================
   PAGE CHEF
   ========================================================================== */
/* Chef Home Banner
   ========================================================================== */
@media screen and (max-width: 760px) {
  .chef .bannerImageDefault figure {
    height: 0;
  }
}
.chefBannerTitle {
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #ffffff;
  padding: 50px 60px;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
@media screen and (max-width: 760px) {
  .chefBannerTitle {
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    padding: 30px 0;
    text-align: center;
    white-space: normal;
  }
}
.chefBannerTitle img {
  display: inline-block;
  vertical-align: top;
}
.chefBannerTitle .title {
  display: inline-block;
  vertical-align: top;
  padding: 15px 0 0 20px;
  font-size: 25px;
  line-height: 25px;
  text-transform: uppercase;
  margin: 0;
  font-family: 'Goudy Old Style MT W01', 'Times New Roman', Times, Georgia, serif;
  color: #aeb3b7;
  font-weight: normal;
}
@media screen and (max-width: 760px) {
  .chefBannerTitle .title {
    padding: 0;
  }
}
.chefBannerTitle .title span {
  font-family: 'GoudyOldStyleMTW01-Ital', 'Times New Roman', Times, Georgia, serif;
  color: #bd9e56;
  font-size: 66px;
  line-height: 66px;
  display: block;
  text-transform: none;
}
.chefHomeIntro {
  text-align: center;
  margin-bottom: 40px;
  font-family: 'Goudy MT W01 Bold', 'Times New Roman', Times, Georgia, serif;
  font-size: 18px;
}
/* Chef Home List
   ========================================================================== */
.chefHomeResults {
  text-align: left;
  font-size: 0;
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 901px) {
  .chefHomeResults {
    width: 710px;
  }
}
@media screen and (min-width: 1025px) {
  .chefHomeResults {
    width: 940px;
  }
}
@media screen and (min-width: 1241px) {
  .chefHomeResults {
    width: 1170px;
  }
}
.chefHomeResults .chefResultsItem {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 20px 10px;
}
@media screen and (max-width: 760px) {
  .chefHomeResults .chefResultsItem {
    width: 220px;
    margin: 0 auto 20px;
    display: block;
  }
}
.chefHomeSearch {
  text-align: center;
}
@media screen and (max-width: 760px) {
  .chefHomeSearch {
    text-align: left;
  }
  .chefHomeSearch .horizontalSearchModule {
    padding: 5px;
  }
  .chefHomeSearch .horizontalSearchModule .btn {
    border: none;
    height: 50px;
    width: 50px;
    padding: 0;
  }
  .chefHomeSearch .horizontalSearchModule .formField {
    font-size: 0;
  }
  .chefHomeSearch .horizontalSearchModule .formField input[type="text"] {
    font-size: 1.8rem;
  }
  .chefHomeSearch .horizontalSearchModule .selectboxit-container.lightGrey .selectboxit-btn {
    border-right: 0;
  }
  .chefHomeSearch input[type="text"] {
    width: -webkit-calc(100% - 50px);
    width: calc(100% - 50px);
  }
}
/* ==========================================================================
   PAGE CHEF DETAIL
   ========================================================================== */
.chefDetailPhoto {
  margin-bottom: 1rem;
}
@media screen and (max-width: 1240px) {
  .chefDetailPhoto {
    text-align: center;
  }
}
/* Chef Detail Info
   ========================================================================== */
.chefDetailInfo {
  margin-bottom: 30px;
}
.chefDetailInfo .mainTitle2 {
  margin-top: 2rem;
}
.chefDetailInfo .title3 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
  line-height: 15px;
  margin: 10px 0;
}
.chefDetailInfo .title4 {
  margin: 0 0 10px 0;
  font-size: 24px;
  line-height: 24px;
}
.chefDetailInfo .restaurant_content {
  padding: 0 2rem 2rem;
  display: inline-block;
  width: 47%;
  vertical-align: top;
}
@media screen and (max-width: 900px) {
  .chefDetailInfo .restaurant_content {
    width: 100%;
  }
}
.chefDetailInfo .restaurant_content:first-child {
  margin-right: 5%;
}
.chefDetailInfo .restaurant_content .mainTitle4 {
  font-size: 2rem;
  font-weight: normal;
}
.chefDetailInfo .restaurant_content ul {
  height: 65px;
}
.chefDetailInfo .restaurant_content ul li {
  font-family: 'Nobel Book', Arial, sans-serif;
  font-weight: 400;
}
/* Grand Chef Detail
   ========================================================================== */
.grandChefDetail {
  margin: 20px 0 30px 0;
}
.grandChefDetail .mainTitle2 {
  margin: 0 0 30px 0;
}
.grandChefDetailInfo {
  border-bottom: 4px solid #e7e0cc;
}
.grandChefDetailInfo .question {
  margin: 0;
  font-size: 16px;
  font-weight: normal;
  font-family: 'Nobel', Arial, sans-serif;
  font-weight: 400;
}
.perso-left > p {
  margin-top: 0;
}
.perso-left .mainTitle4 {
  font-size: 2.2rem;
  margin: 0;
  font-weight: normal;
}
.perso-left .bottom {
  text-align: center;
  margin: 0;
  margin-bottom: 2rem;
}
.perso-left .address {
  text-transform: uppercase;
  font-family: 'Times New Roman', Times;
  font-size: 1.4rem;
  margin: 10px 0 15px;
}
.perso-right .mainTitle2.ucFirst {
  margin-top: 0;
}
.perso-right .bottom {
  text-align: center;
}
/* ==========================================================================
   MY ACCOUNT
   ========================================================================== */
a.cGold.fsItalic:hover {
  text-decoration: none;
}
.rc-Account .jsSecondNav .jsSecondNavMain {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 4rem;
}
@media screen and (max-width: 900px) {
  .rc-Account .jsSecondNav .jsSecondNavMain {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: inherit !important;
  }
}
.rc-Account .jsSecondNav .jsSecondNavMain a {
  line-height: 3.5rem;
  margin-top: 20px;
}
.rc-Account .jsSecondNav .jsSecondNavMain a .icon {
  display: block;
  margin: 0 auto;
  width: 20px;
  height: 20px;
  margin-top: 15px;
}
@media screen and (max-width: 900px) {
  .rc-Account .jsSecondNav .jsSecondNavMain li a {
    margin-top: 0;
  }
}
@media screen and (max-width: 900px) {
  .rc-Account .jsSecondNav .jsSecondNavMain li a .icon {
    margin-top: 2px;
  }
}
@media screen and (max-width: 900px) {
  .rc-Account .jsSecondNav .jsSecondNavMain li a span {
    line-height: 2em;
  }
}
.rc-Account .jsSecondNav .jsSecondNavMain li.active a {
  font-family: 'Nobel', Arial, sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 900px) {
  .rc-Account .jsSecondNav .jsSecondNavMain li.active a:before {
    border-top-color: #ffffff;
  }
}
@media screen and (min-width: 1920px) {
  .rc-Account {
    background: #ffffff;
  }
}
.rc-Account__wrap {
  background: #fff;
  width: 100%;
  position: relative;
}
.rc-Account__main:not(.noPaddingApp) {
  padding-left: 50px;
}
@media screen and (max-width: 760px) {
  .rc-Account__main:not(.noPaddingApp) {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.rc-Account__inner {
  position: relative;
  margin: 0 auto;
  max-width: 1240px;
}
@media screen and (min-width: 760px) and (max-width: 900px) {
  .rc-Account__inner {
    padding-left: 50px;
  }
}
@media screen and (min-width: 760px) {
  .rc-Account__inner {
    padding: 0 1rem;
  }
  .rc-Account__inner--hascolumns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.rc-Account__inner .completudeBlock {
  vertical-align: bottom;
}
.rc-Account__header {
  position: relative;
  padding: 2rem;
  padding-bottom: 0;
  text-align: center;
}
@media screen and (max-width: 760px) {
  .rc-Account__header {
    padding: 2rem 1rem;
  }
}
.rc-Account__title {
  margin: 0;
  font-family: 'Times New Roman', Times;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: normal;
}
.rc-Account__title em {
  font-family: 'Notera', 'Times New Roman', Times, Georgia, serif;
  text-transform: none;
  font-size: 4em;
  line-height: 1;
}
@media screen and (max-width: 760px) {
  .rc-Account__title em {
    font-size: 2.5em;
  }
}
/* Account entete
   ========================================================================== */
.myAccount {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 1.5rem;
}
/* Account Nav
   ========================================================================== */
.accountNav {
  background: #fff;
  border-right: 1px solid #eef0f0;
  position: absolute;
  z-index: 3;
  width: 50px;
  height: 100%;
  -webkit-transition: width .25s;
          transition: width .25s;
  pointer-events: none;
}
.accountNav:hover {
  width: 260px;
}
.accountNav:hover .accountNav__label {
  opacity: 1;
  position: static;
  pointer-events: auto;
  -webkit-transition: opacity .2s;
          transition: opacity .2s;
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}
.accountNav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: -webkit-sticky;
  position: sticky;
  top: 6rem;
}
.accountNav li {
  display: block;
}
.accountNav .icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: text-top;
  opacity: .4;
  fill: #1c1c1b;
}
.accountNav .icon--stroked {
  fill: none;
  stroke-width: 4px;
  stroke: #1c1c1b;
}
.rc-Theme--ami .accountNav .icon {
  fill: #bd9e56;
}
.rc-Theme--ami .accountNav .icon--stroked {
  fill: none;
  stroke: #bd9e56;
}
.rc-Theme--pr .accountNav .icon {
  fill: #000;
}
.rc-Theme--pr .accountNav .icon--stroked {
  fill: none;
  stroke: #000;
}
.accountNav__label {
  opacity: 0;
  margin-right: 1rem;
  fill: #000;
  position: absolute;
  font-size: 1.2rem;
  pointer-events: none;
}
.accountNav__label em {
  font-style: normal;
}
.accountNav__link {
  font-size: 1.8rem;
  text-decoration: none;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.5rem;
  border-bottom: 1px solid #eef0f0;
  pointer-events: auto;
}
.accountNav__link:hover {
  text-decoration: underline;
}
.rc-Theme--ami .accountNav__link:hover {
  color: #bd9e56;
}
.accountNav__link:hover .icon {
  opacity: .6;
}
.accountNav__link--active {
  background: #fff;
  color: #1c1c1b;
  font-weight: 700;
}
.accountNav__link--active .icon--stroked {
  fill: #1c1c1b;
}
.rc-Theme--ami .accountNav__link--active {
  color: #bd9e56;
}
.rc-Theme--ami .accountNav__link--active .icon--stroked {
  fill: #bd9e56;
}
.rc-Theme--pr .accountNav__link--active {
  color: #1c1c1b;
}
.rc-Theme--pr .accountNav__link--active .icon--stroked {
  fill: #1c1c1b;
}
.accountNav__link--active .icon {
  opacity: 1;
}
@media screen and (max-width: 1400px) {
  .accountNav__link {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 1024px) {
  .accountNav__link {
    padding-left: .8rem;
    padding-right: .8rem;
    font-size: 1.2rem;
  }
}
/* Grid cards
   ========================================================================== */
.rc-Account__grid {
  display: grid;
  grid-gap: 1px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  grid-template-areas: "a b c d" "e f g h" "i j g l" "m n o p";
}
.rc-Theme--pr .rc-Account__grid,
.rc-Theme--ami .rc-Account__grid {
  grid-template-areas: "a b c d" "e f g h" "i f k l" "m n o p" "q r o t";
}
.rc-Account__grid[data-nb-rows="3"],
.rc-Account__grid[data-nb-rows="4"] {
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
}
@media screen and (min-width: 801px) and (max-width: 1240px) {
  .rc-Account__grid {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-areas: "a b c" "d e f" "g e h" "i j k" "l m n" "o p q";
  }
  .rc-Theme--pr .rc-Account__grid,
  .rc-Theme--ami .rc-Account__grid {
    grid-template-areas: "a b c" "d e f" "g e h" "j k l" "m n o" "p q o";
  }
}
@media screen and (max-width: 800px) {
  .rc-Account__grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    grid-template-areas: "a b" "c d" "f e" "g e" "h i" "j k" "l m" "n o" "p q";
  }
  .rc-Theme--pr .rc-Account__grid,
  .rc-Theme--ami .rc-Account__grid {
    grid-template-areas: "a b" "c d" "f e" "g e" "h j" "k l" "m n" "p o" "q o";
  }
}
@media screen and (max-width: 760px) {
  .rc-Account__grid {
    display: block;
  }
}
.rc-AccountCard {
  position: relative;
  background: #eef0f0;
}
.rc-Theme--ami .rc-AccountCard {
  background: #fff;
}
.rc-Theme--pr .rc-AccountCard {
  background: #000;
}
@media screen and (max-width: 760px) {
  .rc-AccountCard {
    margin-bottom: 2rem;
  }
}
.rc-Theme--user .rc-AccountCard[data-position="3"] {
  grid-area: d;
}
.rc-Theme--user .rc-AccountCard[data-position="4"] {
  grid-area: f;
}
.rc-Theme--user .rc-AccountCard[data-position="5"] {
  grid-area: g;
}
.rc-Theme--user .rc-AccountCard[data-position="6"] {
  grid-area: h;
}
.rc-Theme--user .rc-AccountCard[data-position="7"] {
  grid-area: c;
}
.rc-Theme--user .rc-AccountCard[data-position="8"] {
  grid-area: e;
}
@media screen and (max-width: 1240px) {
  .rc-Theme--user .rc-AccountCard[data-position="3"] {
    grid-area: c;
  }
  .rc-Theme--user .rc-AccountCard[data-position="4"] {
    grid-area: d;
  }
  .rc-Theme--user .rc-AccountCard[data-position="5"] {
    grid-area: e;
  }
  .rc-Theme--user .rc-AccountCard[data-position="6"] {
    grid-area: f;
  }
}
.rc-Theme--ami .rc-AccountCard[data-position="3"],
.rc-Theme--pr .rc-AccountCard[data-position="3"] {
  grid-area: d;
}
.rc-Theme--ami .rc-AccountCard[data-position="4"],
.rc-Theme--pr .rc-AccountCard[data-position="4"] {
  grid-area: e;
}
.rc-Theme--ami .rc-AccountCard[data-position="5"],
.rc-Theme--pr .rc-AccountCard[data-position="5"] {
  grid-area: f;
}
.rc-Theme--ami .rc-AccountCard[data-position="6"],
.rc-Theme--pr .rc-AccountCard[data-position="6"] {
  grid-area: g;
}
.rc-Theme--ami .rc-AccountCard[data-position="7"],
.rc-Theme--pr .rc-AccountCard[data-position="7"] {
  grid-area: h;
}
.rc-Theme--ami .rc-AccountCard[data-position="8"],
.rc-Theme--pr .rc-AccountCard[data-position="8"] {
  grid-area: l;
}
.rc-Theme--ami .rc-AccountCard[data-position="9"],
.rc-Theme--pr .rc-AccountCard[data-position="9"] {
  grid-area: m;
}
.rc-Theme--ami .rc-AccountCard[data-position="10"],
.rc-Theme--pr .rc-AccountCard[data-position="10"] {
  grid-area: n;
}
.rc-Theme--ami .rc-AccountCard[data-position="11"],
.rc-Theme--pr .rc-AccountCard[data-position="11"] {
  grid-area: o;
}
.rc-Theme--ami .rc-AccountCard[data-position="12"],
.rc-Theme--pr .rc-AccountCard[data-position="12"] {
  grid-area: p;
}
.rc-Theme--ami .rc-AccountCard[data-position="13"],
.rc-Theme--pr .rc-AccountCard[data-position="13"] {
  grid-area: c;
}
.rc-Theme--ami .rc-AccountCard[data-position="14"],
.rc-Theme--pr .rc-AccountCard[data-position="14"] {
  grid-area: i;
}
.rc-Theme--ami .rc-AccountCard[data-position="15"],
.rc-Theme--pr .rc-AccountCard[data-position="15"] {
  grid-area: k;
}
@media screen and (max-width: 1240px) {
  .rc-Theme--ami .rc-AccountCard[data-position="3"],
  .rc-Theme--pr .rc-AccountCard[data-position="3"] {
    grid-area: d;
  }
  .rc-Theme--ami .rc-AccountCard[data-position="4"],
  .rc-Theme--pr .rc-AccountCard[data-position="4"] {
    grid-area: f;
  }
  .rc-Theme--ami .rc-AccountCard[data-position="5"],
  .rc-Theme--pr .rc-AccountCard[data-position="5"] {
    grid-area: e;
  }
  .rc-Theme--ami .rc-AccountCard[data-position="6"],
  .rc-Theme--pr .rc-AccountCard[data-position="6"] {
    grid-area: j;
  }
}
.rc-AccountCard--informations {
  background: #aeb3b7;
  color: #000;
}
.rc-AccountCard--informations .rc-AccountCard__picture {
  background-color: transparent;
}
.rc-AccountCard--informations .rc-AccountCard__content {
  color: #000;
  background: #fff;
}
.rc-AccountCard--informations .rc-AccountCard__content:after {
  content: ' ';
  height: 0;
  position: absolute;
  width: 0;
  border: 5px solid transparent;
  border-left-color: #000;
  right: 1rem;
}
.rc-AccountCard--informations .rc-AccountCard__content:hover {
  fill: #fff;
}
.rc-AccountCard--informations .rc-AccountCard__content:hover .rc-AccountCard__content:after {
  content: ' ';
  height: 0;
  position: absolute;
  width: 0;
  border: 5px solid transparent;
  border-left-color: #fff !important;
  right: 1rem;
}
.rc-Theme--ami .rc-AccountCard--informations {
  background: #fff;
  color: #000;
}
.rc-Theme--ami .rc-AccountCard--informations .rc-AccountCard__content {
  color: #fff;
  background: #bd9e56;
}
.rc-Theme--ami .rc-AccountCard--informations .rc-AccountCard__content:after {
  content: ' ';
  height: 0;
  position: absolute;
  width: 0;
  border: 5px solid transparent;
  border-left-color: #fff;
  right: 1rem;
}
.rc-Theme--ami .rc-AccountCard--informations .rc-AccountCard__content:hover {
  fill: #fff !important;
}
.rc-Theme--ami .rc-AccountCard--informations .rc-AccountCard__content:hover .rc-AccountCard__content:after {
  content: ' ';
  height: 0;
  position: absolute;
  width: 0;
  border: 5px solid transparent;
  border-left-color: #fff;
  right: 1rem;
}
.rc-Theme--ami .rc-AccountCard--informations .rc-AccountCard__icon {
  fill: #fff !important;
}
.rc-Theme--pr .rc-AccountCard--informations {
  background: #000;
  color: #fff;
}
.rc-Theme--pr .rc-AccountCard--informations .rc-AccountCard__content {
  color: #000;
  background: #fff;
}
.rc-Theme--pr .rc-AccountCard--informations .rc-AccountCard__content:after {
  content: ' ';
  height: 0;
  position: absolute;
  width: 0;
  border: 5px solid transparent;
  border-left-color: #000;
  right: 1rem;
}
.rc-Theme--pr .rc-AccountCard--informations .rc-AccountCard__content:hover {
  fill: #fff !important;
}
.rc-Theme--pr .rc-AccountCard--informations:hover .rc-AccountCard__content:after {
  content: ' ';
  height: 0;
  position: absolute;
  width: 0;
  border: 5px solid transparent;
  border-left-color: #000;
  right: 1rem;
}
.rc-Theme--pr .rc-AccountCard--informations .rc-AccountCard__icon {
  fill: #000;
}
.rc-AccountCard__inner {
  height: 0;
  padding-bottom: 56.25%;
}
.rc-AccountCard__picture {
  background-color: #efefef;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 0;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .9;
  -webkit-transition: opacity .3s;
          transition: opacity .3s;
}
.rc-AccountCard:hover .rc-AccountCard__picture {
  opacity: 1;
}
.rc-AccountCard__link {
  display: block;
  text-decoration: none;
}
.rc-AccountCard__user {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem;
  padding-bottom: 6rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 0;
}
.rc-AccountCard__portrait {
  width: 80px;
  height: 80px;
  margin-right: 2.5rem;
}
@media screen and (max-width: 760px) {
  .rc-AccountCard__portrait {
    width: 60px;
    height: 60px;
  }
}
.rc-AccountCard__avatar {
  border-radius: 50%;
  overflow: hidden;
}
.rc-Theme--ami .rc-AccountCard__avatar {
  box-shadow: 2px 5px 16px #806224;
}
.rc-AccountCard__avatar img {
  width: 100%;
}
.rc-AccountCard__infos {
  max-width: 60%;
  color: #bd9e56;
}
.rc-AccountCard .card_grey {
  background: #1c1c1b !important;
}
.rc-AccountCard .card_grey .rc-AccountCard__email,
.rc-AccountCard .card_grey .rc-AccountCard__memberID {
  color: #fff !important;
}
.rc-AccountCard__fullname {
  display: block;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 2rem;
  color: #fff;
  font-family: 'Times New Roman', Times;
}
@media screen and (max-width: 640px) {
  .rc-AccountCard__fullname {
    font-size: 2rem;
  }
}
.rc-AccountCard__email {
  font-size: 13px;
  color: #aeb3b7;
}
.rc-Theme--ami .rc-AccountCard__email {
  color: #000;
}
.rc-Theme--pr .rc-AccountCard__email {
  color: #fff;
}
.rc-AccountCard__memberID {
  display: block;
  color: #aeb3b7;
}
.rc-Theme--ami .rc-AccountCard__memberID {
  color: #000;
}
.rc-Theme--pr .rc-AccountCard__memberID {
  color: #fff;
}
.rc-AccountCard__content {
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
  background: #fff;
  padding: 1rem;
  padding-right: 8rem;
  color: #000;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  font-size: 1.2rem;
}
@media screen and (max-width: 900px) {
  .rc-AccountCard__content {
    padding: 1rem;
    padding-right: 3rem;
    font-size: 1.1rem;
  }
}
.rc-AccountCard__content:after {
  content: ' ';
  height: 0;
  position: absolute;
  width: 0;
  border: 5px solid transparent;
  border-left-color: #000;
  right: 1rem;
}
.rc-Theme--pr .rc-AccountCard__content {
  background: #1c1c1b;
  color: #fff;
}
.rc-Theme--pr .rc-AccountCard__content:after {
  content: ' ';
  height: 0;
  position: absolute;
  width: 0;
  border: 5px solid transparent;
  border-left-color: #fff;
  right: 1rem;
}
.rc-Theme--ami .rc-AccountCard__content {
  background: #fff;
  color: #000;
}
.rc-Theme--ami .rc-AccountCard__content:after {
  content: ' ';
  height: 0;
  position: absolute;
  width: 0;
  border: 5px solid transparent;
  border-left-color: #bd9e56;
  right: 1rem;
}
.rc-AccountCard:hover .rc-AccountCard__content {
  background: #000;
  color: #fff;
}
.rc-AccountCard:hover .rc-AccountCard__content:after {
  content: ' ';
  height: 0;
  position: absolute;
  width: 0;
  border: 5px solid transparent;
  border-left-color: #fff;
  right: 1rem;
}
.rc-Theme--pr .rc-AccountCard:hover .rc-AccountCard__content {
  background: #fff;
  color: #000;
}
.rc-Theme--pr .rc-AccountCard:hover .rc-AccountCard__content:after {
  content: ' ';
  height: 0;
  position: absolute;
  width: 0;
  border: 5px solid transparent;
  border-left-color: #000;
  right: 1rem;
}
.rc-Theme--ami .rc-AccountCard:hover .rc-AccountCard__content {
  background: #bd9e56;
  color: #fff;
}
.rc-Theme--ami .rc-AccountCard:hover .rc-AccountCard__content:after {
  content: ' ';
  height: 0;
  position: absolute;
  width: 0;
  border: 5px solid transparent;
  border-left-color: #fff;
  right: 1rem;
}
.rc-AccountCard__icon {
  fill: #000;
  width: 24px;
  height: 24px;
  margin-right: 1.5rem;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}
.rc-Theme--pr .rc-AccountCard__icon {
  fill: #fff;
}
.rc-Theme--ami .rc-AccountCard__icon {
  fill: #bd9e56;
}
.rc-AccountCard:hover .rc-AccountCard__icon {
  fill: #fff;
}
.rc-Theme--ami .rc-AccountCard:hover .rc-AccountCard__icon {
  fill: #fff;
}
.rc-Theme--pr .rc-AccountCard:hover .rc-AccountCard__icon {
  fill: #000;
}
/* Title + btn block
   ========================================================================== */
.titleWithBtn {
  clear: both;
}
.titleWithBtn > *:not(:last-child) {
  display: inline-block;
  vertical-align: sub;
  margin-right: 25px;
}
/* Upcoming Travels (sidebar)
   ========================================================================== */
.accomodationRecap {
  background: #41484e;
  padding: 20px;
  color: #ffffff;
  margin: 0 0 20px;
}
.accomodationRecap dt {
  background: #aeb3b7;
  padding: 15px 20px 10px;
}
.accomodationRecap dd {
  margin: 0;
  background: #595e63;
  padding: 10px 110px 15px 20px;
  position: relative;
}
.accomodationRecap dd + dt {
  margin-top: 10px;
}
.accomodationRecap .name {
  font-weight: bold;
  display: block;
  font-size: 1.8rem;
  padding-bottom: 3px;
}
.accomodationRecap .location {
  display: block;
}
.accomodationRecap .roomType {
  text-transform: uppercase;
  display: block;
  font-size: 1.7rem;
  padding-bottom: 2px;
}
.accomodationRecap .period {
  display: block;
  font-size: 1.8rem;
  font-family: 'Nobel', Arial, sans-serif;
  font-weight: 400;
  font-weight: normal;
}
.accomodationRecap .more {
  color: #bd9e56;
  text-align: right;
  position: absolute;
  right: 20px;
  font-style: italic;
  bottom: 15px;
  max-width: 90px;
}
.accomodationRecap .more:hover {
  text-decoration: none;
}
/* Form (settings page)
   ========================================================================== */
.account .form {
  margin-bottom: 50px;
}
.account .form .linedUp label,
.account .form .linedUp .extraLabel {
  font-family: Arial, sans-serif;
  font-size: 1.5rem;
}
.account .form .favDestNum {
  font-family: Arial, sans-serif;
  display: block;
  margin: 19px 0 0 0;
  white-space: nowrap;
}
.account .form .checkbox label,
.account .form .radio label {
  white-space: nowrap;
}
.account .fastTrack .form {
  margin-bottom: 0;
}
/* Profile Pic (settings page)
   ========================================================================== */
.profilePic,
.agvLogoPic {
  text-align: center;
}
.profilePic .icon,
.agvLogoPic .icon {
  display: block;
  cursor: pointer;
  width: 20vw;
  height: 20vw;
  padding: 5vw;
  border-radius: 50%;
  background: #bd9e56;
  margin: 0 auto 15px;
}
@media screen and (min-width: 1401px) {
  .profilePic .icon,
  .agvLogoPic .icon {
    width: 285px;
    height: 285px;
    padding: 75px;
  }
}
.profilePic .btn,
.agvLogoPic .btn {
  margin: 15px 0;
}
.profilePic .uploadedPic,
.agvLogoPic .uploadedPic {
  display: block;
  margin: 0 auto 25px;
  width: 285px;
  height: auto;
}
.profilePic [type="file"],
.agvLogoPic [type="file"] {
  display: block;
  visibility: hidden;
  height: 1px;
}
.profilePic .formError,
.agvLogoPic .formError {
  text-align: left;
  display: inline-block;
}
.profilePic .formError:after,
.agvLogoPic .formError:after {
  left: 45%;
}
.profilePic .uploadedPic {
  border-radius: 50%;
}
/* My Exclusive Offers (to replicate hotel layout & proportions)
   ========================================================================== */
.exclusiveOffersWrap:after,
.exclusiveOffersWrap:before {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.exclusiveOffersWrap:after {
  clear: both;
}
.exclusiveOffersWrap .propertyBookingAside {
  padding-top: 0;
}
.exclusiveOffersWrap .propertyBookingAside .will-stick {
  top: 6.5rem;
}
.exclusiveOffers {
  float: right;
  width: -webkit-calc(100% - 23rem);
  width: calc(100% - 23rem);
}
.exclusiveOffers-advanced {
  width: 100%;
}
@media screen and (min-width: 901px) {
  .exclusiveOffers-advanced {
    float: left;
  }
  .exclusiveOffers-advanced .propertyBookingAside {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
  }
  .exclusiveOffers-advanced .error-wrapper {
    max-width: 29rem;
  }
  .exclusiveOffers-advanced .error-wrapper:nth-child(2) {
    padding-left: 0;
  }
}
@media screen and (min-width: 760px) and (max-width: 900px) {
  .exclusiveOffers-advanced > .row > .col-1-2 {
    width: 100%;
  }
}
.exclusiveOffers-advanced .will-stick {
  width: 100%;
}
.exclusiveOffers-advanced .selectboxit {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .exclusiveOffers {
    width: 100%;
  }
}
.exclusiveOffers .pagination,
.exclusiveOffers .paginationMeta {
  margin-top: 40px;
}
.exclusiveOffers .selectboxit-container {
  z-index: 11;
}
.exclusiveOffers .selectboxit-container[aria-expanded="true"] {
  z-index: 12;
}
@media screen and (max-width: 760px) {
  .exclusiveOffers .mainTitle2 {
    margin-top: 0;
  }
}
/* Quick access to settings & preferences
   ========================================================================== */
.quickAccess {
  display: table;
  width: 100%;
  box-shadow: 1px 1px 7px 0 rgba(28, 28, 27, 0.35);
  margin: 0 0 40px;
  padding: 15px;
}
.quickAccess > div {
  display: table-cell;
  vertical-align: middle;
  padding: 8px;
}
.quickAccess > div:last-child {
  text-align: right;
}
.quickAccess .mainTitle3 {
  font-size: 3.5rem;
}
.quickAccess .btn {
  display: inherit !important;
}
@media screen and (min-width: 1241px) {
  .quickAccess .btn {
    white-space: nowrap;
  }
}
.quickAccess .visuQuickAccess {
  width: 165px;
}
.quickAccess .visuProfile {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-left: 5px;
}
.profileDetails {
  display: block;
  font-family: 'Nobel Book', Arial, sans-serif;
  margin-bottom: 14px;
}
.profileDetails strong {
  font-family: 'Nobel', Arial, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  color: #1c1c1b;
}
.quickAccessProfile > div {
  vertical-align: top;
  padding-top: 25px;
}
.quickAccessProfile .visuProfile {
  margin-top: -17px;
}
.quickAccess1C5C > div {
  vertical-align: top;
}
.quickAccess1C5C > div:last-child {
  text-align: left;
  padding-left: 2.5em;
}
/* CONTACT BLOC WORLD
   ========================================================================== */
.worldContact {
  border: 1px solid #e7e0cc;
  margin: 50px 0;
  padding: 15px;
}
/* My reservations
   ========================================================================== */
.asideAccountResa {
  margin-top: 90px;
}
@media screen and (max-width: 760px) {
  .asideAccountResa {
    margin-top: 20px;
  }
}
.accordionResa .blocResaList {
  background: #41484e;
  padding: 15px 15px 20px 15px;
  margin: 0 0 30px 0;
}
.accordionResa .blocResaList .resaListHeader {
  color: #ffffff;
  padding: 5px 5px 30px 5px;
}
.accordionResa .blocResaList .resaListHeader .icon {
  width: 23px;
  height: 23px;
  vertical-align: top;
  margin-right: 15px;
}
.accordionResa .blocResaList .resaListHeader span {
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 760px) {
  .accordionResa .blocResaList .resaListHeader {
    padding: 5px 5px 15px 35px;
  }
  .accordionResa .blocResaList .resaListHeader .icon {
    margin: 0 3px 0 -30px;
  }
}
.accordionResa .blocResaList .basketItemHotel {
  margin: 0 0 10px 0;
}
.accordionResa .blocResaList .resaListFooter {
  padding: 30px 0 0 0;
}
.accordionResa .blocResaList .resaListFooter:after,
.accordionResa .blocResaList .resaListFooter:before {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.accordionResa .blocResaList .resaListFooter:after {
  clear: both;
}
.accordionResa .blocResaList .resaListFooter .priceTag {
  float: right;
}
@media screen and (min-width: 1025px) and (max-width: 1400px) {
  .accordionResa .blocResaList .resaListFooter .priceTag {
    clear: right;
  }
}
.accordionResa .blocResaList .resaListFooter > .btn {
  float: left;
}
@media screen and (min-width: 1025px) and (max-width: 1400px) {
  .accordionResa .blocResaList .resaListFooter > .btn {
    float: right;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 760px) {
  .accordionResa .blocResaList .resaListFooter {
    padding-top: 10px;
  }
  .accordionResa .blocResaList .resaListFooter .priceTag {
    float: none;
    display: block;
  }
  .accordionResa .blocResaList .resaListFooter > .btn {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
}
.resaHotelReview {
  margin-top: 5px;
}
.resaHotelReview .icon {
  width: 21px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  fill: #eef0f0;
  stroke: #aeb3b7;
  stroke-width: 1;
}
.resaHotelReview .icon path {
  fill: #eef0f0;
  stroke: #aeb3b7;
}
.resaHotelReview a {
  display: inline-block;
  vertical-align: middle;
  font-style: italic;
  color: #bd9e56;
}
.resaHotelReview.has-review .icon {
  fill: #bd9e56;
  stroke: transparent;
}
.resaHotelReview.has-review .icon path {
  fill: #bd9e56;
  stroke: transparent;
}
/* Legal footer
   ========================================================================== */
.legal {
  font-size: 1.5rem;
  margin: 30px 15px 30px 0;
}
/* Liste Avcantage 5C
   ========================================================================== */
.perks {
  margin: 0 0 20px;
  padding: 35px 25px;
  list-style: none;
  background: #e7e0cc;
}
.perks li {
  margin-top: 25px;
}
.perks li:after,
.perks li:before {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.perks li:after {
  clear: both;
}
.perks li:first-child {
  margin-top: 0;
}
.perks .icon {
  float: left;
}
.perks p {
  margin: 0 0 0 70px;
}
/*"Routes du bonheur" Items
   ========================================================================== */
.happinesRoadItem .blocFeatured {
  margin: 0;
}
.happinesRoadItem .citationPhoto {
  text-align: left;
}
/* Account - mobile display
   ========================================================================== */
@media screen and (max-width: 760px) {
  .is-phone .account .btnsSwitchMobile ~ .footer {
    padding-bottom: 40px;
  }
  .quickAccess {
    background: #eef0f0;
    padding: 15px;
  }
  .quickAccessProfile {
    display: block;
    border: 5px solid #ffffff;
    border-width: 0 10px;
    text-align: center;
  }
  .quickAccessProfile > div {
    display: inline-block;
    padding: 0;
  }
  .quickAccessProfile > div:last-child {
    text-align: center;
  }
  .quickAccessProfile .visuProfile {
    margin-top: 0;
  }
  .quickAccessProfile .btnQuickAccessProfile {
    height: 4.6rem;
    font-size: 0;
  }
  .quickAccessProfile .btnQuickAccessProfile:before,
  .quickAccessProfile .btnQuickAccessProfile span {
    display: inline-block;
    vertical-align: middle;
  }
  .quickAccessProfile .btnQuickAccessProfile:before {
    content: '';
    height: 100%;
  }
  .quickAccessProfile .btnQuickAccessProfile span {
    font-size: 1.3rem;
  }
  .quickAccessOffers {
    text-align: center;
  }
  .quickAccessOffers .icon {
    width: 35px;
    height: 35px;
    margin: 0 auto 5px;
    display: block;
  }
  .quickAccessOffers a {
    text-decoration: none;
    font-size: 1.6rem;
  }
  .quickAccessOffers .col-1-2 {
    padding: 0 10px;
  }
  .quickAccessOffers .col-1-2:first-child {
    border-right: 1px solid #d9dbdd;
  }
  .worldContact {
    margin: 25px 0 0;
  }
  .worldContact .col-1-2 {
    width: 100%;
  }
}
/* Passport step
   ========================================================================== */
.passportStepTitle {
  margin: 0 0 25px -20px;
  background-color: #eef0f0;
  font-family: 'Nobel', Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
}
@media screen and (max-width: 760px) {
  .passportStepTitle {
    margin-left: 0;
  }
}
.passportStepTitle .nb {
  display: block;
  position: absolute;
  top: 0;
  left: -20px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  font-family: 'Goudy Old Style MT W01', 'Times New Roman', Times, Georgia, serif;
  color: #ffffff;
  background: #76828c;
}
@media screen and (max-width: 760px) {
  .passportStepTitle .nb {
    left: -10px;
    top: 22px;
  }
}
.passportStepTitle.active .nb {
  background: #bd9e56;
}
.passportStepTitle .subbanner {
  float: right;
  color: #41484e;
  line-height: 40px;
  margin-right: 15px;
}
.passportStepTitle .banner {
  position: relative;
  display: inline-block;
  min-height: 40px;
  line-height: 24px;
  font-size: 2rem;
  background: #aeb3b7;
  color: #ffffff;
  padding: 8px 20px 8px 30px;
}
@media screen and (max-width: 760px) {
  .passportStepTitle .banner {
    text-align: center;
    padding: 20px 20px 15px 20px;
    width: 100%;
  }
}
.overmapContentPassportDetail .innerOvermapContent {
  position: relative;
}
.overmapContentPassportDetail .innerOvermapContent .defaultSlider {
  margin-bottom: 0;
}
@media screen and (max-width: 1400px) {
  .overmapContentPassportDetail .innerOvermapContent .bannerImageDefault .bannerContent {
    padding-top: 70px;
  }
}
@media screen and (max-width: 1400px) {
  .overmapContentPassportDetail .bannerImageDefault .bannerContent {
    padding-top: 70px;
  }
}
.passportCorner {
  position: absolute;
  z-index: 5;
  top: 20px;
  right: 20px;
  width: 315px;
  height: 193px;
  background: url(../../images/common/bgPasseport.png) no-repeat 0 0;
  color: #aeb3b7;
  padding: 60px 0 0 50px;
}
@media screen and (max-width: 1024px) {
  .passportCorner {
    position: relative;
    top: 0;
    margin-left: auto;
    right: auto;
    background: #ffffff;
    width: 100%;
    padding: 20px;
    height: auto;
    border: 5px solid #eef0f0;
    border-bottom: 0;
  }
}
.passportCorner span {
  display: block;
}
.passportCorner .geo {
  font-size: 1.5rem;
  font-weight: bold;
}
.passportCorner .date {
  font-family: 'Nobel', Arial, sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  margin-top: 5px;
}
.passportCorner .stay {
  font-size: 1.2rem;
  font-weight: bold;
  position: absolute;
  top: 71px;
  right: 32px;
  text-align: center;
  text-transform: uppercase;
  width: 70px;
}
.passportCorner .stay em {
  font-family: 'Goudy Old Style MT W01', 'Times New Roman', Times, Georgia, serif;
  font-size: 3.3rem;
  font-style: normal;
  display: block;
  margin: 0 auto -9px;
  text-transform: none;
}
.passportCorner .stay sup {
  font-size: 65%;
}
.btnChangePict {
  position: absolute;
  z-index: 4;
  bottom: 10px;
  right: 10px;
}
@media screen and (max-width: 1024px) {
  .btnChangePict {
    bottom: 0;
    right: 0;
    left: 0;
    padding: 5px;
  }
}
.passportDetailStay {
  background: url(../../images/common/tamponPassportDetail.png) no-repeat 96% 3px, -webkit-linear-gradient(top, #fbf7f0 0%, #fffbf7 51%, #f8f2e9 100%);
  background: url(../../images/common/tamponPassportDetail.png) no-repeat 96% 3px, linear-gradient(to bottom, #fbf7f0 0%, #fffbf7 51%, #f8f2e9 100%);
  padding: 2em 0;
  border-radius: 0 0 1em 1em;
}
.passportDetailStay .lastStay .stay {
  background: #5f6770;
  padding: 4px 10px;
  margin-right: 10px;
  color: #ffffff;
  font-size: 1.6rem;
}
.passportDetailStay .lastStay .stay em {
  font-family: 'Goudy Old Style MT W01', 'Times New Roman', Times, Georgia, serif;
  font-size: 2.6rem;
  font-style: normal;
}
.passportDetailStay .lastStay .stay sup {
  font-size: 65%;
}
.passportDetailStay .lastStay .lastResa {
  font-family: 'Nobel', Arial, sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
}
.passportDetailStay .formField {
  margin-top: 60px;
  padding: 0 10px;
}
@media screen and (max-width: 1240px) {
  .passportDetailStay .formField {
    margin-top: 0;
  }
}
.passportDetailStay .formField textarea {
  height: 210px;
  font-size: 1.5rem;
  background-color: transparent;
}
.passportDetailStay .formField.tooltip {
  position: relative;
  top: 0;
  left: 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  width: 100%;
}
.passportDetailStay .ShareStay {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.passportDetailStay .ShareStay:before,
.passportDetailStay .ShareStay:after {
  content: '';
  border-top: 1px solid #b7995d;
  width: 130%;
  height: 0;
  position: absolute;
  left: -140%;
  top: -webkit-calc(50% - 1px);
  top: calc(50% - 1px);
}
.passportDetailStay .ShareStay:after {
  left: auto;
  right: -140%;
}
@media screen and (max-width: 1400px) {
  .passportDetailStay .ShareStay:before {
    width: 100%;
    left: -110%;
  }
  .passportDetailStay .ShareStay:after {
    width: 100%;
    right: -110%;
  }
}
@media screen and (max-width: 1240px) {
  .passportDetailStay .ShareStay:before,
  .passportDetailStay .ShareStay:after {
    display: none;
  }
}
.popin.popinShareStay .dockShare {
  display: inline-block;
  padding: 0;
  margin: 40px 10px 10px;
}
/* My Account - Teaser My Reservation
   ========================================================================== */
.teaserHeader {
  position: relative;
  min-width: 770px;
  background-size: cover;
  background-position: 50%;
  margin-top: -20px;
}
.teaserHeader .btnBack,
.teaserHeader .btnNext {
  position: absolute;
  bottom: 40px;
  left: 65px;
}
.teaserHeader .btnNext {
  left: auto;
  right: 65px;
}
@media screen and (max-width: 760px) {
  .teaserHeader {
    min-width: 0;
    margin-top: 0;
  }
  .teaserHeader .btnBack,
  .teaserHeader .btnNext {
    bottom: 10px;
    left: 8px;
  }
  .teaserHeader .btnNext {
    left: auto;
    right: 8px;
  }
  .teaserHeader .btnViewGallery {
    top: 35px;
  }
}
.innerTeaserHeader {
  max-width: 1440px;
  height: 100%;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 760px) {
  .innerTeaserHeader {
    height: auto;
  }
  .innerTeaserHeader figure {
    height: 410px;
  }
}
.teaserHeader-img {
  min-height: 400px;
  max-height: 550px;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.countdownContainer {
  width: 95%;
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 475px;
  background: rgba(0, 0, 0, 0.7);
  padding: 35px 25px 25px;
  text-align: center;
  color: #ffffff;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.countdownContainer .countdownIntro {
  width: 250px;
  margin: 15px auto 0;
  padding: 15px 0 5px;
  border-top: 1px solid #bd9e56;
  font-family: 'Nobel', Arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
.countdownContainer .countdownTimer {
  font-family: 'Nobel', Arial, sans-serif;
  font-weight: 400;
}
.countdownContainer .countdownTimer .countdownTimerItem {
  display: inline-block;
  margin: 0 8px;
  font-size: 4rem;
}
.countdownContainer .countdownTimer .countdownTimerItem > [class*="countdown-"] {
  font-size: 4.5rem;
}
@media screen and (max-width: 760px) {
  .countdownContainer {
    padding: 10px 10px 0;
  }
  .countdownContainer .countdownIntro {
    padding: 8px 0 0;
  }
  .countdownContainer .countdownTimer .countdownTimerItem {
    margin: 2px;
  }
}
.printLink {
  color: #aeb3b7;
  text-decoration: none;
  border: 0;
  background: none;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  float: right;
  position: relative;
  z-index: 1;
  top: 65px;
}
.printLink .icon {
  width: 23px;
  height: 23px;
  margin-left: 10px;
  vertical-align: bottom;
}
.printLink:hover {
  text-decoration: underline;
}
.teaserContent .accordionResa {
  clear: both;
  padding-top: 10px;
}
.teaserContent .teaserMenu figure img {
  max-width: 100%;
}
.teaserContent .col-1-2 > .blocListDark {
  min-height: 420px;
}
@media screen and (max-width: 760px) {
  .teaserContent .col-1-2 > .blocListDark {
    min-height: 0;
  }
}
.teaserContent .mapWrapper {
  height: 56rem;
  margin-bottom: 30px;
}
@media screen and (max-width: 760px) {
  .teaserContent .mapWrapper {
    height: 40rem;
  }
}
.teaserContent .accordionHeader {
  pointer-events: none;
}
.teaserContent .accordionHeader:before,
.teaserContent .accordionHeader:after {
  display: none;
}
.btn.fulls {
  padding: 11px 50px;
}
.accountSectionTitle {
  font-family: 'Nobel', Arial, sans-serif;
}
@media screen and (max-width: 760px) {
  #avatar-modal .avatar-form .preview-lg {
    width: inherit;
    height: inherit;
  }
  #avatar-modal .avatar-form .formSubmit a {
    float: left;
    width: 100%;
  }
  #avatar-modal .avatar-form .formSubmit button {
    margin: 10px 0;
  }
  #avatar-modal .avatar-form [class*='col-'] {
    width: 100%;
  }
}
.bookingFinalizeDeconnect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.rc-AccountTabs,
.rc-MovingForwardFilter {
  overflow: hidden;
  position: relative;
  border-top: 1px solid #1c1c1b;
  border-bottom: 1px solid #1c1c1b;
}
.rc-AccountTabs ul,
.rc-MovingForwardFilter ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 760px) {
  .rc-AccountTabs ul,
  .rc-MovingForwardFilter ul {
    background: #fff;
    margin: 0;
    padding: 0;
    display: none;
    border-top: 1px solid #aeb3b7;
    border-left: 1px solid #aeb3b7;
    border-right: 1px solid #aeb3b7;
  }
  .rc-AccountTabs ul a,
  .rc-MovingForwardFilter ul a {
    margin: 0;
    padding: 1.6rem 2rem;
    border-bottom: 1px solid #aeb3b7;
    display: block;
    font-size: 1.6rem;
    font-family: 'Nobel Book', Arial, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
  }
  .rc-AccountTabs ul a:after,
  .rc-MovingForwardFilter ul a:after {
    display: none;
  }
}
.rc-AccountTabs li,
.rc-MovingForwardFilter li {
  display: inline-block;
  vertical-align: bottom;
}
@media screen and (max-width: 760px) {
  .rc-AccountTabs li,
  .rc-MovingForwardFilter li {
    background: #fff;
    padding: 0;
    display: block;
  }
}
.rc-AccountTabs input[type="checkbox"],
.rc-MovingForwardFilter input[type="checkbox"],
.rc-AccountTabs input[type="checkbox"] + label,
.rc-MovingForwardFilter input[type="checkbox"] + label {
  display: none;
}
@media screen and (max-width: 760px) {
  .rc-AccountTabs,
  .rc-MovingForwardFilter {
    margin: 2rem 0;
  }
  .rc-AccountTabs input[type="checkbox"],
  .rc-MovingForwardFilter input[type="checkbox"],
  .rc-AccountTabs input[type="checkbox"] + label,
  .rc-MovingForwardFilter input[type="checkbox"] + label {
    display: block;
  }
}
.rc-AccountTabs input[type="checkbox"],
.rc-MovingForwardFilter input[type="checkbox"] {
  position: absolute;
  left: -9999em;
  opacity: 0;
}
.rc-AccountTabs input[type="checkbox"]:checked ~ ul,
.rc-MovingForwardFilter input[type="checkbox"]:checked ~ ul {
  display: block;
}
.rc-AccountTabs__toggler,
.rc-MovingForwardFilter__toggler {
  display: none;
}
@media screen and (max-width: 760px) {
  .rc-AccountTabs__toggler,
  .rc-MovingForwardFilter__toggler {
    display: block;
    width: 100%;
    height: 5rem;
    padding: 1.5rem 2rem;
    text-transform: uppercase;
    color: #000;
    z-index: 3;
    border: 1px solid #aeb3b7;
    font-size: 1.2rem;
  }
  .rc-AccountTabs__toggler:after,
  .rc-MovingForwardFilter__toggler:after {
    content: '';
    position: absolute;
    top: 2rem;
    right: 2rem;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 6px 0 6px;
    border-color: #aeb3b7 transparent transparent transparent;
  }
}
.rc-AccountTabs__tab,
.rc-MovingForwardFilter__tab {
  display: inline-block;
  position: relative;
  background: none;
  padding: 2rem 5rem 1.6rem;
  margin-right: 1rem;
  border: none;
  -webkit-transition: color .3s;
          transition: color .3s;
  text-decoration: none;
  font-size: 1.6rem;
  font-family: 'Nobel Book', Arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
.rc-AccountTabs__tab:not(.rc-AccountTabs__tab--active):hover,
.rc-MovingForwardFilter__tab:not(.rc-AccountTabs__tab--active):hover {
  color: #bd9e56;
}
.rc-AccountTabs__tab:not(.rc-AccountTabs__tab--active):hover:after,
.rc-MovingForwardFilter__tab:not(.rc-AccountTabs__tab--active):hover:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  width: 1.2rem;
  border: solid transparent;
  border-top-color: #1c1c1b;
  height: 1rem;
  margin: 0 auto;
  border-width: 1rem .8rem;
}
.rc-AccountTabs__tab--active,
.rc-MovingForwardFilter__tab--active {
  color: #bd9e56;
  font-weight: 700;
}
.rc-AccountTabs__tab--active:after,
.rc-MovingForwardFilter__tab--active:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  width: 1.2rem;
  border: solid transparent;
  border-top-color: #1c1c1b;
  height: 1rem;
  margin: 0 auto;
  border-width: 1rem .8rem;
}
.rc-AccountTabsView,
.rc-MovingForwardFilterView {
  position: absolute;
  left: -9999em;
  opacity: 0;
  height: 0;
  overflow: hidden;
}
.rc-AccountTabsView--active,
.rc-MovingForwardFilterView--active {
  position: static;
  opacity: 1;
  height: auto;
}
#request-5c-items label {
  display: none;
}
#request-5c-items .icon {
  width: 25px;
  height: 25px;
  cursor: pointer;
  margin-top: 10px;
}
.request5CDateDay {
  display: none;
}
.request5CDateDay + .selectboxit-container {
  display: none;
}
/*5C request autocomplete dropdown*/
.ui-autocomplete {
  text-align: left;
  background-color: #ffffff;
  margin: -1px 0 0;
  list-style: none;
  border: 1px solid #5d676f;
  border-top: 1px solid #ffffff;
  z-index: 1000000;
}
.ui-autocomplete .ui-menu-item {
  display: block;
  color: #5d676f;
  font-family: 'GoudyOldStyleMTW01-Ital', 'Times New Roman', Times, Georgia, serif;
  font-size: 1.8rem;
  padding: 1rem 1rem 1rem 1.5rem;
  cursor: pointer;
}
.ui-autocomplete .ui-state-focus {
  background-color: #e7e0cc;
}
.rc-Settings__completion .completudeMessage {
  position: initial !important;
}
.rc-Settings__completion .completudeMessage span {
  font-size: 12px;
  line-height: 12px;
  position: absolute;
  bottom: -10px;
  margin: 1rem;
  font-family: 'Nobel Book', Arial, sans-serif;
  font-weight: 400;
}
.rc-Personal {
  position: relative;
  color: #fff;
  padding-right: 1.5rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-shadow: 3px 3px 3px #1c1c1b;
}
@media screen and (max-width: 640px) {
  .rc-Personal {
    width: 100%;
    padding-left: 1.5rem;
    text-align: center;
  }
}
.rc-Personal__fullname {
  display: block;
  text-transform: uppercase;
  font-size: 3rem;
  font-weight: 100;
  font-family: 'Times New Roman', Times;
}
@media screen and (max-width: 640px) {
  .rc-Personal__fullname {
    font-size: 2.4rem;
  }
}
.rc-Personal__memberID {
  display: block;
  font-weight: 700;
}
.rc-Personal__completion {
  position: relative;
  text-align: right;
  margin-top: 1.5rem;
  width: 100%;
}
.rc-Personal__completion .completudeJauge {
  width: 120px;
  height: 60px;
}
.rc-Personal__completion .completudeFleche {
  position: absolute;
  bottom: -55px;
  right: -20px;
  width: 120px;
  height: 120px;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
@media screen and (max-width: 900px) {
  .rc-Personal__completion .completudeFleche {
    right: 0;
  }
}
.rc-Personal__completion-label {
  display: inline-block;
  margin-bottom: 1.5rem;
}
.rc-Personal__completion-bar {
  position: relative;
  width: 100%;
  height: 4px;
  background: rgba(255, 255, 255, 0.35);
  box-shadow: 3px 3px 3px #1c1c1b;
}
.rc-Personal__completion-current {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: #fff;
}
.rc-Settings__banner {
  position: relative;
  min-height: 190px;
  background-color: #1c1c1b;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  width: 100%;
  margin-bottom: 4rem;
  padding: 3.5rem 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 900px) {
  .rc-Settings__banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 3rem;
  }
}
.rc-Settings__introduction {
  padding-left: 5rem;
}
@media screen and (max-width: 900px) {
  .rc-Settings__introduction {
    margin-top: 2rem;
    padding: 0 20px;
  }
}
.rc-Settings__avatar {
  position: relative;
  border-radius: 50%;
  margin-right: 3rem;
}
@media screen and (max-width: 640px) {
  .rc-Settings__avatar {
    margin-right: 0;
    margin-bottom: 2rem;
  }
}
.rc-Settings__avatar .avatar-view__link {
  width: 14rem;
  height: 14rem;
  display: block;
  margin: 0;
  padding: 0;
}
.rc-Settings__avatar .avatar-view__picture {
  margin: 0;
}
.rc-Settings__badge {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  position: absolute;
  bottom: -1rem;
  right: 1rem;
  z-index: 2;
  background: #bd9e56;
  text-align: center;
  line-height: 4rem;
  display: none;
}
.rc-Theme--ami .rc-Settings__badge {
  background: #bd9e56;
  display: none;
}
.rc-Theme--pr .rc-Settings__badge {
  background: #1c1c1b;
  display: block;
}
.rc-Settings__sidebar {
  width: 100%;
  margin-bottom: 1rem;
}
@media screen and (max-width: 900px) {
  .rc-Settings__sidebar > .row {
    padding: 0;
    margin: 0 -10px;
  }
}
.rc-Settings__sidebar .accordion {
  border: none;
  background: none;
}
.rc-Settings__content {
  width: 100%;
}
.rc-Settings__content .icon {
  width: 70px;
  height: 70px;
}
.rc-Settings__block {
  border-bottom: 1px dotted #1c1c1b;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}
.rc-Settings__block.last {
  border-bottom: none !important;
}
.rc-Settings__block div[class*=col-]:not(.formField__label) {
  padding: 0 4px !important;
}
.rc-Settings__block .formField__label {
  text-align: right;
  padding-top: 15px !important;
  padding-right: 1rem !important;
  font-family: 'Nobel Book', Arial, sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 900px) {
  .rc-Settings__block .formField__label {
    text-align: left;
  }
}
.rc-Settings__block .formField__label label {
  font-family: 'Nobel Book', Arial, sans-serif;
  font-weight: 400;
}
.rc-Settings__sidebarInner {
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
}
.rc-Settings__steps {
  margin: 0 0 3rem;
  padding: 0;
  padding-top: 4rem;
  list-style-type: none;
  width: 100%;
}
.rc-Settings__steps li {
  list-style-type: none;
  padding-left: 1rem;
  border-left: 1px solid #aeb3b7;
}
.rc-Settings__step {
  color: #000;
  display: inline-block;
  text-decoration: none;
  font-family: 'Nobel Book', Arial, sans-serif;
  font-weight: 400;
}
.rc-Settings__stepLabel {
  display: block;
  padding: 1.2rem;
  text-transform: uppercase;
  color: #000;
}
.rc-Settings__stepGroup {
  width: 100%;
}
.rc-Settings__stepGroup .rc-Settings__step {
  padding: .5rem 1rem;
}
.rc-Settings__stepGroup .rc-Settings__step:hover {
  text-decoration: underline;
}
.rc-Settings__stepGroup .rc-Settings__step.rc-Settings__stepLabel {
  padding: 1.2rem;
}
.rc-Settings__stepGroup .ui-accordion-header-active {
  font-weight: 700;
}
.rc-Settings__stepGroup .accordionHeader,
.rc-Settings__stepGroup .accordionContent {
  background: none !important;
  border: none;
}
.rc-Settings__stepGroup .accordionHeader:after {
  background: none;
  opacity: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #000;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.rc-Settings__step--active {
  font-weight: 700;
}
.rc-Settings__step .ui-accordion-header-active.accordionHeader:after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.rc-Settings__title {
  font-family: 'Times New Roman', Times;
  font-size: 3.5rem;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  color: #1c1c1b;
  margin-top: 0;
  font-size: 2.5rem;
  font-family: 'Nobel', Arial, sans-serif;
  font-weight: 400;
}
.rc-Settings__description {
  font-family: 'Nobel Book', Arial, sans-serif;
  font-weight: 400;
  color: #000;
}
.rc-Settings__formHeader {
  color: #000;
  position: relative;
  margin-bottom: 4rem;
  text-align: center;
}
.rc-Settings__formHeader .js-profile-completion {
  display: none;
}
.rc-Settings__formTitle {
  font-size: 2rem;
  font-family: 'Nobel', Arial, sans-serif;
  font-weight: 400;
  text-align: center;
  margin: 0;
}
.rc-Settings__formSubtitle {
  font-size: 2.4rem;
  margin: 0;
  font-family: 'Nobel', Arial, sans-serif;
  font-weight: 400;
}
.rc-Settings__form input,
.rc-Settings__form select {
  width: 100%;
}
.rc-Settings__form .formField .js-required-family::after {
  content: "*";
}
.rc-Settings__form .formField__error:invalid {
  border: 1px solid #ab3c3a !important;
  background: rgba(197, 85, 83, 0.1) !important;
}
.rc-Settings__form .formField__error:invalid + .selectboxit-container .selectboxit-btn {
  border: 1px solid #ab3c3a !important;
  background: rgba(197, 85, 83, 0.1) !important;
}
.rc-Settings__form .selectboxit-container {
  display: none;
}
.rc-Settings__form .selectboxit-btn {
  min-width: 8rem;
  width: 100% !important;
  box-shadow: inset 2px 2px 4px 0 rgba(0, 0, 0, 0.35);
}
.rc-Settings__form .formField--state {
  display: none;
}
.rc-Settings__form .formDropdown {
  color: #1c1c1b;
  font-family: 'Times New Roman', Times;
  font-size: 1.8rem;
  margin-bottom: 25px;
  position: relative;
}
.rc-Settings__form .formDropdown__wrap {
  position: relative;
  background: #fff;
  border: 1px solid #d9dbdd;
  height: 5rem;
  padding: 0 4rem 0 1.5rem;
  outline: none;
  color: #aeb3b7;
  font-family: 'Times New Roman', Times;
  font-size: 1.8rem;
}
.rc-Settings__form .formDropdown__wrap:after {
  content: '';
  position: absolute;
  right: 1.5rem;
  top: 2.5rem;
  width: 0;
  height: 0;
  border-top: 4px solid #aeb3b7;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.rc-Settings__form .formDropdown select {
  height: 5rem;
  font-size: 1.8rem;
  line-height: 5rem;
  padding: 0 4rem 0 1.5rem;
  background: #fff;
  border: 1px solid #d9dbdd;
  -webkit-appearance: menulist;
  appearance: menulist;
  display: block !important;
}
.rc-Settings__form .formError:empty {
  display: none;
}
.rc-Settings__form .displayNone {
  display: none;
}
.rc-Settings__form .row,
.rc-Settings__form div[class*='col-'] {
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 760px) {
  .rc-Settings__form div[class*='col-']:nth-child(2) select,
  .rc-Settings__form div[class*='col-']:nth-child(3) select,
  .rc-Settings__form div[class*='col-']:nth-child(2) .selectboxit-btn,
  .rc-Settings__form div[class*='col-']:nth-child(3) .selectboxit-btn {
    border-right: none;
  }
}
.rc-Settings__form .row {
  margin-bottom: 25px;
}
@media screen and (min-width: 760px) {
  .rc-Settings__form .row .formField__label {
    padding-top: 15px;
  }
}
@media screen and (min-width: 901px) {
  .rc-Settings__form .row__empty {
    min-height: 85px;
  }
}
@media screen and (min-width: 1025px) {
  .rc-Settings__form .row__empty {
    min-height: 60px;
  }
}
.rc-Settings__submit.formSubmit {
  background: none;
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  box-shadow: none;
}
.rc-Settings__submit.formSubmit .btn {
  float: right;
}
.rc-Settings__submit.formSubmit small {
  margin-left: 0;
  font-family: 'Nobel Book', Arial, sans-serif;
  font-weight: 400;
}
.rc-Settings__response {
  display: none;
}
.formGroup--children .formGroup__row {
  display: none;
  margin: 1rem 0;
  padding: 3rem 2rem;
  background: #ffffff;
  border-left: 1rem #ffffff solid;
  border-right: 1rem #ffffff solid;
}
.formGroup--children .formGroup__row > div {
  background: #eef0f0;
  padding: 3rem 2rem;
  margin-bottom: 0;
}
.formGroup--children .formGroup__row--visible {
  display: inline-block;
}
.formGroup__heading {
  color: #bd9e56;
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
}
.formGroup--accommodation,
.formGroup--desires,
.formGroup--food,
.formGroup--parameters {
  margin-bottom: 3rem;
  padding: 0 2rem;
}
.formGroup--accommodation:after,
.formGroup--desires:after,
.formGroup--food:after,
.formGroup--parameters:after {
  content: '';
  clear: both;
  display: block;
}
.formGroup--accommodation .checkbox,
.formGroup--desires .checkbox,
.formGroup--food .checkbox,
.formGroup--parameters .checkbox {
  float: left;
  margin: 0 !important;
}
.formGroup--accommodation .checkbox input:checked + label,
.formGroup--desires .checkbox input:checked + label,
.formGroup--food .checkbox input:checked + label,
.formGroup--parameters .checkbox input:checked + label {
  background-color: #1c1c1b;
  color: #ffffff;
}
.formGroup--accommodation .checkbox input:checked + label::before,
.formGroup--desires .checkbox input:checked + label::before,
.formGroup--food .checkbox input:checked + label::before,
.formGroup--parameters .checkbox input:checked + label::before {
  background-color: #ffffff;
}
.formGroup--accommodation .checkbox label,
.formGroup--desires .checkbox label,
.formGroup--food .checkbox label,
.formGroup--parameters .checkbox label {
  display: block;
  color: #1c1c1b;
  font-family: 'Nobel Book', Arial, sans-serif;
  font-weight: 400;
  position: relative;
  margin: 1rem;
  padding: 5px 10px;
  border: 1px solid #5d676f;
  border-radius: 100px;
  background-color: #ffffff;
  white-space: nowrap;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.formGroup--accommodation .checkbox label::before,
.formGroup--desires .checkbox label::before,
.formGroup--food .checkbox label::before,
.formGroup--parameters .checkbox label::before {
  display: none !important;
  visibility: hidden;
}
.formGroup--accommodation .checkbox label:after,
.formGroup--desires .checkbox label:after,
.formGroup--food .checkbox label:after,
.formGroup--parameters .checkbox label:after {
  visibility: hidden !important;
}
.formGroup--accommodation .formGroup__heading,
.formGroup--desires .formGroup__heading,
.formGroup--food .formGroup__heading,
.formGroup--parameters .formGroup__heading {
  color: #bd9e56;
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
}
.formGroup--accommodation .formGroup__content:after,
.formGroup--desires .formGroup__content:after,
.formGroup--food .formGroup__content:after,
.formGroup--parameters .formGroup__content:after {
  content: "";
  clear: both;
  display: block;
}
.formGroup--accommodation .radio,
.formGroup--desires .radio,
.formGroup--food .radio,
.formGroup--parameters .radio,
.formGroup--accommodation .checkbox,
.formGroup--desires .checkbox,
.formGroup--food .checkbox,
.formGroup--parameters .checkbox {
  margin-right: 2rem;
  margin-bottom: 1rem;
}
.rc-SettingsCompletionPush {
  position: relative;
  background: #eef0f0;
  color: #000;
}
.rc-SettingsCompletionPush__picture {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .9;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.rc-SettingsCompletionPush__picture:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: .3;
}
.rc-SettingsCompletionPush__picture img {
  width: 100%;
}
.rc-SettingsCompletionPush__inner {
  position: relative;
  z-index: 2;
  height: 0;
  padding: 3rem;
  padding-bottom: 100%;
}
@media screen and (min-width: 760px) and (max-width: 900px) {
  .rc-SettingsCompletionPush__inner {
    padding-bottom: 85%;
  }
}
.rc-SettingsCompletionPush__inner .js-rc-Settings__step {
  text-decoration: none;
}
.rc-SettingsCompletionPush__category {
  text-transform: uppercase;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
.rc-SettingsCompletionPush__title {
  font-family: 'Times New Roman', Times;
  font-size: 3.5rem;
  color: #1c1c1b;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;
  text-decoration: none;
  color: #000;
}
@media screen and (max-width: 800px) {
  .rc-SettingsCompletionPush__title {
    font-size: 2rem;
  }
}
.rc-SettingsCompletionPush__label {
  position: absolute;
  bottom: 3rem;
  right: 3rem;
  border: 2px solid #000;
  padding: 1.5rem;
  text-transform: uppercase;
  font-size: 1.6rem;
}
@media screen and (max-width: 800px) {
  .rc-SettingsCompletionPush__label {
    font-size: 1.3rem;
    left: 3rem;
  }
}
.rc-SettingsCompletionPush__completion {
  position: relative;
  text-align: right;
  margin-top: 1.5rem;
  width: 100%;
}
.rc-SettingsCompletionPush__completion-label {
  display: inline-block;
  margin-bottom: 1.5rem;
}
.rc-SettingsCompletionPush__completion-bar {
  position: relative;
  width: 100%;
  height: 4px;
  background: rgba(0, 0, 0, 0.35);
}
.rc-SettingsCompletionPush__completion-current {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: #000;
}
.rc-CheckboxRgpd {
  display: none;
  width: 100%;
  background: #000;
  z-index: 10;
  left: 0;
  bottom: 40px;
  padding: 1.5rem;
  box-shadow: 0 -0.5rem 2rem rgba(160, 160, 160, 0.3);
  text-align: center;
  color: #fff;
  margin-bottom: 1rem;
}
@media screen and (max-width: 760px) {
  .rc-CheckboxRgpd {
    bottom: -10px;
    position: fixed;
    padding: 0.8rem;
  }
}
.rc-CheckboxRgpd .checkbox {
  margin-bottom: 0;
  display: inline-block;
  color: #fff;
}
.rc-CheckboxRgpd .checkbox label::before {
  margin-top: -3px;
  margin-right: 10px !important;
}
.rc-CheckboxRgpd .checkbox label::after {
  left: 30px !important;
  top: -2px !important;
}
@media screen and (max-width: 900px) {
  .rc-CheckboxRgpd .checkbox label::after {
    left: 5px!important;
    top: -2px !important;
  }
}
@media screen and (min-width: 1241px) {
  .rc-CheckboxRgpd .checkbox_desires label::after {
    left: 30px !important;
  }
}
.rc-SettingsSocialConnect {
  position: relative;
  margin: 2rem 0;
}
.rc-SettingsSocialConnect__btn {
  background: #d9b56e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.5rem;
  color: #fff;
  text-decoration: none;
}
.rc-SettingsSocialConnect__btn:hover {
  background: #bd9e56;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}
.rc-SettingsSocialConnect svg {
  width: 40px;
  height: 40px;
}
.rc-SettingsSocialConnect__label {
  margin: 0 1rem;
}
@media screen and (min-width: 760px) {
  .rc-SettingsSocialConnect__label {
    margin: 0 3rem;
  }
}
/* ==========================================================================
   POPINS COMMONS
   ========================================================================== */
.popin {
  padding: 100px 60px 60px 60px;
  position: relative;
  overflow: auto;
  background: #ffffff;
  max-width: 112rem;
}
.popin:before {
  content: '';
  display: block;
  background: url(../../images/common/logo_R&C.png) no-repeat center 20px;
  height: 130px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.popin.popinLogo5C:before {
  background-image: url(../../images/common/logo_5C.png);
}
.popin.popinNoLogo {
  padding: 15px;
}
@media screen and (max-width: 760px) {
  .popin.popinNoLogo {
    padding: 20px;
  }
  .popin.popinNoLogo .formSubmit > span {
    margin-bottom: 0;
  }
}
.popin.popinNoLogo:before {
  display: none !important;
}
@media screen and (max-width: 900px) {
  .popin {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
  }
}
.popinBeneficiary {
  padding: 20px 60px 60px;
}
.popinBeneficiary .mainTitle2 {
  text-align: center;
}
.popinBeneficiary::before {
  content: none;
}
@media screen and (max-width: 760px) {
  .popin {
    padding: 20px 15px 60px;
    overflow-y: hidden;
  }
  .popin .row:not(.darkForm) {
    padding-left: 0;
    padding-right: 0;
  }
  .popin:before {
    background-position: 6px 6px;
    background-size: auto;
  }
  .popin .mainTitle2,
  .popin .popinTitle {
    font-size: 2.4rem;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 0 20px 0 44px;
    text-align: center;
  }
  .popin .mainTitle4 {
    font-size: 1.8rem;
  }
}
.popinTitle {
  font-family: 'Nobel', Arial, sans-serif;
  color: #1c1c1b;
  font-weight: 400;
  line-height: 1.1;
  text-decoration: none;
  font-size: 3.5rem;
  margin-bottom: 25px;
  text-align: center;
}
@media screen and (max-width: 760px) {
  .popinTitle {
    font-size: 3.6rem;
    line-height: .9;
  }
}
.popinBeneficiarySubtitle {
  text-align: center;
  width: 76%;
  margin: auto;
  margin-bottom: 1em;
  font-size: 1.2em;
}
/* Popin Frame
   ========================================================================== */
.popinFrame {
  border: 1px solid #1c1c1b;
  margin-bottom: 30px;
}
.popinFrame .frameTitle {
  font-family: 'Nobel', Arial, sans-serif;
  text-align: center;
  padding: 20px 30px;
  text-transform: uppercase;
  font-size: 2.4rem;
}
@media screen and (max-width: 760px) {
  .popinFrame .frameTitle {
    padding: 10px;
  }
}
.popinFrame .frameContent {
  padding: 30px;
}
@media screen and (max-width: 760px) {
  .popinFrame .frameContent {
    padding: 0;
  }
}
/* ==========================================================================
   POPINS
   ========================================================================== */
/* Join popin
   ========================================================================== */
.popinJoinForm .cguPopin {
  padding: 15px 0;
}
.popinJoinForm .cguPopin hr {
  border-color: #d9b56e;
  border-top: 0;
}
.popinJoinForm .cguPopin .checkbox {
  padding-left: 25px;
}
@media screen and (min-width: 760px) {
  .popinJoinForm .cguPopin .checkbox {
    margin-right: 170px;
  }
}
@media screen and (max-width: 760px) {
  .popinJoinForm .cguPopin .btn[type='submit'] {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
  }
}
@media screen and (min-width: 760px) {
  .popinJoinForm .cguPopin .btn[type='submit'] {
    float: right;
    position: absolute;
    right: 10px;
    bottom: 40px;
  }
}
.reinsurancePopin {
  margin-top: 0;
}
@media screen and (max-width: 760px) {
  .reinsurancePopin {
    margin: 30px auto 10px auto;
    font-size: 1.6rem;
  }
}
.reinsurancePopin > div {
  padding-bottom: 2rem;
}
@media screen and (max-width: 1024px) {
  .reinsurancePopin > div {
    width: 100%;
    display: block;
  }
}
.reinsurancePopin i,
.reinsurancePopin svg,
.reinsurancePopin span {
  vertical-align: middle;
  display: inline-block;
}
.reinsurancePopin i {
  width: 35px;
  margin-right: 5px;
  text-align: center;
}
.reinsurancePopin svg {
  background-size: cover;
  stroke: #ffffff;
  fill: #bd9e56;
  stroke: transparent;
}
.reinsurancePopin svg path {
  fill: #bd9e56;
  stroke: transparent;
}
.reinsurancePopin span {
  width: -webkit-calc(100% - 50px);
  width: calc(100% - 50px);
  font-size: 1.2rem;
}
.cguAsterik .col-1-1 {
  padding-right: 315px;
}
@media screen and (max-width: 760px) {
  .cguAsterik .col-1-1 {
    padding-right: 0;
  }
}
.cguAsterik .legal {
  margin-top: 1rem !important;
}
.popinJoinB2bForm .rc-Tabs-item {
  border: 1px solid #aeb3b7;
}
/* Select AddOn
   ========================================================================== */
.popinSelectAddOn .popinSelectAddOnHeader {
  text-align: center;
  margin-bottom: 30px;
}
.popinSelectAddOn .popinSelectAddOnHeader .btnAddSelection {
  background-color: #1c1c1b;
  border: 1px solid #1c1c1b;
}
.popinSelectAddOn .popinSelectAddOnHeader .btnAddSelection input {
  -webkit-appearance: checkbox;
}
.popinSelectAddOn .popinSelectAddOnHeader .btn {
  margin-left: 10px;
  opacity: 1;
  padding: 11px 43px;
}
.popinSelectAddOn .popinSelectAddOnHeader .btn.disabled {
  color: #1c1c1b;
  background-color: #ffffff;
}
.popinSelectAddOn .popinSelectAddOnHeader .js-triggerClosePopin {
  background-color: #ffffff;
  color: #1c1c1b;
}
.popinSelectAddOn .popinSelectAddOnHeader .js-triggerClosePopin:hover {
  background-color: #1c1c1b;
  color: #ffffff;
}
.popinSelectAddOn .popinSelectAddOnHeader .js-triggerClosePopin:hover:after {
  color: #ffffff;
}
@media screen and (max-width: 1024px) {
  .popinSelectAddOn .popinSelectAddOnHeader > span {
    display: block;
    margin-bottom: 20px;
  }
}
.popinSelectAddOn .popinSelectAddOnFooter {
  text-align: center;
}
.popinSelectAddOn .popinSelectAddOnFooter .btnAddSelection {
  background-color: #1c1c1b;
  border: 1px solid #1c1c1b;
}
.popinSelectAddOn .popinSelectAddOnFooter .btnAddSelection input {
  -webkit-appearance: checkbox;
}
.popinSelectAddOn .popinSelectAddOnFooter .btn {
  margin-left: 10px;
  opacity: 1;
  padding: 11px 43px;
}
.popinSelectAddOn .popinSelectAddOnFooter .btn.disabled {
  color: #1c1c1b;
  background-color: #ffffff;
}
.popinSelectAddOn .popinSelectAddOnFooter .js-triggerClosePopin {
  background-color: #ffffff;
  color: #1c1c1b;
}
.popinSelectAddOn .popinSelectAddOnFooter .js-triggerClosePopin:hover {
  background-color: #1c1c1b;
  color: #ffffff;
}
.popinSelectAddOn .popinSelectAddOnFooter .js-triggerClosePopin:hover:after {
  color: #ffffff;
}
@media screen and (max-width: 760px) {
  .popinSelectAddOn {
    padding-bottom: 35px;
  }
  .popinSelectAddOn .popinSelectAddOnFooter .btn {
    margin: 0;
    background: #94712a;
  }
  .popinSelectAddOn .popinSelectAddOnFooter .btn.disabled {
    opacity: 1;
    background: #bd9e56;
  }
  .popinSelectAddOn .popinSelectAddOnFooter .btn + .btn {
    border-left: 1px solid rgba(255, 255, 255, 0.5);
  }
}
/* Add Room
   ========================================================================== */
.popinAddRoom,
.popinSelectDates {
  padding-top: 20px;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .popinAddRoom:before,
  .popinSelectDates:before {
    background-position: 50px 15px;
  }
}
.popinAddRoom .dateField,
.popinSelectDates .dateField {
  min-height: 400px;
  margin-bottom: 13px;
}
.lte-ie9 .popinAddRoom .propertyRatePrice,
.lte-ie9 .popinSelectDates .propertyRatePrice {
  position: static;
  right: auto;
  top: auto;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  margin-top: 10px;
}
.popinAddRoom + .propertyRoomCTA,
.popinSelectDates + .propertyRoomCTA {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
  padding: 1rem 80px;
  z-index: 6;
  box-shadow: 0 -0.5rem 1rem rgba(93, 103, 111, 0.2);
}
@media screen and (max-width: 760px) {
  .popinAddRoom + .propertyRoomCTA .priceTag .tag,
  .popinSelectDates + .propertyRoomCTA .priceTag .tag {
    padding: 0.5rem;
  }
  .popinAddRoom + .propertyRoomCTA .priceTag .btn,
  .popinSelectDates + .propertyRoomCTA .priceTag .btn {
    padding: 1.2rem;
  }
}
@media screen and (max-width: 1024px) {
  .popinAddRoom + .propertyRoomCTA .priceTag .btn,
  .popinSelectDates + .propertyRoomCTA .priceTag .btn,
  .popinAddRoom + .propertyRoomCTA .priceTag .tag,
  .popinSelectDates + .propertyRoomCTA .priceTag .tag {
    display: inline-block;
    width: auto;
  }
}
@media screen and (max-width: 900px) {
  .popinAddRoom + .propertyRoomCTA,
  .popinSelectDates + .propertyRoomCTA {
    text-align: center;
    padding: 1rem;
  }
}
.propertyRoomCTA .separator {
  border: none;
  visibility: hidden;
  opacity: 0;
}
/* Iframe */
.cboxIframeContainer #cboxContent {
  padding-top: 40px;
  background: #ffffff;
  min-height: 500px;
}
#cboxContent.cboxSelectDates {
  height: auto !important;
  max-height: 86vh;
}
#cboxContent.cboxSelectDates #cboxLoadedContent {
  height: auto !important;
  max-height: 86vh;
}
#cboxContent.cboxSelectDates .separator {
  display: none;
}
#cboxContent.cboxSelectDates .btobRateTag {
  float: left;
}
@media screen and (max-width: 480px) {
  .popinSelectDates .propertyRoomCTA {
    text-align: center;
  }
  .popinSelectDates .propertyRoomCTA .priceTag {
    display: block;
  }
  .popinSelectDates .has-price-detail .price-detail-trigger {
    text-align: center;
    display: none;
  }
}
.popinSelectAddOn .btnsSwitchMobile {
  position: static;
  margin-bottom: 2rem;
}
.popinSelectAddOn .btnsSwitchMobile:after {
  content: "";
  clear: both;
  display: block;
}
.popinSelectAddOn .btnsSwitchMobile.isFixed {
  position: fixed;
  bottom: auto;
  top: 0;
}
.popinHeaderTitleLogo {
  text-align: center;
  margin-bottom: 2rem;
}
@media screen and (max-width: 760px) {
  .popinHeaderTitleLogo .mainTitle2 {
    padding-left: 44px;
  }
  .popinHeaderTitleLogo .mainTitle4 {
    padding-left: 0;
  }
}
/* Add/Delete Review
   ========================================================================== */
.popinReviews .reviewFrame {
  border: 1px solid #aeb3b7;
  padding: 30px 20px 50px 20px;
}
@media screen and (max-width: 760px) {
  .popinReviews .reviewFrame {
    padding: 0;
    border: 0;
  }
}
.popinReviews .reviewRating {
  text-align: center;
  margin-bottom: 30px;
}
.popinReviews .voteTrophees {
  background: #eef0f0;
  border-bottom: 1px solid #aeb3b7;
  padding: 40px 30px 30px 30px;
  margin-bottom: 30px;
}
.popinReviews .rate {
  position: relative;
}
.popinReviews .formError {
  position: absolute;
  left: 0;
  right: -80px;
  top: -webkit-calc(100% + 10px);
  top: calc(100% + 10px);
}
@media screen and (max-width: 760px) {
  .popinReviews .formError {
    right: auto;
    left: 0;
  }
}
@media screen and (max-width: 760px) {
  .popinReviews .basketItemHotel .hotelDetails {
    padding: 20px;
  }
  .popinReviews .basketItemHotel .hotelDetails .content {
    float: none;
    width: 100%;
  }
  .popinReviews .basketItemHotel .hotelDetails .img {
    margin: 0 0 20px 0;
  }
}
/* TripAdvisor Reviews
   ========================================================================== */
.popinTripAdvisor .overallRate,
.popinTripAdvisor .reviewsList {
  border-top: 1px solid #eef0f0;
  padding-top: 10px;
  margin: 5px 0 10px 0;
}
.popinTripAdvisor .detailedRates {
  margin-bottom: 30px;
}
.popinTripAdvisor .overallRate img,
.popinTripAdvisor .overallRate em {
  vertical-align: middle;
}
.popinTripAdvisor .reviewItem {
  border-bottom: 1px solid #eef0f0;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.popinTripAdvisor .reviewItem:last-child {
  border-bottom: none;
}
.popinTripAdvisor .reviewHeader .rating {
  margin-bottom: 10px;
}
.popinTripAdvisor .reviewHeader .rating img,
.popinTripAdvisor .reviewHeader .rating strong {
  vertical-align: middle;
}
.popinTripAdvisor .reviewHeader .meta {
  font-size: 13px;
  margin-bottom: 10px;
  color: #aeb3b7;
}
.popinTripAdvisor .ownerResponse {
  background: #eef0f0;
  padding: 10px 20px;
  margin-top: 15px;
  border-left: 5px solid;
  margin-left: 15px;
}
.popinTripAdvisor .ownerResponse .author {
  font-weight: bold;
  font-style: italic;
  margin-bottom: 10px;
}
.popinTripAdvisor .ownerResponse .disclaimer {
  font-size: 13px;
  margin-top: 10px;
  color: #aeb3b7;
}
@media screen and (max-width: 760px) {
  .popinTripAdvisor {
    padding-top: 65px;
  }
}
/* Qualitelis Reviews
   ========================================================================== */
.rc-popinQualitelis-header {
  padding: 1rem;
  padding-bottom: 1.5rem;
  color: #1c1c1b;
}
@media screen and (max-width: 760px) {
  .rc-popinQualitelis-header:after {
    content: "";
    clear: both;
    display: block;
  }
}
.rc-popinQualitelis-heading {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  font-family: 'Nobel', Arial, sans-serif;
  font-weight: normal;
  font-size: 3.5rem;
  line-height: 1;
}
@media screen and (max-width: 760px) {
  .rc-popinQualitelis-heading {
    display: block;
  }
}
.rc-popinQualitelis-container {
  padding: 0 1rem;
}
.rc-popinQualitelis-ratingGlobal {
  float: right;
  line-height: 3rem;
  color: #1c1c1b;
}
@media screen and (max-width: 760px) {
  .rc-popinQualitelis-ratingGlobal {
    float: none;
  }
}
.rc-popinQualitelis-ratingGlobal .rate .icon {
  width: 18px;
  height: 18px;
}
.rc-popinQualitelis-criteriasGlobal {
  padding: 1rem 0;
  margin-bottom: 1rem;
  border-bottom: 1px solid #41484e;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.no-flexbox .rc-popinQualitelis-criteriasGlobal {
  display: block;
}
@media screen and (max-width: 760px) {
  .rc-popinQualitelis-criteriasGlobal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.rc-popinQualitelis-criteriasGlobal .rc-popinQualitelis-criteria {
  font-size: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 18%;
  margin-right: 2%;
}
@media screen and (max-width: 760px) {
  .rc-popinQualitelis-criteriasGlobal .rc-popinQualitelis-criteria {
    width: 100%;
    margin-right: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (max-width: 360px) {
  .rc-popinQualitelis-criteriasGlobal .rc-popinQualitelis-criteria {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.no-flexbox .rc-popinQualitelis-criteriasGlobal .rc-popinQualitelis-criteria {
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 760px) {
  .no-flexbox .rc-popinQualitelis-criteriasGlobal .rc-popinQualitelis-criteria {
    display: block;
  }
}
.rc-popinQualitelis-criteriasGlobal .rc-popinQualitelis-criteria:last-child {
  margin-right: 0;
}
.rc-popinQualitelis-criteria {
  position: relative;
  padding-right: 3.5rem;
}
@media screen and (max-width: 760px) {
  .rc-popinQualitelis-criteria {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.rc-popinQualitelis-criteriaLabel {
  font-size: 1.6rem;
  line-height: 1.1;
  display: block;
  margin-bottom: 3px;
}
@media screen and (max-width: 760px) {
  .rc-popinQualitelis-criteriaLabel {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
    margin-top: 5px;
  }
}
@media screen and (max-width: 360px) {
  .rc-popinQualitelis-criteriaLabel {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 100%;
  }
}
.rc-popinQualitelis-criteriaRating {
  height: 5px;
  width: 100%;
  display: block;
  position: relative;
  background: #d9dbdd;
}
@media screen and (max-width: 760px) {
  .rc-popinQualitelis-criteriaRating {
    width: auto;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    -ms-flex-item-align: center;
        align-self: center;
  }
}
@media screen and (max-width: 360px) {
  .rc-popinQualitelis-criteriaRating {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 100%;
  }
}
.rc-popinQualitelis-criteriaRatingBar {
  position: absolute;
  background: #bd9e56;
  width: 100%;
  height: 100%;
  -webkit-transition: .5s;
          transition: .5s;
  -webkit-transform: scale(0, 1);
      -ms-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left 0;
      -ms-transform-origin: left 0;
          transform-origin: left 0;
}
.rc-popinQualitelis-criteriaRatingText {
  position: absolute;
  right: -3.5rem;
  bottom: 0;
  font-size: 1.1rem;
}
.rc-popinQualitelis .rate button {
  padding: 0;
  width: 9px;
  overflow: hidden;
  height: 18px;
  /* Safari 10.1 */
}
.rc-popinQualitelis .rate button:nth-child(2n) {
  margin-right: 2px;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (not (stroke-color: transparent)) {
    :nth-child(2n+1) {
      margin-right: -0.2px;
    }
  }
}
.rc-popinQualitelis .rate button:nth-child(2n+1) .icon {
  margin-left: -8px;
}
.rc-popinQualitelis-sorter {
  margin-bottom: 4rem;
}
.rc-popinQualitelis-reviewsList > .row {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  pointer-events: all;
}
.rc-popinQualitelis-reviewsList > .row > * {
  font-size: 1.5rem;
}
.rc-popinQualitelis-review {
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #41484e;
}
.rc-popinQualitelis-reviewProfilePicture {
  display: inline-block;
  vertical-align: middle;
  width: 100px;
  margin-right: 1rem;
  border-radius: 50%;
  overflow: hidden;
}
.rc-popinQualitelis-reviewProfileDesc {
  display: inline-block;
  vertical-align: middle;
}
.rc-popinQualitelis-reviewProfileName,
.rc-popinQualitelis-reviewProfileDuration,
.rc-popinQualitelis-reviewProfilePosted {
  display: block;
}
.rc-popinQualitelis-reviewProfileName {
  font-size: 1.6rem;
  font-family: 'Times New Roman', Times;
  font-weight: normal;
}
.rc-popinQualitelis-reviewProfileDuration,
.rc-popinQualitelis-reviewProfilePosted {
  font-family: 'Nobel Book', Arial, sans-serif;
  font-size: 1.6rem;
}
.rc-popinQualitelis-reviewRating {
  margin: 1.5rem 0;
}
.rc-popinQualitelis-reviewRating .rate .icon {
  width: 18px;
  height: 18px;
}
.rc-popinQualitelis-reviewCriterias {
  padding-left: 0;
}
.rc-popinQualitelis-reviewCriterias .rc-popinQualitelis-criteria {
  margin-bottom: 5px;
}
.rc-popinQualitelis-reviewContent {
  padding-top: 0;
  padding-left: 0;
}
.rc-popinQualitelis-reviewContent p {
  margin: 0;
}
.rc-popinQualitelis-reviewContentTitle {
  margin: 0 0 1rem 0;
  font-size: 2rem;
  line-height: 1.2em;
  font-family: 'Times New Roman', Times;
  font-weight: normal;
}
.rc-popinQualitelis-reviewContentText {
  padding-right: 0;
  padding-bottom: 1.6rem;
  font-family: 'Nobel Book', Arial, sans-serif;
  overflow: hidden;
}
.rc-popinQualitelis-reviewContentText > strong {
  font-weight: normal;
}
.rc-popinQualitelis-reviewContentText .learnMore {
  display: none;
}
.rc-popinQualitelis-reviewContentText.isLongText .learnMore {
  display: inline;
  background: #ffffff;
}
.rc-popinQualitelis-reviewContentText.isLongText .learnMore em {
  text-decoration: underline;
  font-style: italic;
  color: #bd9e56;
  cursor: pointer;
}
.rc-popinQualitelis-reviewContentText.isLongText .learnMore em:hover {
  text-decoration: none;
}
.rc-popinQualitelis-reviewContentText.isLongText .learnMore .more {
  display: inline;
}
.rc-popinQualitelis-reviewContentText.isLongText .learnMore .less {
  display: none;
}
.rc-popinQualitelis-reviewContentText.is-opened {
  padding-bottom: 2.5rem;
}
.rc-popinQualitelis-reviewContentText.is-opened .learnMore .more {
  display: none;
}
.rc-popinQualitelis-reviewContentText.is-opened .learnMore .less {
  display: inline;
}
/* Popin Button + text after datepicker
   ========================================================================== */
.popinMoreRoomRates {
  margin-bottom: 20px;
}
.popinMoreRoomRates .colContent {
  background: #eef0f0;
  font-size: 1.8rem;
  padding: 1px 15px;
}
.popinMoreRoomRates .colContent:after,
.popinMoreRoomRates .colContent:before {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.popinMoreRoomRates .colContent:after {
  clear: both;
}
.popinMoreRoomRates .colContent span:first-child {
  margin-top: 12px;
  display: inline-block;
}
.popinMoreRoomRates .colContent span + span {
  float: right;
  font-family: 'Nobel Bold', Arial, sans-serif;
  color: #000;
  font-size: 3.5rem;
}
@media screen and (max-width: 1024px) {
  .popinMoreRoomRates .col-1-4 {
    width: 25% !important;
    display: inline-block;
  }
  .popinMoreRoomRates .col-1-4 .btn {
    padding: 1.2rem 1rem;
  }
  .popinMoreRoomRates .col-3-4 {
    width: 75% !important;
    display: inline-block;
  }
}
@media screen and (max-width: 760px) {
  .popinMoreRoomRates .col-1-4 {
    width: 100% !important;
  }
  .popinMoreRoomRates .col-1-4 .btn {
    width: 100%;
  }
  .popinMoreRoomRates .col-3-4 {
    width: 100% !important;
  }
}
/* Popin Teaser (confirm resa)
   ========================================================================== */
.popinTeaser .generalInfo {
  text-align: center;
}
.popinTeaser .generalInfo ul {
  display: inline-block;
  text-align: left;
}
.popinTeaser .detailInfo {
  border: 1px solid #5d676f;
  padding: 30px 40px;
}
@media screen and (max-width: 760px) {
  .popinTeaser .detailInfo {
    padding: 10px;
  }
}
/* Popin Quote
   ========================================================================== */
.popinQuoteHeader p {
  display: inline-block;
  text-align: right;
  width: 50%;
}
@media screen and (max-width: 760px) {
  .popinQuoteHeader p {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.popinQuoteHeader p img {
  max-width: 42%;
  max-height: 87px;
}
.popinQuoteHeader p:nth-child(1) img {
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
}
.popinQuoteHeader p:nth-child(2) {
  width: 47%;
}
/* Popin iFrame Opinion
   ========================================================================== */
.popinOpinion iframe {
  margin: 0 auto;
  width: 700px;
  display: block;
  border: none;
}
@media screen and (max-width: 760px) {
  .popinOpinion iframe {
    width: 100%;
    margin-top: 20px;
    height: -webkit-calc(100vh - 110px);
    height: calc(100vh - 110px);
  }
}
/* Popin autodetect language
   ========================================================================== */
.localePopin {
  text-align: center;
}
@media screen and (max-width: 760px) {
  .localePopin h2,
  .localePopin h3,
  .localePopin .btn {
    margin-top: 0;
    font-size: 1.5rem;
  }
}
.localePopin #languageLinks li {
  width: 19%;
}
.localePopin #languageLinks li:nth-child(5n+5):after {
  display: none;
}
@media screen and (max-width: 760px) {
  .localePopin #languageLinks li {
    width: 50%;
  }
  .localePopin #languageLinks li:after {
    display: none;
  }
}
.localePopin #languageLinks a {
  display: inline-block;
  width: 70%;
}
@media screen and (max-width: 760px) {
  .localePopin #languageLinks a {
    display: block;
    width: auto;
  }
}
/* Popin gMap
   ========================================================================== */
.popinMap {
  padding: 0;
  background: #ffffff url(../../images/common/loading.gif) no-repeat center;
  height: 100%;
  max-width: none !important;
  overflow: hidden;
}
.is-phone .popinMap {
  height: 100vh !important;
}
.popinMap:before {
  visibility: hidden;
}
.popinMap > [class^="mainTitle"] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: #41484e;
  background: rgba(0, 0, 0, 0.7);
  height: 50px;
  line-height: 50px;
}
.popinMap .mapZoom {
  top: 140px;
}
.popinMap #mapInner {
  height: 100%;
}
.popinMap .mapWrapper,
.popinMap #mapWrapper {
  height: 100%;
  min-height: 350px;
}
.popinMap .mapWrapper .edge.top,
.popinMap #mapWrapper .edge.top {
  height: 90px;
}
.filtersOpened.popinMap .mapWrapper .edge.right,
.filtersOpened.popinMap #mapWrapper .edge.right {
  width: 345px;
}
.popinMap .mapWrapper .edge.bottom,
.popinMap #mapWrapper .edge.bottom {
  height: 60px;
}
.noLegend.popinMap .mapWrapper .edge.bottom,
.noLegend.popinMap #mapWrapper .edge.bottom {
  height: 0px;
}
.popinMap .mapWrapper .map,
.popinMap #mapWrapper .map {
  min-height: 350px;
}
.popinMap .legendContainer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  height: 60px;
  padding: 10px;
  text-align: center;
  background: #41484e;
  background: rgba(0, 0, 0, 0.7);
  color: #ffffff;
}
@media screen and (max-width: 760px) {
  .popinMap .mainTitle3 {
    font-size: 1.8rem;
  }
  .popinMap .legendContainer {
    padding: 10px 2px;
  }
  .popinMap .legendContainer .mapLegendItem {
    font-size: 1.8rem;
  }
}
/* Popin Edito
   ========================================================================== */
.popin .editoContent > .row > .col-1-6 {
  display: none;
}
.popin .editoContent > .row > .col-2-3 {
  width: 100%;
}
/* Popin Privilege (mobile adjustement)
   ========================================================================== */
@media screen and (max-width: 760px) {
  .popinPrivileges .resaReinsurance {
    margin: 0;
  }
  .popinPrivileges .resaReinsurance .col-1-2 {
    width: 100%;
  }
}
/* Popin Contact - concierge / request (mobile only)
   ========================================================================== */
.popinContactMobile {
  text-align: center;
}
.popinContactMobile .img {
  margin: 25px 0 0;
}
.popinContactMobile .img img {
  border-radius: 50%;
  max-width: 100px;
}
.popinContactMobile .btn:not(.btnSwitchFull) {
  display: block;
  margin: 17px 5px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 1.8rem;
}
.popinContactMobile .btn:not(.btnSwitchFull) .icon {
  margin-right: 10px;
}
/* Popin Filters (account offer filters)
   ========================================================================== */
.popinFilters {
  padding: 70px 0 12px;
}
.popinFilters .revealer .revealerHead {
  text-align: left;
}
.popinFilters .revealer .accordion .mainTitle4 {
  font-size: 1.6rem;
}
.popinFilters .revealer .accordion .col-1-3,
.popinFilters .revealer .accordion .col-1-2,
.popinFilters .revealer .accordion .col-1-4 {
  width: 100%;
}
/* Popin Perks (avantage 5C - mobile only)
   ========================================================================== */
.popinPerks .perks {
  margin: 0;
  padding: 10px 0;
  background: #ffffff;
}
.popinPerks .perks p {
  margin-left: 60px;
}
/* PopInception
   ========================================================================== */
.popInception {
  display: none;
}
#cboxLoadedContent.has-popinception .closePopInception {
  cursor: pointer;
  display: block;
  background: url(../../images/common/close-popin.png) no-repeat center center;
  top: 10px;
  right: 25px;
  outline: none;
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  position: absolute;
  z-index: 2;
}
@media screen and (max-width: 760px) {
  #cboxLoadedContent.has-popinception .closePopInception {
    right: 10px;
  }
}
@media screen and (max-width: 760px) {
  .popinOpened #cboxContent .btnsSwitchMobile {
    z-index: -1;
  }
}
#popinSelectDates .startEndDateField {
  text-align: right;
  width: 49%;
}
#popinSelectDates .startEndDateField.startDateField {
  text-align: right;
  margin-left: 3%;
}
#popinSelectDates .startEndDateField.startDateField input[type=text] {
  text-align: right;
  border: 1px solid #1c1c1b;
  background: #ffffff;
  border-right: none;
}
@media screen and (max-width: 800px) {
  #popinSelectDates .startEndDateField.startDateField input[type=text] {
    border-right: 1px solid #1c1c1b;
  }
}
#popinSelectDates .startEndDateField.endDateField {
  text-align: left;
  width: 46%;
}
#popinSelectDates .startEndDateField.endDateField input[type=text] {
  text-align: left;
  border-left: none;
  width: 24%;
}
@media screen and (max-width: 800px) {
  #popinSelectDates .startEndDateField.endDateField input[type=text] {
    border-left: 1px solid #1c1c1b;
  }
}
#popinSelectDates .startEndDateField svg {
  right: 25%;
  stroke: #1c1c1b;
}
#popinSelectDates .startEndDateField input[type=text] {
  display: inline-block;
  width: 35%;
  box-shadow: none;
  color: #1c1c1b;
  border: 1px solid #1c1c1b;
  background-color: #ffffff;
}
#popinSelectDates .startEndDateField input[type=text]:focus {
  border-color: #1c1c1b;
  background-color: #ffffff;
  color: #1c1c1b;
}
#popinSelectDates .separatorPickerInput {
  float: left;
  width: 2%;
  margin-top: 5px;
  height: 50px;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  padding-top: 10px;
  text-align: center;
}
@media screen and (max-width: 800px) {
  #popinSelectDates .separatorPickerInput {
    display: none;
  }
}
/* ==========================================================================
   POPIN CHEF PROFIL
   ========================================================================== */
.popinChefProfil .content {
  padding: 0 0 0 30px;
}
@media screen and (max-width: 760px) {
  .popinChefProfil {
    padding-top: 65px;
  }
  .popinChefProfil .content {
    padding: 0;
  }
  .popinChefProfil .col-1-2 {
    width: 100%;
  }
  .popinChefProfil .mainTitle2 {
    padding-left: 0;
    text-align: left;
    margin-bottom: 8px;
  }
  .popinChefProfil .locationContact {
    margin-bottom: 20px;
  }
}
.popinChefProfil .locationContact {
  padding: 0 !important;
  margin-bottom: 2rem;
}
.popinChefProfil .chefProfilName {
  font-family: 'Goudy Old Style MT W01', 'Times New Roman', Times, Georgia, serif;
  font-size: 5rem;
  line-height: 50px;
  color: #bd9e56;
  margin-bottom: 20px;
}
.popinChefProfil .chefProfilName span {
  display: block;
  margin-top: 5px;
  font-family: Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 15px;
  color: #5d676f;
}
.popinChefProfil .chefDetailInfo {
  border: 4px solid #e7e0cc;
  border-right: none;
  border-left: none;
  padding: 10px 0 18px 0;
  margin: 20px 0 50px 0;
}
.popinChefProfil .grandChefDetailInfo {
  margin: 0;
  padding: 0;
  border: none;
}
.popinChefProfil .discoverAllChefs {
  background: #eef0f0;
  padding: 40px;
  margin: 30px -80px -60px;
  text-align: center;
}
@media screen and (max-width: 760px) {
  .popinChefProfil .discoverAllChefs {
    margin: 30px -15px 0;
  }
}
.popinChefProfil .asideBlocs {
  margin-top: 40px;
}
.popinChefProfil .chefProfilPhoto {
  margin-bottom: 30px;
}
.popinChefProfil .chefProfilPhoto img {
  max-width: 100%;
}
.popinChefProfil .hotelLocationContact {
  margin-bottom: 30px;
}
.popinChefProfil .chefProfilCuisine .media {
  margin-bottom: 30px;
}
.popinChefProfil .chefProfilCuisine .media img {
  max-width: 100%;
}
.chefProfilName {
  font-family: 'Nobel', Arial, sans-serif;
  font-size: 3.5rem;
  color: #1c1c1b;
  font-weight: 400;
  line-height: 1.1;
  text-decoration: none;
}
@media screen and (max-width: 760px) {
  .chefProfilName {
    font-size: 3.6rem;
    line-height: .9;
  }
}
.chefProfilName span {
  font-family: 'Nobel', Arial, sans-serif;
  font-size: 1.8rem;
  color: #1c1c1b;
  font-weight: 700;
  text-decoration: none;
  margin: 1rem 0;
  font-size: 1.6rem;
  text-transfor: uppercase;
}
/* ==========================================================================
   POPIN SELECT ADD ON
   ========================================================================== */
.addOnServiceItem {
  background-color: #eef0f0;
  padding: 20px;
  margin-bottom: 10px;
}
.addOnServiceItem:last-child {
  margin-bottom: 0;
}
.addOnServiceItem .img {
  float: left;
  width: 210px;
}
.addOnServiceItem .content {
  float: left;
  width: -webkit-calc(100% - 210px);
  width: calc(100% - 210px);
  padding: 0 0 0 15px;
}
.addOnServiceItem .itemFooter {
  clear: both;
  padding-top: 20px;
}
.addOnServiceItem .itemFooter:after,
.addOnServiceItem .itemFooter:before {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.addOnServiceItem .itemFooter:after {
  clear: both;
}
.addOnServiceItem .itemFooter .priceTag {
  float: right;
}
.addOnServiceItem .itemFooter .btnCheckbox.selected {
  background-color: #ffffff;
  color: #1c1c1b;
}
.addOnServiceItem .itemFooter .btnCheckbox input {
  -webkit-appearance: checkbox;
}
.addOnServiceItem .itemFooter .btnCheckbox input + label em {
  display: inline-block;
}
.addOnServiceItem .itemFooter .btnCheckbox input + label em.addedTxt {
  display: none;
}
.addOnServiceItem .itemFooter .btnCheckbox input:checked + label em {
  display: none;
}
.addOnServiceItem .itemFooter .btnCheckbox input:checked + label em.addedTxt {
  display: inline-block;
}
.addOnServiceItem .formField label {
  min-width: 115px;
  text-align: right;
}
.addOnServiceItem .extraLabel {
  margin-left: 15px;
}
.addOnServiceItem .title {
  font-family: 'Times New Roman', Times;
  font-size: 3.5rem;
  color: #1c1c1b;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;
  text-decoration: none;
  font-size: 2.4rem;
  text-transform: none;
}
@media screen and (max-width: 760px) {
  .addOnServiceItem {
    border-left: 0;
    padding: 10px;
  }
  .addOnServiceItem .content {
    float: none;
    width: 100%;
    padding: 0;
  }
  .addOnServiceItem .formField label {
    min-width: 0;
    text-align: left;
  }
  .addOnServiceItem .extraLabel {
    margin: 0 0 30px 0;
    display: block;
    clear: both;
    font-size: 1.8rem;
  }
  .addOnServiceItem .img {
    float: none;
    width: 100%;
    text-align: center;
    padding: 10px 0 20px;
  }
  .addOnServiceItem .itemFooter .priceTag {
    float: none;
    margin-bottom: 10px;
  }
}
.lte-ie9 .addOnServiceItem .itemFooter .priceTag {
  float: none;
}
/*fix IE9 disapearing content !*/
/* ==========================================================================
   PAGE RESERVATION
   ========================================================================== */
.basket {
  /**
   * Fix #95233
   * Remove cursor background from basket inputs
   */
}
.basket .userWrap {
  display: none;
}
.basket .finalize-form textarea,
.basket .finalize-form input[type="text"],
.basket .finalize-form input[type="tel"],
.basket .finalize-form input[type="date"],
.basket .finalize-form input[type="email"],
.basket .finalize-form input[type="password"] {
  background-image: none;
  box-shadow: inset 2px 2px 4px 0px rgba(0, 0, 0, 0.35);
}
/* Header
   ========================================================================== */
.resaHeader {
  text-align: center;
  border-bottom: 1px solid #aeb3b7;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.resaHeader-nav {
  margin-top: 36px;
}
.resaHeader.with-btnBack {
  position: relative;
}
@media screen and (max-width: 1240px) {
  .resaHeader.with-btnBack .mainTitle1 {
    text-align: right;
  }
}
@media screen and (max-width: 760px) {
  .resaHeader.with-btnBack .mainTitle1 {
    text-align: center;
  }
}
.resaHeader .mainTitle1 {
  font-family: 'Nobel', Arial, sans-serif;
}
.resaHeader .btnBack {
  position: absolute;
  left: 0;
  top: -7px;
}
@media screen and (max-width: 760px) {
  .resaHeader .btnBack {
    position: relative;
    top: 0;
    margin-top: 15px;
  }
}
.resaTitle {
  font-family: 'Times New Roman', Times;
  font-size: 3.5rem;
  color: #1c1c1b;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;
  text-decoration: none;
}
.resaSteps {
  width: 900px;
  margin: 0 auto;
  display: table;
}
.resaSteps:after,
.resaSteps:before {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.resaSteps:after {
  clear: both;
}
@media screen and (max-width: 900px) {
  .resaSteps {
    width: 100%;
  }
}
@media screen and (min-width: 760px) {
  .resaSteps-gift {
    width: 90%;
  }
}
.checksStep {
  padding: 2rem 0rem;
}
.checksStepChecks {
  padding: 1rem 1rem 1rem 1.2rem;
}
.checkStepImg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 3.5rem;
}
.checkStepImg .checkboxWidget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.checkStepImg .alert-error {
  margin: 1rem;
  text-align: center;
  color: white;
}
.checkStepImg .alert-error ul {
  list-style: none;
  margin: 0;
  padding: 1rem;
}
@media screen and (max-width: 760px) {
  .checkStepImg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.checkFormat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.checkFormatBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.checkFormatBoxLabel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.checkFormatBoxLabel .checkboxWidget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.checkFormatPdf {
  display: contents;
  font-weight: bold;
}
.checkFormatPdf label {
  margin-right: 10px;
}
.checkFormatPdf label::before {
  margin-right: 10px !important;
}
.resaStep {
  display: table-cell;
}
@media screen and (max-width: 900px) {
  .resaStep {
    width: 33%;
    white-space: nowrap;
  }
}
@media screen and (max-width: 760px) {
  .resaStep {
    width: auto;
    white-space: normal;
    background: #eef0f0;
    vertical-align: middle;
    position: relative;
    height: 50px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 1.1;
  }
  .resaStep:before {
    content: "";
    display: block;
    border-left: 8px solid #ffffff;
    border-top: 26px solid transparent;
    border-bottom: 26px solid transparent;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: -8px;
    z-index: 1;
  }
  .resaStep:after {
    content: "";
    display: block;
    border-left: 7px solid #eef0f0;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: -7px;
    z-index: 1;
  }
  .resaStep:last-child:before,
  .resaStep:last-child:after {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .resaStep {
    width: auto;
  }
  .resaSteps .resaStep span {
    display: none;
  }
}
.resaStep i {
  font-size: 2.6rem;
  font-family: 'Nobel', Arial, sans-serif;
  color: #1c1c1b;
  display: inline-block;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #1c1c1b;
  text-align: center;
  line-height: 50px;
  font-style: normal;
  vertical-align: middle;
  margin-right: 5px;
}
@media screen and (max-width: 760px) {
  .resaStep i {
    display: none;
  }
}
.resaStep i.checkStep {
  font-size: 1.6rem;
  height: 25px;
  width: 25px;
  line-height: 25px;
  font-style: normal;
}
.resaStep label.checkLab {
  font-size: 1.8rem;
  font-weight: normal;
  font-family: 'Nobel', Arial, sans-serif;
  text-transform: initial;
  line-height: 2.5rem;
  vertical-align: middle;
  padding-left: 5px;
}
.resaStep a,
.resaStep span {
  color: #aeb3b7;
  text-transform: uppercase;
  font-size: 1.6rem;
  vertical-align: middle;
  text-decoration: none;
}
@media screen and (max-width: 900px) {
  .resaStep a,
  .resaStep span {
    display: block;
    margin-top: 5px;
  }
}
@media screen and (max-width: 760px) {
  .resaStep a,
  .resaStep span {
    font-size: 1.2rem;
    text-transform: none;
  }
}
.resaStep a {
  -webkit-transition: all ease 0.3s;
          transition: all ease 0.3s;
}
.resaStep a:hover {
  color: #41484e;
}
.resaStep svg {
  fill: #aeb3b7;
  vertical-align: middle;
  display: none;
}
@media screen and (max-width: 500px) {
  .resaStep svg {
    display: inline-block;
  }
}
.resaStep.active:after {
  border-left-color: #bd9e56;
}
.resaStep.active i {
  background: #1c1c1b;
  color: #ffffff;
}
.resaStep.active svg {
  fill: #ffffff;
}
.resaStep.active span {
  color: #41484e;
}
@media screen and (max-width: 760px) {
  .resaStep.active {
    background: none;
    padding: 0;
  }
  .resaStep.active span {
    color: initial;
  }
}
/* Headings
   ========================================================================== */
.basketMainTitle:after {
  content: "";
  clear: both;
  display: block;
}
.basketMainTitle .resaStepTitle {
  font-family: 'Nobel', Arial, sans-serif;
  color: #1c1c1b;
  font-weight: 400;
  line-height: 1.1;
  text-decoration: none;
  font-size: 3.5rem;
  margin-bottom: 25px;
}
@media screen and (max-width: 760px) {
  .basketMainTitle .resaStepTitle {
    font-size: 3.6rem;
    line-height: .9;
  }
}
/* Reinsurance (/!\ used in popin privilege too)
   ========================================================================== */
.resaReinsurance {
  margin: 40px 0 50px 0;
}
@media screen and (max-width: 1024px) {
  .resaReinsurance > .row > .col-1-2 {
    width: 100%;
    margin-bottom: 20px;
    display: block;
  }
}
@media screen and (max-width: 760px) {
  .resaReinsurance .col-1-2 .col-1-2 {
    width: 100%;
    display: block;
    margin-bottom: 20px;
    border-bottom: 1px solid #d9dbdd;
  }
}
.resaReinsurance .icon {
  display: block;
  height: 30px;
  margin-bottom: 15px;
  fill: #1c1c1b;
}
@media screen and (max-width: 760px) {
  .resaReinsurance .icon {
    margin: 0 auto 15px auto;
  }
}
@media screen and (max-width: 760px) {
  .resaReinsurance .icon + strong {
    display: block;
    text-align: center;
  }
}
.resaReinsurance p {
  margin-top: 10px;
}
@media screen and (max-width: 760px) {
  .resaReinsurance p {
    margin-top: 0;
  }
}
.resaReinsurance a:hover {
  text-decoration: none;
}
.reinsuranceCards {
  margin-top: 10px;
}
.reinsuranceCards > div {
  display: inline-block;
  vertical-align: middle;
  width: 30%;
  height: 6rem;
  margin-right: 1rem;
  margin-left: -0.5rem;
  padding: 0 1.5rem;
  font-size: 1rem;
  text-align: center;
}
.reinsuranceCards span {
  display: block;
}
/* FAQ
   ========================================================================== */
.resaFAQ .title {
  font-family: 'Times New Roman', Times;
  font-size: 3.5rem;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;
  text-decoration: none;
  color: #1c1c1b;
  font-size: 3rem;
  margin-bottom: 25px;
}
.resaFAQ dl {
  border-bottom: 1px solid #d9dbdd;
  margin-bottom: 20px;
  padding: 0 0 20px 0;
}
.resaFAQ dt {
  font-weight: bold;
  margin-bottom: 10px;
}
.resaFAQ dd {
  margin: 0;
}
.basketBlockReservation {
  margin-bottom: 6rem;
}
.alert-gifts {
  display: none;
}
@media screen and (max-width: 1024px) {
  .basketBlockGift .finalizeBasket--mobile {
    position: -webkit-sticky !important;
    position: sticky !important;
    z-index: 5;
    bottom: 0;
    display: none;
  }
}
.basketBlockGift .will-stick {
  top: 6rem;
}
@media screen and (max-width: 1024px) {
  .basketBlockGift .will-stick {
    position: static !important;
  }
}
.basketBlockGift .itemGiftBlock {
  padding: 30px;
  margin-bottom: 20px;
  border: 2px solid #eef0f0;
}
.basketBlockGift .itemGiftCoupon .form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
}
@media screen and (max-width: 1024px) {
  .basketBlockGift .itemGiftCoupon .form {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .basketBlockGift .itemGiftCoupon .form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .basketBlockGift .itemGiftCoupon .form .formField {
    margin: 0 0 10px;
  }
}
.basketBlockGift .itemGiftCoupon .formField {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  margin-bottom: 0;
  margin-right: 10px;
}
.basketBlockGift .itemGiftCoupon input {
  margin-bottom: 0;
}
.basketBlockGift .cartCouponError {
  display: none;
}
.basketBlockGift .cartCoupon {
  padding: 2rem;
  border: 2px dashed #bd9e56;
  display: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2rem;
}
.basketBlockGift .cartCoupon__info {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.basketBlockGift .cartCoupon__code {
  font-family: 'Times New Roman', Times;
  font-size: 3.5rem;
  color: #1c1c1b;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;
  text-decoration: none;
  font-size: 2.4rem;
  margin-bottom: 8px;
}
.basketBlockGift .cartCoupon__reduction {
  font-family: 'Times New Roman', Times;
  font-size: 3.5rem;
  color: #1c1c1b;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;
  text-decoration: none;
  color: #bd9e56;
  margin-left: 2rem;
}
.basketBlockGift .cartCoupon__remove {
  cursor: pointer;
  margin-right: 2rem;
}
.basketBlockGift .cartCoupon__remove svg {
  margin-right: 0;
  width: 18px;
  height: 18px;
}
.basketBlockGift .cartCoupon__remove-btn {
  padding: 1rem;
}
.basketBlockGift .cartCoupon__remove-btn:hover svg {
  fill: #ffffff;
}
.itemGiftInfos {
  background: #eef0f0;
}
.itemGiftInfos:after {
  content: "";
  clear: both;
  display: block;
}
.itemGiftInfos-payments,
.itemGiftInfos-shipping {
  width: 50%;
  float: left;
}
@media screen and (max-width: 760px) {
  .itemGiftInfos-payments,
  .itemGiftInfos-shipping {
    float: none;
    width: auto;
  }
}
.itemGiftInfos ul {
  padding-left: 20px;
}
.itemGiftPack {
  position: relative;
  overflow: hidden;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
  border-bottom: 1px solid #bd9e56;
}
.itemGiftPack:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.itemGiftPack-title {
  margin-top: 0;
  font-weight: normal;
  color: #1c1c1b;
  font-family: 'Nobel', Arial, sans-serif;
}
.itemGiftPack-title a {
  text-decoration: none;
  font-size: 3.5rem;
  -webkit-transition: color 0.25s;
          transition: color 0.25s;
}
.itemGiftPack-title a:hover {
  color: #bd9e56;
}
.itemGiftPack-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 900px) {
  .itemGiftPack-main {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 600px) {
  .itemGiftPack-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.itemGiftPack-picture {
  width: 25%;
}
@media screen and (max-width: 600px) {
  .itemGiftPack-picture {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.itemGiftPack-pictureMain {
  height: 0;
  padding-bottom: 100%;
}
@media screen and (max-width: 600px) {
  .itemGiftPack-pictureMain {
    width: 75%;
    padding-bottom: 0;
    height: auto;
  }
}
.itemGiftPack-pictureMain img {
  max-width: 100%;
}
.itemGiftPack-pictureThumbs {
  margin-top: 10px;
}
.itemGiftPack-pictureThumbs img {
  margin-right: 10px;
  width: 40%;
}
@media screen and (max-width: 600px) {
  .itemGiftPack-pictureThumbs {
    width: 25%;
  }
  .itemGiftPack-pictureThumbs img {
    width: 100%;
    margin: 0 0 10px;
  }
}
.itemGiftPack-content {
  width: 45%;
  padding: 0 1rem;
}
@media screen and (max-width: 900px) {
  .itemGiftPack-content {
    width: 75%;
  }
}
@media screen and (max-width: 600px) {
  .itemGiftPack-content {
    width: auto;
  }
}
.itemGiftPack-content h3 {
  margin-top: 0;
}
.itemGiftPack-content ul {
  padding-left: 20px;
}
.itemGiftPack-removeLink {
  padding: 0.5rem;
  text-decoration: none;
}
.itemGiftPack-removeLink:hover {
  text-decoration: underline;
}
.itemGiftPack-removeLink svg {
  fill: #1c1c1b;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
@media screen and (max-width: 900px) {
  .itemGiftPack-removeLink {
    position: absolute;
    top: 0;
    right: 0;
    border: 1px solid #bd9e56;
    text-decoration: none;
  }
  .itemGiftPack-removeLink svg {
    margin-right: 0;
  }
  .itemGiftPack-removeLink span {
    display: none;
  }
}
.itemGiftPack-name {
  margin-bottom: 0;
  font-family: 'Nobel', Arial, sans-serif;
  font-weight: normal;
  font-size: 2.4rem;
}
.itemGiftPack-format {
  position: relative;
  margin: 2rem 0;
  min-height: 40px;
}
.itemGiftPack-format svg {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1rem;
}
.itemGiftPack-format__label {
  display: inline-block;
  vertical-align: middle;
}
.itemGiftPack-priceContainer {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 30%;
}
@media screen and (max-width: 900px) {
  .itemGiftPack-priceContainer {
    width: 100%;
    margin-top: 3rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 2rem;
    background: #eef0f0;
  }
}
@media screen and (max-width: 600px) {
  .itemGiftPack-priceContainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.itemGiftPack-quantity {
  padding: 0 1rem;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .itemGiftPack-quantity {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 900px) {
  .itemGiftPack-quantity .formField {
    margin-bottom: 0;
  }
}
.itemGiftPack-quantity .formField button,
.itemGiftPack-quantity .formField input {
  display: inline-block;
  vertical-align: middle;
}
.itemGiftPack-quantity .formField button:after,
.itemGiftPack-quantity .formField input:after {
  content: "";
}
.itemGiftPack-quantity .formField button {
  line-height: 36px;
  font-size: 2.5rem;
  font-style: initial;
  text-align: center;
  padding: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.itemGiftPack-quantity .formField input {
  width: 80px;
  margin-bottom: 0;
  text-align: center;
}
.itemGiftPack-qty--loading {
  pointer-events: none;
  opacity: 0.6;
}
.itemGiftPack-price {
  text-align: center;
}
.itemGiftPack-price .priceLabel {
  color: #ffffff;
  text-transform: uppercase;
  display: block;
  padding: 0.75rem;
  background: #1c1c1b;
  margin: 0;
  top: 0;
  left: 0;
  width: 100%;
}
.itemGiftPack-price .tag {
  position: relative;
  height: auto;
  padding: 3rem 1rem 0.5rem;
  line-height: 1;
}
.itemGiftPack .price-pack {
  font-size: 2rem;
}
.itemGiftPack .price-pack .price,
.itemGiftPack .price-pack .currency {
  font-size: 1em;
}
.itemGiftPack-people {
  display: block;
  font-size: 1.5rem;
}
.itemGiftPack.no-picture .itemGiftPack-content {
  width: 50%;
  padding-left: 0;
}
@media screen and (max-width: 900px) {
  .itemGiftPack.no-picture .itemGiftPack-content {
    width: auto;
  }
}
.itemGiftPack:before,
.itemGiftPack:after {
  content: "";
  opacity: 0;
}
.itemGiftPack--updatingPrice {
  position: relative;
}
.itemGiftPack--updatingPrice .itemGiftPack-priceInner {
  position: relative;
}
.itemGiftPack--updatingPrice .itemGiftPack-priceInner .giftPackSpinner {
  display: block;
}
.itemGiftPack--updatingPrice .price-pack,
.itemGiftPack--updatingPrice .itemGiftPack-people {
  opacity: 0.25;
  color: #999;
}
.itemGiftPack--removingPack {
  position: relative;
}
.itemGiftPack--removingPack .itemGiftPack-inner {
  opacity: 0.3;
  pointer-events: none;
}
.itemGiftPack--removingPack > .giftPackSpinner {
  display: block;
  top: 50%;
}
.itemGiftPack-extension .itemGiftPack-voucher {
  display: block;
  font-family: 'Nobel', Arial, sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  margin: 1.6rem 0;
}
.itemGiftPack-extension .itemGiftPack-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.itemGiftPack-extension .itemGiftPack-pictureMain {
  margin: auto;
}
.giftPackSpinner,
.giftPackSpinner:before,
.giftPackSpinner:after {
  border-radius: 50%;
  width: 12px;
  height: 12px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation: packLoadingSpinner 1.4s infinite ease-in-out;
          animation: packLoadingSpinner 1.4s infinite ease-in-out;
}
.giftPackSpinner {
  display: none;
  color: #bd9e56;
  font-size: 10px;
  margin: -2.5em auto 0;
  position: absolute;
  left: 50%;
  top: 50%;
  text-indent: -9999em;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  -webkit-animation-delay: -0.16s;
          animation-delay: -0.16s;
}
.giftPackSpinner:before,
.giftPackSpinner:after {
  content: "";
  position: absolute;
  top: 0;
}
.giftPackSpinner:before {
  left: -3em;
  -webkit-animation-delay: -0.32s;
          animation-delay: -0.32s;
}
.giftPackSpinner:after {
  left: 3em;
}
@-webkit-keyframes packLoadingSpinner {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes packLoadingSpinner {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
/* ASIDE
   ========================================================================== */
.basketAsideContainer {
  top: 6rem;
  bottom: 0;
  right: 1rem;
  z-index: 15;
  position: -webkit-sticky !important;
  position: sticky !important;
}
@media screen and (max-width: 1024px) {
  .basketAsideContainer {
    position: static !important;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 760px) {
  .basketAsideContainer {
    margin-bottom: 20px;
  }
}
.basketAside {
  background-color: #ffffff;
  color: #1c1c1b;
  padding: 20px 20px 34px 20px;
  box-shadow: 1px 2px 7px 0 rgba(28, 28, 27, 0.35);
}
.basketAside.will-stick {
  top: 6rem;
}
@media screen and (max-width: 1024px) {
  .basketAside.will-stick {
    position: static !important;
    width: auto !important;
  }
  .basketAside.will-stick + .fixedsticky-dummy {
    display: none;
  }
}
.basketAside .mainTitle2 {
  color: #1c1c1b;
}
.basketAside .btn {
  display: block;
  text-align: center;
  margin: 0 auto;
}
.basketAside .btn.disabled {
  pointer-events: none;
}
.pricePolicyAside {
  font-size: 1rem;
  padding: 0 10px;
}
.titlebasketAside {
  font-family: 'Nobel', Arial, sans-serif;
  color: #1c1c1b;
  font-weight: 400;
  line-height: 1.1;
  text-decoration: none;
  font-size: 3.5rem;
}
@media screen and (max-width: 760px) {
  .titlebasketAside {
    font-size: 3.6rem;
    line-height: .9;
  }
}
.basketAsideToolTip {
  display: none;
  position: absolute;
  top: 0;
  right: -webkit-calc(100% + 30px);
  right: calc(100% + 30px);
  background: rgba(93, 103, 111, 0.9);
  color: #ffffff;
  width: 220px;
  padding: 40px 30px 30px 30px;
  text-align: center;
  z-index: 2;
}
.basketAsideToolTip:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-left: 10px solid rgba(93, 103, 111, 0.9);
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  position: absolute;
  top: 50%;
  right: -10px;
  margin-top: -10px;
}
@media screen and (max-width: 1024px) {
  .basketAsideToolTip {
    position: static;
    width: 100%;
    margin-bottom: 2rem;
  }
  .basketAsideToolTip:after {
    display: none;
  }
}
.basketAsideToolTip .btnclose {
  background: url(../../images/common/close-popin-white.png) no-repeat center;
  border: 0;
  padding: 0;
  position: absolute;
  top: 10px;
  right: 10px;
  overflow: hidden;
  width: 2rem;
  height: 2rem;
  text-indent: -999em;
}
.basketAsideToolTip.is-opened {
  display: block;
}
.basketAsideSummary {
  position: relative;
  margin: 20px 0;
  color: #1c1c1b;
}
.basketAsideSummary .displayNone {
  display: none;
}
.basketAsideSummary-details .oney {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.basketAsideSummary-details .oney .tag {
  width: 100% !important;
  padding-left: 0;
  padding-right: 0;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.basketAsideSummary-details .oney .btn {
  width: 100% !important;
}
.basketAsideSummary-details .oney-price {
  margin-top: 3px;
  margin-right: 0.5rem;
}
.basketAsideSummary-details .oney-note {
  font-size: 1.4rem;
  margin-top: 10px;
  font-family: 'Nobel Book', Arial, sans-serif;
  color: #8bbc06;
}
.basketAsideSummary-details .oney-note span.icon-3x {
  width: 27px;
  height: 27px;
  display: inline-block;
  text-align: center;
  font-family: Arial, sans-serif;
  font-weight: bold;
  background-color: #8bbc06;
  color: #ffffff;
  border-radius: 50%;
  padding: 0.5rem;
}
.basketAsideSummary-details .oney-note img {
  margin-left: 10px;
}
.basketAsideSummary-details .oney-note .icon-xxs {
  position: relative;
  top: -10px;
  left: -5px;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  padding-right: 0;
}
.basketAsideSummary-details .oney-note .oney-detail-trigger {
  width: 20px;
  display: inline-block;
  font-size: 1.2rem;
  cursor: pointer;
}
.basketAsideSummary-details .oney-note .oney-detail-trigger:hover {
  text-decoration: none;
}
.basketAsideSummary-details .oney-note .oney-detail {
  text-align: left;
  border: 1px solid #8bbc06;
  box-shadow: 1px 1px 7px 0 rgba(28, 28, 27, 0.35);
  background: #ffffff;
  padding: 20px;
  font-size: 1.6rem;
  position: absolute;
  right: 320px;
  width: 420px;
  top: 170px;
  z-index: 24;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -webkit-transition: 0.3s;
          transition: 0.3s;
}
.basketAsideSummary-details .oney-note .oney-detail .paiement3x {
  background-color: #ecf5d9;
  border: 1px solid #8bbc06;
  margin: 1rem 0;
  padding: 1rem;
  color: #1c1c1b;
}
.basketAsideSummary-details .oney-note .oney-detail table {
  width: 100%;
  table-layout: fixed;
  border: 0;
  color: #1c1c1b;
}
.basketAsideSummary-details .oney-note .oney-detail table tr td {
  padding: 5px 0;
  text-align: left;
}
.basketAsideSummary-details .oney-note .oney-detail table tr td.right {
  text-align: right;
  width: 40%;
}
.basketAsideSummary-details .oney-note .oney-detail .oney-validity {
  white-space: normal;
  color: #5d676f;
  font-size: 1.2rem;
}
.basketAsideSummary-details .oney-note .oney-detail .oney-validity hr {
  border: 0.5px solid #5d676f;
}
.basketAsideSummary-details .oney-note .oney-detail .btnclose {
  background: url(../../images/common/close-popin.png) no-repeat center;
  border: 0;
  padding: 0;
  position: absolute;
  top: 10px;
  right: 10px;
  overflow: hidden;
  width: 2rem;
  height: 2rem;
  text-indent: -999em;
}
.basketAsideSummary-details .oney-note.is-opened .oney-detail {
  -webkit-transform: scale(1) translateX(50%) translateY(-5px);
      -ms-transform: scale(1) translateX(50%) translateY(-5px);
          transform: scale(1) translateX(50%) translateY(-5px);
  opacity: 1;
}
.basketAsideSummary hr {
  border: 0.5px #bd9e56 solid;
}
.basketAsideSummary sup {
  font: initial;
  font-size: 1.1rem;
}
.basketAsideSummary .hotel,
.basketAsideSummary .boxes {
  color: #ffffff;
  font-size: 1.8rem;
  padding: 10px 15px;
  background: #1c1c1b;
}
.basketAsideSummary .boxesItems {
  max-height: 300px;
  overflow: hidden;
  overflow-y: auto;
}
.basketAsideSummary .roomService,
.basketAsideSummary .boxesItems {
  font-size: 1.35rem;
  padding: 1px 15px 10px;
  background: #eef0f0;
}
.basketAsideSummary .roomService .listItems div,
.basketAsideSummary .boxesItems .listItems div {
  margin-bottom: 1rem;
}
.basketAsideSummary .roomService .listItems .asideDetail,
.basketAsideSummary .boxesItems .listItems .asideDetail {
  color: #bd9e56;
  cursor: pointer;
  text-decoration: underline;
  text-align: right;
  margin-bottom: 5px;
}
.basketAsideSummary .roomService .listItems .asidePriceDetails,
.basketAsideSummary .boxesItems .listItems .asidePriceDetails {
  display: none;
  margin-top: 0;
  font-size: 1.3rem;
}
.basketAsideSummary .roomService .listItems .asidePriceDetails.active,
.basketAsideSummary .boxesItems .listItems .asidePriceDetails.active {
  display: block;
}
.basketAsideSummary .roomService .listItems:last-child hr,
.basketAsideSummary .boxesItems .listItems:last-child hr {
  display: none;
}
.basketAsideSummary .total {
  background: #ffffff;
  text-align: center;
  height: 50px;
  line-height: 50px;
  font-size: 2rem;
  font-family: 'Nobel Bold', Arial, sans-serif;
  color: #1c1c1b;
}
.basketAsideSummary .total i {
  font-size: 2rem;
  font-style: normal;
}
.basketAsideSummary .originalTotal {
  background: #ffffff;
  text-align: center;
  font-size: 1.6rem;
  font-family: 'Nobel', Arial, sans-serif;
  color: #000;
  margin-top: -1rem;
  padding-bottom: 0.5rem;
}
.basketAsideSummary .originalTotal i {
  font-size: 1.4rem;
  font-style: normal;
}
.basketAsideSummary .shipping-container {
  margin-top: 1.5rem;
}
.basketAsideSummary .shipping-price-detail {
  display: none;
}
.basketAsideReinsurance {
  list-style: none;
  margin: 30px 0 0 0;
  padding: 0;
  font-size: 1.3rem;
}
.basketAsideReinsurance li {
  margin-bottom: 20px;
}
.basketAsideReinsurance li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .basketAsideReinsurance li {
    width: 48%;
    display: inline-block;
    margin-bottom: 15px;
  }
}
.basketAsideReinsurance i,
.basketAsideReinsurance svg,
.basketAsideReinsurance span {
  vertical-align: middle;
  display: inline-block;
}
.basketAsideReinsurance i {
  width: 35px;
  margin-right: 20px;
  text-align: center;
}
.basketAsideReinsurance svg {
  background-size: cover;
  fill: #1c1c1b;
  stroke: transparent;
}
.basketAsideReinsurance svg path {
  fill: #1c1c1b;
  stroke: transparent;
}
.basketAsideReinsurance span {
  width: -webkit-calc(100% - 60px);
  width: calc(100% - 60px);
}
.finalizeForm-user-password .formField {
  padding-left: 1rem;
  padding-right: 1rem;
}
/* 1.BASKET
   ========================================================================== */
.basketMain .listItems,
.completeMain .listItems {
  border-top: 2px solid #e7e0cc;
}
.basketMain .basketBottomTotal,
.completeMain .basketBottomTotal {
  box-shadow: 1px 1px 7px 0 rgba(28, 28, 27, 0.35);
  text-align: right;
  padding: 20px 30px;
  font-size: 0;
}
.basketMain .basketBottomTotal .priceLabel,
.completeMain .basketBottomTotal .priceLabel {
  color: #1c1c1b;
  font-size: 2rem;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
@media screen and (min-width: 760px) and (max-width: 900px) {
  .basketMain .basketBottomTotal,
  .completeMain .basketBottomTotal {
    text-align: center;
  }
}
.basketMain .basketBottomTotal .priceTag,
.completeMain .basketBottomTotal .priceTag {
  vertical-align: middle;
}
@media screen and (max-width: 760px) {
  .basketMain .basketBottomTotal .priceTag,
  .completeMain .basketBottomTotal .priceTag {
    display: block;
  }
}
.basketMain .basketBottomTotal .priceTag .tag,
.completeMain .basketBottomTotal .priceTag .tag {
  border: 1px solid #1c1c1b;
}
.basketItemHotel {
  position: relative;
  margin: 20px 0 30px 0;
  background: #eef0f0;
}
.basketItemHotel .trashItem {
  position: absolute;
  cursor: pointer;
}
.basketItemHotel .trashItem svg {
  height: 16px;
  width: 14px;
  -webkit-transition: 0.3s;
          transition: 0.3s;
}
.basketItemHotel .trashItem:hover svg {
  fill: #5d676f;
  stroke: transparent;
}
.basketItemHotel .trashItem:hover svg path {
  fill: #5d676f;
  stroke: transparent;
}
.basketItemHotel .trashItem:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.basketItemHotel .trashItem {
  top: 15px;
  right: 20px;
}
.basketItemHotel .expendItem {
  position: absolute;
  bottom: 20px;
  right: 15px;
  width: 25px;
  height: 25px;
  cursor: pointer;
  font-size: 0;
  border: 0;
  background: transparent;
  -webkit-transition: -webkit-transform ease 0.3s;
          transition: transform ease 0.3s;
}
.basketItemHotel .expendItem:before,
.basketItemHotel .expendItem:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -25%);
      -ms-transform: translate(-50%, -25%);
          transform: translate(-50%, -25%);
  width: 0;
  height: 0;
  border: solid transparent;
}
.basketItemHotel .expendItem:after {
  border-color: rgba(0, 0, 0, 0);
  border-top-color: #eef0f0;
  border-width: 7px;
}
.basketItemHotel .expendItem:before {
  border-color: rgba(0, 0, 0, 0);
  border-top-color: #000;
  border-width: 8px;
  margin-top: 1px;
}
@media screen and (max-width: 760px) {
  .basketItemHotel .expendItem {
    bottom: 95px;
    right: 15px;
  }
}
.basketItemHotel .titleItemHotel {
  font-family: 'Times New Roman', Times;
  font-size: 3.5rem;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;
  text-decoration: none;
  color: #1c1c1b;
  font-size: 3rem;
}
.basketItemHotel .subTitleItemHotel {
  font-family: 'Times New Roman', Times;
  font-size: 2rem;
  line-height: 1em;
  margin: 10px 0 5px;
}
.basketItemHotel .hotelDetails {
  padding: 20px 50px 20px 20px;
  background: #eef0f0;
  position: relative;
}
.basketItemHotel .hotelDetails:after,
.basketItemHotel .hotelDetails:before {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.basketItemHotel .hotelDetails:after {
  clear: both;
}
.basketItemHotel .hotelDetails .img {
  float: left;
  width: 210px;
  margin-right: 15px;
}
@media screen and (max-width: 1240px) {
  .basketItemHotel .hotelDetails .img {
    margin-bottom: 2rem;
  }
}
.basketItemHotel .hotelDetails .img img {
  width: 100%;
}
.basketItemHotel .hotelDetails .content {
  float: left;
  width: auto;
  background: #ffffff;
  padding: 15px;
  max-width: -webkit-calc(100% - 225px);
  max-width: calc(100% - 225px);
}
@media screen and (max-width: 1240px) {
  .basketItemHotel .hotelDetails .content {
    background: none;
  }
}
@media screen and (max-width: 1024px) {
  .basketItemHotel .hotelDetails .content {
    max-width: 100%;
  }
}
.basketItemHotel .hotelDetails .content h2 {
  font-family: 'Nobel', Arial, sans-serif;
  font-size: 3.5rem;
  text-transform: initial;
}
.basketItemHotel .hotelDetails .content .descItemHotel {
  font-family: 'Times New Roman', Times;
  font-size: 1.8rem;
}
@media screen and (max-width: 760px) {
  .basketItemHotel .hotelDetails {
    padding: 10px;
  }
  .basketItemHotel .hotelDetails .img {
    float: none;
    width: auto;
    margin: 0 0 15px 0;
  }
  .basketItemHotel .hotelDetails .content {
    float: none;
    width: 100%;
  }
  .basketItemHotel .hotelDetails .content .descItemHotel {
    padding-right: 20px;
  }
  .basketItemHotel .hotelDetails .trashItem {
    background: #bd9e56;
    padding: 4px 6px;
    top: 10px;
    right: 11px;
  }
  .basketItemHotel .hotelDetails .trashItem .icon {
    height: 14px;
    width: 13px;
    fill: #ffffff;
    stroke: transparent;
  }
  .basketItemHotel .hotelDetails .trashItem .icon path {
    fill: #ffffff;
    stroke: transparent;
  }
}
.basketItemHotel .hotelDetails .priceTag .tag {
  position: relative;
  padding-top: 3rem;
}
.basketItemHotel .hotelDetails .priceTag .priceLabel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0.75rem;
}
@media screen and (max-width: 1240px) {
  .basketItemHotel .hotelDetails .priceTag {
    clear: both;
    display: block;
    text-align: left;
  }
  .basketItemHotel .hotelDetails .priceTag .tag {
    min-width: 210px;
  }
  .basketItemHotel .hotelDetails .priceTag .price {
    font-size: 3rem;
  }
}
.basketItemHotel .itemHotelContent {
  display: none;
  border: 5px solid #eef0f0;
  background: #ffffff;
  padding: 30px;
}
@media screen and (max-width: 760px) {
  .basketItemHotel .itemHotelContent {
    padding: 10px;
  }
}
.basketItemHotel .itemRoomContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.basketItemHotel .hotelDetails .content-price {
  text-align: right;
}
.basketItemHotel .hotelDetails .priceLabel {
  color: #ffffff;
  text-transform: uppercase;
  display: block;
  padding: 0.5rem;
  background: #1c1c1b;
}
.basketItemHotel .hotelDetails .tag {
  height: auto;
  padding: 0.5rem 3rem;
  line-height: 1;
}
.basketItemHotel .itemHotelTotalPrice {
  padding: 20px 30px 20px 230px;
  text-align: right;
  border-top: 1px solid #ffffff;
  position: relative;
}
.basketItemHotel .itemHotelTotalPrice .btnAddRoom {
  display: inline-block;
  border: 1px solid #1c1c1b;
  color: #1c1c1b;
  background-color: #ffffff;
}
.basketItemHotel .itemHotelTotalPrice .btnAddRoom:hover {
  color: #ffffff;
  background-color: #1c1c1b;
}
.basketItemHotel .itemHotelTotalPrice .priceTag {
  margin-left: 10px;
  vertical-align: middle;
}
@media screen and (max-width: 760px) {
  .basketItemHotel .itemHotelTotalPrice {
    padding: 10px;
    text-align: left;
  }
  .basketItemHotel .itemHotelTotalPrice .priceLabel {
    display: block;
    text-align: center;
  }
  .basketItemHotel .itemHotelTotalPrice .btnAddRoom {
    width: 100%;
    position: static;
    margin-bottom: 15px;
  }
}
.basketItemHotel.is-opened .itemHotelContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 699px) {
  .basketItemHotel.is-opened .itemHotelContent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.basketItemHotel.is-opened .itemHotelTotalPrice {
  border-top: none;
}
.basketItemHotel.is-opened .expendItem {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.basketItemRoom {
  position: relative;
  padding: 0;
  margin-bottom: 20px;
  min-width: 50%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 699px) {
  .basketItemRoom {
    margin-bottom: 50px;
  }
}
.basketItemRoom:nth-child(even) {
  padding-left: 10px;
}
.basketItemRoom:nth-child(odd) {
  padding-right: 10px;
}
.basketItemRoom:first-child {
  border-top: none;
}
.basketItemRoom .trashItem {
  top: 5px;
  right: 12px;
}
.basketItemRoom .mainTitle1 {
  font-family: 'Nobel', Arial, sans-serif;
  text-transform: initial;
  margin-bottom: 15px;
  padding-right: 50px;
}
.basketItemRoom .titleItemRoom {
  font-family: 'Times New Roman', Times;
  font-size: 3.5rem;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;
  text-decoration: none;
  color: #1c1c1b;
  font-size: 3rem;
}
.basketItemRoom .subTitleItemRoom {
  line-height: 1.25;
  margin: 10px 0 10px;
}
@media screen and (min-width: 1241px) and (max-width: 1400px) {
  .basketItemRoom .subTitleItemRoom {
    margin-top: 0;
  }
}
.basketItemRoom .subTitleItemRoom-label {
  font-weight: bold;
}
.basketItemRoom .subTitleItemRoom-icon {
  position: absolute;
  top: 10px;
  left: 0;
  fill: #1c1c1b;
}
.basketItemRoom .roomDetails {
  position: relative;
  margin-bottom: 20px;
}
.basketItemRoom .roomDetails:after,
.basketItemRoom .roomDetails:before {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.basketItemRoom .roomDetails:after {
  clear: both;
}
.basketItemRoom .roomDetails .img {
  float: left;
  width: 200px;
  margin-right: 10px;
}
@media screen and (min-width: 1241px) and (max-width: 1400px) {
  .basketItemRoom .roomDetails .img {
    width: 140px;
  }
}
@media screen and (max-width: 1240px) {
  .basketItemRoom .roomDetails .img {
    width: 100%;
    float: none;
  }
}
.basketItemRoom .roomDetails .img img {
  width: 100%;
  height: auto;
}
.basketItemRoom .roomDetails .content {
  float: left;
  position: relative;
  padding-left: 40px;
  font-size: 1.5rem;
}
.basketItemRoom .roomDetails .content:after {
  content: "";
  clear: both;
  display: block;
}
.basketItemRoom .roomDetails .checkAvailability {
  position: absolute;
  bottom: 0;
  right: 0;
}
.basketItemRoom .roomDetails .checkAvailability span {
  text-transform: uppercase;
  color: #c55553;
}
@media screen and (max-width: 760px) {
  .basketItemRoom .roomDetails {
    padding-right: 0;
  }
  .basketItemRoom .roomDetails .img {
    float: none;
    width: auto;
    margin: 0 0 15px 0;
  }
  .basketItemRoom .roomDetails .content {
    float: none;
    width: 100%;
    padding-bottom: 5px;
  }
  .basketItemRoom .roomDetails .trashItem {
    background: #bd9e56;
    padding: 4px 6px;
    top: 0;
    right: 1px;
  }
  .basketItemRoom .roomDetails .trashItem .icon {
    height: 14px;
    width: 13px;
    fill: #ffffff;
    stroke: transparent;
  }
  .basketItemRoom .roomDetails .trashItem .icon path {
    fill: #ffffff;
    stroke: transparent;
  }
  .basketItemRoom .roomDetails .checkAvailability {
    position: static;
    display: block;
    margin-top: 2rem;
  }
}
.basketItemService,
.basketItemRate {
  padding: 20px 20px 20px 15px;
  margin: 10px 0 0 0;
  border-left: 7px solid #bd9e56;
  position: relative;
  box-shadow: 1px 1px 7px 0 rgba(28, 28, 27, 0.35);
}
.basketItemService .title,
.basketItemRate .title {
  font-family: 'Nobel', Arial, sans-serif;
  font-size: 1.8rem;
  color: #1c1c1b;
  font-weight: 700;
  text-decoration: none;
  margin: 1rem 0;
  font-size: 2.1rem;
  font-weight: 400;
}
.basketItemService .priceTag,
.basketItemRate .priceTag {
  position: absolute;
  top: 50%;
  right: 10px;
}
.basketItemService .priceTag .tag,
.basketItemRate .priceTag .tag {
  color: #5d676f;
}
.basketItemService .trashItem,
.basketItemRate .trashItem {
  top: 50%;
  margin-top: -10px;
}
@media screen and (max-width: 760px) {
  .basketItemService,
  .basketItemRate {
    padding: 10px;
  }
  .basketItemService .priceTag,
  .basketItemRate .priceTag {
    position: static;
    margin-top: 0;
  }
  .basketItemService .priceTag .tag,
  .basketItemRate .priceTag .tag {
    margin-top: 15px;
  }
  .basketItemService .trashItem,
  .basketItemRate .trashItem {
    top: 16px;
    right: 6px;
  }
}
.basketItemRate {
  border-left: 7px solid #bd9e56;
  padding: 2rem 2rem 2.5rem 1.5rem;
}
.basketItemRate .title {
  font-family: 'Nobel', Arial, sans-serif;
  font-size: 1.8rem;
  color: #1c1c1b;
  font-weight: 700;
  text-decoration: none;
  margin: 1rem 0;
  font-size: 2.1rem;
}
.basketItemRate .rateDetails {
  margin: 5px 0;
}
.basketItemRate .details {
  font-size: 1.3rem;
}
.basketItemRateCondition {
  list-style: none;
  padding: 0;
}
.basketItemRateCondition li:not(:first-of-type) h6 {
  margin-top: 15px;
}
.basketItemRateCondition li span {
  font-family: 'Nobel Book', Arial, sans-serif;
  font-weight: normal;
}
.basketItemService {
  background: #ffffff;
  border: 1px solid #f2eee1;
  padding: 10px;
  border-left: 7px solid #f2eee1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.basketItemService .editService {
  text-transform: uppercase;
  color: #bd9e56;
  display: block;
  margin-top: 10px;
  text-decoration: underline;
  font-size: 1.25rem;
  line-height: 1em;
  text-align: center;
}
.basketItemService .editService:hover {
  text-decoration: none;
}
@media screen and (max-width: 760px) {
  .basketItemService .editService {
    margin-top: 10px;
  }
}
.basketItemService .priceTag {
  -ms-flex-item-align: center;
      align-self: center;
  position: static;
  padding-right: 30px;
  margin-left: 5px;
}
.basketItemService .priceTag .tag {
  line-height: 1;
  padding: 1rem;
  height: auto;
}
.basketItemService .priceTag .currency,
.basketItemService .priceTag .price {
  font-size: 1.8rem;
}
.basketAddService {
  padding: 20px 15px;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
}
.basketAddService:after,
.basketAddService:before {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.basketAddService:after {
  clear: both;
}
.basketAddService .title {
  font-family: 'Nobel', Arial, sans-serif;
  font-size: 1.8rem;
  color: #1c1c1b;
  font-weight: 700;
  text-decoration: none;
  margin: 1rem 0;
  font-size: 2.1rem;
  font-weight: 400;
  padding: 0 10px;
  display: inline-block;
  text-align: center;
}
.basketAddService .mainTitle4 {
  display: inline-block;
}
.basketAddService .addService {
  float: none;
  text-align: center;
  text-decoration: none;
  padding: 10px;
  border: 1px solid #1c1c1b;
  display: block;
  text-transform: uppercase;
  background-color: #1c1c1b;
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 20px;
}
.basketAddService .addService:hover {
  color: #1c1c1b;
  background-color: #ffffff;
}
@media screen and (max-width: 760px) {
  .basketAddService {
    padding: 10px;
  }
  .basketAddService .addService {
    display: block;
    float: none;
    margin: 8px 0 0 0;
  }
}
.basketItemGift {
  margin-bottom: 2rem;
}
.basketItemGift > p {
  text-align: right;
  margin: 2rem 0 5rem;
}
@media screen and (max-width: 760px) {
  .basketItemGift > p a {
    padding-right: 3rem !important;
  }
}
/* 2.FINALIZE
   ========================================================================== */
.finalizeMain .loginInfo {
  margin-bottom: 20px;
  font-size: 1.6rem;
  color: #1c1c1b;
}
@media screen and (max-width: 760px) {
  .finalizeMain .loginInfo {
    margin-bottom: 0;
    text-align: center;
  }
}
.finalizeMain .loginInfo a {
  font-size: 1.5rem;
}
.finalizeMain .resaStepTitle {
  display: inline-block;
}
.finalizeMain .signIn {
  color: #1c1c1b;
  margin: 2rem auto;
  text-align: center;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-family: 'Nobel Book', Arial, sans-serif;
}
.finalizeMain .signIn:after {
  content: "";
  clear: both;
  display: block;
}
.finalizeMain .signIn .btn {
  margin-left: 2rem;
}
@media screen and (max-width: 760px) {
  .finalizeMain .signIn {
    text-align: center;
    margin: 0 0 20px 0;
  }
  .finalizeMain .signIn .btn {
    margin: 10px 0 0 0;
  }
}
.finalizeMain .mainTitle2 {
  font-size: 2.4rem;
}
.finalizeMain .formTitle {
  font-size: 2.4rem;
  text-transform: initial;
}
.finalizeMain .formCreditCard {
  font-family: 'Nobel', Arial, sans-serif;
}
.finalizeMain .form {
  margin-bottom: 10px;
}
.finalizeMain .darkForm:first-child {
  margin-top: 20px;
}
.finalizeMain .darkForm .formTitle {
  font-family: 'Nobel Book', Arial, sans-serif;
}
.finalizeMain .reinsurance > div {
  padding-bottom: 2rem;
}
@media screen and (max-width: 1024px) {
  .finalizeMain .reinsurance > div {
    width: 100%;
    display: block;
  }
}
.finalizeMain .reinsurance i,
.finalizeMain .reinsurance svg,
.finalizeMain .reinsurance span {
  vertical-align: middle;
  display: inline-block;
}
.finalizeMain .reinsurance i {
  width: 35px;
  margin-right: 5px;
  text-align: center;
}
.finalizeMain .reinsurance svg {
  background-size: cover;
  stroke: #ffffff;
  fill: #bd9e56;
  stroke: transparent;
}
.finalizeMain .reinsurance svg path {
  fill: #bd9e56;
  stroke: transparent;
}
.finalizeMain .reinsurance span {
  width: -webkit-calc(100% - 50px);
  width: calc(100% - 50px);
}
.finalizeMain .ta-finalize-buttons {
  margin-right: 30px;
}
@media screen and (max-width: 760px) {
  .finalizeMain .ta-finalize-buttons {
    margin-right: 0;
  }
}
.finalizeMain .ta-finalize-buttons .btn {
  font-size: inherit;
  width: 30%;
  height: 42px;
  text-align: center;
}
@media screen and (max-width: 760px) {
  .finalizeMain .ta-finalize-buttons .btn {
    width: 100%;
    margin: 0 auto 20px;
  }
}
.finalizeMain .ta-finalize-buttons button {
  margin-left: 25px;
}
.finalizeMain .formSubmit {
  text-align: initial;
}
.finalize-form-gift .row {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}
.finalize-form-gift div[class*="col-"]:first-child {
  padding-left: 1rem;
}
.finalize-form-gift div[class*="col-"]:last-child {
  padding-right: 0;
}
.finalize-form-gift .formField-country select,
.finalize-form-gift .formField-country .selectboxit-container {
  width: 100%;
}
.finalize-form-gift .formField-birthdate select,
.finalize-form-gift .formField-birthdate .selectboxit-container {
  width: 32%;
  margin-left: 1%;
}
.finalize-form-gift .formField-country .selectboxit-btn,
.finalize-form-gift .formField-birthdate .selectboxit-btn {
  width: 100% !important;
  min-width: 0;
}
#rc_gifts_order_different_address + label {
  padding: 1.5rem;
  border: 1px solid #bd9e56;
  background: none;
  color: #bd9e56;
  font-size: 1.2rem;
}
#rc_gifts_order_different_address + label:before {
  margin-right: 1rem;
}
#rc_gifts_order_different_address + label:after {
  left: 11px;
  top: 11px;
}
.form-shipping-address {
  display: none;
  margin-top: 4rem;
}
#rc_gifts_order_different_address:checked ~ .form-shipping-address {
  display: block;
}
.finalizeCard {
  display: inline-block;
  padding: 1.5rem 0 0 1rem;
}
/* PAYMENT CARDS CHOICE
   ========================================================================== */
.cardType-container {
  text-align: center;
  /* Legacy display */
}
.cardType-container > label {
  text-align: left;
}
.cardType-container .cardType {
  position: relative;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.cardType-container .cardType input {
  position: absolute;
  left: -9999em;
  visibility: hidden;
}
.cardType-container .cardType input[data-img="up"] + label:before {
  background-position: -56px -177px;
}
.cardType-container .cardType input[data-img="vi"] + label:before {
  background-position: -56px 0;
}
.cardType-container .cardType input[data-img="mc"] + label:before {
  background-position: -56px -36px;
}
.cardType-container .cardType input[data-img="jc"] + label:before {
  background-position: -56px -107px;
}
.cardType-container .cardType input[data-img="dn"] + label:before {
  background-position: -56px -71px;
}
.cardType-container .cardType input[data-img="ax"] + label:before {
  background-position: -56px -143px;
}
.cardType-container .cardType input[data-img="ds"] + label:before {
  background-position: -56px -213px;
}
.cardType-container .cardType input[data-img="sw"] + label:before {
  background-position: -56px -249px;
}
.cardType-container .cardType input:checked + label {
  opacity: 1;
}
.cardType-container .cardType label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  padding: 1rem 2rem;
  margin-bottom: 0;
  font-size: 1.6rem;
  line-height: 1;
  -webkit-transition: 0.25s;
          transition: 0.25s;
}
.cardType-container .cardType label:before {
  content: "";
  display: block;
  margin: 0 auto 1rem;
  background: url("/images/card/payment-cards-sprite.png") no-repeat;
  background-size: 112px auto;
  border-radius: 2px;
  overflow: hidden;
  width: 56px;
  height: 35px;
}
@media screen and (max-width: 1400px) {
  .cardType-container .cardType label {
    padding: 1rem;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 900px) {
  .cardType-container .cardType label {
    font-size: 0;
  }
  .cardType-container .cardType label:before {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 760px) {
  .cardType-container .cardType label {
    padding: 0.75rem;
  }
}
html.flexbox .cardType-container [id$="_cardType"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
html.flexbox .cardType-container .cardType {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.25%;
}
@media screen and (max-width: 760px) {
  html.flexbox .cardType-container .cardType {
    width: 31%;
  }
}
html.flexbox .cardType-container .cardType label {
  position: relative;
}
html.no-flexbox .cardType-container [id$="_cardType"] {
  display: table;
  width: 100%;
}
html.no-flexbox .cardType-container .cardType {
  display: table-cell;
  vertical-align: middle;
  width: 15%;
  height: 11rem;
  border: 2px solid #ffffff;
}
@media screen and (max-width: 900px) {
  html.no-flexbox .cardType-container .cardType {
    height: 6rem;
  }
}
@media screen and (max-width: 760px) {
  html.no-flexbox .cardType-container .cardType {
    width: 32%;
  }
}
@media screen and (max-width: 760px) {
  .cardExpire .selectboxit-container {
    width: 49%;
  }
  .cardExpire .selectboxit-btn {
    min-width: 100%;
  }
}
/* GIFT - SHIPPING
   ========================================================================== */
@media screen and (max-width: 1024px) {
  .shipping-form {
    margin-bottom: 3rem;
  }
}
.shipping-form address {
  font-style: normal;
}
.shipping-form .formField-content {
  padding-left: 2.5rem;
}
.shipping-form .formField-content-note {
  margin-top: 2rem;
  font-size: 1.2rem;
  line-height: 1.4;
  color: #aeb3b7;
}
.shipping-form .formField-content a {
  font-family: 'Nobel Book', Arial, sans-serif;
  position: relative;
  z-index: 2;
}
.shipping-form-radio {
  margin-bottom: 1rem;
}
.shipping-form-radio:first-child {
  padding-right: 3rem;
}
@media screen and (max-width: 760px) {
  .shipping-form-radio:first-child {
    padding-right: 0;
  }
}
@media screen and (max-width: 760px) {
  .shipping-form-radio:last-child {
    padding-left: 0;
  }
}
.shipping-form-radio__inner {
  padding: 2rem;
  position: relative;
}
.shipping-form-radio input:checked + label {
  color: #bd9e56;
}
.shipping-form-radio input:checked + label:after {
  border: 1px solid #bd9e56;
  opacity: 0.5;
}
.shipping-form-radio label {
  margin-bottom: 0;
  padding-left: 2rem;
}
.shipping-form-radio label:before {
  position: absolute;
  top: 2.7rem;
  left: 2rem;
}
.shipping-form-radio label:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  border: 1px solid transparent;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  opacity: 0;
}
.shipping-form-radio label span {
  margin-left: 0.8rem;
  display: inline-block;
  vertical-align: middle;
}
.shipping-form .restriction-link {
  font-size: 1.8rem;
  text-align: right;
  font-family: 'Nobel Book', Arial, sans-serif;
  font-weight: 400;
  font-weight: 100;
  color: #bd9e56;
  display: block;
}
.formError-wrapper {
  padding: 1rem;
  margin-left: -1rem;
  margin-right: -1rem;
  margin-bottom: 2rem;
}
.formError-wrapper.has-error {
  border: 1px dashed rgba(133, 46, 45, 0.6);
}
.checkBoxRow .row {
  padding: 1rem;
}
.checkBoxRow .checkboxWidget input {
  margin: 1rem 2.2rem 1rem 1rem;
  width: 50px;
  text-align: center;
  background: #fff;
  color: #1c1c1b;
  height: 5rem;
  border: 3px solid #ffffff;
  box-shadow: 1px 0 7px 0 #aeb3b7;
  outline: 0;
  font-family: 'Times New Roman', Times;
  font-style: italic;
  font-size: 1.8rem;
  line-height: 5rem;
}
.checkBoxRow .formField .checkboxWidget {
  padding: 1.5rem 0rem 0rem 1rem;
  width: 50px;
}
.formField-boxMessage-checkbox p {
  display: none;
}
.formField-boxMessage-checkbox label {
  font-size: 2.1rem;
  font-family: 'Goudy Old Style MT W01', 'Times New Roman', Times, Georgia, serif;
  text-transform: uppercase;
}
.formField-boxMessage-checkbox label:before {
  margin-top: -8px;
}
.formField-boxMessage-checkbox .formField-tooltip-icon {
  width: 24px;
  height: 24px;
}
.formField-boxMessage-checkbox textarea {
  resize: vertical;
  min-height: 140px;
  display: none;
  width: 100%;
  border: 1px solid #d9dbdd;
  padding: 13px 20px;
  background: #ffffff;
}
.formField-boxMessage-checkbox textarea:focus {
  outline: 0;
  border-color: #5d676f;
  background-position: -25px -1px;
}
.formField-boxMessage-checkbox input[type="checkbox"]:checked ~ textarea {
  display: block;
}
.formField-boxMessage-checkbox input[type="checkbox"]:checked ~ p {
  display: block;
}
/* PAIEMENT
   ========================================================================== */
.paymentMain-footer {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.paymentMain-info {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.rc-Payment-forms {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1240px) {
  .rc-Payment-forms {
    margin-bottom: 3rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.rc-Payment-forms form {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 20%;
  padding: 0 1rem 2rem;
}
@media screen and (max-width: 1240px) {
  .rc-Payment-forms form {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 50%;
  }
}
@media screen and (max-width: 760px) {
  .rc-Payment-forms form {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
  }
}
.rc-Payment-forms .rc-Payment-form__oney .oney {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 37%;
  position: absolute;
  left: 120px;
  top: 20px;
  z-index: 10;
}
.rc-Payment-forms .rc-Payment-form__oney .oney .tag {
  width: 100% !important;
  padding-left: 0;
  padding-right: 0;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.rc-Payment-forms .rc-Payment-form__oney .oney .btn {
  width: 100% !important;
}
.rc-Payment-forms .rc-Payment-form__oney .oney-price {
  margin-top: 3px;
  margin-right: 0.5rem;
}
.rc-Payment-forms .rc-Payment-form__oney .oney-note {
  font-size: 1.4rem;
  font-family: 'Nobel Book', Arial, sans-serif;
  color: #8bbc06;
}
.rc-Payment-forms .rc-Payment-form__oney .oney-note span.icon-3x {
  width: 20px;
  height: 20px;
  font-family: Arial, sans-serif;
  font-weight: bold;
  background-color: #8bbc06;
  color: #ffffff;
  border-radius: 50%;
  padding: 0.5rem;
}
.rc-Payment-forms .rc-Payment-form__oney .oney-note .icon-xxs {
  position: relative;
  top: -10px;
  left: -5px;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  padding-right: 0;
}
.rc-Payment-forms .rc-Payment-form__oney .oney-note .oney-detail-trigger {
  font-size: 1.2rem;
  cursor: pointer;
}
.rc-Payment-forms .rc-Payment-form__oney .oney-note .oney-detail-trigger:hover {
  text-decoration: none;
}
.rc-Payment-forms .rc-Payment-form__oney .oney-note .oney-detail {
  text-align: left;
  border: 1px solid #8bbc06;
  box-shadow: 1px 1px 7px 0 rgba(28, 28, 27, 0.35);
  background: #ffffff;
  padding: 20px;
  font-size: 1.6rem;
  position: absolute;
  right: 120px;
  width: 420px;
  top: -10px;
  z-index: 24;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -webkit-transition: 0.3s;
          transition: 0.3s;
}
.rc-Payment-forms .rc-Payment-form__oney .oney-note .oney-detail .paiement3x {
  background-color: #ecf5d9;
  border: 1px solid #8bbc06;
  margin: 1rem 0;
  padding: 1rem;
  color: #1c1c1b;
}
.rc-Payment-forms .rc-Payment-form__oney .oney-note .oney-detail table {
  width: 100%;
  table-layout: fixed;
  border: 0;
  color: #1c1c1b;
}
.rc-Payment-forms .rc-Payment-form__oney .oney-note .oney-detail table tr td {
  padding: 5px 0;
  text-align: left;
}
.rc-Payment-forms .rc-Payment-form__oney .oney-note .oney-detail table tr td.right {
  text-align: right;
  width: 40%;
}
.rc-Payment-forms .rc-Payment-form__oney .oney-note .oney-detail .oney-validity {
  white-space: normal;
  color: #5d676f;
  font-size: 1.2rem;
}
.rc-Payment-forms .rc-Payment-form__oney .oney-note .oney-detail .btnclose {
  background: url(../../images/common/close-popin.png) no-repeat center;
  border: 0;
  padding: 0;
  position: absolute;
  top: 10px;
  right: 10px;
  overflow: hidden;
  width: 2rem;
  height: 2rem;
  text-indent: -999em;
}
.rc-Payment-forms .rc-Payment-form__oney .oney-note.is-opened .oney-detail {
  -webkit-transform: scale(1) translateX(50%) translateY(-5px);
      -ms-transform: scale(1) translateX(50%) translateY(-5px);
          transform: scale(1) translateX(50%) translateY(-5px);
  opacity: 1;
}
.rc-Payment-submitBtn {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: #eef0f0;
  padding: 3rem 1rem;
  border: none;
  border-radius: 3px;
  -webkit-transition: background 0.3s;
          transition: background 0.3s;
  z-index: 1;
}
.rc-Payment-submitBtn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: 1px solid #bd9e56;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
          transition: opacity 0.3s;
  z-index: 2;
}
.rc-Payment-submitBtn:hover {
  background: #f5eedf;
}
.rc-Payment-submitBtn:hover:before {
  opacity: 0.4;
}
.rc-Payment-submitBtn .icon {
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 auto 1rem;
  background: url("/images/gifts/payments/order_payments_sprite.png") no-repeat;
  background-size: 60px auto;
}
.rc-Payment-submitBtn__lpc .icon {
  background-position: 0 0;
}
.rc-Payment-submitBtn__leetchi .icon {
  background-position: 0 -60px;
}
.rc-Payment-submitBtn__check .icon {
  background-position: 0 -120px;
}
.rc-Payment-submitBtn__mercanet .icon {
  background-position: 0 -180px;
}
.rc-Payment-submitBtn__tpe .icon {
  background-position: 0 -180px;
}
.rc-Payment-submitBtn__bankTransfer .icon {
  height: 40px;
  margin-top: 20px !important;
  background-position: 0 -240px;
}
.rc-Payment-submitBtn__oney .icon {
  height: 40px;
  margin-top: 20px !important;
  background-position: 0 -280px;
}
.paymentMain h1 {
  font-size: 3.5rem;
  font-weight: 400;
}
.paymentMain .paymentMain-summary {
  border: 1px dashed #bd9e56;
  padding: 0 20px 30px 20px;
  margin: 10px;
}
.paymentMain .paymentMain-summary h1 {
  font-size: 3rem;
}
.paymentMain .paymentMain-summary .line {
  margin-top: 20px;
  border-color: #eef0f0;
}
.paymentMain .paymentMain-summary h2 {
  margin-top: 0;
  font-weight: 100;
  margin-bottom: 5px;
}
@media screen and (max-width: 760px) {
  .paymentMain .paymentMain-summary h2 {
    margin-top: 2rem;
  }
}
/* 3.CONFIRMATION
   ========================================================================== */
.completeMain-gift__detail {
  margin-bottom: 3rem;
}
.completeMain-gift__checkInfos {
  padding: 2rem;
  border: 2px dashed #bd9e56;
}
.completeMain-footer {
  margin-top: 3rem;
}
.completeMain-footer-center {
  margin: 5rem 0 6rem;
  text-align: center;
}
.completeMain-product__card {
  background: #eef0f0;
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 2px;
  margin-bottom: 0.5rem;
}
.completeMain-product__picture {
  margin-right: 2rem;
}
.completeMain-product__content {
  -ms-flex-item-align: center;
      align-self: center;
}
.completeMain-product__download {
  margin-top: 0.5rem;
}
.resaConfirmMsg {
  margin-bottom: 2.5rem;
  text-align: center;
  font-family: 'Nobel Book', Arial, sans-serif;
  font-size: 1.8rem;
}
.resaConfirmBloc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  padding: 0;
  margin: 0;
  box-shadow: 1px 1px 7px 0 rgba(28, 28, 27, 0.35);
}
.resaConfirmBloc__left {
  overflow: hidden;
  padding: 0;
}
.resaConfirmBloc .resaConfirmImage {
  width: 100%;
  max-height: 400px;
}
.resaConfirmBloc__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 0 10rem;
}
@media screen and (max-width: 760px) {
  .resaConfirmBloc__right {
    padding: 0 1rem;
  }
}
.resaInfoBloc {
  margin-top: 4rem;
}
.resaInfoBloc p {
  text-align: center;
}
.resaInfoBloc .subTitle {
  font-size: 2.5rem;
}
.resaInfoBloc .btnProfil {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 5rem;
}
.resaInfoBloc .completudeFleche {
  right: -15px;
}
.pushBloc {
  margin-top: 3rem;
}
.pushBloc .row .col-1-3 {
  width: 440px;
}
@media screen and (max-width: 760px) {
  .pushBloc .row .col-1-3 {
    margin: 0 auto;
    width: 100%;
  }
}
@media screen and (max-width: 1240px) {
  .pushBloc .row .col-1-3 {
    margin: 0 auto;
  }
}
.blocFidelity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px;
  margin: 30px 0 0 0;
  color: #ffffff;
  background: #1c1c1b;
  font-size: 2rem;
  box-shadow: 1px 1px 7px 0px rgba(28, 28, 27, 0.35);
  text-transform: uppercase;
}
.blocFidelity .fidelityTitle {
  font-family: 'Times New Roman', Times;
  font-weight: 600;
  font-size: 2.5rem;
  margin: 1rem 0 3rem 0;
}
@media screen and (max-width: 760px) {
  .blocFidelity .fidelityTitle {
    text-align: center;
  }
}
.blocFidelity .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #ffffff;
  font-size: 2rem;
  width: 100%;
}
.blocFidelity .content .left {
  text-align: right;
  font-family: Arial, sans-serif;
  font-size: 2.1rem;
}
@media screen and (max-width: 760px) {
  .blocFidelity .content .left {
    font-size: 1.5rem;
    margin-right: 1rem;
  }
}
.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.confirmationMain {
  font-family: 'Goudy Old Style MT W01', 'Times New Roman', Times, Georgia, serif;
  background: #eef0f0;
  padding: 50px;
  text-align: center;
}
@media screen and (max-width: 760px) {
  .confirmationMain {
    padding: 20px;
  }
}
.confirmationMain .confirmMsg {
  font-size: 5rem;
  line-height: 55px;
  margin-bottom: 20px;
}
.confirmationMain .confirmMsg span {
  color: #bd9e56;
}
@media screen and (max-width: 760px) {
  .confirmationMain .confirmMsg {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 30px;
  }
}
.confirmationMain .expectedDatesMsg {
  font-size: 2.2rem;
  font-family: Arial, sans-serif;
  line-height: 30px;
  margin-bottom: 45px;
}
@media screen and (max-width: 760px) {
  .confirmationMain .expectedDatesMsg {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 30px;
  }
}
.confirmationMain .travelTeaserMsg {
  font-family: 'GoudyOldStyleMTW01-Ital', 'Times New Roman', Times, Georgia, serif;
  font-size: 2.5rem;
  line-height: 25px;
}
.confirmationMain .travelTeaserMsg .btn {
  margin-left: 20px;
}
@media screen and (max-width: 760px) {
  .confirmationMain .travelTeaserMsg .btn {
    margin: 20px 0 0 0;
  }
}
.confirmationReinsurance {
  border: 1px solid #d9dbdd;
  margin: 60px 0;
  padding: 40px 0;
}
@media screen and (max-width: 760px) {
  .confirmationReinsurance {
    padding: 20px;
    margin: 20px 0;
  }
  .confirmationReinsurance .col-1-2 {
    width: 100%;
    display: block;
  }
}
.confirmationReinsurance .icon {
  margin: 40px 0 10px 0;
}
@media screen and (max-width: 760px) {
  .confirmationReinsurance .icon {
    margin-top: 20px;
  }
}
.box_old_price {
  position: relative;
}
.box_old_price::after {
  content: "";
  border-bottom: 2px solid #ffffff;
  position: absolute;
  left: 0;
  top: 45%;
  width: 100%;
}
.box_old_price {
  display: none;
  font-size: 13px;
}
.box_price,
.js-total-price {
  font-size: 16px;
}
.price-pack-old {
  text-decoration: line-through;
  font-size: 1.5rem;
  display: none;
}
#rc_gifts_order_disabledEmail {
  border: 0;
  background: #ffffff;
  padding: 0;
}
.formSubmit .submitInfosFormBtn {
  font-size: 1.2rem;
  padding: 10px 16px;
}
.basketAside .submitInfosFormBtn {
  width: 100%;
}
.btnGold.finalize-button {
  background-color: #1c1c1b;
  color: #ffffff;
  padding-right: 6rem;
}
.btnGold.finalize-button:hover {
  background-color: #white;
  color: #1c1c1b;
}
#meetings-form input {
  box-shadow: inset 2px 2px 4px 0px rgba(0, 0, 0, 0.35);
}
#finalize-form .formField.radio label {
  display: inline-block;
  padding-right: 2rem;
}
#finalize-form .checkbox {
  margin-bottom: 25px;
}
#formCheckEmail .mainTitle2 {
  margin-bottom: 2rem;
}
#formCheckEmail .mainTitle2.marginTitle {
  padding: 0 25px;
}
#formCheckEmail .formAction {
  padding-bottom: 3rem;
  margin-bottom: 3rem;
  border-bottom: 1px solid #eef0f0;
}
#formCheckEmail .formAction .disabled-input {
  border: none;
  box-shadow: none;
  font-family: 'Nobel Book', Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  width: 80%;
}
#formCheckEmail .formAction .pencilAction {
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 10px;
}
#formCheckEmail .formAction .pencilAction a:hover {
  cursor: pointer;
}
#formCheckEmail .formAction .pencilAction .icon {
  width: 25px;
  height: 25px;
}
#formCheckEmail .formAction .pencilAction .icon:hover {
  cursor: pointer;
}
#formCheckEmail .formAction .form_content {
  margin-left: -1rem;
}
@media screen and (max-width: 760px) {
  #formCheckEmail .formAction .form_content {
    margin-left: 0;
  }
}
#formCheckEmail .formField {
  margin-bottom: 0;
}
#formCheckEmail .formField input {
  margin-bottom: 0;
}
#formCheckEmail .formField__label {
  padding: 0 10px;
  margin-bottom: 5px;
}
#formCheckEmail .formForgotPwd {
  text-align: right;
  color: #bd9e56;
  margin-bottom: 2rem;
  margin-top: 1rem;
  font-style: normal;
  font-family: 'Nobel Book', Arial, sans-serif;
  font-weight: 400;
}
#formCheckEmail .formSubmit {
  padding: 0;
  text-align: center;
}
#formCheckEmail .formSubmit.btnLogin {
  text-align: right;
}
#formCheckEmail .formSubmit.btnLogin .btn {
  width: 50%;
}
@media screen and (max-width: 760px) {
  #formCheckEmail .formSubmit.btnLogin .btn {
    width: 100%;
  }
}
#formCheckEmail .formSubmit .btn {
  height: 50px;
  width: 100%;
  padding: -webkit-calc(16rem / 10) -webkit-calc(15rem / 10);
  padding: calc(16rem / 10) calc(15rem / 10);
  margin-left: 0;
}
#formCheckEmail .becomePr {
  box-shadow: 0 0 4px 2px #aeb3b7;
}
#formCheckEmail .becomePr label {
  font-family: "Nobel" !important;
  padding: 2rem 2rem 0 2rem;
}
#formCheckEmail .becomePr label span {
  color: #bd9e56;
  font-size: 2rem;
  margin-left: 1rem;
  text-decoration: none;
}
#formCheckEmail .becomePr label:before {
  margin-bottom: 1rem;
  position: relative !important;
}
#formCheckEmail .becomePr label:nth-child(2) {
  padding-top: 0;
}
#formCheckEmail .becomePr .mt-0 {
  margin-top: 0 !important;
}
#formCheckEmail .txt-form {
  padding: 0 2rem;
  display: block;
  font-family: 'Nobel Book', Arial, sans-serif;
  font-weight: 400;
}
#formCheckEmail #userPopin {
  display: none;
}
#formCheckEmail .finalize-form .loginInfo {
  border-bottom: 1px solid #eef0f0;
  padding-bottom: 2rem;
}
#formCheckEmail .finalize-form .mainTitle2 {
  padding: 0 2rem;
}
#formCheckEmail .finalize-form .formField {
  margin-bottom: 15px;
}
#formCheckEmail .finalize-form .checkbox:not(.checkboxShippingAddress) label {
  padding-left: 2.5rem;
  display: block;
  font-family: 'Nobel Book', Arial, sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 20px;
  margin-bottom: 13px;
}
#formCheckEmail .finalize-form .checkbox:not(.checkboxShippingAddress) label:before {
  position: absolute;
  left: 0;
  top: 5px;
}
#formCheckEmail .finalize-form .checkbox-becomePr {
  margin-top: 1rem;
}
#formCheckEmail .finalize-form .checkbox-becomePr .cguChangeLabel {
  display: none;
  text-decoration: none;
  color: #1c1c1b;
}
#formCheckEmail .finalize-form .checkbox-becomePr .cgu {
  text-decoration: none;
  color: #1c1c1b;
}
#formCheckEmail .finalize-form .alignLabel {
  text-align: center;
}
#formCheckEmail .finalize-form .alignLabel input[type="checkbox"] + label::after {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  left: -12.7rem;
}
#formCheckEmail .finalize-form .alignLabel input[type="checkbox"]:checked + label::after {
  visibility: visible;
}
#formCheckEmail .finalize-form .alignLabel {
  text-align: center;
}
#formCheckEmail .finalize-form .alignLabel input[type="checkbox"] + label::after {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  left: -12.2rem;
}
#formCheckEmail .finalize-form .alignLabel input[type="checkbox"]:checked + label::after {
  visibility: visible;
}
#formCheckEmail .finalize-form .pencilAction {
  top: 42px;
}
#formCheckEmail .finalize-form .emailInput .formField__label {
  padding: 0;
}
.reassurance-pr-la {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 15px;
}
@media screen and (max-width: 760px) {
  .reassurance-pr-la {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.reassurance-pr-la__block {
  border: 2px dotted #bd9e56;
  padding: 2rem;
  margin: 1rem;
  text-align: center;
  -ms-flex-preferred-size: 21%;
      flex-basis: 21%;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: 'Nobel Book', Arial, sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 760px) {
  .reassurance-pr-la__block {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
  }
}
.reassurance-pr-la__block:first-child {
  margin-left: 0;
}
@media screen and (max-width: 760px) {
  .reassurance-pr-la__block:first-child {
    margin-left: 2rem;
  }
}
.reassurance-pr-la__block:last-child {
  margin-right: 0;
}
@media screen and (max-width: 760px) {
  .reassurance-pr-la__block:last-child {
    margin-right: 2rem;
  }
}
.reassurance-pr-la__block .icon {
  width: 20px;
  height: 20px;
}
.reassurance-pr-la__title {
  display: block;
  font-size: 1.4rem;
}
.reassurance-pr-la__content {
  display: block;
  font-size: 1.3rem;
}
.reassurance-pr-la.gifts__block {
  -ms-flex-preferred-size: 23%;
      flex-basis: 23%;
}
.finalize-form .paymentIntro {
  padding-bottom: 2rem;
  border-bottom: 1px solid #eef0f0;
  margin-bottom: 3rem;
}
.finalize-form .giftIntro {
  margin-bottom: 1.5rem;
}
.finalize-form .finalize-button {
  width: 100%;
}
.finalize-form .formSubmit {
  padding: 0;
}
/* ==========================================================================
   PAGE TROPHIES & PARTNERS
   ========================================================================== */
.introTrophy {
  max-width: 80%;
  margin: 0 auto 60px auto;
}
/* ==========================================================================
   PAGE TROPHIES HOME
   ========================================================================== */
/* Trophies List
   ========================================================================== */
.trophiesList {
  background: #eef0f0;
  text-align: center;
  padding: 50px 0 0 0;
  margin-bottom: 50px;
}
.innertrophiesList {
  font-size: 0;
}
@media screen and (max-width: 760px) {
  .innertrophiesList .trophyItem:last-child {
    border: none;
  }
}
@media screen and (max-width: 760px) {
  .trophyDetail .btnBack {
    margin-bottom: 20px;
  }
}
/* Trophy item
   ========================================================================== */
.partnersList {
  text-align: center;
  font-size: 0;
}
.trophyItem {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  width: 204px;
  margin: 0 10px 20px 10px;
  font-size: 1.5rem;
}
@media screen and (max-width: 760px) {
  .trophyItem {
    width: auto;
    padding: 0 0 10px 0;
    border-bottom: 2px solid #ffffff;
  }
}
.trophyItem figure img {
  width: 204px;
}
.trophyItem .content {
  text-align: center;
  padding: 15px;
}
.trophyItem .brand {
  text-transform: uppercase;
  font-weight: bold;
  color: #000;
  -webkit-transition: .3s;
          transition: .3s;
}
.trophyItem .desc {
  color: #5d676f;
  font-weight: bold;
  -webkit-transition: .3s;
          transition: .3s;
}
.trophyItem .winner {
  color: #5d676f;
  margin-top: 10px;
  -webkit-transition: .3s;
          transition: .3s;
}
.trophyItem:hover .brand {
  color: #94712a;
}
.trophyItem:hover .desc,
.trophyItem:hover .winner {
  color: #bd9e56;
}
/* ==========================================================================
   PAGE PARTNERS HOME
   ========================================================================== */
/* Partners List
   ========================================================================== */
.partnersList {
  margin-bottom: 50px;
}
.innerPartnersList {
  font-size: 0;
}
/* Partner item
   ========================================================================== */
.partnerItem {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  width: 210px;
  margin-right: 28px;
  margin-bottom: 50px;
  font-size: 1.5rem;
}
@media screen and (min-width: 1401px) {
  .partnerItem:nth-child(5n + 5) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1241px) and (max-width: 1400px) {
  .partnerItem {
    margin-right: 47px;
  }
  .partnerItem:nth-child(4n + 4) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1240px) {
  .partnerItem {
    margin-right: 61px;
  }
  .partnerItem:nth-child(3n + 3) {
    margin-right: 0;
  }
}
@media screen and (min-width: 901px) and (max-width: 1024px) {
  .partnerItem {
    margin-right: 20px;
  }
  .partnerItem:nth-child(3n + 3) {
    margin-right: 0;
  }
}
@media screen and (max-width: 900px) {
  .partnerItem {
    margin-right: 60px;
  }
  .partnerItem:nth-child(2n + 2) {
    margin-right: 0;
  }
}
@media screen and (max-width: 760px) {
  .partnerItem {
    margin-right: 0;
  }
}
.partnerItem:last-child {
  margin-right: 0;
}
.partnerItem figure {
  height: 130px;
  text-align: center;
}
.partnerItem figure img {
  max-width: 210px;
  max-height: 130px;
}
.partnerItem .content {
  text-align: center;
  padding: 15px;
}
.partnerItem .name {
  font-family: 'Nobel', Arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #1c1c1b;
  -webkit-transition: .3s;
          transition: .3s;
}
.partnerItem:hover .name {
  color: #bd9e56;
  text-decoration: underline;
}
/* Partners Footer Message
   ========================================================================== */
.blocMessagePartners {
  padding: 25px 0;
}
/* ==========================================================================
   PAGE PARTNERS DETAIL
   ========================================================================== */
@media screen and (max-width: 760px) {
  .partnerDetail .partnerLogo {
    max-width: 90%;
    margin: 0 auto;
  }
}
/* ==========================================================================
   PAGE TROPHY DETAILS
   ========================================================================== */
@media screen and (max-width: 760px) {
  .partnerDetail .btnBack {
    margin-bottom: 20px;
  }
}
.trophyPropertyDesc {
  margin-top: 25px;
}
.trophyPropertyDesc .propertyTitle {
  margin-top: 15px;
}
.trophyPropertyDesc .propertyCta {
  margin-bottom: 10px;
}
.trophyPropertyDesc .propertyDescTxt {
  font-size: 22px;
  font-family: 'GoudyOldStyleMTW01-Ital', 'Times New Roman', Times, Georgia, serif;
}
.trophyPropertyDesc .propertyDescTxt p {
  margin-top: 0;
}
.trophyPropertyDesc figure {
  margin-top: 25px;
}
.trophyPropertyDesc figure img {
  max-width: 100%;
}
.trophyPropertyDesc figcaption {
  font-style: italic;
}
/* ==========================================================================
   NEWS
   ========================================================================== */
/* News list
   ========================================================================== */
.listItemsNewsHeader {
  margin-bottom: 40px;
}
@media screen and (max-width: 760px) {
  .listItemsNewsHeader {
    padding-top: 30px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 760px) {
  .listItemsNewsHeader > .mainTitle2 {
    display: block;
    margin: 15px 0;
  }
}
.listItemsNewsHeader > span {
  vertical-align: middle;
  margin-top: 0;
}
.listItemsNewsHeader .newsTag:hover {
  background: #eef0f0;
  color: #bd9e56;
}
.listItemsNewsHeader .viewAll {
  float: right;
  font-size: 1.8rem;
  text-transform: uppercase;
  margin: 15px 0 0 0;
  color: #bd9e56;
}
.listItemsNewsHeader .viewAll:hover {
  text-decoration: none;
}
@media screen and (max-width: 760px) {
  .listItemsNewsHeader .viewAll {
    position: absolute;
    top: -30px;
  }
}
.newsHeader h1 {
  font-size: 3.6rem;
  line-height: 4rem;
  font-family: 'Nobel Book', Arial, sans-serif;
  font-weight: 400;
  font-weight: 700;
  text-align: center;
}
.newsIntroList {
  margin: 25px;
  text-align: center;
  color: #1c1c1b;
}
.listItemsNews {
  margin-bottom: 30px;
}
.listItemsNews > .row {
  padding: 20px 0px 20px 0px;
}
@media screen and (max-width: 760px) {
  .listItemsNews {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 760px) {
  .listItemsNews .pushItem .col-1-2:first-child {
    margin-bottom: 40px;
  }
  .listItemsNews .pushItem > .col-1-2 h3 a {
    font-size: 1.8rem;
  }
  .listItemsNews .pushItem .pushItemDate {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 760px) and (max-width: 900px) {
  .listItemsNews .pushItem > .col-1-2 h3 a {
    font-size: 2.2rem;
  }
}
.listItemsNews .coverItem {
  background-color: #f8f8f8;
  padding: 25px 0 25px 0;
}
.listItemsNews .imgNewsSection {
  margin-top: 16px;
}
.imgNews {
  padding: 0;
  margin: 0;
}
.imgNews img {
  width: 100%;
}
.list-thematic {
  margin: 0;
}
.list-thematic .tagChoose {
  display: block;
  height: auto;
}
.list-thematic .tagChoose li[data-disabled=true] {
  display: none;
}
@media screen and (max-width: 760px) {
  .list-thematic .tagChoose {
    width: 100%;
  }
}
.list-thematic .selectboxit {
  margin: 10px 0;
}
.list-thematic .selectboxit-container {
  position: relative;
  right: 0;
  float: right;
}
.list-thematic .selectboxit-btn {
  border: 1px solid #1c1c1b;
  font-style: normal;
}
.list-thematic .selectboxit-text {
  font-family: 'Nobel', Arial, sans-serif;
  font-weight: 400;
}
.list-thematic .selectboxit-default-arrow {
  border: 0;
}
.list-thematic .selectboxit-default-arrow:after {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  content: ">";
  font-family: 'Nobel', Arial, sans-serif;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 31px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
/* News Details
   ========================================================================== */
.newsDetail .newsDate {
  color: #bd9e56;
  font-family: 'Nobel', Arial, sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  display: block;
  text-align: center;
}
.newsDetail .newsTitleArticle {
  color: #1c1c1b;
  margin-bottom: 25px;
  margin-top: 10px;
  text-align: center;
}
@media screen and (max-width: 760px) {
  .newsDetail .newsTitleArticle {
    font-size: 2.6rem;
    margin-bottom: 20px;
  }
}
.newsDetail .newsIntro {
  font-family: 'Goudy MT W01 Bold', 'Times New Roman', Times, Georgia, serif;
  font-size: 1.7rem;
  line-height: 24px;
  margin-bottom: 30px;
  margin-top: 40px;
}
.newsDetail .newsTags {
  font-size: 0;
  margin: 20px 0 30px;
}
.newsDetail > footer {
  margin-top: 50px;
}
.articleAdjustment {
  max-width: 900px;
  margin: 0 auto;
}
.coverImage {
  max-width: 1200px;
  background-size: cover;
  background-position: center center;
  padding: 0;
  height: 400px;
  width: 200%;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 760px) {
  .coverImage {
    height: 240px;
  }
}
.newsDescription {
  padding: 0;
  margin: 0;
}
.newsDescription .newsTitle {
  text-align: center;
}
@media screen and (max-width: 760px) {
  .newsDescription .newsTitle {
    margin-bottom: 16px;
  }
}
.newsDescription .newsImages {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
}
.newsDescription .newsImg {
  width: 99%;
  max-width: 640PX;
  max-height: 440px;
  border: 0;
}
.newsDescription .newsSection {
  margin-top: 25px;
  margin-bottom: 40px;
}
@media screen and (max-width: 760px) {
  .newsDescription .newsSection {
    margin-top: 25px;
  }
}
@media screen and (max-width: 800px) {
  .listItemsNews .coverItem .col-1-2 {
    width: 100%;
  }
  .listItemsNews .coverItem .row {
    padding: 0;
  }
}
/* ==========================================================================
   PAGE WHAT IS RC
   ========================================================================== */
.whatIsRC .grid .blocFeatured .content {
  position: absolute;
}
.whatIsRC .grid .blocFeatured:hover {
  cursor: pointer;
}
.whatIsRC .grid .blocFeatured:hover .content {
  background-color: #fff;
  color: #1c1c1b;
  -webkit-transition: .3s;
          transition: .3s;
}
.whatIsRC .grid .blocFeatured:hover .content .mainTitle1 {
  color: #1c1c1b;
}
.whatIsRC .grid .blocFeatured:hover .category span {
  color: #1c1c1b;
}
.whatContent {
  padding-top: 65px;
}
@media screen and (max-width: 760px) {
  #tabHistory .citationPhoto {
    display: block;
    margin: 0 auto;
  }
}
/* ==========================================================================
   PAGES PRESS
   ========================================================================== */
.pressSubTitle {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 1.5rem;
  margin: 10px 0 25px 0;
}
/* Press Kit
   ========================================================================== */
.pressKitLinks {
  margin: 0 0 50px 0;
  padding: 60px 0;
}
.pressKitLinks:after,
.pressKitLinks:before {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.pressKitLinks:after {
  clear: both;
}
@media screen and (max-width: 760px) {
  .pressKitLinks {
    margin: 0;
    padding: 20px 0;
  }
}
.pressKitLinks li {
  display: block;
  height: 50px;
  width: 30%;
  margin-right: 3%;
  float: left;
}
.pressKitLinks li:nth-child(3n + 3) {
  margin-right: 0;
}
@media screen and (max-width: 760px) {
  .pressKitLinks li {
    width: 100%;
    float: none;
    margin-right: 0;
    text-align: center;
  }
}
.pressKitLinks a {
  color: #bd9e56;
  font-style: italic;
}
.pressKitLinks a:hover {
  text-decoration: none;
}
.listItemsPressRelease {
  margin-bottom: 40px;
}
.listItemsPressRelease .pushItem {
  padding: 10px 0;
}
/* ==========================================================================
   DESTINATION
   ========================================================================== */
/* Quick view
   ========================================================================== */
.overmapContent .horizontalQuickView:not(.passportQuickView) {
  margin-bottom: 20px;
}
.overmapContent .horizontalQuickView:not(.passportQuickView) .row > div {
  margin-bottom: 20px;
}
@media screen and (max-width: 760px) {
  .overmapContent .horizontalQuickView:not(.passportQuickView) .row > div {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1241px) and (max-width: 1400px) {
  .overmapContent .horizontalQuickView:not(.passportQuickView) .priceTag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media screen and (min-width: 1401px) {
  .overmapContent .horizontalQuickView:not(.passportQuickView) .priceTag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1240px) {
  .overmapContent .horizontalQuickView:not(.passportQuickView) .priceTag .tag,
  .overmapContent .horizontalQuickView:not(.passportQuickView) .priceTag .btn {
    float: left;
  }
}
@media screen and (min-width: 2121px) {
  .overmapContent .horizontalQuickView:not(.passportQuickView) .priceTag .tag,
  .overmapContent .horizontalQuickView:not(.passportQuickView) .priceTag .btn {
    float: left;
  }
}
/* Route du bonheur
   ========================================================================== */
@media screen and (max-width: 1024px) {
  .overmapContent .happinesRoadItem .col-1-2 {
    width: 100%;
    display: inline-block;
  }
}
/* Destinations
   ========================================================================== */
.overmapContent .innerOvermapContent .videoContainer > .video-js {
  max-width: 100%;
  max-height: 100%;
}
.overmapContent .innerOvermapContent .blocFeatured {
  box-shadow: 1px 1px 7px 0px rgba(28, 28, 27, 0.35);
}
.overmapContent .innerOvermapContent .blocFeatured .content {
  position: absolute;
}
.overmapContent .innerOvermapContent .blocFeatured:hover .content {
  background-color: #fff;
  color: #1c1c1b;
  -webkit-transition: .3s;
          transition: .3s;
}
.overmapContent .innerOvermapContent .blocFeatured:hover .content .mainTitle1 {
  color: #1c1c1b;
}
.overmapContent .innerOvermapContent .blocFeatured:hover .category span {
  color: #1c1c1b;
}
.overmapContent .rc-GiftSummary {
  margin-bottom: 0;
}
.fullmap-container .overmapContent[data-toggled],
.fullmap-container .full-overmap[data-toggled],
.fullmap-container .overmapFooter[data-toggled] {
  -webkit-transition: -webkit-transform .4s;
          transition: transform .4s;
  will-change: transform;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.fullmap-container .overmapContent[data-toggled="out"],
.fullmap-container .full-overmap[data-toggled="out"],
.fullmap-container .overmapFooter[data-toggled="out"] {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}
.fullmap-container .overmapContent .phoneDatePicker,
.fullmap-container .overmapFooter .phoneDatePicker {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 23.0rem;
  padding-top: 6.5rem;
  padding-right: 2.0rem;
  min-height: .1rem;
  font-family: 'GoudyOldStyleMTW01-Ital', 'Times New Roman', Times, Georgia, serif;
}
@media screen and (max-width: 1024px) {
  .fullmap-container .overmapContent .phoneDatePicker,
  .fullmap-container .overmapFooter .phoneDatePicker {
    position: static;
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 3rem;
    padding-top: 0;
  }
}
@media screen and (max-width: 760px) {
  .fullmap-container .overmapContent .phoneDatePicker,
  .fullmap-container .overmapFooter .phoneDatePicker {
    padding-right: 0;
  }
}
.fullmap-container .overmapContent .phoneDatePicker .formField,
.fullmap-container .overmapFooter .phoneDatePicker .formField {
  margin-bottom: 0;
}
.fullmap-container .overmapContent .phoneDatePicker .startEndDate.start .startEndDatepickerWrapper + .formError.is-opened,
.fullmap-container .overmapFooter .phoneDatePicker .startEndDate.start .startEndDatepickerWrapper + .formError.is-opened,
.fullmap-container .overmapContent .phoneDatePicker .startEndDate.end .startEndDatepickerWrapper + .formError.is-opened,
.fullmap-container .overmapFooter .phoneDatePicker .startEndDate.end .startEndDatepickerWrapper + .formError.is-opened {
  display: none !important;
}
.fullmap-container .overmapContent .phoneDatePicker .startEndDatepickerWrapper + .formError,
.fullmap-container .overmapFooter .phoneDatePicker .startEndDatepickerWrapper + .formError {
  position: relative;
  margin: 0 0 15px;
  top: 0;
}
@media screen and (min-width: 1025px) {
  .fullmap-container .overmapContent .phoneDatePicker .startEndDatepickerWrapper,
  .fullmap-container .overmapFooter .phoneDatePicker .startEndDatepickerWrapper {
    top: -40px;
    left: 100%;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1240px) {
  .fullmap-container .overmapContent .phoneDatePicker .startEndDatepickerWrapper,
  .fullmap-container .overmapFooter .phoneDatePicker .startEndDatepickerWrapper {
    min-width: 800px;
  }
}
@media screen and (max-width: 1024px) {
  .fullmap-container .overmapContent .phoneDatePicker .startEndDatepickerWrapper,
  .fullmap-container .overmapFooter .phoneDatePicker .startEndDatepickerWrapper {
    width: 100%;
  }
}
.fullmap-container .overmapContent .phoneDatePicker .startEndDateField,
.fullmap-container .overmapFooter .phoneDatePicker .startEndDateField {
  cursor: pointer;
  display: block;
  background: #1c1c1b;
  color: #fff;
  font-size: 2rem;
  text-align: right;
  padding: .5rem 2rem;
  position: relative;
  margin-bottom: 1rem;
  height: 40px;
}
.fullmap-container .overmapContent .phoneDatePicker .startEndDateField .icon,
.fullmap-container .overmapFooter .phoneDatePicker .startEndDateField .icon {
  position: absolute;
  top: -0.7rem;
  left: 1rem;
  width: 2.1rem;
  pointer-events: none;
}
.fullmap-container .overmapContent .phoneDatePicker .startEndDateField input,
.fullmap-container .overmapFooter .phoneDatePicker .startEndDateField input {
  position: absolute;
  z-index: 2;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #5d676f;
  color: #5d676f;
}
.fullmap-container .overmapContent .phoneDatePicker .startEndDateField input:focus,
.fullmap-container .overmapFooter .phoneDatePicker .startEndDateField input:focus {
  background: #aeb3b7;
  color: transparent;
}
.fullmap-container .overmapContent .phoneDatePicker .startEndDateField input:focus::-moz-selection,
.fullmap-container .overmapFooter .phoneDatePicker .startEndDateField input:focus::-moz-selection {
  background-color: transparent;
  color: transparent;
}
.fullmap-container .overmapContent .phoneDatePicker .startEndDateField input:focus::selection,
.fullmap-container .overmapFooter .phoneDatePicker .startEndDateField input:focus::selection {
  background-color: transparent;
  color: transparent;
}
.fullmap-container .overmapContent .phoneDatePicker .startEndDateField > span,
.fullmap-container .overmapFooter .phoneDatePicker .startEndDateField > span {
  display: block;
  position: absolute;
  top: .5rem;
  right: 2rem;
  pointer-events: none;
}
.fullmap-container .overmapContent .phoneDatePicker .startEndDateField > span.suggested,
.fullmap-container .overmapFooter .phoneDatePicker .startEndDateField > span.suggested {
  opacity: .7;
}
.fullmap-container .overmapContent .phoneDatePicker .startEndDate.start .startDateField,
.fullmap-container .overmapFooter .phoneDatePicker .startEndDate.start .startDateField,
.fullmap-container .overmapContent .phoneDatePicker .startEndDate.end .endDateField,
.fullmap-container .overmapFooter .phoneDatePicker .startEndDate.end .endDateField {
  background: #aeb3b7;
}
.fullmap-container .overmapContent .phoneDatePicker .startEndDate.start .startDateField input,
.fullmap-container .overmapFooter .phoneDatePicker .startEndDate.start .startDateField input,
.fullmap-container .overmapContent .phoneDatePicker .startEndDate.end .endDateField input,
.fullmap-container .overmapFooter .phoneDatePicker .startEndDate.end .endDateField input {
  color: transparent;
}
@media screen and (max-width: 1024px) {
  .fullmap-container .overmapContent .phoneDatePicker:after,
  .fullmap-container .overmapFooter .phoneDatePicker:after,
  .fullmap-container .overmapContent .phoneDatePicker:before,
  .fullmap-container .overmapFooter .phoneDatePicker:before {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .fullmap-container .overmapContent .phoneDatePicker:after,
  .fullmap-container .overmapFooter .phoneDatePicker:after {
    clear: both;
  }
  .fullmap-container .overmapContent .phoneDatePicker .startEndDateField,
  .fullmap-container .overmapFooter .phoneDatePicker .startEndDateField,
  .fullmap-container .overmapContent .phoneDatePicker .selectboxit-container,
  .fullmap-container .overmapFooter .phoneDatePicker .selectboxit-container {
    width: 49%;
  }
  .fullmap-container .overmapContent .phoneDatePicker .startDateField,
  .fullmap-container .overmapFooter .phoneDatePicker .startDateField {
    float: left;
  }
  .fullmap-container .overmapContent .phoneDatePicker .endDateField,
  .fullmap-container .overmapFooter .phoneDatePicker .endDateField,
  .fullmap-container .overmapContent .phoneDatePicker .selectboxit-container,
  .fullmap-container .overmapFooter .phoneDatePicker .selectboxit-container {
    float: right;
  }
  .fullmap-container .overmapContent .phoneDatePicker .selectboxit-container,
  .fullmap-container .overmapFooter .phoneDatePicker .selectboxit-container {
    z-index: 12;
  }
  .fullmap-container .overmapContent .phoneDatePicker #rc_destination_availability_type_nbRoomsSelectBoxItContainer,
  .fullmap-container .overmapFooter .phoneDatePicker #rc_destination_availability_type_nbRoomsSelectBoxItContainer {
    float: right;
  }
  .fullmap-container .overmapContent .phoneDatePicker #rc_destination_availability_type_areaSelectBoxItContainer,
  .fullmap-container .overmapFooter .phoneDatePicker #rc_destination_availability_type_areaSelectBoxItContainer {
    float: left;
  }
}
@media screen and (max-width: 760px) {
  .fullmap-container .overmapContent .phoneDatePicker .selectboxit-container,
  .fullmap-container .overmapFooter .phoneDatePicker .selectboxit-container {
    float: left;
  }
  .fullmap-container .overmapContent .phoneDatePicker .selectboxit-container + .selectboxit-container,
  .fullmap-container .overmapFooter .phoneDatePicker .selectboxit-container + .selectboxit-container {
    float: right;
  }
}
/* Continent footer
   ========================================================================== */
@media screen and (max-width: 760px) {
  .countryListLinks {
    margin: 0 10px 20px 10px;
  }
}
.countryListLinks .btn {
  width: 100%;
  margin-bottom: 20px;
  padding: 5px;
  min-height: 50px;
  line-height: 50px;
}
@media screen and (max-width: 760px) {
  .countryListLinks .btn {
    margin-bottom: 10px;
    font-size: 1.5rem;
  }
}
.countryListLinks .btn span {
  display: inline-block;
  vertical-align: middle;
  line-height: 22px;
}
@media screen and (min-width: 901px) and (max-width: 1024px) {
  .countryListLinks .btn {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1240px) {
  .countryListLinks .col-1-4 {
    width: 50%;
  }
}
@media screen and (min-width: 901px) and (max-width: 1024px) {
  .countryListLinks .col-1-4 {
    width: 100%;
  }
}
@media screen and (max-width: 760px) {
  .countryListLinks .col-1-4 {
    width: 49%;
    display: inline-block;
  }
  .countryListLinks .col-1-4:nth-child(odd) {
    margin-right: 2%;
  }
}
/* ==========================================================================
   EXPERIENCE
   ========================================================================== */
/* Quick view
   ========================================================================== */
@media screen and (min-width: 1025px) and (max-width: 1240px) {
  .experience .hotelQuickView .priceTag {
    display: inline-block;
  }
}
.experience .grid .blocFeatured .content {
  position: absolute;
}
.experience .grid .blocFeatured:hover {
  cursor: pointer;
}
.experience .grid .blocFeatured:hover .content {
  background-color: #fff;
  color: #1c1c1b;
  -webkit-transition: .3s;
          transition: .3s;
}
.experience .grid .blocFeatured:hover .content .mainTitle1 {
  color: #1c1c1b;
}
.experience .grid .blocFeatured:hover .category span {
  color: #1c1c1b;
}
.carouselTitleExperience {
  font-family: 'Nobel', Arial, sans-serif;
  font-size: 22px;
}
@media screen and (min-width: 768px) {
  .carouselTitleExperience {
    padding-left: 10px;
  }
}
/* ==========================================================================
   ROUTES DU BONHEUR
   ========================================================================== */
/* Introduction
   ========================================================================== */
.routeDetailCredits {
  text-align: center;
}
@media screen and (max-width: 760px) {
  .routeDetailCredits {
    margin-bottom: 30px;
  }
}
.routeDetailCredits figure {
  margin-bottom: 15px;
}
.routeDetailCredits img {
  border-radius: 50%;
  height: 95px;
  width: 95px;
}
.routeDetailCredits .author {
  font-family: 'Times New Roman', Times;
  font-size: 1.6rem;
  margin-bottom: 30px;
}
.routeDetailCredits .tel {
  font-family: 'Nobel', Arial, sans-serif;
  color: #bd9e56;
  font-size: 2.4rem;
  margin: 10px 0 0 0;
  white-space: nowrap;
  display: block;
  text-decoration: none;
}
@media screen and (min-width: 1241px) and (max-width: 1400px) {
  .routeDetailCredits .tel {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1240px) {
  .routeDetailCredits .tel {
    font-size: 2.6rem;
  }
}
.routeDetailCredits .btn {
  margin: 10px 0;
  background-color: #1c1c1b;
  color: #ffffff;
}
.routeDetailIntro {
  margin-bottom: 30px;
  font-family: 'Nobel Book', Arial, sans-serif;
  font-weight: 400;
}
.routeDetailIntro p {
  margin-top: 0;
}
.routeDetailIntro .quote {
  font-family: 'Times New Roman', Times;
  font-size: 2rem;
}
@media screen and (max-width: 760px) {
  .routeDetailIntro .quote {
    font-size: 2rem;
  }
}
.routeDetailRecap {
  margin-bottom: 20px;
}
.routeDetailRecap strong {
  text-transform: uppercase;
  border-left: 3px solid #bd9e56;
}
.routeDetailRecap ul {
  font-family: 'Nobel Book', Arial, sans-serif;
  padding: 0 0 0 16px;
  list-style: none;
}
.routeDetailRecap .price,
.routeDetailRecap .currency {
  font-family: 'Nobel Bold', Arial, sans-serif;
}
.routeDetailRecap a {
  font-style: italic;
  color: #bd9e56;
}
.routeDetailPartner {
  display: block;
  text-decoration: none;
  margin-bottom: 20px;
}
@media screen and (max-width: 1240px) {
  .routeDetailPartner {
    text-align: center;
  }
}
.routeDetailPartner > div {
  display: inline-block;
  vertical-align: middle;
}
.routeDetailPartner img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
}
@media screen and (max-width: 1240px) {
  .routeDetailPartner img {
    margin-bottom: 10px;
  }
}
/* Step
   ========================================================================== */
.innerOvermapContent .routeStep {
  padding-bottom: 30px;
  margin-bottom: 50px;
}
.innerOvermapContent .routeStep.last {
  border: none;
}
@media screen and (max-width: 760px) {
  .innerOvermapContent .routeStep {
    padding-bottom: 15px;
    margin-bottom: 50px;
  }
}
.innerOvermapContent .rdbCopyright {
  margin-bottom: 2rem;
}
/* Step title
   ========================================================================== */
.routeStepTitle {
  margin: 0 0 25px 0;
}
@media screen and (max-width: 760px) {
  .routeStepTitle {
    margin-left: 0;
  }
}
.routeStepTitle .nb {
  display: block;
  position: absolute;
  top: 0;
  left: -20px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-size: 20px;
  border-radius: 50%;
  text-align: center;
  border: 1px solid #1c1c1b;
  font-family: 'Nobel', Arial, sans-serif;
  background: #ffffff;
  color: #1c1c1b;
}
.active .routeStepTitle .nb {
  background: #1c1c1b;
  color: #ffffff;
}
@media screen and (max-width: 760px) {
  .routeStepTitle .nb {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -25px;
  }
}
.routeStepTitle .title {
  position: relative;
  display: inline-block;
  min-height: 40px;
  line-height: 24px;
  font-size: 2.4rem;
  text-transform: uppercase;
  background: #ffffff;
  color: #1c1c1b;
  font-family: 'Nobel', Arial, sans-serif;
  padding: 8px 20px 8px 30px;
  box-shadow: 1px 1px 3px 0 rgba(28, 28, 27, 0.35);
}
@media screen and (max-width: 760px) {
  .routeStepTitle .title {
    text-align: center;
    padding: 20px 20px 15px 20px;
    width: 100%;
  }
}
/* Route partner
   ========================================================================== */
.routePartner {
  display: table;
  width: 100%;
}
.routePartnerTitle {
  display: table-cell;
  width: 25%;
  text-align: center;
  border: 1px solid #d9dbdd;
  padding: 20px 10px 10px 10px;
}
@media screen and (max-width: 1024px) {
  .routePartnerTitle {
    width: 100%;
    display: block;
  }
}
.routePartnerTitle strong {
  font-size: 1.6rem;
}
.routePartnerDesc {
  display: table-cell;
  width: 75%;
  border-left: 20px solid #ffffff;
  background: #eef0f0;
  padding: 15px 30px;
  font-size: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .routePartnerDesc {
    width: 100%;
    display: block;
    border: none;
  }
}
/* Accordion detail
   ========================================================================== */
.accordionRouteDetail .accordionContent [class*='col-'] {
  font-size: 1.3rem;
}
.accordionRouteDetail .accordionContent img {
  margin-bottom: 10px;
}
.rdbDestinationsChildren {
  max-height: 200px;
  overflow: auto;
}
.rdbDestinationsChildren > div {
  padding-left: 1rem;
  background-color: #ffffff;
  color: #1c1c1b;
  border-left: 1px solid #d9dbdd;
  border-right: 1px solid #d9dbdd;
}
.rdbDestinationsChildren > div label:before {
  border: 1px solid #ffffff;
}
.rdbDestinationsChildren > div:first-child {
  border-top: 1px solid #d9dbdd;
}
.rdbDestinationsChildren > div:last-child {
  border-bottom: 1px solid #d9dbdd;
}
.rdbDestinationsChildren > div.region {
  padding-left: 2rem;
  background-color: #f9fafa;
}
.rdbDestinationsChildren > div.city {
  padding-left: 3rem;
  background-color: #eef0f0;
}
/* Route description
   ========================================================================== */
.routeStepDesc {
  margin-top: 10px;
  font-size: 2rem;
  font-family: 'GoudyOldStyleMTW01-Ital', 'Times New Roman', Times, Georgia, serif;
}
.routeStepDetail .hotelQuickView {
  box-shadow: initial;
}
.routeStepDetail .txtSlider .slick-slide {
  padding: 0 5rem;
}
.routeStepDetail .txtSlider .slick-slide .availabilityDesc [class*='col-'] {
  vertical-align: top;
  font-size: 1.6rem;
}
.rdbHeader h1 {
  font-size: 3.6rem;
  line-height: 4rem;
  font-family: 'Nobel Book', Arial, sans-serif;
  font-weight: 400;
  font-weight: 700;
  text-align: center;
}
.rdbBloc-map {
  position: relative;
  padding: 8rem 0 2rem;
  min-height: 198px;
  background: url("/images/gifts/rc-gift-worldmap.jpg") 50% 50% no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 3rem;
}
@media screen and (max-width: 760px) {
  .rdbBloc-map {
    display: none;
  }
}
.rdbBloc-map a.btn {
  position: absolute;
  bottom: 20px;
}
.rdbIntro_title {
  font-size: 2rem;
  margin-bottom: 2px;
  font-family: 'Nobel', Arial, sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 760px) {
  .rdbIntro_title {
    margin-top: 2rem;
  }
}
.rdbIntro_citation {
  font-size: 1.8rem;
  margin-bottom: 2rem;
  font-family: 'Nobel Book', Arial, sans-serif;
  font-weight: 400;
}
.rdbIntro_citation a {
  color: #bd9e56;
}
.rdbReassurance {
  background: #f8f8f8;
  padding: 3rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rdbReassurance a.tel {
  color: #bd9e56;
  text-decoration: none;
  font-size: 2.2rem;
  margin-left: 0.5rem;
}
.rdbReassurance span {
  font-family: 'Nobel Book', Arial, sans-serif;
  font-weight: 400;
  font-size: 1.1rem;
  margin-left: 0.5rem;
}
.rdbReassurance_left {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  float: left;
}
@media screen and (max-width: 900px) {
  .rdbReassurance_left {
    width: 100%;
  }
}
@media screen and (max-width: 760px) {
  .rdbReassurance_left {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    float: left;
    display: block;
    margin: 2rem 0;
  }
}
.rdbReassurance_right {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  float: right;
}
@media screen and (max-width: 900px) {
  .rdbReassurance_right {
    width: 100%;
  }
}
@media screen and (max-width: 760px) {
  .rdbReassurance_right {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    float: left;
    display: block;
  }
}
.rdbReassurance_full {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
@media screen and (max-width: 900px) {
  .rdbReassurance_full {
    width: 100%;
  }
}
@media screen and (max-width: 760px) {
  .rdbReassurance_full {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    display: block;
  }
}
.rdbReassurance_full .introReassurance {
  font-family: 'Nobel', Arial, sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
}
.rdbReassurance .icon {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 5px;
  right: 5px;
  -webkit-transform: scale(0.6);
      -ms-transform: scale(0.6);
          transform: scale(0.6);
}
#rdbContent .titleContent {
  font-size: 3.2rem;
  margin: 2rem 0;
  display: inline-block;
  font-family: 'Nobel Book', Arial, sans-serif;
  font-weight: 400;
  font-weight: bold;
  text-align: left;
}
#rdbContent .triggerFiltersView {
  width: 100%;
}
.happinesRoadItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 760px) {
  .happinesRoadItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.happinesRoadItem__image {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.happinesRoadItem__image .blocFeatured {
  box-shadow: none;
  height: auto;
}
@media screen and (max-width: 760px) {
  .happinesRoadItem__image .blocFeatured {
    height: auto;
  }
}
.happinesRoadItem__image .blocFeatured .content {
  background: none !important;
}
.happinesRoadItem__image .blocFeatured .content .categoryLeft span {
  color: #bd9e56;
}
.happinesRoadItem__image .blocFeatured img {
  width: 100%;
}
.happinesRoadItem__citation {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1em;
}
.happinesRoadItem__citation .blocCitation {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.happinesRoadItem__citation .blocCitation .citationMsg {
  font-family: 'Nobel', Arial, sans-serif;
  font-size: 1.8rem;
}
@media screen and (max-width: 760px) {
  .happinesRoadItem__citation .blocCitation {
    margin: 10px 0 0 0;
  }
}
.happinesRoadItem__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #f8f8f8;
}
.happinesRoadItem__info .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  padding: 1rem;
}
.happinesRoadItem__info .content .nbNights {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 2.1rem;
  text-transform: uppercase;
  line-height: 1;
  margin-right: 10px;
}
@media screen and (max-width: 760px) {
  .happinesRoadItem__info .content .nbNights {
    display: inline-block;
  }
}
.happinesRoadItem__info .content .price {
  margin: 0.5rem 0;
  font-family: 'Nobel Book', Arial, sans-serif;
  font-weight: 400;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 760px) {
  .happinesRoadItem__info .content .price {
    display: inline-block;
    margin: 1rem 0;
  }
}
.happinesRoadItem__info .content .price span {
  font-weight: bold;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-family: 'Nobel', Arial, sans-serif;
  font-weight: 400;
}
.happinesRoadItem__info .content .price .icon {
  width: 24px;
  height: 24px;
  position: absolute;
  top: -15px;
  right: -12px;
  -webkit-transform: scale(0.6);
      -ms-transform: scale(0.6);
          transform: scale(0.6);
}
@media screen and (max-width: 760px) {
  .happinesRoadItem__info .content .price .icon {
    top: -11px;
    right: -30px;
  }
}
.happinesRoadItem__info .content a.btn {
  padding: 1rem 4rem 1rem 1rem;
}
@media screen and (max-width: 760px) {
  .happinesRoadItem__info .content a.btn {
    display: block;
    width: 50%;
    margin: 0 auto;
  }
}
#popinRdbPrice p,
#popinRdbHelp p {
  max-width: 65rem;
  margin: 0 auto;
  margin-top: 2rem;
  display: block;
}
#popinRdbPrice strong,
#popinRdbHelp strong {
  font-weight: bold;
  display: block;
  font-family: 'Nobel', Arial, sans-serif;
  font-weight: 400;
}
#popinRdbPrice span.link,
#popinRdbHelp span.link {
  display: block;
  margin-top: 3rem;
}
#popinRdbPrice span.link a,
#popinRdbHelp span.link a {
  color: #bd9e56;
  margin-right: 1rem;
}
#popinRdbPrice span.link span,
#popinRdbHelp span.link span {
  font-family: 'Nobel Book', Arial, sans-serif;
  font-weight: 400;
  font-size: 1.1rem;
  margin-left: 0.5rem;
}
#popinRdbAmbassador .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: 'Nobel Book', Arial, sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 760px) {
  #popinRdbAmbassador .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#popinRdbAmbassador .content .author {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  font-family: 'Nobel Book', Arial, sans-serif;
  font-weight: 400;
  padding: 2rem;
}
#popinRdbAmbassador .content .description {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  padding: 2rem;
}
@media screen and (max-width: 760px) {
  #popinRdbAmbassador .content .description {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
#popinRdbAmbassador .content figure img {
  border-radius: 50%;
  height: 95px;
  width: 95px;
  margin-bottom: 2rem;
}
.routesDuBonheurDetail .mainTitle3 {
  font-family: 'Nobel', Arial, sans-serif;
  font-weight: 400;
}
.routesDuBonheurDetail .availabilitySlider {
  padding: 1px;
}
.routesDuBonheurDetail .availabilityTitle {
  font-size: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .routesDuBonheurDetail .availabilityTitle {
    padding: 1rem 2rem;
  }
}
.routesDuBonheurDetail .slick-slide {
  padding: 0 !important;
}
.routesDuBonheurDetail .slick-slide .availabilityDesc {
  padding: 0 !important;
  vertical-align: top !important;
}
.routesDuBonheurDetail .slick-slide .availabilityDesc p,
.routesDuBonheurDetail .slick-slide .availabilityDesc h4 {
  margin-bottom: 0;
  margin-top: 10px;
  text-align: justify;
}
@media screen and (max-width: 1024px) {
  .routesDuBonheurDetail .slick-slide .availabilityDesc p,
  .routesDuBonheurDetail .slick-slide .availabilityDesc h4 {
    padding: 1rem 5rem;
  }
}
.routesDuBonheurDetail .slick-slide .availabilityDesc h4 {
  padding-right: 7rem;
}
.routesDuBonheurDetail .slick-slide .availabilityDesc img {
  width: 100%;
  padding-right: 1.8rem;
}
@media screen and (max-width: 1024px) {
  .routesDuBonheurDetail .slick-slide .availabilityDesc img {
    padding: 0;
  }
}
.routesDuBonheurDetail .slick-slide .availabilityDesc p a {
  color: #bd9e56;
  font-weight: 400;
}
.routesDuBonheurDetail .slick-slide img {
  margin: inherit;
}
@media screen and (max-width: 1024px) {
  .routesDuBonheurDetail .slick-slide img {
    margin: 0 auto;
  }
}
.routesDuBonheurDetail .innerOvermapContent {
  padding: 20px 15px 30px 30px !important;
}
@media screen and (max-width: 760px) {
  .routesDuBonheurDetail .innerOvermapContent {
    padding: 0px 15px 30px 30px !important;
  }
}
.routesDuBonheurDetail .breadcrumbsOverMap .btn {
  border: none;
}
.routesDuBonheurDetail .overmapContent .bannerImageDefault {
  margin-bottom: 1rem;
}
@media screen and (max-width: 1024px) {
  .routesDuBonheurDetail .overmapContent .bannerImageDefault {
    padding: 10rem 0;
  }
}
.routesDuBonheurDetail .overmapContent .bannerImageDefault:before {
  background: none;
}
.routesDuBonheurDetail .rdbTitle {
  background: #ffffff;
  padding: 1rem 2rem;
  color: #1c1c1b;
  display: inline-block;
  margin-top: 4rem;
  font-size: 2rem;
}
@media screen and (max-width: 1024px) {
  .routesDuBonheurDetail .rdbTitle {
    margin-top: 0;
    position: absolute;
    bottom: 0;
  }
}
@media screen and (max-width: 760px) {
  .routesDuBonheurDetail .rdbTitle {
    position: relative;
    margin: 0;
    padding: 10px;
  }
}
.routesDuBonheurDetail .printPdf {
  background: #ffffff;
  padding: 1rem 2rem 1rem 5rem;
  color: #1c1c1b;
  position: absolute;
  bottom: 0;
  right: 0;
}
.routesDuBonheurDetail .printPdf svg {
  width: 20px;
  position: absolute;
  top: -3px;
  left: 20px;
}
@media screen and (max-width: 1024px) {
  .routesDuBonheurDetail .printPdf {
    bottom: 50px;
    left: 0;
    right: auto;
  }
}
.routesDuBonheurDetail .routeDetailIntro .propertyRoomFeatures {
  max-height: none !important;
  font-size: 1.9rem;
  font-weight: bold;
  margin-top: 3rem;
}
.routesDuBonheurDetail .routeDetailIntro .propertyRoomFeatures p {
  font-family: 'Nobel Book', Arial, sans-serif;
  font-weight: 400;
}
.routesDuBonheurDetail .routeDetailIntro .propertyRoomFeatures.is-opened {
  height: auto;
}
.routesDuBonheurDetail .routeDetailIntro .propertyRoomFeatures .learnMore {
  font-weight: 400;
}
.routesDuBonheurDetail .rdbDetailHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 1024px) {
  .routesDuBonheurDetail .rdbDetailHeader {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.routesDuBonheurDetail .rdbDetailHeader .happinesRoadItem {
  padding: 4rem 0;
}
@media screen and (max-width: 1024px) {
  .routesDuBonheurDetail .rdbDetailHeader .happinesRoadItem__info {
    padding: 1rem 0;
    margin: 0;
  }
}
.routesDuBonheurDetail .rdbDetailHeader .happinesRoadItem__info .nbNights {
  font-size: 2rem;
}
.routesDuBonheurDetail .rdbDetailHeader .happinesRoadItem__info .price {
  margin: 0;
}
.routesDuBonheurDetail .rdbDetailHeader .happinesRoadItem__info .icon {
  top: -20px;
  right: -16px;
  -webkit-transform: scale(0.6);
      -ms-transform: scale(0.6);
          transform: scale(0.6);
}
.routesDuBonheurDetail .rdbDetailHeader .rdbReassurance {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  margin-left: 3rem;
  padding: 2rem;
  -webkit-box-align: inherit;
      -ms-flex-align: inherit;
          align-items: inherit;
}
@media screen and (max-width: 1024px) {
  .routesDuBonheurDetail .rdbDetailHeader .rdbReassurance {
    margin-left: 0;
    margin-top: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.routesDuBonheurDetail .rdbDetailHeader .rdbReassurance_left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1024px) {
  .routesDuBonheurDetail .rdbDetailHeader .rdbReassurance_left {
    margin-top: 0;
  }
}
.routesDuBonheurDetail .rdbDetailHeader .rdbReassurance_left .conciergeLink {
  position: relative;
  display: inline-block;
}
.routesDuBonheurDetail .rdbDetailHeader .rdbReassurance_left .conciergeLink a.tel {
  margin-left: 0;
  margin-top: 2.2rem;
  display: block;
  font-family: 'Nobel Book', Arial, sans-serif;
  font-weight: 400;
}
.routesDuBonheurDetail .rdbDetailHeader .rdbReassurance_left span {
  margin-left: 0;
  display: block;
}
.routesDuBonheurDetail .rdbDetailHeader .rdbReassurance_right {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.routesDuBonheurDetail .rdbDetailHeader .rdbReassurance_right .btn {
  position: absolute;
  bottom: 0;
  right: 0;
  font-family: 'Nobel Book', Arial, sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  .routesDuBonheurDetail .rdbDetailHeader .rdbReassurance_right .btn {
    position: inherit;
    width: 100%;
  }
}
.routesDuBonheurDetail .rdbDetailHeader .rdbReassurance_right .icon {
  top: -12px;
  right: -12px;
  -webkit-transform: scale(0.6);
      -ms-transform: scale(0.6);
          transform: scale(0.6);
}
@media screen and (max-width: 1024px) {
  .routesDuBonheurDetail .rdbDetailHeader .rdbReassurance_right .icon {
    top: -40px;
  }
}
.routesDuBonheurDetail .routeDetailAmbassador {
  font-weight: normal;
  margin-bottom: 4em;
  font-family: 'Nobel Book', Arial, sans-serif;
  font-weight: 400;
}
.routesDuBonheurDetail .routeDetailAmbassador .author a {
  color: #bd9e56;
}
.routesDuBonheurDetail .routePartner {
  background: #000;
  padding: 1rem 2rem;
  margin-top: 5rem;
  color: #ffffff;
}
.routesDuBonheurDetail .routePartner img {
  margin-top: -3px;
  width: 53px;
  height: 19px;
}
.routesDuBonheurDetail .routePartner .routePartnerTitle {
  border: none;
  padding: 0;
  float: right;
  text-align: right;
}
@media screen and (max-width: 1024px) {
  .routesDuBonheurDetail .routePartner .routePartnerTitle {
    width: 50%;
  }
}
.routesDuBonheurDetail .hotelQuickView .rightView {
  vertical-align: bottom;
}
.routesDuBonheurDetail .hotelQuickView h4 span {
  text-transform: capitalize;
}
.routesDuBonheurDetail .hotelQuickView .tripAdvisorRating {
  border-left: none;
}
.routesDuBonheurDetail .hotelQuickView .size div {
  text-transform: capitalize;
}
.routesDuBonheurDetail .hotelQuickView .size div span {
  font-family: 'Nobel Book', Arial, sans-serif;
  font-weight: 400;
}
.routesDuBonheurDetail .hotelQuickView .priceTag .tag {
  text-align: right;
  margin: 0;
}
.routesDuBonheurDetail .hotelQuickView .priceTag .note {
  font-family: 'Nobel', Arial, sans-serif;
  font-weight: 400;
}
.routesDuBonheurDetail .hotelQuickView .priceTag a.btn:hover {
  cursor: pointer;
}
.routesDuBonheurDetail .hotelQuickView .verticalAlignTop {
  vertical-align: top;
}
.routesDuBonheurDetail .hotelQuickView .autoHeight {
  height: auto;
  max-height: 23rem;
}
.routesDuBonheurDetail .hotelQuickView .no-learn-more .learnMore {
  display: none;
}
.routesDuBonheurDetail .overmapContent {
  margin-bottom: 0;
}
.routesDuBonheurDetail .overmapContent:after {
  top: 0;
  bottom: 0;
  height: 0;
}
@media screen and (max-width: 1024px) {
  .routesDuBonheurDetail .overmapContent .innerOvermapContent {
    padding: 20px 10px 30px 10px;
  }
}
.routesDuBonheurDetail .overmapFooter {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .routesDuBonheurDetail .overmapFooter .row > div {
    width: 100%;
  }
}
@media screen and (max-width: 760px) {
  .routesDuBonheurDetail .showOtherHotels {
    position: absolute;
    bottom: 20px;
    left: 0;
  }
  .routesDuBonheurDetail .mapFull {
    display: none;
  }
}
.deleteFilter {
  margin-bottom: 2rem;
  display: block;
  font-weight: bold;
  font-family: 'Nobel Book', Arial, sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 900px) {
  .deleteFilter {
    margin-top: 4rem;
  }
}
.rdbFilters,
.osFilters {
  background: #ffffff;
  border-bottom: 1px solid #1c1c1b;
}
.rdbFilters .accordionFilterPrice .icon,
.osFilters .accordionFilterPrice .icon {
  width: 24px;
  height: 24px;
  -webkit-transform: scale(0.6);
      -ms-transform: scale(0.6);
          transform: scale(0.6);
}
.rdbFilters .accordionHeader,
.osFilters .accordionHeader {
  border-top: 1px solid #1c1c1b;
  background: #ffffff;
  padding-left: 0;
}
@media screen and (max-width: 900px) {
  .rdbFilters .accordionHeader,
  .osFilters .accordionHeader {
    padding-left: 10px !important;
  }
}
.rdbFilters .accordionHeader.ui-accordion-header-active + .accordionContent,
.osFilters .accordionHeader.ui-accordion-header-active + .accordionContent {
  background: #ffffff;
  padding-left: 10px;
  padding-bottom: 25px;
  position: relative;
  font-family: 'Nobel Book', Arial, sans-serif;
  font-weight: 400;
}
.rdbFilters .accordionHeader.ui-accordion-header-active + .accordionContent_filter,
.osFilters .accordionHeader.ui-accordion-header-active + .accordionContent_filter {
  padding-left: 0;
  padding-right: 20px;
}
.rdbFilters .accordionHeader.ui-accordion-header-active:after,
.osFilters .accordionHeader.ui-accordion-header-active:after {
  -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg);
}
.rdbFilters .accordionHeader:after,
.osFilters .accordionHeader:after {
  border-right: 2px solid #1c1c1b;
  border-bottom: 2px solid #1c1c1b;
}
.rdbFilters .accordionContent .checkbox label,
.osFilters .accordionContent .checkbox label {
  color: #1c1c1b;
  font-size: 1.6rem;
  font-family: 'Nobel Book', Arial, sans-serif;
  font-weight: 400;
}
.rdbFilters .accordionContent .typeOffer,
.osFilters .accordionContent .typeOffer {
  color: #1c1c1b;
  font-size: 1.6rem;
  font-family: 'Nobel Book', Arial, sans-serif;
}
.rdbFilters .accordionContent .typeOffer-title,
.osFilters .accordionContent .typeOffer-title {
  text-transform: uppercase;
  display: block;
  font-weight: 700;
}
.rdbFilters .accordionContent .btnClose,
.osFilters .accordionContent .btnClose {
  position: absolute;
  top: 10px;
  right: 10px;
  background: url(../../images/common/close-popin.png) no-repeat center center;
  outline: none;
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.rdbFilters .rdbDestinationsChildren,
.osFilters .rdbDestinationsChildren {
  max-height: inherit;
  padding-left: 5px;
}
.rdbFilters .rdbDestinationsChildren div,
.osFilters .rdbDestinationsChildren div {
  border: none;
}
.rdbFilters .rdbDestinationsChildren div:first-child,
.osFilters .rdbDestinationsChildren div:first-child {
  border: none;
}
.rdbFilters .rdbDestinationsChildren div .region,
.osFilters .rdbDestinationsChildren div .region {
  padding-left: 3rem;
}
.rdbFilters .rdbDestinationsChildren .hidden,
.osFilters .rdbDestinationsChildren .hidden {
  display: none !important;
}
.rdbFilters .rdbDestinationsChildren .visible,
.osFilters .rdbDestinationsChildren .visible {
  display: block !important;
}
.rdbFilters .rdbDestinationsChildren .hideAll,
.osFilters .rdbDestinationsChildren .hideAll {
  display: none;
}
.rdbFilters .rdbDestinationsChildren .destSeeAll,
.osFilters .rdbDestinationsChildren .destSeeAll {
  display: block;
  font-size: 1.4rem;
  font-family: 'Nobel', Arial, sans-serif;
  font-weight: 400;
  font-weight: 700;
}
.rdbFilters .checkbox label,
.osFilters .checkbox label {
  font-size: 14px;
}
.rdbFilters .checkbox label span,
.osFilters .checkbox label span {
  vertical-align: sub;
}
.rdbFilters .checkbox input[type=checkbox]:checked + label:before,
.osFilters .checkbox input[type=checkbox]:checked + label:before {
  border: none !important;
  height: 12px;
  width: 12px;
  margin-top: 3px;
}
.rdbFilters .checkbox input[type=checkbox] + label:before,
.osFilters .checkbox input[type=checkbox] + label:before {
  vertical-align: sub;
  height: 12px;
  width: 12px;
}
.rdbFilters .checkbox input[type=checkbox] + label:after,
.osFilters .checkbox input[type=checkbox] + label:after {
  content: '';
  position: absolute;
  left: -1px;
  top: 4px;
  height: 14px;
  width: 14px;
  background: url(../../images/common/rdb-checked.png) no-repeat center center;
  background-size: 100% auto;
}
.rdbFilters .checkbox input[type=checkbox] + label span:hover,
.osFilters .checkbox input[type=checkbox] + label span:hover,
.rdbFilters .checkbox input[type=checkbox] + label span:focus,
.osFilters .checkbox input[type=checkbox] + label span:focus {
  text-decoration: none;
  color: #1c1c1b;
}
.rdbFilters .minTotalPriceLabel,
.osFilters .minTotalPriceLabel,
.rdbFilters .minTotalNightLabel,
.osFilters .minTotalNightLabel {
  margin-left: 0;
  margin-bottom: 2rem;
}
.rdbFilters .maxTotalPriceLabel,
.osFilters .maxTotalPriceLabel,
.rdbFilters .maxTotalNightLabel,
.osFilters .maxTotalNightLabel {
  position: absolute;
  top: 0;
  right: 0;
  font-family: 'Nobel Book', Arial, sans-serif;
  font-weight: 400;
}
.rdbFilters .minTotalNightLabel,
.osFilters .minTotalNightLabel,
.rdbFilters .maxTotalNightLabel,
.osFilters .maxTotalNightLabel {
  text-transform: lowercase;
}
.routesDuBonheurList .btnsSwitchMobile--withTwoBtn .btn {
  width: 100%;
  text-align: center;
}
.routesDuBonheurList .btnsSwitchMobile--withTwoBtn .btn span {
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 1024px) {
  .routesDuBonheurList .rdbReassurance {
    display: none;
  }
}
.routesDuBonheurList .popinFilters {
  padding: 6rem 2rem 3rem;
}
.routesDuBonheurList .popinFilters .btn-show-rdb {
  width: 100%;
  margin-top: 4rem;
}
.routesDuBonheurList .popinFilters:before {
  background: none !important;
  height: inherit;
}
.routesDuBonheurList .popinFilters .titlePopin {
  text-align: center;
  font-size: 2.2rem;
  padding-bottom: 2rem;
  position: relative;
}
.routesDuBonheurList .popinFilters .titlePopin:before {
  content: '<';
  position: absolute;
  left: 0;
  font-size: 3rem;
  bottom: 14px;
  font-family: 'Nobel Book', Arial, sans-serif;
  font-weight: 400;
}
.routesDuBonheurList #cboxClose {
  z-index: 1;
  top: 11px;
}
#rdbPagination {
  float: right;
}
@media screen and (max-width: 1024px) {
  #rdbPagination {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 6rem;
    float: inherit;
  }
}
.routeStepPoi {
  padding-left: 3rem;
  border-left: 1px dashed #1c1c1b;
}
.routeStepPoi .txtSlider .slick-dots {
  bottom: 0;
  margin-bottom: 0;
}
.routeStepPoi .rc-PoiDetails__description {
  font-family: 'Nobel Book', Arial, sans-serif;
  font-weight: 400;
  margin: 1rem 7rem 0 0;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .routeStepPoi .rc-PoiDetails__description {
    margin: 0;
  }
}
.routeStepPoi .learnMore {
  color: #bd9e56;
  background: #eef0f0;
  font-family: 'Nobel', Arial, sans-serif;
  font-weight: 400;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0 1rem;
}
@media screen and (max-width: 1024px) {
  .routeStepPoi .learnMore {
    float: right;
    position: relative;
    margin-bottom: 2rem;
  }
}
.routeStepPoi .learnMore .less {
  display: none;
}
@media screen and (max-width: 1024px) {
  .rc-PoiCard__content--expanded .learnMore {
    float: right;
    position: relative;
  }
}
#cboxClose.white {
  z-index: 1;
  top: 10px;
  background: transparent url(../../images/common/close-popin-white.png) no-repeat center center;
}
.routesDuBonheurList .popinOpened #cboxWrapper,
.routesDuBonheurList .popinOpened #colorbox {
  max-width: 140rem !important;
}
.routesDuBonheurList .popinOpened #cboxContent {
  margin: 4rem 0;
  width: 100% !important;
  max-width: 140rem !important;
}
.main-content-pdf {
  width: 100%;
}
.main-content-pdf .header {
  width: 100%;
  table-layout: fixed;
  margin-bottom: 20px;
  vertical-align: top;
}
.main-content-pdf .header.break {
  page-break-before: always;
  margin-bottom: 30px;
}
.main-content-pdf .header .logo img {
  width: 100%;
}
.main-content-pdf .header .title-right {
  width: 78%;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.5px;
  text-align: right;
  margin-top: 15px;
  color: #1c1c1b;
}
.main-content-pdf .header .title-right span {
  font-size: 20px;
  font-weight: 100;
  font-family: 'Nobel Book', Arial, sans-serif;
  font-weight: 400;
}
.main-content-pdf .intro {
  width: 100%;
  table-layout: fixed;
}
.main-content-pdf .intro__left,
.main-content-pdf .intro__right {
  width: 50%;
  vertical-align: top;
}
.main-content-pdf .intro__left {
  padding-right: 25px;
}
.main-content-pdf .intro__image {
  padding-bottom: 15px;
  position: relative;
}
.main-content-pdf .intro__image img {
  width: 100%;
  max-height: 350px;
}
.main-content-pdf .intro__localisation {
  position: absolute;
  background: #ffffff;
  color: #bd9e56;
  font-family: 'Nobel', Arial, sans-serif;
  font-weight: 400;
  padding: 10px 20px;
  top: 20px;
  font-size: 18px;
}
.main-content-pdf .intro__map {
  width: 100%;
  min-height: 450px;
}
.main-content-pdf .intro__bottom_map {
  width: 100%;
  table-layout: fixed;
  margin-top: 15px;
}
.main-content-pdf .intro__text {
  padding-bottom: 18px;
}
.main-content-pdf .intro__text h3 {
  font-family: 'Nobel', Arial, sans-serif;
  font-weight: 400;
  font-weight: 700;
  font-size: 18px;
  margin-top: 10px;
}
.main-content-pdf .intro__text p {
  font-family: 'Nobel Book', Arial, sans-serif;
  font-weight: 400;
  text-align: justify;
  font-size: 14px;
}
.main-content-pdf .intro__info {
  width: 35%;
  padding: 10px;
  background: #eef0f0;
  text-align: center;
  border-right: 15px solid #ffffff;
  height: 130px;
}
.main-content-pdf .intro__info .content {
  line-height: 24px;
  font-size: 14px;
}
.main-content-pdf .intro__info .content .nbNights {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
.main-content-pdf .intro__info .price > span {
  display: block;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.main-content-pdf .intro__reassurance {
  width: 61.5%;
  padding: 10px 35px;
  background: #eef0f0;
  text-align: center;
  height: 130px;
}
.main-content-pdf .intro__reassurance p {
  width: 90%;
  margin: 0 auto;
  font-family: 'Nobel Bold', Arial, sans-serif;
  font-weight: 400;
}
.main-content-pdf .intro__reassurance a.tel {
  color: #bd9e56;
  text-decoration: none;
  font-family: 'Nobel Bold', Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  font-weight: 700;
  padding-top: 10px;
}
.main-content-pdf .intro__legal {
  font-size: 14px;
  width: 100%;
  padding: 20px 0;
}
.main-content-pdf .blocRouteSteps {
  border: none;
  padding-top: 20px;
  width: 100%;
  table-layout: fixed;
}
.main-content-pdf .blocRouteSteps .step {
  position: relative;
}
.main-content-pdf .blocRouteSteps .km {
  width: 100%;
  position: absolute;
  top: 15px;
}
.main-content-pdf .blocRouteSteps .km img {
  width: 50px;
  height: 34px;
  border: none;
  background: #ffffff;
}
.main-content-pdf .routeStepTitle {
  margin-left: 20px;
  width: 98%;
  table-layout: fixed;
  margin-bottom: 50px;
}
.main-content-pdf .routeStepTitle .nb {
  background: #1c1c1b;
  color: #ffffff;
}
.main-content-pdf .routeStepTitle .nbEtab {
  width: 50%;
  color: #bd9e56;
  font-size: 15px;
  margin-top: 10px;
  text-align: right;
}
.main-content-pdf .routeEtab {
  width: 100%;
  table-layout: fixed;
  vertical-align: top;
}
.main-content-pdf .routeEtab__content {
  width: 100%;
  vertical-align: top;
  table-layout: fixed;
}
.main-content-pdf .routeEtab__title {
  width: 100%;
  overflow: hidden;
  display: inline-block;
  font-family: 'Nobel', Arial, sans-serif;
  font-weight: 400;
  margin-bottom: 0;
  font-size: 24px;
}
.main-content-pdf .routeEtab__description {
  width: 70%;
  padding-right: 40px;
  overflow: hidden;
  display: inline-block;
}
.main-content-pdf .routeEtab__description p {
  font-size: 16px;
  font-family: 'Nobel Book', Arial, sans-serif;
  font-weight: 400;
  text-align: justify;
}
.main-content-pdf .routeEtab__imgContent {
  width: 30%;
  overflow: hidden;
  display: inline-block;
}
.main-content-pdf .routeEtab__imgContent img {
  width: 100%;
}
.main-content-pdf .routeEtab__location {
  text-align: left;
  width: 100%;
  padding: 20px 10px 10px 0;
  font-family: 'Nobel Book', Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
}
.main-content-pdf .routeEtab__closing .strongText {
  color: #bd9e56;
  font-size: 16px;
  font-weight: 700;
  font-family: 'Nobel', Arial, sans-serif;
  font-weight: 400;
}
.main-content-pdf .routeEtab__closing p {
  margin: 0;
  font-size: 14px;
}
.main-content-pdf .footer {
  width: 100%;
  margin-bottom: 20px;
  display: inline-block;
  vertical-align: top;
}
.main-content-pdf .footer .closeProperty {
  background: #eef0f0;
  color: #1c1c1b;
  position: relative;
  padding: 10px 15px;
  width: 65%;
}
.main-content-pdf .footer .closeProperty .content {
  width: 100%;
  table-layout: fixed;
  vertical-align: top;
}
.main-content-pdf .footer .closeProperty .title {
  font-family: 'Nobel', Arial, sans-serif;
  font-weight: 400;
  font-weight: 700;
  font-size: 16px;
  position: absolute;
  top: 20px;
  left: 15px;
}
.main-content-pdf .footer .closeProperty ul {
  margin: 40px 0 0 0;
  padding-left: 15px;
}
.main-content-pdf .footer .closeProperty ul li {
  font-size: 12px;
  list-style-type: "- ";
}
.main-content-pdf .footer .closeProperty .left {
  width: 45%;
}
.main-content-pdf .footer .closeProperty .right {
  width: 55%;
}
.main-content-pdf .footer .closeProperty .right img {
  width: 35%;
  padding-left: 20px;
  float: right;
}
.main-content-pdf .footer .concierge {
  color: #1c1c1b;
  width: 30%;
  border: 2px solid #eef0f0;
  padding: 25px 45px;
  font-family: 'Nobel', Arial, sans-serif;
  font-weight: 400;
  font-weight: 700;
  text-align: center;
  font-size: 14px;
  vertical-align: middle;
  display: table-cell;
}
.main-content-pdf .footer .concierge .conciergeLink {
  color: #bd9e56;
  font-size: 18px;
}
.main-content-pdf .footer .concierge .conciergeLink a {
  text-decoration: none;
}
.main-content-pdf .footer .concierge span {
  font-family: 'Nobel Book', Arial, sans-serif;
  font-weight: 400;
  font-size: 9px;
}
.main-content-pdf .space {
  width: 5%;
}
.moodboard .moodboard-row {
  border-bottom: 20px solid #ffffff;
}
@media screen and (max-width: 1024px) {
  .moodboard .moodboard-row {
    border-bottom: 0;
  }
}
.moodboard-item {
  height: 270px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .moodboard-item {
    height: 230px !important;
    border-bottom: 10px solid #ffffff;
  }
}
.moodboard-item a {
  display: block;
  height: 100%;
  width: 100%;
  cursor: pointer;
}
.moodboard-item img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.moodboard-item.no-object-fit {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.moodboard-item.no-object-fit img {
  opacity: 0;
}
.moodboard-item + .moodboard-item {
  border-top: 20px solid #ffffff;
}
@media screen and (max-width: 1024px) {
  .moodboard-item + .moodboard-item {
    border-top: 0;
  }
}
.moodboard-item .moodboard-details-inner {
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 1024px) {
  .moodboard-item .moodboard-details-inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.no-touchevents .moodboard-item:hover .moodboard-details,
.touchevents .moodboard-item.touch-hover .moodboard-details,
.no-touchevents .moodboard-item:hover .moodboard-details-inner,
.touchevents .moodboard-item.touch-hover .moodboard-details-inner,
.no-touchevents .moodboard-item:hover .moodboard-details-inner p,
.touchevents .moodboard-item.touch-hover .moodboard-details-inner p {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.moodboard-item-big {
  height: 540px;
}
.moodboard-item-big .moodboard-details-inner {
  padding-left: 110px;
  padding-right: 110px;
}
@media screen and (max-width: 1024px) {
  .moodboard-item-big .moodboard-details-inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.moodboard-details {
  font-size: 0;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(28, 28, 27, 0.7);
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: .3s;
          transition: .3s;
}
.moodboard-details:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1%;
  height: 100%;
}
.moodboard-details .moodboard-details-inner {
  display: inline-block;
  width: 99%;
  vertical-align: middle;
  text-align: center;
  color: #ffffff;
  font-size: 1.4rem;
  opacity: 0;
  -webkit-transform: translateY(15px);
      -ms-transform: translateY(15px);
          transform: translateY(15px);
  -webkit-transition: .4s;
          transition: .4s;
  -webkit-transition-delay: 150ms;
          transition-delay: 150ms;
}
.moodboard-details .moodboard-details-inner p {
  margin-bottom: 0;
  line-height: 1.6;
  opacity: 0;
  -webkit-transform: translateY(15px);
      -ms-transform: translateY(15px);
          transform: translateY(15px);
  -webkit-transition: .4s;
          transition: .4s;
  -webkit-transition-delay: 250ms;
          transition-delay: 250ms;
}
@media screen and (max-width: 760px) {
  .moodboard-details .moodboard-details-inner p {
    line-height: 1.1;
  }
}
.moodboard-details .moodboard-arrow {
  overflow: hidden;
  text-indent: -50px;
  display: block;
  margin: 15px auto 0;
  background: #ffffff url(../../images/common/arrow-shuttle-right-10x17.png) no-repeat 11px center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.inspireMeResults .refreshResults {
  visibility: hidden;
}
.tabRestaurant .hotelTabsHeader .hotelTabsHeaderTitle {
  margin-bottom: 5px;
}
.tabRestaurant .defaultSlider img {
  max-width: 100%;
}
.tabRestaurant > .grid > .row {
  margin-top: 10px;
}
.tabRestaurant #restaurant-type ul {
  padding-left: 0px;
}
.tabRestaurant #restaurant-type ul li {
  list-style-position: inside;
}
.tabRestaurant p {
  margin: 0;
}
.tabRestaurant .fwBold {
  color: #bd9e56;
  font-size: 1.8rem;
  font-weight: normal;
}
.tabRestaurant #restaurant-guides > div {
  float: left;
  padding: 0 10px;
}
.tabRestaurant #restaurant-guides > div:first-child {
  padding-left: 0;
}
.tabRestaurant #restaurant-staff h5 {
  margin-bottom: 5px;
}
.tabRestaurant #restaurant-staff .staffCard a {
  color: #bd9e56;
  text-decoration: underline;
}
.tabRestaurant #restaurant-staff .staffCard-heading h4 {
  font-family: 'Nobel', Arial, sans-serif;
  font-size: 3.5rem;
  color: #1c1c1b;
}
.tabRestaurant #restaurant-staff .staffCard-heading h4 a {
  text-decoration: none;
  color: #1c1c1b;
}
.tabRestaurant #restaurant-staff .staffCard-content {
  font-family: 'Times New Roman', Times;
  font-size: 1.4rem;
  color: #1c1c1b;
}
.tabRestaurant #restaurant-staff .staffCard-content h5 {
  font-size: 1.6rem;
}
.tabRestaurant #restaurant-staff .staffCard-picture {
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
  background: #eef0f0;
}
.tabRestaurant #restaurant-staff .staffCard-picture img {
  width: 100%;
}
.tabRestaurant #restaurant-discover img {
  max-width: 100%;
  text-align: center;
}
.tabRestaurant .annualClosing {
  font-family: 'Nobel Book', Arial, sans-serif;
}
.tabRestaurant .annualClosing .fontNobel {
  font-family: 'Nobel', Arial, sans-serif;
}
.tabRestaurant .annualClosing .dash:nth-last-child(n+2)::after {
  content: '-';
}
.tabRestaurant #restaurant-chief h4 {
  margin: 10px 0;
  font-family: 'Times New Roman', Times;
  text-align: center;
  font-size: 1.8rem;
}
.tabRestaurant #restaurant-chief #restaurant-chief-picture {
  text-align: center;
}
.tabRestaurant #restaurant-chief #restaurant-chief-picture img {
  max-width: 100%;
}
@media screen and (max-width: 1024px) {
  .tabRestaurant #restaurant-staff {
    text-align: center;
  }
}
.blocClosing,
.blocRatPrice {
  margin: 8px 0px 10px 0px;
}
.blocClosing .fwBold,
.blocRatPrice .fwBold {
  color: #bd9e56;
  font-size: 1.8rem;
}
.blocClosing .fwBoldB,
.blocRatPrice .fwBoldB {
  font-weight: #1c1c1b;
  font-size: 1.8rem;
}
.blocClosing p,
.blocRatPrice p {
  margin: 0px;
}
.tabOtherRestaurants .row {
  margin-top: 10px;
}
.tabOtherRestaurants .row .other-restaurant-title {
  margin-bottom: 5px;
}
.rc-GiftRestaurant-Bloc {
  position: relative;
}
.rc-GiftRestaurant-Bloc__inner {
  background: #eef0f0;
  padding: 2rem;
}
.rc-GiftRestaurant-Bloc__title {
  margin-bottom: 1rem;
  margin-top: 0;
  position: absolute;
  bottom: 100%;
}
@media screen and (max-width: 1024px) {
  .rc-GiftRestaurant-Bloc__title {
    position: static;
    margin-top: 3rem;
  }
}
.rc-GiftRestaurant-Bloc__content {
  display: block;
  font-size: 1.5rem;
  margin: 0 0 1.5rem;
}
.rc-GiftOtherRestaurant .rc-GiftRestaurant-Bloc__title {
  position: static;
}
.rc-GiftRestaurant-buttons {
  float: right;
}
@media screen and (max-width: 900px) {
  .rc-GiftRestaurant-buttons {
    text-align: center;
  }
}
@media screen and (max-width: 900px) {
  .rc-GiftRestaurant-buttons a.btn {
    margin: 2px;
  }
}
.rc-GiftRestaurant-buttons a.btn.btnGold {
  padding: 11px 45px 11px 19px;
  font-size: 1.6rem;
}
@media screen and (max-width: 900px) {
  .rc-GiftRestaurant-buttons a.btn.btnGold {
    margin: 5px 0;
  }
}
.rc-GiftRestaurant-buttons a.btn.btnPhone {
  color: #bd9e56;
  padding: 11px 30px;
}
.rc-GiftRestaurant-buttons a.btn.btnPhone:hover {
  background-color: #1c1c1b;
  color: #bd9e56;
}
.rc-GiftRestaurant-buttons a.btn.btnPhone:after {
  content: '';
}
.landingPage .slick-slide {
  position: relative;
}
.landingPage .grid .blocFeatured .content {
  position: absolute;
}
.landingPage .grid .blocFeatured:hover {
  cursor: pointer;
}
.landingPage .grid .blocFeatured:hover .content {
  background-color: #fff;
  color: #1c1c1b;
  -webkit-transition: .3s;
          transition: .3s;
}
.landingPage .grid .blocFeatured:hover .content .mainTitle1 {
  color: #1c1c1b;
}
.landingPage .grid .blocFeatured:hover .category span {
  color: #1c1c1b;
}
.lp-Banner {
  padding-top: -webkit-calc(30rem / 10);
  padding-top: calc(30rem / 10);
  text-align: center;
}
.lp-Banner p {
  margin: 0;
  font-size: -webkit-calc(16rem / 10);
  font-size: calc(16rem / 10);
  font-weight: normal;
  color: #1c1c1b;
}
.lp-Banner-title,
.lp-Banner-SubTitle,
.lp-Banner-date {
  margin: 0;
}
.lp-Banner-title,
.lp-Banner-date {
  font-size: -webkit-calc(20rem / 10);
  font-size: calc(20rem / 10);
  font-weight: normal;
  color: #bd9e56;
}
.lp-Banner-SubTitle {
  font-size: -webkit-calc(30rem / 10);
  font-size: calc(30rem / 10);
  font-weight: normal;
  color: #1c1c1b;
}
.lp-Banner-date {
  display: block;
  margin-bottom: -webkit-calc(25rem / 16);
  margin-bottom: calc(25rem / 16);
}
.lp-Container {
  padding-top: -webkit-calc(30rem / 10);
  padding-top: calc(30rem / 10);
}
@media screen and (min-width: 760px) {
  .lp-Container {
    padding-top: -webkit-calc(40rem / 10);
    padding-top: calc(40rem / 10);
  }
}
.lp-Container > p {
  margin: 0;
  font-size: -webkit-calc(16rem / 10);
  font-size: calc(16rem / 10);
  font-weight: normal;
  color: #1c1c1b;
}
@media screen and (max-width: 760px) {
  .lp-Container > p {
    display: none;
  }
}
@media screen and (min-width: 760px) {
  .lp-Slider,
  .lp-Slider-player {
    visibility: hidden;
  }
  .lp-Slider.slick-initialized,
  .lp-Slider-player.slick-initialized {
    visibility: visible;
  }
}
.lp-Slider .slick-track {
  padding: -webkit-calc(25rem / 10) 0;
  padding: calc(25rem / 10) 0;
}
@media screen and (max-width: 760px) {
  .lp-Slider-nav {
    display: none;
  }
}
.lp-Slider-nav .Slider-arrow--prev {
  left: -webkit-calc(-40rem / 10);
  left: calc(-40rem / 10);
}
@media screen and (max-width: 760px) {
  .lp-Slider-nav .Slider-arrow--prev {
    left: -webkit-calc(-28rem / 10);
    left: calc(-28rem / 10);
  }
}
.lp-Slider-nav .Slider-arrow--next {
  right: -webkit-calc(-40rem / 10);
  right: calc(-40rem / 10);
}
@media screen and (max-width: 760px) {
  .lp-Slider-nav .Slider-arrow--next {
    right: -webkit-calc(-28rem / 10);
    right: calc(-28rem / 10);
  }
}
.lp-Slider-player .videoContainer,
.lp-Slider-player .videoContainer > .video-js {
  max-width: 100%;
}
.lp-Slider-player .videoContainer {
  margin-bottom: 0;
}
@media screen and (min-width: 760px) {
  .lp-Slider-player .videoContainer {
    margin-bottom: -webkit-calc(30rem / 10);
    margin-bottom: calc(30rem / 10);
  }
}
.lp-Slider-player .video-js {
  width: 100%;
  height: auto;
}
.lp-Slider-player .vjs-poster {
  background-size: cover;
}
.lp-Slide {
  margin: 0 -webkit-calc(9rem / 10);
  margin: 0 calc(9rem / 10);
  border: 1px solid rgba(28, 28, 27, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
  cursor: pointer;
}
.lp-Slide figure {
  position: relative;
}
.lp-Slide figcaption {
  position: absolute;
  right: -webkit-calc(15rem / 10);
  right: calc(15rem / 10);
  bottom: -webkit-calc(10rem / 10);
  bottom: calc(10rem / 10);
  font-size: -webkit-calc(12rem / 10);
  font-size: calc(12rem / 10);
  text-align: center;
  color: #fff;
}
.lp-Slide figcaption quote {
  display: block;
  font-family: 'Chronicle Display', 'Times New Roman', Times, Georgia, serif;
  font-weight: bold;
  font-style: italic;
}
.lp-Slide--current {
  outline: 5px solid #b2b2b2;
}
.lp-Slide--video {
  margin: -webkit-calc(18rem / 16) 0 0;
  margin: calc(18rem / 16) 0 0;
  border: none;
}
.lp-Slide--video:first-child {
  margin: 0;
}
@media screen and (min-width: 760px) {
  .lp-Slide--video {
    box-shadow: none;
    margin: 0;
  }
}
.lp-Slide-picture {
  width: 100%;
  margin: -webkit-calc(10rem / 10) 0;
  margin: calc(10rem / 10) 0;
}
@media screen and (max-width: 760px) {
  .lp-VideoCaption {
    padding: -webkit-calc(15rem / 10) -webkit-calc(19rem / 10);
    padding: calc(15rem / 10) calc(19rem / 10);
  }
}
.lp-VideoCaption-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.lp-VideoCaption-listItem {
  font-size: -webkit-calc(14rem / 10);
  font-size: calc(14rem / 10);
  color: #1c1c1b;
}
.lp-VideoCaption-listItem--name {
  font-size: -webkit-calc(20rem / 10);
  font-size: calc(20rem / 10);
  text-transform: uppercase;
}
@media screen and (min-width: 760px) {
  .lp-VideoCaption-listItem--name {
    font-size: -webkit-calc(24rem / 10);
    font-size: calc(24rem / 10);
  }
}
.lp-VideoCaption-listItem--country {
  font-family: 'Times New Roman', Times;
}
.lp-VideoCaption-listLink {
  color: #bd9e56;
}
@media screen and (max-width: 760px) {
  .lp-VideoCaption-listLink {
    position: relative;
    display: block;
    padding-left: 1rem;
  }
  .lp-VideoCaption-listLink::before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '...';
  }
}
.lp-News {
  padding: 0 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto -webkit-calc(80rem / 10);
  margin: 0 auto calc(80rem / 10);
  width: 100%;
  max-width: -webkit-calc(1340rem / 10);
  max-width: calc(1340rem / 10);
  margin-top: -10.5%;
}
@media screen and (max-width: 520px) {
  .lp-News {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 760px) {
  .lp-News {
    width: 100%;
    margin: 0 0 -webkit-calc(30rem / 10);
    margin: 0 0 calc(30rem / 10);
  }
}
.lp-News-title {
  width: 100%;
  margin: -webkit-calc(120rem / 10) 0 -webkit-calc(64rem / 10);
  margin: calc(120rem / 10) 0 calc(64rem / 10);
  font-size: -webkit-calc(35rem / 10);
  font-size: calc(35rem / 10);
  font-weight: normal;
  color: #1c1c1b;
}
@media screen and (max-width: 520px) {
  .lp-News-title {
    margin: -webkit-calc(30rem / 10) 0;
    margin: calc(30rem / 10) 0;
    text-align: center;
  }
}
.lp-News-Picture {
  width: 30%;
  padding-right: -webkit-calc(15rem / 10);
  padding-right: calc(15rem / 10);
}
@media screen and (max-width: 520px) {
  .lp-News-Picture {
    width: 100%;
    margin: 0;
    padding: 0;
  }
}
.lp-News-Picture-image {
  width: 100%;
  height: auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
}
.lp-News-Video {
  width: -webkit-calc(70% - (50rem / 10));
  width: calc(70% - (50rem / 10));
  padding-left: -webkit-calc(15rem / 10);
  padding-left: calc(15rem / 10);
}
@media screen and (max-width: 520px) {
  .lp-News-Video {
    width: 100%;
    margin-top: -webkit-calc(18rem / 10);
    margin-top: calc(18rem / 10);
    padding: 0;
  }
}
.lp-News-Video .videoContainer,
.lp-News-Video .videoContainer > .video-js {
  max-width: 100%;
}
.lp-News-Video .videoContainer {
  margin-bottom: 0;
}
.lp-News-Video .video-js {
  width: 100%;
  height: auto;
}
.breadcrumb-basket-app {
  margin: 10px 0;
  float: left;
  text-decoration: none;
}
.rc-GiftBanner {
  position: relative;
  min-width: 770px;
  background-size: cover;
  background-position: 50%;
}
.rc-GiftBanner-breadcrumbs {
  background: #ffffff;
  text-align: left;
  position: fixed;
  width: 100%;
  z-index: 15;
  box-shadow: 0 0 5px rgba(95, 103, 112, 0.3);
}
@media screen and (max-width: 760px) {
  .rc-GiftBanner-breadcrumbs.top-pricing {
    top: 100px !important;
  }
}
.rc-GiftBanner-breadcrumbs .col-1-1 {
  padding: 0;
}
.rc-GiftBanner-breadcrumbs li {
  list-style: none;
  display: inline-block;
}
@media screen and (max-width: 760px) {
  .rc-GiftBanner {
    min-width: 0;
  }
}
.rc-GiftBanner-inner {
  height: 100%;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 760px) {
  .rc-GiftBanner-inner {
    height: 100%;
  }
  .rc-GiftBanner-inner figure {
    height: 240px;
  }
}
.rc-GiftBanner-price {
  position: absolute;
  right: 40px;
  bottom: 40px;
}
@media screen and (max-width: 760px) {
  .rc-GiftBanner-price {
    bottom: 10px;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .rc-GiftBanner-price .tag {
    height: 4rem;
    line-height: 4rem;
  }
  .rc-GiftBanner-price .tag.tagLabelOnly {
    height: 5rem;
    line-height: 5rem;
    width: 100vw;
  }
  .rc-GiftBanner-price .btn {
    height: 4rem;
    padding: 8px 20px;
  }
}
.rc-GiftBanner-headingList {
  position: absolute;
  z-index: 3;
  top: 25%;
  width: 100%;
  text-align: center;
  font-family: 'Nobel', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 5rem;
  font-weight: 400;
  color: #ffffff;
  text-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 760px) {
  .rc-GiftBanner-headingList {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 3rem;
  }
  .rc-GiftBanner-headingList img {
    max-width: 100%;
  }
}
.rc-GiftBanner-headingList h1 {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: inherit;
}
.rc-GiftBanner-headingView {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: left;
}
@media screen and (max-width: 760px) {
  .rc-GiftBanner-headingView {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    top: 6rem;
  }
}
.rc-GiftBanner-headingView .mainTitle2 {
  display: block;
  margin: 0;
  max-width: 60rem;
  background: #ffffff;
  padding: 1.2rem 1.5rem 1.2rem 4rem;
  line-height: 4.4rem;
  font-size: 3.5rem;
}
@media screen and (max-width: 760px) {
  .rc-GiftBanner-headingView .mainTitle2 {
    font-size: 2rem;
    line-height: 2.2rem;
  }
}
.rc-GiftBanner-headingView .mainTitle1 {
  display: inline-block;
  margin: 0;
  text-transform: initial;
  font-size: 1.8rem;
  padding: .6rem 1rem .6rem 4rem;
  background: #1c1c1b;
  color: #ffffff;
  letter-spacing: 1px;
}
.antiScroll-on .rc-GiftBanner-breadcrumbs {
  top: 0;
}
@media screen and (max-width: 760px) {
  .antiScroll-on .rc-GiftBanner-breadcrumbs.top-pricing {
    top: 40px !important;
  }
}
.rc-Gift-blocReinsurance {
  margin-top: 5rem;
  padding: 1rem;
}
@media screen and (min-width: 360px) {
  .rc-Gift-blocReinsurance {
    padding: 3rem;
  }
}
@media screen and (min-width: 1025px) {
  .rc-Gift-blocReinsurance {
    padding: 3rem 7rem;
  }
}
.rc-Gift-blocReinsurance .icon {
  width: 30px;
  height: 30px;
  fill: #1c1c1b;
}
.rc-Gift-blocReinsurance ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media screen and (min-width: 1025px) {
  .rc-Gift-blocReinsurance ul {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
  }
}
.rc-Gift-blocReinsurance li {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 45%;
          flex: 1 0 45%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  padding: 1rem;
  border-top: 1px solid #eef0f0;
}
.rc-Gift-blocReinsurance li:first-child,
.rc-Gift-blocReinsurance li:nth-child(2) {
  border-top: none;
}
@media screen and (min-width: 360px) {
  .rc-Gift-blocReinsurance li {
    padding: 3rem;
  }
}
@media screen and (min-width: 1025px) {
  .rc-Gift-blocReinsurance li {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    padding: 1rem;
    border: none;
  }
}
.rc-Gift-blocReinsurance-item {
  text-decoration: none;
}
.rc-Gift-blocReinsurance-item span {
  display: block;
}
/**
 * GIFT FOOTER
 */
.rc-GiftFooter-top {
  padding: 2rem 0;
  background-color: transparent !important;
}
@media screen and (max-width: 760px) {
  .rc-GiftFooter-top {
    padding: 1rem;
  }
}
@media screen and (min-width: 1025px) {
  .rc-GiftFooter-top {
    background: #eef0f0;
  }
}
@media screen and (max-width: 1024px) {
  .rc-GiftFooter-top > .row {
    background: #eef0f0;
    margin-bottom: 3rem;
    padding: 1rem;
  }
  .rc-GiftFooter-top > .row:last-child {
    margin-bottom: 0;
  }
}
.rc-GiftFooter .formNewsletter {
  margin-bottom: 0;
}
.rc-GiftFooter .formNewsletter input[type="email"] {
  width: 100%;
}
.rc-GiftFooter-app,
.rc-GiftFooter-shop {
  position: relative;
}
.rc-GiftFooter-app:after,
.rc-GiftFooter-shop:after {
  content: "";
  clear: both;
  display: block;
}
.rc-GiftFooter-app-picture,
.rc-GiftFooter-shop-picture {
  margin: 0 auto;
  margin-bottom: 2rem;
  text-align: center;
}
@media screen and (min-width: 760px) {
  .rc-GiftFooter-app-picture,
  .rc-GiftFooter-shop-picture {
    float: left;
    padding-right: 3rem;
    margin-bottom: 0;
    text-align: left;
  }
}
@media screen and (min-width: 760px) {
  .rc-GiftFooter-app-content,
  .rc-GiftFooter-shop-content {
    float: right;
  }
}
.rc-GiftFooter-app-address,
.rc-GiftFooter-shop-address {
  font-style: normal;
  color: #1c1c1b;
}
.rc-GiftFooter-app-address > span,
.rc-GiftFooter-shop-address > span {
  display: block;
}
.rc-GiftFooter-app-address > span:first-child,
.rc-GiftFooter-shop-address > span:first-child {
  margin-bottom: 2rem;
}
@media screen and (min-width: 1025px) {
  .rc-GiftFooter-app {
    padding-right: 10%;
  }
  .rc-GiftFooter-app:before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 2px;
    height: 60%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background: #bd9e56;
  }
}
@media screen and (min-width: 580px) {
  .rc-GiftFooter-app-picture {
    width: 33.33%;
    margin-left: 0;
    float: left;
  }
  .rc-GiftFooter-app-picture img {
    max-width: 100%;
  }
}
@media screen and (min-width: 580px) {
  .rc-GiftFooter-app-content {
    width: 66.66%;
  }
}
.rc-GiftFooter-shop {
  margin-bottom: 0;
}
.rc-GiftFooter-shop-picture img {
  width: 100%;
}
@media screen and (min-width: 760px) {
  .rc-GiftFooter-shop-picture img {
    max-width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .rc-GiftFooter-shop {
    padding-left: 10%;
  }
}
@media screen and (min-width: 760px) {
  .rc-GiftFooter-shop-picture {
    width: 50%;
  }
  .rc-GiftFooter-shop-content {
    width: 50%;
  }
}
.rc-GiftFooter-bottom {
  padding: 2rem 0 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (min-width: 1025px) {
  .rc-GiftFooter-bottom {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 1025px) {
  html.no-flexbox .rc-GiftFooter-bottom:after {
    content: "";
    clear: both;
    display: block;
  }
}
.rc-GiftFooter-bottom ul {
  padding: 0;
}
@media screen and (min-width: 1025px) {
  html.no-flexbox .rc-GiftFooter-bottom ul:first-child {
    float: left;
  }
  html.no-flexbox .rc-GiftFooter-bottom ul:last-child {
    float: right;
  }
}
.rc-GiftFooter-bottom li {
  list-style-type: none;
  display: inline-block;
  padding: 0 0.5rem;
}
@media screen and (min-width: 760px) {
  .rc-GiftFooter-bottom li:first-child {
    padding-left: 0;
  }
  .rc-GiftFooter-bottom li:last-child {
    padding-right: 0;
  }
}
.rc-GiftFooter-bottom a {
  display: block;
  padding: 1rem;
  text-decoration: none;
  -webkit-transition: background .3s;
          transition: background .3s;
}
.rc-GiftFooter-bottom a:hover {
  background: #eef0f0;
}
.rc-GiftFooter-gammes {
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .rc-GiftFooter-gammes {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 760px) {
  .rc-GiftFooter-gammes li {
    text-align: left;
    display: block;
  }
}
.rc-GiftFooter-gammes-icon {
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
}
.rc-GiftFooter-gammes-label {
  display: inline-block;
  vertical-align: middle;
}
.rc-GiftFooter .footerSocial {
  text-align: center;
}
.rc-GiftFooter .footerSocial > div,
.rc-GiftFooter .footerSocial .btnSocial {
  display: inline-block;
  vertical-align: middle;
  margin: 0 1rem;
}
@media screen and (max-width: 760px) {
  .rc-GiftFooter .footerSocial > div {
    display: block;
    margin-bottom: 1.5rem;
  }
  .rc-GiftFooter .footerSocial .btnSocial {
    margin: 0 .5rem;
  }
}
.rc-GiftFooter .footerBloc {
  background: none;
  color: #1c1c1b;
  padding: 0;
  margin-top: 0;
  margin-bottom: 20px;
}
.rc-GiftFooter .footerBloc ul li a {
  text-decoration: initial;
}
.rc-GiftFooter .footerBloc ul li a:hover {
  text-decoration: underline;
}
@media screen and (min-width: 1025px) {
  .rc-GiftFooter .footerBloc {
    padding: 2rem 2rem 1rem;
  }
}
.rc-GiftFooter .footerBloc.noVerticalMargin {
  margin-bottom: 0;
}
.rc-GiftFooter .footerBloc-phone {
  font-size: 0;
}
.rc-GiftFooter .footerBloc-phone .btnCall {
  margin-top: 0;
}
@media screen and (max-width: 1240px) {
  .rc-GiftFooter .footerBloc-phone .btnCall {
    margin-top: 30px;
  }
}
.rc-GiftFooter .footerBloc-help {
  font-size: 1.5rem;
}
.rc-GiftFooter .footerBloc-icon {
  width: 35px;
  margin-right: 1rem;
  display: inline-block;
  vertical-align: middle;
}
.rc-GiftFooter .footerBloc-icon-phone {
  display: none;
}
@media screen and (min-width: 760px) {
  .rc-GiftFooter .footerBloc-icon-phone {
    display: inline-block;
  }
}
.rc-GiftFooter-payments {
  text-align: center;
  margin: 0;
}
.rc-GiftFooter-payments img {
  max-width: 100%;
}
@media screen and (min-width: 1025px) {
  .rc-GiftFooter-payments {
    max-width: 50%;
    -ms-flex-item-align: center;
        align-self: center;
  }
}
.rc-GiftFooter-copyright {
  text-align: center;
}
.nbGiftUpdated__label {
  display: none;
}
.nbGiftUpdated__label--active {
  display: inline;
}
.rc-AddToCart {
  background: #ffffff;
  padding: 4rem;
}
.rc-AddToCart select,
.rc-AddToCart textarea,
.rc-AddToCart input[type="text"],
.rc-AddToCart input[type="number"] {
  width: 100%;
}
.rc-AddToCart .selectboxit-container {
  display: block;
}
.rc-AddToCart .selectboxit-container > span {
  width: 100% !important;
}
.rc-AddToCart .checkbox input[type=radio] + label:before,
.rc-AddToCart .radio input[type=radio] + label:before {
  margin-right: 8px;
}
.rc-AddToCart .formField:last-child {
  margin-bottom: 0;
}
.rc-AddToCart .formField-submit {
  position: relative;
  display: inline-block;
}
.rc-AddToCart .formError {
  display: none;
}
.rc-AddToCart .formError:after {
  display: none;
}
.rc-AddToCart .formError.is-visible {
  display: block;
  padding: 1.5rem;
  margin: 1.5rem 0;
  color: #ffffff;
  background: #c55553;
}
#colorbox.rc-AddToCart-popin__container {
  max-width: 500px !important;
}
.gift-a2c-country {
  position: relative;
}
.gift-a2c-country select {
  min-width: 25rem;
  background: #ffffff;
  border: 1px solid #d9dbdd;
  height: 5rem;
  padding: 0 4rem 0 1.5rem;
  outline: none;
  color: #5d676f;
  font-family: 'GoudyOldStyleMTW01-Ital', 'Times New Roman', Times, Georgia, serif;
  font-size: 1.8rem;
}
.gift-a2c-country:after {
  content: '';
  position: absolute;
  right: 1.5rem;
  top: 2.5rem;
  width: 0;
  height: 0;
  border-top: 4px solid #5d676f;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.pageTable {
  page-break-after: avoid;
}
.evoucherDetail {
  font-family: 'Nobel', Arial, sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
}
.evoucher__sectionTitle {
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 1em;
  font-family: 'Goudy Old Style MT W01', 'Times New Roman', Times, Georgia, serif;
  font-weight: 400;
}
.evoucher__title {
  padding-top: 10px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.8rem;
}
.evoucher__mainLabel {
  margin: 15px 0 25px 0;
  font-size: 1.6rem;
}
.evoucher__line {
  border: none;
  border-top: 3px solid #e3d7be;
}
.evoucher__code {
  padding: 20px 15px;
  text-align: center;
  font-family: 'Goudy Old Style MT W01', 'Times New Roman', Times, Georgia, serif;
  font-weight: 400;
  text-transform: uppercase;
}
.evoucher__code:first-child {
  margin-bottom: 20px;
}
.evoucher__sectionTitle {
  font-family: 'Times New Roman', Times !important;
  font-size: 2.1rem;
  font-weight: 700;
  display: block;
  margin: 20px 0;
}
.evoucher__step {
  margin-bottom: 8px;
}
.evoucher__stepNb,
.evoucher__stepLabel {
  margin: 0;
  display: inline-block;
  vertical-align: top;
}
.evoucher__stepNb {
  color: #ffffff;
  text-align: center;
  line-height: 19px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.evoucher__stepLabel {
  width: 80%;
  font-size: 1.2rem;
}
.evoucher__stepLabel a {
  text-decoration: none;
  font-weight: bold;
}
.evoucher__properties-note {
  font-size: 1.2rem;
  font-style: italic;
  padding: 15px 0 15px 0;
  color: #1c1c1b;
}
.evoucher__contact {
  display: block;
  color: #ffffff;
  text-align: center;
  padding: 8px 25px !important;
  border-top: 2px solid #1c1c1b;
  border-bottom: 2px solid #1c1c1b;
}
.evoucher__legal {
  padding: 20px 0 10px 0;
  text-align: center;
  font-size: 1.2rem;
  color: #1c1c1b;
}
.evoucher__legal a {
  font-style: italic;
}
.evoucher-product {
  margin-top: 2px !important;
}
.evoucher-product td {
  padding: 0 25px;
}
.evoucher-product table td {
  padding: 20px 0;
  border-bottom: 2px solid #1c1c1b;
}
.evoucher-product__label {
  font-size: 2.1rem;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
}
.evoucher-product__title {
  font-size: 2.1rem;
  text-align: center;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 22px;
  margin-top: 0;
  padding: 0 0 15px 0;
}
.evoucher-product__infos {
  padding: 10px;
  margin: 0;
  font-size: 1.6rem;
}
.evoucher-product__infos .short_description {
  margin: 0;
  padding: 0;
}
.evoucher-product__infos .short_description p {
  font-weight: bold;
}
.evoucher-product__infos .short_description ul {
  padding-left: 0;
  margin-bottom: 0;
}
.evoucher-product__infos .short_description ul li {
  list-style: none;
}
.evoucher-product__infos .short_description ul li:before {
  content: '- ';
}
.evoucher-product__infos .validate-etab {
  padding: 0;
  margin: 0;
}
.evoucher-product__content {
  margin: 0;
  padding: 64px 10px 40px 10px !important;
}
.evoucher-product__label {
  text-align: center;
  font-family: 'Times New Roman', Times !important;
  font-weight: normal;
  font-size: 90px;
  margin: 0;
  padding: 0;
}
.evoucher-product__price {
  font-size: 50px;
  text-align: center;
  font-weight: bold;
}
.evoucher-product__subtitle {
  text-transform: uppercase;
  text-align: center;
}
.evoucher-product__subtitle__top {
  font-weight: bold;
  font-size: 30px;
}
.evoucher-product__subtitle__bottom {
  font-size: 16px;
}
.evoucher-validate td {
  padding: 5px 25px;
}
.evoucher-validate .intro {
  font-size: 1.8rem;
  margin: 15px 0 0 0;
  padding: 0;
}
.evoucher-use {
  margin-top: 2px;
}
.evoucher-use table td {
  padding: 0 25px;
}
.evoucher_footer {
  margin: 0 25px;
}
.rc-EtablissementCard {
  margin-bottom: 3rem;
}
.rc-EtablissementCard__favoriteNotification {
  display: none;
}
.rc-EtablissementCard__wrap {
  background: #fff;
  padding: 3rem;
}
@media screen and (max-width: 760px) {
  .rc-EtablissementCard__wrap {
    padding: 2rem;
  }
}
.rc-EtablissementCard__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 1025px) {
  .rc-EtablissementCard__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 1025px) {
  .rc-EtablissementCard__picture,
  .rc-EtablissementCard__main {
    width: 50%;
  }
}
.rc-EtablissementCard__picture {
  position: relative;
  margin-bottom: 2rem;
}
.rc-EtablissementCard__picture img {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .rc-EtablissementCard__picture {
    padding-right: 3rem;
    margin-bottom: 0;
  }
  .rc-EtablissementCard__picture img {
    max-width: 100%;
  }
}
.rc-EtablissementCard__category {
  display: inline-block;
  position: absolute;
  z-index: 2;
  top: 25px;
  padding: .5rem 2rem;
  background: #fff;
  color: #bd9e56;
}
.rc-EtablissementCard__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1.5rem;
}
.rc-EtablissementCard__infos {
  max-width: 70%;
  padding-right: 1.5rem;
}
@media screen and (min-width: 1025px) {
  .rc-EtablissementCard__infos {
    max-width: 65%;
  }
}
.rc-EtablissementCard__manage {
  text-align: right;
}
.rc-EtablissementCard__manageActions {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.rc-EtablissementCard__manageBtn {
  padding: .5rem;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: none;
  background: none;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 1;
}
.rc-EtablissementCard__manageBtn:hover {
  background: #f2f1f1;
}
.rc-EtablissementCard__manageBtn svg {
  width: 18px;
  height: 18px;
  margin: auto;
}
.rc-EtablissementCard__manageBtn--favorite {
  text-transform: none;
}
.rc-EtablissementCard__manageBtn--favorite.addFavorite:before {
  top: 0;
  left: 20px;
  bottom: auto;
  right: auto;
}
.rc-EtablissementCard__manageBtn--favoriteIcon {
  stroke: #bd9e56;
  stroke-width: 3px;
  fill: transparent;
}
.rc-EtablissementCard__manageBtn--favorite.is-favorited svg {
  fill: #bd9e56;
  stroke: none;
}
.rc-EtablissementCard__manageBtn--deleteIcon {
  fill: #bd9e56;
}
.rc-EtablissementCard__title {
  font-style: normal;
  margin: 0;
  font-family: 'Nobel', Arial, sans-serif;
  font-weight: 400;
}
.rc-EtablissementCard__name {
  font-weight: 700;
}
.rc-EtablissementCard__content {
  margin-bottom: 2rem;
}
.rc-EtablissementCard__content .learnMore em {
  text-decoration: underline;
  font-style: italic;
  color: #bd9e56;
  cursor: pointer;
}
.rc-EtablissementCard__content .learnMore em:hover {
  text-decoration: none;
}
.rc-EtablissementCard__content .learnMore .more {
  display: inline;
}
.rc-EtablissementCard__content .learnMore .less {
  display: none;
}
.rc-EtablissementCard__content--expanded .learnMore .less {
  display: inline;
}
.rc-EtablissementCard__content--expanded .learnMore .more {
  display: none;
}
.rc-EtablissementCard__location {
  display: block;
  margin: .5rem 0 .3rem;
  text-transform: uppercase;
  color: #bd9e56;
  font-size: 1.2rem;
}
.rc-EtablissementCard__numbers {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 760px) {
  .rc-EtablissementCard__numbers {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.rc-EtablissementCard__number {
  width: 50%;
  padding: 0 2rem 0 1rem;
  margin-bottom: 2rem;
  border-left: 1px solid #d9dbdd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 760px) {
  .rc-EtablissementCard__number {
    border: none;
    padding-left: 0;
  }
  .rc-EtablissementCard__number:first-child {
    margin-bottom: 2rem;
  }
}
.rc-EtablissementCard__numberLabel,
.rc-EtablissementCard__number .tripAdvisorRating > div,
.rc-EtablissementCard__number .qualitelis-rating > div {
  margin-bottom: .5rem;
  color: #aeb3b7;
  font-size: 1.2rem;
}
.rc-EtablissementCard__number .qualitelis {
  margin-bottom: 0;
}
.rc-EtablissementCard__numberScore {
  display: block;
  color: #bd9e56;
  font-size: 2rem;
  font-family: 'Nobel Book', Arial, sans-serif;
  font-weight: 400;
}
.rc-EtablissementCard__numberScore .reviewRating button {
  padding: 0;
  width: 9px;
  overflow: hidden;
  height: 18px;
}
.rc-EtablissementCard__numberScore .reviewRating .rate button:nth-child(2n) {
  margin-right: 2px;
}
.rc-EtablissementCard__numberScore .reviewRating .rate button:nth-child(2n+1) .icon {
  margin-left: -8px;
}
.rc-EtablissementCard__numberScore .reviewRating .rate .icon {
  width: 18px;
  height: 18px;
}
.rc-EtablissementCard__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 900px) {
  .rc-EtablissementCard__price {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}
@media screen and (max-width: 900px) {
  .rc-EtablissementCard__price .twoLines {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    -ms-flex-flow: column;
        flex-flow: column;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}
.fid-LP {
  font-family: 'Nobel Book', Arial, sans-serif;
  font-weight: 400;
  color: #000;
}
.fid-LP-banner__picture {
  margin-bottom: 3rem;
  height: 0;
  padding-bottom: 10%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
@media screen and (max-width: 760px) {
  .fid-LP-banner__picture {
    padding-bottom: 200px;
  }
}
.fid-LP-banner__picture img {
  width: 100%;
}
.fid-LP-banner__content {
  text-align: center;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.fid-LP-banner__content img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.fid-LP-banner__title {
  text-transform: uppercase;
  font-family: 'Nobel', Arial, sans-serif;
  font-weight: 400;
  font-size: 2.1rem;
}
.fid-LP-banner__title em {
  display: block;
  font-family: 'Notera', 'Times New Roman', Times, Georgia, serif;
  text-transform: none;
  font-size: 4em;
  line-height: .75;
}
@media screen and (max-width: 760px) {
  .fid-LP-banner__title em {
    font-size: 2.5em;
  }
}
.fid-LP-banner__description {
  margin: 5rem auto 0;
  max-width: 60rem;
}
.fid-LP-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 760px) {
  .fid-LP-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.fid-LP-block__picture {
  padding: 0 1rem;
}
@media screen and (min-width: 760px) {
  .fid-LP-block__picture {
    padding: 0;
    width: 50%;
  }
}
.fid-LP-block__pictureImg {
  height: 0;
  overflow: hidden;
  padding-bottom: 60%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.fid-LP-block__picture img {
  width: 100%;
}
@media screen and (min-width: 760px) {
  .fid-LP-block__picture img {
    width: auto;
    max-width: 100%;
  }
}
.fid-LP-block__content {
  -ms-flex-item-align: center;
      align-self: center;
  padding: 2rem 4rem;
}
@media screen and (min-width: 760px) {
  .fid-LP-block__content {
    width: 50%;
  }
}
.fid-LP-block__title {
  color: #1c1c1b;
  text-transform: uppercase;
  font-family: 'Nobel', Arial, sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  margin-top: 0;
}
@media screen and (min-width: 760px) {
  .fid-LP-block:nth-child(odd) .fid-LP-block__picture {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .fid-LP-block:nth-child(odd) .fid-LP-block__content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.fid-LP__forms {
  margin-top: 3rem;
}
.fid-LP__forms .alert {
  font-size: 1.4rem;
}
.fid-LP__formsHeading {
  text-align: center;
  font-weight: 400;
  margin: 0 auto 3rem;
  max-width: 50rem;
}
.fid-LP__forms .col--sticky {
  margin-bottom: 3rem;
}
@media screen and (min-width: 760px) {
  .fid-LP__forms .col--sticky {
    margin-bottom: 0;
    position: -webkit-sticky;
    position: sticky;
    top: 70px;
  }
}
.fid-LP__forms-title {
  text-align: center;
}
.fid-LP__forms-title__label {
  margin: 0;
  font-size: 2.2em;
  font-weight: normal;
}
.fid-LP__forms-title__sublabel {
  font-family: 'Notera', 'Times New Roman', Times, Georgia, serif;
  font-size: 5em;
  font-weight: normal;
  margin: 0;
}
.fid-LP__forms .disabled-input {
  background: #e0dfdf;
  color: #5d676f !important;
}
.rc-FidProgram-validation {
  padding: 5rem;
  background: #fff;
  text-align: center;
}
.rc-FidProgram-validation__title {
  text-transform: uppercase;
  font-family: 'Nobel', Arial, sans-serif;
  font-weight: 400;
  font-size: 2.1rem;
}
.rc-FidProgram-validation__title em {
  display: block;
  font-family: 'Notera', 'Times New Roman', Times, Georgia, serif;
  text-transform: none;
  font-size: 4em;
  line-height: .75;
}
@media screen and (max-width: 760px) {
  .rc-FidProgram-validation__title em {
    font-size: 2.5em;
  }
}
.rc-FidProgram-validation__label {
  margin: 3rem 0;
  font-weight: bold;
  font-size: 1.8rem;
}
.rc-FidProgram-validation__label svg {
  display: inline-block;
  margin-bottom: 1.5rem;
  border: 3px solid #bd9e56;
  border-radius: 50%;
}
.rc-FidProgram-validation__label span {
  display: block;
}
.rc-FidProgram-validation__redirectLabel {
  margin-top: 3rem;
  padding-top: 5rem;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity .3s;
          transition: opacity .3s;
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}
.rc-FidProgram-validation--loaded .rc-FidProgram-validation__redirectLabel {
  opacity: 1;
}
#pr-form .disabled-input {
  background: #e0dfdf;
  color: #5d676f;
}
#pr-form .home-pr-form .fid-Form__fields {
  padding: 0 15rem;
}
@media screen and (max-width: 900px) {
  #pr-form .home-pr-form .fid-Form__fields {
    padding: 2rem;
  }
}
#pr-form .formField {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
#pr-form .formField label {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  display: inline-block;
  padding-right: 2rem;
  text-align: right;
  font-style: italic;
  font-weight: bold;
}
#pr-form .formField input,
#pr-form .formField select {
  -webkit-box-flex: 7;
      -ms-flex: 7;
          flex: 7;
  display: inline-block;
}
#pr-form .formField .offset-2 {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
#pr-form .formField .input-information {
  -webkit-box-flex: 7;
      -ms-flex: 7;
          flex: 7;
  padding-top: 4rem;
}
#pr-form .formField.noBottomMargin {
  margin-bottom: 0;
}
#pr-form .formField .checkbox {
  text-align: justify;
}
#pr-form .fid-Form {
  padding: 3rem 5rem;
}
@media screen and (max-width: 900px) {
  #pr-form .fid-Form {
    padding: 2rem;
  }
}
#pr-form .fid-Form__heading {
  text-align: center;
  margin-bottom: 0.5rem;
  font-size: 2.2rem;
}
#pr-form .fid-Form__intro {
  text-align: center;
}
#pr-form .fid-Form__subTitle {
  text-align: center;
  font-size: 1.8rem;
}
#pr-form .fid-Form__content {
  width: 80%;
}
@media screen and (max-width: 900px) {
  #pr-form .fid-Form__content {
    width: 100%;
  }
}
#pr-form .fid-Form .formSubmit .cboxAjax {
  background-color: #000;
}
#pr-form .fid-Form .formError {
  position: absolute;
  margin-top: 3em;
  margin-left: 13em;
}
@media screen and (max-width: 1240px) {
  #pr-form .formSubmit {
    margin: 1rem 0;
  }
}
.home-pr-form-footer a {
  color: #bd9e56;
}
.theme_ami .btnGold {
  border-color: #bd9e56;
  background-color: #bd9e56;
  outline-color: #bd9e56;
}
.theme_ami .btnGold:hover {
  background-color: #94712a;
}
.theme_ami .btnGold:hover.disabled,
.theme_ami .btnGold:hover[disabled="disabled"] {
  background-color: #bd9e56;
}
.theme_ami .btnGold.btnLight {
  color: #bd9e56;
  background-color: transparent;
}
.theme_ami .btnGold.btnLight:hover {
  background-color: #bd9e56;
  color: #fff;
}
.theme_ami .btnGold.btnLight:hover.disabled,
.theme_ami .btnGold.btnLight:hover[disabled="disabled"] {
  color: #bd9e56;
  border-color: #bd9e56;
}
.theme_ami .form .btnGold {
  background: #bd9e56;
}
.theme_ami .form .btnGold:hover {
  background: #94712a;
}
.theme_ami .fid-Separator__icon {
  background: #bd9e56;
}
@media screen and (min-width: 760px) and (max-width: 900px) {
  .rc-Events .rc-EventsMain:not(.noPaddingApp) {
    padding-left: 50px;
  }
}
.rc-EventsMain__back {
  margin-bottom: 1rem;
}
.rc-EventsMain__backBtn {
  display: inline-block;
  padding: 1rem;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: color .3s;
          transition: color .3s;
}
.rc-EventsMain__backBtn:hover {
  color: #bd9e56;
  background: #f2f1f1;
}
.rc-EventsHeader {
  position: relative;
  padding: 2rem;
  text-align: center;
  background: #fff;
}
.rc-EventsBanner {
  background: #fff;
}
@media screen and (max-width: 760px) {
  .rc-EventsBanner {
    padding-bottom: 1.5rem;
  }
}
.rc-EventsBanner > .grid {
  padding: 0 3rem;
}
@media screen and (min-width: 1241px) {
  .rc-EventsBanner__inner {
    padding-left: 0;
  }
}
.rc-EventsBanner__header {
  margin-bottom: 4rem;
}
.rc-EventsBanner__title {
  margin-top: 0;
  font-family: 'Times New Roman', Times;
  font-size: 3.5rem;
  color: #1c1c1b;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;
  text-decoration: none;
  text-transform: none;
}
@media screen and (max-width: 760px) {
  .rc-EventsBanner__title {
    font-size: 2.2rem;
    line-height: 1.25;
  }
}
.rc-EventsBanner__heading {
  font-family: 'Nobel Book', Arial, sans-serif;
  font-weight: 400;
  line-height: 1.4;
  text-transform: none;
}
@media screen and (max-width: 760px) {
  .rc-EventsBanner__heading {
    font-size: 1.8rem;
  }
}
.rc-EventsBanner__navigationLabel {
  margin-bottom: 1.5rem;
  font-family: 'Nobel Book', Arial, sans-serif;
  font-weight: 400;
}
.rc-EventsSorter {
  margin-top: 2.5rem;
  text-align: right;
}
.rc-EventsSorter .selectboxit-container {
  margin-bottom: 0;
}
.rc-EventsSidebar {
  margin-bottom: 2rem;
}
@media screen and (min-width: 1025px) {
  .rc-EventsSidebar {
    padding-right: 2rem;
  }
}
.rc-Events fieldset {
  border: none;
  margin: 0 0 3rem;
  padding: 0;
}
.rc-Events fieldset:last-child {
  margin-bottom: 0;
}
.rc-Events fieldset .formField {
  margin-bottom: 1rem;
}
.rc-Events fieldset .formField:last-child {
  margin-bottom: 0;
}
.rc-Events legend {
  margin-bottom: 1.5rem;
  display: block;
  font-weight: 700;
  text-transform: uppercase;
}
.rc-EventsFilter {
  font-size: 1.3rem;
}
.rc-EventsFilter .selectboxit {
  box-shadow: 1px 0 7px 0 rgba(28, 28, 27, 0.35);
  font-family: 'Times New Roman', Times;
  border: none;
}
.rc-EventsFilter .datepicker {
  box-shadow: 1px 0 7px 0 rgba(28, 28, 27, 0.35) !important;
}
.rc-EventsFilter .dateField svg {
  height: 31px;
}
.rc-EventsFilter__form {
  background: #fff;
  padding: 2rem;
  display: none;
}
@media screen and (min-width: 1025px) {
  .rc-EventsFilter__form {
    display: block !important;
  }
}
.rc-EventsFilter__form .checkbox label {
  text-transform: uppercase;
}
.rc-EventsFilter__toggler {
  position: relative;
  display: block;
  width: 100%;
  padding: 2rem;
  text-transform: uppercase;
  font-weight: 700;
  text-align: left;
  background: #fff;
  border: none;
}
@media screen and (min-width: 1025px) {
  .rc-EventsFilter__toggler {
    display: none;
  }
}
.rc-EventsFilter__toggler:after {
  content: '';
  position: absolute;
  right: 2rem;
  top: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: #000 transparent transparent transparent;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.rc-EventsFilter .checkbox input + label:before {
  margin-right: 1rem;
}
.rc-EventsFilter .selectboxit-container {
  display: block;
}
.rc-EventsFilter .selectboxit-btn {
  min-width: 10rem;
  width: 100% !important;
}
.rc-EventsView--list {
  margin-top: 2.5rem;
}
.rc-EventsActions {
  text-align: center;
}
.rc-EventsActions .btn {
  margin-left: 1rem;
  margin-right: 1rem;
  padding: 10px 20px;
}
.rc-EventsMap .mapWrapper {
  height: 850px;
}
@media screen and (min-width: 760px) {
  .rc-EventsMap .mapZoom button {
    z-index: 2;
  }
}
.rc-EventsCard {
  margin-bottom: 3rem;
}
.rc-EventsCard__inner {
  box-shadow: 1px 0 7px 0 rgba(28, 28, 27, 0.35);
  position: relative;
  background: #fff;
  padding: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 1025px) {
  .rc-EventsCard__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.rc-EventsCard__content {
  margin-bottom: 2rem;
  font-family: 'Nobel Book', Arial, sans-serif;
  font-weight: 400;
}
.rc-EventsCard__content .learnMore em {
  text-decoration: underline;
  font-style: italic;
  color: #bd9e56;
  cursor: pointer;
}
.rc-EventsCard__content .learnMore em:hover {
  text-decoration: none;
}
.rc-EventsCard__content .learnMore .more {
  display: inline;
}
.rc-EventsCard__content .learnMore .less {
  display: none;
}
.rc-EventsCard__content--expanded .learnMore .less {
  display: inline;
}
.rc-EventsCard__content--expanded .learnMore .more {
  display: none;
}
@media screen and (min-width: 1025px) {
  .rc-EventsCard__picture,
  .rc-EventsCard__main {
    width: 50%;
  }
}
.rc-EventsCard__picture img {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .rc-EventsCard__picture {
    padding-right: 3rem;
  }
  .rc-EventsCard__picture img {
    max-width: 100%;
  }
}
.rc-EventsCard__date {
  position: relative;
  padding: .8rem 1rem;
  display: inline-block;
  margin-bottom: 1.1rem;
  border-bottom: 1px solid #d9dbdd;
  color: #1c1c1b;
  font-family: 'Nobel', Arial, sans-serif;
  font-weight: 400;
  font-size: 2.4rem;
}
.rc-EventsCard__dateInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.rc-EventsCard__dateDay {
  line-height: 1.25;
  text-transform: capitalize;
}
.rc-EventsCard__dateDay em {
  font-size: 1.2rem;
  font-style: normal;
  color: #aeb3b7;
  display: block;
  font-family: 'Times New Roman', Times;
}
.rc-EventsCard__dateSeparator {
  margin: 0 1.5rem;
  vertical-align: top;
  color: #aeb3b7;
  text-align: center;
  line-height: 2.2rem;
}
.rc-EventsCard__date svg {
  fill: #aeb3b7;
}
.rc-EventsCard__date:before,
.rc-EventsCard__date:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 1px;
  height: 1rem;
  background: #d9dbdd;
}
.rc-EventsCard__date:before {
  left: 0;
}
.rc-EventsCard__date:after {
  right: 0;
}
.rc-EventsCard__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 901px) {
  .rc-EventsCard__header {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.rc-EventsCard__title {
  font-style: normal;
  margin: 0;
  font-family: 'Nobel', Arial, sans-serif;
  font-weight: 400;
  font-size: 2.4rem;
}
.rc-EventsCard__badge {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  margin-right: 1rem;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: #bd9e56;
}
.rc-EventsCard__badge.AMI {
  background: #bd9e56;
}
.rc-EventsCard__badge.PR {
  background: #000;
}
.rc-EventsCard__badge svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.rc-EventsCard__categories {
  margin-bottom: 2rem;
}
.rc-EventsCard__category {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1rem;
  padding: .5rem 1rem;
  background: #fff;
  border: 1px solid #d9dbdd;
  border-radius: 5rem;
  font-size: 1rem;
  text-transform: uppercase;
  line-height: 1;
}
.rc-EventsCard__infos {
  margin: 2rem 0 0;
  color: #bd9e56;
}
.rc-EventsCard__name {
  font-weight: 700;
}
.rc-EventsCard__action {
  margin-top: 2rem;
}
@media screen and (max-width: 1400px) {
  .rc-EventsCard__action .priceTag .tag {
    display: block;
    padding: 0 1rem;
  }
}
.rc-EventsCard__action .priceTag .price {
  font-size: 2rem;
  font-family: 'Nobel Bold', Arial, sans-serif;
  font-weight: 400;
}
.rc-EventsCard__location {
  display: block;
}
.rc-EventBanner {
  background: #fff;
}
.rc-EventBanner__picture {
  height: 0;
  padding-bottom: 30%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.rc-EventBanner__picture img {
  width: 100%;
  display: block;
}
@media screen and (min-width: 1025px) {
  .rc-EventBanner__inner,
  .rc-EventContent {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.rc-EventSection {
  padding: 2rem;
  overflow: hidden;
  background: #fff;
  margin-bottom: 3rem;
}
@media screen and (min-width: 1025px) {
  .rc-EventSection {
    padding: 5rem 8rem;
  }
}
.rc-EventSection__title {
  position: relative;
  font-family: 'Times New Roman', Times;
  font-size: 3.5rem;
  color: #1c1c1b;
  text-transform: uppercase;
  line-height: 1;
  text-decoration: none;
  font-size: 2.4rem;
  padding-left: 4.5rem;
  margin: 0 0 3rem -3rem;
  text-transform: none;
  color: #000;
  font-weight: 400;
}
.rc-EventSection__title:before {
  content: '';
  position: absolute;
  top: 2rem;
  left: 0;
  width: 3rem;
  height: 4px;
  background: #bd9e56;
}
@media screen and (min-width: 901px) {
  .rc-EventSection__title {
    font-size: 3rem;
    padding-left: 6.5rem;
    margin: 0 0 3rem -5rem;
  }
  .rc-EventSection__title:before {
    width: 5rem;
  }
}
.rc-EventBlock {
  margin: 4rem 0;
}
@media screen and (min-width: 901px) {
  .rc-EventBlock {
    padding-left: 5rem;
  }
}
.rc-EventBlock img {
  max-width: 100%;
}
.rc-EventInfos {
  background: #fff;
  box-shadow: 1px 0 7px 0 rgba(28, 28, 27, 0.35);
  padding: 2rem 3rem;
  border-left: 5px solid #bd9e56;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 901px) {
  .rc-EventInfos {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 4rem 5rem;
  }
}
@media screen and (min-width: 901px) {
  .rc-EventInfos__content {
    padding-right: 5rem;
  }
}
.rc-EventInfos__date {
  position: relative;
  padding: .8rem 1rem;
  display: inline-block;
  margin-bottom: 2rem;
  border-bottom: 1px solid #d9dbdd;
  color: #1c1c1b;
  font-family: 'Nobel', Arial, sans-serif;
  font-weight: 400;
  font-size: 2.4rem;
}
.rc-EventInfos__dateInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.rc-EventInfos__dateDay {
  line-height: 1.25;
  text-transform: capitalize;
}
.rc-EventInfos__dateDay em {
  font-size: 1.2rem;
  font-style: normal;
  color: #aeb3b7;
  display: block;
  font-family: 'Times New Roman', Times;
}
.rc-EventInfos__dateSeparator {
  margin: 0 1.5rem;
  vertical-align: top;
  color: #aeb3b7;
  text-align: center;
  line-height: 2.2rem;
}
.rc-EventInfos__date svg {
  fill: #aeb3b7;
}
.rc-EventInfos__date:before,
.rc-EventInfos__date:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 1px;
  height: 1rem;
  background: #d9dbdd;
}
.rc-EventInfos__date:before {
  left: 0;
}
.rc-EventInfos__date:after {
  right: 0;
}
.rc-EventInfos__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 2rem;
}
@media screen and (min-width: 901px) {
  .rc-EventInfos__header {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.rc-EventInfos__title {
  font-style: normal;
  margin: 0;
  font-family: 'Nobel', Arial, sans-serif;
  font-weight: 400;
  font-size: 2.4rem;
}
.rc-EventInfos__badge {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  margin-right: 1rem;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: #bd9e56;
}
.rc-EventInfos__badge.AMI {
  background: #bd9e56;
}
.rc-EventInfos__badge.PR {
  background: #000;
}
.rc-EventInfos__badge svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.rc-EventInfos__categories {
  margin-bottom: 2rem;
}
.rc-EventInfos__category {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1rem;
  padding: .5rem 1rem;
  background: #fff;
  border: 1px solid #d9dbdd;
  border-radius: 5rem;
  font-size: 1rem;
  text-transform: uppercase;
  line-height: 1;
}
.rc-EventInfos__infos {
  margin: 1rem 0;
  color: #bd9e56;
}
.rc-EventInfos__name {
  font-weight: 700;
}
@media screen and (max-width: 760px) {
  .rc-EventInfos__action {
    text-align: center;
  }
}
.rc-EventInfos__action .priceTag {
  min-width: 22rem;
}
.rc-EventInfos__action .priceTag .price {
  font-size: 2rem;
  font-family: 'Nobel Bold', Arial, sans-serif;
  font-weight: 400;
}
.rc-EventChef,
.rc-EventHost {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .rc-EventChef,
  .rc-EventHost {
    padding-bottom: 4rem;
  }
  .rc-EventChef:after,
  .rc-EventHost:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 4rem;
    height: 1px;
    border-bottom: 1px solid #eef0f0;
  }
}
@media screen and (min-width: 1025px) {
  .rc-EventChef,
  .rc-EventHost {
    padding-right: 8rem;
  }
  .rc-EventChef:after,
  .rc-EventHost:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 4rem;
    width: 1px;
    border-right: 1px solid #eef0f0;
  }
}
.rc-EventChef__presentation,
.rc-EventHost__presentation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 4rem;
}
.rc-EventChef__pictureWrap,
.rc-EventHost__pictureWrap {
  border: 1px solid #bd9e56;
  padding: 6px;
  margin-right: 2rem;
}
.rc-EventChef__picture,
.rc-EventHost__picture {
  width: 5rem;
  height: 5rem;
  overflow: hidden;
}
@media screen and (min-width: 901px) {
  .rc-EventChef__picture,
  .rc-EventHost__picture {
    width: 8rem;
    height: 8rem;
  }
}
.rc-EventChef__picture img,
.rc-EventHost__picture img {
  width: 100%;
}
.rc-EventChef__name,
.rc-EventHost__name {
  font-size: 2.1rem;
}
.rc-EventChef__name strong,
.rc-EventHost__name strong {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
}
.rc-EventHost__contact {
  margin-top: 3rem;
}
.rc-EventHost__contact strong {
  color: #bd9e56;
  display: block;
}
.rc-EventAttending__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (min-width: 901px) {
  .rc-EventAttending__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.rc-EventAttending__item {
  padding: 2rem 1rem;
  line-height: 1.3;
  border-bottom: 2px solid #bd9e56;
}
.rc-EventAttending__item:first-child {
  padding-top: 0;
}
.rc-EventAttending__item:last-child {
  border: none;
}
@media screen and (min-width: 901px) {
  .rc-EventAttending__item {
    padding: 1rem 3rem;
    border-bottom: none;
    border-right: 2px solid #bd9e56;
  }
  .rc-EventAttending__item:first-child {
    padding-top: 1rem;
    padding-left: 0;
  }
}
.rc-EventAttending__item strong {
  display: block;
  text-transform: uppercase;
}
.rc-EventBookingPopin {
  position: relative;
  background: #f2f1f1;
}
.rc-EventBookingPopin__main {
  padding: 2.5rem;
}
.rc-EventBookingPopin__header {
  background: #fff;
  padding: 2rem;
  text-align: center;
}
.rc-EventBookingPopin__heading {
  font-family: 'Nobel Book', Arial, sans-serif;
  font-weight: 400;
  margin: 0;
}
.rc-EventBookingTicket {
  background: #fff;
  margin-bottom: 2rem;
  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(120, 120, 120, 0.3);
  font-family: 'Nobel', Arial, sans-serif;
  font-weight: 400;
}
.rc-EventBookingTicket__link {
  display: block;
  border-left: 5px solid transparent;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}
.rc-EventBookingTicket__link:hover {
  border-color: #bd9e56;
  background: #f5f5f5;
}
.rc-EventBookingTicket--hasDescription .rc-EventBookingTicket__content {
  border-top: 1px solid #eef0f0;
}
.rc-EventBookingTicket__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem;
}
.rc-EventBookingTicket__name {
  font-family: 'Nobel', Arial, sans-serif;
  font-size: 3.5rem;
  color: #1c1c1b;
  font-weight: 400;
  line-height: 1.1;
  text-decoration: none;
  font-size: 2.1rem;
  margin: 0 0 1rem;
}
@media screen and (max-width: 760px) {
  .rc-EventBookingTicket__name {
    font-size: 3.6rem;
    line-height: .9;
  }
}
.rc-EventBookingTicket__price {
  font-size: 2.1rem;
}
.rc-EventBookingTicket__price em {
  text-transform: uppercase;
  font-size: .7em;
  font-style: normal;
  color: #aeb3b7;
}
.rc-EventBookingTicket__description {
  padding: 2rem;
  display: none;
}
.rc-EventBookingTicket__status--unavailable {
  font-size: 1rem;
  padding: 1rem 2.5rem;
  border-radius: 30px;
  background: #eef0f0;
}
@media screen and (min-width: 760px) and (max-width: 900px) {
  .rc-TravelBook .rc-TravelBook__main:not(.noPaddingApp) {
    padding-left: 50px;
  }
}
.rc-TravelBook__welcome {
  padding: 2rem 0;
  text-align: center;
  font-weight: 700;
  font-family: 'Goudy Old Style MT W01', 'Times New Roman', Times, Georgia, serif;
}
@media screen and (max-width: 760px) {
  .rc-TravelBook .footerBloc {
    background: #fff;
  }
}
.rc-TravelBookHeader {
  position: relative;
  text-align: center;
  background: #fff;
}
@media screen and (min-width: 760px) {
  .rc-TravelBookHeader {
    padding: 2rem 1rem 0 1rem;
  }
}
.rc-TravelBookHeader:after {
  content: '';
  position: absolute;
  z-index: 0;
  left: 0;
  bottom: 0;
  height: 30%;
  width: 100%;
}
.rc-TravelBook__inner--empty .rc-TravelBookHeader:after {
  display: none;
}
.rc-TravelBook__topActions input[type="checkbox"],
.rc-TravelBook__topActions input[type="checkbox"] + label {
  display: none;
}
@media screen and (max-width: 760px) {
  .rc-TravelBook__topActions {
    padding: 0 1rem;
    margin-bottom: 3rem;
  }
  .rc-TravelBook__topActions input[type="checkbox"],
  .rc-TravelBook__topActions input[type="checkbox"] + label {
    display: block;
  }
}
.rc-TravelBook__topActions input[type="checkbox"] {
  position: absolute;
  left: -9999em;
  opacity: 0;
}
.rc-TravelBook__topActions input[type="checkbox"]:checked ~ .rc-TravelBook__filters {
  display: block;
}
.rc-TravelBook__filtersToggler {
  display: block;
  position: relative;
  padding: 1.5rem 2rem;
  border: 1px solid #d9dbdd;
  text-transform: uppercase;
  color: #aeb3b7;
  background: #fff;
}
@media screen and (max-width: 760px) {
  .rc-TravelBook__filtersToggler {
    color: #000;
  }
}
.rc-TravelBook__filtersToggler:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #aeb3b7 transparent transparent transparent;
}
.rc-TravelBook__filters {
  margin: 3rem 0;
}
.rc-TravelBook__filters ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1240px) {
  .rc-TravelBook__filters ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 760px) {
  .rc-TravelBook__filters ul {
    display: block;
    background: #fff;
  }
}
.rc-TravelBook__filters li {
  margin: 0 .2rem;
}
@media screen and (max-width: 760px) {
  .rc-TravelBook__filters li {
    display: block;
    margin: 0;
  }
}
@media screen and (max-width: 760px) {
  .rc-TravelBook__filters {
    display: none;
    margin-top: 0;
    border-left: 1px solid #d9dbdd;
    border-right: 1px solid #d9dbdd;
  }
}
.rc-TravelBook__filter {
  padding: .9rem 1rem;
  background: none;
  border: none;
  text-transform: uppercase;
  font-size: 1.4rem;
  color: #aeb3b7;
  -webkit-transition: color .2s;
          transition: color .2s;
  font-family: 'Nobel', Arial, sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 760px) {
  .rc-TravelBook__filter {
    color: #000;
  }
}
.rc-TravelBook__filter:hover {
  color: #1c1c1b;
}
@media screen and (max-width: 760px) {
  .rc-TravelBook__filter:hover {
    background: #141413;
  }
}
.rc-TravelBook__filter--active {
  color: #1c1c1b;
  font-weight: 400;
}
.rc-TravelBook__filter--active:hover {
  color: #1c1c1b;
}
@media screen and (max-width: 760px) {
  .rc-TravelBook__filter--active:hover {
    color: #ffffff;
  }
}
@media screen and (max-width: 760px) {
  .rc-TravelBook__filter {
    padding: 1rem 2rem;
    display: block;
    width: 100%;
    border-bottom: 1px solid #d9dbdd;
    text-align: left;
  }
}
.rc-TravelBook__content {
  position: relative;
}
.rc-TravelBook__cards {
  padding: 0 1rem;
  -webkit-transition: opacity .2s;
          transition: opacity .2s;
}
@media screen and (max-width: 760px) {
  .rc-TravelBook__cards {
    padding: 0 1rem;
  }
}
@media screen and (min-width: 760px) {
  .rc-TravelBook__cards {
    min-height: 100vh;
    opacity: 0;
    display: grid;
    grid-gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(45%, 1fr));
    grid-auto-rows: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .rc-TravelBook__cards {
    grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
  }
}
.rc-TravelBook__cards--loaded {
  opacity: 1;
}
.rc-TravelBook__placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
}
@media screen and (min-width: 760px) {
  .rc-TravelBook__placeholder {
    display: grid;
    grid-gap: 2rem;
    grid-template-columns: repeat(2, minmax(45%, 1fr));
    grid-auto-rows: 200px;
    grid-template-areas: "a c" "d c" "d g" "e g" "f h";
  }
}
@media screen and (min-width: 1025px) {
  .rc-TravelBook__placeholder {
    grid-template-columns: repeat(3, minmax(30%, 1fr));
    grid-auto-rows: 300px;
    grid-template-areas: "a b c" "d e c" "d g h" "i g j";
  }
}
.rc-TravelBook__placeholderItem {
  background: #d9d7d7;
  background: -webkit-linear-gradient(0deg, #ebe9e9 10%, #f0eeee 24%, #ebe9e9 40%);
  background: linear-gradient(90deg, #ebe9e9 10%, #f0eeee 24%, #ebe9e9 40%);
  background-size: 800px 300px;
  -webkit-animation: placeholder 1s ease-in-out infinite;
          animation: placeholder 1s ease-in-out infinite;
}
.rc-TravelBook__placeholderItem:nth-child(1) {
  -webkit-animation-delay: 100ms;
          animation-delay: 100ms;
}
.rc-TravelBook__placeholderItem:nth-child(2) {
  -webkit-animation-delay: 200ms;
          animation-delay: 200ms;
}
.rc-TravelBook__placeholderItem:nth-child(3) {
  -webkit-animation-delay: 300ms;
          animation-delay: 300ms;
}
.rc-TravelBook__placeholderItem:nth-child(4) {
  -webkit-animation-delay: 400ms;
          animation-delay: 400ms;
}
.rc-TravelBook__placeholderItem:nth-child(5) {
  -webkit-animation-delay: 500ms;
          animation-delay: 500ms;
}
.rc-TravelBook__placeholderItem:nth-child(6) {
  -webkit-animation-delay: 600ms;
          animation-delay: 600ms;
}
.rc-TravelBook__placeholderItem:nth-child(7) {
  -webkit-animation-delay: 700ms;
          animation-delay: 700ms;
}
.rc-TravelBook__placeholderItem:nth-child(8) {
  -webkit-animation-delay: 800ms;
          animation-delay: 800ms;
}
.rc-TravelBook__placeholderItem:nth-child(9) {
  -webkit-animation-delay: 900ms;
          animation-delay: 900ms;
}
@media screen and (max-width: 760px) {
  .rc-TravelBook__placeholderItem {
    display: block;
    width: 100%;
    margin-bottom: 2rem;
    height: 200px;
  }
}
.rc-TravelBook__placeholderItem:nth-child(1) {
  grid-area: a;
}
.rc-TravelBook__placeholderItem:nth-child(2) {
  grid-area: b;
}
.rc-TravelBook__placeholderItem:nth-child(3) {
  grid-area: c;
}
.rc-TravelBook__placeholderItem:nth-child(4) {
  grid-area: d;
}
.rc-TravelBook__placeholderItem:nth-child(5) {
  grid-area: e;
}
.rc-TravelBook__placeholderItem:nth-child(6) {
  grid-area: g;
}
.rc-TravelBook__placeholderItem:nth-child(7) {
  grid-area: h;
}
.rc-TravelBook__placeholderItem:nth-child(8) {
  grid-area: j;
}
@media screen and (max-width: 760px) {
  .rc-TravelBook #cboxContent {
    height: 100vh !important;
  }
}
.rc-TravelBook #cboxLoadedContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.rc-TravelBook #cboxLoadedContent #cboxClose {
  display: none;
}
.rc-DigitalPassport #cboxClose,
.rc-TravelBook #cboxClose {
  display: none;
}
@-webkit-keyframes placeholder {
  from {
    background-position: 100% 0;
  }
  to {
    background-position: -100% 0;
  }
}
@keyframes placeholder {
  from {
    background-position: 100% 0;
  }
  to {
    background-position: -100% 0;
  }
}
@media screen and (min-width: 1025px) {
  .rc-TravelBookPostStay {
    padding: 0 10rem;
  }
}
.rc-TravelBookFeedback {
  padding: 2.5rem;
  margin: 3rem auto;
  background: #fff;
  text-align: center;
  font-family: 'Nobel', Arial, sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  box-shadow: 0 5px 2rem -3px #d9d7d7;
}
@media screen and (min-width: 901px) {
  .rc-TravelBookFeedback {
    padding: 7rem;
    margin: 7rem auto;
  }
}
.rc-TravelBookBanner {
  position: relative;
  margin-top: 0;
  z-index: 2;
}
@media screen and (min-width: 760px) and (max-width: 900px) {
  .rc-TravelBookBanner {
    width: auto;
    max-width: 100%;
  }
}
@media screen and (min-width: 760px) {
  .rc-TravelBookBanner {
    padding: 0;
  }
}
.rc-TravelBookBanner__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: right;
  text-transform: uppercase;
  color: #1c1c1b;
}
.rc-TravelBookBanner__paginationLabel {
  margin-right: 1.5rem;
  font-family: 'Nobel Book', Arial, sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 760px) {
  .rc-TravelBookBanner__paginationLabel {
    font-size: 1.2rem;
  }
}
.rc-TravelBookBanner__paginationLabel strong {
  font-family: 'Nobel Bold', Arial, sans-serif;
  font-weight: 400;
}
.rc-TravelBookBanner__paginationBtn {
  background: #1c1c1b;
  color: #fff;
  line-height: 1;
  padding: 1rem;
  border: none;
  -webkit-transition: background .2s;
          transition: background .2s;
}
.rc-TravelBookBanner__paginationBtn--disabled {
  cursor: default;
  opacity: .5;
  pointer-events: none;
}
.rc-TravelBookBanner__paginationBtn:hover {
  background: #94712a;
}
.rc-TravelBookBanner__paginationBtn svg {
  fill: #fff;
}
.rc-TravelBookBanner__pictureWrap {
  position: relative;
  padding-top: 30%;
}
.rc-TravelBookBanner__pictureWrap:before {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  right: 0;
  height: 60%;
  background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
}
@media screen and (max-width: 1240px) {
  .rc-TravelBookBanner__pictureWrap {
    height: 320px;
    margin-bottom: 12rem;
  }
}
@media screen and (max-width: 760px) {
  .rc-TravelBookBanner__pictureWrap {
    margin-bottom: 9rem;
  }
}
.rc-TravelBookBanner__picture {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.rc-TravelBookBanner__content {
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
}
@media screen and (max-width: 760px) {
  .rc-TravelBookBanner__content {
    left: 1rem;
  }
}
.rc-TravelBookBanner__header {
  margin-bottom: 10rem;
  padding-left: 0;
}
@media screen and (max-width: 760px) {
  .rc-TravelBookBanner__header {
    margin-bottom: 6rem;
  }
}
.rc-TravelBookBanner__stayStatusLabel {
  font-size: 1.6rem;
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
  color: #fff;
  text-transform: uppercase;
  margin-left: 5.5rem;
}
.rc-TravelBookBanner__title {
  font-family: 'Times New Roman', Times;
  font-size: 3.5rem;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;
  text-decoration: none;
  font-size: 2.4rem;
  margin-bottom: .5rem;
  text-transform: none;
  background: #ffffff;
  padding: 0.5rem 7rem 0.5rem 5rem;
  color: #1c1c1b;
}
@media screen and (max-width: 760px) {
  .rc-TravelBookBanner__title {
    font-size: 3.6rem;
  }
}
.rc-TravelBookBanner__location {
  color: #fff;
  background: #000;
  width: 85%;
  padding: 0.5rem 0 0.5rem 5.5rem;
  text-transform: uppercase;
  font-family: 'Times New Roman', Times;
  font-size: 1.6rem;
}
.rc-TravelBookBanner__quickview {
  text-transform: uppercase;
  color: #fff;
  line-height: 1;
  position: absolute;
  padding-bottom: 3.5rem;
  margin-top: -3rem;
  margin-left: 5.5rem;
}
@media screen and (max-width: 760px) {
  .rc-TravelBookBanner__quickview {
    padding-bottom: 3.4rem;
  }
}
.rc-TravelBookBanner__quickview--past {
  margin-top: -2rem;
}
.rc-TravelBookBanner__countdown {
  padding: 2rem;
  background: #ffffff;
  color: #1c1c1b;
  font-size: 2.1rem;
  white-space: nowrap;
}
@media screen and (max-width: 760px) {
  .rc-TravelBookBanner__countdown {
    font-size: 1.6rem;
  }
}
.rc-TravelBookBanner__action {
  display: inline-block;
  padding: 1rem 2rem;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-decoration: none;
}
@media screen and (max-width: 760px) {
  .rc-TravelBookBanner__action {
    font-size: 1.4rem;
  }
}
.rc-TravelCard {
  background: #fff;
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
  box-shadow: 0 5px 2rem -3px #d9d7d7;
  display: inline-table;
}
.rc-TravelCard em {
  font-family: 'Times New Roman', Times;
  font-style: italic;
}
@media screen and (max-width: 760px) {
  .rc-TravelCard {
    margin-bottom: 2rem;
  }
}
.rc-TravelCard:hover {
  box-shadow: 0 5px 2rem -3px #d9d7d7;
}
.rc-TravelCard__icon {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  fill: #fff;
}
.rc-TravelCard__inner {
  position: relative;
}
.rc-TravelCard__header {
  position: relative;
  padding: 2rem;
}
.rc-TravelCard__category {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: .8rem 2rem;
  margin-left: 1rem;
  margin-right: 1rem;
  border-radius: 2rem;
  border: 1px solid #aeb3b7;
  background: #fff;
  color: #000;
  line-height: 1;
  text-transform: uppercase;
  font-size: 1rem;
}
.rc-TravelCard__confidential {
  margin-top: 2rem;
  color: #aeb3b7;
  font-family: 'Nobel Book', Arial, sans-serif;
  font-weight: 400;
  font-style: italic;
}
.rc-TravelCard__picture {
  min-height: 120px;
  background: #fafafa;
}
.rc-TravelCard__picture img {
  width: 100%;
  min-height: 266px;
}
.rc-TravelCard__content {
  position: relative;
  padding: 3rem;
}
@media screen and (max-width: 760px) {
  .rc-TravelCard__content {
    padding: 2.5rem;
  }
}
.rc-TravelCard__avatar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 5rem;
}
.rc-TravelCard__avatar:before {
  content: '';
  position: absolute;
  z-index: 0;
  height: 1px;
  background: #d9dbdd;
  top: 0;
  left: 0;
  width: 100%;
}
.rc-TravelCard__avatarPortrait {
  position: relative;
  z-index: 1;
  width: 10rem;
  height: 10rem;
  overflow: hidden;
  border-radius: 50%;
  border: 1px solid #bd9e56;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 760px) {
  .rc-TravelCard__avatarPortrait {
    width: 7rem;
    height: 7rem;
  }
}
.rc-TravelCard__avatarPortrait:after {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  border: 6px solid #fff;
}
@media screen and (max-width: 760px) {
  .rc-TravelCard__avatarPortrait:after {
    border-width: 4px;
  }
}
.rc-TravelCard__avatarPortrait img {
  width: 100%;
}
.rc-TravelCard__title {
  margin: 0;
  color: #000;
  text-transform: uppercase;
  font-family: 'Nobel', Arial, sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 760px) {
  .rc-TravelCard__title {
    font-size: 1.8rem;
  }
}
.rc-TravelCard__subtitle {
  color: #aeb3b7;
  font-size: 1.2rem;
}
.rc-TravelCard__description {
  margin: 2rem 0;
  font-family: 'Nobel Book', Arial, sans-serif;
  font-weight: 400;
}
.rc-TravelCard__address {
  margin-top: -10rem;
  padding: 2rem 10rem 2rem 0;
  border-bottom: 1px solid #d9dbdd;
  color: #aeb3b7;
}
@media screen and (max-width: 760px) {
  .rc-TravelCard__address {
    margin-top: -7rem;
  }
}
.rc-TravelCard__address strong {
  color: #000;
  font-weight: normal;
}
.rc-TravelCard__action {
  text-align: right;
  margin-top: 1.5rem;
  font-family: 'Nobel Book', Arial, sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 760px) {
  .rc-TravelCard__action .btn {
    width: 100%;
    padding: 1.5rem;
  }
}
.rc-TravelCard--hasPicture .rc-TravelCard__header {
  padding: 0;
}
.rc-TravelCard--hasPicture .rc-TravelCard__category {
  position: absolute;
  left: 2rem;
  bottom: 2rem;
  margin-right: 3rem;
  border: none;
}
.rc-TravelCard--hasPicture .rc-TravelCard__avatar {
  margin-top: 0;
  position: absolute;
  top: 0;
  right: 3rem;
}
.rc-TravelCard--hasPicture .rc-TravelCard__avatar:before {
  background-color: transparent;
}
.rc-TravelCard--hasPicture .rc-TravelCard__title--hasPortrait:before {
  content: '';
  height: 2rem;
  width: 10rem;
  float: right;
  display: block;
}
.rc-TravelCard--hasPicture .rc-TravelCard__description:after {
  display: none;
}
.rc-TravelCard--ambassadeur .rc-TravelCard__category {
  background: #bd9e56;
  color: #fff;
  border: none;
}
.rc-TravelCard--ambassadeur .rc-TravelCard__header:before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 2rem;
  left: 2rem;
  bottom: 3.2rem;
  right: 2rem;
  border: 1px solid #bd9e56;
}
.rc-TravelCard--ambassadeur .rc-TravelCard__title:before {
  display: none;
}
.rc-TravelCard--hidden {
  position: absolute;
  opacity: 0;
}
.rc-TravelBookPopin {
  background: #fff;
  width: 100%;
  position: relative;
}
.rc-TravelBookPopin__accordionContent {
  font-family: 'Nobel Book', Arial, sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 760px) {
  .rc-TravelBookPopin {
    margin: auto;
  }
}
.rc-TravelBookPopin__close {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  text-indent: -9999px;
  width: 30px;
  height: 30px;
  position: absolute;
  z-index: 3;
  background: url('/images/common/close-popin.png') center center no-repeat;
  top: 10px;
  right: 25px;
  outline: 0;
}
@media screen and (max-width: 760px) {
  .rc-TravelBookPopin__close {
    background-color: #fff;
    top: 0;
    right: 0;
  }
}
.rc-TravelBookPopin__inner {
  position: relative;
}
.rc-TravelBookPopin__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 260px;
}
@media screen and (min-width: 760px) {
  .rc-TravelBookPopin__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.rc-TravelBookPopin__column {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.rc-TravelBookPopin__column--left {
  background: #fafafa;
  height: auto;
}
@media screen and (max-width: 760px) {
  .rc-TravelBookPopin__column--left {
    background: #fff;
  }
}
@media screen and (min-width: 760px) {
  .rc-TravelBookPopin__column--left {
    width: 40%;
  }
  .rc-TravelBookPopin__column--right {
    width: 60%;
    height: auto;
    position: relative;
  }
}
.rc-TravelBookPopin__header {
  position: relative;
}
.rc-TravelBookPopin__category {
  position: absolute;
  bottom: 2rem;
  left: 2.5rem;
  z-index: 2;
  display: inline-block;
  padding: .8rem 2rem;
  margin-left: 1rem;
  border-radius: 2rem;
  border: 1px solid #aeb3b7;
  background: #fff;
  color: #000;
  line-height: 1;
  text-transform: uppercase;
  font-size: 1rem;
}
.rc-TravelBookPopin__category--inContent {
  position: static;
  margin-left: 0;
  margin-top: 1.5rem;
}
.rc-TravelBookPopin__picture {
  min-height: 65px;
  background: #fafafa;
}
.rc-TravelBookPopin__picture img {
  width: 100%;
}
.rc-TravelBookPopin__icon {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  fill: #fff;
}
.rc-TravelBookPopin__infos {
  position: relative;
  padding: 3rem;
}
.rc-TravelBookPopin__avatar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2.5rem;
}
.rc-TravelBookPopin__avatarPortrait {
  position: relative;
  z-index: 1;
  width: 10rem;
  height: 10rem;
  overflow: hidden;
  border-radius: 50%;
  border: 1px solid #bd9e56;
}
.rc-TravelBookPopin__avatarPortrait:after {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  border: 6px solid #fff;
}
.rc-TravelBookPopin__avatarPortrait img {
  width: 100%;
}
.rc-TravelBookPopin__title {
  margin: 0 0 1.5rem;
  color: #000;
  text-transform: uppercase;
  font-family: 'Nobel', Arial, sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 760px) {
  .rc-TravelBookPopin__title {
    font-size: 1.8rem;
  }
}
.rc-TravelBookPopin__subtitle {
  color: #aeb3b7;
  font-size: 1.6rem;
}
.rc-TravelBookPopin__description {
  margin: 2rem 0;
  color: #000;
  font-family: 'Nobel Book', Arial, sans-serif;
  font-weight: 400;
}
.rc-TravelBookPopin__description em {
  font-family: 'Times New Roman', Times;
  font-style: italic;
}
.rc-TravelBookPopin__action {
  text-align: right;
}
@media screen and (max-width: 760px) {
  .rc-TravelBookPopin__action .btn {
    width: 100%;
    padding: 1.5rem;
  }
}
.rc-TravelBookPopin__baseline {
  color: #bd9e56;
  font-size: 1.6rem;
}
.rc-TravelBookPopin__baseline img {
  vertical-align: baseline;
}
.rc-TravelBookPopin__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 3rem;
  color: #000;
}
.rc-TravelBookPopin__authorName {
  display: block;
}
.rc-TravelBookPopin__authorInfos {
  padding: 1.5rem 2.5rem 2.5rem;
}
.rc-TravelBookPopin__content {
  position: relative;
  overflow: hidden;
  overflow-y: auto;
}
.rc-TravelBookPopin__listen {
  margin: 4rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rc-TravelBookPopin__listenLabel {
  text-transform: uppercase;
  color: #bd9e56;
  margin-right: 2rem;
}
.rc-TravelBookPopin__listenPlayer {
  width: 35px;
  height: 35px;
  margin: 0 4px;
  background-color: #bd9e56;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 24px auto;
  border-radius: 50%;
  text-indent: -999em;
  overflow: hidden;
  -webkit-transition: background .2s;
          transition: background .2s;
}
.rc-TravelBookPopin__listenPlayer:hover {
  background-color: #94712a;
}
.rc-TravelBookPopin__listenPlayer[href*="youtube"] {
  background-image: url('/images/svg/iconPlayerYoutube.svg');
}
.rc-TravelBookPopin__listenPlayer[href*="spotify"] {
  background-image: url('/images/svg/iconPlayerSpotify.svg');
}
.rc-TravelBookPopin__listenPlayer[href*="deezer"] {
  background-image: url('/images/svg/iconPlayerDeezer.svg');
}
.rc-TravelBookPopin__accordionSubtitle {
  color: #aeb3b7;
  font-size: 1.6rem;
  margin-bottom: 2rem;
}
.rc-TravelBookPopin .accordion {
  border: none;
}
.rc-TravelBookPopin .accordionHeader {
  background: #fff;
  padding: 1.5rem 1.5rem 1.5rem 5rem;
  border: none;
  text-transform: uppercase;
  color: #000;
  font-size: 1.8rem;
}
.rc-TravelBookPopin .accordionHeader:before,
.rc-TravelBookPopin .accordionHeader:after {
  content: '';
  right: auto;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  background: #1c1c1b;
  opacity: 1;
}
.rc-TravelBookPopin .accordionHeader:before {
  position: absolute;
  left: 1.1rem;
  top: 50%;
  height: 3px;
  width: 2rem;
  margin-top: -3px;
}
.rc-TravelBookPopin .accordionHeader:after {
  left: 1.9rem;
  width: 2px;
  height: 2rem;
}
.rc-TravelBookPopin .accordionHeader.ui-accordion-header-active {
  color: #bd9e56;
}
.rc-TravelBookPopin .accordionHeader.ui-accordion-header-active:before {
  display: none;
}
.rc-TravelBookPopin .accordionHeader + .accordionContent {
  background: #fff;
  padding-left: 5rem;
}
.rc-TravelBookPopin .accordionContent {
  background: #fff;
}
.rc-TravelBookPopin__map {
  min-height: 320px;
}
@media screen and (min-width: 760px) {
  .rc-TravelBookPopin--contenu .rc-TravelBookPopin__content {
    position: absolute;
    left: 0;
    top: 3rem;
    bottom: 3rem;
    width: 100%;
  }
}
.rc-TravelBookPopin--contenu .rc-TravelBookPopin__contentInner {
  padding: 2rem;
}
@media screen and (min-width: 1025px) {
  .rc-TravelBookPopin--contenu .rc-TravelBookPopin__contentInner {
    padding: 3rem 8rem;
  }
}
.rc-TravelBookPopin--contenu .rc-TravelBookPopin__baseline {
  position: absolute;
  bottom: 1rem;
  right: 3rem;
}
@media screen and (max-width: 760px) {
  .rc-TravelBookPopin--contenu .rc-TravelBookPopin__baseline {
    position: static;
    text-align: right;
    margin-right: 1rem;
  }
}
@media screen and (min-width: 760px) {
  .rc-TravelBookPopin--musique .rc-TravelBookPopin__content,
  .rc-TravelBookPopin--media .rc-TravelBookPopin__content {
    position: absolute;
    left: 0;
    top: 3rem;
    bottom: 3rem;
    width: 100%;
  }
}
.rc-TravelBookPopin--musique .rc-TravelBookPopin__contentInner,
.rc-TravelBookPopin--media .rc-TravelBookPopin__contentInner {
  padding: 0 1rem;
}
@media screen and (min-width: 1025px) {
  .rc-TravelBookPopin--musique .rc-TravelBookPopin__contentInner,
  .rc-TravelBookPopin--media .rc-TravelBookPopin__contentInner {
    padding: 0 5rem;
  }
}
.rc-TravelBookPopin--musique .rc-TravelBookPopin__baseline,
.rc-TravelBookPopin--media .rc-TravelBookPopin__baseline {
  position: absolute;
  bottom: 1rem;
  right: 3rem;
}
@media screen and (max-width: 760px) {
  .rc-TravelBookPopin--musique .rc-TravelBookPopin__baseline,
  .rc-TravelBookPopin--media .rc-TravelBookPopin__baseline {
    position: static;
    text-align: right;
    margin-right: 1rem;
  }
}
.rc-TravelBookPopin--ambassadeur .rc-TravelBookPopin__category {
  background: #bd9e56;
  color: #fff;
  border: none;
}
.rc-TravelBookPopin--ambassadeur .rc-TravelBookPopin__header:before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 2rem;
  left: 2rem;
  bottom: 3.2rem;
  right: 2rem;
  border: 1px solid #bd9e56;
}
.rc-TravelBookPopin--hasPicture {
  min-height: 0;
}
.rc-TravelBookPopin--hasPicture .rc-TravelBookPopin__category:not(.rc-TravelBookPopin__category--inContent) {
  border: none;
}
.rc-TravelBookPopin--hasPicture .rc-TravelBookPopin__authorInfos {
  margin-top: -5rem;
  padding-right: 10rem;
}
.rc-TravelBookPopin--hasPicture .rc-TravelBookPopin__avatar {
  padding: 0;
  margin: -5rem 2rem 2rem 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.rc-TravelBookPopin--hasPicture .rc-TravelBookPopin__map {
  height: 0;
  min-height: 0;
  padding-bottom: 60%;
  overflow: hidden;
}
@media screen and (min-width: 760px) and (max-width: 900px) {
  .rc-DigitalPassport .rc-DigitalPassportMain:not(.noPaddingApp) {
    padding-left: 50px;
  }
}
.rc-DigitalPassportHeader {
  position: relative;
  padding: 2rem;
  text-align: center;
  background: #fff;
}
.rc-DigitalPassportSidebar {
  margin-bottom: 2rem;
}
@media screen and (min-width: 1025px) {
  .rc-DigitalPassportSidebar {
    padding-right: 2rem;
  }
}
.rc-DigitalPassport fieldset {
  border: none;
  margin: 0 0 3rem;
  padding: 0;
}
.rc-DigitalPassport fieldset:last-child {
  margin-bottom: 0;
}
.rc-DigitalPassport fieldset .formField {
  margin-bottom: 1rem;
}
.rc-DigitalPassport fieldset .formField:last-child {
  margin-bottom: 0;
}
.rc-DigitalPassport legend {
  margin-bottom: 1.5rem;
  display: block;
  font-weight: 700;
  text-transform: uppercase;
}
.rc-DigitalPassportFilter {
  font-size: 1.3rem;
}
.rc-DigitalPassportFilter .selectboxit {
  box-shadow: 1px 0 7px 0 rgba(28, 28, 27, 0.35);
  font-family: 'Times New Roman', Times;
  border: none;
}
.rc-DigitalPassportFilter .datepicker {
  box-shadow: 1px 0 7px 0 rgba(28, 28, 27, 0.35) !important;
}
.rc-DigitalPassportFilter .dateField svg {
  height: 31px;
}
.rc-DigitalPassportFilter__form {
  background: #fff;
  padding: 2rem;
  display: none;
}
@media screen and (min-width: 1025px) {
  .rc-DigitalPassportFilter__form {
    display: block !important;
  }
}
.rc-DigitalPassportFilter__toggler {
  position: relative;
  display: block;
  width: 100%;
  padding: 2rem;
  text-transform: uppercase;
  font-weight: 700;
  text-align: left;
  background: #fff;
  border: none;
}
@media screen and (min-width: 1025px) {
  .rc-DigitalPassportFilter__toggler {
    display: none;
  }
}
.rc-DigitalPassportFilter__toggler:after {
  content: '';
  position: absolute;
  right: 2rem;
  top: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: #000 transparent transparent transparent;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.rc-DigitalPassportFilter .checkbox input + label:before {
  margin-right: 1rem;
}
.rc-DigitalPassportFilter .selectboxit-container {
  display: block;
}
.rc-DigitalPassportFilter .selectboxit-btn {
  min-width: 10rem;
  width: 100% !important;
}
.rc-DigitalPassportView--list {
  padding-top: 4.5rem;
}
.rc-DigitalPassportContent__noResults {
  text-align: center;
  padding: 0 2rem;
  margin: 6rem 0;
}
.rc-DigitalPassportMap .mapWrapper {
  height: 850px;
}
@media screen and (min-width: 760px) {
  .rc-DigitalPassportMap .mapZoom {
    left: 50px;
  }
  .rc-DigitalPassportMap .mapZoom button {
    z-index: 2;
  }
}
.rc-DigitalPassportBanner {
  background: #fff;
  padding-top: 3rem;
}
@media screen and (max-width: 760px) {
  .rc-DigitalPassportBanner {
    padding-bottom: 1.5rem;
  }
}
.rc-DigitalPassportBanner > .grid {
  padding: 0 3rem;
}
@media screen and (min-width: 1241px) {
  .rc-DigitalPassportBanner__inner {
    padding-left: 0;
  }
}
.rc-DigitalPassportBanner__header {
  margin-bottom: 4rem;
}
.rc-DigitalPassportBanner__title {
  margin-top: 0;
  font-family: 'Times New Roman', Times;
  font-size: 3.5rem;
  color: #1c1c1b;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;
  text-decoration: none;
  text-transform: none;
}
@media screen and (max-width: 760px) {
  .rc-DigitalPassportBanner__title {
    font-size: 2.4rem;
  }
}
.rc-DigitalPassportBanner__heading {
  font-family: 'Nobel Book', Arial, sans-serif;
  font-weight: 400;
  line-height: 1.4;
  text-transform: none;
}
.rc-DigitalPassportBanner__navigationLabel {
  margin-bottom: 1.5rem;
  font-family: 'Nobel Book', Arial, sans-serif;
  font-weight: 400;
}
.rc-DigitalPassportQuickview {
  margin-bottom: 2rem;
}
.rc-DigitalPassportQuickview ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 760px) {
  .rc-DigitalPassportQuickview ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.rc-DigitalPassportQuickview__item {
  padding: 1rem;
  padding-right: 3rem;
  border-left: 1px solid #d9dbdd;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 760px) {
  .rc-DigitalPassportQuickview__item {
    border: none;
  }
  .rc-DigitalPassportQuickview__item:first-child {
    margin-bottom: 2rem;
  }
}
.rc-DigitalPassportQuickview__label {
  margin-bottom: 2rem;
  color: #aeb3b7;
}
@media screen and (max-width: 760px) {
  .rc-DigitalPassportQuickview__label {
    margin-bottom: 1rem;
  }
}
.rc-DigitalPassportQuickview__amount {
  color: #1c1c1b;
  font-family: 'Nobel', Arial, sans-serif;
  font-weight: 400;
}
.rc-PassportCard {
  margin-bottom: 3rem;
}
.rc-PassportCard__description {
  font-family: 'Nobel Book', Arial, sans-serif;
  font-weight: 400;
}
.rc-PassportCard__favoriteNotification {
  display: none;
}
.rc-PassportCard__wrap {
  background: #fff;
  padding: 3rem;
  box-shadow: 1px 1px 7px 0 rgba(28, 28, 27, 0.35);
}
@media screen and (max-width: 760px) {
  .rc-PassportCard__wrap {
    padding: 2rem;
  }
}
.rc-PassportCard__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 1025px) {
  .rc-PassportCard__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 1025px) {
  .rc-PassportCard__picture,
  .rc-PassportCard__main {
    width: 50%;
  }
}
@media screen and (min-width: 1025px) {
  .rc-PassportCard__main {
    width: 50%;
    padding: 1rem;
  }
}
.rc-PassportCard__picture {
  position: relative;
  margin-bottom: 2rem;
}
.rc-PassportCard__picture.isRetire {
  border: 1px solid black;
  padding: 2rem;
  margin-right: 3rem;
  margin-bottom: 0;
  text-align: center;
}
.rc-PassportCard__picture.isRetire span {
  color: #bd9e56;
  display: block;
  margin-top: 24%;
  font-size: 2.3rem;
  font-family: 'Goudy Old Style MT W01', 'Times New Roman', Times, Georgia, serif;
}
.rc-PassportCard__picture img {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .rc-PassportCard__picture {
    padding-right: 3rem;
    margin-bottom: 0;
  }
  .rc-PassportCard__picture img {
    max-width: 100%;
    max-height: 350px;
  }
}
.rc-PassportCard__category {
  display: inline-block;
  position: absolute;
  z-index: 2;
  top: 25px;
  padding: .5rem 2rem;
  background: #fff;
  color: #bd9e56;
}
.rc-PassportCard__date {
  position: relative;
  display: inline-block;
  font-family: 'Nobel Book', Arial, sans-serif;
  font-weight: 400;
}
.rc-PassportCard__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1.5rem;
  padding: 1rem;
}
.rc-PassportCard__infos {
  max-width: 70%;
  padding-right: 1.5rem;
}
.rc-PassportCard__infos a {
  text-decoration: none;
}
@media screen and (min-width: 1025px) {
  .rc-PassportCard__infos {
    max-width: 65%;
  }
}
.rc-PassportCard__manage {
  text-align: right;
}
.rc-PassportCard__manageActions {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.rc-PassportCard__manageActionsOffers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0;
  padding: 0;
}
.rc-PassportCard__manageBtn {
  padding: .5rem;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: none;
  background: none;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 1;
}
.rc-PassportCard__manageBtn:hover {
  background: #f2f1f1;
}
.rc-PassportCard__manageBtn svg {
  width: 18px;
  height: 18px;
  margin: auto;
}
.rc-PassportCard__manageBtn--favorite {
  text-transform: none;
}
.rc-PassportCard__manageBtn--favorite.addFavorite:before {
  top: 0;
  left: 20px;
  bottom: auto;
  right: auto;
}
.rc-PassportCard__manageBtn--favoriteIcon {
  stroke: #1c1c1b;
  stroke-width: 3px;
  fill: transparent;
}
.rc-PassportCard__manageBtn--favorite.is-favorited svg {
  fill: #1c1c1b;
  stroke: none;
}
.rc-PassportCard__manageBtn--deleteIcon {
  fill: #1c1c1b;
}
.rc-PassportCard__seeOtherStays.btn {
  padding: 1rem;
  font-size: 1rem;
  font-weight: 700;
}
.rc-PassportCard__title {
  font-style: normal;
  margin: 0;
  font-family: 'Nobel', Arial, sans-serif;
  font-weight: 400;
  font-size: 2.4rem;
}
.rc-PassportCard__name {
  font-weight: 700;
}
.rc-PassportCard__content {
  margin-bottom: 2rem;
  padding: 1rem;
}
.rc-PassportCard__content .learnMore em {
  text-decoration: underline;
  font-style: italic;
  color: #bd9e56;
  cursor: pointer;
}
.rc-PassportCard__content .learnMore em:hover {
  text-decoration: none;
}
.rc-PassportCard__content .learnMore .more {
  display: inline;
}
.rc-PassportCard__content .learnMore .less {
  display: none;
}
.rc-PassportCard__content--expanded .learnMore .less {
  display: inline;
}
.rc-PassportCard__content--expanded .learnMore .more {
  display: none;
}
.rc-PassportCard__actions {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #eef0f0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
}
.rc-PassportCard__action.btn {
  padding: 1rem;
  font-size: 1.1rem;
  font-weight: 700;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.rc-PassportCard__action.btn:nth-child(2) {
  margin: 0 .8rem;
}
.rc-PassportCard__action.btn svg {
  margin: 3px 5px 3px 0;
  fill: #ffffff;
}
.rc-PassportCard__action.btn svg,
.rc-PassportCard__action.btn span {
  display: inline-block;
  vertical-align: middle;
}
.rc-PassportCard__action.btn:hover svg {
  fill: #e9d4ab;
}
.rc-PassportCard__action.btn:hover span {
  color: #d9b56e;
}
.rc-PassportCard__action--active.btn.btnLight {
  background: #bd9e56;
  color: #fff;
}
.rc-PassportCard__action--active.btn.btnLight svg {
  fill: #fff;
}
.rc-PassportCard__location {
  display: block;
  margin: .5rem 0 .3rem;
  text-transform: uppercase;
  color: #1c1c1b;
  font-size: 1.2rem;
  font-family: 'Times New Roman', Times;
}
.rc-PassportCard__numbers {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 760px) {
  .rc-PassportCard__numbers {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.rc-PassportCard__number {
  width: 50%;
  padding: 0 2rem 0 1rem;
  border-left: 1px solid #d9dbdd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 760px) {
  .rc-PassportCard__number {
    border: none;
    width: 100%;
  }
  .rc-PassportCard__number:first-child {
    margin-bottom: 2rem;
  }
}
.rc-PassportCard__numberLabel {
  margin-bottom: .5rem;
  color: #aeb3b7;
}
.rc-PassportCard__numberScore {
  display: block;
  color: #bd9e56;
  font-size: 2rem;
  font-family: 'Nobel Book', Arial, sans-serif;
  font-weight: 400;
}
.rc-PassportCard__numberScore .reviewRating button {
  padding: 0;
  width: 9px;
  overflow: hidden;
  height: 18px;
}
.rc-PassportCard__numberScore .reviewRating .rate button:nth-child(2n) {
  margin-right: 2px;
}
.rc-PassportCard__numberScore .reviewRating .rate button:nth-child(2n+1) .icon {
  margin-left: -8px;
}
.rc-PassportCard__numberScore .reviewRating .rate .icon {
  width: 18px;
  height: 18px;
}
.rc-PassportCard__stay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1rem;
  background: #eef0f0;
  padding: 1rem 1.5rem;
  color: #bd9e56;
}
.rc-PassportCardAction__no-content {
  display: none;
}
.rc-PassportCardAction__topActions input[type="checkbox"],
.rc-PassportCardAction__topActions input[type="checkbox"] + label {
  display: none;
}
@media screen and (max-width: 760px) {
  .rc-PassportCardAction__topActions {
    padding: 0 1rem;
    margin-bottom: 3rem;
  }
  .rc-PassportCardAction__topActions input[type="checkbox"],
  .rc-PassportCardAction__topActions input[type="checkbox"] + label {
    display: block;
  }
}
.rc-PassportCardAction__topActions input[type="checkbox"] {
  position: absolute;
  left: -9999em;
  opacity: 0;
}
.rc-PassportCardAction__topActions input[type="checkbox"]:checked ~ .rc-TravelBook__filters {
  display: block;
}
.rc-PassportCardAction__block {
  display: none;
}
.rc-PassportCardAction__block--note {
  display: block;
}
.rc-PassportCardAction__block--active {
  display: block;
}
.rc-PassportCardAction__block--active.rc-PassportCardAction__block--networks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rc-PassportCardAction__block--active.rc-PassportCardAction__block--networks .btnSocial {
  padding: 0;
  margin: 10px 13px 0 0;
  background-color: #fff;
  border: 1px solid #1c1c1b;
}
.rc-PassportCardAction__heading {
  font-family: 'Nobel', Arial, sans-serif;
  font-weight: 400;
  font-size: 2.1rem;
}
.rc-PassportCardAction__form:after {
  content: '';
  clear: both;
  display: block;
}
.rc-PassportCardAction__field {
  width: 100%;
}
.rc-PassportCardAction__submit {
  font-size: 1.2rem;
  font-weight: 700;
  float: right;
}
.rc-PassportCardAction__networks {
  margin-left: 2rem;
}
.rc-PassportCardReview {
  padding: 1.5rem 0;
}
.rc-PassportCardAction__travelBook {
  position: relative;
}
.rc-PassportCardAction__travelBookFilters .rc-TravelBook__filters {
  margin-bottom: 0;
}
.rc-PassportCardAction__travelBookFilters .rc-TravelBook__filters ul {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (min-width: 760px) {
  .rc-PassportCardAction__travelBookFilters .rc-TravelBook__filter {
    padding-bottom: 2rem;
  }
  .rc-PassportCardAction__travelBookFilters .rc-TravelBook__filter--active {
    border-bottom: 4px solid #bd9e56;
  }
}
.rc-PassportCardAction__travelBookCards {
  padding: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow: hidden;
  overflow-x: auto;
  background: #f2f1f1;
}
.rc-PassportCardAction__travelBookCards .rc-TravelCard {
  margin-right: 1.5rem;
  width: 32rem;
  height: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.rc-PassportReview {
  background: #fff;
  padding: 4rem;
}
.rc-PassportReview__heading {
  margin-top: 0;
}
.rc-PassportReview textarea {
  width: 100%;
}
.rc-PassportReview__close {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  text-indent: -9999px;
  width: 30px;
  height: 30px;
  position: absolute;
  z-index: 3;
  background: url('/images/common/close-popin.png') center center no-repeat;
  top: 10px;
  right: 25px;
  outline: 0;
}
@media screen and (max-width: 760px) {
  .rc-PassportReview__close {
    background-color: #fff;
    top: 0;
    right: 0;
  }
}
.rc-PassportAddStay {
  background: #fff;
  padding: 3rem;
  margin-bottom: 4rem;
  box-shadow: 0 5px 2rem -3px #d9d7d7;
}
@media screen and (max-width: 760px) {
  .rc-PassportAddStay {
    padding: 2rem;
  }
  .rc-PassportAddStay__heading {
    margin-bottom: 1rem;
  }
}
.rc-PassportAddStay__heading {
  color: #1c1c1b;
  font-family: 'Nobel', Arial, sans-serif;
  font-weight: 400;
}
.rc-PassportAddStay__info {
  color: #5d676f;
}
.rc-PassportAddStay__subtitle {
  color: #5d676f;
  margin-bottom: 2rem;
  font-family: 'Times New Roman', Times;
  font-size: 1.8rem;
}
.rc-PassportAddStay .dateField svg {
  bottom: auto;
  top: 9px;
  right: 10px;
  height: 31px;
}
.rc-PassportAddStay__fetch {
  position: relative;
}
.rc-PassportAddStay__fetchIcon {
  position: absolute;
  left: 1.2rem;
  top: 1.2rem;
  pointer-events: none;
}
.rc-PassportAddStay__fetchIcon svg {
  width: 24px;
  height: 24px;
}
.rc-PassportAddStay__fetchIcon.loadingLayer svg {
  opacity: 0;
}
.rc-PassportAddStay__fetch input.rc-PassportAddStay__fetchField {
  padding-left: 5rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 1241px) {
  .rc-PassportAddStay__fetch input.rc-PassportAddStay__fetchField {
    width: 50%;
  }
}
.rc-PassportAddStay__form .selectboxit-container {
  display: block;
}
.rc-PassportAddStay__form .selectboxit-btn {
  width: 100% !important;
}
.rc-PassportAddStay__typeField {
  width: 50%;
}
@media screen and (max-width: 760px) {
  .rc-PassportAddStay__typeField {
    width: 100%;
  }
}
.rc-PassportAddStay__actions {
  display: none;
}
.rc-PassportAddStay__actions--visible {
  display: block;
}
.rc-PassportAddStay__formContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 760px) {
  .rc-PassportAddStay__formContent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.rc-PassportAddStay__formGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 760px) {
  .rc-PassportAddStay__formGroup {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 100%;
  }
}
.rc-PassportAddStay__field {
  margin-right: 1rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 760px) {
  .rc-PassportAddStay__field {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
.rc-PassportAddStay .rc-PassportCard {
  margin: 2.5rem 0;
}
.rc-PassportAddStay .rc-PassportCard__wrap {
  padding: 0;
}
.rc-PassportAddStay .rc-PassportCard__infos {
  max-width: 100%;
}
.rc-DigitalPassportRemoveStay {
  background: #fff;
  padding: 7rem;
  text-align: center;
}
.rc-DigitalPassportRemoveStay__inner {
  max-width: 70rem;
  margin: 0 auto;
}
.rc-DigitalPassportRemoveStay .btn {
  margin-top: 5rem;
}
.rc-DigitalPassportRemoveStay__close {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  text-indent: -9999px;
  width: 30px;
  height: 30px;
  position: absolute;
  z-index: 3;
  background: url('/images/common/close-popin.png') center center no-repeat;
  top: 10px;
  right: 25px;
  outline: 0;
}
@media screen and (max-width: 760px) {
  .rc-DigitalPassportRemoveStay__close {
    background-color: #fff;
    top: 0;
    right: 0;
  }
}
@media screen and (min-width: 760px) and (max-width: 900px) {
  .rc-Favorites .rc-FavoritesMain:not(.noPaddingApp) {
    padding-left: 50px;
  }
}
.rc-FavoritesSidebar {
  margin-bottom: 2rem;
}
@media screen and (min-width: 1025px) {
  .rc-FavoritesSidebar {
    padding-right: 2rem;
  }
}
.rc-Favorites fieldset {
  border: none;
  margin: 0 0 3rem;
  padding: 0;
}
.rc-Favorites fieldset:last-child {
  margin-bottom: 0;
}
.rc-Favorites fieldset .formField {
  margin-bottom: 1rem;
}
.rc-Favorites fieldset .formField:last-child {
  margin-bottom: 0;
}
.rc-Favorites legend {
  margin-bottom: 1.5rem;
  display: block;
  font-weight: 700;
  text-transform: uppercase;
}
.rc-FavoritesFilter {
  font-size: 1.3rem;
}
.rc-FavoritesFilter .selectboxit {
  box-shadow: 1px 0 7px 0 rgba(28, 28, 27, 0.35);
  font-family: 'Times New Roman', Times;
  border: none;
}
.rc-FavoritesFilter .datepicker {
  box-shadow: 1px 0 7px 0 rgba(28, 28, 27, 0.35) !important;
}
.rc-FavoritesFilter .dateField svg {
  height: 31px;
}
.rc-FavoritesFilter__form {
  background: #fff;
  padding: 2rem;
  display: none;
}
@media screen and (min-width: 1025px) {
  .rc-FavoritesFilter__form {
    display: block !important;
  }
}
.rc-FavoritesFilter__toggler {
  position: relative;
  display: block;
  width: 100%;
  padding: 2rem;
  text-transform: uppercase;
  font-weight: 700;
  text-align: left;
  background: #fff;
  border: none;
}
@media screen and (min-width: 1025px) {
  .rc-FavoritesFilter__toggler {
    display: none;
  }
}
.rc-FavoritesFilter__toggler:after {
  content: '';
  position: absolute;
  right: 2rem;
  top: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: #000 transparent transparent transparent;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.rc-FavoritesFilter .checkbox input + label:before {
  margin-right: 1rem;
}
.rc-FavoritesFilter .selectboxit-container {
  display: block;
}
.rc-FavoritesFilter .selectboxit-btn {
  min-width: 10rem;
  width: 100% !important;
}
.rc-FavoritesView--list {
  padding-top: 4.5rem;
}
@media screen and (min-width: 901px) {
  .rc-FavoritesView--list {
    min-height: 60vh;
  }
}
.rc-FavoritesMap .mapWrapper {
  height: 850px;
}
@media screen and (min-width: 760px) {
  .rc-FavoritesMap .mapZoom button {
    z-index: 2;
  }
}
.rc-FavoritesHeader {
  position: relative;
  padding: 2rem 2rem 0 2rem;
  text-align: center;
  background: #fff;
}
.rc-FavoritesHeader__navigation {
  padding: 0 3rem;
}
@media screen and (max-width: 760px) {
  .rc-FavoritesHeader {
    padding-bottom: 1.5rem;
  }
}
.rc-FavoritesBanner {
  background: #fff;
  text-align: left;
  margin-top: 1rem;
}
@media screen and (max-width: 760px) {
  .rc-FavoritesBanner {
    padding-bottom: 1.5rem;
  }
}
.rc-FavoritesBanner > .grid {
  padding: 0 3rem;
}
@media screen and (min-width: 1241px) {
  .rc-FavoritesBanner__inner {
    padding-left: 0;
  }
}
.rc-FavoritesBanner__header {
  margin-bottom: 4rem;
}
.rc-FavoritesBanner__title {
  margin-top: 0;
  font-family: 'Times New Roman', Times;
  font-size: 3.5rem;
  color: #1c1c1b;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;
  text-decoration: none;
  text-transform: none;
}
@media screen and (max-width: 760px) {
  .rc-FavoritesBanner__title {
    font-size: 2.2rem;
    line-height: 1.25;
  }
}
.rc-FavoritesBanner__heading {
  font-family: 'Times New Roman', Times;
  font-size: 3.5rem;
  color: #1c1c1b;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;
  text-decoration: none;
  font-size: 2.1rem;
  line-height: 1.4;
  text-transform: none;
}
@media screen and (max-width: 760px) {
  .rc-FavoritesBanner__heading {
    font-size: 1.8rem;
  }
}
.rc-FavoritesBanner__navigationLabel {
  margin-bottom: 1.5rem;
  font-family: 'Nobel Book', Arial, sans-serif;
  font-weight: 400;
}
.rc-FavoritesCard {
  background: #fff;
  padding: 3rem;
  margin-bottom: 3rem;
  box-shadow: 1px 1px 7px 0 rgba(28, 28, 27, 0.35);
}
@media screen and (max-width: 760px) {
  .rc-FavoritesCard {
    padding: 2rem;
  }
}
.rc-FavoritesCard .hotelQuickView {
  margin-bottom: 0;
}
@media screen and (max-width: 1240px) {
  .rc-FavoritesCard .hotelQuickView .slick-slider {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 760px) {
  .rc-FavoritesCard .hotelQuickView {
    padding: 0;
    border: none;
  }
  .rc-FavoritesCard .hotelQuickView .slick-slider {
    margin-left: 0;
    margin-right: 0;
  }
}
.rc-FavoritesCard .hotelQuickView .slick-slide {
  background-color: #fff;
}
.rc-FavoritesCard .hotelQuickView .slick-slide img {
  width: 100%;
  max-height: 125%;
}
@media screen and (min-width: 760px) and (max-width: 900px) {
  .rc-Reservations .rc-ReservationsMain:not(.noPaddingApp) {
    padding-left: 50px;
  }
}
.rc-ReservationsHeader {
  position: relative;
  padding: 2rem;
  text-align: center;
  background: #fff;
}
.rc-Reservations .accordion {
  border: none;
  background: none;
  margin-bottom: 5rem;
}
.rc-Reservations .accordionHeader {
  background-color: transparent;
  padding: 1.5rem 1.5rem 1.5rem 5rem;
  margin-bottom: 3rem;
  border: none;
  border-bottom: 1px solid #1c1c1b;
  text-transform: uppercase;
  color: #1c1c1b;
  font-family: 'Nobel Book', Arial, sans-serif;
  font-weight: 400;
}
.rc-Reservations .accordionHeader:before,
.rc-Reservations .accordionHeader:after {
  content: '';
  right: auto;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  background: #363634;
  opacity: 1;
}
.rc-Reservations .accordionHeader:before {
  position: absolute;
  left: 1.1rem;
  top: 50%;
  height: 4px;
  width: 2rem;
  margin-top: -3px;
}
.rc-Reservations .accordionHeader:after {
  left: 1.9rem;
  width: 2px;
  height: 2rem;
}
.rc-Reservations .accordionHeader.ui-accordion-header-active:before {
  display: none;
}
.rc-Reservations .accordionHeader + .accordionContent {
  background: none;
}
.rc-Reservations .accordionContent {
  background: none;
}
.rc-Reservation__bookingId {
  color: #aeb3b7;
}
.rc-Reservation__bookingId strong {
  color: #000;
  font-family: 'Nobel Book', Arial, sans-serif;
  font-weight: 400;
}
.rc-Reservation__date {
  position: relative;
  padding: .8rem 1rem;
  display: inline-block;
  margin-bottom: 2rem;
  border-bottom: 1px solid #d9dbdd;
  color: #1c1c1b;
  font-family: 'Nobel', Arial, sans-serif;
  font-weight: 400;
  font-size: 2.4rem;
}
.rc-Reservation__dateInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.rc-Reservation__dateDay {
  line-height: 1.25;
  text-transform: capitalize;
}
.rc-Reservation__dateDay em {
  font-size: 1.6rem;
  font-style: normal;
  color: #aeb3b7;
  display: block;
}
.rc-Reservation__dateSeparator {
  margin: 0 1.5rem;
  vertical-align: top;
  color: #aeb3b7;
  text-align: center;
  line-height: 2.2rem;
}
.rc-Reservation__date svg {
  fill: #aeb3b7;
}
.rc-Reservation__date:before,
.rc-Reservation__date:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 1px;
  height: 1rem;
  background: #d9dbdd;
}
.rc-Reservation__date:before {
  left: 0;
}
.rc-Reservation__date:after {
  right: 0;
}
.rc-Reservation__duration {
  position: relative;
  padding-left: 4rem;
}
.rc-Reservation__duration:before {
  content: '';
  width: 1.4rem;
  height: 2px;
  background: #aeb3b7;
  position: absolute;
  left: 1.5rem;
  top: 50%;
  margin-top: -1px;
}
.rc-Reservation__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 760px) {
  .rc-Reservation__header {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.rc-Reservation__status svg {
  fill: #bd9e56;
  display: inline-block;
  vertical-align: middle;
}
.rc-Reservation__status span {
  display: inline-block;
  vertical-align: middle;
  color: #aeb3b7;
}
@media screen and (max-width: 760px) {
  .rc-Reservation__status {
    width: 50%;
    text-align: right;
  }
}
.rc-Reservation__title {
  font-style: normal;
  margin: 0;
  font-family: 'Nobel', Arial, sans-serif;
  font-weight: 400;
  font-size: 2.4rem;
}
.rc-Reservation__title a {
  text-decoration: none;
}
.rc-Reservation__title .rc-ReservationCard__rooms {
  display: inline;
}
.rc-Reservation__name {
  font-weight: 700;
}
.rc-Reservation__location {
  display: block;
  margin: .5rem 0 1rem;
  text-transform: uppercase;
  color: #aeb3b7;
  font-size: 1.2rem;
  font-family: 'Times New Roman', Times;
}
.rc-Reservation__rooms {
  margin-bottom: 1rem;
  color: #1c1c1b;
  font-family: 'Nobel Book', Arial, sans-serif;
  font-weight: 400;
  font-size: 2.4rem;
}
.rc-Reservation__rooms:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 2rem;
  height: 1px;
  background: #1c1c1b;
  margin-right: 1.3rem;
}
.rc-Reservation__priceTag {
  position: relative;
}
.rc-Reservation__priceTag .price {
  font-size: 2rem;
  font-family: 'Nobel Bold', Arial, sans-serif;
  font-weight: 400;
  line-height: 1;
}
.rc-Reservation__priceTag .priceLabel {
  color: #1c1c1b;
  font-family: 'Nobel', Arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  display: block;
  margin: 0;
  top: 0;
  left: 0;
  width: 100%;
  font-weight: normal;
  text-align: right;
}
.rc-Reservation__priceTag .roomOriginalTotal {
  font-size: 1.4rem;
  font-style: italic;
  display: block;
  right: 0;
  text-align: right;
}
#past-bookings .rc-Reservation__priceTag {
  position: relative;
  float: right;
  min-width: 17%;
}
.rc-ReservationsBanner {
  background: #fff;
  padding-top: 3rem;
}
@media screen and (max-width: 760px) {
  .rc-ReservationsBanner {
    padding-bottom: 1.5rem;
  }
}
.rc-ReservationsBanner > .grid {
  padding: 0 3rem;
}
@media screen and (min-width: 1241px) {
  .rc-ReservationsBanner__inner {
    padding-left: 0;
  }
}
.rc-ReservationsBanner__header {
  margin-bottom: 4rem;
}
.rc-ReservationsBanner__title {
  margin-top: 0;
  font-family: 'Times New Roman', Times;
  font-size: 3.5rem;
  color: #1c1c1b;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;
  text-decoration: none;
  text-transform: none;
}
@media screen and (max-width: 760px) {
  .rc-ReservationsBanner__title {
    font-size: 2.4rem;
  }
}
.rc-ReservationsBanner__heading {
  font-family: 'Nobel Book', Arial, sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.4;
  text-transform: none;
}
.rc-ReservationsBanner__tabsLabel {
  margin-bottom: 1.5rem;
  color: #1c1c1b;
  font-family: 'Nobel Book', Arial, sans-serif;
  font-weight: 400;
}
.rc-DigitalPassportQuickview {
  margin-bottom: 2rem;
}
.rc-DigitalPassportQuickview ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 760px) {
  .rc-DigitalPassportQuickview ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.rc-DigitalPassportQuickview__item {
  padding: 1rem;
  padding-right: 3rem;
  border-left: 1px solid #d9dbdd;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 760px) {
  .rc-DigitalPassportQuickview__item {
    border: none;
  }
  .rc-DigitalPassportQuickview__item:first-child {
    border-left: none;
  }
}
.rc-DigitalPassportQuickview__label {
  margin-bottom: 2rem;
  color: #aeb3b7;
}
@media screen and (max-width: 760px) {
  .rc-DigitalPassportQuickview__label {
    margin-bottom: 1rem;
  }
}
.rc-DigitalPassportQuickview__amount {
  color: #1c1c1b;
  font-family: 'Nobel', Arial, sans-serif;
  font-weight: 400;
}
.rc-ReservationCard {
  margin-bottom: 3rem;
}
.rc-ReservationCard__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fff;
  box-shadow: 1px 1px 7px 0 rgba(28, 28, 27, 0.35);
}
@media screen and (min-width: 1025px) {
  .rc-ReservationCard__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (max-width: 760px) {
  .rc-ReservationCard__inner {
    padding: 2rem;
  }
}
@media screen and (min-width: 1025px) {
  .rc-ReservationCard__picture,
  .rc-ReservationCard__main {
    width: 50%;
  }
}
.rc-ReservationCard__main {
  padding: 15px 15px 0 15px;
}
.rc-ReservationCard__picture {
  position: relative;
  margin-bottom: 2rem;
}
.rc-ReservationCard__picture.isRetireOrCanceled {
  border: 1px solid black;
  padding: 2rem;
  margin-right: 3rem;
  margin-bottom: 0;
  text-align: center;
  min-height: 230px;
}
.rc-ReservationCard__picture.isRetireOrCanceled span {
  color: #bd9e56;
  display: block;
  margin-top: 15%;
  font-size: 2.3rem;
  font-family: 'Goudy Old Style MT W01', 'Times New Roman', Times, Georgia, serif;
}
.rc-ReservationCard__picture.isRetireOrCanceled span.isDefinitiveRetire {
  margin-top: 7%;
}
.rc-ReservationCard__picture--withText .rc-ReservationCard__pictureInner {
  height: 200px;
  padding-bottom: 0;
  border: 1px solid #bd9e56;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 760px) {
  .rc-ReservationCard__picture--withText .rc-ReservationCard__pictureInner {
    height: 300px;
  }
}
.rc-ReservationCard__picture--withText .rc-ReservationCard__pictureInner span {
  margin: auto;
  display: block;
  width: 100%;
  font-family: 'Nobel Book', Arial, sans-serif;
  font-weight: 400;
  font-size: 2.1rem;
  color: #bd9e56;
}
.rc-ReservationCard__picture--withText .rc-ReservationCard__pictureInner img {
  display: none;
}
.rc-ReservationCard__picture img {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .rc-ReservationCard__picture {
    padding-right: 3rem;
    margin-bottom: 0;
  }
  .rc-ReservationCard__picture img {
    max-width: 100%;
  }
}
.rc-ReservationCard__pictureInner {
  height: 100%;
  overflow: hidden;
}
.rc-ReservationCard__rooms {
  margin-bottom: 2rem;
  color: #1c1c1b;
  font-family: 'Nobel', Arial, sans-serif;
  font-weight: 400;
  font-size: 2.4rem;
}
.rc-ReservationCard__rooms:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 2rem;
  height: 1px;
  background: #bd9e56;
  margin-right: 1rem;
}
.rc-ReservationCard__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 760px) {
  .rc-ReservationCard__action {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.rc-ReservationCard__action .btn {
  font-size: 1.4rem;
}
@media screen and (max-width: 760px) {
  .rc-ReservationCard__action .btn {
    margin-bottom: 1rem;
  }
}
.rc-ReservationsDetailsBanner {
  position: relative;
  background: #fff;
  z-index: 2;
}
@media screen and (min-width: 760px) and (max-width: 900px) {
  .rc-ReservationsDetailsBanner {
    width: auto;
    max-width: 100%;
  }
}
@media screen and (min-width: 760px) {
  .rc-ReservationsDetailsBanner {
    padding: 0;
  }
}
.rc-ReservationsDetailsBanner > .grid:after {
  content: '';
  clear: both;
  display: block;
}
.rc-ReservationsDetailsBanner__back {
  margin-bottom: 1rem;
}
.rc-ReservationsDetailsBanner__backBtn {
  display: inline-block;
  padding: 1rem;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: color .3s;
          transition: color .3s;
  color: #aeb3b7;
}
.rc-ReservationsDetailsBanner__backBtn:hover {
  color: #bd9e56;
}
.rc-ReservationsDetailsBanner__backBtn--mobile {
  display: none;
}
@media screen and (max-width: 760px) {
  .rc-ReservationsDetailsBanner__backBtn--mobile {
    display: inline-block;
    margin-right: 1rem;
  }
}
.rc-ReservationsDetailsBanner__otherPictures {
  text-align: right;
  text-transform: uppercase;
  color: #bd9e56;
  display: block;
  float: right;
  margin: 1.5rem;
}
.rc-ReservationsDetailsBanner__otherPictures:hover {
  color: #94712a;
}
.rc-ReservationsDetailsBanner__pictureWrap {
  position: relative;
  padding-top: 30%;
}
.rc-ReservationsDetailsBanner__pictureWrap:before {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  right: 0;
  height: 60%;
  background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
}
@media screen and (max-width: 1240px) {
  .rc-ReservationsDetailsBanner__pictureWrap {
    height: 320px;
  }
}
.rc-ReservationsDetailsBanner__picture {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.rc-ReservationsDetailsBanner__content {
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
}
@media screen and (max-width: 760px) {
  .rc-ReservationsDetailsBanner__content {
    left: 1rem;
  }
}
.rc-ReservationsDetailsBanner__header {
  margin-bottom: 10rem;
  padding-left: 0;
}
@media screen and (max-width: 760px) {
  .rc-ReservationsDetailsBanner__header {
    margin-bottom: 6rem;
  }
}
.rc-ReservationsDetailsBanner__stayStatusLabel {
  font-size: 1.6rem;
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
  color: #fff;
  text-transform: uppercase;
  margin-left: 5.5rem;
}
.rc-ReservationsDetailsBanner__title {
  font-family: 'Times New Roman', Times;
  font-size: 3.5rem;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;
  text-decoration: none;
  font-size: 2.4rem;
  margin-bottom: .5rem;
  text-transform: none;
  background: #ffffff;
  padding: 0.5rem 7rem 0.5rem 5rem;
  color: #1c1c1b;
}
@media screen and (max-width: 760px) {
  .rc-ReservationsDetailsBanner__title {
    font-size: 3.6rem;
  }
}
.rc-ReservationsDetailsBanner__location {
  color: #fff;
  background: #000;
  width: 85%;
  padding: 0.5rem 0 0.5rem 5.5rem;
  font-family: 'Times New Roman', Times;
  font-size: 1.6rem;
  text-transform: uppercase;
}
.rc-ReservationsDetailsBanner__quickview {
  text-transform: uppercase;
  color: #fff;
  line-height: 1;
  position: absolute;
  padding-bottom: 3.5rem;
  margin-top: -3rem;
  margin-left: 5.5rem;
}
@media screen and (max-width: 760px) {
  .rc-ReservationsDetailsBanner__quickview {
    padding-bottom: 3.4rem;
  }
}
.rc-ReservationsDetailsBanner__quickview--past {
  margin-top: -2rem;
}
.rc-ReservationsDetailsBanner__countdown {
  padding: 2rem;
  background: #ffffff;
  color: #1c1c1b;
  font-size: 2.1rem;
  white-space: nowrap;
}
@media screen and (max-width: 760px) {
  .rc-ReservationsDetailsBanner__countdown {
    font-size: 1.6rem;
  }
}
.rc-ReservationsDetailsBanner__action {
  display: inline-block;
  padding: 1rem 2rem;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-decoration: none;
}
@media screen and (max-width: 760px) {
  .rc-ReservationsDetailsBanner__action {
    font-size: 1.4rem;
  }
}
.rc-ReservationTabsView {
  padding: 4.5rem 2rem;
}
.rc-ReservationTabsView p {
  padding: 0 3rem;
}
.rc-ReservationDetails__main {
  background: #fff;
  padding: 10rem 0 5rem;
}
@media screen and (max-width: 760px) {
  .rc-ReservationDetails__content {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 901px) {
  .rc-ReservationDetails__content {
    padding-left: 3rem;
  }
}
@media screen and (min-width: 1241px) {
  .rc-ReservationDetails__pushes {
    padding-left: 3rem;
  }
}
.rc-ReservationDetails__pushes .blocFeatured {
  border: 2px solid #bd9e56;
}
.rc-ReservationDetails__pushes .blocFeatured .category {
  display: none;
}
.rc-ReservationDetails .accordion {
  margin-bottom: 0;
}
.rc-ReservationDetails .accordionHeader {
  margin-bottom: 0;
}
.rc-ReservationDetails .rc-Reservation__rooms {
  display: inline;
}
.rc-ReservationDetails__priceContainer {
  text-align: right;
  margin-bottom: 2rem;
}
.rc-ReservationDetails .rc-Reservation__location {
  text-transform: none;
  font-size: 1.4rem;
}
.rc-ReservationDetails__infosProperty {
  background: #fff;
  box-shadow: 1px 1px 7px 0 rgba(28, 28, 27, 0.35);
  padding: 2rem 3rem;
  border-left: 5px solid #bd9e56;
  font-family: 'Nobel Book', Arial, sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 901px) {
  .rc-ReservationDetails__infosProperty {
    padding: 4rem 5rem;
  }
}
.rc-ReservationDetails .rc-GiftRestaurant-buttons {
  float: none;
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 901px) {
  .rc-ReservationDetails .rc-GiftRestaurant-buttons {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.rc-ReservationDetails .rc-GiftRestaurant-buttons .btn {
  padding: 1rem 2rem;
  font-size: 1.6rem;
}
@media screen and (min-width: 760px) {
  .rc-ReservationDetails .rc-GiftRestaurant-buttons .btn {
    margin-left: 1rem;
  }
}
.rc-ReservationDetails__rooms {
  padding: 5rem;
  background: #eef0f0;
}
@media screen and (max-width: 760px) {
  .rc-ReservationDetails .rc-Reservation__dateSeparator {
    margin: 0 .5rem;
  }
  .rc-ReservationDetails .rc-Reservation__dateDay,
  .rc-ReservationDetails .rc-Reservation__duration {
    font-size: 2.4rem;
    font-family: 'Nobel', Arial, sans-serif;
    font-weight: 400;
    color: #1c1c1b;
  }
}
.rc-ReservationDetails__startHour:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 2rem;
  height: 1px;
  background: #bd9e56;
  margin-right: 1rem;
}
.rc-ReservationDetails__tabs {
  position: relative;
}
@media screen and (min-width: 760px) {
  .rc-ReservationDetails__tabs {
    background: #fff;
    padding: 3rem 1rem 0;
  }
}
@media screen and (min-width: 901px) {
  .rc-ReservationDetails__tabs ul {
    padding-left: 6rem;
  }
}
.rc-ReservationDetails__tabs input[type="checkbox"],
.rc-ReservationDetails__tabs input[type="checkbox"] + label {
  display: none;
}
@media screen and (max-width: 760px) {
  .rc-ReservationDetails__tabs {
    margin: 2rem 1rem 0;
  }
  .rc-ReservationDetails__tabs input[type="checkbox"],
  .rc-ReservationDetails__tabs input[type="checkbox"] + label {
    display: block;
  }
}
.rc-ReservationDetails__tabs input[type="checkbox"] {
  position: absolute;
  left: -9999em;
  opacity: 0;
}
.rc-ReservationDetails__tabs input[type="checkbox"]:checked ~ .rc-ReservationDetails__filtersRooms li {
  display: block;
}
.rc-ReservationDetails__filtersToggler {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5rem;
  padding: 1.5rem 2rem;
  text-transform: uppercase;
  color: #aeb3b7;
  text-indent: -9999em;
  z-index: 3;
}
@media screen and (max-width: 760px) {
  .rc-ReservationDetails__filtersToggler {
    color: #000;
  }
}
.rc-ReservationDetails__filtersToggler:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #aeb3b7 transparent transparent transparent;
}
.rc-ReservationDetails__filtersRooms ul {
  padding: 0 1rem;
}
@media screen and (max-width: 760px) {
  .rc-ReservationDetails__filtersRooms ul {
    background: #fff;
    padding: 0;
  }
}
.rc-ReservationDetails__filtersRooms li {
  margin: 0 .2rem;
}
@media screen and (max-width: 760px) {
  .rc-ReservationDetails__filtersRooms li {
    display: none;
    margin: 0;
  }
  .rc-ReservationDetails__filtersRooms li:first-child {
    display: block;
  }
}
@media screen and (max-width: 760px) {
  .rc-ReservationDetails__filtersRooms {
    margin: 0;
    padding: 0;
    border-top: 1px solid #bd9e56;
    border-left: 1px solid #bd9e56;
    border-right: 1px solid #bd9e56;
  }
  .rc-ReservationDetails__filtersRooms a {
    margin: 0;
    padding: 1.6rem 2rem;
    border-bottom: 1px solid #bd9e56;
    display: block;
  }
  .rc-ReservationDetails__filtersRooms a:after {
    display: none;
  }
}
.rc-ReservationDetails__etablissement {
  padding: 5rem 0;
  background: #fff;
}
@media screen and (max-width: 760px) {
  .rc-ReservationLocation {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.rc-ReservationLocation .rc-ReservationDetails__sectionTitle {
  margin-bottom: 4rem;
}
@media screen and (max-width: 760px) {
  .rc-ReservationLocation .rc-ReservationDetails__sectionTitle {
    text-indent: -1rem;
  }
}
.rc-ReservationLocation__header {
  padding: 2.5rem;
  border-bottom: 1px solid #bd9e56;
}
.rc-ReservationLocation__title {
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.8rem;
}
.rc-ReservationLocation__subtitle {
  color: #aeb3b7;
  font-size: 1.4rem;
}
.rc-ReservationLocation__contact {
  padding: 2.5rem 0;
  font-family: 'Nobel Book', Arial, sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 760px) {
  .rc-ReservationLocation__contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.rc-ReservationLocation__contactElt {
  padding: 0 2.5rem;
}
@media screen and (max-width: 760px) {
  .rc-ReservationLocation__contactElt {
    margin-bottom: 2.5rem;
  }
}
.rc-ReservationLocation__contactElt div {
  margin-bottom: 1rem;
}
.rc-ReservationLocation__contactElt a {
  text-decoration: none;
}
.rc-ReservationLocation__contactElt a:hover {
  text-decoration: underline;
}
.rc-ReservationLocation__contactLabel {
  color: #bd9e56;
}
.rc-ReservationLocation__access {
  padding: 5rem 0;
}
@media screen and (max-width: 760px) {
  .rc-ReservationLocation__nearby {
    margin-bottom: 2.5rem;
  }
}
.rc-ReservationLocation__howToAccess {
  padding-left: 2.5rem;
  font-family: 'Nobel Book', Arial, sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 901px) {
  .rc-ReservationLocation__howToAccess {
    padding-right: 2.5rem;
  }
}
.rc-ReservationLocation__howToAccess strong {
  color: #bd9e56;
  font-weight: 400;
}
.rc-ReservationLocation__closestRelais {
  font-family: 'Nobel Book', Arial, sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 760px) {
  .rc-ReservationLocation__closestRelais ul {
    padding-left: 2.5rem;
  }
}
.rc-ReservationLocation__closestRelais li {
  list-style-type: none;
  margin-bottom: 2rem;
}
.rc-ReservationLocation__closestRelais .name {
  color: #000;
}
.rc-ReservationLocation__closestRelais a {
  text-decoration: none;
}
.rc-ReservationLocation__closestRelais a:hover {
  text-decoration: underline;
}
.rc-ReservationLocation__closestRelais .type {
  color: #bd9e56;
}
.rc-ReservationLocation__closestRelais .type:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.5rem;
  height: 1px;
  margin-right: 1rem;
  margin-left: .5rem;
  background: #bd9e56;
}
.rc-ReservationLocation__closestRelais .dist {
  display: block;
  color: #5d676f;
}
.rc-ReservationLocation__services {
  padding: 5rem 0;
}
.rc-ReservationLocation .rc-EtablissementActivities--withIcons a {
  display: none;
}
.rc-ReservationLocation .rc-EtablissementActivities--withIcons ul {
  padding: 0 2rem;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #bd9e56;
  border-bottom: 1px solid #bd9e56;
}
@media screen and (min-width: 760px) {
  .rc-ReservationLocation .rc-EtablissementActivities--withIcons ul {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding: 0 5rem;
  }
}
.rc-ReservationLocation .rc-EtablissementActivity {
  text-align: center;
  padding: 2.5rem;
  font-family: 'Nobel Book', Arial, sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 760px) {
  .rc-ReservationLocation .rc-EtablissementActivity {
    width: 50%;
  }
}
.rc-ReservationLocation .rc-EtablissementActivity__icon {
  display: inline-block;
  fill: #bd9e56;
  width: 50px;
  height: 50px;
  margin-bottom: 2rem;
  background: url('/images/activities/sprite-services.png') no-repeat;
  background-size: auto 50px;
  background-position: 200% 200%;
}
.rc-ReservationLocation .rc-EtablissementActivity__icon[data-icon="internet"] {
  background-position: 0 0;
}
.rc-ReservationLocation .rc-EtablissementActivity__icon[data-icon="sommelier"] {
  background-position: -63px 50%;
}
.rc-ReservationLocation .rc-EtablissementActivity__icon[data-icon="parking"] {
  background-position: -123px 50%;
}
.rc-ReservationLocation .rc-EtablissementActivity__icon[data-icon="enfants"] {
  background-position: -197px 50%;
  width: 60px;
}
.rc-ReservationLocation .rc-EtablissementActivity__label {
  display: block;
}
.rc-ReservationLocation__otherServices .title-category {
  text-transform: uppercase;
  color: #1c1c1b;
  padding-left: 1rem;
  border-left: 3px solid #bd9e56;
  margin-bottom: 1rem;
  font-family: 'Nobel', Arial, sans-serif;
  font-weight: 400;
}
.rc-ReservationLocation__otherServices ul {
  padding-left: 1.5rem;
  list-style-type: none;
  font-family: 'Nobel Book', Arial, sans-serif;
  font-weight: 400;
}
.rc-ReservationDetails__sectionHeading {
  margin-bottom: 2rem;
}
.rc-ReservationDetails__sectionTitle {
  font-style: normal;
  margin: 0 0 .5rem;
  font-family: 'Nobel', Arial, sans-serif;
  font-weight: 400;
  position: relative;
}
.rc-ReservationDetails__sectionTitle:before {
  content: '';
  height: 3px;
  width: 3rem;
  background: #bd9e56;
  display: inline-block;
  vertical-align: baseline;
  margin-right: 1rem;
}
@media screen and (max-width: 760px) {
  .rc-ReservationDetails__sectionTitle {
    font-size: 2.4rem;
  }
}
.rc-ReservationDetails__sectionSubtitle {
  display: inline-block;
  margin-left: 2rem;
  color: #aeb3b7;
  font-size: 1.4rem;
}
.rc-ReservationWeather {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.5rem 2.5rem;
  border: 2px solid #bd9e56;
  border-bottom: none;
}
.rc-ReservationWeather > div {
  margin: 0 1rem;
}
.rc-ReservationWeather__temp {
  font-weight: 400;
  font-size: 3.6rem;
}
.rc-ReservationWeather__converters {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.rc-Weather__text {
  display: none;
  line-height: 1;
}
.rc-Weather__text--isActive {
  display: block;
}
.rc-Weather__btn {
  border: none;
  background: none;
}
.rc-Weather__btn--isActive {
  color: #bd9e56;
  border-bottom: 2px solid #bd9e56;
}
.rc-ReservationRoom {
  padding: 5rem 0;
}
@media screen and (max-width: 760px) {
  .rc-ReservationRoom {
    padding: 3rem 1rem;
  }
}
.rc-ReservationRoom__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fff;
  padding: 3rem 5rem;
  box-shadow: 0 5px 2rem -3px #d9d7d7;
}
@media screen and (min-width: 1025px) {
  .rc-ReservationRoom__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (max-width: 760px) {
  .rc-ReservationRoom__inner {
    padding: 2rem;
  }
}
.rc-ReservationRoom__picture {
  margin-bottom: 2rem;
}
@media screen and (min-width: 1025px) {
  .rc-ReservationRoom__picture {
    margin-bottom: 0;
    width: 40%;
  }
}
.rc-ReservationRoom__picture img {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .rc-ReservationRoom__main {
    width: 60%;
    padding-left: 3rem;
  }
}
.rc-ReservationRoom__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 760px) {
  .rc-ReservationRoom__header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 760px) {
  .rc-ReservationRoom__quickView {
    width: 60%;
    padding-right: 3rem;
  }
}
.rc-ReservationRoom__price {
  text-align: right;
  margin: 2rem auto;
}
@media screen and (max-width: 760px) {
  .rc-ReservationRoom__price {
    margin-left: 0;
  }
}
@media screen and (min-width: 760px) {
  .rc-ReservationRoom__price {
    width: 40%;
    margin: 0;
  }
}
.rc-ReservationRoom__content {
  margin-bottom: 2rem;
  color: #bd9e56;
  font-family: 'Nobel Book', Arial, sans-serif;
  font-weight: 400;
  font-size: 2.4rem;
}
.rc-ReservationRoom__content:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 2rem;
  height: 1px;
  background: #bd9e56;
  margin-right: .5rem;
}
@media screen and (min-width: 760px) {
  .rc-ReservationRoom__content {
    display: inline;
  }
}
.rc-ReservationRoom__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 2rem 0;
}
@media screen and (max-width: 760px) {
  .rc-ReservationRoom__date {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.rc-ReservationRoom__dateElt {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  border-left: 1px solid #aeb3b7;
}
@media screen and (max-width: 760px) {
  .rc-ReservationRoom__dateElt {
    width: 48%;
    margin-bottom: 2.5rem;
  }
}
.rc-ReservationRoom__dateElt strong {
  font-family: 'Nobel', Arial, sans-serif;
  font-weight: 400;
  font-size: 2.1rem;
  color: #bd9e56;
}
@media screen and (max-width: 760px) {
  .rc-ReservationRoom__dateElt strong {
    font-size: 2.1rem;
  }
}
.rc-ReservationRoom__dateLabel {
  display: block;
  margin-bottom: .5rem;
  font-size: 1.2rem;
}
.rc-ReservationRoom__details ul {
  padding-left: 1.2rem;
}
.rc-ReservationRoom .priceTag .tag {
  height: auto;
  padding-bottom: 1rem;
}
.rc-ReservationRoom__room {
  margin-top: 2rem;
}
.rc-ReservationRoom__cancellation {
  margin-top: 2rem;
}
.rc-ReservationRoom__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.5rem 0 0;
}
@media screen and (min-width: 760px) {
  .rc-ReservationRoom__footer {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.rc-ReservationRoom__footer a {
  margin-left: 1.5rem;
}
.rc-ReservationCardGift.hidden {
  display: none;
}
.rc-ReservationCardGift .rc-ReservationCard__inner {
  display: block;
  box-shadow: 1px 1px 7px 0 rgba(28, 28, 27, 0.35);
  padding: 4rem 2rem;
}
.rc-ReservationCardGift .rc-ReservationCard__inner.inner__extension {
  padding-bottom: 1rem;
}
.rc-ReservationCardGift .rc-ReservationCard__inner__product {
  padding: 0;
  border-bottom: 1px solid #aeb3b7;
}
.rc-ReservationCardGift .rc-Reservation__header {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-bottom: 1px solid #aeb3b7;
}
.rc-ReservationCardGift .rc-ReservationCard__bookingDate {
  margin-right: 3rem;
}
.rc-ReservationCardGift__main {
  width: 100%;
}
.rc-ReservationCardGift__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 2rem 0 3rem;
}
@media screen and (min-width: 901px) {
  .rc-ReservationCardGift__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.rc-ReservationCardGift__addresses,
.rc-ReservationCardGift__product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (min-width: 901px) {
  .rc-ReservationCardGift__addresses,
  .rc-ReservationCardGift__product {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.rc-ReservationCardGift .priceTag.priceTag__extension {
  margin-top: 2rem;
}
.rc-ReservationCardGift .priceTag .price {
  float: right;
}
.rc-ReservationCardGift .shippingLabel {
  display: block;
  font-size: 1.4rem;
  text-align: right;
  font-family: 'Nobel Book', Arial, sans-serif;
  line-height: 2rem;
}
.rc-ReservationCardGift__addressElt {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  border-left: 1px solid #aeb3b7;
}
@media screen and (min-width: 901px) {
  .rc-ReservationCardGift__addressElt {
    width: 33%;
  }
}
.rc-ReservationCardGift__addressElt strong {
  font-family: 'Nobel', Arial, sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  color: #bd9e56;
}
@media screen and (max-width: 760px) {
  .rc-ReservationCardGift__addressElt strong {
    font-size: 1.6rem;
  }
}
.rc-ReservationCardGift__giftElt {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}
.rc-ReservationCardGift__giftElt.giftElt__extension {
  margin-top: 2rem;
}
.rc-ReservationCardGift__giftElt .itemGiftPack-title {
  font-family: 'Nobel Book', Arial, sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  margin-bottom: 0;
  font-size: 2.7rem;
}
.rc-ReservationCardGift__giftElt .itemGiftPack-title.title__extension {
  margin-bottom: 1rem;
  text-transform: uppercase;
}
.rc-ReservationCardGift__giftElt .itemGiftPack-name {
  font-family: 'Nobel', Arial, sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  margin-top: 0;
  font-size: 2.5rem;
}
@media screen and (min-width: 901px) {
  .rc-ReservationCardGift__giftElt {
    width: 77%;
  }
}
@media screen and (max-width: 1024px) {
  .rc-ReservationCardGift__giftElt {
    margin: 2rem 0;
  }
}
.rc-ReservationCardGift__giftEltImg {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}
.rc-ReservationCardGift__giftEltImg img {
  object-fit: contain;
  width: 100%;
  margin: -10% 0;
  max-height: 175px;
}
@media screen and (max-width: 1024px) {
  .rc-ReservationCardGift__giftEltImg img {
    margin: -5% 0;
    max-height: 190px;
  }
}
.rc-ReservationCardGift__giftEltImg.giftEltImg__extension img {
  margin: -7% 0;
}
@media screen and (min-width: 901px) {
  .rc-ReservationCardGift__giftEltImg {
    width: 33%;
  }
}
.rc-ReservationCardGift__addressLabel {
  display: block;
  margin-bottom: .5rem;
  font-size: 1.2rem;
  color: #aeb3b7;
}
.rc-ReservationCardGift__addressContent {
  font-family: 'Nobel', Arial, sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  text-transform: capitalize;
}
.rc-ReservationCardGift__info {
  color: #aeb3b7;
  text-transform: uppercase;
  font-size: 1.2rem;
}
.rc-ReservationCardGift__info strong {
  color: #5d676f;
}
.rc-ReservationCardGift__productsToggler {
  float: right;
  margin-top: -30px;
}
.rc-ReservationCardGift__details {
  position: relative;
}
.rc-ReservationCardGift__details:after {
  content: "";
  clear: both;
  display: block;
}
.rc-ReservationCardGift__details--isVisible .rc-ReservationCardGift__productsToggler {
  margin-top: 0;
}
.rc-ReservationCardGift__products {
  display: none;
  padding: 2.5rem 0 0;
}
.rc-ReservationCardGift__details--isVisible .rc-ReservationCardGift__products {
  clear: both;
  border-top: 1px solid #aeb3b7;
  margin-top: 2.5em;
}
.rc-ReservationCardGift__details--isVisible .rc-ReservationCardGift__products:after {
  content: "";
  clear: both;
  display: block;
}
.rc-ReservationCardGift .link {
  text-decoration: none;
}
.rc-ExclusiveOffers .rc-PassportCard__manageActions {
  margin-right: 4rem !important;
}
.rc-ExclusiveOffers .back-link {
  display: block;
  padding: 2rem 4rem;
  margin-top: 1.5rem;
}
@media screen and (min-width: 760px) and (max-width: 900px) {
  .rc-ExclusiveOffers .rc-ExclusiveOffersMain:not(.noPaddingApp) {
    padding-left: 50px;
  }
}
.rc-ExclusiveOffers .popin-check-offer .btnClear {
  bottom: 0 !important;
}
.rc-ExclusiveOffers .popin-check-offer .startEndDatepicker {
  margin-bottom: 1rem;
}
.rc-ExclusiveOffers .popin-check-offer .ui-datepicker table td a[data-price] {
  text-indent: inherit !important;
}
.rc-ExclusiveOffers .popin-check-offer .ui-datepicker table td a[data-price]:before {
  display: none !important;
}
.rc-ExclusiveOffersMain__back {
  margin-bottom: 1rem;
}
.rc-ExclusiveOffersMain__backBtn {
  display: inline-block;
  padding: 1rem;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: color .3s;
          transition: color .3s;
}
.rc-ExclusiveOffersMain__backBtn:hover {
  color: #bd9e56;
  background: #f2f1f1;
}
.rc-ExclusiveOffersHeader {
  position: relative;
  padding: 2rem;
  text-align: center;
  background: #fff;
}
.rc-ExclusiveOffersBanner {
  background: #fff;
}
@media screen and (max-width: 760px) {
  .rc-ExclusiveOffersBanner {
    padding-bottom: 1.5rem;
  }
}
.rc-ExclusiveOffersBanner > .grid {
  padding: 0 3rem;
}
@media screen and (min-width: 1241px) {
  .rc-ExclusiveOffersBanner__inner {
    padding-left: 0;
  }
}
.rc-ExclusiveOffersBanner__header {
  margin-bottom: 4rem;
}
.rc-ExclusiveOffersBanner__title {
  margin-top: 0;
  font-family: 'Times New Roman', Times;
  font-size: 3.5rem;
  color: #1c1c1b;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;
  text-decoration: none;
  text-transform: none;
}
@media screen and (max-width: 760px) {
  .rc-ExclusiveOffersBanner__title {
    font-size: 2.2rem;
    line-height: 1.25;
  }
}
.rc-ExclusiveOffersBanner__heading {
  font-family: 'Nobel Book', Arial, sans-serif;
  font-weight: 400;
  line-height: 1.4;
  text-transform: none;
}
@media screen and (max-width: 760px) {
  .rc-ExclusiveOffersBanner__heading {
    font-size: 1.8rem;
  }
}
.rc-ExclusiveOffersBanner__navigationLabel {
  margin-bottom: 1.5rem;
  font-family: 'Nobel Book', Arial, sans-serif;
  font-weight: 400;
}
.rc-ExclusiveOffersSorter {
  margin-top: 2.5rem;
  text-align: right;
}
.rc-ExclusiveOffersSorter .selectboxit-container {
  margin-bottom: 0;
}
.rc-ExclusiveOffersSidebar {
  margin-bottom: 2rem;
}
@media screen and (min-width: 1025px) {
  .rc-ExclusiveOffersSidebar {
    padding-right: 2rem;
  }
}
.rc-ExclusiveOffers fieldset {
  border: none;
  margin: 0 0 3rem;
  padding: 0;
}
.rc-ExclusiveOffers fieldset:last-child {
  margin-bottom: 0;
}
.rc-ExclusiveOffers fieldset .formField {
  margin-bottom: 1rem;
}
.rc-ExclusiveOffers fieldset .formField:last-child {
  margin-bottom: 0;
}
.rc-ExclusiveOffers legend {
  margin-bottom: 1.5rem;
  display: block;
  font-weight: 700;
  text-transform: uppercase;
}
.rc-ExclusiveOffersFilter {
  font-size: 1.3rem;
}
.rc-ExclusiveOffersFilter .selectboxit {
  box-shadow: 1px 0 7px 0 rgba(28, 28, 27, 0.35);
  font-family: 'Times New Roman', Times;
  border: none;
}
.rc-ExclusiveOffersFilter .datepicker {
  box-shadow: 1px 0 7px 0 rgba(28, 28, 27, 0.35) !important;
}
.rc-ExclusiveOffersFilter .dateField svg {
  height: 31px;
}
.rc-ExclusiveOffersFilter__form {
  background: #fff;
  padding: 2rem;
  display: none;
}
@media screen and (min-width: 1025px) {
  .rc-ExclusiveOffersFilter__form {
    display: block !important;
  }
}
.rc-ExclusiveOffersFilter__form .checkbox label {
  text-transform: uppercase;
}
.rc-ExclusiveOffersFilter__toggler {
  position: relative;
  display: block;
  width: 100%;
  padding: 2rem;
  text-transform: uppercase;
  font-weight: 700;
  text-align: left;
  background: #fff;
  border: none;
}
@media screen and (min-width: 1025px) {
  .rc-ExclusiveOffersFilter__toggler {
    display: none;
  }
}
.rc-ExclusiveOffersFilter__toggler:after {
  content: '';
  position: absolute;
  right: 2rem;
  top: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: #000 transparent transparent transparent;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.rc-ExclusiveOffersFilter .checkbox input + label:before {
  margin-right: 1rem;
}
.rc-ExclusiveOffersFilter .selectboxit-container {
  display: block;
}
.rc-ExclusiveOffersFilter .selectboxit-btn {
  min-width: 10rem;
  width: 100% !important;
}
.rc-ExclusiveOffersView--list {
  margin-top: 2.5rem;
}
.rc-ExclusiveOffersActions {
  text-align: center;
}
.rc-ExclusiveOffersActions .btn {
  margin-left: 1rem;
  margin-right: 1rem;
}
.rc-ExclusiveOffersMap .mapWrapper {
  height: 850px;
}
@media screen and (min-width: 760px) {
  .rc-ExclusiveOffersMap .mapZoom {
    left: 50px;
  }
  .rc-ExclusiveOffersMap .mapZoom button {
    z-index: 2;
  }
}
.rc-ExclusiveOffersCard {
  margin-bottom: 3rem;
}
.rc-ExclusiveOffersCard__main {
  width: 100%;
}
.rc-ExclusiveOffersCard__inner {
  box-shadow: 0 5px 2rem -3px #d9d7d7;
  position: relative;
  background: #fff;
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 1025px) {
  .rc-ExclusiveOffersCard__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.rc-ExclusiveOffersCard__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 901px) {
  .rc-ExclusiveOffersCard__header {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.rc-ExclusiveOffersCard__title {
  font-style: normal;
  margin: 0;
  font-family: 'Nobel', Arial, sans-serif;
  font-weight: 400;
  font-size: 2.4rem;
}
.rc-ExclusiveOffersCard__description span {
  display: block;
  margin-top: 3rem;
  font-family: 'Nobel Book', Arial, sans-serif;
  font-weight: 400;
  font-weight: 700;
  color: #1c1c1b;
}
.rc-ExclusiveOffersCard__badge {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  margin-right: 1rem;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: #bd9e56;
}
.rc-Theme--ami .rc-ExclusiveOffersCard__badge {
  background: #bd9e56;
}
.rc-Theme--pr .rc-ExclusiveOffersCard__badge {
  background: #000;
}
.rc-ExclusiveOffersCard__badge svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.rc-ExclusiveOffersCard__categories {
  margin-bottom: 2rem;
}
.rc-ExclusiveOffersCard__category {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1rem;
  padding: .5rem 1rem;
  background: #fff;
  border: 1px solid #d9dbdd;
  border-radius: 5rem;
  font-size: 1rem;
  text-transform: uppercase;
  line-height: 1;
}
.rc-ExclusiveOffersCard__category em {
  padding: 0 0.5rem;
  border-right: 1px solid #bd9e56;
}
.rc-ExclusiveOffersCard__category em:last-child {
  border: none;
}
.rc-ExclusiveOffersCard__infos {
  margin: 2rem 0 0;
  color: #bd9e56;
}
.rc-ExclusiveOffersCard__name {
  font-weight: 700;
}
.rc-ExclusiveOffersCard__etabs {
  display: none;
  padding: 2.5rem 0;
}
.rc-ReservationCardGift__details--isVisible .rc-ExclusiveOffersCard__etabs {
  clear: both;
  border-top: 1px solid #aeb3b7;
  margin-top: 2.5em;
}
.rc-ReservationCardGift__details--isVisible .rc-ExclusiveOffersCard__etabs:after {
  content: "";
  clear: both;
  display: block;
}
.rc-ExclusiveOffersCard__details {
  margin-top: 2rem;
  position: relative;
}
.rc-ExclusiveOffersCard__details .priceTag {
  border: 1px solid #1c1c1b;
  font-size: inherit;
  float: right;
  text-align: center;
}
.rc-ExclusiveOffersCard__details:after {
  content: "";
  clear: both;
  display: block;
}
.rc-ExclusiveOffersCard__details--isVisible .rc-ReservationCardGift__productsToggler {
  margin-top: 0;
}
.rc-ExclusiveOffersCard__details--isVisible .js-rc-ExclusiveOffersCard__etabs {
  display: block;
}
.rc-ExclusiveOffersCard__details--isVisible > .priceTag .tag {
  display: none;
}
.rc-ExclusiveOffersCard__byEtab .rc-ExclusiveOffersCard__inner {
  box-shadow: none;
  border-bottom: 1px solid #1c1c1b;
}
.rc-PushContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.rc-PushContent .itemCard {
  width: 32%;
  position: relative;
}
.rc-PushContent .lastItemCard {
  width: 32%;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.rc-PushContent .lastItemAmiPr {
  width: 32%;
  position: relative;
}
@media screen and (min-width: 801px) and (max-width: 1240px) {
  .rc-PushContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .rc-PushContent .itemCard {
    width: 49%;
    position: relative;
    min-width: 32rem;
  }
  .rc-PushContent .lastItemAmiPr {
    width: 49%;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 800px) {
  .rc-PushContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .rc-PushContent .itemCard {
    width: 100%;
    position: relative;
    min-width: 32rem;
  }
}
.title_specialeOffers {
  font-family: 'Nobel', Arial, sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 760px) {
  .title_specialeOffers {
    text-align: center;
    font-size: 2.2rem;
  }
}
.header-Exclusive {
  color: #1c1c1b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}
.header-Exclusive__menu {
  font-size: 1.6rem;
}
.header-Exclusive__badge {
  position: relative;
  background-color: #1c1c1b;
  width: 3.2rem;
  height: 3.2rem;
  margin-right: 1rem;
  border-radius: 50%;
  left: 0;
}
.header-Exclusive__badge svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 760px) {
  .header-Exclusive__badge {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header-Exclusive__badge .itemCard {
    width: 100%;
    position: relative;
    min-width: 32rem;
  }
}
.header-Exclusive__badge__menu {
  position: relative;
  background-color: #1c1c1b;
  width: 3rem;
  height: 3rem;
  margin-right: 0.3rem;
  border-radius: 50%;
  left: 0;
}
.header-Exclusive__badge__menu svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.header-Exclusive .specialOffers {
  font-family: 'Nobel', Arial, sans-serif;
  font-weight: 400;
}
.rc-PushCard {
  margin-bottom: 2rem;
}
.rc-PushCard__inner {
  box-shadow: 1px 0 7px 0 rgba(28, 28, 27, 0.35);
  position: relative;
  background: #fff;
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-height: 32rem;
  background-size: cover;
}
.rc-PushCard__inner__picture {
  padding: 0;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 32rem;
}
.rc-PushCard__inner .pushUrl {
  display: block;
  height: 100%;
  width: 100%;
  text-decoration: none;
}
@media screen and (min-width: 1025px) {
  .rc-PushCard__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 901px) and (max-width: 1240px) {
  .rc-PushCard__inner {
    box-shadow: 1px 0 7px 0 rgba(28, 28, 27, 0.35);
    position: relative;
    background: #fff;
    padding: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-height: 32rem;
    background-size: cover;
  }
}
.rc-PushCard__inner__exclusive {
  background-color: #ffffff;
  padding: 0 !important;
}
.rc-PushCard__main {
  width: 100%;
  min-height: 32rem;
  font-size: 1.6rem;
}
.rc-PushCard__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 901px) {
  .rc-PushCard__header {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.rc-PushCard__title {
  font-style: normal;
  white-space: normal;
  margin: 0;
  font-family: 'Nobel', Arial, sans-serif;
  font-weight: 400;
  font-size: 2rem;
  text-transform: uppercase;
  text-align: center;
}
.rc-PushCard__title__exclusive {
  color: #ffffff;
}
.rc-PushCard__description {
  display: block;
  margin-top: 3rem;
  font-family: 'Nobel Book', Arial, sans-serif;
  font-weight: 400;
  font-weight: 700;
  color: #bd9e56;
  text-align: center;
  font-size: 1.8rem;
}
.rc-PushCard__description__exclusive {
  padding: 0 1rem;
  line-height: normal;
  margin-top: 0 !important;
}
.rc-PushCard__description__full {
  color: #1c1c1b;
  margin-top: 2rem;
  font-family: 'Nobel Book', Arial, sans-serif;
  font-weight: 400;
  text-align: center;
}
.rc-PushCard__description__full__exclusive {
  color: #1c1c1b;
}
.rc-PushCard__action {
  position: absolute;
  font-size: 0.8rem;
  bottom: 3rem;
  left: 2rem;
  right: 2rem;
  text-align: center;
}
.rc-PushCard__action .ctaTag {
  font-size: 0;
  display: inline-block;
  font-family: 'Nobel Bold', Arial, sans-serif;
  font-weight: 400;
}
.rc-PushCard__action .ctaTag .btn {
  padding: -webkit-calc(12rem / 10) -webkit-calc(34rem / 10);
  padding: calc(12rem / 10) calc(34rem / 10);
}
@media screen and (max-width: 1400px) {
  .rc-PushCard__action .ctaTag .tag {
    display: inline-block;
    padding: 0 1rem;
  }
}
@media screen and (min-width: 901px) and (max-width: 1240px) {
  .rc-PushCard__action {
    position: absolute;
    font-size: 0.8rem;
    bottom: 1rem;
    left: 1rem;
    right: 1rem;
    text-align: center;
  }
}
.rc-ExclusiveOffersDetails {
  margin-bottom: 3rem;
}
.rc-ExclusiveOffersDetails__wrap {
  box-shadow: 0 5px 2rem -3px #d9d7d7;
  padding: 3rem;
  background: #ffffff;
  border-left: none;
}
@media screen and (max-width: 760px) {
  .rc-ExclusiveOffersDetails__wrap {
    padding: 2rem;
  }
}
.rc-ExclusiveOffersDetails__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 1025px) {
  .rc-ExclusiveOffersDetails__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 1025px) {
  .rc-ExclusiveOffersDetails__picture,
  .rc-ExclusiveOffersDetails__main {
    width: 50%;
  }
}
.rc-ExclusiveOffersDetails__picture {
  position: relative;
  margin-bottom: 2rem;
}
.rc-ExclusiveOffersDetails__picture img {
  width: 100%;
  max-height: 350px;
}
@media screen and (min-width: 1025px) {
  .rc-ExclusiveOffersDetails__picture {
    padding-right: 3rem;
    margin-bottom: 0;
  }
  .rc-ExclusiveOffersDetails__picture img {
    max-width: 100%;
  }
}
.rc-ExclusiveOffersDetails__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1.5rem;
}
.rc-ExclusiveOffersDetails__infos {
  max-width: 70%;
  padding-right: 1.5rem;
}
@media screen and (min-width: 1025px) {
  .rc-ExclusiveOffersDetails__infos {
    max-width: 65%;
  }
}
.rc-ExclusiveOffersDetails__title {
  font-style: normal;
  margin: 0;
  font-family: 'Nobel', Arial, sans-serif;
  font-weight: 400;
}
.rc-ExclusiveOffersDetails__name {
  font-weight: 700;
}
.rc-ExclusiveOffersDetails__content {
  margin-bottom: 2rem;
  font-family: 'Nobel Book', Arial, sans-serif;
  font-weight: 400;
}
.rc-ExclusiveOffersDetails__content .learnMore em {
  text-decoration: underline;
  font-style: italic;
  color: #bd9e56;
  cursor: pointer;
}
.rc-ExclusiveOffersDetails__content .learnMore em:hover {
  text-decoration: none;
}
.rc-ExclusiveOffersDetails__content .learnMore .more {
  display: inline;
}
.rc-ExclusiveOffersDetails__content .learnMore .less {
  display: none;
}
.rc-ExclusiveOffersDetails__content--expanded .learnMore .less {
  display: inline;
}
.rc-ExclusiveOffersDetails__content--expanded .learnMore .more {
  display: none;
}
.rc-ExclusiveOffersDetails__location {
  display: block;
  margin: .5rem 0 .3rem;
  text-transform: uppercase;
  color: #bd9e56;
  font-size: 1.2rem;
}
.rc-ExclusiveOffersDetails__numbers {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 2rem;
}
@media screen and (max-width: 760px) {
  .rc-ExclusiveOffersDetails__numbers {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 2rem;
  }
}
.rc-ExclusiveOffersDetails__number {
  width: 33%;
  padding: 0 2rem 0 1rem;
  border-left: 1px solid #d9dbdd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 760px) {
  .rc-ExclusiveOffersDetails__number {
    border: none;
    padding-left: 0;
  }
  .rc-ExclusiveOffersDetails__number:first-child {
    margin-bottom: 2rem;
  }
}
.rc-ExclusiveOffersDetails__numberLabel {
  margin-bottom: .5rem;
  color: #aeb3b7;
  font-size: 1rem;
}
.rc-ExclusiveOffersDetails__numberScore {
  display: block;
  color: #bd9e56;
  font-size: 2rem;
  font-family: 'Nobel', Arial, sans-serif;
  font-weight: 400;
}
.rc-ExclusiveOffersDetails__numberScore .reviewRating button {
  padding: 0;
  width: 9px;
  overflow: hidden;
  height: 18px;
}
.rc-ExclusiveOffersDetails__numberScore .reviewRating .rate button:nth-child(2n) {
  margin-right: 2px;
}
.rc-ExclusiveOffersDetails__numberScore .reviewRating .rate button:nth-child(2n+1) .icon {
  margin-left: -8px;
}
.rc-ExclusiveOffersDetails__numberScore .reviewRating .rate .icon {
  width: 18px;
  height: 18px;
}
.rc-ExclusiveOffersDetails .rc-EtablissementCard__price .priceTag {
  border: 1px solid #1c1c1b;
  font-size: inherit;
  float: right;
}
.rc-ExclusiveOffersDetails .rc-EtablissementCard__price .btn {
  font-size: 1.2rem;
}
.rc-ExclusiveOffersDetails .rc-EtablissementCard__price .price {
  font-size: 2.5rem;
}
.rc-ExclusiveOffersDetails__byEtab .rc-ExclusiveOffersDetails__wrap {
  box-shadow: 0 5px 2rem -3px #d9d7d7;
  padding: 3rem;
  background: #fff;
  border-left: none;
}
.filters-specialOffers {
  overflow: hidden;
  background: #eef0f0;
}
.filters-specialOffers > .row {
  border-top: 1px solid #d9dbdd;
  padding: 15px;
}
.rc-SpecialOffer {
  width: 100%;
}
.rc-SpecialOffer-breadcrumbs {
  text-align: left;
  z-index: 15;
}
.rc-SpecialOffer-breadcrumbs .col-1-1 {
  padding: 0;
}
.rc-SpecialOffer-breadcrumbs ul {
  padding-left: 0;
}
.rc-SpecialOffer-breadcrumbs li {
  list-style: none;
  display: inline-block;
  padding-right: 10px;
}
#offers-map {
  padding: 0;
}
#offers-map .mapWrapper {
  height: 650px;
}
@media screen and (max-width: 800px) {
  #offers-map .mapWrapper {
    height: 400px;
  }
}
#offers-map .map {
  height: 650px;
}
@media screen and (max-width: 800px) {
  #offers-map .map {
    height: 400px;
  }
}
.popin-check-offer .btnClear {
  bottom: 0 !important;
}
.popin-check-offer .startEndDatepicker {
  margin-bottom: 1rem;
}
.popin-check-offer .ui-datepicker table td a[data-price] {
  text-indent: inherit !important;
}
.popin-check-offer .ui-datepicker table td a[data-price]:before {
  display: none !important;
}
.availabilitySliderWrapperOffer {
  margin-top: 1rem;
}
.availabilitySliderWrapperOffer .slideItem {
  padding: 2rem 8rem;
}
.rc-offersDetails__byEtabMap {
  max-height: 650px;
  overflow: hidden auto;
  padding-right: 8px;
  margin: 0;
}
.rc-offersDetails__byEtabMap .rc-SpecialOffersDetails__wrap {
  padding: 0;
  background: #fff;
  border-left: none;
  box-shadow: none;
}
.rc-offersDetails__byEtabMap .rc-SpecialOffersDetails__innerMap {
  position: relative;
}
.rc-offersDetails__byEtabMap .rc-SpecialOffersDetails__main,
.rc-offersDetails__byEtabMap .rc-SpecialOffersDetails__picture {
  width: 100%;
}
.rc-offersDetails__byEtabMap .rc-SpecialOffersDetails__main {
  padding: 1rem;
}
.rc-offersDetails__byEtabMap .rc-SpecialOffersDetails__picture {
  padding: 0;
}
@media screen and (max-width: 1400px) {
  .rc-offersDetails__byEtabMap .rc-SpecialOffersDetails_number {
    width: 50%;
  }
}
.rc-offersDetails__byEtabMap .rc-SpecialOffersCard__etabs {
  display: block;
}
.rc-offersCard__byEtabMap .rc-SpecialOffersCard__main {
  width: 100%;
}
.rc-offersCard__byEtabMap .rc-SpecialOffersCard__innerMap {
  position: relative;
  padding: 2rem;
  border-top: 1px solid #1c1c1b;
}
.rc-offersCard__byEtabMap .rc-SpecialOffersCard__description span {
  font-size: 1.4rem;
}
.rc-offersCard__byEtabMap .rc-SpecialOffersCard__title {
  font-size: 2rem;
}
.rc-offersCard__byEtabMap .rc-EtablissementCard__price {
  padding: 1.8rem 0;
}
.rc-offersCard__byEtabMap .rc-EtablissementCard__price .priceTag {
  width: 100%;
}
.rc-offersCard__byEtabMap .rc-EtablissementCard__price .btn {
  padding: 1.8rem 0;
}
@media screen and (max-width: 900px) {
  .packagedOfferFeatured {
    width: 100% !important;
  }
  .packagedOfferFeatured .content {
    display: none;
  }
}
.rc-SpecialOffersCard {
  padding-bottom: 1rem;
}
.rc-SpecialOffersCard__main {
  width: 100%;
}
.rc-SpecialOffersCard__inner {
  border-left: 8px solid #bd9e56;
  box-shadow: 1px 1px 7px 0 rgba(28, 28, 27, 0.35);
  position: relative;
  background: #fff;
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 1025px) {
  .rc-SpecialOffersCard__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.rc-SpecialOffersCard__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 901px) {
  .rc-SpecialOffersCard__header {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.rc-SpecialOffersCard__title {
  font-style: normal;
  margin: 0;
  font-family: 'Nobel', Arial, sans-serif;
  font-weight: 400;
  font-size: 2.4rem;
}
.rc-SpecialOffersCard__description span {
  display: block;
  margin-top: 3rem;
  font-family: 'Nobel Book', Arial, sans-serif;
  font-weight: 400;
  font-weight: 700;
  color: #bd9e56;
}
.rc-SpecialOffersCard__badge {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  margin-right: 1rem;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: #bd9e56;
}
.rc-Theme--ami .rc-SpecialOffersCard__badge {
  background: #bd9e56;
}
.rc-Theme--pr .rc-SpecialOffersCard__badge {
  background: #000;
}
.rc-SpecialOffersCard__badge svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.rc-SpecialOffersCard__categories {
  margin-bottom: 2rem;
}
.rc-SpecialOffersCard__category {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1rem;
  padding: .5rem 1rem;
  background: #fff;
  border: 1px solid #d9dbdd;
  border-radius: 5rem;
  font-size: 1rem;
  text-transform: uppercase;
  line-height: 1;
}
.rc-SpecialOffersCard__category em {
  padding: 0 0.5rem;
  border-right: 1px solid #bd9e56;
}
.rc-SpecialOffersCard__category em:last-child {
  border: none;
}
.rc-SpecialOffersCard__infos {
  margin: 2rem 0 0;
  color: #bd9e56;
}
.rc-SpecialOffersCard__name {
  font-weight: 700;
}
.rc-SpecialOffersCard__etabs {
  display: none;
  padding: 2.5rem 0 0 0 ;
}
.rc-ReservationCardGift__details--isVisible .rc-SpecialOffersCard__etabs {
  clear: both;
  border-top: 1px solid #aeb3b7;
  margin-top: 2.5em;
}
.rc-ReservationCardGift__details--isVisible .rc-SpecialOffersCard__etabs:after {
  content: "";
  clear: both;
  display: block;
}
.rc-SpecialOffersCard__details {
  position: relative;
  margin-bottom: 1rem;
}
.rc-SpecialOffersCard__details .priceTag {
  border: 1px solid #1c1c1b;
  font-size: inherit;
  float: right;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
}
.rc-SpecialOffersCard__details .priceTag-map {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}
.rc-SpecialOffersCard__details:after {
  content: "";
  clear: both;
  display: block;
}
.rc-SpecialOffersCard__details--isVisible .rc-ReservationCardGift__productsToggler {
  margin-top: 0;
}
.rc-SpecialOffersCard__details--isVisible .js-rc-SpecialOffersCard__etabs {
  display: block;
}
.rc-SpecialOffersCard__details--isVisible > .priceTag .tag {
  display: none;
}
.rc-SpecialOffersCard__details--isVisible .tagTall {
  display: none;
}
.rc-SpecialOffersCard__byEtab {
  margin: 10px 0;
}
@media screen and (max-width: 760px) {
  .rc-SpecialOffersCard__byEtab {
    padding: 2rem;
  }
}
.rc-SpecialOffersCard__byEtabMap .rc-SpecialOffersCard__main {
  width: 100%;
}
.rc-SpecialOffersCard__byEtabMap .rc-SpecialOffersCard__innerMap {
  position: relative;
  padding: 2rem;
  border-top: 1px solid #1c1c1b;
}
.rc-SpecialOffersCard__byEtabMap .rc-SpecialOffersCard__description span {
  font-size: 1.4rem;
}
.rc-SpecialOffersCard__byEtabMap .rc-SpecialOffersCard__title {
  font-size: 2rem;
}
.rc-SpecialOffersCard__byEtabMap .rc-EtablissementCard__price {
  padding-top: 2rem;
}
.rc-PushContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.rc-PushContent .itemCard {
  width: 32%;
  position: relative;
}
.rc-PushContent .lastItemCard {
  width: 32%;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.rc-PushContent .lastItemAmiPr {
  width: 32%;
  position: relative;
}
@media screen and (min-width: 801px) and (max-width: 1240px) {
  .rc-PushContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .rc-PushContent .itemCard {
    width: 49%;
    position: relative;
    min-width: 32rem;
  }
  .rc-PushContent .lastItemAmiPr {
    width: 49%;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 800px) {
  .rc-PushContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .rc-PushContent .itemCard {
    width: 100%;
    position: relative;
    min-width: 32rem;
  }
}
.header-Exclusive {
  color: #1c1c1b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 760px) {
  .header-Exclusive {
    margin: 1.6rem 0 0;
  }
}
.header-Exclusive__menu {
  font-size: 1.6rem;
}
.header-Exclusive__badge {
  position: relative;
  background-color: #1c1c1b;
  width: 3.2rem;
  height: 3.2rem;
  margin-right: 1rem;
  border-radius: 50%;
  left: 0;
}
.header-Exclusive__badge svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 760px) {
  .header-Exclusive__badge {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header-Exclusive__badge .itemCard {
    width: 100%;
    position: relative;
    min-width: 32rem;
  }
}
.header-Exclusive__badge__menu {
  position: relative;
  background-color: #1c1c1b;
  width: 3rem;
  height: 3rem;
  margin-right: 0.3rem;
  border-radius: 50%;
  left: 0;
}
.header-Exclusive__badge__menu svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.header-Exclusive__badge__menuMembers svg {
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.header-Exclusive__badge__menuFilters {
  position: relative;
  margin-right: 0.5rem !important;
  border-radius: 50%;
}
.header-Exclusive__badge__menuFilters svg {
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.header-Exclusive .specialOffers {
  font-family: 'Nobel', Arial, sans-serif;
  font-weight: 400;
}
.header-Exclusive__titleMembers {
  text-transform: uppercase;
  vertical-align: middle;
  margin: 0;
  padding: 1rem 0;
  font-size: 1.6rem;
  font-weight: 700;
}
.header-Exclusive__separator {
  width: 100%;
  padding: 0;
  margin: 0;
}
.header-Exclusive__separator.fullSeparator {
  margin: 1rem 0;
}
.header-Exclusive__separator.fullSeparator.lineSeparator {
  border-bottom: #ddcfb2;
}
.header-Exclusive__action {
  width: 100%;
  text-align: center;
}
.header-Exclusive__action .ctaTag .btn {
  width: 100%;
  margin-top: 1rem;
  padding: -webkit-calc(12rem / 10) -webkit-calc(34rem / 5);
  padding: calc(12rem / 10) calc(34rem / 5);
}
@media screen and (max-width: 760px) {
  .header-Exclusive__action .ctaTag .btn {
    padding: -webkit-calc(12rem / 10) -webkit-calc(24rem / 10);
    padding: calc(12rem / 10) calc(24rem / 10);
  }
}
.rc-PushCard {
  margin-bottom: 2rem;
}
.rc-PushCard__inner {
  box-shadow: 1px 0 7px 0 rgba(28, 28, 27, 0.35);
  position: relative;
  background: #fff;
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-height: 32rem;
  background-size: cover;
}
.rc-PushCard__inner__picture {
  padding: 0;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 32rem;
}
.rc-PushCard__inner .pushUrl {
  display: block;
  height: 100%;
  width: 100%;
  text-decoration: none;
}
@media screen and (min-width: 1025px) {
  .rc-PushCard__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 901px) and (max-width: 1240px) {
  .rc-PushCard__inner {
    box-shadow: 1px 0 7px 0 rgba(28, 28, 27, 0.35);
    position: relative;
    background: #fff;
    padding: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-height: 32rem;
    background-size: cover;
  }
}
.rc-PushCard__innerMembers {
  padding: 0 !important;
}
.rc-PushCard__main {
  width: 100%;
  min-height: 32rem;
  font-size: 1.6rem;
}
.rc-PushCard__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1.5rem;
}
.rc-PushCard__header__noFid {
  margin-top: 60px;
}
@media screen and (min-width: 901px) {
  .rc-PushCard__header {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.rc-PushCard__headerMembers {
  margin-bottom: 2rem;
  background-color: #1c1c1b;
  color: #ffffff;
  text-align: justify;
  padding: 1.8rem;
}
@media screen and (min-width: 901px) {
  .rc-PushCard__headerMembers {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.rc-PushCard__title {
  font-style: normal;
  white-space: normal;
  margin: 0;
  font-family: 'Nobel', Arial, sans-serif;
  font-weight: 400;
  font-size: 2rem;
  text-transform: uppercase;
  text-align: center;
}
.rc-PushCard__title__exclusive {
  color: #ffffff;
}
.rc-PushCard__description {
  display: block;
  margin-top: 3rem;
  font-family: 'Nobel Book', Arial, sans-serif;
  font-weight: 400;
  font-weight: 700;
  color: #bd9e56;
  text-align: center;
  font-size: 1.8rem;
}
.rc-PushCard__description__exclusive {
  color: #bd9e56;
  margin-top: 60px !important;
}
.rc-PushCard__description__full {
  color: #1c1c1b;
  margin-top: 2rem;
  font-family: 'Nobel Book', Arial, sans-serif;
  font-weight: 400;
  text-align: center;
}
.rc-PushCard__description__fullMembers {
  position: absolute!important;
  top: 32%;
  text-align: center;
  left: 20%;
  right: 20%;
  font-size: 2rem;
  padding: 0 2rem;
}
.rc-PushCard__description__full__exclusive {
  color: #ffffff;
}
.rc-PushCard__action {
  position: absolute;
  font-size: 0.8rem;
  bottom: 3rem;
  left: 2rem;
  right: 2rem;
  text-align: center;
}
.rc-PushCard__action .ctaTag {
  font-size: 0;
  display: inline-block;
  font-family: 'Nobel Bold', Arial, sans-serif;
  font-weight: 400;
}
.rc-PushCard__action .ctaTag .btn {
  padding: -webkit-calc(12rem / 10) -webkit-calc(34rem / 10);
  padding: calc(12rem / 10) calc(34rem / 10);
}
@media screen and (max-width: 760px) {
  .rc-PushCard__action .ctaTag .btn {
    padding: -webkit-calc(12rem / 10) -webkit-calc(24rem / 10);
    padding: calc(12rem / 10) calc(24rem / 10);
  }
}
@media screen and (max-width: 1400px) {
  .rc-PushCard__action .ctaTag .tag {
    display: inline-block;
    padding: 0 1rem;
  }
}
@media screen and (min-width: 901px) and (max-width: 1240px) {
  .rc-PushCard__action {
    position: absolute;
    font-size: 0.8rem;
    bottom: 1rem;
    left: 1rem;
    right: 1rem;
    text-align: center;
  }
}
.rc-PushCard__actionMembers {
  position: absolute;
  font-size: 0.8rem;
  bottom: 3rem;
  left: 1rem;
  right: 1rem;
  text-align: center;
}
.rc-PushCard__actionMembers .ctaTag .btn {
  padding: -webkit-calc(12rem / 10) -webkit-calc(34rem / 5);
  padding: calc(12rem / 10) calc(34rem / 5);
}
@media screen and (max-width: 760px) {
  .rc-PushCard__actionMembers .ctaTag .btn {
    padding: -webkit-calc(12rem / 10) -webkit-calc(24rem / 10);
    padding: calc(12rem / 10) calc(24rem / 10);
  }
}
.alignFilter {
  padding: 0 10px;
  display: inline-block;
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
  line-height: normal;
  vertical-align: text-top !important;
}
.osFilters .noUi-target {
  margin: 10px 0 20px !important;
}
.osFilters .rangeTip {
  display: none;
}
.rangeTipOffers {
  font-size: 1.6rem;
  font-family: 'Nobel', Arial, sans-serif;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.rangeTipOffers .labelLower,
.rangeTipOffers .labelUpper {
  color: #1c1c1b;
}
.osFilters .noUi-target {
  margin: 10px 0 20px !important;
}
.osFilters .rangeTip {
  display: none;
}
#offers-map .showLegend {
  top: 0;
  left: 50px;
}
.rc-SpecialOfferEtab {
  display: inline-block;
  font-family: 'Nobel', Arial, sans-serif;
  font-weight: 400;
  color: #1c1c1b;
  float: right;
}
.rc-SpecialOfferEtab .displayMode {
  margin-left: 0;
  padding: 1rem 3.2rem;
  text-decoration: none;
}
.rc-SpecialOfferEtab .displayMode a:hover {
  cursor: pointer;
}
@media screen and (max-width: 760px) {
  .rc-SpecialOfferEtab .displayMode {
    margin-left: 1rem;
    padding: 1rem 2.2rem;
  }
}
.rc-SpecialOfferEtab a {
  color: #1c1c1b;
  border: 0;
}
.rc-SpecialOfferEtab a:hover {
  background-color: #bd9e56;
  color: #ffffff;
}
.rc-SpecialOfferEtab .active {
  background-color: #bd9e56;
  color: #ffffff;
}
.rc-SpecialOffersDetails {
  margin-bottom: 3rem;
  margin-top: 2rem;
  border-bottom: 1px solid #1c1c1b;
}
.rc-SpecialOffersDetails__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 1025px) {
  .rc-SpecialOffersDetails__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 1025px) {
  .rc-SpecialOffersDetails__picture,
  .rc-SpecialOffersDetails__main {
    width: 50%;
  }
}
.rc-SpecialOffersDetails__picture {
  position: relative;
  margin-bottom: 2rem;
}
.rc-SpecialOffersDetails__picture img {
  width: 100%;
  max-height: 350px;
}
@media screen and (min-width: 1025px) {
  .rc-SpecialOffersDetails__picture {
    padding-right: 3rem;
    margin-bottom: 0;
  }
  .rc-SpecialOffersDetails__picture img {
    max-width: 100%;
  }
}
.rc-SpecialOffersDetails__picture .Slider-arrow {
  top: 45%;
}
.rc-SpecialOffersDetails__picture .slick-slider {
  margin-bottom: 0;
}
@media screen and (max-width: 760px) {
  .rc-SpecialOffersDetails__picture .slick-list {
    max-height: 23rem;
  }
}
.rc-SpecialOffersDetails__picture .defaultSlider {
  background: none;
}
.rc-SpecialOffersDetails__picture .defaultSlider .slick-slide {
  background: none;
}
.rc-SpecialOffersDetails__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1.5rem;
}
.rc-SpecialOffersDetails__header__nbRoom {
  font-family: 'Times New Roman', Times;
  text-transform: uppercase !important;
  position: absolute;
  right: 4%;
}
.rc-SpecialOffersDetails__infos {
  max-width: 70%;
  padding-right: 1.5rem;
}
@media screen and (min-width: 1025px) {
  .rc-SpecialOffersDetails__infos {
    max-width: 65%;
  }
}
.rc-SpecialOffersDetails__title {
  font-style: normal;
  margin: 0;
  font-family: 'Nobel', Arial, sans-serif;
  font-weight: 400;
  font-size: 2.2rem;
}
.rc-SpecialOffersDetails__name {
  font-weight: 700;
}
.rc-SpecialOffersDetails__content {
  margin-bottom: 2rem;
  font-family: 'Nobel Book', Arial, sans-serif;
  font-weight: 400;
}
.rc-SpecialOffersDetails__content .learnMore em {
  text-decoration: underline;
  font-style: normal;
  color: #bd9e56;
  cursor: pointer;
}
.rc-SpecialOffersDetails__content .learnMore em:hover {
  text-decoration: none;
}
.rc-SpecialOffersDetails__content .learnMore .more {
  display: inline;
}
.rc-SpecialOffersDetails__content .learnMore .less {
  display: none;
}
.rc-SpecialOffersDetails__content--expanded .learnMore .less {
  display: inline;
}
.rc-SpecialOffersDetails__content--expanded .learnMore .more {
  display: none;
}
.rc-SpecialOffersDetails__location {
  display: block;
  margin: .5rem 0 .3rem;
  text-transform: uppercase;
  color: #1c1c1b;
  font-size: 1.2rem;
  font-family: 'Times New Roman', Times;
}
.rc-SpecialOffersDetails__description strong {
  color: #1c1c1b;
}
.rc-SpecialOffersDetails__open {
  padding: 0;
  margin: 0;
}
.rc-SpecialOffersDetails__numbers {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 2rem;
}
@media screen and (max-width: 760px) {
  .rc-SpecialOffersDetails__numbers {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 2rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.rc-SpecialOffersDetails__number {
  width: 33%;
  padding: 0 1rem 0 1rem;
  border-left: 1px solid #d9dbdd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 760px) {
  .rc-SpecialOffersDetails__number {
    -webkit-box-pack: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
    border: none;
    padding: 0;
    margin: 0;
  }
  .rc-SpecialOffersDetails__number:first-child {
    margin-bottom: 2rem;
  }
}
.rc-SpecialOffersDetails__numberLabel {
  color: #1c1c1b;
  font-size: 1.2rem;
}
.rc-SpecialOffersDetails__numberScore {
  display: block;
  color: #bd9e56;
  font-size: 2rem;
  font-family: 'Nobel', Arial, sans-serif;
  font-weight: 400;
}
.rc-SpecialOffersDetails__numberScore .reviewRating button {
  padding: 0;
  width: 9px;
  overflow: hidden;
  height: 18px;
}
.rc-SpecialOffersDetails__numberScore .reviewRating .rate button:nth-child(2n) {
  margin-right: 2px;
}
.rc-SpecialOffersDetails__numberScore .reviewRating .rate button:nth-child(2n+1) .icon {
  margin-left: -8px;
}
.rc-SpecialOffersDetails__numberScore .reviewRating .rate .icon {
  width: 18px;
  height: 18px;
}
.rc-SpecialOffersDetails__number-map {
  width: 50% !important;
  margin-bottom: 4px;
}
@media screen and (min-width: 1025px) and (max-width: 1400px) {
  .rc-SpecialOffersDetails__number-map {
    width: 100% !important;
  }
}
.rc-SpecialOffersDetails .rc-EtablissementCard__price .priceTag {
  border: 1px solid #1c1c1b;
  font-size: inherit;
  float: right;
}
.rc-SpecialOffersDetails .rc-EtablissementCard__price .btn {
  font-size: 1.4rem;
  padding-top: 1.8rem;
}
.rc-SpecialOffersDetails .rc-EtablissementCard__price .price {
  font-size: 2.5rem;
}
.rc-offerMap {
  padding: 0;
}
.rc-offerMap .mapWrapper {
  height: 850px;
}
.rc-offerMap .mapWrapper .zoomIn,
.rc-offerMap .mapWrapper .zoomOut {
  z-index: 1 !important;
}
.rc-offerMap__contentByEtab {
  display: none;
  background: #fff;
}
.rc-offerMap__contentByEtab .button_toggleMapContent {
  width: 30px;
  height: 30px;
  position: absolute;
  z-index: 3;
  background: #bd9e56;
  top: 35px;
  left: -30px;
}
.rc-offerMap__contentByEtab .button_toggleMapContent .arrow {
  margin: 10px;
  position: relative;
}
.rc-offerMap__contentByEtab .button_toggleMapContent .arrow:after {
  content: ' ';
  height: 0;
  position: absolute;
  width: 0;
  border: 8px solid transparent;
  border-left-color: #fff;
  left: 8%;
  top: -3px;
}
.rc-offerMap__contentByEtab .button_toggleMapContent:hover {
  cursor: pointer;
}
.rc-offerMap__filter {
  background: #fff;
  position: absolute;
  bottom: 0;
  padding: 1rem;
}
@media screen and (min-width: 1241px) and (max-width: 1400px) {
  .rc-offerMap__filter {
    left: 30%;
    -webkit-transform: translate(-20%, -50%);
        -ms-transform: translate(-20%, -50%);
            transform: translate(-20%, -50%);
  }
}
@media screen and (min-width: 1402px) and (max-width: 1723px) {
  .rc-offerMap__filter {
    left: 38%;
    -webkit-transform: translate(-28%, -50%);
        -ms-transform: translate(-28%, -50%);
            transform: translate(-28%, -50%);
  }
}
@media screen and (min-width: 1724px) {
  .rc-offerMap__filter {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 1240px) {
  .rc-offerMap__filter {
    display: none;
  }
}
.rc-offerMap__filter ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.rc-offerMap__filter ul li {
  display: inline-block;
  padding: 0 12px;
}
.rc-offerMap__filter ul legend {
  display: inline-block;
  float: left;
  margin-bottom: 0;
  margin-top: 7px;
  margin-right: 2rem;
}
.rc-offerMap__filter #btn-filterMap {
  font-size: 1rem;
  padding: 10px 15px;
  margin-left: 2rem;
}
.col-contentByEtab-1-4 {
  width: 38%;
  padding-right: 0;
}
.col-contentByEtab-1-4 .rc-SpecialOffersDetails {
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .col-contentByEtab-1-4 {
    width: 80%;
    position: absolute;
    left: 20%;
    z-index: 1;
  }
}
.col-contentByEtab-3-4 {
  width: 65%;
}
@media screen and (max-width: 1024px) {
  .col-contentByEtab-3-4 {
    width: 100%;
  }
}
.visa-infinite {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: 2rem;
  height: -webkit-calc(100vh - 13rem);
  height: calc(100vh - 13rem);
}
.is-phone .visa-infinite {
  height: -webkit-calc(100vh - 6rem);
  height: calc(100vh - 6rem);
  max-height: -webkit-calc(100vw - 6rem);
  max-height: calc(100vw - 6rem);
}
.visa-infinite .headings {
  position: absolute;
  bottom: 5%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 760px) {
  .visa-infinite .headings {
    display: none;
  }
}
.visa-infinite .headings .visa-signature {
  display: block;
  margin: 0;
  background-color: #ffffff;
  font-family: 'Nobel', Arial, sans-serif;
  font-size: 3.5rem;
  color: #1c1c1b;
  padding: 1.2rem 1.5rem 1.2rem 4rem;
  line-height: 4.4rem;
  max-width: 60rem;
}
.visa-infinite .headings .localisation {
  display: inline-block;
  font-family: 'Times New Roman', Times;
  font-size: 1.8rem;
  margin: 0;
  padding: 0.6rem 1rem 0.6rem 4rem;
  background-color: #1c1c1b;
  color: #fff;
}
.filters-villas {
  overflow: hidden;
  background: #eef0f0;
}
.filters-villas > .row {
  border-top: 1px solid #d9dbdd;
  padding: 15px;
}
.rc-villa {
  width: 100%;
}
.rc-villa-breadcrumbs {
  text-align: left;
  z-index: 15;
}
.rc-villa-breadcrumbs .col-1-1 {
  padding: 0;
}
.rc-villa-breadcrumbs ul {
  padding-left: 0;
}
.rc-villa-breadcrumbs li {
  list-style: none;
  display: inline-block;
  padding-right: 10px;
}
#villas-map {
  padding: 0;
}
#villas-map .mapWrapper {
  height: 650px;
}
@media screen and (max-width: 800px) {
  #villas-map .mapWrapper {
    height: 400px;
  }
}
#villas-map .map {
  height: 650px;
}
@media screen and (max-width: 800px) {
  #villas-map .map {
    height: 400px;
  }
}
.popin-check-villa .btnClear {
  bottom: 0 !important;
}
.popin-check-villa .startEndDatepicker {
  margin-bottom: 1rem;
}
.popin-check-villa .ui-datepicker table td a[data-price] {
  text-indent: inherit !important;
}
.popin-check-villa .ui-datepicker table td a[data-price]:before {
  display: none !important;
}
.availabilitySliderWrapperVilla {
  margin-top: 1rem;
}
.availabilitySliderWrapperVilla .slideItem {
  padding: 2rem 8rem;
}
.rc-villasCard__byEtabMap .rc-villasCard__main {
  width: 100%;
}
.rc-villasCard__byEtabMap .rc-villasCard__innerMap {
  position: relative;
  padding: 2rem;
  border-top: 1px solid #1c1c1b;
}
.rc-villasCard__byEtabMap .rc-villasCard__description span {
  font-size: 1.4rem;
}
.rc-villasCard__byEtabMap .rc-villasCard__title {
  font-size: 2rem;
}
.rc-villasCard__byEtabMap .rc-VillaCard__price {
  padding: 1.8rem 0;
}
.rc-villasCard__byEtabMap .rc-VillaCard__price .priceTag {
  width: 100%;
}
.rc-villasCard__byEtabMap .rc-VillaCard__price .btn {
  padding: 1.8rem 0;
}
.villa_content .top_image {
  position: relative;
}
.villa_content .top_image h1 {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
}
.villa_content .top_image img {
  width: 100%;
  height: 560px;
}
.villaIntro {
  text-align: left;
  font-family: 'Nobel Book', Arial, sans-serif;
  font-weight: 400;
  margin: 2rem 1rem;
}
.contentFilter {
  min-height: 54px;
}
#slider-travellers {
  background: #bd9e56;
}
.vFilters:not(.popinFilter) {
  border-bottom: 0;
  border: none;
  display: inline-block;
  margin: 0 1rem;
}
@media screen and (max-width: 1024px) {
  .vFilters:not(.popinFilter) {
    margin: 0 2px;
  }
}
.vFilters:not(.popinFilter).active .accordionHeader {
  background: #ffffff;
  color: #bd9e56;
  border: 1px solid #bd9e56;
  padding: 10px 20px;
}
.vFilters:not(.popinFilter) .accordionHeader {
  display: inline-block;
  background: #1c1c1b;
  color: #ffffff;
  border: 1px solid #1c1c1b;
  font-family: 'Nobel Book', Arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  padding: 10px 20px;
  z-index: 12;
}
.vFilters:not(.popinFilter) .accordionHeader:after {
  border: none;
}
.vFilters:not(.popinFilter) .ui-accordion-header-active {
  background: #ffffff;
  color: #bd9e56;
  border: 1px solid #bd9e56;
  padding: 10px 20px 20px 20px !important;
  border-bottom: 1px solid #ffffff !important;
}
.vFilters:not(.popinFilter) .accordionContent {
  border: 1px solid #bd9e56;
  margin-top: -1px;
  position: absolute !important;
  padding: 1rem 3rem !important;
  z-index: 10;
  background: #ffffff;
  display: none;
  min-width: 270px;
  min-height: 100px;
  max-height: 480px;
}
.maxTotalTravellersLabel {
  margin-left: 0;
  margin-bottom: 2rem;
  text-transform: lowercase;
  text-align: center;
  top: 11px;
  right: 15px;
  font-family: 'Nobel Book', Arial, sans-serif;
  font-weight: 400;
}
#filtersOffersAccount #villaFilters {
  display: block;
}
#filtersOffersAccount #villaFilters .accordionContent_filter {
  padding-left: 20px;
}
#filtersOffersAccount .btnsSwitchMobile {
  z-index: 1 !important;
}
#villaFilters {
  display: inline-block;
}
#villas-list-filter {
  z-index: 1;
}
.villa_content .title-filter {
  font-family: 'Nobel Book', Arial, sans-serif;
  font-weight: 400;
}
.villa_content .border-bottom {
  border-bottom: 1px solid #1c1c1b;
}
.villa_content .moodboard-details {
  opacity: 1;
  background: none;
}
.villa_content .moodboard-details:hover {
  background: rgba(28, 28, 27, 0.7);
}
.villa_content .moodboard-details .moodboard-details-inner {
  opacity: 1;
}
.villa_content .moodboard-details .moodboard-details-inner h3.mainTitle2 {
  text-shadow: 0 0 25px rgba(33, 33, 33, 0.9);
}
@media screen and (max-width: 900px) {
  #tabAdvanced .searchButton {
    margin-top: 1rem;
    width: 100%;
  }
}
.breadcrumb-villa {
  margin-top: 2rem;
  font-family: 'Nobel Book', Arial, sans-serif;
  font-weight: 400;
}
.breadcrumb-villa a {
  text-decoration: underline;
  color: #bd9e56;
}
.parentDestination a {
  color: #bd9e56;
  font-size: 1.6rem;
}
.rc-VillasCard {
  padding-bottom: 1rem;
}
.rc-VillasCard__main {
  width: 100%;
}
.rc-VillasCard__inner {
  border-left: 8px solid #bd9e56;
  box-shadow: 1px 1px 7px 0 rgba(28, 28, 27, 0.35);
  position: relative;
  background: #fff;
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 1025px) {
  .rc-VillasCard__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.rc-VillasCard__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 901px) {
  .rc-VillasCard__header {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.rc-VillasCard__title {
  font-style: normal;
  margin: 0;
  font-family: 'Nobel', Arial, sans-serif;
  font-weight: 400;
  font-size: 2.4rem;
}
.rc-VillasCard__description span {
  display: block;
  margin-top: 3rem;
  font-family: 'Nobel Book', Arial, sans-serif;
  font-weight: 400;
  font-weight: 700;
  color: #bd9e56;
}
.rc-VillasCard__badge {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  margin-right: 1rem;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: #bd9e56;
}
.rc-Theme--ami .rc-VillasCard__badge {
  background: #bd9e56;
}
.rc-Theme--pr .rc-VillasCard__badge {
  background: #000;
}
.rc-VillasCard__badge svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.rc-VillasCard__categories {
  margin-bottom: 2rem;
}
.rc-VillasCard__category {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1rem;
  padding: .5rem 1rem;
  background: #fff;
  border: 1px solid #d9dbdd;
  border-radius: 5rem;
  font-size: 1rem;
  text-transform: uppercase;
  line-height: 1;
}
.rc-VillasCard__category em {
  padding: 0 0.5rem;
  border-right: 1px solid #bd9e56;
}
.rc-VillasCard__category em:last-child {
  border: none;
}
.rc-VillasCard__infos {
  margin: 2rem 0 0;
  color: #bd9e56;
}
.rc-VillasCard__name {
  font-weight: 700;
}
.rc-VillasCard__etabs {
  display: none;
  padding: 2.5rem 0 0 0 ;
}
.rc-ReservationCardGift__details--isVisible .rc-VillasCard__etabs {
  clear: both;
  border-top: 1px solid #aeb3b7;
  margin-top: 2.5em;
}
.rc-ReservationCardGift__details--isVisible .rc-VillasCard__etabs:after {
  content: "";
  clear: both;
  display: block;
}
.rc-VillasCard__details {
  position: relative;
  margin-bottom: 1rem;
}
.rc-VillasCard__details .priceTag {
  border: 1px solid #1c1c1b;
  font-size: inherit;
  float: right;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
}
.rc-VillasCard__details .priceTag-map {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}
.rc-VillasCard__details:after {
  content: "";
  clear: both;
  display: block;
}
.rc-VillasCard__details--isVisible .rc-ReservationCardGift__productsToggler {
  margin-top: 0;
}
.rc-VillasCard__details--isVisible .js-rc-VillasCard__villas {
  display: block;
}
.rc-VillasCard__details--isVisible > .priceTag .tag {
  display: none;
}
.rc-VillasCard__details--isVisible .tagTall {
  display: none;
}
.rc-VillasCard__byEtab {
  margin: 10px 0;
}
@media screen and (max-width: 760px) {
  .rc-VillasCard__byEtab {
    padding: 2rem;
  }
}
.rc-VillasCard__byEtabMap .rc-VillasCard__main {
  width: 100%;
}
.rc-VillasCard__byEtabMap .rc-VillasCard__innerMap {
  position: relative;
  padding: 2rem;
  border-top: 1px solid #1c1c1b;
}
.rc-VillasCard__byEtabMap .rc-VillasCard__description span {
  font-size: 1.4rem;
}
.rc-VillasCard__byEtabMap .rc-VillasCard__title {
  font-size: 2rem;
}
.rc-VillasCard__byEtabMap .rc-EtablissementCard__price {
  padding-top: 2rem;
}
.rc-PushContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.rc-PushContent .itemCard {
  width: 32%;
  position: relative;
}
.rc-PushContent .lastItemCard {
  width: 32%;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.rc-PushContent .lastItemAmiPr {
  width: 32%;
  position: relative;
}
@media screen and (min-width: 801px) and (max-width: 1240px) {
  .rc-PushContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .rc-PushContent .itemCard {
    width: 49%;
    position: relative;
    min-width: 32rem;
  }
  .rc-PushContent .lastItemAmiPr {
    width: 49%;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 800px) {
  .rc-PushContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .rc-PushContent .itemCard {
    width: 100%;
    position: relative;
    min-width: 32rem;
  }
}
.header-Exclusive {
  color: #1c1c1b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 760px) {
  .header-Exclusive {
    margin: 1.6rem 0 0;
  }
}
.header-Exclusive__menu {
  font-size: 1.6rem;
}
.header-Exclusive__badge {
  position: relative;
  background-color: #1c1c1b;
  width: 3.2rem;
  height: 3.2rem;
  margin-right: 1rem;
  border-radius: 50%;
  left: 0;
}
.header-Exclusive__badge svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 760px) {
  .header-Exclusive__badge {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header-Exclusive__badge .itemCard {
    width: 100%;
    position: relative;
    min-width: 32rem;
  }
}
.header-Exclusive__badge__menu {
  position: relative;
  background-color: #1c1c1b;
  width: 3rem;
  height: 3rem;
  margin-right: 0.3rem;
  border-radius: 50%;
  left: 0;
}
.header-Exclusive__badge__menu svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.header-Exclusive__badge__menuMembers svg {
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.header-Exclusive__badge__menuFilters {
  position: relative;
  margin-right: 0.5rem !important;
  border-radius: 50%;
}
.header-Exclusive__badge__menuFilters svg {
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.header-Exclusive .Villas {
  font-family: 'Nobel', Arial, sans-serif;
  font-weight: 400;
}
.header-Exclusive__titleMembers {
  text-transform: uppercase;
  vertical-align: middle;
  margin: 0;
  padding: 1rem 0;
  font-size: 1.6rem;
  font-weight: 700;
}
.header-Exclusive__separator {
  width: 100%;
  padding: 0;
  margin: 0;
}
.header-Exclusive__separator.fullSeparator {
  margin: 1rem 0;
}
.header-Exclusive__separator.fullSeparator.lineSeparator {
  border-bottom: #ddcfb2;
}
.header-Exclusive__action {
  width: 100%;
  text-align: center;
}
.header-Exclusive__action .ctaTag .btn {
  width: 100%;
  margin-top: 1rem;
  padding: -webkit-calc(12rem / 10) -webkit-calc(34rem / 5);
  padding: calc(12rem / 10) calc(34rem / 5);
}
@media screen and (max-width: 760px) {
  .header-Exclusive__action .ctaTag .btn {
    padding: -webkit-calc(12rem / 10) -webkit-calc(24rem / 10);
    padding: calc(12rem / 10) calc(24rem / 10);
  }
}
.rc-PushCard {
  margin-bottom: 2rem;
}
.rc-PushCard__inner {
  box-shadow: 1px 0 7px 0 rgba(28, 28, 27, 0.35);
  position: relative;
  background: #fff;
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-height: 32rem;
  background-size: cover;
}
.rc-PushCard__inner__picture {
  padding: 0;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 32rem;
}
.rc-PushCard__inner .pushUrl {
  display: block;
  height: 100%;
  width: 100%;
  text-decoration: none;
}
@media screen and (min-width: 1025px) {
  .rc-PushCard__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 901px) and (max-width: 1240px) {
  .rc-PushCard__inner {
    box-shadow: 1px 0 7px 0 rgba(28, 28, 27, 0.35);
    position: relative;
    background: #fff;
    padding: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-height: 32rem;
    background-size: cover;
  }
}
.rc-PushCard__innerMembers {
  padding: 0 !important;
}
.rc-PushCard__main {
  width: 100%;
  min-height: 32rem;
  font-size: 1.6rem;
}
.rc-PushCard__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1.5rem;
}
.rc-PushCard__header__noFid {
  margin-top: 60px;
}
@media screen and (min-width: 901px) {
  .rc-PushCard__header {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.rc-PushCard__headerMembers {
  margin-bottom: 2rem;
  background-color: #1c1c1b;
  color: #ffffff;
  text-align: justify;
  padding: 1.8rem;
}
@media screen and (min-width: 901px) {
  .rc-PushCard__headerMembers {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.rc-PushCard__title {
  font-style: normal;
  white-space: normal;
  margin: 0;
  font-family: 'Nobel', Arial, sans-serif;
  font-weight: 400;
  font-size: 2rem;
  text-transform: uppercase;
  text-align: center;
}
.rc-PushCard__title__exclusive {
  color: #ffffff;
}
.rc-PushCard__description {
  display: block;
  margin-top: 3rem;
  font-family: 'Nobel Book', Arial, sans-serif;
  font-weight: 400;
  font-weight: 700;
  color: #bd9e56;
  text-align: center;
  font-size: 1.8rem;
}
.rc-PushCard__description__exclusive {
  color: #bd9e56;
  margin-top: 60px !important;
}
.rc-PushCard__description__full {
  color: #1c1c1b;
  margin-top: 2rem;
  font-family: 'Nobel Book', Arial, sans-serif;
  font-weight: 400;
  text-align: center;
}
.rc-PushCard__description__fullMembers {
  position: absolute!important;
  top: 32%;
  text-align: center;
  left: 20%;
  right: 20%;
  font-size: 2rem;
  padding: 0 2rem;
}
.rc-PushCard__description__full__exclusive {
  color: #ffffff;
}
.rc-PushCard__action {
  position: absolute;
  font-size: 0.8rem;
  bottom: 3rem;
  left: 2rem;
  right: 2rem;
  text-align: center;
}
.rc-PushCard__action .ctaTag {
  font-size: 0;
  display: inline-block;
  font-family: 'Nobel Bold', Arial, sans-serif;
  font-weight: 400;
}
.rc-PushCard__action .ctaTag .btn {
  padding: -webkit-calc(12rem / 10) -webkit-calc(34rem / 10);
  padding: calc(12rem / 10) calc(34rem / 10);
}
@media screen and (max-width: 760px) {
  .rc-PushCard__action .ctaTag .btn {
    padding: -webkit-calc(12rem / 10) -webkit-calc(24rem / 10);
    padding: calc(12rem / 10) calc(24rem / 10);
  }
}
@media screen and (max-width: 1400px) {
  .rc-PushCard__action .ctaTag .tag {
    display: inline-block;
    padding: 0 1rem;
  }
}
@media screen and (min-width: 901px) and (max-width: 1240px) {
  .rc-PushCard__action {
    position: absolute;
    font-size: 0.8rem;
    bottom: 1rem;
    left: 1rem;
    right: 1rem;
    text-align: center;
  }
}
.rc-PushCard__actionMembers {
  position: absolute;
  font-size: 0.8rem;
  bottom: 3rem;
  left: 1rem;
  right: 1rem;
  text-align: center;
}
.rc-PushCard__actionMembers .ctaTag .btn {
  padding: -webkit-calc(12rem / 10) -webkit-calc(34rem / 5);
  padding: calc(12rem / 10) calc(34rem / 5);
}
@media screen and (max-width: 760px) {
  .rc-PushCard__actionMembers .ctaTag .btn {
    padding: -webkit-calc(12rem / 10) -webkit-calc(24rem / 10);
    padding: calc(12rem / 10) calc(24rem / 10);
  }
}
.alignFilter {
  padding: 0 10px;
  display: inline-block;
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
  line-height: normal;
  vertical-align: text-top !important;
}
.vFilters .noUi-target {
  margin: 10px 0 20px !important;
}
.vFilters .rangeTip {
  display: none;
}
.rangeTipVillas {
  font-size: 1.6rem;
  font-family: 'Nobel', Arial, sans-serif;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.rangeTipVillas .labelLower,
.rangeTipVillas .labelUpper {
  color: #1c1c1b;
}
.vFilters .noUi-target {
  margin: 10px 0 20px !important;
}
.vFilters .rangeTip {
  display: none;
}
#villas-map .showLegend {
  top: 0;
  left: 50px;
}
.rc-villas {
  display: inline-block;
  font-family: 'Nobel', Arial, sans-serif;
  font-weight: 400;
  color: #1c1c1b;
  float: right;
}
.rc-villas .displayMode {
  margin-left: 0;
  padding: 1rem 3.2rem;
  text-decoration: none;
}
.rc-villas .displayMode a:hover {
  cursor: pointer;
}
@media screen and (max-width: 760px) {
  .rc-villas .displayMode {
    margin-left: 1rem;
    padding: 1rem 2.2rem;
  }
}
.rc-villas a {
  color: #1c1c1b;
  border: 0;
}
.rc-villas a:hover {
  background-color: #bd9e56;
  color: #ffffff;
}
.rc-villas .active {
  background-color: #bd9e56;
  color: #ffffff;
}
.rc-VillasDetails {
  padding-bottom: 2rem;
  margin-top: 2rem;
  border-bottom: 1px solid #1c1c1b;
}
.rc-VillasDetails.content {
  padding-left: 2rem;
  border-bottom: none;
}
.rc-VillasDetails.content .villaFeatures {
  margin: 1rem 0;
}
.rc-VillasDetails.content .villaFeatures .icon {
  vertical-align: middle;
  width: 30px;
  height: 38px;
  margin-right: 10px;
}
.rc-VillasDetails.content .villaFeatures span {
  vertical-align: sub;
}
.rc-VillasDetails.content .propertyRoomCTA {
  margin-top: 1rem;
}
.rc-VillasDetails__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 1025px) {
  .rc-VillasDetails__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.rc-VillasDetails__picture {
  position: relative;
  margin-bottom: 2rem;
}
.rc-VillasDetails__picture img {
  width: 100%;
  max-height: 350px;
}
@media screen and (min-width: 1025px) {
  .rc-VillasDetails__picture {
    padding-right: 3rem;
    margin-bottom: 0;
  }
  .rc-VillasDetails__picture img {
    max-width: 100%;
  }
}
.rc-VillasDetails__picture .Slider-arrow {
  top: 45%;
}
.rc-VillasDetails__picture .slick-slider {
  margin-bottom: 0;
}
@media screen and (max-width: 760px) {
  .rc-VillasDetails__picture .slick-list {
    max-height: 23rem;
  }
}
.rc-VillasDetails__picture .defaultSlider {
  background: none;
}
.rc-VillasDetails__picture .defaultSlider .slick-slide {
  background: none;
}
.rc-VillasDetails__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1.5rem;
}
.rc-VillasDetails__header__nbRoom {
  font-family: 'Times New Roman', Times;
  text-transform: uppercase !important;
  position: absolute;
  right: 4%;
}
.rc-VillasDetails__infos {
  padding-right: 1.5rem;
}
.rc-VillasDetails__title {
  font-style: normal;
  margin: 0;
  font-family: 'Nobel', Arial, sans-serif;
  font-weight: 400;
  font-size: 2.2rem;
}
.rc-VillasDetails__title a {
  text-decoration: none;
}
.rc-VillasDetails__name {
  font-weight: 700;
}
.rc-VillasDetails__content {
  margin-bottom: 2rem;
  font-family: 'Nobel Book', Arial, sans-serif;
  font-weight: 400;
}
.rc-VillasDetails__content .learnMore em {
  text-decoration: underline;
  font-style: normal;
  color: #bd9e56;
  cursor: pointer;
}
.rc-VillasDetails__content .learnMore em:hover {
  text-decoration: none;
}
.rc-VillasDetails__content .learnMore .more {
  display: inline;
}
.rc-VillasDetails__content .learnMore .less {
  display: none;
}
.rc-VillasDetails__content--expanded .learnMore .less {
  display: inline;
}
.rc-VillasDetails__content--expanded .learnMore .more {
  display: none;
}
.rc-VillasDetails__location {
  display: block;
  margin: .5rem 0 .3rem;
  text-transform: uppercase;
  color: #1c1c1b;
  font-size: 1.2rem;
  font-family: 'Times New Roman', Times;
}
.rc-VillasDetails__description strong {
  color: #1c1c1b;
}
.rc-VillasDetails__open {
  padding: 0;
  margin: 0;
}
.rc-VillasDetails__numbers {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 2rem;
}
@media screen and (max-width: 760px) {
  .rc-VillasDetails__numbers {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 2rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.rc-VillasDetails__number {
  width: 33%;
  padding: 0 1rem 0 1rem;
  border-left: 1px solid #d9dbdd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 760px) {
  .rc-VillasDetails__number {
    -webkit-box-pack: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
    border: none;
    padding: 0;
    margin: 0;
  }
  .rc-VillasDetails__number:first-child {
    margin-bottom: 2rem;
  }
}
.rc-VillasDetails__numberLabel {
  color: #1c1c1b;
  font-size: 1.2rem;
}
.rc-VillasDetails__numberScore {
  display: block;
  color: #bd9e56;
  font-size: 2rem;
  font-family: 'Nobel', Arial, sans-serif;
  font-weight: 400;
}
.rc-VillasDetails__numberScore .reviewRating button {
  padding: 0;
  width: 9px;
  overflow: hidden;
  height: 18px;
}
.rc-VillasDetails__numberScore .reviewRating .rate button:nth-child(2n) {
  margin-right: 2px;
}
.rc-VillasDetails__numberScore .reviewRating .rate button:nth-child(2n+1) .icon {
  margin-left: -8px;
}
.rc-VillasDetails__numberScore .reviewRating .rate .icon {
  width: 18px;
  height: 18px;
}
.rc-VillasDetails__number-map {
  width: 50% !important;
  margin-bottom: 4px;
}
@media screen and (min-width: 1025px) and (max-width: 1400px) {
  .rc-VillasDetails__number-map {
    width: 100% !important;
  }
}
.rc-VillasDetails__number .size {
  padding: 12px;
}
.rc-VillasDetails .rc-EtablissementCard__price .priceTag {
  border: 1px solid #1c1c1b;
  font-size: inherit;
  float: right;
}
.rc-VillasDetails .rc-EtablissementCard__price .btn {
  font-size: 1.4rem;
  padding-top: 1.8rem;
}
.rc-VillasDetails .rc-EtablissementCard__price .price {
  font-size: 2.5rem;
}
.rc-VillasDetails .etabInfo {
  margin-left: 2rem;
}
@media screen and (max-width: 900px) {
  .rc-VillasDetails .etabInfo {
    margin: 0;
    padding: 0;
  }
}
.rc-VillasDetails__title {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 2rem;
  margin-top: 0;
  height: 5rem;
}
@media screen and (max-width: 900px) {
  .rc-VillasDetails__title {
    height: inherit;
  }
}
.rc-VillasDetails__infos {
  position: relative;
}
.rc-VillasDetails__infos .rc-PassportCard__manage {
  display: inline-block;
  position: absolute;
  top: 0;
}
.rc-VillasDetails .villaFeatures {
  margin-top: 1rem;
}
.rc-VillasDetails .villaFeatures div {
  margin-top: 1rem;
  font-family: 'Nobel Book', Arial, sans-serif;
  font-weight: 400;
}
.rc-VillasDetails .villaFeatures .icon {
  width: 22px;
  height: 18px;
  vertical-align: top;
  margin-right: 2px;
}
.rc-VillasDetails .showRates {
  font-family: 'Nobel', Arial, sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  display: inline-block;
  margin-top: 1rem;
  margin-bottom: 1rem;
  float: right;
}
@media screen and (max-width: 900px) {
  .rc-VillasDetails .showRates {
    margin-bottom: 1rem;
  }
}
.rc-VillasDetails .showRates .stay {
  padding: 0;
}
.rc-VillasDetails .propertyRoomCTA {
  margin-top: 1rem;
  text-align: left;
}
@media screen and (max-width: 900px) {
  .rc-VillasDetails .propertyRoomCTA {
    text-align: center;
    margin-top: 0;
  }
}
.rc-VillasDetails .propertyRoomCTA .discoverVilla {
  display: inline-block;
  float: right;
}
.rc-VillasDetails .propertyRoomCTA .discoverVilla a {
  padding-right: -webkit-calc(47rem / 10);
  padding-right: calc(47rem / 10);
}
@media screen and (max-width: 900px) {
  .rc-VillasDetails .propertyRoomCTA .discoverVilla a {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.rc-VillasDetails .villa_content {
  padding: 0 4rem 4rem 4rem;
}
@media screen and (max-width: 900px) {
  .rc-VillasDetails .villa_content {
    padding: 0;
  }
}
.rc-VillasDetails .villa_content .slick-slider {
  z-index: 0;
}
.rc-VillasDetails__thematics {
  width: 100%;
  position: relative;
  display: block;
  margin-top: 1rem;
}
.rc-VillasDetails__thematics .tag {
  border: 1px solid #1c1c1b;
  display: inline-block;
  border-radius: 25px;
  margin-right: 1rem;
  padding: 0 10px 2px;
  font-family: 'Nobel Book', Arial, sans-serif;
  font-weight: 400;
  margin-bottom: 5px;
}
.rc-VillasDetails__thematics .tagLink:hover {
  color: #ffffff;
  background-color: #1c1c1b;
}
.rc-VillasDetails__thematics .tagSecond {
  display: none;
}
.rc-VillasDetails__thematics .tagPlus,
.rc-VillasDetails__thematics .tagMoins {
  color: #ffffff;
  background: #1c1c1b;
  cursor: pointer;
}
.rc-VillasDetails__thematics .tagPlus:hover,
.rc-VillasDetails__thematics .tagMoins:hover {
  cursor: pointer;
}
.rc-VillasDetails .priceTag {
  text-align: right;
  display: block;
}
.rc-VillasDetails .priceTag .tag {
  padding: 0;
  text-align: right;
}
@media screen and (max-width: 900px) {
  .rc-VillasDetails .priceTag .tag {
    text-align: left;
  }
}
.rc-villaMap {
  padding: 0;
}
.rc-villaMap .mapWrapper {
  height: 850px;
}
.rc-villaMap .mapWrapper .zoomIn,
.rc-villaMap .mapWrapper .zoomOut {
  z-index: 1 !important;
}
.rc-villaMap__contentByEtab {
  display: none;
  background: #fff;
}
.rc-villaMap__contentByEtab .button_toggleMapContent {
  width: 30px;
  height: 30px;
  position: absolute;
  z-index: 3;
  background: #bd9e56;
  top: 35px;
  left: -30px;
}
@media screen and (max-width: 1024px) {
  .rc-villaMap__contentByEtab .button_toggleMapContent {
    right: 0;
    left: initial !important;
  }
}
.rc-villaMap__contentByEtab .button_toggleMapContent .arrow {
  margin: 10px;
  position: relative;
}
.rc-villaMap__contentByEtab .button_toggleMapContent .arrow:after {
  content: ' ';
  height: 0;
  position: absolute;
  width: 0;
  border: 8px solid transparent;
  border-left-color: #fff;
  left: 8%;
  top: -3px;
}
.rc-villaMap__contentByEtab .button_toggleMapContent:hover {
  cursor: pointer;
}
.rc-villaMap__filter {
  background: #fff;
  position: absolute;
  bottom: 0;
  padding: 1rem;
}
@media screen and (min-width: 1241px) and (max-width: 1400px) {
  .rc-villaMap__filter {
    left: 30%;
    -webkit-transform: translate(-20%, -50%);
        -ms-transform: translate(-20%, -50%);
            transform: translate(-20%, -50%);
  }
}
@media screen and (min-width: 1402px) and (max-width: 1723px) {
  .rc-villaMap__filter {
    left: 38%;
    -webkit-transform: translate(-28%, -50%);
        -ms-transform: translate(-28%, -50%);
            transform: translate(-28%, -50%);
  }
}
@media screen and (min-width: 1724px) {
  .rc-villaMap__filter {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 1240px) {
  .rc-villaMap__filter {
    display: none;
  }
}
.rc-villaMap__filter ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.rc-villaMap__filter ul li {
  display: inline-block;
  padding: 0 12px;
}
.rc-villaMap__filter ul legend {
  display: inline-block;
  float: left;
  margin-bottom: 0;
  margin-top: 7px;
  margin-right: 2rem;
}
.rc-villaMap__filter #btn-filterMap {
  font-size: 1rem;
  padding: 10px 15px;
  margin-left: 2rem;
}
.col-contentByEtab-1-4 {
  width: 35%;
  padding-right: 0;
}
@media screen and (max-width: 1024px) {
  .col-contentByEtab-1-4 {
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 1;
  }
}
.col-contentByEtab-3-4 {
  width: 65%;
}
@media screen and (max-width: 1024px) {
  .col-contentByEtab-3-4 {
    width: 100%;
  }
}
#rc-villasContentByEtabMap {
  height: 650px;
  overflow-x: hidden;
  overflow-y: scroll;
}
#rc-villasContentByEtabMap [class*=col-] {
  padding: 0;
}
#rc-villasContentByEtabMap .etabInfo {
  padding: 0;
}
@media screen and (min-width: 760px) and (max-width: 900px) {
  #rc-villasContentByEtabMap .grid {
    width: 100%;
  }
}
#rc-villasContentByEtabMap .villa_content {
  margin-bottom: 3rem;
}
#rc-villasContentByEtabMap .villa_content .defaultSlider {
  margin-bottom: 1rem;
}
#rc-villasContentByEtabMap .villa_content .rc-VillasDetails__title {
  margin-bottom: 1rem;
}
#rc-villasContentByEtabMap .villa_content .rc-VillasDetails__title a {
  text-decoration: none;
}
#rc-villasContentByEtabMap .villa_content .villaFeatures {
  font-family: 'Nobel Book', Arial, sans-serif;
  font-weight: 400;
  margin-top: 0;
}
#rc-villasContentByEtabMap .villa_content .villaFeatures div {
  font-size: 1.4rem;
  padding-left: 2rem !important;
}
#rc-villasContentByEtabMap .villa_content .villaFeatures .icon {
  width: 25px;
  height: 25px;
  vertical-align: middle;
  margin-right: 10px;
}
#rc-villasContentByEtabMap .villa_content .showRates {
  text-align: center;
  width: 100%;
}
#rc-villasContentByEtabMap .villa_content .showRates .priceTag .tag {
  padding: 0;
}
#rc-villasContentByEtabMap .villa_content .propertyRoomCTA {
  margin: 1rem 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#rc-villasContentByEtabMap .villa_content .propertyRoomCTA a:first-child {
  float: left;
}
#rc-villasContentByEtabMap .villa_content {
  padding: 0;
}
#rc-villasContentByEtabMap .etabInfo {
  margin-left: 1rem;
}
#rc-villasContentByEtabMap .rc-VillasDetails__numbers {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#rc-villasContentByEtabMap .discoverVilla {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
#rc-villasContentByEtabMap .discoverVilla a {
  margin: 0 1rem;
}
.rc-GiftViewTab-properties .contentFilter {
  min-height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}
.rc-GiftViewTab-properties .contentFilter .propertyBookingAside-advanced {
  display: inline-block;
}
.rc-GiftViewTab-properties .contentFilter .propertyBookingAside {
  padding-top: 0;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: baseline;
      align-content: baseline;
}
.rc-GiftViewTab-properties .contentFilter .propertyBookingAside .will-stick {
  z-index: 10 !important;
  width: auto;
}
#flexibilitySearchFiltersResults {
  min-height: 600px;
}
#flexibilitySearchFiltersResults #properties-map {
  margin-top: 2rem;
}
#flexibilitySearchFiltersResults #properties-map .showLegend {
  top: 12rem;
}
#flexibilitySearchFiltersResults #properties-map .mapWrapper {
  height: 600px;
}
.rc-GiftViewTab-properties .mainTitleFlexibility {
  font-family: 'Nobel Book', Arial, sans-serif;
  color: #bd9e56;
  text-align: center;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.1;
  text-decoration: none;
  text-transform: initial;
  position: relative;
  margin-bottom: 2rem;
}
.rc-GiftViewTab-properties .title-filter {
  font-family: 'Nobel Book', Arial, sans-serif;
  font-weight: 400;
  padding-top: 0.5em;
}
.rc-GiftViewTab-properties .border-bottom {
  border-bottom: 1px solid #1c1c1b;
}
#flexibilityFilters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 760px) {
  #flexibilityFilters {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#flexibilityFilters .start .startEndDateField.active {
  background-color: white;
  color: #bd9e56;
  border: 1px solid #bd9e56;
  border-bottom: 1px solid #fff;
  z-index: 12;
}
@media screen and (max-width: 760px) {
  #flexibilityFilters .start .startEndDateField.active {
    border-right: none;
    border-left: none;
  }
}
#flexibilityFilters .startDateField {
  background-color: black;
  color: white;
  box-shadow: none;
  text-align: center;
  width: auto;
  min-width: 19rem;
  margin-right: 1rem;
  text-transform: uppercase;
  font-family: 'Nobel Book', Arial, sans-serif;
  font-weight: 400;
  font-size: 17px;
  font-style: normal;
  height: 43px;
  margin-bottom: 8px;
}
#flexibilityFilters .startDateField.active {
  background-color: white;
  color: #bd9e56;
  border: 1px solid #bd9e56;
  z-index: 12;
}
@media screen and (max-width: 760px) {
  #flexibilityFilters .startDateField.active {
    border-right: none;
    border-left: none;
    border-top: none;
  }
}
@media screen and (max-width: 760px) {
  #flexibilityFilters .startDateField {
    width: 100%;
    background: #ffffff;
    color: #1c1c1b;
    box-shadow: none;
    border-bottom: 1px solid #1c1c1b;
    text-align: left;
    padding: 10px 0;
    height: inherit;
  }
}
#flexibilityFilters .startDateField span {
  padding-top: 0.5rem;
  display: inline-block;
  position: inherit;
  top: 0;
  right: 0;
}
@media screen and (max-width: 760px) {
  #flexibilityFilters .startDateField span {
    left: 1rem;
    right: auto;
    font-family: 'Nobel', Arial, sans-serif;
    font-weight: 400;
    text-transform: initial;
  }
}
#flexibilityFilters .endDateField {
  display: none;
}
@media screen and (max-width: 900px) {
  #flexibilityFilters .propertyBookingAside {
    margin-top: 0;
  }
}
#flexibilityFilters .propertyBookingAside .startEndDatepickerWrapper-advanced {
  left: 0;
  top: -1px;
  z-index: 10;
}
@media screen and (max-width: 760px) {
  #flexibilityFilters .propertyBookingAside .startEndDatepickerWrapper-advanced {
    border-right: none;
    border-left: none;
  }
}
.fFilters:not(.popinFilter) {
  border-bottom: 0;
  border: none;
  display: inline-block;
  margin: 0 1rem;
}
@media screen and (max-width: 1024px) {
  .fFilters:not(.popinFilter) {
    margin: 0 2px;
  }
}
.fFilters:not(.popinFilter).active .accordionHeader {
  background: #ffffff;
  color: #bd9e56;
  border: 1px solid #bd9e56;
  padding: 10px 20px;
}
.fFilters:not(.popinFilter) .accordionHeader {
  display: inline-block;
  background: #1c1c1b;
  color: #ffffff;
  border: 1px solid #1c1c1b;
  font-family: 'Nobel Book', Arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  padding: 10px 20px;
  z-index: 12;
}
.fFilters:not(.popinFilter) .accordionHeader:after {
  border: none;
}
.fFilters:not(.popinFilter) .accordionHeader.active {
  background-color: white;
  color: #bd9e56;
  border: 1px solid #bd9e56;
}
.fFilters:not(.popinFilter) .ui-accordion-header-active {
  background: #ffffff;
  color: #bd9e56;
  border: 1px solid #bd9e56;
  padding: 10px 20px 20px 20px !important;
  border-bottom: 1px solid #ffffff !important;
}
.fFilters:not(.popinFilter) .accordionContent {
  border: 1px solid #bd9e56;
  margin-top: -1px;
  position: absolute !important;
  padding: 1rem 3rem !important;
  z-index: 10;
  background: #ffffff;
  display: none;
  min-width: 270px;
  min-height: 100px;
  max-height: 480px;
}
.fFilters:not(.popinFilter) .startEndDatepickerWrapper {
  z-index: 10;
}
.rc-flexibility {
  display: inline-block;
  font-family: 'Nobel', Arial, sans-serif;
  font-weight: 400;
  color: #1c1c1b;
  float: right;
}
.rc-flexibility .displayMode {
  margin-left: 0;
  padding: 1rem 3.2rem;
  text-decoration: none;
}
.rc-flexibility .displayMode a:hover {
  cursor: pointer;
}
@media screen and (max-width: 760px) {
  .rc-flexibility .displayMode {
    margin-left: 1rem;
    padding: 1rem 2.2rem;
  }
}
.rc-flexibility a {
  color: #1c1c1b;
  border: 0;
}
.rc-flexibility a:hover {
  background-color: #bd9e56;
  color: #ffffff;
}
.rc-flexibility .active {
  background-color: #bd9e56;
  color: #ffffff;
}
#flexibilityDetailsPopin {
  padding: 0;
}
#flexibilityDetailsPopin:before {
  background: #ffffff;
}
#flexibilityDetailsPopin #flexibilityDetailsPopin-left {
  padding: 30px 20px;
}
#flexibilityDetailsPopin .propertyRoom {
  padding: 25px 20px;
}
#js-search-by-flexibility-results .addFavorite {
  float: left;
}
.rc-VillasDetails {
  padding-bottom: 2rem;
  margin-top: 2rem;
  border-bottom: 1px solid #1c1c1b;
}
.rc-VillasDetails .viewGallery {
  position: relative;
}
.rc-VillasDetails .rc-GiftViewSlider-zoomLabel {
  top: 0;
  left: 0;
  bottom: inherit;
  right: auto;
}
.rc-VillasDetails .rc-ExclusiveOffersDetails__content {
  font-family: 'Nobel Book', Arial, sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
}
.rc-VillasDetails .rc-ExclusiveOffersDetails__content strong {
  font-family: 'Nobel', Arial, sans-serif;
  font-weight: 400;
}
.rc-VillasDetails .rc-ExclusiveOffersDetails__content .learnMore {
  display: block;
  text-align: right;
  color: #bd9e56;
  font-family: 'Nobel', Arial, sans-serif;
  font-weight: 400;
  width: 100%;
}
.rc-VillasDetails .rc-ExclusiveOffersDetails__content .learnMore .more,
.rc-VillasDetails .rc-ExclusiveOffersDetails__content .learnMore .less {
  font-style: normal;
  color: #bd9e56;
  text-decoration: underline;
}
.rc-VillasDetails .rc-ExclusiveOffersDetails__content .learnMore .more:hover,
.rc-VillasDetails .rc-ExclusiveOffersDetails__content .learnMore .less:hover {
  cursor: pointer;
  text-decoration: underline;
}
.rc-VillasDetails .rc-ExclusiveOffersDetails__content .nodescription {
  font-style: italic;
}
.rc-VillasDetails .rc-ExclusiveOffersDetails__description {
  font-size: 1.5rem;
}
@media screen and (max-width: 900px) {
  .rc-VillasDetails .rc-ExclusiveOffersDetails__numbers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .rc-VillasDetails .rc-ExclusiveOffersDetails__numbers span {
    padding-right: 0;
  }
}
.rc-VillasDetails.content {
  padding-left: 2rem;
  border-bottom: none;
}
.rc-VillasDetails.content .flexibilityFeatures {
  margin: 1rem 0;
}
.rc-VillasDetails.content .flexibilityFeatures .icon {
  vertical-align: middle;
  width: 30px;
  height: 38px;
  margin-right: 10px;
}
.rc-VillasDetails.content .flexibilityFeatures span {
  vertical-align: sub;
}
.rc-VillasDetails.content .propertyRoomCTA {
  margin-top: 1rem;
}
.rc-VillasDetails__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 1025px) {
  .rc-VillasDetails__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.rc-VillasDetails__picture {
  position: relative;
  margin-bottom: 2rem;
}
.rc-VillasDetails__picture img {
  width: 100%;
  max-height: 350px;
}
@media screen and (min-width: 1025px) {
  .rc-VillasDetails__picture {
    padding-right: 3rem;
    margin-bottom: 0;
  }
  .rc-VillasDetails__picture img {
    max-width: 100%;
  }
}
.rc-VillasDetails__picture .Slider-arrow {
  top: 45%;
}
.rc-VillasDetails__picture .slick-slider {
  margin-bottom: 0;
}
@media screen and (max-width: 760px) {
  .rc-VillasDetails__picture .slick-list {
    max-height: 23rem;
  }
}
.rc-VillasDetails__picture .defaultSlider {
  background: none;
}
.rc-VillasDetails__picture .defaultSlider .slick-slide {
  background: none;
}
.rc-VillasDetails__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1.5rem;
}
.rc-VillasDetails__header__nbRoom {
  font-family: 'Times New Roman', Times;
  text-transform: uppercase !important;
  position: absolute;
  right: 4%;
}
.rc-VillasDetails__infos {
  padding-right: 1.5rem;
}
.rc-VillasDetails__title {
  font-style: normal;
  margin: 0;
  font-family: 'Nobel', Arial, sans-serif;
  font-weight: 400;
  font-size: 2.2rem;
}
.rc-VillasDetails__title a {
  text-decoration: none;
}
.rc-VillasDetails__name {
  font-weight: 700;
}
.rc-VillasDetails__content {
  margin-bottom: 2rem;
  font-family: 'Nobel', Arial, sans-serif;
  font-weight: 400;
}
.rc-VillasDetails__content .learnMore em {
  text-decoration: underline;
  font-style: normal;
  color: #bd9e56;
  cursor: pointer;
}
.rc-VillasDetails__content .learnMore em:hover {
  text-decoration: none;
}
.rc-VillasDetails__content .learnMore .more {
  display: inline;
}
.rc-VillasDetails__content .learnMore .less {
  display: none;
}
.rc-VillasDetails__content--expanded .learnMore .less {
  display: inline;
}
.rc-VillasDetails__content--expanded .learnMore .more {
  display: none;
}
.rc-VillasDetails__location {
  display: block;
  margin: .5rem 0 .3rem;
  text-transform: uppercase;
  color: #1c1c1b;
  font-size: 1.2rem;
  font-family: 'Times New Roman', Times;
}
.rc-VillasDetails__description strong {
  color: #1c1c1b;
}
.rc-VillasDetails__open {
  padding: 0;
  margin: 0;
}
.rc-VillasDetails__numbers {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 2rem;
}
@media screen and (max-width: 760px) {
  .rc-VillasDetails__numbers {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 2rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.rc-VillasDetails__number {
  width: 33%;
  padding: 0 1rem 0 1rem;
  border-left: 1px solid #d9dbdd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 760px) {
  .rc-VillasDetails__number {
    -webkit-box-pack: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
    border: none;
    padding: 0;
    margin: 0;
  }
  .rc-VillasDetails__number:first-child {
    margin-bottom: 2rem;
  }
}
.rc-VillasDetails__numberLabel {
  color: #1c1c1b;
  font-size: 1.2rem;
}
.rc-VillasDetails__numberScore {
  display: block;
  color: #bd9e56;
  font-size: 2rem;
  font-family: 'Nobel', Arial, sans-serif;
  font-weight: 400;
}
.rc-VillasDetails__numberScore .reviewRating button {
  padding: 0;
  width: 9px;
  overflow: hidden;
  height: 18px;
}
.rc-VillasDetails__numberScore .reviewRating .rate button:nth-child(2n) {
  margin-right: 2px;
}
.rc-VillasDetails__numberScore .reviewRating .rate button:nth-child(2n+1) .icon {
  margin-left: -8px;
}
.rc-VillasDetails__numberScore .reviewRating .rate .icon {
  width: 18px;
  height: 18px;
}
.rc-VillasDetails__number-map {
  width: 50% !important;
  margin-bottom: 4px;
}
@media screen and (min-width: 1025px) and (max-width: 1400px) {
  .rc-VillasDetails__number-map {
    width: 100% !important;
  }
}
.rc-VillasDetails__number .size {
  padding: 12px;
}
.rc-VillasDetails .rc-EtablissementCard__price .priceTag {
  border: 1px solid #1c1c1b;
  font-size: inherit;
  float: right;
}
.rc-VillasDetails .rc-EtablissementCard__price .btn {
  font-size: 1.4rem;
  padding-top: 1.8rem;
}
.rc-VillasDetails .rc-EtablissementCard__price .price {
  font-size: 2.5rem;
}
.rc-VillasDetails .etabInfo {
  margin-left: 2rem;
}
@media screen and (max-width: 900px) {
  .rc-VillasDetails .etabInfo {
    margin: 0;
    padding: 0;
  }
}
.rc-VillasDetails__title {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 1rem;
  margin-top: 0;
  height: 4rem;
}
@media screen and (max-width: 900px) {
  .rc-VillasDetails__title {
    height: inherit;
  }
}
.rc-VillasDetails .otherConditions {
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background: #bd9e56;
  margin-bottom: -1px;
  display: inline-block;
}
.rc-VillasDetails__infos {
  position: relative;
}
.rc-VillasDetails__infos .rc-PassportCard__manage {
  display: inline-block;
  position: absolute;
  top: 0;
}
.rc-VillasDetails .flexibilityFeatures {
  margin-top: 1rem;
}
.rc-VillasDetails .flexibilityFeatures div {
  margin-top: 1rem;
  font-family: 'Nobel Book', Arial, sans-serif;
  font-weight: 400;
}
.rc-VillasDetails .flexibilityFeatures .icon {
  width: 22px;
  height: 18px;
  vertical-align: top;
  margin-right: 2px;
}
.rc-VillasDetails .showRates {
  font-family: 'Nobel', Arial, sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  display: inline-block;
  margin-top: 1rem;
  margin-bottom: 1rem;
  float: right;
}
@media screen and (max-width: 900px) {
  .rc-VillasDetails .showRates {
    margin-bottom: 1rem;
  }
}
.rc-VillasDetails .showRates .stay {
  padding: 0;
}
.rc-VillasDetails .propertyRoomCTA {
  margin-top: 1rem;
  text-align: left;
}
.rc-VillasDetails .propertyRoomCTA__spaceBetween {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 900px) {
  .rc-VillasDetails .propertyRoomCTA__spaceBetween {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (max-width: 900px) {
  .rc-VillasDetails .propertyRoomCTA {
    text-align: center;
    margin-top: 0;
  }
}
.rc-VillasDetails .propertyRoomCTA .discoverflexibility {
  display: inline-block;
  float: right;
}
.rc-VillasDetails .propertyRoomCTA .discoverflexibility a {
  padding-right: -webkit-calc(47rem / 10);
  padding-right: calc(47rem / 10);
}
@media screen and (max-width: 900px) {
  .rc-VillasDetails .propertyRoomCTA .discoverflexibility a {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.rc-VillasDetails .flexibility_content {
  padding: 0 4rem 4rem 4rem;
}
@media screen and (max-width: 900px) {
  .rc-VillasDetails .flexibility_content {
    padding: 0;
  }
}
.rc-VillasDetails .flexibility_content .slick-slider {
  z-index: 0;
}
.rc-VillasDetails__thematics {
  width: 100%;
  position: relative;
  display: block;
  margin-top: 1rem;
}
.rc-VillasDetails__thematics .tag {
  border: 1px solid #1c1c1b;
  display: inline-block;
  border-radius: 25px;
  margin-right: 1rem;
  padding: 0 10px 2px;
  font-family: 'Nobel Book', Arial, sans-serif;
  font-weight: 400;
  margin-bottom: 5px;
}
.rc-VillasDetails__thematics .tagLink:hover {
  color: #ffffff;
  background-color: #1c1c1b;
}
.rc-VillasDetails__thematics .tagSecond {
  display: none;
}
.rc-VillasDetails__thematics .tagPlus,
.rc-VillasDetails__thematics .tagMoins {
  color: #ffffff;
  background: #1c1c1b;
  cursor: pointer;
}
.rc-VillasDetails__thematics .tagPlus:hover,
.rc-VillasDetails__thematics .tagMoins:hover {
  cursor: pointer;
}
.rc-VillasDetails .priceTag {
  text-align: right;
  display: block;
}
.rc-VillasDetails .priceTag .tag {
  padding: 0;
  text-align: right;
}
@media screen and (max-width: 900px) {
  .rc-VillasDetails .priceTag .tag {
    text-align: left;
  }
}
@media screen and (max-width: 1024px) {
  .rc-VillasDetails .villa_content {
    margin-bottom: 1em;
  }
}
#flexibilityDetailsPopin .popin {
  padding: 0;
  position: relative;
  overflow: auto;
  background: #ffffff;
  max-width: 112rem;
  min-height: 70rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 900px) {
  #flexibilityDetailsPopin .popin {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}
#flexibilityDetailsPopin .popin:before {
  content: '';
  display: block;
  background: none;
}
.blocConditions {
  padding: 20px 30px;
  margin-bottom: 20px;
  font-family: 'Nobel', Arial, sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
}
.blocConditions .title {
  margin: 0;
  text-align: center;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.1;
  text-decoration: none;
}
.blocConditions ul {
  padding-left: 16px;
}
.blocConditions li {
  margin-bottom: 10px;
  list-style: none;
}
.flexibilityDetails {
  margin: 0 0 0 2rem;
  width: -webkit-calc(100% - 3rem) !important;
  width: calc(100% - 3rem) !important;
  height: auto;
  min-height: 70rem;
}
@media screen and (max-width: 760px) {
  .flexibilityDetails {
    margin: 0;
    width: 100% !important;
  }
}
.flexibilityDetails .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}
.flexibilityDetails .row .column {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.flexibilityDetails .row .p_0 {
  padding: 0;
}
.flexibilityDetails .row .pt_2 {
  padding-top: 2rem;
}
@media screen and (max-width: 900px) {
  .flexibilityDetails .row {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}
.flexibilityDetails .row .propertyRoom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background-color: #eef0f0;
  padding: 0;
  border-bottom: none;
  height: 100%;
}
@media screen and (max-width: 760px) {
  .flexibilityDetails .row .propertyRoom__zoom-cta {
    width: 2rem;
    height: 2rem;
  }
  .flexibilityDetails .row .propertyRoom__zoom-cta .icon {
    width: 2rem;
    height: 2rem;
    position: relative;
    bottom: 1rem;
    right: 1rem;
  }
}
.flexibilityDetails .row .propertyRoom ul {
  list-style: none;
  padding: 0 1rem;
}
.flexibilityDetails .row .propertyRoom ul li {
  margin-top: 1rem;
}
.flexibilityDetails .row .propertyRoom ul li span {
  font-family: 'Nobel Book', Arial, sans-serif;
  font-weight: 400;
}
.flexibilityDetails .row .propertyRoom .availabilitySlider,
.flexibilityDetails .row .propertyRoom .slick-slider {
  padding-top: 1rem;
  height: 100%;
}
.flexibilityDetails .row .propertyRoom .availabilitySlider .slick-list,
.flexibilityDetails .row .propertyRoom .slick-slider .slick-list {
  height: 100%;
}
.flexibilityDetails .row .propertyRoom .availabilitySlider .slick-list .slick-track,
.flexibilityDetails .row .propertyRoom .slick-slider .slick-list .slick-track {
  height: 100%;
}
.flexibilityDetails .row .propertyRoom .availabilitySlider .slick-list .slick-track .slick-active,
.flexibilityDetails .row .propertyRoom .slick-slider .slick-list .slick-track .slick-active,
.flexibilityDetails .row .propertyRoom .availabilitySlider .slick-list .slick-track .slick-slide,
.flexibilityDetails .row .propertyRoom .slick-slider .slick-list .slick-track .slick-slide {
  padding: 0 1rem;
}
.flexibilityDetails .row .propertyRoom .availabilitySlider .slick-list .slick-track .slick-active .availabilityDesc,
.flexibilityDetails .row .propertyRoom .slick-slider .slick-list .slick-track .slick-active .availabilityDesc,
.flexibilityDetails .row .propertyRoom .availabilitySlider .slick-list .slick-track .slick-slide .availabilityDesc,
.flexibilityDetails .row .propertyRoom .slick-slider .slick-list .slick-track .slick-slide .availabilityDesc {
  width: 100%;
}
.flexibilityDetails .row .propertyRoom .availabilitySlider .slick-list .slick-track .slick-active .availabilityDesc .row,
.flexibilityDetails .row .propertyRoom .slick-slider .slick-list .slick-track .slick-active .availabilityDesc .row,
.flexibilityDetails .row .propertyRoom .availabilitySlider .slick-list .slick-track .slick-slide .availabilityDesc .row,
.flexibilityDetails .row .propertyRoom .slick-slider .slick-list .slick-track .slick-slide .availabilityDesc .row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flexibilityDetails .row .propertyRoom .availabilitySlider .slick-list .slick-track .slick-active .availabilityDesc .row .sliderWrapper,
.flexibilityDetails .row .propertyRoom .slick-slider .slick-list .slick-track .slick-active .availabilityDesc .row .sliderWrapper,
.flexibilityDetails .row .propertyRoom .availabilitySlider .slick-list .slick-track .slick-slide .availabilityDesc .row .sliderWrapper,
.flexibilityDetails .row .propertyRoom .slick-slider .slick-list .slick-track .slick-slide .availabilityDesc .row .sliderWrapper {
  width: 100%;
  height: 19rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 760px) {
  .flexibilityDetails .row .propertyRoom .availabilitySlider .slick-list .slick-track .slick-active .availabilityDesc .row .sliderWrapper,
  .flexibilityDetails .row .propertyRoom .slick-slider .slick-list .slick-track .slick-active .availabilityDesc .row .sliderWrapper,
  .flexibilityDetails .row .propertyRoom .availabilitySlider .slick-list .slick-track .slick-slide .availabilityDesc .row .sliderWrapper,
  .flexibilityDetails .row .propertyRoom .slick-slider .slick-list .slick-track .slick-slide .availabilityDesc .row .sliderWrapper {
    height: auto;
  }
}
.flexibilityDetails .row .propertyRoom .availabilitySlider .slick-list .slick-track .slick-active .availabilityDesc .row .sliderWrapper img,
.flexibilityDetails .row .propertyRoom .slick-slider .slick-list .slick-track .slick-active .availabilityDesc .row .sliderWrapper img,
.flexibilityDetails .row .propertyRoom .availabilitySlider .slick-list .slick-track .slick-slide .availabilityDesc .row .sliderWrapper img,
.flexibilityDetails .row .propertyRoom .slick-slider .slick-list .slick-track .slick-slide .availabilityDesc .row .sliderWrapper img {
  width: 100%;
}
.flexibilityDetails .row .propertyRoom .availabilitySlider .slick-list .slick-track .slick-active .availabilityDesc .row .sliderWrapper .defaultSlider,
.flexibilityDetails .row .propertyRoom .slick-slider .slick-list .slick-track .slick-active .availabilityDesc .row .sliderWrapper .defaultSlider,
.flexibilityDetails .row .propertyRoom .availabilitySlider .slick-list .slick-track .slick-slide .availabilityDesc .row .sliderWrapper .defaultSlider,
.flexibilityDetails .row .propertyRoom .slick-slider .slick-list .slick-track .slick-slide .availabilityDesc .row .sliderWrapper .defaultSlider {
  background: none;
}
.flexibilityDetails .row .propertyRoom .availabilitySlider .slick-list .slick-track .slick-active .availabilityDesc .row .sliderWrapper .defaultSlider .Slider-arrow,
.flexibilityDetails .row .propertyRoom .slick-slider .slick-list .slick-track .slick-active .availabilityDesc .row .sliderWrapper .defaultSlider .Slider-arrow,
.flexibilityDetails .row .propertyRoom .availabilitySlider .slick-list .slick-track .slick-slide .availabilityDesc .row .sliderWrapper .defaultSlider .Slider-arrow,
.flexibilityDetails .row .propertyRoom .slick-slider .slick-list .slick-track .slick-slide .availabilityDesc .row .sliderWrapper .defaultSlider .Slider-arrow {
  display: block !important;
  background-color: #1c1c1b;
}
.flexibilityDetails .row .propertyRoom .availabilitySlider .slick-list .slick-track .slick-active .availabilityDesc .row .content,
.flexibilityDetails .row .propertyRoom .slick-slider .slick-list .slick-track .slick-active .availabilityDesc .row .content,
.flexibilityDetails .row .propertyRoom .availabilitySlider .slick-list .slick-track .slick-slide .availabilityDesc .row .content,
.flexibilityDetails .row .propertyRoom .slick-slider .slick-list .slick-track .slick-slide .availabilityDesc .row .content {
  width: 100%;
  padding: 0;
  float: none;
  font-size: 1.6rem;
}
.flexibilityDetails .row .propertyRoom .availabilitySlider .slick-list .slick-track .slick-active .availabilityDesc .row .content ul,
.flexibilityDetails .row .propertyRoom .slick-slider .slick-list .slick-track .slick-active .availabilityDesc .row .content ul,
.flexibilityDetails .row .propertyRoom .availabilitySlider .slick-list .slick-track .slick-slide .availabilityDesc .row .content ul,
.flexibilityDetails .row .propertyRoom .slick-slider .slick-list .slick-track .slick-slide .availabilityDesc .row .content ul {
  padding-left: 2rem;
}
.flexibilityDetails .row .propertyRoom .availabilitySlider .slick-list .slick-track .slick-active .availabilityDesc .row .content li,
.flexibilityDetails .row .propertyRoom .slick-slider .slick-list .slick-track .slick-active .availabilityDesc .row .content li,
.flexibilityDetails .row .propertyRoom .availabilitySlider .slick-list .slick-track .slick-slide .availabilityDesc .row .content li,
.flexibilityDetails .row .propertyRoom .slick-slider .slick-list .slick-track .slick-slide .availabilityDesc .row .content li {
  font-family: 'Nobel Book', Arial, sans-serif;
  font-weight: 400;
  margin-top: 1rem;
  list-style-type: disc;
  font-size: 1.4rem;
}
.flexibilityDetails .row .propertyRoom .availabilitySlider .slick-list .slick-track .slick-active .availabilityDesc .row .content .learnMore em,
.flexibilityDetails .row .propertyRoom .slick-slider .slick-list .slick-track .slick-active .availabilityDesc .row .content .learnMore em,
.flexibilityDetails .row .propertyRoom .availabilitySlider .slick-list .slick-track .slick-slide .availabilityDesc .row .content .learnMore em,
.flexibilityDetails .row .propertyRoom .slick-slider .slick-list .slick-track .slick-slide .availabilityDesc .row .content .learnMore em {
  text-decoration: underline;
  font-style: normal;
  color: #bd9e56;
  cursor: pointer;
}
.flexibilityDetails .row .propertyRoom .availabilitySlider .slick-list .slick-track .slick-active .availabilityDesc .row .content .learnMore em:hover,
.flexibilityDetails .row .propertyRoom .slick-slider .slick-list .slick-track .slick-active .availabilityDesc .row .content .learnMore em:hover,
.flexibilityDetails .row .propertyRoom .availabilitySlider .slick-list .slick-track .slick-slide .availabilityDesc .row .content .learnMore em:hover,
.flexibilityDetails .row .propertyRoom .slick-slider .slick-list .slick-track .slick-slide .availabilityDesc .row .content .learnMore em:hover {
  text-decoration: none;
}
.flexibilityDetails .row .propertyRoom .availabilitySlider .slick-list .slick-track .slick-active .availabilityDesc .row .content .learnMore .moreRoomDescription,
.flexibilityDetails .row .propertyRoom .slick-slider .slick-list .slick-track .slick-active .availabilityDesc .row .content .learnMore .moreRoomDescription,
.flexibilityDetails .row .propertyRoom .availabilitySlider .slick-list .slick-track .slick-slide .availabilityDesc .row .content .learnMore .moreRoomDescription,
.flexibilityDetails .row .propertyRoom .slick-slider .slick-list .slick-track .slick-slide .availabilityDesc .row .content .learnMore .moreRoomDescription {
  display: inline;
}
.flexibilityDetails .row .propertyRoom .availabilitySlider .slick-list .slick-track .slick-active .availabilityDesc .row .content .learnMore .lessRoomDescription,
.flexibilityDetails .row .propertyRoom .slick-slider .slick-list .slick-track .slick-active .availabilityDesc .row .content .learnMore .lessRoomDescription,
.flexibilityDetails .row .propertyRoom .availabilitySlider .slick-list .slick-track .slick-slide .availabilityDesc .row .content .learnMore .lessRoomDescription,
.flexibilityDetails .row .propertyRoom .slick-slider .slick-list .slick-track .slick-slide .availabilityDesc .row .content .learnMore .lessRoomDescription {
  display: none;
}
.flexibilityDetails .row .propertyRoom .availabilitySlider .Slider-arrow,
.flexibilityDetails .row .propertyRoom .slick-slider .Slider-arrow,
.flexibilityDetails .row .propertyRoom .availabilitySlider .Slider-arrow--prev,
.flexibilityDetails .row .propertyRoom .slick-slider .Slider-arrow--prev {
  display: none !important;
  background-color: green;
}
.flexibilityDetails .row ul li {
  font-family: 'Nobel Book', Arial, sans-serif;
}
.flexibilityDetails .row ul li .startEndDatepickerWrapper {
  padding: 0;
}
.flexibilityDetails .row_70 {
  min-height: 70rem;
}
.flexibilityDetails .mainTitle {
  font-style: normal;
  margin: 1rem 0 0 0;
  font-family: 'Nobel', Arial, sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
}
.flexibilityDetails .mainTitle__country {
  font-family: 'Times New Roman', Times;
  text-transform: uppercase;
  font-size: 1.2rem;
}
.flexibilityDetails .mainTitle__contact {
  font-size: 1.6rem;
}
.flexibilityDetails .popinFlexibilityHeader {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flexibilityDetails .learnMore {
  display: block;
  text-align: right;
  color: #bd9e56;
  font-family: 'Nobel', Arial, sans-serif;
  font-weight: 400;
  width: 100%;
  margin: 1rem 0;
}
.flexibilityDetails .learnMore .moreShortDescription,
.flexibilityDetails .learnMore .lessShortDescription {
  font-style: normal;
  color: #bd9e56;
  text-decoration: underline;
}
.flexibilityDetails .learnMore .moreShortDescription:hover,
.flexibilityDetails .learnMore .lessShortDescription:hover {
  cursor: pointer;
  text-decoration: underline;
}
.flexibilityDetails .rc-ExclusiveOffersDetails__content {
  margin-bottom: 0 !important;
  font-family: 'Nobel Book', Arial, sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
}
.flexibilityDetails .rc-ExclusiveOffersDetails__content strong {
  font-family: 'Nobel', Arial, sans-serif;
  font-weight: 400;
}
.flexibilityDetails .rc-ExclusiveOffersDetails__content .nodescription {
  font-style: italic;
}
.flexibilityDetails .rc-ExclusiveOffersDetails__description {
  font-size: 1.5rem;
}
@media screen and (max-width: 900px) {
  .flexibilityDetails .rc-ExclusiveOffersDetails__numbers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .flexibilityDetails .rc-ExclusiveOffersDetails__numbers span {
    padding-right: 0;
  }
}
/* Print
   ========================================================================== */
/* ==========================================================================
   PRINT
   ========================================================================== */
@media print {
  .js-printPopin {
    display: none;
  }
}
