body {
  --swiper-pagination-bullet-horizontal-gap: 0.3rem;
  --swiper-pagination-bullet-vertical-gap: 0.3rem;
  --swiper-pagination-bullet-size: 1rem;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-inactive-opacity: 1;
}

/**
Fluid font-size between 2 breakpoints.
Font-size must be in px
*/
/**
Fluid value between 2 breakpoints (can be use for other than font-size)
(Font-size must be in px)
*/
/**
Fluid font-size between 2 breakpoints.
Font-size must be in px
*/
/**
Fluid value between 2 breakpoints (can be use for other than font-size)
(Font-size must be in px)
*/
/* ----------------------------------------------------------- */
/* Bases
/* ----------------------------------------------------------- */
* {
  box-sizing: border-box;
  margin: 0;
}

body {
  max-width: 100vw;
  min-height: 100vh;
  scroll-behavior: smooth;
  position: relative;
}

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.2s ease-in-out;
}
a:hover, a:focus {
  text-decoration: none;
  outline: none;
  color: inherit;
}

p {
  margin-bottom: 1.35rem;
}
p a {
  color: inherit;
  position: relative;
  display: inline-block;
}
p a:hover, p a:focus {
  outline: none;
}

ul {
  padding-left: 0;
}

li {
  list-style: none;
}

button:focus {
  outline: none !important;
}

sup {
  text-transform: lowercase;
}

strong,
b {
  font-weight: 600;
}

small {
  font-size: 0.7em;
}

@media screen and (max-width: 480px) {
  .isToBeCentered {
    padding: 0 1rem !important;
  }
}

@media screen and (max-width: 480px) {
  .isTextCentered {
    text-align: center !important;
  }
}

.wp-block-list {
  display: block !important;
  list-style: disc outside !important;
  padding-left: 1.25rem !important;
}
.wp-block-list li {
  display: list-item !important;
  list-style: disc outside !important;
  line-height: 1.5;
  text-align: left !important;
}
.wp-block-list li::marker {
  content: initial !important;
  color: var(--wp--preset--color--primary);
}
.wp-block-list ul,
.wp-block-list ol {
  list-style: inherit !important;
  padding-left: 1.25rem !important;
}

.isNotOverflow {
  overflow-y: hidden;
}

.isTitleH1 {
  font-size: var(--wp--preset--font-size--xl) !important;
  font-family: var(--wp--preset--font-family--secondary) !important;
  color: var(--wp--preset--color--primary);
  font-style: italic !important;
  text-transform: none !important;
  font-weight: normal !important;
}

.isTitleSmall {
  font-family: var(--wp--preset--font-family--secondary) !important;
  font-size: var(--wp--preset--font-size--m) !important;
  font-style: italic;
  text-transform: none !important;
}

.w0 {
  width: 0 !important;
  opacity: 0 !important;
}

::-webkit-scrollbar {
  width: 10px;
  border-radius: 0;
}

::-webkit-scrollbar-track {
  background: rgb(194, 194, 194);
}

::-webkit-scrollbar-thumb {
  background: rgba(88, 88, 88, 0.5);
  border-radius: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
::-webkit-scrollbar-thumb:hover {
  background: rgb(111, 111, 111);
}

a[data-fancybox] img {
  transition: all 0.2s ease-in-out;
}
a[data-fancybox] img:hover {
  filter: brightness(0.9);
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.wp-block-plune-blocks-contact .block-contact:before,
.wp-block-plune-blocks-contact .block-follow:before,
.article-header:before,
.deco-circle-content,
.article-preview:before,
.article-taxonomy-header:before {
  animation: rotating 120s linear infinite;
}

.accomodationGallery {
  display: grid;
  grid-template-areas: "left top" "left bottom";
  position: relative;
  grid-template-columns: minmax(40%, 1165px) auto;
  grid-template-rows: repeat(2, 307px);
  gap: 25px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .accomodationGallery {
    grid-template-areas: "main main" "left right";
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 200px 130px;
  }
}
@media screen and (min-width: 768px) and (max-width: 990px) {
  .accomodationGallery {
    grid-template-rows: repeat(2, minmax(50px, 170px));
  }
}
@media screen and (max-width: 990px) {
  .accomodationGallery {
    gap: 1rem;
  }
}

.accomodationGallery__tag {
  font-size: 1.6111111111rem;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  color: var(--wp--preset--color--white);
  background-color: var(--wp--preset--color--secondary);
  padding: 1rem 2.5rem;
  border-top-right-radius: 10px;
}
@media screen and (max-width: 767px) {
  .accomodationGallery__tag {
    font-size: 1rem;
    padding: 0.8 1.5rem;
  }
}

.accomodationGallery__image img,
.accomodationGallery__image {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

.accomodationGallery__image__overlay,
.accomodationGallery__image,
.accomodationGallery__count {
  cursor: pointer;
}

.accomodationGallery__image-text {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 13px 30px;
  margin: 0;
  background-color: var(--wp--preset--color--tertiary);
  border-radius: 0 8px 0 8px;
  color: var(--wp--preset--color--white);
  font-family: var(--wp--preset--font-family--secondary);
  text-transform: uppercase;
  font-size: var(--wp--preset--font-size--s);
  font-weight: 500;
}

.accomodationGallery__image__left,
.accomodationGallery__image__right-1,
.accomodationGallery__image__right-2 {
  border-radius: 8px;
  overflow: hidden;
}
.accomodationGallery__image__left img,
.accomodationGallery__image__right-1 img,
.accomodationGallery__image__right-2 img {
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.accomodationGallery__image__left:hover img,
.accomodationGallery__image__right-1:hover img,
.accomodationGallery__image__right-2:hover img {
  transform: scale(1.04);
}

.accomodationGallery__image__left {
  position: relative;
  grid-area: left;
}
@media screen and (max-width: 767px) {
  .accomodationGallery__image__left {
    grid-area: main;
  }
}

.accomodationGallery__image__right-1 {
  grid-area: top;
}
@media screen and (max-width: 767px) {
  .accomodationGallery__image__right-1 {
    grid-area: left;
  }
}

.accomodationGallery__image__right-2 {
  position: relative;
  grid-area: bottom;
}
@media screen and (max-width: 767px) {
  .accomodationGallery__image__right-2 {
    grid-area: right;
  }
}

.accomodationGallery__fancy {
  display: none;
}

.accomodationGallery__image__overlay {
  display: none;
}

.accomodationGallery__count {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.3em;
  position: absolute;
  bottom: 14px;
  right: 14px;
  font-family: var(--wp--preset--font-family--secondary);
  font-size: var(--wp--preset--font-size--m);
  line-height: 1;
  font-weight: 700;
  color: var(--wp--custom--product--gallery-count-color);
  background-color: var(--wp--custom--product--gallery-count-background);
  padding: 10px 16px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.accomodationGallery__count .number {
  font-size: inherit;
}
@media screen and (max-width: 767px) {
  .accomodationGallery__count {
    font-size: var(--wp--preset--font-size--s);
    padding: 8px 12px;
    bottom: 10px;
    right: 10px;
  }
}

.complementary-section {
  display: flex;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .complementary-section {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }
}

.swiper-compare {
  overflow: visible;
  padding: 1rem 0;
}
@media screen and (max-width: 1200px) {
  .swiper-compare {
    padding: 1rem 1rem;
  }
}

.swiper-compare .swiper-slide {
  display: flex;
  height: auto;
  justify-content: center;
  min-width: 435px;
  width: clamp(320px, 32vw, 520px);
}

.compare-prev {
  left: -3rem !important;
}
@media screen and (max-width: 1700px) {
  .compare-prev {
    left: -2.3rem !important;
  }
}

.upgrade-block {
  align-items: center;
}

.recomendation-block {
  overflow: hidden;
}

.upgrade-block,
.recomendation-block {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.upgrade-block .wp-block-heading,
.recomendation-block .wp-block-heading {
  font-size: var(--wp--preset--font-size--s);
}

.recomendation-block .swiper-button-prev::after {
  content: "<" !important;
}
.recomendation-block .swiper-button-next::after {
  content: ">" !important;
}
.recomendation-block .swiper-button-prev,
.recomendation-block .swiper-button-next {
  color: white !important;
  filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.55));
}
@media screen and (min-width: 1200px) {
  .recomendation-block .swiper-button-prev,
  .recomendation-block .swiper-button-next {
    display: none;
  }
}
.recomendation-block .swiper-button-prev::after,
.recomendation-block .swiper-button-next::after {
  font-family: var(--wp--preset--font-family--secondary) !important;
  font-size: var(--wp--preset--font-size--xxl) !important;
}
.recomendation-block .swiper-pagination .swiper-pagination-bullet {
  border: 1px solid var(--wp--preset--color--primary);
  background: color-mix(in srgb, var(--wp--preset--color--primary) 75%, transparent);
}
.recomendation-block .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--wp--preset--color--primary);
}
@media screen and (max-width: 768px) {
  .recomendation-block .swiper-button-prev,
  .recomendation-block .swiper-button-next {
    --vertical-button-width: calc(var(--swiper-navigation-size) / 44 * 27);
    top: 50%;
    margin-top: 0;
    margin-left: calc(0px - var(--vertical-button-width) / 2);
    right: auto !important;
    background: color-mix(in srgb, var(--wp--preset--color--secondary) 75%, transparent);
    padding: 25px;
    border-radius: 100%;
    z-index: 4;
    width: 60px;
    height: 60px;
  }
  .recomendation-block .swiper-button-prev {
    left: -10px !important;
    padding: 20px;
  }
  .recomendation-block .swiper-button-prev::after {
    position: relative;
    left: 5px;
  }
  .recomendation-block .swiper-button-next {
    left: unset;
    right: -20px !important;
    padding: 20px;
  }
  .recomendation-block .swiper-button-next::after {
    right: 0;
  }
}

@media screen and (min-width: 768px) {
  .complementary-section:not(:has(.upgrade-block)) .recomendation-block {
    max-width: 100vw;
    padding: 0 0 6rem !important;
  }
  .complementary-section:not(:has(.upgrade-block)) .recomendation-block .title-block {
    text-align: center;
  }
  .complementary-section:not(:has(.upgrade-block)) .compare-prev {
    left: auto !important;
  }
}

@media screen and (max-width: 1700px) {
  .upgrade-block .wp-block-spacer,
  .recomendation-block .wp-block-spacer {
    height: 40px !important;
  }
  .upgrade-block {
    max-width: 600px !important;
    padding: 3rem 2.5rem !important;
  }
  .recomendation-block {
    padding: 3rem 0 3rem 2.5rem !important;
  }
  .compare-prev {
    left: -2.3rem !important;
  }
}
@media screen and (max-width: 1500px) {
  .upgrade-block,
  .recomendation-block {
    font-size: var(--wp--preset--font-size--s);
  }
  .upgrade-block {
    max-width: 500px !important;
  }
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .recomendation-block {
    padding: 0 0 3rem 2.5rem !important;
  }
  .recomendation-block .wp-block-spacer {
    height: 10px !important;
  }
}
@media screen and (max-width: 768px) {
  .upgrade-block,
  .recomendation-block {
    min-width: unset !important;
    max-width: unset !important;
  }
  .upgrade-block .title-block,
  .recomendation-block .title-block {
    text-align: center;
  }
  .upgrade-block {
    align-items: center;
  }
  .recomendation-block {
    padding: 3rem 0rem !important;
  }
  .swiper-compare .swiper-slide {
    min-width: unset;
  }
  .compare-next {
    right: -2.3rem !important;
  }
}
.product-content .product-picto .picto-container {
  width: 70px !important;
  height: 70px !important;
  align-items: center;
  justify-content: center;
}
.product-content .product-picto .picto-container.average p {
  font-size: 1.4rem !important;
}

.card-resa,
.drop-shadow {
  filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.66));
}

