/*!***********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/query-campings-rest/style.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.hebergement-listing .hide {
  display: none !important;
}

.wp-block-create-block-horizon-blocks {
  background-color: #21759b;
  color: #fff;
  padding: 2px;
}

.loader {
  display: none;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5490196078);
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0px;
}
.loader .dot {
  display: block;
  border-radius: 50%;
  width: 0.55rem;
  height: 0.55rem;
  background-color: #fff;
  -webkit-animation: scale 0.6s ease-out infinite alternate forwards;
          animation: scale 0.6s ease-out infinite alternate forwards;
}
.loader .dot:nth-child(2n) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.loader .dot:nth-child(3n) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@keyframes scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

.gamme-loading .loader {
  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;
}

.hebergement-listing,
.hebergement-listing.swiper-wrapper {
  list-style-type: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5rem;
  padding: 0.5rem;
}
.hebergement-listing li,
.hebergement-listing.swiper-wrapper li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-width: 30%;
  margin: 0;
}
.hebergement-listing .card-gamme,
.hebergement-listing.swiper-wrapper .card-gamme {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  /* status card */
}
.hebergement-listing .card-gamme:hover,
.hebergement-listing.swiper-wrapper .card-gamme:hover {
  -webkit-filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.35));
          filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.35));
}
.hebergement-listing .card-gamme:hover .thumbnail-image img,
.hebergement-listing.swiper-wrapper .card-gamme:hover .thumbnail-image img {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: scale(1.1) translateZ(0) rotate(2deg);
          transform: scale(1.1) translateZ(0) rotate(2deg);
}
.hebergement-listing .card-gamme .detail-content,
.hebergement-listing.swiper-wrapper .card-gamme .detail-content {
  max-width: 60%;
  position: unset;
}
.hebergement-listing .card-gamme .booking_default,
.hebergement-listing .card-gamme .booking_alt,
.hebergement-listing.swiper-wrapper .card-gamme .booking_default,
.hebergement-listing.swiper-wrapper .card-gamme .booking_alt {
  display: none;
}
.hebergement-listing .card-gamme .thumbnail-image,
.hebergement-listing.swiper-wrapper .card-gamme .thumbnail-image {
  overflow: hidden;
  position: relative;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.hebergement-listing .card-gamme .thumbnail-image .wp-block-image,
.hebergement-listing.swiper-wrapper .card-gamme .thumbnail-image .wp-block-image {
  height: 100%;
  margin: 0;
  aspect-ratio: 1;
  border-radius: 0;
}
@media screen and (max-width: 768px) {
  .hebergement-listing .card-gamme .thumbnail-image .wp-block-image,
  .hebergement-listing.swiper-wrapper .card-gamme .thumbnail-image .wp-block-image {
    aspect-ratio: 3/2;
  }
  .hebergement-listing .card-gamme .thumbnail-image .wp-block-image img,
  .hebergement-listing.swiper-wrapper .card-gamme .thumbnail-image .wp-block-image img {
    min-height: unset;
  }
}
.hebergement-listing .card-gamme .thumbnail-image .wp-block-image img,
.hebergement-listing.swiper-wrapper .card-gamme .thumbnail-image .wp-block-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 0;
}
.hebergement-listing .card-gamme .full,
.hebergement-listing.swiper-wrapper .card-gamme .full {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  width: -webkit-fill-available;
  width: -moz-available;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 1rem;
}
.hebergement-listing .card-gamme .full p,
.hebergement-listing.swiper-wrapper .card-gamme .full p {
  color: var(--wp--preset--color--white);
  font-size: var(--wp--preset--font-size--s);
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
}
.hebergement-listing .card-gamme .booking_exclusive,
.hebergement-listing.swiper-wrapper .card-gamme .booking_exclusive {
  position: absolute;
  top: -25px;
  max-width: 140px;
  right: 2rem;
}
@media screen and (max-width: 768px) {
  .hebergement-listing .card-gamme .booking_exclusive,
  .hebergement-listing.swiper-wrapper .card-gamme .booking_exclusive {
    max-width: 105px !important;
  }
}
.hebergement-listing .card-gamme .booking_last,
.hebergement-listing.swiper-wrapper .card-gamme .booking_last {
  position: absolute;
  display: none;
  max-width: unset;
  left: 50%;
  width: 80%;
  padding: 1rem 0.5rem;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0px;
  background-color: var(--wp--preset--color--t-3300);
  color: white;
  border-radius: 0 0 16px 16px;
}
.hebergement-listing .card-gamme .booking_last p,
.hebergement-listing.swiper-wrapper .card-gamme .booking_last p {
  text-align: center;
  text-transform: uppercase;
  font-size: var(--wp--preset--font-size--mm);
}
.hebergement-listing .card-gamme .booking_last p .booking_last_value,
.hebergement-listing.swiper-wrapper .card-gamme .booking_last p .booking_last_value {
  font-weight: 600;
}
.hebergement-listing .card-gamme .booking_exclusive,
.hebergement-listing.swiper-wrapper .card-gamme .booking_exclusive {
  display: none;
  color: var(--wp--preset--color--primary);
  background-color: var(--wp--preset--color--white);
  border-radius: 10px;
  top: 10px;
}
@media screen and (max-width: 768px) {
  .hebergement-listing .card-gamme .booking_exclusive,
  .hebergement-listing.swiper-wrapper .card-gamme .booking_exclusive {
    top: -25px !important;
  }
  .hebergement-listing .card-gamme .booking_exclusive p,
  .hebergement-listing.swiper-wrapper .card-gamme .booking_exclusive p {
    font-size: 1.2rem !important;
    padding: 0.5rem !important;
  }
}
.hebergement-listing .card-gamme .booking_exclusive p,
.hebergement-listing.swiper-wrapper .card-gamme .booking_exclusive p {
  padding: var(--wp--preset--spacing--xs) 1.5rem;
  font-family: var(--wp--preset--font-family--primary);
  font-size: var(--wp--preset--font-size--xs);
  font-weight: 800;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
}
.hebergement-listing .card-gamme.no-value .full, .hebergement-listing .card-gamme.alt .full,
.hebergement-listing.swiper-wrapper .card-gamme.no-value .full,
.hebergement-listing.swiper-wrapper .card-gamme.alt .full {
  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;
}
.hebergement-listing .card-gamme.alt .card-price, .hebergement-listing .card-gamme.default .card-price,
.hebergement-listing.swiper-wrapper .card-gamme.alt .card-price,
.hebergement-listing.swiper-wrapper .card-gamme.default .card-price {
  display: block !important;
  font-size: var(--wp--preset--font-size--m);
}
.hebergement-listing .card-gamme.default .card-price .booking_default,
.hebergement-listing.swiper-wrapper .card-gamme.default .card-price .booking_default {
  display: block !important;
}
.hebergement-listing .card-gamme.exclusive .booking_exclusive,
.hebergement-listing.swiper-wrapper .card-gamme.exclusive .booking_exclusive {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.hebergement-listing .card-gamme.last .booking_last,
.hebergement-listing.swiper-wrapper .card-gamme.last .booking_last {
  display: block !important;
}
.hebergement-listing .card-gamme.default .card-content .content, .hebergement-listing .card-gamme.alt .card-content .content,
.hebergement-listing.swiper-wrapper .card-gamme.default .card-content .content,
.hebergement-listing.swiper-wrapper .card-gamme.alt .card-content .content {
  max-width: 60% !important;
}
@media screen and (max-width: 768px) {
  .hebergement-listing .card-gamme.default .card-content .content, .hebergement-listing .card-gamme.alt .card-content .content,
  .hebergement-listing.swiper-wrapper .card-gamme.default .card-content .content,
  .hebergement-listing.swiper-wrapper .card-gamme.alt .card-content .content {
    max-width: 100% !important;
  }
  .hebergement-listing .card-gamme.default .card-price, .hebergement-listing .card-gamme.alt .card-price,
  .hebergement-listing.swiper-wrapper .card-gamme.default .card-price,
  .hebergement-listing.swiper-wrapper .card-gamme.alt .card-price {
    max-width: unset;
    width: auto;
  }
  .hebergement-listing .card-gamme.default .wp-block-image, .hebergement-listing .card-gamme.alt .wp-block-image,
  .hebergement-listing.swiper-wrapper .card-gamme.default .wp-block-image,
  .hebergement-listing.swiper-wrapper .card-gamme.alt .wp-block-image {
    aspect-ratio: 4/3;
  }
}
@media screen and (max-width: 768px) {
  .hebergement-listing .card-gamme.default .card-price,
  .hebergement-listing.swiper-wrapper .card-gamme.default .card-price {
    top: -100px;
  }
}
.hebergement-listing .card-gamme.default .content,
.hebergement-listing.swiper-wrapper .card-gamme.default .content {
  max-width: 60%;
}
.hebergement-listing .card-gamme.alt .thumbnail-image .full p,
.hebergement-listing.swiper-wrapper .card-gamme.alt .thumbnail-image .full p {
  display: none;
}
@media screen and (max-width: 768px) {
  .hebergement-listing .card-gamme.alt .card-price,
  .hebergement-listing.swiper-wrapper .card-gamme.alt .card-price {
    top: -142px;
  }
}
.hebergement-listing .card-gamme.alt .card-price .booking_default,
.hebergement-listing.swiper-wrapper .card-gamme.alt .card-price .booking_default {
  display: none;
}
.hebergement-listing .card-gamme.alt .card-price .booking_alt,
.hebergement-listing.swiper-wrapper .card-gamme.alt .card-price .booking_alt {
  display: block !important;
}
.hebergement-listing .card-gamme.alt .card-price .booking_alt .booking_alt_text,
.hebergement-listing.swiper-wrapper .card-gamme.alt .card-price .booking_alt .booking_alt_text {
  display: none;
}
.hebergement-listing .card-gamme.alt .card-price .booking_alt .booking_alt_content,
.hebergement-listing.swiper-wrapper .card-gamme.alt .card-price .booking_alt .booking_alt_content {
  gap: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.hebergement-listing .card-gamme.alt .card-price .booking_alt .booking_alt_content .booking_alt_item,
.hebergement-listing.swiper-wrapper .card-gamme.alt .card-price .booking_alt .booking_alt_content .booking_alt_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  cursor: pointer;
}
.hebergement-listing .card-gamme.alt .card-price .booking_alt .booking_alt_content .booking_alt_item .alt_dates,
.hebergement-listing.swiper-wrapper .card-gamme.alt .card-price .booking_alt .booking_alt_content .booking_alt_item .alt_dates {
  font-size: 13px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .hebergement-listing .card-gamme.alt .card-price .booking_alt .booking_alt_content .booking_alt_item .alt_dates,
  .hebergement-listing.swiper-wrapper .card-gamme.alt .card-price .booking_alt .booking_alt_content .booking_alt_item .alt_dates {
    font-size: 1.2rem;
    line-height: 1.1;
  }
}
.hebergement-listing .card-gamme.alt .card-price .booking_alt .booking_alt_content .booking_alt_item .alt_price_content,
.hebergement-listing.swiper-wrapper .card-gamme.alt .card-price .booking_alt .booking_alt_content .booking_alt_item .alt_price_content {
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.hebergement-listing .card-gamme.alt .card-price .booking_alt .booking_alt_content .booking_alt_item .alt_button,
.hebergement-listing.swiper-wrapper .card-gamme.alt .card-price .booking_alt .booking_alt_content .booking_alt_item .alt_button {
  width: 15px;
  height: 15px;
  border: 2px solid var(--wp--preset--color--white);
  border-radius: 50%;
  background-color: var(--wp--preset--color--white);
}
@media screen and (max-width: 768px) {
  .hebergement-listing .card-gamme.alt .card-price .booking_alt .booking_alt_content .booking_alt_item .alt_button,
  .hebergement-listing.swiper-wrapper .card-gamme.alt .card-price .booking_alt .booking_alt_content .booking_alt_item .alt_button {
    width: 12px;
    height: 12px;
    padding: 4px !important;
  }
}
.hebergement-listing .card-gamme.alt .card-price .booking_alt .booking_alt_content .booking_alt_item .alt_price,
.hebergement-listing.swiper-wrapper .card-gamme.alt .card-price .booking_alt .booking_alt_content .booking_alt_item .alt_price {
  font-family: var(--wp--preset--font-family--secondary);
  font-size: var(--wp--preset--font-size--sm);
  font-weight: 500;
}
.hebergement-listing .card-gamme.alt .card-price .booking_alt .booking_alt_content .booking_alt_item.selected .last_button,
.hebergement-listing.swiper-wrapper .card-gamme.alt .card-price .booking_alt .booking_alt_content .booking_alt_item.selected .last_button {
  background-color: var(--query-color);
}
.hebergement-listing .card-content,
.hebergement-listing.swiper-wrapper .card-content {
  padding: 1.8rem 0.8rem;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.hebergement-listing .card-content .content,
.hebergement-listing.swiper-wrapper .card-content .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 100%;
  gap: 0;
}
.hebergement-listing .card-content .content .wp-block-heading,
.hebergement-listing.swiper-wrapper .card-content .content .wp-block-heading {
  color: var(--wp--preset--color--primary) !important;
  font-size: var(--wp--preset--font-size--m);
  text-transform: uppercase;
  margin: 0;
}
.hebergement-listing .card-content .content .booking_subtitle,
.hebergement-listing.swiper-wrapper .card-content .content .booking_subtitle {
  font-size: var(--wp--preset--font-size--s);
  font-style: normal;
  font-weight: 700;
  margin: 0;
}
.hebergement-listing .card-content .content .dates,
.hebergement-listing.swiper-wrapper .card-content .content .dates {
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
}
.hebergement-listing .card-content .card-price,
.hebergement-listing.swiper-wrapper .card-content .card-price {
  display: none;
  background-color: var(--wp--preset--color--quaternary);
  color: var(--wp--preset--color--white);
  font-size: var(--wp--preset--font-size--mm) !important;
  position: absolute;
  top: -100%;
  right: 1rem;
  width: 100%;
  max-width: 150px;
  border-radius: 10px;
  padding: 10px;
  z-index: 999;
}
.hebergement-listing .card-content .card-price p,
.hebergement-listing.swiper-wrapper .card-content .card-price p {
  margin: 0;
}
.hebergement-listing .card-content .card-price .booking_price,
.hebergement-listing.swiper-wrapper .card-content .card-price .booking_price {
  font-size: var(--wp--preset--font-size--s);
  text-decoration: line-through;
  font-weight: 500;
}
.hebergement-listing .card-content .card-price .booking_no_discount,
.hebergement-listing.swiper-wrapper .card-content .card-price .booking_no_discount {
  font-size: var(--wp--preset--font-size--sm);
  font-weight: 500;
}
.hebergement-listing .wp-block-buttons,
.hebergement-listing.swiper-wrapper .wp-block-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  border-radius: 0px;
  margin-top: 0;
  margin-bottom: 0;
  gap: 0;
}
.hebergement-listing .wp-block-buttons .wp-block-button,
.hebergement-listing.swiper-wrapper .wp-block-buttons .wp-block-button {
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .hebergement-listing .wp-block-buttons .wp-block-button,
  .hebergement-listing.swiper-wrapper .wp-block-buttons .wp-block-button {
    font-size: 1.3rem;
  }
}
.hebergement-listing .wp-block-buttons .wp-block-button a,
.hebergement-listing.swiper-wrapper .wp-block-buttons .wp-block-button a {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding-top: 1.5rem;
  padding-right: 0;
  padding-bottom: 1.5rem;
  padding-left: 0;
  background-color: var(--wp--preset--color--b-500);
  font-family: var(--wp--preset--font-family--primary) !important;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.hebergement-listing .wp-block-buttons .wp-block-button a:hover,
.hebergement-listing.swiper-wrapper .wp-block-buttons .wp-block-button a:hover {
  background-color: var(--wp--preset--color--quaternary) !important;
  color: var(--wp--preset--color--white) !important;
  -webkit-filter: brightness(1.08);
          filter: brightness(1.08);
}
@media screen and (max-width: 1650px) {
  .hebergement-listing,
  .hebergement-listing.swiper-wrapper {
    gap: 100px 10px;
  }
  .hebergement-listing .card-gamme .full,
  .hebergement-listing.swiper-wrapper .card-gamme .full {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .hebergement-listing .card-gamme .full p,
  .hebergement-listing.swiper-wrapper .card-gamme .full p {
    padding-top: 20rem;
  }
  .hebergement-listing .card-gamme .card-content .card-price,
  .hebergement-listing.swiper-wrapper .card-gamme .card-content .card-price {
    right: 5px;
  }
  .hebergement-listing .card-gamme .booking_exclusive,
  .hebergement-listing.swiper-wrapper .card-gamme .booking_exclusive {
    max-width: 140px;
    right: 10px;
  }
}
@media screen and (max-width: 1050px) {
  .hebergement-listing,
  .hebergement-listing.swiper-wrapper {
    gap: 100px 3rem;
  }
  .hebergement-listing li,
  .hebergement-listing.swiper-wrapper li {
    max-width: 45%;
  }
}
@media screen and (max-width: 768px) {
  .hebergement-listing,
  .hebergement-listing.swiper-wrapper {
    gap: unset;
    padding: 0;
    -ms-flex-wrap: unset;
        flex-wrap: unset;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
  }
  .hebergement-listing li,
  .hebergement-listing.swiper-wrapper li {
    max-width: unset;
  }
  .hebergement-listing .card-gamme .full p,
  .hebergement-listing.swiper-wrapper .card-gamme .full p {
    padding-top: 8rem;
  }
  .hebergement-listing .card-gamme .card-content .card-price,
  .hebergement-listing.swiper-wrapper .card-gamme .card-content .card-price {
    right: 0.2rem;
    max-width: 42%;
  }
  .hebergement-listing .card-gamme .card-content .card-price .booking_default,
  .hebergement-listing.swiper-wrapper .card-gamme .card-content .card-price .booking_default {
    font-size: var(--wp--preset--font-size--m);
  }
  .hebergement-listing .card-gamme .card-content .card-price .booking_price,
  .hebergement-listing.swiper-wrapper .card-gamme .card-content .card-price .booking_price {
    /*font-size: 1.2rem;*/
  }
  .hebergement-listing .card-gamme .card-content .card-price .booking_no_discount,
  .hebergement-listing.swiper-wrapper .card-gamme .card-content .card-price .booking_no_discount {
    font-weight: 500;
  }
  .hebergement-listing .card-gamme .booking_exclusive,
  .hebergement-listing.swiper-wrapper .card-gamme .booking_exclusive {
    top: -30px;
  }
  .hebergement-listing .card-gamme .booking_exclusive,
  .hebergement-listing.swiper-wrapper .card-gamme .booking_exclusive {
    right: 1rem !important;
  }
}

@media screen and (max-width: 768px) {
  .swiper-hebergement {
    padding: 4rem 0 !important;
  }
  .swiper-hebergement .compare-next,
  .swiper-hebergement .compare-prev {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .swiper-hebergement {
    padding: 4rem 0 !important;
    --swiper-theme-color: var(--wp--preset--color--primary);
    --swiper-navigation-top-offset: 45%;
    --swiper-navigation-size: 15px;
    --swiper-navigation-color: var(--wp--preset--color--primary);
    --swiper-navigation-sides-offset: 0;
    --swiper-pagination-bottom: 5px;
    --swiper-pagination-bullet-horizontal-gap: 0.25rem;
    --swiper-pagination-bullet-vertical-gap: 0.25rem;
    --swiper-pagination-bullet-size: 10px;
    --swiper-pagination-bullet-opacity: 1;
    --swiper-pagination-bullet-inactive-color: var(--wp--preset--color--black);
    --swiper-pagination-bullet-inactive-opacity: 0.2;
    padding: 3rem 0 30px;
    max-width: 90vw !important;
  }
  .swiper-hebergement .swiper-wrapper {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .swiper-hebergement .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    background-color: var(--wp--preset--color--secondary) !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .swiper-hebergement .swiper-pagination .swiper-pagination-bullet-active {
    background-color: var(--wp--preset--color--primary) !important;
    width: 27px;
    border-radius: 20px;
  }
}

/*# sourceMappingURL=style-index.css.map*/