/* ---------------------------------------------------------------------- */
/* -------------------------------------------------- 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>
*/
/* --------------------------------------------------------------------- */
/* -------------------------------------------------- Agency */
.wkAgency {
  margin: 3rem 0;
  padding: 0 2rem;
  width: 100%;
}
@media (min-width: 768px) {
  .wkAgency {
    margin: 6rem 0;
  }
}
@media (min-width: 1140px) {
  .wkAgency {
    padding: 0;
  }
}
.wkAgency__wrapper {
  margin: 0 auto;
  max-width: 111rem;
}
.wkAgency__container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.wkAgency__accordion {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.wkAgency__item {
  background: var(--hl-icelight);
  border-radius: 0.7rem;
  overflow: hidden;
}
.wkAgency__header {
  height: 8rem;
  padding: 0 2rem;
}
.wkAgency__header.is-open {
  display: none;
}
.wkAgency__header__content {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.wkAgency__header__content h4 {
  align-items: center;
  display: flex;
  font-family: var(--roboto);
  font-size: 2rem;
  margin: 0;
}
.wkAgency__header__content i {
  color: var(--hl-primary);
  font-size: 2rem;
  margin-right: 1.5rem;
}
.wkAgency__header__content span {
  display: none;
  font-size: 1.6rem;
  font-weight: 400;
}
@media (min-width: 768px) {
  .wkAgency__header__content span {
    display: inline-block;
  }
}
.wkAgency__header button {
  height: 100%;
  width: 100%;
}
.wkAgency__header button[aria-expanded=true] {
  display: none;
}
.wkAgency__header button[aria-expanded=true] i {
  display: none;
}
.wkAgency__content {
  display: flex;
  flex-wrap: wrap;
}
.wkAgency__image {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 768px) {
  .wkAgency__image {
    order: 2;
    width: 50%;
  }
}
.wkAgency__image picture {
  display: block;
  height: 100%;
  width: 100%;
}
.wkAgency__image picture img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.wkAgency__socials {
  align-items: center;
  background: var(--hl-ice);
  display: flex;
  height: 5rem;
  justify-content: space-between;
  padding: 0 2rem;
}
.wkAgency__social {
  display: flex;
  gap: 1rem;
}
.wkAgency__social a {
  align-items: center;
  display: flex;
  height: 100%;
}
.wkAgency__social a:hover, .wkAgency__social a:focus, .wkAgency__social a:active {
  text-decoration: none;
}
.wkAgency__social a i {
  color: var(--hl-black);
  font-size: 2.5rem;
}
.wkAgency__link {
  align-items: center;
  color: var(--hl-primary);
  display: flex;
  flex-grow: 1;
  font-size: 1.6rem;
  justify-content: flex-end;
}
.wkAgency__link i {
  margin-left: 0.5rem;
}
.wkAgency__office {
  padding: 2rem;
}
@media (min-width: 768px) {
  .wkAgency__office {
    width: 50%;
  }
}
.wkAgency__office h4 {
  font-family: var(--roboto);
  font-size: 2rem;
  font-weight: 800;
  margin: 0 0 2rem 0;
}
.wkAgency__office .button {
  margin-top: 1.5rem;
  width: -moz-fit-content;
  width: fit-content;
}
.wkAgency__address {
  align-items: flex-start;
  display: flex;
  margin: 0 1rem 2rem 0;
}
.wkAgency__address i {
  font-size: 2rem;
  margin-right: 1rem;
  position: relative;
  top: 0.2rem;
}
.wkAgency__address p {
  font-size: 1.6rem;
  margin: 0;
}
.wkAgency__contact {
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
}
.wkAgency__contact a {
  color: var(--hl-black);
}
.wkAgency__contact i {
  font-size: 2rem;
  margin-right: 1rem;
  position: relative;
  top: 0.3rem;
}
.wkAgency__openingHours {
  font-size: 1.6rem;
  font-weight: 800;
  margin-top: 2rem;
}
.wkAgency__openingHours > time {
  cursor: pointer;
}
.wkAgency__openingHours__content {
  display: flex;
  flex-wrap: wrap;
  height: 0;
  margin-top: 0.5rem;
  overflow: hidden;
  transition: height 0.3s ease-in-out;
}
.wkAgency__openingHours__content.open {
  height: auto;
  transition: height 0.3s ease-in-out;
}
.wkAgency__openingHours__content time {
  font-weight: normal;
}
.wkAgency__openingHours time {
  margin-bottom: 0.5rem;
  width: 100%;
}
.wkAgency__openingHours time > i {
  margin-left: 1rem;
}
.wkAgency__openingHours time .openDay {
  display: inline-block;
  margin-right: 1rem;
  width: 12rem;
}
.wkAgency__openingHoursText {
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 1.5rem;
}
.wkAgency__welcome {
  padding: 2rem;
}
/*# sourceMappingURL=wkAgency.css.map */
