/* ---------------------------------------------------------------------- */
/* -------------------------------------------------- Mixins */
/*
<div class="progress-circle p{VALUE_OF_PROGRESS} {if VALUE_OF_PROGRESS > 50}over50{/if}">
	<span>{VALUE_OF_PROGRESS}%</span>
	<div class="left-half-clipper">
		<div class="first50-bar"></div>
		<div class="value-bar"></div>
	</div>
</div>
*/
/* --------------------------------------------------------------------- */
/* -------------------------------------------------- Offer */
.wkOffer {
  margin: 3rem 0;
  padding: 0 2rem;
  width: 100%;
}
@media (min-width: 768px) {
  .wkOffer {
    margin: 6rem 0;
  }
}
@media (min-width: 1140px) {
  .wkOffer {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .wkOffer.r2l .wkOffer__image {
    order: 2;
  }
}
@media (min-width: 768px) {
  .wkOffer.r2l .wkOffer__content {
    order: 1;
  }
}
.wkOffer__wrapper {
  background: var(--hl-icelight);
  border-radius: 0.7rem;
  margin: 0 auto;
  max-width: 111rem;
  overflow: hidden;
}
.wkOffer__link {
  color: var(--hl-black);
  display: flex;
  flex-direction: column;
  max-height: 45rem;
}
@media (min-width: 768px) {
  .wkOffer__link {
    flex-direction: row;
  }
}
.wkOffer__link:hover, .wkOffer__link:focus, .wkOffer__link:active {
  color: var(--hl-black);
  text-decoration: none;
}
.wkOffer__image {
  flex-grow: 1;
  height: 23rem;
  overflow: hidden;
  position: relative;
}
@media (min-width: 768px) {
  .wkOffer__image {
    height: auto;
    width: 50%;
  }
}
.wkOffer__image picture {
  display: block;
  height: 100%;
  width: 100%;
}
.wkOffer__image picture img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.wkOffer__content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  font-size: 1.6rem;
  height: 100%;
  padding: 3rem 2rem;
  position: relative;
}
@media (min-width: 768px) {
  .wkOffer__content {
    padding: 3rem;
    width: 50%;
  }
}
.wkOffer__content h3 {
  font-family: var(--roboto);
  font-size: 2rem;
  margin: 0 0 1.5rem 0;
}
.wkOffer__rating {
  margin-bottom: 1rem;
}
.wkOffer__rating i {
  color: var(--hl-sunny);
  font-size: 2rem;
  margin-right: 0.5rem;
}
.wkOffer__location {
  align-items: flex-start;
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 1.5rem;
}
.wkOffer__location i {
  color: var(--hl-primary);
  font-size: 2rem;
  margin-right: 1rem;
  position: relative;
  top: 0.1rem;
  width: -moz-fit-content;
  width: fit-content;
}
.wkOffer__location span {
  display: inline-block;
}
.wkOffer__infos {
  flex-grow: 1;
  padding-bottom: 6rem;
  position: relative;
}
.wkOffer__infos p {
  margin-bottom: 0.5rem;
}
.wkOffer__infos p i {
  font-size: 1.4rem;
  margin-right: 1rem;
}
.wkOffer__infos .button {
  bottom: 0;
  left: 0;
  position: absolute;
}
.wkOffer__eyecatcher {
  align-items: center;
  background: var(--hl-sundown);
  border-bottom-right-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  color: var(--hl-white);
  display: flex;
  font-size: 1.6rem;
  height: 3.4rem;
  justify-content: center;
  left: 0;
  min-width: 10rem;
  padding: 0.2rem 2rem 0;
  position: absolute;
  top: 2rem;
  z-index: 1;
}
.wkOffer__eyecatcher.eyecatcherColorwhite {
  background: var(--hl-white);
  color: var(--hl-black);
}
.wkOffer__eyecatcher.eyecatcherColorblack {
  background: var(--hl-black);
  color: var(--hl-white);
}
.wkOffer__eyecatcher.eyecatcherColorholablue {
  background: var(--hl-primary);
  color: var(--hl-white);
}
.wkOffer__eyecatcher.eyecatcherColorsun {
  background: var(--hl-sunny);
  color: var(--hl-black);
}
.wkOffer__eyecatcher.eyecatcherColorsunrise {
  background: var(--hl-sunrise);
  color: var(--hl-black);
}
.wkOffer__eyecatcher.eyecatcherColorsundown {
  background: var(--hl-sundown);
  color: var(--hl-white);
}
.wkOffer__eyecatcher.eyecatcherColortree {
  background: var(--hl-tree);
  color: var(--hl-white);
}
.wkOffer__eyecatcher.eyecatcherColorice {
  background: var(--hl-ice);
  color: var(--hl-black);
}
.wkOffer__eyecatcher.eyecatcherColorcoconut {
  background: var(--hl-coconut);
  color: var(--hl-black);
}
.wkOffer__eyecatcher.eyecatcherColorlight {
  background: var(--hl-light);
  color: var(--hl-black);
}
.wkOffer__eyecatcher.eyecatcherColorapple {
  background: var(--hl-apple);
  color: var(--hl-black);
}
.wkOffer__bookmark {
  background: transparent;
  height: 3rem;
  padding: 0;
  position: absolute;
  right: 2rem;
  top: 2rem;
}
.wkOffer__circle {
  align-items: center;
  background: var(--hl-white);
  border-radius: 50%;
  display: flex;
  height: 3rem;
  justify-content: center;
  margin: 0.1rem 0 0 0.1rem;
  opacity: 0.7;
  width: 3rem;
}
.wkOffer__circle:hover, .wkOffer__circle:focus, .wkOffer__circle:active {
  opacity: 1;
}
.wkOffer__circle i {
  font-size: 1.7rem;
}
.wkOffer__circle .hl-heart-active {
  color: var(--hl-sundown);
}

