/* -------------------------------------------------- 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>
*/
/* --------------------------------------------------------------------- */
/* -------------------------------------------------- wkTextImage */
.wkOffer {
  margin: 5rem 0;
}
@media (min-width: 670px) {
  .wkOffer.orientation1 .wkOffer__image {
    order: 2;
  }
}
@media (min-width: 670px) {
  .wkOffer.orientation1 .wkOffer__background {
    background: linear-gradient(to right, #edeeee 0%, #d7d9d9 95%, rgba(215, 217, 217, 0));
    left: 0;
  }
}
.wkOffer__container {
  border-radius: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  max-width: 130rem;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media (min-width: 670px) {
  .wkOffer__container {
    max-height: 35rem;
  }
}
.wkOffer__container a {
  border-radius: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  max-width: 130rem;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.wkOffer__image {
  max-height: 17rem;
  width: 100%;
}
@media (min-width: 670px) {
  .wkOffer__image {
    max-height: 35rem;
    width: 50%;
  }
}
.wkOffer__image picture {
  display: block;
  height: 100%;
  width: 100%;
}
.wkOffer__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.wkOffer__image a {
  height: 100%;
  width: 100%;
}
.wkOffer__textcontent {
  display: flex;
  flex-direction: column;
  padding: 2rem;
  width: 100%;
  z-index: 1;
}
@media (min-width: 670px) {
  .wkOffer__textcontent {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .wkOffer__textcontent {
    padding: 2rem 4rem;
  }
}
.wkOffer__infos {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  font-family: var(--arial);
  margin-bottom: 1rem;
}
.wkOffer__infos i {
  font-size: 1rem;
  font-weight: bold;
  margin-right: 1rem;
}
.wkOffer__details {
  word-break: break-word;
}
.wkOffer__hotel {
  color: #4a4a4a;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.wkOffer__location {
  color: #4a4a4a;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.wkOffer__stars {
  height: 2.2rem;
  margin-bottom: 0.5rem;
  position: relative;
  width: 12rem;
}
.wkOffer__rating {
  color: var(--primary);
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
}
.wkOffer__rating i {
  font-size: 2.2rem;
  margin: 0 0.1rem;
}
.wkOffer__rating__background {
  height: 100%;
  position: absolute;
  top: 0;
}
.wkOffer__rating__background i {
  color: #fff;
  font-size: 2.2rem;
  margin: 0 0.1rem;
}
.wkOffer__price {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
}
.wkOffer__price .text {
  font-weight: bold;
  margin-bottom: 1rem;
}
.wkOffer__price .amount {
  color: #092a5e;
  font-size: 2rem;
  font-weight: bold;
}
.wkOffer__price .button {
  color: #fff;
  min-width: 100%;
}
@media (min-width: 670px) {
  .wkOffer__price .button {
    min-width: 20rem;
  }
}
.wkOffer__background {
  background-image: linear-gradient(to top, #edeeee 0%, #d7d9d9 88%, rgba(215, 217, 217, 0));
  bottom: 0;
  height: calc(100% - 13rem);
  position: absolute;
  width: 100%;
}
@media (min-width: 670px) {
  .wkOffer__background {
    background: linear-gradient(to left, #edeeee 0%, #d7d9d9 95%, rgba(215, 217, 217, 0));
    height: 100%;
    right: 0;
    width: calc(50% + 4rem);
  }
}
/*# sourceMappingURL=wkOffer.css.map */
