@charset "UTF-8";
/**
 * Discover arrow: data URI so the icon works from any compiled CSS.
 * A file path like `url('./img/arrow.svg')` resolves relative to the generated
 * .css: OK for `scss/main.css` → `scss/img/`, broken for `blocks/.../css/*.css`.
 */
/**
 * Breakpoints
 */
/**
 * Functions
 */
/**
 * Mixin core
 */
/**
 * Full-bleed a swiper stage out of its centered container so slides (and the
 * side nav arrows anchored to it) reach the viewport edges on mobile.
 * The intro/content sibling keeps its container padding.
 *
 * $flex-centered: pass true when the target is a flex ITEM inside a
 * flex column with `align-items: center` (e.g. highlights cards-stage): the
 * flex centering already lands the 100vw box at the viewport edges, so the
 * negative inline margin must be omitted to avoid a double shift. For normal
 * block-flow parents (gallery, awards, post_preview) leave it false.
 */
.uh-booking-form {
  display: flex;
  flex-direction: column;
  max-width: 1040px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  min-height: 120px;
}
.site-group .uh-booking-form {
  height: 120px;
}
.uh-booking-form.uh-booking-form--requires-slideshow:not(.is-slideshow-present) {
  display: none !important;
}
.uh-booking-form-container {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  color: var(--bf-color);
}
.uh-booking-form-container .uh-booking-form-stamp {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  z-index: 10;
  transform: rotate(-5deg);
  left: -50px;
  isolation: isolate;
  background-image: url("../../../../scss/img/star.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.site-group .uh-booking-form-container .uh-booking-form-stamp {
  top: -70px;
}
.site-hotel .uh-booking-form-container .uh-booking-form-stamp {
  top: -30px;
}
.uh-booking-form-container .uh-booking-form-stamp::after {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 3.6%;
  background: url("../../../../scss/img/star-border.svg") no-repeat center;
  background-size: contain;
  pointer-events: none;
}
.uh-booking-form-container .uh-booking-form-stamp-text {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0 14%;
  color: var(--secondary-color-as);
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 110%;
  pointer-events: none;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .uh-booking-form-container .uh-booking-form-stamp {
    width: 100px;
    height: 100px;
  }
  .site-group .uh-booking-form-container .uh-booking-form-stamp {
    top: -50px;
  }
  .uh-booking-form-container .uh-booking-form-stamp-text {
    font-size: 10px;
  }
}
.uh-booking-form-tabs {
  display: flex;
  gap: 10px;
}
.uh-booking-form-tabs .booking-form-tab-button {
  display: flex;
  padding: 10px 20px;
  border-radius: 5px 5px 0 0;
  border-top: 1px solid var(--stroke);
  border-right: 1px solid var(--stroke);
  border-left: 1px solid var(--stroke);
  background: #eee;
}
.uh-booking-form-tabs .booking-form-tab-button:hover {
  background: var(--hover-color);
  color: var(--bf-color);
  border-color: var(--hover-color);
}
.uh-booking-form-tabs .booking-form-tab-button:first-child {
  margin-left: 90px;
  color: var(--bf-color);
}
.uh-booking-form-tabs .booking-form-tab-button:first-child:hover {
  background: inherit;
  color: inherit;
}
.site-group .uh-booking-form-tabs .booking-form-tab-button:first-child {
  background-color: var(--bf-bg-group);
  border-color: var(--bf-bg-group);
}
.site-hotel .uh-booking-form-tabs .booking-form-tab-button:first-child {
  background-color: var(--bf-bg-hotel);
  border-color: var(--bf-bg-hotel);
}
.uh-booking-form form {
  display: flex;
  padding: 0 20px 0 30px;
  width: auto;
  justify-content: space-between;
  align-items: center;
  border-radius: 5px;
  height: 100%;
}
.site-group .uh-booking-form form {
  background-color: var(--bf-bg-group);
}
.site-hotel .uh-booking-form form {
  background-color: var(--bf-bg-hotel);
}
.uh-booking-form__field {
  display: flex;
  flex-direction: column;
  gap: 17px;
  flex: 1 0 0;
  padding: 15px 20px;
  border-right: 1px solid rgba(221, 221, 221, 0.1803921569);
}
.uh-booking-form__field.js-uh-booking-daterange-field {
  min-width: 245px;
}
.uh-booking-form__field.js-uh-booking-adults-field {
  border-right: none;
}
.uh-booking-form__field input,
.uh-booking-form__field select {
  width: auto;
  background: transparent;
  border: none;
  padding: 0;
  color: var(--bf-color);
}
.uh-booking-form__field.js-uh-booking-hotel-field {
  min-width: 268px;
}
.uh-booking-form__input-row {
  display: flex;
  align-items: center;
  gap: 15px;
  width: 100%;
  min-width: 0;
}
.uh-booking-form__input-row .uh-booking-form__select,
.uh-booking-form__input-row .uh-booking-form__date-range {
  flex: 1 1 auto;
  min-width: 0;
}
.uh-booking-form__icon {
  flex-shrink: 0;
  background-color: var(--bf-color, #1a1a1a);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.uh-booking-form__icon--hotel {
  width: 16px;
  height: 16px;
  -webkit-mask-image: url("../../../../scss/img/hotel.svg");
  mask-image: url("../../../../scss/img/hotel.svg");
}
.uh-booking-form__icon--calendar {
  width: 16px;
  height: 16px;
  -webkit-mask-image: url("../../../../scss/img/calendar.svg");
  mask-image: url("../../../../scss/img/calendar.svg");
}
.uh-booking-form__icon--bed {
  width: 16px;
  height: 16px;
  -webkit-mask-image: url("../../../../scss/img/bed.svg");
  mask-image: url("../../../../scss/img/bed.svg");
}
.uh-booking-form__icon--user {
  width: 16px;
  height: 16px;
  -webkit-mask-image: url("../../../../scss/img/user.svg");
  mask-image: url("../../../../scss/img/user.svg");
}
.uh-booking-form__label {
  font-weight: 700;
  line-height: 110%;
  font-size: 16px;
  text-transform: uppercase;
}
.uh-booking-form__select, .uh-booking-form__date, .uh-booking-form__date-range {
  width: 100%;
  padding: 0.5rem 0.65rem;
}
.uh-booking-form__select option {
  color: var(--body-color);
  background-color: #fff;
}
.uh-booking-form__date-range {
  cursor: pointer;
  background-color: #fff;
}
.uh-booking-form__date-range::placeholder {
  color: var(--bf-color);
  opacity: 1;
}
.uh-booking-form__date-range::-webkit-input-placeholder {
  color: var(--bf-color);
}
.uh-booking-form__date-range::-moz-placeholder {
  color: var(--bf-color);
  opacity: 1;
}
.uh-booking-form__hint {
  display: block;
  font-size: 0.75rem;
  opacity: 0.75;
  margin-top: 0.15rem;
}
.uh-booking-form__actions-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  padding: 15px 0px;
}
.uh-booking-form__actions {
  margin-top: 0.25rem;
}
.uh-booking-form__submit {
  padding: 0.65rem 1.25rem;
  cursor: pointer;
}
.uh-booking-form__submit:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.uh-booking-form__my-booking-wrap {
  margin: 0;
  font-size: 0.9rem;
}
.uh-booking-form__my-booking-wrap.is-empty {
  display: none;
}
.uh-booking-form__my-booking {
  position: relative;
}
.site-group .uh-booking-form__my-booking:hover, .site-group .uh-booking-form__my-booking:focus {
  color: var(--highlight-color-group);
}
.site-hotel .uh-booking-form__my-booking:hover, .site-hotel .uh-booking-form__my-booking:focus {
  color: var(--highlight-color-hotel);
}
.uh-booking-form__my-booking:hover::after, .uh-booking-form__my-booking:focus::after {
  width: 100%;
  left: 0;
  width: 100%;
  transform: scaleX(1);
  transition: all 0.3s ease;
  transform-origin: left;
}
.uh-booking-form__my-booking::after {
  content: "";
  position: absolute;
  bottom: -5px;
  height: 1px;
  left: 0;
  width: 0;
  transition: all 0.3s ease;
  transform-origin: left;
}
.site-group .uh-booking-form__my-booking::after {
  background: var(--highlight-color-group);
}
.site-hotel .uh-booking-form__my-booking::after {
  background: var(--highlight-color-hotel);
}

.uh-booking-form .select2-container {
  min-width: 0;
  flex: 1 1 auto;
}
.uh-booking-form .select2-container--default .select2-selection--single {
  height: auto;
  min-height: 1.5rem;
  padding: 0;
  border: none;
  background: transparent;
  border-radius: 0;
}
.uh-booking-form .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 0;
  line-height: 1.35;
  color: inherit;
}
.uh-booking-form .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  right: 0;
}
.uh-booking-form .select2-results {
  background: var(--bg-alt);
}
@media screen and (min-width: 1200px) {
  .uh-booking-form .select2-results {
    min-width: 350px;
  }
}
.uh-booking-form .select2-results .uh-s2-option-all,
.uh-booking-form .select2-container--default .select2-selection--single .select2-selection__rendered .uh-s2-option-all {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-align: left;
}
.uh-booking-form .select2-results .uh-s2-option-all .uh-booking-form__icon--hotel,
.uh-booking-form .select2-container--default .select2-selection--single .select2-selection__rendered .uh-s2-option-all .uh-booking-form__icon--hotel {
  background: var(--title-color);
}
.uh-booking-form .select2-dropdown {
  z-index: 140;
  border-color: rgba(0, 0, 0, 0.12);
}
.uh-booking-form .select2-results__option:not([role=group]) {
  padding: 15px 20px;
  border-bottom: 1px solid var(--stroke);
}
.uh-booking-form .select2-container--default .select2-results__option[role=group] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px 30px 0 20px;
}
.uh-booking-form .select2-container--default .select2-results__option[role=group] > .select2-results__options--nested {
  display: flex;
  flex-direction: column;
  padding-bottom: 15px;
  gap: 15px;
  border-bottom: 1px solid var(--stroke);
}
.uh-booking-form .select2-container--default .select2-results__option[role=group] > .select2-results__options--nested .select2-results__option {
  padding: 0 0 0 20px;
  border-bottom: none;
}
.uh-booking-form .select2-container--default .select2-results > .select2-results__options {
  max-height: none;
}
.uh-booking-form .select2-container--default .select2-results__option--highlighted {
  background-color: var(--bg-alt);
  color: var(--hover-color);
}
.uh-booking-form .select2-container--default .select2-results__option[aria-selected=true] {
  background-color: var(--bg-alt);
}
.uh-booking-form .select2-container--default .select2-results__group {
  padding: 0;
}
.uh-booking-form .select2-container--default strong.select2-results__group {
  color: var(--title-color);
  font-size: 18px;
  font-weight: 700;
  line-height: 110%;
  text-transform: uppercase;
}
.uh-booking-form .uh-s2-hotel {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.uh-booking-form .uh-s2-hotel__city {
  color: var(--title-color);
  font-size: 18px;
  font-weight: 700;
  line-height: 110%;
  text-transform: uppercase;
}
.uh-booking-form .uh-s2-hotel__name {
  font-size: 17px;
  font-weight: 400;
}

.slideshow_container.before_booking_form {
  anchor-name: --uh-hero-booking;
}

@supports (bottom: anchor(bottom)) {
  .slideshow_container.before_booking_form + .uh-booking-form {
    position: absolute;
    position-anchor: --uh-hero-booking;
    left: 50%;
    transform: translateX(-50%);
    bottom: calc(anchor(bottom) + 1.25rem);
    z-index: 130;
    margin: 0;
  }
  @media screen and (min-width: 1200px) and (max-width: 1399px) {
    .slideshow_container.before_booking_form + .uh-booking-form {
      bottom: calc(anchor(bottom) + 0.3rem);
    }
  }
  .slideshow_container.before_booking_form.layout-medium + .uh-booking-form,
  .slideshow_container.before_booking_form.layout-map + .uh-booking-form {
    position: relative;
    position-anchor: auto;
    left: auto;
    bottom: auto;
    transform: translateY(-50%);
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    z-index: 130;
  }
}
@supports not (bottom: anchor(bottom)) {
  .slideshow_container.before_booking_form + .uh-booking-form {
    position: relative;
    z-index: 125;
    margin-top: clamp(-10rem, -14vw, -7rem);
    margin-bottom: 1.5rem;
  }
  .slideshow_container.before_booking_form.layout-medium + .uh-booking-form,
  .slideshow_container.before_booking_form.layout-map + .uh-booking-form {
    margin-top: 0;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .slideshow_container.before_booking_form .caption--urbain {
    bottom: 50%;
    transform: translateY(0);
  }
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .slideshow_container.before_booking_form .caption--urbain {
    top: 5%;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1599px) {
  .slideshow_container.before_booking_form .caption--urbain {
    top: 20%;
  }
  .slideshow_container .swiper-button-prev,
  .slideshow_container .swiper-button-next {
    top: 50%;
  }
}
@media screen and (max-width: 1198px) {
  .uh-booking-form.uh-booking-form--requires-slideshow {
    display: none;
  }
  .slideshow_container.before_booking_form {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.flatpickr-day.selected,
.flatpickr-day.startRange {
  background: var(--title-color);
  border-color: var(--title-color);
}

.flatpickr-current-month span.cur-month {
  color: var(--title-color);
}

.flatpickr-day.today {
  border-color: var(--title-color);
}

.flatpickr-day.today:hover,
.flatpickr-day.today:focus,
.flatpickr-day:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected:hover {
  border-color: var(--hover-color);
  background: var(--hover-color);
}

.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: var(--hover-color);
}