#accueil .booking-card {
  border: 1px solid rgba(255,255,255,.54) !important;
  background: rgba(255,255,255,.16) !important;
  background-image: none !important;
  box-shadow: 0 24px 70px rgba(0,0,0,.24), inset 0 1px 0 rgba(255,255,255,.58) !important;
  backdrop-filter: blur(20px) saturate(118%) !important;
  -webkit-backdrop-filter: blur(20px) saturate(118%) !important;
  animation: none !important;
}

#accueil .booking-card::before {
  content: none !important;
  display: none !important;
  background: none !important;
  animation: none !important;
}

.quick-dates {
  --quick-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4' y='5' width='16' height='16' rx='3'/%3E%3Cpath d='M8 3v4M16 3v4M4 10h16'/%3E%3C/svg%3E");
  grid-column: 1 / -1;
}

.booking-card .quick-dates span,
.reservation-form .quick-dates span {
  width: 132px !important;
  white-space: nowrap;
}

.booking-card .quick-dates input,
.reservation-form .quick-dates input {
  padding-left: 190px !important;
  padding-right: 14px !important;
  text-align: right;
}

html body .flatpickr-calendar.app-price-calendar {
  width: min(354px, calc(100vw - 20px)) !important;
  padding: 10px !important;
  border: 1px solid rgba(255,255,255,.62) !important;
  border-radius: 18px !important;
  background: rgba(245,248,250,.86) !important;
  color: #171717 !important;
  box-shadow: 0 24px 70px rgba(0,0,0,.30), inset 0 1px 0 #fff !important;
  backdrop-filter: blur(26px) saturate(120%) !important;
  -webkit-backdrop-filter: blur(26px) saturate(120%) !important;
  z-index: 2147482000 !important;
  color-scheme: light !important;
}

html body div.flatpickr-calendar.app-price-calendar.open {
  background: rgba(245,248,250,.86) !important;
  background-color: rgba(245,248,250,.86) !important;
  background-image: none !important;
  opacity: 1 !important;
  z-index: 2147482000 !important;
}

html body div.flatpickr-calendar.app-price-calendar.open .flatpickr-innerContainer,
html body div.flatpickr-calendar.app-price-calendar.open .flatpickr-rContainer,
html body div.flatpickr-calendar.app-price-calendar.open .flatpickr-days,
html body div.flatpickr-calendar.app-price-calendar.open .dayContainer,
html body div.flatpickr-calendar.app-price-calendar.open .flatpickr-months,
html body div.flatpickr-calendar.app-price-calendar.open .flatpickr-month,
html body div.flatpickr-calendar.app-price-calendar.open .flatpickr-weekdays,
html body div.flatpickr-calendar.app-price-calendar.open .flatpickr-weekdaycontainer,
html body div.flatpickr-calendar.app-price-calendar.open .flatpickr-current-month,
html body div.flatpickr-calendar.app-price-calendar.open .numInputWrapper,
html body div.flatpickr-calendar.app-price-calendar.open .flatpickr-prev-month,
html body div.flatpickr-calendar.app-price-calendar.open .flatpickr-next-month {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
}

html body .flatpickr-calendar.app-price-calendar .flatpickr-months,
html body .flatpickr-calendar.app-price-calendar .flatpickr-month,
html body .flatpickr-calendar.app-price-calendar .flatpickr-weekdays,
html body .flatpickr-calendar.app-price-calendar .flatpickr-weekdaycontainer,
html body .flatpickr-calendar.app-price-calendar .flatpickr-current-month,
html body .flatpickr-calendar.app-price-calendar .flatpickr-monthDropdown-months,
html body .flatpickr-calendar.app-price-calendar .flatpickr-monthDropdown-month {
  background: transparent !important;
  color: #171717 !important;
}

html body .flatpickr-calendar.app-price-calendar .flatpickr-current-month {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: calc(100% - 68px) !important;
  left: 34px !important;
  padding: 4px 0 0 !important;
  font-size: 16px !important;
}

html body .flatpickr-calendar.app-price-calendar .flatpickr-monthDropdown-months,
html body .flatpickr-calendar.app-price-calendar input.cur-year {
  color: #171717 !important;
  font-size: 16px !important;
  font-weight: 850 !important;
}

html body div.flatpickr-calendar.app-price-calendar.open .flatpickr-current-month .numInputWrapper,
html body div.flatpickr-calendar.app-price-calendar.open .flatpickr-current-month input.cur-year {
  opacity: 1 !important;
  color: #171717 !important;
  -webkit-text-fill-color: #171717 !important;
}

html body div.flatpickr-calendar.app-price-calendar.open .flatpickr-monthDropdown-months,
html body div.flatpickr-calendar.app-price-calendar.open .flatpickr-monthDropdown-month,
html body div.flatpickr-calendar.app-price-calendar.open .flatpickr-weekday,
html body div.flatpickr-calendar.app-price-calendar.open .flatpickr-day,
html body div.flatpickr-calendar.app-price-calendar.open input.cur-year {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  color: #171717 !important;
  -webkit-text-fill-color: #171717 !important;
  opacity: 1 !important;
}

html body div.flatpickr-calendar.app-price-calendar.open .flatpickr-prev-month svg,
html body div.flatpickr-calendar.app-price-calendar.open .flatpickr-next-month svg,
html body div.flatpickr-calendar.app-price-calendar.open .flatpickr-prev-month svg path,
html body div.flatpickr-calendar.app-price-calendar.open .flatpickr-next-month svg path {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  fill: #171717 !important;
}