.ctouvert_summary,
.ctouvert_services {
  gap: 1rem;
  flex-wrap: wrap;
}
.ctouvert_summary .feature .feature_picto,
.ctouvert_summary .feature .average,
.ctouvert_services .feature .feature_picto,
.ctouvert_services .feature .average {
  font-size: 1.4rem;
  width: 70px;
  height: 70px;
  background-color: var(--wp--preset--color--tertiary);
}
@media screen and (max-width: 768px) {
  .ctouvert_summary .feature .feature_picto,
  .ctouvert_summary .feature .average,
  .ctouvert_services .feature .feature_picto,
  .ctouvert_services .feature .average {
    font-size: 1.2rem;
    width: 50px;
    height: 50px;
  }
}
.ctouvert_summary .feature .feature_text,
.ctouvert_services .feature .feature_text {
  font-size: var(--wp--preset--font-size--s);
  font-weight: 700;
}

.ctouvert_services .feature {
  width: 115px;
}
@media screen and (max-width: 768px) {
  .ctouvert_services .feature {
    width: 100px;
  }
}

@media screen and (max-width: 768px) {
  .wp-block-buttons:has(.accommodation-inventory-button) {
    justify-content: center;
    margin-bottom: 2rem;
  }
}
.wp-block-buttons:has(.accommodation-inventory-button) .accommodation-inventory-button {
  border-radius: var(--wp--custom--radius--xl);
}

.ctouvert_reviews {
  font-size: var(--wp--preset--font-size--s);
  font-weight: 700;
  margin-right: 4rem !important;
}
@media screen and (max-width: 768px) {
  .ctouvert_reviews {
    margin-right: 3rem !important;
  }
}
.ctouvert_reviews .average {
  font-size: 2.7rem;
  width: 70px;
  height: 70px;
  background-color: var(--wp--preset--color--secondary);
}
@media screen and (max-width: 768px) {
  .ctouvert_reviews .average {
    font-size: 2.2rem;
    width: 50px;
    height: 50px;
  }
}
.ctouvert_reviews .average .rate,
.ctouvert_reviews .average .max {
  font-size: var(--wp--preset--font-size--m);
}

[class*="done!"] p {
  word-break: break-word;
  hyphens: auto;
  overflow-wrap: break-word;
}