.wkOfferBox {
  background: var(--hl-coconut);
  margin: 6rem 0;
  padding-top: 2rem;
}
@media (min-width: 768px) {
  .wkOfferBox {
    padding-top: 4rem;
  }
}
.wkOfferBox > h2 {
  font-size: 2.4rem;
  margin: 0 auto;
  max-width: 111rem;
  padding: 0 2rem;
}
@media (min-width: 768px) {
  .wkOfferBox > h2 {
    font-size: 3.2rem;
  }
}
@media (min-width: 1140px) {
  .wkOfferBox > h2 {
    padding: 0;
  }
}
.wkOfferBox__wrapper {
  height: 78rem;
  margin: 0 auto;
  max-width: 111rem;
  overflow: hidden;
  padding: 2rem;
  position: relative;
  width: 100%;
}
@media (min-width: 1140px) {
  .wkOfferBox__wrapper {
    height: 76rem;
    padding: 2rem 0 4rem 0;
  }
}
.wkOfferBox__wrapper:not(.swiper-initialized) .swiper-wrapper {
  gap: 3rem;
}
.wkOfferBox__wrapper:not(.swiper-initialized) .swiper-pagination {
  display: none;
}
.wkOfferBox .swiper-wrapper a {
  color: var(--hl-black);
  display: block;
  height: 100%;
  width: 100%;
}
.wkOfferBox .swiper-wrapper a:hover, .wkOfferBox .swiper-wrapper a:focus, .wkOfferBox .swiper-wrapper a:active {
  color: var(--hl-black);
  text-decoration: none;
}
.wkOfferBox .swiper-wrapper .swiper-slide {
  flex-basis: 35rem !important;
  width: 35rem !important;
}
.wkOfferBox .swiper-pagination {
  bottom: 1.8rem;
}
.wkOfferBox .swiper-pagination-bullet-active {
  background: var(--hl-primary);
}
.wkOfferBox .wkOffer {
  background: var(--hl-white);
  border-radius: 0.7rem;
  display: flex;
  flex-direction: column;
  height: 68rem;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.wkOfferBox .wkOffer__image {
  flex: 0 0 auto;
  height: 23rem;
  width: 100%;
}
.wkOfferBox .wkOffer__content {
  width: 100%;
}

.wkHotelOffer {
  margin: 6rem 0;
}
.wkHotelOffer__wrapper {
  background: var(--hl-icelight);
  margin: 0 auto;
  max-width: 111rem;
}
.wkHotelOffer__wrapper a {
  color: var(--hl-black);
  display: flex;
  flex-wrap: wrap;
}
.wkHotelOffer__wrapper a:hover, .wkHotelOffer__wrapper a:focus, .wkHotelOffer__wrapper a:active {
  text-decoration: none;
}
.wkHotelOffer__image {
  height: 25rem;
  width: 100%;
}
@media (min-width: 768px) {
  .wkHotelOffer__image {
    height: 100%;
    max-width: 35rem;
  }
}
.wkHotelOffer__image picture {
  height: 100%;
  width: 100%;
}
.wkHotelOffer__image picture img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.wkHotelOffer__content {
  flex-grow: 1;
  padding: 2rem;
}
.wkHotelOffer__content h3 {
  margin: 0 0 1rem 0;
}
.wkHotelOffer__content p {
  font-size: 1.6rem;
  margin: 0 0 2rem 0;
}
.wkHotelOffer__rating {
  margin: 0 0 2rem 0;
}
.wkHotelOffer__rating i {
  color: var(--hl-sunny);
  font-size: 2rem;
  margin-right: 0.3rem;
}
.wkHotelOffer button {
  font-size: 1.6rem;
}
/*# sourceMappingURL=wkOffer.css.map */