html body .flatpickr-calendar.app-price-calendar .flatpickr-innerContainer,
html body .flatpickr-calendar.app-price-calendar .flatpickr-rContainer,
html body .flatpickr-calendar.app-price-calendar .flatpickr-days,
html body .flatpickr-calendar.app-price-calendar .dayContainer,
html body .flatpickr-calendar.app-price-calendar .flatpickr-weekdays,
html body .flatpickr-calendar.app-price-calendar .flatpickr-weekdaycontainer {
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
}

html body .flatpickr-calendar.app-price-calendar .dayContainer {
  display: grid !important;
  grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
}

html body .flatpickr-calendar.app-price-calendar .flatpickr-weekday {
  color: #555 !important;
  font-size: 12px !important;
  font-weight: 850 !important;
}

html body .flatpickr-calendar.app-price-calendar .flatpickr-day {
  width: 100% !important;
  max-width: none !important;
  height: 43px !important;
  min-height: 43px !important;
  line-height: 25px !important;
  margin: 1px 0 !important;
  border: 2px solid transparent !important;
  border-radius: 9px !important;
  color: #171717 !important;
  font-size: 13px !important;
  font-weight: 850 !important;
  box-shadow: none !important;
}

html body .flatpickr-calendar.app-price-calendar .flatpickr-day.prevMonthDay,
html body .flatpickr-calendar.app-price-calendar .flatpickr-day.nextMonthDay {
  visibility: hidden !important;
  pointer-events: none !important;
}

html body .flatpickr-calendar.app-price-calendar .flatpickr-day.inRange,
html body .flatpickr-calendar.app-price-calendar .flatpickr-day.startRange,
html body .flatpickr-calendar.app-price-calendar .flatpickr-day.endRange,
html body .flatpickr-calendar.app-price-calendar .flatpickr-day.selected {
  border-color: #159447 !important;
  background: #20a957 !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

html body .flatpickr-calendar.app-price-calendar .flatpickr-day.inRange {
  border-radius: 5px !important;
}

html body .flatpickr-calendar.app-price-calendar .flatpickr-day.reserved-day,
html body .flatpickr-calendar.app-price-calendar .flatpickr-day.pending-day {
  border-color: #ef7d00 !important;
  background: rgba(255,138,0,.12) !important;
  color: #171717 !important;
  -webkit-text-fill-color: #171717 !important;
  opacity: 1 !important;
}

html body div.flatpickr-calendar.app-price-calendar.open .flatpickr-day.reserved-day::before,
html body div.flatpickr-calendar.app-price-calendar.open .flatpickr-day.reserved-day::after {
  content: none !important;
  display: none !important;
}

html body .flatpickr-calendar.app-price-calendar .flatpickr-day .day-status {
  font-size: 7px !important;
  line-height: 1 !important;
}

html body .flatpickr-calendar.app-price-calendar .flatpickr-day .day-price {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  font-size: 8px !important;
  line-height: 1 !important;
  color: #087a3e !important;
  -webkit-text-fill-color: #087a3e !important;
  opacity: 1 !important;
  text-shadow: none !important;
}

html body div.flatpickr-calendar.app-price-calendar.open .flatpickr-day .day-status {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
}

html body div.flatpickr-calendar.app-price-calendar.open .flatpickr-day .day-price.price-low {
  color: #087a3e !important;
  -webkit-text-fill-color: #087a3e !important;
}

html body div.flatpickr-calendar.app-price-calendar.open .flatpickr-day .day-price.price-high {
  color: #9a4b00 !important;
  -webkit-text-fill-color: #9a4b00 !important;
}

html body div.flatpickr-calendar.app-price-calendar.open .flatpickr-day.inRange .day-price,
html body div.flatpickr-calendar.app-price-calendar.open .flatpickr-day.startRange .day-price,
html body div.flatpickr-calendar.app-price-calendar.open .flatpickr-day.endRange .day-price,
html body div.flatpickr-calendar.app-price-calendar.open .flatpickr-day.selected .day-price,
html body div.flatpickr-calendar.app-price-calendar.open .flatpickr-day.pending-day .day-status {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

html body div.flatpickr-calendar.app-price-calendar.open .flatpickr-day.reserved-day .day-status {
  color: #df6500 !important;
  -webkit-text-fill-color: #df6500 !important;
  opacity: 1 !important;
  font-weight: 950 !important;
  text-shadow: none !important;
}

@media (max-width: 759px) {
  #accueil .booking-card {
    border-color: rgba(255,255,255,.50) !important;
    background: rgba(255,255,255,.14) !important;
    background-image: none !important;
    backdrop-filter: blur(18px) saturate(115%) !important;
    -webkit-backdrop-filter: blur(18px) saturate(115%) !important;
  }

  .booking-card .quick-dates span,
  .reservation-form .quick-dates span {
    width: 92px !important;
    font-size: 10px !important;
    text-transform: none !important;
  }

  .booking-card .quick-dates input,
  .reservation-form .quick-dates input {
    padding-left: 148px !important;
    padding-right: 7px !important;
    font-size: 11px !important;
  }

  html body div.flatpickr-calendar.app-price-calendar.open {
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%) !important;
    width: calc(100vw - 16px) !important;
    max-width: 366px !important;
  }
}