@media screen and (max-width: 1200px) {
  .col-left .wp-block-buttons:has(.accommodation-inventory-button) {
    justify-content: center;
    margin-top: var(--wp--preset--spacing--l);
    margin-bottom: var(--wp--preset--spacing--l);
  }
  .col-right {
    max-width: 450px;
    margin-right: auto !important;
    margin-left: auto !important;
  }
}
@media screen and (max-width: 768px) {
  .single-hebergements .wp-block-spacer {
    height: 50px !important;
    margin: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .single-hebergements main {
    overflow: unset !important;
  }
  .single-hebergements .col-right {
    position: sticky;
    top: 100px;
    max-width: 450px;
  }
  .single-hebergements .product-content {
    align-items: flex-start;
  }
}
body .accommodation-modal-inventory .inventory-header {
  background-color: var(--wp--preset--color--secondary);
}
body .accommodation-inventory .depth-0 {
  padding-left: var(--wp--preset--font-size--l);
}
body .accommodation-inventory .depth-0::marker {
  content: "";
  display: none;
}
body .accommodation-inventory .depth-0::before {
  color: var(--wp--preset--color--secondary);
  top: 0.3rem;
  left: 0;
  font-size: var(--wp--preset--font-size--s);
}
body .accommodation-inventory .depth-0 > .name {
  font-family: var(--wp--preset--font-family--secondary);
  color: var(--wp--preset--color--secondary);
  font-size: var(--wp--preset--font-size--m);
  font-weight: 500;
}
body .accommodation-inventory .depth-1 {
  font-size: var(--wp--preset--font-size--s);
}
body .accommodation-inventory .depth-2,
body .accommodation-inventory .depth-3,
body .accommodation-inventory .depth-4,
body .accommodation-inventory .depth-5,
body .accommodation-inventory .depth-6 {
  font-size: var(--wp--preset--font-size--s);
}
body .accommodation-inventory .depth-2::before,
body .accommodation-inventory .depth-3::before,
body .accommodation-inventory .depth-4::before,
body .accommodation-inventory .depth-5::before,
body .accommodation-inventory .depth-6::before {
  content: "";
  display: none;
}
body .accommodation-inventory .depth-2::marker,
body .accommodation-inventory .depth-3::marker,
body .accommodation-inventory .depth-4::marker,
body .accommodation-inventory .depth-5::marker,
body .accommodation-inventory .depth-6::marker {
  content: "-";
}
body .accommodation-inventory .sub-items {
  padding-left: 0.5rem;
}
body .accommodation-inventory ::marker {
  color: var(--wp--preset--color--secondary);
}

.card-resa {
  border-radius: var(--wp--custom--product--card-resa-border-radius);
  box-shadow: var(--wp--custom--product--card-resa-shadow);
  background-color: var(--wp--custom--product--card-resa-background);
}
.card-resa .card-resa-content {
  border-radius: 0 0 var(--wp--custom--product--card-resa-border-radius) var(--wp--custom--product--card-resa-border-radius);
}
.card-resa.no-value > div {
  border-radius: var(--wp--custom--product--card-resa-border-radius);
}
.card-resa.no-value .booking_alt,
.card-resa.no-value .upgradebox,
.card-resa.no-value .booking_default,
.card-resa.no-value .booking-btn.wp-block-button {
  display: none !important;
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .card-resa {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
}
.card-resa .booking_last {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  background-color: var(--wp--custom--product--card-resa-last-surface);
  color: var(--wp--custom--product--card-resa-last-text);
  padding: 0.5rem 1.1rem;
  border-radius: 8px 8px 0 0;
  width: 100%;
}
.card-resa .booking_last i {
  font-size: 1rem;
  flex-shrink: 0;
}
.card-resa .booking_last p {
  margin: 0;
  font-family: var(--wp--preset--font-family--primary);
  font-size: var(--wp--preset--font-size--s);
  font-weight: 500;
  text-transform: none;
  letter-spacing: normal;
}
.card-resa.last .booking_last {
  display: flex;
}
.card-resa .booking_available_message {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  padding: 0.75rem 1rem 0;
  text-align: center;
}
.card-resa .booking_available_message i {
  font-size: 1.75rem;
  color: var(--wp--custom--product--card-resa-btn-background);
  opacity: 0.5;
  line-height: 1;
}
.card-resa .booking_available_message span {
  font-family: var(--wp--preset--font-family--primary);
  font-size: var(--wp--preset--font-size--s);
  font-weight: 500;
  color: var(--wp--custom--product--card-resa-btn-background);
  opacity: 0.8;
  font-style: italic;
}
.card-resa .booking_alt_message {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  padding: 0.75rem 1rem 0;
  text-align: center;
}
.card-resa .booking_alt_message i {
  font-size: 1.75rem;
  color: var(--wp--custom--product--card-resa-price-color);
  opacity: 0.4;
  line-height: 1;
}
.card-resa .booking_alt_message span {
  font-family: var(--wp--preset--font-family--primary);
  font-size: var(--wp--preset--font-size--s);
  font-weight: 500;
  color: var(--wp--custom--product--card-resa-price-color);
  opacity: 0.7;
  font-style: italic;
}
.card-resa.alt .booking_alt_message {
  display: flex;
}
.card-resa.alt .booking_no_value, .card-resa.default .booking_no_value {
  display: none !important;
}
.card-resa .booking-alt-btn {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  width: 100%;
  padding: 0.9rem 1.25rem;
  background-color: var(--wp--custom--product--card-resa-btn-background);
  color: var(--wp--custom--product--card-resa-btn-color);
  border: none;
  border-radius: 50px;
  font-size: var(--wp--preset--font-size--m);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-align: center;
  transition: background-color 0.2s ease;
  margin-top: 1rem;
}
.card-resa .booking-alt-btn i {
  font-size: 0.9em;
}
@media screen and (max-width: 1023px) {
  .card-resa .booking-alt-btn i {
    display: none;
  }
}
.card-resa .booking-alt-btn:hover {
  background-color: var(--wp--custom--product--card-resa-btn-hover-background);
  color: var(--wp--custom--product--card-resa-btn-color);
  text-decoration: none;
}
.card-resa.alt .booking-alt-btn {
  display: flex;
}
.card-resa.alt .card-resa-btn-wrap {
  display: none;
}
.card-resa .dates:has(#heb-range-input) {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  margin: 0 auto;
  cursor: pointer;
}
.card-resa .dates:has(#heb-range-input) .dates__duration {
  font-size: var(--wp--preset--font-size--s);
  color: var(--wp--custom--product--card-resa-duration-color);
  opacity: 0.6;
  text-align: center;
  margin: 0;
  min-height: 1em;
}
.card-resa .dates:has(#heb-range-input) .dates__label {
  font-size: var(--wp--preset--font-size--s);
  font-weight: 500;
  color: var(--wp--preset--color--dark);
  margin: 0;
  padding: 0;
}
.card-resa .dates:has(#heb-range-input) .dates__input {
  display: flex;
  align-items: center;
  position: relative;
  width: 300px;
  background-color: var(--wp--custom--product--card-resa-background);
  border: 1.5px solid var(--wp--custom--product--card-resa-dates-border, rgba(0, 0, 0, 0.12));
  border-radius: 10px;
  transition: border-color 0.2s ease, background-color 0.2s ease;
  overflow: hidden;
}
.card-resa .dates:has(#heb-range-input) .dates__input:hover, .card-resa .dates:has(#heb-range-input) .dates__input:focus-within {
  border-color: var(--wp--custom--product--card-resa-dates-icon-color);
  background-color: color-mix(in srgb, var(--wp--custom--product--card-resa-dates-icon-color) 5%, white);
}
.card-resa .dates:has(#heb-range-input) label.heb-range-input {
  color: var(--wp--custom--product--card-resa-dates-icon-color);
  padding: 0 0.6rem 0 1rem;
  flex-shrink: 0;
  font-size: 1.1rem;
  cursor: pointer;
}
.card-resa .dates:has(#heb-range-input) #heb-range-input {
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--wp--preset--color--dark);
  text-align: left;
  width: 100%;
  min-width: 0;
  padding: 0.9rem 0.75rem 0.9rem 0;
  cursor: pointer;
  background: transparent;
  border: none;
  outline: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4;
}
.card-resa .dates:has(#heb-range-input) #heb-range-input::-moz-placeholder {
  font-weight: 400;
  font-style: italic;
  color: var(--wp--preset--color--dark);
  opacity: 0.45;
}
.card-resa .dates:has(#heb-range-input) #heb-range-input::placeholder {
  font-weight: 400;
  font-style: italic;
  color: var(--wp--preset--color--dark);
  opacity: 0.45;
}
.card-resa .dates:has(#heb-range-input) #heb-range-input:hover {
  background-color: unset;
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .card-resa .dates:has(#heb-range-input) #heb-range-input {
    padding: 0.7rem 0.5rem 0.7rem 0;
    font-size: 0.85rem;
  }
}
.card-resa .card-price {
  padding: 0.75rem 0 0.5rem;
  margin: 0;
}
.card-resa .card-price p {
  margin-bottom: 0.2rem;
}
.card-resa .card-price .card-resa-per-night {
  text-align: center;
  font-size: var(--wp--preset--font-size--s);
  color: var(--wp--custom--product--card-resa-per-night-color);
  font-weight: 500;
  margin: 0.2rem 0 0;
}
.card-resa .card-price .card-resa-per-night:empty {
  display: none;
}
.card-resa .card-price .booking_price_row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.card-resa .card-price .booking_price,
.card-resa .card-price .booking_price_flex {
  color: var(--wp--custom--product--card-resa-price-crossed-color);
  opacity: 0.5;
  font-size: var(--wp--preset--font-size--m) !important;
}
.card-resa .card-price .booking-discount {
  display: none;
  font-size: var(--wp--preset--font-size--s);
  font-weight: 700;
  color: var(--wp--custom--product--card-resa-discount-color);
  background-color: var(--wp--custom--product--card-resa-discount-background);
  padding: 2px 8px;
  border-radius: 20px;
  line-height: 1.4;
  white-space: nowrap;
}
.card-resa .card-price .booking_no_discount,
.card-resa .card-price .booking_no_discount_flex {
  color: var(--wp--custom--product--card-resa-price-color);
  font-weight: 700;
  line-height: 1.1;
}
.card-resa .card-price .booking_no_discount::after,
.card-resa .card-price .booking_no_discount_flex::after {
  content: "*";
  font-size: 0.5em;
  vertical-align: super;
  margin-left: 2px;
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .card-resa .card-price .booking_no_discount,
  .card-resa .card-price .booking_no_discount_flex {
    font-size: var(--wp--preset--font-size--xxxxxl) !important;
  }
}
.card-resa .card-price .booking_no_value {
  display: none !important;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  padding: 1.25rem 0;
  text-align: center;
}
.card-resa .card-price .booking_no_value .booking_no_value_icon {
  font-size: 1.75rem;
  color: var(--wp--custom--product--card-resa-price-color);
  opacity: 0.35;
  line-height: 1;
}
.card-resa .card-price .booking_no_value .booking_no_value_text {
  font-size: var(--wp--preset--font-size--s);
  color: var(--wp--custom--product--card-resa-price-color);
  opacity: 0.55;
  margin: 0;
}
.card-resa .card-price .booking_no_value .booking_no_value_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 0.4rem;
  padding: 0.6rem 1.25rem;
  background: transparent;
  border: 1.5px solid var(--wp--custom--product--card-resa-btn-background);
  border-radius: 50px;
  color: var(--wp--custom--product--card-resa-btn-background);
  font-size: var(--wp--preset--font-size--s);
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.card-resa .card-price .booking_no_value .booking_no_value_btn:hover {
  background-color: var(--wp--custom--product--card-resa-btn-background);
  color: var(--wp--custom--product--card-resa-btn-color);
}
.card-resa .card-price .dates {
  display: none;
}
.card-resa .card-price .booking_alt {
  padding-bottom: var(--wp--preset--spacing--50);
}
.card-resa .card-price .booking_alt > p {
  margin: 0;
}
.card-resa .card-price .booking_alt_content {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.card-resa .card-price .booking_alt_text {
  color: var(--wp--custom--product--card-resa-price-color);
  font-family: var(--wp--preset--font-family--primary);
  font-size: var(--wp--preset--font-size--m);
  text-align: center;
  margin-top: 1.5rem;
}
.card-resa .card-price .booking_alt_item {
  display: flex;
  flex-direction: column;
  cursor: pointer;
  align-items: center;
}
.card-resa .card-price .booking_alt_item .alt_dates,
.card-resa .card-price .booking_alt_item .last_dates {
  font-size: var(--wp--preset--font-size--normal);
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .card-resa .card-price .booking_alt_item .alt_dates,
  .card-resa .card-price .booking_alt_item .last_dates {
    font-size: 0.8rem;
    line-height: 1.1;
  }
}
.card-resa .card-price .booking_alt_item .alt_price_content,
.card-resa .card-price .booking_alt_item .last_price_content {
  line-height: 1;
  display: flex;
  align-items: center;
  gap: var(--wp--preset--spacing--40);
}
.card-resa .card-price .booking_alt_item .alt_button,
.card-resa .card-price .booking_alt_item .last_button {
  width: 14px;
  height: 14px;
  border: 2px solid var(--wp--custom--product--card-resa-last-background);
  border-radius: 50%;
  background-color: var(--wp--preset--color--white);
  transition: background-color 0.15s ease;
}
@media screen and (max-width: 768px) {
  .card-resa .card-price .booking_alt_item .alt_button,
  .card-resa .card-price .booking_alt_item .last_button {
    width: 12px;
    height: 12px;
  }
}
.card-resa .card-price .booking_alt_item .alt_price,
.card-resa .card-price .booking_alt_item .last_price {
  font-family: var(--wp--preset--font-family--secondary);
  font-size: var(--wp--preset--font-size--l);
  margin-left: var(--wp--preset--spacing--40);
}
.card-resa .card-price .booking_alt_item.selected .alt_button, .card-resa .card-price .booking_alt_item.selected .last_button {
  background-color: var(--wp--custom--product--card-resa-last-background);
}
.card-resa.no-value .card-price .booking_no_value {
  display: flex !important;
}
.card-resa.no-value .card-resa-btn-wrap,
.card-resa.no-value .card-resa-note {
  display: none !important;
}
.card-resa.upgrade .upgradebox {
  display: flex;
  margin-top: 1rem;
  justify-content: space-between;
  align-items: center;
}
.card-resa .upgradebox {
  padding: var(--wp--preset--spacing--s);
  background-color: var(--wp--custom--product--card-resa-upgrade-background, #f5f5f5);
  border-radius: 10px;
  margin-top: 0.75rem;
}
.card-resa .upgradebox-right i {
  font-size: var(--wp--preset--font-size--m);
  color: var(--wp--custom--product--card-resa-upgrade-accent);
}
.card-resa .upgradebox p {
  font-size: var(--wp--preset--font-size--s);
  text-transform: uppercase;
  font-weight: 700;
}
.card-resa .upgradebox p.booking_upgrade {
  font-family: var(--wp--preset--font-family--secondary);
  text-transform: uppercase;
  font-size: var(--wp--preset--font-size--m);
  color: var(--wp--custom--product--card-resa-upgrade-accent);
}
.card-resa a:has(.upgradebox) {
  text-decoration: none;
}
.card-resa .booking_flex {
  border: 1.5px solid var(--wp--custom--product--card-resa-upgrade-accent);
  border-radius: 8px;
  display: none;
  overflow: hidden;
}
.card-resa .booking_flex .flexible-button {
  width: 100%;
  border-radius: 0;
  padding: 6px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
}
.card-resa .booking_flex .flexible-button i {
  font-size: 0.9rem;
}
.card-resa .booking_flex .booking_price_flex_box {
  padding: 0.5rem 0;
}
.card-resa.has-flex .booking_flex {
  display: block;
}
.card-resa .card-resa-btn-wrap {
  padding: 1rem 1.25rem 0.75rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
}
.card-resa .booking-btn-link {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  width: 100%;
  background-color: var(--wp--custom--product--card-resa-btn-background);
  color: var(--wp--custom--product--card-resa-btn-color) !important;
  font-size: var(--wp--preset--font-size--m);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 1rem 2rem;
  border-radius: 50px;
  transition: background-color 0.25s ease;
  cursor: pointer;
}
.card-resa .booking-btn-link i {
  font-size: 0.9em;
}
.card-resa .booking-btn-link:hover {
  background-color: var(--wp--custom--product--card-resa-btn-hover-background);
  color: var(--wp--custom--product--card-resa-btn-color) !important;
  text-decoration: none;
}
.card-resa .card-resa-note {
  font-size: 0.65rem;
  color: var(--wp--custom--product--card-resa-note-color);
  opacity: 0.55;
  text-align: center;
  margin: 0;
  font-style: italic;
}

@keyframes card-resa-shimmer {
  0% {
    background-position: -600px 0;
  }
  100% {
    background-position: 600px 0;
  }
}
@keyframes card-resa-pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
}
.card-resa.card-resa-page-loading {
  animation: card-resa-pulse 1.6s ease-in-out infinite;
  pointer-events: none;
}
.card-resa.card-resa-page-loading .booking_no_discount,
.card-resa.card-resa-page-loading .booking_price,
.card-resa.card-resa-page-loading .booking-discount,
.card-resa.card-resa-page-loading .card-resa-per-night,
.card-resa.card-resa-page-loading .booking_available_message,
.card-resa.card-resa-page-loading .booking_alt_message,
.card-resa.card-resa-page-loading .booking-btn.wp-block-button {
  opacity: 0;
  transition: opacity 0.2s ease;
}
.card-resa.card-resa-page-loading .card-price {
  position: relative;
  overflow: hidden;
}
.card-resa.card-resa-page-loading .card-price::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.65) 50%, rgba(255, 255, 255, 0) 100%);
  background-size: 600px 100%;
  background-repeat: no-repeat;
  animation: card-resa-shimmer 1.4s ease-in-out infinite;
  pointer-events: none;
  z-index: 1;
}
.card-resa.card-resa-page-loading .booking_default {
  display: block !important;
}
.card-resa.card-resa-page-loading .booking_default .booking_no_discount::after,
.card-resa.card-resa-page-loading .booking_default .booking_price::after {
  display: none;
}
.card-resa.card-resa-page-loading .booking_default .booking_no_discount,
.card-resa.card-resa-page-loading .booking_default .booking_price {
  display: block !important;
  opacity: 1 !important;
  color: transparent !important;
  background: rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  min-height: 1.4em;
  width: 60%;
  margin: 0.4rem auto;
  animation: card-resa-shimmer 1.4s ease-in-out infinite;
  background-size: 600px 100%;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.06) 0%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.06) 100%);
}
.card-resa.card-resa-page-loading .booking_default .booking_price {
  width: 35%;
  min-height: 0.9em;
}

.card-resa-mobile-bar {
  display: none;
}
@media screen and (max-width: 1023px) {
  .card-resa-mobile-bar {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 200;
    background: var(--wp--custom--product--card-resa-background, #fff);
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.12);
    padding: 0.75rem 1.25rem;
  }
  .card-resa-mobile-bar .mobile-bar-default,
  .card-resa-mobile-bar .mobile-bar-alt {
    display: none;
  }
  .card-resa-mobile-bar[data-state=default] .mobile-bar-default {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
  }
  .card-resa-mobile-bar[data-state=default] .mobile-bar-default .mobile-bar-info {
    display: flex;
    flex-direction: column;
  }
  .card-resa-mobile-bar[data-state=default] .mobile-bar-default .mobile-bar-info .mobile-bar-price {
    font-family: var(--wp--preset--font-family--secondary);
    font-size: var(--wp--preset--font-size--xxxxl);
    font-weight: 700;
    color: var(--wp--custom--product--card-resa-price-color);
    line-height: 1.1;
    margin-bottom: 0.3rem;
  }
  .card-resa-mobile-bar[data-state=default] .mobile-bar-default .mobile-bar-info .mobile-bar-nights {
    font-size: var(--wp--preset--font-size--s);
    color: var(--wp--custom--product--card-resa-price-color);
    opacity: 0.55;
  }
  .card-resa-mobile-bar[data-state=default] .mobile-bar-default .mobile-bar-book {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 1.5rem;
    background-color: var(--wp--custom--product--card-resa-btn-background);
    color: var(--wp--custom--product--card-resa-btn-color);
    border-radius: 50px;
    font-size: var(--wp--preset--font-size--m);
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
    transition: background-color 0.2s ease;
  }
  .card-resa-mobile-bar[data-state=default] .mobile-bar-default .mobile-bar-book:hover {
    background-color: var(--wp--custom--product--card-resa-btn-hover-background);
    color: var(--wp--custom--product--card-resa-btn-color);
    text-decoration: none;
  }
  .card-resa-mobile-bar .mobile-bar-novalue {
    display: none;
  }
  .card-resa-mobile-bar[data-state=no-value] .mobile-bar-novalue {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
  }
  .card-resa-mobile-bar[data-state=no-value] .mobile-bar-novalue .mobile-bar-all-dispo {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.75rem 1.5rem;
    background-color: var(--wp--custom--product--card-resa-btn-background);
    color: var(--wp--custom--product--card-resa-btn-color);
    border: none;
    border-radius: 50px;
    font-size: var(--wp--preset--font-size--m);
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s ease;
  }
  .card-resa-mobile-bar[data-state=no-value] .mobile-bar-novalue .mobile-bar-all-dispo:hover {
    background-color: var(--wp--custom--product--card-resa-btn-hover-background);
  }
  .card-resa-mobile-bar .mobile-bar-calendar-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border: 1.5px solid var(--wp--custom--product--card-resa-btn-background);
    border-radius: 50%;
    background: transparent;
    color: var(--wp--custom--product--card-resa-btn-background);
    font-size: 1.4rem;
    cursor: pointer;
    flex-shrink: 0;
    text-decoration: none;
    outline: none;
    transition: background-color 0.2s ease, color 0.2s ease;
  }
  .card-resa-mobile-bar .mobile-bar-calendar-btn i {
    pointer-events: none;
  }
  .card-resa-mobile-bar .mobile-bar-calendar-btn:hover {
    background-color: var(--wp--custom--product--card-resa-btn-background);
    color: var(--wp--custom--product--card-resa-btn-color);
  }
  .card-resa-mobile-bar .mobile-bar-all-dispo,
  .card-resa-mobile-bar .mobile-bar-alt-btn {
    text-decoration: none;
    outline: none;
  }
  .card-resa-mobile-bar .mobile-bar-all-dispo i,
  .card-resa-mobile-bar .mobile-bar-alt-btn i {
    pointer-events: none;
  }
  .card-resa-mobile-bar[data-state=alt] .mobile-bar-alt {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
  }
  .card-resa-mobile-bar[data-state=alt] .mobile-bar-alt .mobile-bar-alt-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    background-color: var(--wp--custom--product--card-resa-btn-background);
    color: var(--wp--custom--product--card-resa-btn-color);
    border: none;
    border-radius: 50px;
    font-size: var(--wp--preset--font-size--m);
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    transition: background-color 0.2s ease;
  }
  .card-resa-mobile-bar[data-state=alt] .mobile-bar-alt .mobile-bar-alt-btn i {
    display: none;
  }
  .card-resa-mobile-bar[data-state=alt] .mobile-bar-alt .mobile-bar-alt-btn:hover {
    background-color: var(--wp--custom--product--card-resa-btn-hover-background);
    color: var(--wp--custom--product--card-resa-btn-color);
    text-decoration: none;
  }
}

.single-hebergements .card-gamme h3 a {
  color: var(--wp--custom--color--card-product-content-name-product);
  text-decoration: none;
}
.single-hebergements .card-gamme h3 a:hover {
  color: var(--wp--preset--color--tertiary);
}
.single-hebergements .card-gamme .wp-block-hrz-heb-query-banner-query {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  aspect-ratio: 3/2;
  font-family: var(--wp--preset--font-family--secondary);
  font-size: var(--wp--preset--font-size--xxxl);
  color: var(--wp--preset--color--white);
  width: 100%;
}
.single-hebergements .card-gamme .wp-block-hrz-heb-query-banner-query .banner-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  height: 100%;
  z-index: 1;
}
.single-hebergements .card-gamme .wp-block-hrz-heb-query-banner-query .banner-content > .wp-block-group {
  gap: 0;
}
.single-hebergements .card-gamme .wp-block-hrz-heb-query-banner-query .full {
  position: absolute;
  display: none;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1rem;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 10;
}
.single-hebergements .card-gamme .wp-block-hrz-heb-query-banner-query .full .text {
  margin: 0;
  padding: 0 1rem;
  text-align: center;
}
.single-hebergements .card-gamme .wp-block-hrz-heb-query-banner-query .full .text-alt, .single-hebergements .card-gamme .wp-block-hrz-heb-query-banner-query .full .text-no-value {
  display: none;
}
.single-hebergements .card-gamme .wp-block-hrz-heb-query-banner-query .banner-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.single-hebergements .card-gamme .wp-block-hrz-heb-query-banner-query .block-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 54%);
}
.single-hebergements .card-gamme .wp-block-hrz-heb-query-query-features {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: var(--wp--preset--spacing--s);
  padding: var(--wp--preset--spacing--l) var(--wp--preset--spacing--s);
}
@media screen and (max-width: 768px) {
  .single-hebergements .card-gamme .wp-block-hrz-heb-query-query-features {
    gap: var(--wp--preset--spacing--xs);
    padding: var(--wp--preset--spacing--m) var(--wp--preset--spacing--xs);
  }
}
.single-hebergements .card-gamme .wp-block-hrz-heb-query-query-features .feature {
  display: flex;
  align-items: center;
  gap: var(--wp--preset--spacing--xs);
  border-width: 1px;
  border-radius: 200px;
  border-style: solid;
  border-color: var(--wp--preset--color--white, #fff);
  padding: 5px 10px;
}
.single-hebergements .card-gamme .wp-block-hrz-heb-query-query-features .feature_picto {
  position: relative;
  font-size: var(--wp--preset--font-size--m);
  line-height: 1;
}
.single-hebergements .card-gamme .wp-block-hrz-heb-query-query-features .feature_text {
  font-size: var(--wp--preset--font-size--m, 0.75rem);
  text-align: center;
  line-height: 1.2;
}
.single-hebergements .card-gamme .booking_last {
  display: none;
  padding: var(--wp--preset--spacing--s) var(--wp--preset--spacing--m);
  background-color: var(--wp--preset--color--tertiary);
  color: var(--wp--preset--color--real-white);
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  font-size: var(--wp--preset--font-size--m);
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .single-hebergements .card-gamme .booking_last {
    padding: var(--wp--preset--spacing--xs) var(--wp--preset--spacing--s);
  }
}
.single-hebergements .card-gamme .booking_last p {
  margin-top: unset;
  margin-bottom: unset;
}
.single-hebergements .card-gamme .taxonomy-list .wp-block-hrz-heb-query-taxonomy-term-list:nth-child(1) {
  color: var(--wp--preset--color--secondary);
}
.single-hebergements .card-gamme .taxonomy-list .wp-block-hrz-heb-query-taxonomy-term-list:nth-child(2) {
  color: var(--wp--preset--color--secondary);
}
.single-hebergements .card-gamme .wp-block-dynamic-query-loop-status {
  display: flex;
  align-items: flex-start;
  gap: var(--wp--preset--spacing--xs);
}
.single-hebergements .card-gamme .wp-block-dynamic-query-loop-status .status-icon {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  font-size: var(--wp--preset--font-size--l);
  padding: 5px 0;
}
.single-hebergements .card-gamme .wp-block-dynamic-query-loop-status .status {
  margin: 0;
  font-family: var(--wp--preset--font-family--secondary);
  font-size: var(--wp--preset--font-size--l);
}
.single-hebergements .card-gamme .wp-block-dynamic-query-loop-status .status span[data-state=default], .single-hebergements .card-gamme .wp-block-dynamic-query-loop-status .status span[data-state=alt], .single-hebergements .card-gamme .wp-block-dynamic-query-loop-status .status span[data-state=no-value] {
  display: none;
}
.single-hebergements .card-gamme .card-query-content {
  margin-block-start: 0 !important;
}
.single-hebergements .card-gamme .wp-block-dynamic-query-loop-booking-discount {
  font-family: var(--wp--preset--font-family--secondary);
  font-size: var(--wp--preset--font-size--l);
  margin-block-start: 0 !important;
  height: 100%;
}
.single-hebergements .card-gamme .wp-block-dynamic-query-loop-booking-discount .booking-discount-content {
  display: none;
  align-items: flex-start;
  gap: var(--wp--preset--spacing--xs);
  color: var(--wp--custom--color--card-product-content-discount);
}
.single-hebergements .card-gamme .wp-block-dynamic-query-loop-booking-discount .booking-discount-content-shortened {
  display: none;
  align-items: center;
  background-color: var(--wp--custom--color--card-product-content-discount-background);
  color: var(--wp--custom--color--card-product-content-discount);
  padding: var(--wp--preset--spacing--xs) var(--wp--preset--spacing--m);
}
@media screen and (max-width: 768px) {
  .single-hebergements .card-gamme .wp-block-dynamic-query-loop-booking-discount .booking-discount-content-shortened {
    padding: var(--wp--preset--spacing--xs) var(--wp--preset--spacing--s);
  }
}
.single-hebergements .card-gamme .wp-block-dynamic-query-loop-booking-discount .booking-discount,
.single-hebergements .card-gamme .wp-block-dynamic-query-loop-booking-discount .booking-discount-text {
  margin: 0;
}
.single-hebergements .card-gamme .wp-block-dynamic-query-loop-booking-discount .discount-icon {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  font-size: var(--wp--preset--font-size--l);
  padding: 5px 0;
}
.single-hebergements .card-gamme .wp-block-dynamic-query-loop-card-price {
  position: relative;
  margin-right: 0 !important;
  margin-left: 0 !important;
  font-size: var(--wp--preset--font-size--m);
  font-family: var(--wp--preset--font-family--primary);
  width: 100%;
}
.single-hebergements .card-gamme .wp-block-dynamic-query-loop-card-price p {
  margin-top: 0;
  margin-bottom: 0;
}
.single-hebergements .card-gamme .wp-block-dynamic-query-loop-card-price .booking_default {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  color: var(--card-price-default-text, var(--wp--custom--color--card-product-content-price-available-paragraph));
  background-color: var(--card-price-default-bg, var(--wp--custom--color--card-product-content-price-available-background));
  text-align: center;
}
.single-hebergements .card-gamme .wp-block-dynamic-query-loop-card-price .booking_default .dates {
  margin: 0;
}
.single-hebergements .card-gamme .wp-block-dynamic-query-loop-card-price .booking_default .booking_no_discount {
  font-family: var(--wp--preset--font-family--secondary);
  font-size: var(--wp--preset--font-size--xxxxl, 2.6rem);
  line-height: 1;
}
.single-hebergements .card-gamme .wp-block-dynamic-query-loop-card-price .booking_default .booking_price {
  text-decoration: line-through;
}
.single-hebergements .card-gamme .wp-block-dynamic-query-loop-card-price .booking_default .booking_price-text {
  display: none;
}
.single-hebergements .card-gamme .wp-block-dynamic-query-loop-card-price .booking_default .button-value {
  margin-top: 10px;
}
.single-hebergements .card-gamme .wp-block-dynamic-query-loop-card-price .booking_alt {
  display: none;
  color: var(--card-price-alt-text, var(--wp--custom--color--card-product-content-price-unavailable-paragraph));
  background-color: var(--card-price-alt-bg, var(--wp--custom--color--card-product-content-price-unavailable-background));
}
.single-hebergements .card-gamme .wp-block-dynamic-query-loop-card-price .booking_alt .alt_price_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--wp--preset--spacing--s);
  flex-wrap: wrap;
}
.single-hebergements .card-gamme .wp-block-dynamic-query-loop-card-price .booking_alt .alt_price_content .alt_price {
  font-family: var(--wp--preset--font-family--secondary);
  font-size: var(--wp--preset--font-size--xxxxl, 2.6rem);
  line-height: 1;
}
.single-hebergements .card-gamme .wp-block-dynamic-query-loop-card-price .booking_alt .booking_alt_content {
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--s);
  width: 100%;
}
.single-hebergements .card-gamme .wp-block-dynamic-query-loop-card-price .booking_no-value {
  display: none;
  justify-content: center;
  color: var(--card-price-alt-text, var(--wp--custom--color--card-product-content-price-unavailable-paragraph));
  background-color: var(--card-price-alt-bg, var(--wp--custom--color--card-product-content-price-unavailable-background));
}
.single-hebergements .card-gamme .wp-block-dynamic-query-loop-card-price .booking_no-value .button-no-value {
  cursor: pointer;
  background: none;
  border: 1px solid currentColor;
  padding: 0.5rem 1rem;
  color: inherit;
  font: inherit;
}
.single-hebergements .card-gamme .wp-block-dynamic-query-loop-card-price .booking_default,
.single-hebergements .card-gamme .wp-block-dynamic-query-loop-card-price .booking_alt,
.single-hebergements .card-gamme .wp-block-dynamic-query-loop-card-price .booking_no-value {
  width: 100%;
  padding: var(--wp--preset--spacing--l) var(--wp--preset--spacing--xl);
}
@media screen and (max-width: 1500px) {
  .single-hebergements .card-gamme .wp-block-dynamic-query-loop-card-price .booking_default,
  .single-hebergements .card-gamme .wp-block-dynamic-query-loop-card-price .booking_alt,
  .single-hebergements .card-gamme .wp-block-dynamic-query-loop-card-price .booking_no-value {
    padding: var(--wp--preset--spacing--l) var(--wp--preset--spacing--m);
  }
}
@media screen and (max-width: 768px) {
  .single-hebergements .card-gamme .wp-block-dynamic-query-loop-card-price .booking_default,
  .single-hebergements .card-gamme .wp-block-dynamic-query-loop-card-price .booking_alt,
  .single-hebergements .card-gamme .wp-block-dynamic-query-loop-card-price .booking_no-value {
    padding: var(--wp--preset--spacing--m);
  }
}
.single-hebergements .card-gamme .wp-block-dynamic-query-loop-card-price .booking_default .button-value,
.single-hebergements .card-gamme .wp-block-dynamic-query-loop-card-price .booking_default .alt_button,
.single-hebergements .card-gamme .wp-block-dynamic-query-loop-card-price .booking_default .button-no-value,
.single-hebergements .card-gamme .wp-block-dynamic-query-loop-card-price .booking_alt .button-value,
.single-hebergements .card-gamme .wp-block-dynamic-query-loop-card-price .booking_alt .alt_button,
.single-hebergements .card-gamme .wp-block-dynamic-query-loop-card-price .booking_alt .button-no-value,
.single-hebergements .card-gamme .wp-block-dynamic-query-loop-card-price .booking_no-value .button-value,
.single-hebergements .card-gamme .wp-block-dynamic-query-loop-card-price .booking_no-value .alt_button,
.single-hebergements .card-gamme .wp-block-dynamic-query-loop-card-price .booking_no-value .button-no-value {
  display: inline-block;
  font-size: var(--wp--preset--font-size--m);
  font-family: var(--wp--preset--font-family--primary);
  font-weight: 500;
  text-decoration: none;
  text-align: center;
  padding: var(--wp--preset--spacing--xs) var(--wp--preset--spacing--l);
  color: var(--wp--custom--color--card-product-content-price-available-button-book-paragraph, var(--wp--preset--color--paragraph));
  background-color: var(--wp--custom--color--card-product-content-price-available-button-book-background, var(--wp--preset--color--tertiary));
  border-radius: var(--wp--custom--radius--m);
  border: unset;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.single-hebergements .card-gamme .wp-block-dynamic-query-loop-card-price .booking_default .button-value:hover,
.single-hebergements .card-gamme .wp-block-dynamic-query-loop-card-price .booking_default .alt_button:hover,
.single-hebergements .card-gamme .wp-block-dynamic-query-loop-card-price .booking_default .button-no-value:hover,
.single-hebergements .card-gamme .wp-block-dynamic-query-loop-card-price .booking_alt .button-value:hover,
.single-hebergements .card-gamme .wp-block-dynamic-query-loop-card-price .booking_alt .alt_button:hover,
.single-hebergements .card-gamme .wp-block-dynamic-query-loop-card-price .booking_alt .button-no-value:hover,
.single-hebergements .card-gamme .wp-block-dynamic-query-loop-card-price .booking_no-value .button-value:hover,
.single-hebergements .card-gamme .wp-block-dynamic-query-loop-card-price .booking_no-value .alt_button:hover,
.single-hebergements .card-gamme .wp-block-dynamic-query-loop-card-price .booking_no-value .button-no-value:hover {
  color: var(--wp--custom--color--card-product-content-price-available-button-book-paragraph-hover, var(--wp--preset--color--tertiary));
  background-color: var(--wp--custom--color--card-product-content-price-available-button-book-background-hover, var(--wp--preset--color--paragraph));
}
.single-hebergements .card-gamme.default .booking_default, .single-hebergements .card-gamme.is-loading .loader, .single-hebergements .card-gamme.alt .booking_alt, .single-hebergements .card-gamme.no-value .booking_no-value, .single-hebergements .card-gamme.alt .card-price .booking_alt {
  display: flex !important;
}
.single-hebergements .card-gamme.alt .card-price, .single-hebergements .card-gamme.default .card-price {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.single-hebergements .card-gamme.no-value .card-price {
  display: flex;
  justify-content: center;
  align-items: center;
}
.single-hebergements .card-gamme.has-offer .booking_price-text {
  display: block !important;
}
.single-hebergements .card-gamme.has-offer .wp-block-dynamic-query-loop-booking-discount .booking-discount-content,
.single-hebergements .card-gamme.has-offer .wp-block-dynamic-query-loop-booking-discount .booking-discount-content-shortened {
  display: flex;
}
.single-hebergements .card-gamme.last .booking_last {
  display: flex !important;
}
.single-hebergements .card-gamme.no-value .full, .single-hebergements .card-gamme.alt .full {
  display: flex !important;
}
.single-hebergements .card-gamme.default .wp-block-dynamic-query-loop-status .status-icon,
.single-hebergements .card-gamme.default .wp-block-dynamic-query-loop-status .status {
  color: var(--wp--custom--color--card-product-success);
}
.single-hebergements .card-gamme.default .wp-block-dynamic-query-loop-status .status-icon span[data-state=default],
.single-hebergements .card-gamme.default .wp-block-dynamic-query-loop-status .status span[data-state=default] {
  display: block !important;
}
.single-hebergements .card-gamme.alt .wp-block-dynamic-query-loop-status .status-icon,
.single-hebergements .card-gamme.alt .wp-block-dynamic-query-loop-status .status {
  color: var(--wp--custom--color--card-product-warning);
}
.single-hebergements .card-gamme.alt .wp-block-dynamic-query-loop-status .status-icon span[data-state=alt],
.single-hebergements .card-gamme.alt .wp-block-dynamic-query-loop-status .status span[data-state=alt] {
  display: block !important;
}
.single-hebergements .card-gamme.alt .full {
  display: flex !important;
}
.single-hebergements .card-gamme.alt .full .text-alt {
  display: flex !important;
}
.single-hebergements .card-gamme.no-value .wp-block-dynamic-query-loop-status .status-icon,
.single-hebergements .card-gamme.no-value .wp-block-dynamic-query-loop-status .status {
  color: var(--wp--custom--color--card-product-danger);
}
.single-hebergements .card-gamme.no-value .wp-block-dynamic-query-loop-status .status-icon span[data-state=no-value],
.single-hebergements .card-gamme.no-value .wp-block-dynamic-query-loop-status .status span[data-state=no-value] {
  display: block !important;
}
.single-hebergements .card-gamme.no-value .full {
  display: flex !important;
}
.single-hebergements .card-gamme.no-value .full .text-no-value {
  display: flex !important;
}
@media screen and (max-width: 768px) {
  .single-hebergements .card-gamme .wp-block-spacer {
    height: 0px !important;
  }
}

.btn-book {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .cta-date {
    display: none;
  }
}
.card-gamme-static .card-content .content .wp-block-heading {
  font-size: var(--wp--preset--font-size--s) !important;
  font-family: var(--wp--preset--font-family--primary) !important;
  color: var(--wp--preset--color--tertiary) !important;
  font-weight: 600 !important;
}
.card-gamme-static .card-content .card-price {
  background-color: var(--wp--preset--color--tertiary) !important;
}
.card-gamme-static .card-content .card-price p {
  font-size: var(--wp--preset--font-size--xs) !important;
}
.card-gamme-static .card-content .card-price p.booking_price {
  font-size: var(--wp--preset--font-size--s) !important;
}
.card-gamme-static .card-content .card-price p.booking_no_discount {
  font-size: var(--wp--preset--font-size--m) !important;
}
.card-gamme-static .wp-block-buttons .wp-block-button a {
  font-size: var(--wp--preset--font-size--m) !important;
  background-color: var(--wp--preset--color--tertiary);
}
.card-gamme-static .wp-block-buttons .wp-block-button a:hover {
  background-color: var(--wp--preset--color--primary-dark) !important;
}

.upgrade-block .card-gamme-static .card-content .content .wp-block-heading {
  color: var(--wp--preset--font-family--secondary-light) !important;
}
.upgrade-block .card-gamme-static .card-content .card-price {
  background-color: var(--wp--preset--color--secondary-light) !important;
}
.upgrade-block .card-gamme-static .wp-block-buttons .wp-block-button a {
  background-color: var(--wp--preset--color--secondary-light);
}
.upgrade-block .card-gamme-static .wp-block-buttons .wp-block-button a:hover {
  background-color: var(--wp--preset--color--secondary) !important;
}

@media screen and (max-width: 768px) {
  .accomodationGallery-static {
    gap: 0.5rem;
  }
}
.accomodationGallery-static .accomodationGallery__image-text {
  font-family: var(--wp--preset--font-family--primary);
  font-size: var(--wp--preset--font-size--s);
  font-weight: 400;
}
.accomodationGallery-static .accomodationGallery__count {
  font-family: var(--wp--preset--font-family--primary);
  font-size: var(--wp--preset--font-size--s);
  font-weight: 300;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .accomodationGallery-static .accomodationGallery__count {
    font-size: var(--wp--preset--font-size--xxs);
    padding-top: 0.3rem !important;
    padding-right: 0.3rem !important;
    padding-bottom: 0.3rem !important;
    padding-left: 0.3rem !important;
    height: 65px;
    width: 65px;
  }
}
.accomodationGallery-static .accomodationGallery__count .number {
  font-size: var(--wp--preset--font-size--m);
  line-height: 1;
  font-weight: 700;
}
.accomodationGallery-static .accomodationGallery__image__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--wp--preset--color--real-black);
  top: 0;
  opacity: 0.4;
}

@media screen and (max-width: 768px) {
  .single-hebergements .product-content-static .is-rounded-note {
    width: 60px;
    height: 60px;
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .single-hebergements .product-content-static .is-rounded-note p:first-child,
  .single-hebergements .product-content-static .is-rounded-note p:nth-child(2) {
    font-size: var(--wp--preset--font-size--m) !important;
  }
}

.complementary-section-static .recomendation-block .wp-block-heading,
.complementary-section-static .upgrade-block .wp-block-heading {
  font-family: var(--wp--preset--font-family--secondary);
  font-size: var(--wp--preset--font-size--xl) !important;
  font-weight: 400;
}
.complementary-section-static .recomendation-block .title-block p,
.complementary-section-static .upgrade-block .title-block p {
  position: relative;
  font-weight: 400 !important;
  font-family: var(--wp--preset--font-family--primary) !important;
  color: var(--wp--preset--color--primary) !important;
  font-size: var(--wp--preset--font-size--s);
}
.complementary-section-static .recomendation-block .title-block p::before,
.complementary-section-static .upgrade-block .title-block p::before {
  content: "#";
  display: inline-block;
}
.complementary-section-static .recomendation-block .wp-block-spacer,
.complementary-section-static .upgrade-block .wp-block-spacer {
  height: calc(100px - 2rem);
}
.complementary-section-static .upgrade-block {
  background-color: var(--wp--preset--color--secondary-dark) !important;
}
.complementary-section-static .upgrade-block .title-block .wp-block-heading {
  color: var(--wp--preset--color--white) !important;
}
.complementary-section-static .upgrade-block .title-block p {
  color: var(--wp--preset--color--secondary-light) !important;
}
/*# sourceMappingURL=blocks.css.map */
