@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
:root {
  --font-body: "Outfit", serif;
  /*--clr-blue: #0498b4;
  --clr-blue: var(--ved-accent-color):
  --clr-dark-blue: #072049;
  --clr-beige: #EDE6DF;
  --clr-grey: #eaeaea;
  --clr-white: #fff;
  --clr-dark: #222222;*/
}

a {
  text-decoration: none;
}

img {
  width: 100%;
  height: auto;
}

button {
  background-color: transparent;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
}

.dropdown-toggle::after {
  content: none;
}

.toolbox {
  font-family: Arial, sans-serif;
  font-size: 15px;
  line-height: 1;
}
@media (max-width: 991px) {
  .toolbox .d-flex {
    flex-wrap: wrap;
  }
}
.toolbox section {
  margin-bottom: 150px;
}
.toolbox .heading {
  border-bottom: 1px solid rgba(153, 153, 153, 0.5019607843);
  margin-bottom: 40px;
}
.toolbox .heading .heading-title {
  font-family: Arial, sans-serif;
  font-size: 40px;
  line-height: 1;
  color: #999;
  margin-bottom: 0;
  padding-bottom: 1rem;
}
.toolbox .content > div {
  margin-bottom: 75px;
}
.toolbox .content .content-label {
  color: #999999;
}
.toolbox .content .d-flex > .content-label {
  flex: 0 0 15%;
  margin-right: 1rem;
}
@media (max-width: 991px) {
  .toolbox .content .d-flex > .content-label {
    flex: 1 0 15%;
  }
}
.toolbox .content .cta_cols > div {
  min-width: 200px;
}

body {
  font-family: var(--font-body);
  color: var(--clr-dark);
}

.mw-content {
  max-width: fit-content;
}

form a {
  display: block;
  font-size: 14px;
  text-decoration: underline;
  color: var(--clr-blue);
}

label {
  display: block;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 8px;
}

input:not([type=radio], [type=checkbox], [type=submit]),
textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  color: #072049;
}
input:not([type=radio], [type=checkbox], [type=submit])::placeholder,
textarea::placeholder {
  color: #999999;
}

textarea {
  min-height: 150px;
}

.field-group {
  margin-bottom: 35px;
}

.field-group-inline {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.field-group-inline > * {
  display: block;
}
.field-group-inline label {
  margin-bottom: 0;
}

.field-group-radio input {
  width: 20px;
  aspect-ratio: 1/1;
}

select {
  width: 100%;
  padding: 16px 20px;
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  color: #999999;
  appearance: none;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMzQwIDMyMDMgMTYgMTAiPjxwYXRoIGQ9Im0zNTYgMzIwNC43ODgtMS43NC0xLjc4OC02LjI2IDYuNDI1LTYuMjU4LTYuNDI1LTEuNzQyIDEuNzg4IDggOC4yMTIgOC04LjIxMloiIGZpbGw9IiM5OTk5OTkiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZGF0YS1uYW1lPSJQYXRoIi8+PC9zdmc+");
  background-repeat: no-repeat;
  background-position: right 20px top 50%;
  background-size: 0.65rem auto;
}
select.form-select {
  max-width: max-content;
  background-color: #eaeaea;
  border-radius: 30px;
}
select:focus, select:focus-visible, select:focus-within {
  outline: none;
}
select:focus {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSI3IiB2aWV3Qm94PSIyMzIuNSAyNi41IDEyIDciPjxwYXRoIGQ9Im0yMzIuNSAzMi4yNDkgMS4zMDYgMS4yNTEgNC42OTQtNC40OTggNC42OTQgNC40OTggMS4zMDYtMS4yNTEtNi01Ljc0OS02IDUuNzQ5WiIgZmlsbD0iIzk5OSIgZmlsbC1ydWxlPSJldmVub2RkIiBkYXRhLW5hbWU9IlBhdGgiLz48L3N2Zz4=");
}

/* Advanced Ads */
body.logged-in div.advads-edit-bar {
  display: block !important;
  margin-top: 10px;
  margin-left: 10px;
  animation: none !important;
}

a.advads-edit-button {
  color: #155724 !important;
}

a.advads-edit-button span {
  border: 1px solid #155724 !important;
  background-color: #d4edda !important;
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1440px;
  }
}
.container-fluid {
  padding: 0 5%;
}

.container-text {
  max-width: 700px;
  margin-inline: auto;
}

.container-swiper {
  max-width: 1340px;
  margin-inline: auto;
}

section.with-padding {
  padding-block: 160px;
}
@media (max-width: 991px) {
  section.with-padding {
    padding-block: 100px;
  }
}
@media (max-width: 768px) {
  section.with-padding {
    padding-block: 50px;
  }
}

section.with-medium-padding {
  padding-block: 50px;
}

.heading .heading-wrapper {
  max-width: 730px;
  margin-inline: auto;
  margin-bottom: 100px;
}
.heading .heading-wrapper p {
  font-size: 17px;
  line-height: 27px;
  font-weight: 300;
}

.page-template #pub-slider {
  position: relative;
  padding-block: 40px;
}

.two-column-layout {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-left: clamp(24px, 13vw, 250px);
  padding-right: clamp(24px, 5.2vw, 100px);
  box-sizing: border-box;
}

.two-column-layout .left {
  width: 720px;
  padding-right: 140px;
  box-sizing: border-box;
}

.two-column-layout .right {
  width: 850px;
}

@media (max-width: 1400px) {
  .two-column-layout {
    flex-direction: column;
    padding-left: 24px;
    padding-right: 24px;
  }
  .two-column-layout .left,
  .two-column-layout .right {
    width: 100%;
    padding-right: 0;
  }
}
.fifty-percent-grid {
  width: 50.5%;
  max-width: 970px;
  min-width: 970px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  padding-left: 0;
}
@media (max-width: 970px) {
  .fifty-percent-grid {
    width: 100%;
    min-width: auto;
    padding-right: 24px;
    padding-left: 24px;
  }
}

.sixty-percent-grid {
  width: 61.5%;
  max-width: 1180px;
  min-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
  padding-left: 20px;
}
@media (max-width: 1180px) {
  .sixty-percent-grid {
    width: 100%;
    min-width: auto;
    padding-right: 24px;
    padding-left: 24px;
  }
}

@media (min-width: 768px) {
  .default-container {
    padding-left: clamp(24px, 13vw, 250px);
    padding-right: clamp(24px, 13vw, 250px);
  }
}
.default-container .inner {
  width: 100%;
  max-width: 1420px;
  min-width: auto;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  padding-left: 0;
}
@media (max-width: 1420px) {
  .default-container .inner {
    min-width: auto;
    padding-right: 24px;
    padding-left: 24px;
  }
}
@media (min-width: 992px) {
  .default-container .inner .inner-90 {
    width: 90%;
  }
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

.h1,
h1 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 600;
}
@media (max-width: 768px) {
  .h1,
  h1 {
    font-size: 40px;
    line-height: 42px;
  }
}
@media (min-width: 1200px) {
  .h1,
  h1 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1400px) {
  .h1,
  h1 {
    font-size: 45px;
    line-height: 47px;
  }
}

.h2,
h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (max-width: 580px) {
  .h2,
  h2 {
    font-size: 30px;
    line-height: 32px;
  }
}
@media (min-width: 1200px) {
  .h2,
  h2 {
    font-size: 35px;
    line-height: 37px;
  }
}

.h3,
h3 {
  font-size: 25px;
  line-height: 27px;
  font-weight: 600;
}

.h4,
h4 {
  font-size: calc(1.275rem + 0.3vw);
  font-weight: 600;
}
@media (min-width: 1200px) {
  .h4,
  h4 {
    font-size: 30px;
    line-height: 32px;
  }
}

.h5,
h5 {
  font-size: 1.25rem;
  font-weight: 600;
}
@media (max-width: 768px) {
  .h5,
  h5 {
    font-size: 25px;
    line-height: 27px;
  }
}
@media (min-width: 1400px) {
  .h5,
  h5 {
    font-size: 25px;
    line-height: 27px;
  }
}

.h6,
h6 {
  font-size: 1rem;
  font-weight: 600;
}
@media (min-width: 1400px) {
  .h6,
  h6 {
    font-size: 20px;
    line-height: 22px;
  }
}

.text-big {
  font-size: 20px;
  line-height: 30px;
}
@media (max-width: 768px) {
  .text-big {
    font-size: 16px;
    line-height: 24px;
  }
}

.text-medium {
  font-size: 17px;
  font-weight: 300;
  line-height: 27px;
}

@media (max-width: 768px) {
  .text-medium {
    font-size: 16px;
    line-height: 24px;
  }
}
.text-regular {
  font-size: 16px;
  line-height: 24px;
}

.text-small {
  font-size: 12px;
  line-height: 18px;
}

.text-blue {
  color: var(--clr-blue);
}

.text-dark-grey {
  color: var(--clr-dark);
}

.bg-grey {
  background-color: var(--clr-grey);
}

.bg-beige {
  background-color: var(--clr-beige);
}

.btn-primary {
  --bs-btn-bg: #072049;
  --bs-btn-border-color: #072049;
  --bs-btn-hover-bg: #072049;
  --bs-btn-hover-border-color: #072049;
  --bs-btn-active-bg: #072049;
  --bs-btn-active-border-color: #072049;
  --bs-btn-disabled-bg: #072049;
  --bs-btn-disabled-border-color: #072049;
  border-radius: 30px;
}

.btn-secondary {
  --bs-btn-bg: var(--clr-blue);
  --bs-btn-border-color: var(--clr-blue);
  --bs-btn-hover-bg: var(--clr-blue);
  --bs-btn-hover-border-color: var(--clr-blue);
  --bs-btn-active-bg: var(--clr-blue);
  --bs-btn-active-border-color: var(--clr-blue);
  --bs-btn-disabled-bg: var(--clr-blue);
  --bs-btn-disabled-border-color: var(--clr-blue);
  border-radius: 30px;
}

.btn-outline {
  --bs-btn-bg: transparent;
  --bs-btn-border-color: var(--clr-blue);
  --bs-btn-hover-bg: transparent;
  --bs-btn-hover-border-color: var(--clr-blue);
  --bs-btn-active-bg: transparent;
  --bs-btn-active-border-color: var(--clr-blue);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: var(--clr-blue);
  --bs-btn-color: var(--clr-blue);
  border-radius: 30px;
}

.btn-white {
  --bs-btn-bg: var(--clr-white);
  --bs-btn-border-color: var(--clr-white);
  --bs-btn-hover-bg: var(--clr-white);
  --bs-btn-hover-border-color: var(--clr-white);
  --bs-btn-active-bg: var(--clr-white);
  --bs-btn-active-border-color: var(--clr-white);
  --bs-btn-disabled-bg: var(--clr-white);
  --bs-btn-disabled-border-color: var(--clr-white);
  --bs-btn-color: var(--clr-blue);
  --bs-btn-hover-color: #072049;
  border-radius: 30px;
}

.btn-transparent {
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-bg: transparent;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-bg: transparent;
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: transparent;
  border-radius: 30px;
}

.btn {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.5px;
  padding: 14px 24px;
  font-weight: 500;
}
.btn.btn-small {
  padding: 12px 20px;
}
@media (max-width: 580px) {
  .btn {
    padding: 8px 24px;
  }
}

.btn.width-auto {
  width: auto;
  margin: 0 auto;
}

.btn-icon {
  padding: 0;
  width: 50px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}

.icon {
  --size: 18px;
  --color: #06204A;
  --hover-color: #0498b4;
  display: inline-block;
  vertical-align: middle;
  width: var(--size);
  height: var(--size);
  mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  mask-position: center;
  -webkit-mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-size: contain;
  transition: background-color var(--delay) ease;
  -webkit-transition: background-color var(--delay) ease;
}
.icon:not(.w-svg) {
  background-color: var(--color);
}

.icon.w-svg svg {
  width: var(--size);
  height: var(--size);
}
.icon.w-svg svg path {
  fill: var(--clr-blue);
}

.swiper-button-next {
  right: calc(50% - 50vw + 25px) !important;
}
@media (min-width: 1025px) {
  .swiper-button-next {
    right: calc(50% - 50vw + 50px) !important;
  }
}
@media (min-width: 1200px) {
  .swiper-button-next {
    right: calc(50% - 50vw + 100px) !important;
  }
}

.swiper-button-prev {
  left: calc(50% - 50vw + 25px) !important;
}
@media (min-width: 1025px) {
  .swiper-button-prev {
    left: calc(50% - 50vw + 50px) !important;
  }
}
@media (min-width: 1200px) {
  .swiper-button-prev {
    left: calc(50% - 50vw + 100px) !important;
  }
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0 !important;
}

[class*=swiper-button] {
  width: 50px !important;
  height: 50px !important;
  border-radius: 100%;
  background-color: var(--clr-dark);
}
[class*=swiper-button]::after {
  font-size: 20px !important;
  font-weight: 900;
  color: #fff;
}
@media (max-width: 580px) {
  [class*=swiper-button] {
    display: none !important;
  }
}

@media (max-width: 580px) {
  .swiper-paginated {
    padding-bottom: 35px !important;
  }
}

@media (min-width: 581px) {
  .swiper-pagination {
    display: none;
  }
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #06204A;
}

.swiper-pagination-progressbar {
  display: block;
  bottom: 0;
  top: initial !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  max-width: 100px;
  border-radius: 5px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .swiper-pagination-progressbar {
    display: none;
  }
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: #06204A !important;
}

.carousel-indicators button {
  width: 8px !important;
  height: 8px !important;
  border-radius: 100%;
}

.card {
  --bg: var(--clr-blue);
  position: relative;
  border-radius: 10px;
  border: none;
  overflow: hidden;
  max-width: 100%;
  transition: opacity 350ms ease;
  /* .tag {
      position: absolute;
      min-width: 300px;
      top: 35px;
      right: -100px;
      transform: rotate(40deg);
      p {
          font-size: 14px;
          font-weight: bold;
          line-height: 1;
          text-transform: uppercase;
          color: var(--clr-white);
          max-width: 120px;
          margin-inline: auto !important;
          word-wrap: break-word;
          text-align: center;
          padding-block: 6px;
      }
  } */
}
.card.swiper-slide {
  opacity: 0.4;
}
.card.swiper-slide-active, .card.swiper-slide-next {
  opacity: 1;
  transition: opacity 350ms ease;
}
@media (max-width: 768px) {
  .card {
    max-width: 100%;
  }
  .card.swiper-slide-next {
    opacity: 0.6;
  }
}
.card .card-title {
  font-size: 30px;
  line-height: 1;
}
@media (max-width: 575px) {
  .card .card-title {
    margin-top: 12px;
  }
}
.card .card-description {
  margin-bottom: 0;
  font-weight: 300;
}
.card .card-content {
  color: var(--clr-dark);
  background-color: #fff;
  padding: 1rem 1.5rem 1.5rem 1rem;
}
@media (max-width: 580px) {
  .card .card-content {
    padding: 1rem;
  }
}
.card .card-heading {
  margin-bottom: 1rem !important;
}
.card .card-heading,
.card .card-body {
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.2px;
}
.card a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}

.label {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  line-height: 1;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
  z-index: 1;
}
.label .label-body {
  background-color: var(--clr-blue);
  padding: 0.75rem 1.5rem;
}
.label .label-footer {
  background-color: var(--clr-white);
  color: var(--clr-blue);
  padding: 6px 2rem;
}
.label .label-footer p {
  font-size: 15px;
  line-height: 1;
  font-weight: 600;
}
.label p {
  margin-bottom: 5px;
}
.label .text-uppercase {
  font-size: 12px;
}
.label span {
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 7px;
  display: block;
}
.label .taxes-included {
  font-size: 10px;
}
@media (min-width: 992px) {
  .label .taxes-included {
    font-size: 12px;
  }
}
@media (max-width: 580px) {
  .label .label-body,
  .label .label-footer {
    padding-inline: 1rem;
  }
  .label .label-footer p {
    font-size: 12px;
  }
  .label .text-uppercase {
    font-size: 10px;
  }
  .label span {
    font-size: 26px;
  }
  .label sup {
    font-size: 16px;
  }
}

.label-boxprix {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  line-height: 1;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
  z-index: 1;
  background-color: var(--clr-blue);
}
.label-boxprix .prix-regulier {
  position: relative;
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 9px 10px;
}
@media (min-width: 992px) {
  .label-boxprix .prix-regulier {
    gap: 20px;
    padding: 9px 20px;
  }
}
.label-boxprix .prix-regulier:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}
.label-boxprix .prix-regulier .title {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
}
@media (min-width: 992px) {
  .label-boxprix .prix-regulier .title {
    font-size: 12px;
  }
}
.label-boxprix .prix-regulier .price {
  font-size: 25px;
  font-weight: 600;
  text-decoration: line-through;
  text-decoration-thickness: 1px;
}
.label-boxprix .prix-boxprix {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 9px 10px;
}
@media (min-width: 992px) {
  .label-boxprix .prix-boxprix {
    gap: 20px;
    padding: 9px 20px;
  }
}
.label-boxprix .prix-boxprix .title, .label-boxprix .prix-boxprix .price {
  display: block;
  width: 100%;
}
.label-boxprix .prix-boxprix .title {
  font-size: 20px;
  font-weight: 600;
}
@media (min-width: 992px) {
  .label-boxprix .prix-boxprix .title {
    font-size: 24px;
  }
}
.label-boxprix .prix-boxprix .price {
  font-size: 26px;
  font-weight: 600;
}
@media (min-width: 992px) {
  .label-boxprix .prix-boxprix .price {
    font-size: 35px;
  }
}
.label-boxprix .prix-boxprix .occupancy {
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  min-width: 70px;
  display: block;
}
@media (min-width: 992px) {
  .label-boxprix .prix-boxprix .occupancy {
    font-size: 12px;
  }
}

.exclus-item p {
  font-size: 10px;
}
@media (min-width: 992px) {
  .exclus-item p {
    font-size: 12px;
  }
}
.exclus-item p.desc {
  font-size: 16px;
  margin-bottom: 0;
}

.subtitle {
  font-size: 12px;
  line-height: 1;
  padding: 5px 10px;
  background-color: var(--clr-dark);
  margin-bottom: 0;
  border-radius: 4px;
  color: #fff;
}
@media (min-width: 576px) {
  .subtitle {
    margin-bottom: 10px;
  }
}
.subtitle.yellow {
  background-color: #FCB005;
}
.subtitle.red {
  background-color: #C61D23;
}

.toggle-wrapper .toggle {
  display: none;
}
.toggle-wrapper .toggle.active {
  display: block;
}

.dropdown {
  min-width: 265px;
  border-color: var(--clr-blue);
  padding-block: 12px;
}
.dropdown .dropdown-label {
  line-height: 1;
}
.dropdown .subtitle {
  padding: 1px 5px;
}
.dropdown.active {
  background-color: var(--clr-grey);
  border-color: var(--clr-grey);
}
.dropdown.active .icon {
  transform: rotate(180deg);
}

.menu-item.menu-item-type-custom {
  padding-block: 12px;
}

.blog-card {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  background: white;
  width: 100%;
  display: flex !important;
  flex-direction: column;
  align-items: flex-start;
}
.blog-card .cover {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.blog-card img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 8/5;
}
.blog-card .blog-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  height: 100%;
  padding: 25px;
}
.blog-card .blog-categories {
  font-size: 14px;
  line-height: 1;
  color: var(--clr-dark);
  margin-bottom: 30px;
}
.blog-card .blog-date {
  font-size: 12px;
  line-height: 1;
  color: var(--clr-blue);
  margin-bottom: 13px;
  font-weight: 500;
  text-transform: uppercase;
}
.blog-card .blog-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 27px;
  margin-bottom: 5px;
  color: var(--clr-dark);
}
@media (min-width: 992px) {
  .blog-card .blog-title {
    font-size: 25px;
  }
}
.blog-card .blog-description {
  color: var(--clr-dark);
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .blog-card .blog-description {
    font-size: 14px;
  }
}
.blog-card .blog-link {
  font-size: 14px;
  color: var(--clr-blue);
  text-decoration: none;
  font-weight: 600;
  margin-top: 20px;
}
.blog-card .blog-link:hover {
  text-decoration: underline;
}

.exclus-item .card-image img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 19/10;
}

.travel-featured-item {
  --width: 100%;
  width: 100%;
  max-width: calc(var(--width) - 30px);
  background-color: var(--clr-grey);
}
@media (min-width: 992px) {
  .travel-featured-item {
    --width: calc(100% / 3);
    width: 33.3333333333%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .travel-featured-item {
    --width: calc(100% / 2);
    width: 50%;
  }
}
@media (max-width: 580px) {
  .travel-featured-item {
    max-width: 100%;
  }
}
@media (min-width: 769px) {
  .travel-featured-item.swiper-slide-next + .travel-featured-item {
    opacity: 1;
  }
}
.travel-featured-item .card-image {
  position: relative;
  width: 100%;
  aspect-ratio: 1.715;
  overflow: hidden;
  background-color: #f0f0f0;
}
.travel-featured-item .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.travel-featured-item .card-content {
  background-color: var(--clr-grey);
}
.travel-featured-item .card-content .card-title {
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 8px !important;
}

.specialty-item {
  position: relative;
  height: auto;
  background-color: #fff;
  border-radius: 10px;
  padding-top: 40px;
  padding-bottom: 30px;
}
.specialty-item a.cover {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.specialty-item .speciality-icon {
  --size: 100px;
  width: var(--size);
  height: var(--size);
  margin-inline: auto;
  margin-bottom: 40px;
}
.specialty-item .speciality-icon img {
  height: 100%;
  object-fit: contain;
}
.specialty-item .speciality-title {
  font-size: 25px;
  line-height: 27px;
  line-height: 1;
  color: var(--clr-dark);
  margin-bottom: 36px;
}
@media (max-width: 580px) {
  .specialty-item .speciality-title {
    font-size: 20px;
  }
}
.specialty-item .speciality-link {
  text-decoration: none;
  color: var(--clr-blue);
  font-size: 14px;
}

.traveler-type-item {
  padding-block: 30px;
}
.traveler-type-item .traveler-type-image {
  max-width: 120px;
  margin-inline: auto;
  border-radius: 100%;
  overflow: hidden;
}
.traveler-type-item .traveler-type-image img {
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center;
}
.traveler-type-item .traveler-type-content .title {
  font-family: var(--font-body);
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  margin-block: 20px;
}
.traveler-type-item .traveler-type-content div {
  font-family: var(--font-body);
}

.user-item {
  padding: 45px 50px;
  background-color: #fff;
  border-radius: 10px;
}
.user-item .user-image {
  width: 130px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background-color: var(--clr-blue);
  margin-right: 34px;
}
.user-item .user-name {
  font-family: Arial, sans-serif;
  font-size: 30px;
  line-height: 1;
  margin-bottom: 20px;
}

.hero {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 400px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: var(--clr-white);
}
.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}
.hero::before {
  background-color: rgba(0, 0, 0, 0.1);
}
.hero .container > * {
  margin-bottom: 0;
  line-height: 1;
}
.hero .hero-title {
  position: relative;
  z-index: 1;
}

@media (max-width: 991px) {
  #team {
    padding-bottom: 100px;
  }
}
@media (max-width: 991px) {
  #team .block-team-title {
    text-align: center;
  }
}
#team h2 {
  margin-bottom: 24px;
}
#team h3 {
  margin-top: 40px;
  margin-bottom: 16px;
}
#team img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
#team .container > .row {
  column-gap: clamp(50px, 6.944vw, 100px);
  row-gap: 30px;
}
@media (min-width: 992px) {
  #team .container > .row.w-img .col-lg-6 {
    flex: 1;
  }
}
@media (max-width: 991px) {
  #team .block-team-description {
    text-align: center;
  }
}
@media (max-width: 991px) {
  #team .block-team-ctas {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  #team .block-team-ctas {
    margin-bottom: 3rem;
  }
}
@media (max-width: 991px) {
  #team .block-team-description-load-more-container {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
#team .block-team-description-load-more {
  font-size: 14px;
  line-height: 1;
  color: var(--clr-blue);
  text-decoration: none;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
}
#team .block-team-description-load-more .icon {
  transform: rotate(90deg);
}

#specialities {
  background-color: var(--clr-beige);
}
@media (max-width: 991px) {
  #specialities {
    padding-bottom: 100px;
  }
}
@media (max-width: 991px) {
  #specialities .h1 {
    text-align: center;
  }
}
#specialities .specialities-list .speciality-item {
  margin-top: 80px;
}
#specialities .specialities-list .speciality-item:first-child {
  margin-top: 42px;
}
@media (min-width: 992px) {
  #specialities .specialities-list .speciality-item:first-child {
    margin-top: 80px;
  }
}
#specialities .specialities-list .speciality-item:nth-child(even) {
  flex-direction: row-reverse;
}
#specialities .speciality__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}
@media (max-width: 991px) {
  #specialities .speciality__buttons {
    justify-content: center;
  }
}

#other-specialities h2 {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  #other-specialities h2 {
    margin-top: 50px;
    text-align: center;
  }
}
@media (min-width: 768px) {
  #other-specialities h2 {
    margin-bottom: 56px;
  }
}
#other-specialities .other-specialities-list {
  gap: 40px;
}
#other-specialities .other-specialities-list .other-specialitie {
  background-color: var(--clr-beige);
  border-radius: 10px;
}
@media (max-width: 767px) {
  #other-specialities .other-specialities-list .other-specialitie .text {
    width: 100%;
  }
  #other-specialities .other-specialities-list .other-specialitie .text h3 {
    width: 100%;
    display: block;
    text-align: center;
  }
  #other-specialities .other-specialities-list .other-specialitie .text-sm-end {
    width: 100%;
    text-align: center;
  }
}
#other-specialities .other-specialities-list .other-specialitie h3 {
  font-size: 30px;
  font-weight: normal;
  color: var(--clr-dark);
}

#pub {
  padding-block: 100px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 576px) {
  #pub {
    background-color: var(--clr-beige);
  }
}
#pub .pub-wrapper {
  background-color: var(--clr-white);
  border-radius: 10px;
  overflow: hidden;
}
@media (min-width: 576px) {
  #pub .pub-wrapper {
    max-width: 380px;
  }
}

.pub-heading {
  padding: 10px 1rem;
  background-color: var(--clr-blue);
}
.pub-heading p {
  font-size: 18px;
  font-weight: 600;
  color: var(--clr-white);
  line-height: 1;
}

.pub-body {
  padding: 0 0 30px 0;
}
.pub-body .pub-icon {
  max-width: 100px;
}
.pub-body .pub-title {
  font-size: 30px;
  font-weight: 600;
  line-height: 32px;
  color: var(--clr-blue);
  margin-block: 20px 5px;
}
.pub-body .pub-sponsor {
  margin-block: 30px;
}
@media (max-width: 576px) {
  .pub-body .pub-sponsor {
    margin-top: 0;
  }
}
.pub-body .pub-img-mobile {
  margin-left: -1rem;
  margin-right: -1rem;
  margin-bottom: 0.5rem;
}
.pub-body .btn {
  font-size: 13px;
  line-height: 1;
}

.speciality-item {
  column-gap: 100px;
}
@media (max-width: 768px) {
  .speciality-item {
    flex-wrap: wrap;
  }
}
.speciality-item > div {
  flex: 1;
}
@media (max-width: 768px) {
  .speciality-item > div {
    flex-basis: 100%;
    text-align: center;
  }
}
.speciality-item .speciality-img {
  aspect-ratio: 2/2;
  border-radius: 10px;
  overflow: hidden;
}
.speciality-item .speciality-img img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 991px) {
  .speciality-item .speciality-content {
    margin-top: -32px;
  }
}
.speciality-item .speciality-content small {
  display: block;
  font-size: 12px;
  line-height: 18px;
  margin-top: 20px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .speciality-item .speciality-content small {
    margin-top: 30px;
  }
}
.speciality-item .speciality-content .speciality-icon {
  max-width: fit-content;
  background-color: var(--clr-white);
  border-radius: 5px;
  padding: 8px;
}
@media (max-width: 991px) {
  .speciality-item .speciality-content .speciality-icon {
    margin-inline: auto;
  }
  .speciality-item .speciality-content .speciality-icon .icon {
    --size: 44px !important;
  }
}
@media (min-width: 992px) {
  .speciality-item .speciality-content .speciality-icon {
    border-radius: 10px;
    padding: 1rem;
  }
}
.speciality-item .speciality-content h3 {
  color: var(--clr-dark);
}
@media (min-width: 992px) {
  .speciality-item .speciality-content h3 {
    margin-top: 40px !important;
  }
}
.speciality-item .speciality-content p {
  margin-bottom: 40px;
}
.speciality-item .speciality-content .speciality-btns {
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .speciality-item .speciality-content .speciality-btns {
    justify-content: center;
  }
}

@media (min-width: 992px) {
  .advantage-swiper .swiper-wrapper {
    flex-wrap: wrap;
  }
}

.advantage-item {
  padding: 50px 8.9%;
}
@media (min-width: 992px) {
  .advantage-item {
    flex: 1 1 50%;
  }
}

.cta-content {
  position: relative;
  background-size: cover;
  background-position: center;
  padding: clamp(20px, 6.944vw, 100px);
  border-radius: 10px;
  overflow: hidden;
}
.cta-content::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 0;
}
.cta-content .cta-content-wrapper {
  max-width: 580px;
}
.cta-content > * {
  position: relative;
  z-index: 1;
}

#cta {
  position: relative;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  padding: 100px 0;
  text-align: center;
  color: #fff;
}
#cta:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.1);
}
#cta .custom-content {
  position: relative;
  z-index: 9;
}
#cta h2 {
  line-height: 1;
  margin-bottom: 1rem;
}
@media (max-width: 580px) {
  #cta h2 {
    font-size: 30px;
  }
}
#cta .cta-buttons {
  display: inline-flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
#cta .btn {
  width: 100%;
  margin-top: 3rem;
  min-width: 100%;
}

#cta-cards {
  padding-top: 100px;
  padding-bottom: 100px;
}

.cta-card-list {
  gap: 40px;
  justify-content: center;
}
@media (max-width: 991px) {
  .cta-card-list {
    flex-wrap: wrap;
  }
}

.cta-card {
  flex: 1 1 690px;
  display: flex;
  border-radius: 10px;
  background-color: var(--clr-white);
  overflow: hidden;
}
@media (min-width: 768px) {
  .cta-card {
    max-width: 50%;
  }
}
.cta-card > div {
  flex: 1;
}
.cta-card .card-left {
  display: grid;
  place-items: center;
  padding: 1rem;
  max-width: 280px;
  border-right: 2px solid var(--clr-grey);
}
.cta-card .card-left img, .cta-card .card-left svg {
  max-width: 160px;
  margin-inline: auto;
}
.cta-card .card-right {
  padding: 40px 50px;
  color: var(--clr-dark);
}
.cta-card .card-right h3 {
  font-size: 30px;
  line-height: 1;
}
@media (min-width: 769px) {
  .cta-card .card-right h3 {
    max-width: 240px;
  }
}
@media (max-width: 768px) {
  .cta-card {
    flex-direction: column;
  }
  .cta-card .card-left {
    max-width: 100%;
    padding-block: 1.5rem;
    border-right: none;
    border-bottom: 2px solid var(--clr-grey);
  }
  .cta-card .card-right {
    text-align: center;
  }
}

@media (max-width: 580px) {
  .cta-content-block .cta-content {
    background-image: none !important;
    background-color: #B0CBD4;
    padding: 40px 20px 0;
    text-align: center;
  }
}
@media (max-width: 580px) {
  .cta-content-block .cta-content::after {
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 1;
  }
}
@media (max-width: 580px) {
  .cta-content-block .cta-content .cta-content-wrapper {
    z-index: 2;
  }
}
.cta-content-block .cta-content .cta-content-wrapper h2 {
  font-weight: 600;
}
@media (max-width: 580px) {
  .cta-content-block .cta-content .cta-content-bg-mobile {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media (max-width: 580px) {
  .cta-content-block .cta-content .cta-content-bg-mobile .btn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (min-width: 581px) {
  .cta-content-block .cta-content .cta-content-bg-mobile .cta-content-bg-mobile-img {
    display: none;
  }
}

.team-list-content {
  max-width: 700px;
  margin-inline: auto;
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .team-list-content {
    margin-bottom: 120px;
  }
}
.team-list-content h2 {
  margin-bottom: 40px;
}

.team-item {
  max-width: 1140px;
  margin-inline: auto;
  gap: 12px;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .team-item {
    flex-direction: column;
    text-align: center;
    padding: 20px;
    padding-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .team-item {
    padding-right: 40px;
    gap: 40px;
  }
}
.team-item:not(:last-of-type) {
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .team-item:not(:last-of-type) {
    margin-bottom: 40px;
  }
}
.team-item .team-img {
  width: 100px;
}
@media (max-width: 991px) {
  .team-item .team-img {
    border-radius: 100%;
    overflow: hidden;
    margin-inline: auto;
  }
}
@media (min-width: 992px) {
  .team-item .team-img {
    width: 150px;
  }
}
.team-item .team-img img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.team-item .team-content {
  padding-block: 0;
}
@media (min-width: 992px) {
  .team-item .team-content {
    padding-block: 20px;
  }
}
.team-item .team-content h3 {
  font-size: 20px;
  line-height: 1;
}
@media (min-width: 992px) {
  .team-item .team-content h3 {
    font-size: 30px;
  }
}
.team-item .team-content .team-media-link {
  display: grid;
  place-items: center;
  width: 40px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background-color: #eaeaea;
}
.team-item .btn {
  flex: 1;
  max-width: fit-content;
  margin-inline: auto;
  background-color: transparent;
  color: var(--clr-blue);
  border: 1px solid var(--clr-blue);
  font-weight: 600;
}
@media (max-width: 991px) {
  .team-item .btn {
    margin-top: 18px;
  }
}
@media (min-width: 992px) {
  .team-item .btn {
    margin-inline: auto 0;
  }
}
.team-item .btn .icon {
  display: none;
}
.team-item .btn.selected {
  background-color: var(--clr-blue);
  color: var(--clr-white);
  border-color: var(--clr-blue);
}
.team-item .btn.selected .icon {
  display: block;
}

.team-admin-list {
  max-width: 1140px;
  margin-inline: auto;
  column-count: 2;
  gap: 40px;
}
@media (max-width: 768px) {
  .team-admin-list {
    column-count: 1;
  }
}

.pagination-wrapper {
  width: 100%;
  flex: auto;
}
.pagination-wrapper .pagination {
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-block: 10px 0;
}
.pagination-wrapper .pagination .pagination-number {
  --bg: var(--clr-white);
  --bg-active: var(--clr-dark);
  display: grid;
  place-items: center;
  width: 50px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  color: var(--bg-active);
  background-color: var(--bg);
}
.pagination-wrapper .pagination .pagination-number.active {
  color: var(--bg);
  background-color: var(--bg-active);
}
.pagination-wrapper .pagination .pagination-prev {
  padding-inline: 10px;
}
.pagination-wrapper .pagination .pagination-prev .icon {
  transform: rotate(180deg);
}
.pagination-wrapper .pagination .pagination-next {
  padding-inline: 10px;
}

.items-result {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .items-result {
    font-size: 24px;
  }
}

#pub-slider-carousel {
  position: relative;
  padding-right: 0;
  padding-left: 0;
}
#pub-slider-carousel .carousel-item {
  text-align: center;
}
#pub-slider-carousel .carousel-item img {
  width: 100%;
}
#pub-slider-carousel .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  #pub-slider-carousel .carousel-indicators {
    margin-bottom: 0;
  }
}

.form-card {
  padding: 50px 80px;
  border-radius: 10px;
}
@media (max-width: 991px) {
  .form-card {
    padding: 40px 20px;
  }
}

.maplibregl-marker {
  display: block;
  background-image: url(./../images/marker.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.maplibregl-marker svg {
  opacity: 0;
  visibility: hidden;
}

.pub-space {
  --padding-block: 30px;
  --width: fit-content;
  --height: 90px;
  padding: var(--padding-block) 35px;
  width: 100%;
  position: relative;
  background-color: #fff;
  z-index: 100;
}
.pub-space#pub-space-home {
  z-index: 200;
}
@media (max-width: 767px) {
  .pub-space {
    --height: 50px;
    --padding-block: 25px;
  }
}
.pub-space .container {
  max-width: var(--width);
  min-height: var(--height);
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 991px) {
  .pub-space .container {
    flex-wrap: wrap;
  }
}
.pub-space .container p {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  color: var(--clr-white);
  margin-bottom: 0;
}
.pub-space#pub-space-home .container {
  max-width: 728px;
}
.pub-space.content-1 {
  background-color: var(--clr-beige);
  padding: 60px 35px 0;
  width: 100%;
}
@media (max-width: 767px) {
  .pub-space.content-1 {
    max-width: 300px;
    height: 250px;
  }
}
.pub-space.content-1 .container {
  max-width: 970px;
}

.breadcrumb {
  position: absolute;
  z-index: 9;
  width: 100%;
  top: 25px;
}
.breadcrumb .breadcrumb-link {
  font-size: 14px;
}
.breadcrumb .breadcrumb-link a, .breadcrumb .breadcrumb-link span {
  color: #fff;
}
.breadcrumb .breadcrumb-link a:hover {
  text-decoration: underline;
}
.breadcrumb .breadcrumb-link svg {
  width: 7px;
  fill: #fff;
}

body .swiper-button-next:after, body .swiper-rtl .swiper-button-prev:after {
  content: url("../images/chevron-down-white.svg");
  transform: rotate(-90deg);
}

body .swiper-button-prev:after, body .swiper-rtl .swiper-button-next:after {
  content: url("../images/chevron-down-white.svg");
  transform: rotate(90deg);
}

.wysiwyg p {
  margin-bottom: 40px;
}
.wysiwyg p:last-child {
  margin-bottom: 40px;
}
.wysiwyg .h3,
.wysiwyg h3 {
  font-size: calc(1.325rem + 0.9vw);
  margin-bottom: 24px;
}
@media (max-width: 580px) {
  .wysiwyg .h3,
  .wysiwyg h3 {
    font-size: 30px;
    line-height: 32px;
  }
}
@media (min-width: 1200px) {
  .wysiwyg .h3,
  .wysiwyg h3 {
    font-size: 35px;
    line-height: 37px;
  }
}
.wysiwyg .h4,
.wysiwyg h4 {
  font-size: 25px;
  line-height: 27px;
  font-weight: 600;
}
.wysiwyg p, .wysiwyg ul, .wysiwyg ol {
  font-size: 17px;
  font-weight: 300;
  line-height: 27px;
}
.wysiwyg ul li, .wysiwyg ol li {
  margin-bottom: 5px;
}

.clamp-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.clamp-4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.clamp-5 {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.clamp-6 {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.clamp-7 {
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.clamp-8 {
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.clamp-9 {
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.clamp-10 {
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.clamp-11 {
  display: -webkit-box;
  -webkit-line-clamp: 11;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.clamp-12 {
  display: -webkit-box;
  -webkit-line-clamp: 12;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.clamp-13 {
  display: -webkit-box;
  -webkit-line-clamp: 13;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.clamp-14 {
  display: -webkit-box;
  -webkit-line-clamp: 14;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.clamp-15 {
  display: -webkit-box;
  -webkit-line-clamp: 15;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.clamp-16 {
  display: -webkit-box;
  -webkit-line-clamp: 16;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.clamp-17 {
  display: -webkit-box;
  -webkit-line-clamp: 17;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.clamp-18 {
  display: -webkit-box;
  -webkit-line-clamp: 18;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.clamp-19 {
  display: -webkit-box;
  -webkit-line-clamp: 19;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.clamp-20 {
  display: -webkit-box;
  -webkit-line-clamp: 20;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.rotate-1 {
  transform: rotate(1deg) !important;
}

.rotate-2 {
  transform: rotate(2deg) !important;
}

.rotate-3 {
  transform: rotate(3deg) !important;
}

.rotate-4 {
  transform: rotate(4deg) !important;
}

.rotate-5 {
  transform: rotate(5deg) !important;
}

.rotate-6 {
  transform: rotate(6deg) !important;
}

.rotate-7 {
  transform: rotate(7deg) !important;
}

.rotate-8 {
  transform: rotate(8deg) !important;
}

.rotate-9 {
  transform: rotate(9deg) !important;
}

.rotate-10 {
  transform: rotate(10deg) !important;
}

.rotate-11 {
  transform: rotate(11deg) !important;
}

.rotate-12 {
  transform: rotate(12deg) !important;
}

.rotate-13 {
  transform: rotate(13deg) !important;
}

.rotate-14 {
  transform: rotate(14deg) !important;
}

.rotate-15 {
  transform: rotate(15deg) !important;
}

.rotate-16 {
  transform: rotate(16deg) !important;
}

.rotate-17 {
  transform: rotate(17deg) !important;
}

.rotate-18 {
  transform: rotate(18deg) !important;
}

.rotate-19 {
  transform: rotate(19deg) !important;
}

.rotate-20 {
  transform: rotate(20deg) !important;
}

.rotate-21 {
  transform: rotate(21deg) !important;
}

.rotate-22 {
  transform: rotate(22deg) !important;
}

.rotate-23 {
  transform: rotate(23deg) !important;
}

.rotate-24 {
  transform: rotate(24deg) !important;
}

.rotate-25 {
  transform: rotate(25deg) !important;
}

.rotate-26 {
  transform: rotate(26deg) !important;
}

.rotate-27 {
  transform: rotate(27deg) !important;
}

.rotate-28 {
  transform: rotate(28deg) !important;
}

.rotate-29 {
  transform: rotate(29deg) !important;
}

.rotate-30 {
  transform: rotate(30deg) !important;
}

.rotate-31 {
  transform: rotate(31deg) !important;
}

.rotate-32 {
  transform: rotate(32deg) !important;
}

.rotate-33 {
  transform: rotate(33deg) !important;
}

.rotate-34 {
  transform: rotate(34deg) !important;
}

.rotate-35 {
  transform: rotate(35deg) !important;
}

.rotate-36 {
  transform: rotate(36deg) !important;
}

.rotate-37 {
  transform: rotate(37deg) !important;
}

.rotate-38 {
  transform: rotate(38deg) !important;
}

.rotate-39 {
  transform: rotate(39deg) !important;
}

.rotate-40 {
  transform: rotate(40deg) !important;
}

.rotate-41 {
  transform: rotate(41deg) !important;
}

.rotate-42 {
  transform: rotate(42deg) !important;
}

.rotate-43 {
  transform: rotate(43deg) !important;
}

.rotate-44 {
  transform: rotate(44deg) !important;
}

.rotate-45 {
  transform: rotate(45deg) !important;
}

.rotate-46 {
  transform: rotate(46deg) !important;
}

.rotate-47 {
  transform: rotate(47deg) !important;
}

.rotate-48 {
  transform: rotate(48deg) !important;
}

.rotate-49 {
  transform: rotate(49deg) !important;
}

.rotate-50 {
  transform: rotate(50deg) !important;
}

.rotate-51 {
  transform: rotate(51deg) !important;
}

.rotate-52 {
  transform: rotate(52deg) !important;
}

.rotate-53 {
  transform: rotate(53deg) !important;
}

.rotate-54 {
  transform: rotate(54deg) !important;
}

.rotate-55 {
  transform: rotate(55deg) !important;
}

.rotate-56 {
  transform: rotate(56deg) !important;
}

.rotate-57 {
  transform: rotate(57deg) !important;
}

.rotate-58 {
  transform: rotate(58deg) !important;
}

.rotate-59 {
  transform: rotate(59deg) !important;
}

.rotate-60 {
  transform: rotate(60deg) !important;
}

.rotate-61 {
  transform: rotate(61deg) !important;
}

.rotate-62 {
  transform: rotate(62deg) !important;
}

.rotate-63 {
  transform: rotate(63deg) !important;
}

.rotate-64 {
  transform: rotate(64deg) !important;
}

.rotate-65 {
  transform: rotate(65deg) !important;
}

.rotate-66 {
  transform: rotate(66deg) !important;
}

.rotate-67 {
  transform: rotate(67deg) !important;
}

.rotate-68 {
  transform: rotate(68deg) !important;
}

.rotate-69 {
  transform: rotate(69deg) !important;
}

.rotate-70 {
  transform: rotate(70deg) !important;
}

.rotate-71 {
  transform: rotate(71deg) !important;
}

.rotate-72 {
  transform: rotate(72deg) !important;
}

.rotate-73 {
  transform: rotate(73deg) !important;
}

.rotate-74 {
  transform: rotate(74deg) !important;
}

.rotate-75 {
  transform: rotate(75deg) !important;
}

.rotate-76 {
  transform: rotate(76deg) !important;
}

.rotate-77 {
  transform: rotate(77deg) !important;
}

.rotate-78 {
  transform: rotate(78deg) !important;
}

.rotate-79 {
  transform: rotate(79deg) !important;
}

.rotate-80 {
  transform: rotate(80deg) !important;
}

.rotate-81 {
  transform: rotate(81deg) !important;
}

.rotate-82 {
  transform: rotate(82deg) !important;
}

.rotate-83 {
  transform: rotate(83deg) !important;
}

.rotate-84 {
  transform: rotate(84deg) !important;
}

.rotate-85 {
  transform: rotate(85deg) !important;
}

.rotate-86 {
  transform: rotate(86deg) !important;
}

.rotate-87 {
  transform: rotate(87deg) !important;
}

.rotate-88 {
  transform: rotate(88deg) !important;
}

.rotate-89 {
  transform: rotate(89deg) !important;
}

.rotate-90 {
  transform: rotate(90deg) !important;
}

.rotate-91 {
  transform: rotate(91deg) !important;
}

.rotate-92 {
  transform: rotate(92deg) !important;
}

.rotate-93 {
  transform: rotate(93deg) !important;
}

.rotate-94 {
  transform: rotate(94deg) !important;
}

.rotate-95 {
  transform: rotate(95deg) !important;
}

.rotate-96 {
  transform: rotate(96deg) !important;
}

.rotate-97 {
  transform: rotate(97deg) !important;
}

.rotate-98 {
  transform: rotate(98deg) !important;
}

.rotate-99 {
  transform: rotate(99deg) !important;
}

.rotate-100 {
  transform: rotate(100deg) !important;
}

.rotate-101 {
  transform: rotate(101deg) !important;
}

.rotate-102 {
  transform: rotate(102deg) !important;
}

.rotate-103 {
  transform: rotate(103deg) !important;
}

.rotate-104 {
  transform: rotate(104deg) !important;
}

.rotate-105 {
  transform: rotate(105deg) !important;
}

.rotate-106 {
  transform: rotate(106deg) !important;
}

.rotate-107 {
  transform: rotate(107deg) !important;
}

.rotate-108 {
  transform: rotate(108deg) !important;
}

.rotate-109 {
  transform: rotate(109deg) !important;
}

.rotate-110 {
  transform: rotate(110deg) !important;
}

.rotate-111 {
  transform: rotate(111deg) !important;
}

.rotate-112 {
  transform: rotate(112deg) !important;
}

.rotate-113 {
  transform: rotate(113deg) !important;
}

.rotate-114 {
  transform: rotate(114deg) !important;
}

.rotate-115 {
  transform: rotate(115deg) !important;
}

.rotate-116 {
  transform: rotate(116deg) !important;
}

.rotate-117 {
  transform: rotate(117deg) !important;
}

.rotate-118 {
  transform: rotate(118deg) !important;
}

.rotate-119 {
  transform: rotate(119deg) !important;
}

.rotate-120 {
  transform: rotate(120deg) !important;
}

.rotate-121 {
  transform: rotate(121deg) !important;
}

.rotate-122 {
  transform: rotate(122deg) !important;
}

.rotate-123 {
  transform: rotate(123deg) !important;
}

.rotate-124 {
  transform: rotate(124deg) !important;
}

.rotate-125 {
  transform: rotate(125deg) !important;
}

.rotate-126 {
  transform: rotate(126deg) !important;
}

.rotate-127 {
  transform: rotate(127deg) !important;
}

.rotate-128 {
  transform: rotate(128deg) !important;
}

.rotate-129 {
  transform: rotate(129deg) !important;
}

.rotate-130 {
  transform: rotate(130deg) !important;
}

.rotate-131 {
  transform: rotate(131deg) !important;
}

.rotate-132 {
  transform: rotate(132deg) !important;
}

.rotate-133 {
  transform: rotate(133deg) !important;
}

.rotate-134 {
  transform: rotate(134deg) !important;
}

.rotate-135 {
  transform: rotate(135deg) !important;
}

.rotate-136 {
  transform: rotate(136deg) !important;
}

.rotate-137 {
  transform: rotate(137deg) !important;
}

.rotate-138 {
  transform: rotate(138deg) !important;
}

.rotate-139 {
  transform: rotate(139deg) !important;
}

.rotate-140 {
  transform: rotate(140deg) !important;
}

.rotate-141 {
  transform: rotate(141deg) !important;
}

.rotate-142 {
  transform: rotate(142deg) !important;
}

.rotate-143 {
  transform: rotate(143deg) !important;
}

.rotate-144 {
  transform: rotate(144deg) !important;
}

.rotate-145 {
  transform: rotate(145deg) !important;
}

.rotate-146 {
  transform: rotate(146deg) !important;
}

.rotate-147 {
  transform: rotate(147deg) !important;
}

.rotate-148 {
  transform: rotate(148deg) !important;
}

.rotate-149 {
  transform: rotate(149deg) !important;
}

.rotate-150 {
  transform: rotate(150deg) !important;
}

.rotate-151 {
  transform: rotate(151deg) !important;
}

.rotate-152 {
  transform: rotate(152deg) !important;
}

.rotate-153 {
  transform: rotate(153deg) !important;
}

.rotate-154 {
  transform: rotate(154deg) !important;
}

.rotate-155 {
  transform: rotate(155deg) !important;
}

.rotate-156 {
  transform: rotate(156deg) !important;
}

.rotate-157 {
  transform: rotate(157deg) !important;
}

.rotate-158 {
  transform: rotate(158deg) !important;
}

.rotate-159 {
  transform: rotate(159deg) !important;
}

.rotate-160 {
  transform: rotate(160deg) !important;
}

.rotate-161 {
  transform: rotate(161deg) !important;
}

.rotate-162 {
  transform: rotate(162deg) !important;
}

.rotate-163 {
  transform: rotate(163deg) !important;
}

.rotate-164 {
  transform: rotate(164deg) !important;
}

.rotate-165 {
  transform: rotate(165deg) !important;
}

.rotate-166 {
  transform: rotate(166deg) !important;
}

.rotate-167 {
  transform: rotate(167deg) !important;
}

.rotate-168 {
  transform: rotate(168deg) !important;
}

.rotate-169 {
  transform: rotate(169deg) !important;
}

.rotate-170 {
  transform: rotate(170deg) !important;
}

.rotate-171 {
  transform: rotate(171deg) !important;
}

.rotate-172 {
  transform: rotate(172deg) !important;
}

.rotate-173 {
  transform: rotate(173deg) !important;
}

.rotate-174 {
  transform: rotate(174deg) !important;
}

.rotate-175 {
  transform: rotate(175deg) !important;
}

.rotate-176 {
  transform: rotate(176deg) !important;
}

.rotate-177 {
  transform: rotate(177deg) !important;
}

.rotate-178 {
  transform: rotate(178deg) !important;
}

.rotate-179 {
  transform: rotate(179deg) !important;
}

.rotate-180 {
  transform: rotate(180deg) !important;
}

.rotate-181 {
  transform: rotate(181deg) !important;
}

.rotate-182 {
  transform: rotate(182deg) !important;
}

.rotate-183 {
  transform: rotate(183deg) !important;
}

.rotate-184 {
  transform: rotate(184deg) !important;
}

.rotate-185 {
  transform: rotate(185deg) !important;
}

.rotate-186 {
  transform: rotate(186deg) !important;
}

.rotate-187 {
  transform: rotate(187deg) !important;
}

.rotate-188 {
  transform: rotate(188deg) !important;
}

.rotate-189 {
  transform: rotate(189deg) !important;
}

.rotate-190 {
  transform: rotate(190deg) !important;
}

.rotate-191 {
  transform: rotate(191deg) !important;
}

.rotate-192 {
  transform: rotate(192deg) !important;
}

.rotate-193 {
  transform: rotate(193deg) !important;
}

.rotate-194 {
  transform: rotate(194deg) !important;
}

.rotate-195 {
  transform: rotate(195deg) !important;
}

.rotate-196 {
  transform: rotate(196deg) !important;
}

.rotate-197 {
  transform: rotate(197deg) !important;
}

.rotate-198 {
  transform: rotate(198deg) !important;
}

.rotate-199 {
  transform: rotate(199deg) !important;
}

.rotate-200 {
  transform: rotate(200deg) !important;
}

.rotate-201 {
  transform: rotate(201deg) !important;
}

.rotate-202 {
  transform: rotate(202deg) !important;
}

.rotate-203 {
  transform: rotate(203deg) !important;
}

.rotate-204 {
  transform: rotate(204deg) !important;
}

.rotate-205 {
  transform: rotate(205deg) !important;
}

.rotate-206 {
  transform: rotate(206deg) !important;
}

.rotate-207 {
  transform: rotate(207deg) !important;
}

.rotate-208 {
  transform: rotate(208deg) !important;
}

.rotate-209 {
  transform: rotate(209deg) !important;
}

.rotate-210 {
  transform: rotate(210deg) !important;
}

.rotate-211 {
  transform: rotate(211deg) !important;
}

.rotate-212 {
  transform: rotate(212deg) !important;
}

.rotate-213 {
  transform: rotate(213deg) !important;
}

.rotate-214 {
  transform: rotate(214deg) !important;
}

.rotate-215 {
  transform: rotate(215deg) !important;
}

.rotate-216 {
  transform: rotate(216deg) !important;
}

.rotate-217 {
  transform: rotate(217deg) !important;
}

.rotate-218 {
  transform: rotate(218deg) !important;
}

.rotate-219 {
  transform: rotate(219deg) !important;
}

.rotate-220 {
  transform: rotate(220deg) !important;
}

.rotate-221 {
  transform: rotate(221deg) !important;
}

.rotate-222 {
  transform: rotate(222deg) !important;
}

.rotate-223 {
  transform: rotate(223deg) !important;
}

.rotate-224 {
  transform: rotate(224deg) !important;
}

.rotate-225 {
  transform: rotate(225deg) !important;
}

.rotate-226 {
  transform: rotate(226deg) !important;
}

.rotate-227 {
  transform: rotate(227deg) !important;
}

.rotate-228 {
  transform: rotate(228deg) !important;
}

.rotate-229 {
  transform: rotate(229deg) !important;
}

.rotate-230 {
  transform: rotate(230deg) !important;
}

.rotate-231 {
  transform: rotate(231deg) !important;
}

.rotate-232 {
  transform: rotate(232deg) !important;
}

.rotate-233 {
  transform: rotate(233deg) !important;
}

.rotate-234 {
  transform: rotate(234deg) !important;
}

.rotate-235 {
  transform: rotate(235deg) !important;
}

.rotate-236 {
  transform: rotate(236deg) !important;
}

.rotate-237 {
  transform: rotate(237deg) !important;
}

.rotate-238 {
  transform: rotate(238deg) !important;
}

.rotate-239 {
  transform: rotate(239deg) !important;
}

.rotate-240 {
  transform: rotate(240deg) !important;
}

.rotate-241 {
  transform: rotate(241deg) !important;
}

.rotate-242 {
  transform: rotate(242deg) !important;
}

.rotate-243 {
  transform: rotate(243deg) !important;
}

.rotate-244 {
  transform: rotate(244deg) !important;
}

.rotate-245 {
  transform: rotate(245deg) !important;
}

.rotate-246 {
  transform: rotate(246deg) !important;
}

.rotate-247 {
  transform: rotate(247deg) !important;
}

.rotate-248 {
  transform: rotate(248deg) !important;
}

.rotate-249 {
  transform: rotate(249deg) !important;
}

.rotate-250 {
  transform: rotate(250deg) !important;
}

.rotate-251 {
  transform: rotate(251deg) !important;
}

.rotate-252 {
  transform: rotate(252deg) !important;
}

.rotate-253 {
  transform: rotate(253deg) !important;
}

.rotate-254 {
  transform: rotate(254deg) !important;
}

.rotate-255 {
  transform: rotate(255deg) !important;
}

.rotate-256 {
  transform: rotate(256deg) !important;
}

.rotate-257 {
  transform: rotate(257deg) !important;
}

.rotate-258 {
  transform: rotate(258deg) !important;
}

.rotate-259 {
  transform: rotate(259deg) !important;
}

.rotate-260 {
  transform: rotate(260deg) !important;
}

.rotate-261 {
  transform: rotate(261deg) !important;
}

.rotate-262 {
  transform: rotate(262deg) !important;
}

.rotate-263 {
  transform: rotate(263deg) !important;
}

.rotate-264 {
  transform: rotate(264deg) !important;
}

.rotate-265 {
  transform: rotate(265deg) !important;
}

.rotate-266 {
  transform: rotate(266deg) !important;
}

.rotate-267 {
  transform: rotate(267deg) !important;
}

.rotate-268 {
  transform: rotate(268deg) !important;
}

.rotate-269 {
  transform: rotate(269deg) !important;
}

.rotate-270 {
  transform: rotate(270deg) !important;
}

.rotate-271 {
  transform: rotate(271deg) !important;
}

.rotate-272 {
  transform: rotate(272deg) !important;
}

.rotate-273 {
  transform: rotate(273deg) !important;
}

.rotate-274 {
  transform: rotate(274deg) !important;
}

.rotate-275 {
  transform: rotate(275deg) !important;
}

.rotate-276 {
  transform: rotate(276deg) !important;
}

.rotate-277 {
  transform: rotate(277deg) !important;
}

.rotate-278 {
  transform: rotate(278deg) !important;
}

.rotate-279 {
  transform: rotate(279deg) !important;
}

.rotate-280 {
  transform: rotate(280deg) !important;
}

.rotate-281 {
  transform: rotate(281deg) !important;
}

.rotate-282 {
  transform: rotate(282deg) !important;
}

.rotate-283 {
  transform: rotate(283deg) !important;
}

.rotate-284 {
  transform: rotate(284deg) !important;
}

.rotate-285 {
  transform: rotate(285deg) !important;
}

.rotate-286 {
  transform: rotate(286deg) !important;
}

.rotate-287 {
  transform: rotate(287deg) !important;
}

.rotate-288 {
  transform: rotate(288deg) !important;
}

.rotate-289 {
  transform: rotate(289deg) !important;
}

.rotate-290 {
  transform: rotate(290deg) !important;
}

.rotate-291 {
  transform: rotate(291deg) !important;
}

.rotate-292 {
  transform: rotate(292deg) !important;
}

.rotate-293 {
  transform: rotate(293deg) !important;
}

.rotate-294 {
  transform: rotate(294deg) !important;
}

.rotate-295 {
  transform: rotate(295deg) !important;
}

.rotate-296 {
  transform: rotate(296deg) !important;
}

.rotate-297 {
  transform: rotate(297deg) !important;
}

.rotate-298 {
  transform: rotate(298deg) !important;
}

.rotate-299 {
  transform: rotate(299deg) !important;
}

.rotate-300 {
  transform: rotate(300deg) !important;
}

.rotate-301 {
  transform: rotate(301deg) !important;
}

.rotate-302 {
  transform: rotate(302deg) !important;
}

.rotate-303 {
  transform: rotate(303deg) !important;
}

.rotate-304 {
  transform: rotate(304deg) !important;
}

.rotate-305 {
  transform: rotate(305deg) !important;
}

.rotate-306 {
  transform: rotate(306deg) !important;
}

.rotate-307 {
  transform: rotate(307deg) !important;
}

.rotate-308 {
  transform: rotate(308deg) !important;
}

.rotate-309 {
  transform: rotate(309deg) !important;
}

.rotate-310 {
  transform: rotate(310deg) !important;
}

.rotate-311 {
  transform: rotate(311deg) !important;
}

.rotate-312 {
  transform: rotate(312deg) !important;
}

.rotate-313 {
  transform: rotate(313deg) !important;
}

.rotate-314 {
  transform: rotate(314deg) !important;
}

.rotate-315 {
  transform: rotate(315deg) !important;
}

.rotate-316 {
  transform: rotate(316deg) !important;
}

.rotate-317 {
  transform: rotate(317deg) !important;
}

.rotate-318 {
  transform: rotate(318deg) !important;
}

.rotate-319 {
  transform: rotate(319deg) !important;
}

.rotate-320 {
  transform: rotate(320deg) !important;
}

.rotate-321 {
  transform: rotate(321deg) !important;
}

.rotate-322 {
  transform: rotate(322deg) !important;
}

.rotate-323 {
  transform: rotate(323deg) !important;
}

.rotate-324 {
  transform: rotate(324deg) !important;
}

.rotate-325 {
  transform: rotate(325deg) !important;
}

.rotate-326 {
  transform: rotate(326deg) !important;
}

.rotate-327 {
  transform: rotate(327deg) !important;
}

.rotate-328 {
  transform: rotate(328deg) !important;
}

.rotate-329 {
  transform: rotate(329deg) !important;
}

.rotate-330 {
  transform: rotate(330deg) !important;
}

.rotate-331 {
  transform: rotate(331deg) !important;
}

.rotate-332 {
  transform: rotate(332deg) !important;
}

.rotate-333 {
  transform: rotate(333deg) !important;
}

.rotate-334 {
  transform: rotate(334deg) !important;
}

.rotate-335 {
  transform: rotate(335deg) !important;
}

.rotate-336 {
  transform: rotate(336deg) !important;
}

.rotate-337 {
  transform: rotate(337deg) !important;
}

.rotate-338 {
  transform: rotate(338deg) !important;
}

.rotate-339 {
  transform: rotate(339deg) !important;
}

.rotate-340 {
  transform: rotate(340deg) !important;
}

.rotate-341 {
  transform: rotate(341deg) !important;
}

.rotate-342 {
  transform: rotate(342deg) !important;
}

.rotate-343 {
  transform: rotate(343deg) !important;
}

.rotate-344 {
  transform: rotate(344deg) !important;
}

.rotate-345 {
  transform: rotate(345deg) !important;
}

.rotate-346 {
  transform: rotate(346deg) !important;
}

.rotate-347 {
  transform: rotate(347deg) !important;
}

.rotate-348 {
  transform: rotate(348deg) !important;
}

.rotate-349 {
  transform: rotate(349deg) !important;
}

.rotate-350 {
  transform: rotate(350deg) !important;
}

.rotate-351 {
  transform: rotate(351deg) !important;
}

.rotate-352 {
  transform: rotate(352deg) !important;
}

.rotate-353 {
  transform: rotate(353deg) !important;
}

.rotate-354 {
  transform: rotate(354deg) !important;
}

.rotate-355 {
  transform: rotate(355deg) !important;
}

.rotate-356 {
  transform: rotate(356deg) !important;
}

.rotate-357 {
  transform: rotate(357deg) !important;
}

.rotate-358 {
  transform: rotate(358deg) !important;
}

.rotate-359 {
  transform: rotate(359deg) !important;
}

.rotate-360 {
  transform: rotate(360deg) !important;
}

body.menu-expanded::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
}
body .navbar-expand-lg .container {
  max-width: none;
  padding: 0 25px;
}
@media (min-width: 1180px) {
  body .navbar-expand-lg .container {
    padding: 0 50px;
  }
}
@media (min-width: 1440px) {
  body .navbar-expand-lg .container {
    padding: 0 100px;
  }
}
body .navbar-expand-lg .navbar-toggler {
  display: flex;
  width: 40px;
  text-align: left;
}
@media (min-width: 1180px) {
  body .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
body .navbar-expand-lg .navbar-nav {
  flex-direction: column;
}
@media (min-width: 1180px) {
  body .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
}
body .navbar-expand-lg .navbar-collapse {
  display: none !important;
}
body .navbar-expand-lg .navbar-collapse.show,
body .navbar-expand-lg .navbar-collapse.collapsing {
  display: flex !important;
}
@media (min-width: 1180px) {
  body .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
}

.navbar {
  border-top: 1px solid var(--clr-grey);
  padding: 9px 0;
  background-color: #fff;
  position: relative;
  z-index: 200;
  height: 100px;
  /* .nav-link.dropdown-toggle {
    padding-right: 0!important;
  } */
  /* Navbar animation */
  /* END Navbar animation */
}
@media (max-width: 1179px) {
  .navbar {
    padding-block: 15px;
    padding-right: 12px;
    padding-left: 12px;
    height: auto;
  }
}
.navbar .navbar-brand {
  z-index: 999;
  min-height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.navbar .navbar-brand {
  padding: 0;
}
@media (max-width: 1179px) {
  .navbar .navbar-brand {
    margin-right: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (min-width: 1180px) {
  .navbar .navbar-brand {
    width: 200px;
  }
}
.navbar .logo {
  width: 100%;
  max-height: 80px;
  max-width: 200px;
  object-fit: contain;
  object-position: left center;
}
@media (min-width: 1180px) and (max-width: 1400px) {
  .navbar .logo {
    height: 80px;
  }
}
@media (max-width: 1179px) {
  .navbar .logo {
    max-width: 150px;
    height: 60px;
  }
}
@media (min-width: 1180px) and (max-width: 1400px) {
  .navbar .pastille-agent {
    flex-basis: 200px;
  }
  .navbar .pastille-agent img {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 1180px) {
  .navbar .pastille-agent {
    margin-left: 60px;
  }
}
@media (max-width: 1179px) {
  .navbar .pastille-agent {
    max-width: 60px;
    margin-left: auto;
  }
}
.navbar .navbar-wrapper {
  width: 100%;
}
.navbar .navbar-wrapper .d-block {
  display: block !important;
}
@media (min-width: 1180px) {
  .navbar .navbar-wrapper .d-lg-none {
    display: none !important;
  }
}
.navbar .navbar-nav {
  gap: calc(50px - 0.5rem);
}
@media (max-width: 1400px) {
  .navbar .navbar-nav {
    gap: 20px;
  }
}
.navbar .navbar-nav .menu-item a {
  color: #072049;
  font-weight: 600;
}
.navbar .navbar-nav .nav-item {
  min-width: fit-content;
}
.navbar .navbar-nav .nav-item .nav-link {
  color: var(--clr-dark);
}
.navbar .navbar-nav .nav-item .nav-link .icon {
  --color: var(--clr-dark);
}
@media (max-width: 1179px) {
  .navbar .navbar-nav .nav-item .nav-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .navbar .navbar-nav .nav-item .nav-link .icon {
    transform: rotate(0);
    transition: transform 350ms linear;
  }
  .navbar .navbar-nav .nav-item .nav-link.show .icon {
    transform: rotate(180deg);
    transition: transform 350ms linear;
  }
}
@media (max-width: 1179px) {
  .navbar .navbar-nav .nav-item .dropdown-menu {
    border: none;
  }
}
.navbar .navbar-nav .nav-item .dropdown-menu h5 {
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 4px 8px;
  margin-top: 32px;
  margin-bottom: 0;
}
.navbar .navbar-nav .nav-item .dropdown-menu ul:not(.dropdown-item) {
  padding-left: 0;
}
.navbar .navbar-toggler {
  font-size: 34px;
  padding: 0;
  border: none;
  outline: none;
}
.navbar .navbar-toggler:focus {
  box-shadow: none;
}
.navbar .navbar-collapse {
  background-color: #fff;
}
@media (min-width: 1180px) {
  .navbar .navbar-collapse {
    display: block;
    position: absolute;
    top: 16.7px;
    left: 0;
    right: 0;
    width: 100%;
    margin-inline: auto;
    z-index: 99;
  }
  .navbar .navbar-collapse:not(.expanded) .dropdown {
    overflow: hidden;
  }
  .navbar .navbar-collapse .header-nav__bg {
    position: absolute;
    inset: 0;
    background-color: #fff;
    transform-origin: top left;
    max-height: 0%;
    z-index: 2;
    transition: max-height 0.1s ease-out;
    height: 100%;
    width: 100%;
  }
  .navbar .navbar-collapse .header-nav__bg.blur {
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1;
  }
  .navbar .navbar-collapse.expanded .header-nav__bg {
    max-height: 100%;
  }
  .navbar .navbar-collapse .navbar-nav {
    position: relative;
    width: 820px;
    max-width: 56%;
    margin-inline: auto;
    justify-content: center;
    z-index: 3;
  }
}
@media (min-width: 1180px) and (max-width: 1400px) {
  .navbar .navbar-collapse .navbar-nav {
    max-width: 50%;
  }
}
@media (min-width: 1180px) and (max-width: 1200px) {
  .navbar .navbar-collapse .navbar-nav {
    justify-content: center;
  }
}
@media (min-width: 1180px) {
  .navbar .navbar-collapse .navbar-nav a {
    color: var(--clr-dark);
  }
  .navbar .navbar-collapse .navbar-nav .dropdown .nav-link button {
    margin-right: 5px;
  }
  .navbar .navbar-collapse .navbar-nav .dropdown .nav-link .icon {
    transform: rotate(0);
  }
  .navbar .navbar-collapse .navbar-nav .dropdown .nav-link.show .icon {
    transform: rotate(180deg);
  }
  .navbar .navbar-collapse .navbar-nav .dropdown-menu {
    display: grid;
    gap: 20px;
    position: absolute;
    top: 100%;
    inset-inline: 0;
    border: none;
    background-color: transparent;
    margin-right: -100px;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-1rem);
  }
  .navbar .navbar-collapse .navbar-nav .dropdown-menu.show {
    position: static;
    padding-top: 38px;
    padding-bottom: 45px;
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }
  .navbar .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    padding-inline: var(--bs-navbar-nav-link-padding-x);
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    padding-block: 0;
  }
  .navbar .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item:hover, .navbar .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item:focus {
    background-color: transparent;
  }
  .navbar .navbar-collapse .navbar-nav .dropdown-menu ul ul.dropdown-item {
    padding-inline: 0;
    display: grid;
    gap: 12px;
  }
}
@media (min-width: 1400px) {
  .navbar .navbar-collapse {
    top: 18.7px;
  }
}
@media (max-width: 1179px) {
  .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    inset-inline: 0px;
    height: 0;
    transition: height 350ms linear;
    -webkit-transition: height 350ms linear;
    z-index: 9999;
  }
  .navbar .navbar-collapse.show {
    height: calc(100vh - 110px);
    transition: height 350ms linear;
    -webkit-transition: height 350ms linear;
  }
  .navbar .navbar-collapse .navbar-wrapper {
    max-width: 260px;
    height: 100%;
    margin-inline: auto;
    display: grid;
    padding: 1rem;
  }
  .navbar .navbar-collapse .navbar-nav {
    width: 100%;
  }
  .navbar .navbar-collapse .navbar-nav .nav-item {
    padding-block: 0;
  }
}

.navbar-toggler .navbar-toggler-icon {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='32' viewBox='0 0 40 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='40' height='4' fill='%23222222'/%3E%3Crect y='14' width='40' height='4' fill='%23222222'/%3E%3Crect y='28' width='40' height='4' fill='%23222222'/%3E%3C/svg%3E");
}
.navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpolygon fill='%23222' points='16 1.45 14.55 0 8 6.55 1.45 0 0 1.45 6.55 8 0 14.55 1.45 16 8 9.45 14.55 16 16 14.55 9.45 8 16 1.45'/%3E%3C/svg%3E");
}

footer {
  padding: 60px 0;
}
footer .navbar-brand {
  display: block;
  width: 100%;
  margin-bottom: 40px;
}
footer .navbar-brand img {
  width: 100%;
  max-width: 150px;
}
@media (min-width: 992px) {
  footer .col-lg-2 {
    width: 20%;
  }
  footer .col-lg-8 {
    width: 60%;
  }
}
footer .contact-infos {
  height: auto;
}
@media (min-width: 768px) {
  footer .contact-infos {
    padding-right: 50px;
  }
}
@media (max-width: 767px) {
  footer .contact-infos {
    padding-bottom: 32px;
  }
}
footer .contact-infos a {
  color: var(--clr-dark);
}
footer .contact-infos span {
  display: block;
  width: 100%;
  color: #072049;
  font-weight: 600;
  margin-bottom: 5px;
}
footer .contact-infos img {
  width: 120px;
}
@media (max-width: 768px) {
  footer .contact-infos img {
    display: none;
  }
}
footer .contact-infos h6 {
  color: #072049;
  font-size: 14px;
  margin-bottom: 16px;
}
footer .contact-pages-links {
  padding-inline: 32px;
}
@media (max-width: 991px) {
  footer .contact-pages-links {
    padding-inline: 12px;
  }
  footer .contact-pages-links a {
    font-size: 14px;
    font-weight: 600;
  }
  footer .contact-pages-links a:first-child {
    margin-bottom: 12px;
  }
}
footer .menus {
  padding: 0 12px;
}
@media (min-width: 992px) {
  footer .menus {
    padding: 0 50px;
    border-right: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
  }
}
footer .menus .footer-menu-title {
  font-size: 12px;
  pointer-events: none;
  font-weight: 300;
  text-transform: uppercase;
}
@media (max-width: 575px) {
  footer .menus {
    margin-bottom: 40px;
  }
  footer .menus .footer-menu-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-block: 1rem;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 0;
    pointer-events: all;
  }
  footer .menus .footer-menu-title::after {
    content: "";
    display: block;
    width: 10px;
    height: 12px;
    background-image: url("../images/chevron-down.svg");
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(0deg);
    transition: transform 350ms linear;
  }
  footer .menus .footer-menu-items {
    display: grid;
    grid-template-rows: 0fr;
    overflow: hidden;
    transition: grid-template-rows 350ms linear;
  }
  footer .menus .footer-menu-items ul {
    min-height: 0;
    margin-bottom: 0;
    padding-inline: 1rem;
    visibility: hidden;
    transition: visibility 350ms linear;
  }
  footer .menus .footer-menu-items ul li:first-of-type {
    padding-top: 1rem;
  }
  footer .menus .footer-menu-items ul li:last-of-type {
    padding-bottom: 1rem;
  }
  footer .menus .expand .footer-menu-title::after {
    transform: rotate(180deg);
    transition: transform 350ms linear;
  }
  footer .menus .expand .footer-menu-items {
    grid-template-rows: 1fr;
  }
  footer .menus .expand .footer-menu-items ul {
    visibility: visible;
  }
}
footer .social-infos {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 12px;
}
footer .social-infos .social-infos-wrapper {
  gap: 20px;
}
@media (min-width: 992px) {
  footer .social-infos {
    padding-left: 50px;
  }
}
footer .social-infos h6 {
  color: #0498b4;
  font-weight: 600;
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  footer .social-infos .lang-selector {
    margin-top: 40px;
  }
}
@media (min-width: 992px) {
  footer .social-infos .lang-selector .form-select {
    margin-left: auto;
  }
}
footer ul li {
  margin-bottom: 10px;
}
footer ul li:last-child {
  margin-bottom: 0;
}
footer ul li a {
  color: var(--clr-dark);
  font-weight: 600;
  text-decoration: none;
  font-size: 13px;
  letter-spacing: 0.3px;
}

.sub-footer {
  font-size: 14px;
  padding: 25px 0;
  background-color: var(--clr-dark);
}
.sub-footer .policies {
  font-weight: 500;
}
@media (min-width: 992px) {
  .sub-footer .policies {
    display: flex;
    align-items: center;
    gap: 40px;
  }
}
.sub-footer .policies a {
  font-size: 12px;
  text-decoration: none;
  letter-spacing: 0.3px;
}
@media (max-width: 991px) {
  .sub-footer .policies a {
    display: block;
    width: 100%;
  }
  .sub-footer .policies a:last-child {
    margin-top: 8px;
  }
}
.sub-footer .copyrights, .sub-footer a {
  color: #ccc;
}
.sub-footer .copyrights {
  font-size: 11px;
  font-weight: 300;
}
@media (max-width: 991px) {
  .sub-footer .copyrights {
    margin-top: 36px;
  }
}
.sub-footer .fier-membre {
  position: relative;
  margin-top: auto;
  /*span {
      color: var(--clr-dark);
      font-weight: 400;
      font-size: 14px;
  }*/
}
@media (max-width: 991px) {
  .sub-footer .fier-membre {
    margin-bottom: 50px;
  }
}
@media (min-width: 992px) {
  .sub-footer .fier-membre {
    border-right: 1px solid #999;
    padding-right: 40px;
  }
}
.sub-footer .fier-membre a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sub-footer .fier-membre img {
  width: 101px;
}

.footer-mobile-link-home {
  display: block;
  font-size: 13px;
  padding-bottom: 16px;
  color: var(--clr-dark);
  font-weight: 500;
}

.home #hero-banner {
  position: relative;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  text-align: center;
  height: 83.3vh;
  max-height: 900px;
  min-height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: clamp(80px, 9.25vh, 100px);
}
.home #hero-banner .d-block {
  display: block !important;
}
@media (min-width: 1025px) {
  .home #hero-banner .d-lg-none {
    display: none !important;
  }
}
.home #hero-banner .custom-content, .home #hero-banner .sixty-percent-grid {
  position: relative;
  z-index: 9;
}
@media (max-width: 1024px) {
  .home #hero-banner .custom-content.container {
    max-width: none;
    padding: 0;
  }
  .home #hero-banner .custom-content.container::before, .home #hero-banner .custom-content.container::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
  }
  .home #hero-banner .custom-content.container::before {
    background-color: rgba(0, 0, 0, 0.1);
  }
  .home #hero-banner .custom-content.container::after {
    opacity: 0.1;
    background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  }
  .home #hero-banner .custom-content.container img {
    max-height: 520px;
    object-fit: cover;
  }
}
@media (min-width: 1025px) {
  .home #hero-banner::before, .home #hero-banner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
  }
  .home #hero-banner::before {
    background-color: rgba(0, 0, 0, 0.1);
  }
  .home #hero-banner::after {
    opacity: 0.1;
    background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  }
}
.home #hero-banner h1 {
  color: #fff;
  margin-bottom: 0;
  padding: 0 25px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, clamp(-460%, -18vh, -18vh), 0);
  font-size: clamp(40px, 4.62vh, 50px);
}
.home #hero-banner #ved_engine_box .ved_container .ved-tabs-hold {
  padding-top: 0;
}
.home #pub-slider {
  position: relative;
}
.home #pub-slider.carousel-home {
  padding-top: 60px;
  background-color: var(--clr-beige);
}
.home #pub-slider:not(.carousel-home) {
  background: linear-gradient(to bottom, var(--clr-beige) 50%, #ffffff 50%);
}
.home #pub-slider .carousel-control-prev,
.home #pub-slider .carousel-control-next {
  display: none;
}
@media (max-width: 767px) {
  .home #pub-slider .carousel-item .carousel-indicators {
    width: 10px;
    height: 10px;
    border-radius: 100%;
  }
}
@media (max-width: 767px) {
  .home #pub-slider .carousel-item button[class*=carousel-control] {
    display: none;
  }
}
.home #travel-featured {
  padding: 110px 0;
  overflow-x: hidden;
}
.home #travel-featured .btn.width-auto {
  margin-top: 1rem;
}
.home #travel-featured .label .label-body {
  padding: 1rem 1.5rem 0.75rem;
}
.home #travel-featured .card .card-content {
  padding: 1rem 1.5rem 1.5rem;
}
.home #travel-featured .travel-featured-swiper {
  overflow: visible;
  padding-inline: 12px;
  margin-left: 0;
  /*.swiper-button-prev {
      left: 0 !important;
  }*/
}
@media (max-width: 1199px) {
  .home #travel-featured .travel-featured-swiper .swiper-button-next {
    right: 0 !important;
  }
}
.home #team {
  background-color: var(--clr-beige);
}
.home #specialty {
  padding: 70px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.home #specialty .btn.width-auto {
  margin-top: 1rem;
}
.home #specialty h2 {
  color: #fff;
}
.home #specialty .specialty-swiper {
  overflow: visible;
  margin-left: 0;
  padding-left: 12px;
  /*.swiper-button-prev {
      left: 0 !important;
  }*/
}
@media (max-width: 580px) {
  .home #specialty .specialty-swiper {
    padding-right: 12px;
  }
}
.home #specialty .specialty-swiper .specialty-item {
  opacity: 0.4;
  height: auto;
  /*@media (min-width: 992px) {
      max-width: calc(25% - 30px);
  }

  @media (min-width: 768px) and (max-width: 991px) {
      max-width: calc(50% - 30px);
  }*/
}
.home #specialty .specialty-swiper .specialty-item.swiper-slide-active {
  opacity: 1;
}
@media (min-width: 768px) {
  .home #specialty .specialty-swiper .specialty-item.swiper-slide-next {
    opacity: 1;
  }
}
@media (min-width: 992px) {
  .home #specialty .specialty-swiper .specialty-item.swiper-slide-active, .home #specialty .specialty-swiper .specialty-item.swiper-slide-next, .home #specialty .specialty-swiper .specialty-item.swiper-slide-next + .specialty-item, .home #specialty .specialty-swiper .specialty-item.swiper-slide-next + .specialty-item + .specialty-item {
    opacity: 1;
  }
}
.home #specialty .specialty-swiper [class*=swiper-button] {
  background-color: var(--clr-white);
}
.home #specialty .specialty-swiper [class*=swiper-button]::after {
  color: var(--clr-dark);
  content: url("../images/chevron-down.svg");
}
.home #specialty .specialty-swiper .swiper-pagination-bullet {
  background: #fff;
}
.home #specialty .specialty-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}
.home #categories {
  padding: 110px 0 0;
}
.home #categories .inspire-blocks {
  display: block;
  padding-left: 0;
  padding-right: 0;
  padding-top: 20px;
  margin-top: 30px;
  background: linear-gradient(to bottom, #ffffff 50%, var(--clr-beige) 50%);
  padding-bottom: 0;
}
.home #categories .inspire-blocks .swiper-wrapper {
  padding-right: 0;
  padding-left: 0;
}
.home #categories .inspire-blocks .row {
  width: 100%;
  justify-content: center;
  gap: 2%;
}
.home #categories .inspire-blocks .block {
  width: 325px;
  aspect-ratio: 1/1;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: white;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .home #categories .inspire-blocks .block {
    width: 100%;
    max-width: none;
  }
}
.home #categories .inspire-blocks .block .cover {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.home #categories .inspire-blocks .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
.home #categories .inspire-blocks .title {
  position: absolute;
  z-index: 1;
  padding: 10px 20px;
}
.home #categories .inspire-blocks .inspire-blocks-swiper {
  padding-bottom: 35px;
}
.home #categories .inspire-blocks .inspire-blocks-swiper .swiper-pagination:not(.swiper-pagination-lock) {
  display: block;
}
@media (max-width: 580px) {
  .home #categories .inspire-blocks {
    padding-inline: 0;
    overflow: hidden;
  }
  .home #categories .inspire-blocks > .container {
    padding-inline: 24px;
  }
  .home #categories .inspire-blocks > .container .inspire-blocks-swiper {
    overflow: visible;
    max-width: 260px;
  }
  .home #categories .inspire-blocks > .container .inspire-blocks-swiper > .swiper-wrapper {
    padding-inline: 0;
  }
}
.home #post-featured {
  background-color: var(--clr-beige);
  padding: 110px 0;
}
@media (max-width: 919px) {
  .home #post-featured .post-feature-swiper-wrapper {
    display: flex;
  }
  .home #post-featured .post-feature-swiper-wrapper .swiper-slide {
    width: 100%;
    flex-shrink: 0;
    flex-basis: auto;
  }
}
@media (min-width: 920px) {
  .home #post-featured .post-feature-swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}
@media (min-width: 1400px) {
  .home #post-featured .post-feature-swiper-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 919px) {
  .home #post-featured .post-feature-swiper .swiper-pagination {
    display: block !important;
    position: relative !important;
    bottom: unset !important;
    margin-top: 20px;
    text-align: center;
  }
}
.home #traveler-types {
  padding: 110px 0;
}

#exclusivity {
  background-color: var(--clr-beige);
  padding: 110px 0;
  overflow-x: hidden;
}
#exclusivity section.with-padding {
  padding-top: 0;
  padding-bottom: 0;
}
#exclusivity .exclus-toggler-wrapper {
  background-color: #fff;
  max-width: fit-content;
  border-radius: 10vw;
  padding: 2px;
}
#exclusivity .exclus-toggler-wrapper div.exclus-toggle {
  padding-right: 0;
  padding-left: 0;
}
#exclusivity .exclus-toggler-wrapper .btn.exclus-toggle {
  border-radius: 10vw;
  background-color: transparent;
  border: none;
  transition: all 350ms ease;
}
@media (max-width: 991px) {
  #exclusivity .exclus-toggler-wrapper .btn.exclus-toggle {
    font-size: 13px;
  }
}
#exclusivity .exclus-toggler-wrapper .btn.exclus-toggle.active {
  color: var(--clr-white);
  background-color: var(--clr-dark);
}
#exclusivity div.exclus-toggle {
  padding-right: 0;
  padding-left: 0;
}
#exclusivity div.exclus-toggle .btn.width-auto {
  margin-top: 1rem;
}
#exclusivity .exclus-swiper {
  overflow: visible;
  padding-inline: 0;
}
@media (min-width: 768px) {
  #exclusivity .exclus-swiper .exclus-item {
    max-width: calc(50% - 30px);
  }
}
#exclusivity .exclus-swiper .exclus-item .card-content p.desc {
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 992px) {
  #exclusivity .exclus-swiper .exclus-item .card-image img {
    height: 100%;
    object-fit: cover;
    object-position: center;
    aspect-ratio: 19/10;
  }
}
#exclusivity .exclus-swiper .exclus-item .card-title {
  font-size: 25px;
}
@media (min-width: 992px) {
  #exclusivity .exclus-swiper .exclus-item .card-title {
    font-size: 30px;
    line-height: 32px;
  }
}

.single-agent-hero {
  min-height: 150px;
}
.single-agent-hero img {
  min-height: 150px;
  object-fit: cover;
}
@media (max-width: 580px) {
  .single-agent-hero.img-mobile .wp-post-image {
    display: none;
  }
}
@media (min-width: 581px) {
  .single-agent-hero.img-mobile .single-agent-banner-mobile {
    display: none;
  }
}

.single-agent-infos {
  position: relative;
  margin-top: -100px;
  padding-top: 0 !important;
}
.single-agent-infos .agent-avatar {
  display: flex;
  max-width: 280px;
  width: 50%;
  margin-inline: auto;
  aspect-ratio: 1/1;
  border-radius: 100%;
  padding: 1rem;
  margin-bottom: 2rem;
  background-color: var(--clr-white);
  overflow: hidden;
}
@media (max-width: 768px) {
  .single-agent-infos .agent-avatar {
    padding: 0.5rem;
  }
}
.single-agent-infos .agent-avatar img {
  border-radius: 100%;
}
.single-agent-infos .agent-name.title {
  font-size: 40px;
  font-weight: normal;
}
@media (max-width: 768px) {
  .single-agent-infos .agent-name.title {
    font-size: 35px;
  }
}
.single-agent-infos .medias .media-link {
  display: grid;
  place-items: center;
  width: 50px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background-color: #eaeaea;
}

.agent-description {
  max-width: 700px;
  margin-inline: auto;
  margin-block: 40px 50px;
}
.agent-description ol, .agent-description ul {
  text-align: left;
}
.agent-description ol li, .agent-description ul li {
  margin-bottom: 10px;
}

.agent-description, .agent-description p, .agent-description ol, .agent-description ul, .agent-description li {
  font-family: var(--font-body) !important;
  color: var(--clr-dark) !important;
  font-size: 18px !important;
  line-height: 24px;
}

.agent-gallery {
  max-width: 935px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1rem, 2.083vw, 30px);
}

.formations {
  max-width: 940px;
  margin-inline: auto;
  display: flex;
  column-gap: clamp(50px, 6.944vw, 100px);
  row-gap: 20px;
}
@media (max-width: 768px) {
  .formations {
    flex-direction: column;
  }
}
@media (min-width: 576px) {
  .formations .swiper-slide {
    flex: 1;
  }
}

.single-agent-certifications {
  overflow: hidden;
}
.single-agent-certifications .certifications-swiper {
  overflow: visible;
}
.single-agent-certifications .certifications-swiper .swiper-slide {
  opacity: 0.4;
  transition: opacity 350ms ease;
}
.single-agent-certifications .certifications-swiper .swiper-slide.swiper-slide-active, .single-agent-certifications .certifications-swiper .swiper-slide.swiper-slide-next, .single-agent-certifications .certifications-swiper .swiper-slide.swiper-slide-next + .blog-card {
  opacity: 1;
}
.single-agent-certifications .certifications-swiper .swiper-slide .blog-date {
  margin-bottom: 0;
}
.single-agent-certifications .certifications-swiper .swiper-slide .blog-title {
  margin-block: 1rem;
}
.single-agent-certifications .certifications-swiper .swiper-button-next {
  right: 0 !important;
}
.single-agent-certifications .certifications-swiper .swiper-button-prev {
  left: 0 !important;
}

.certifications-swiper .blog-card {
  max-width: 446px;
}
.certifications-swiper .blog-card img {
  max-height: 200px;
  height: auto;
}

.single-agent-forfaits .forfaits {
  display: flex;
  column-gap: 40px;
  row-gap: 20px;
}
@media (max-width: 768px) {
  .single-agent-forfaits .forfaits {
    flex-direction: column;
  }
}
@media (min-width: 576px) {
  .single-agent-forfaits .forfaits .card {
    flex: 1;
  }
}
.single-agent-forfaits .default-container .inner {
  text-align: center;
  justify-items: center;
}

@media (max-width: 767px) {
  .single-agent .dual-buttons a.btn {
    margin-bottom: 10px;
  }
}

.single-speciality .speciality-hero img {
  display: block;
  height: 390px;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 992px) {
  .single-speciality .speciality-hero img {
    height: 100%;
  }
}
.single-speciality .speciality-heading {
  position: relative;
  padding-inline: 24px;
  padding-top: 94px;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .single-speciality .speciality-heading {
    padding-block: 80px;
  }
}
.single-speciality .speciality-heading .heading-wrapper {
  max-width: 940px;
  margin-inline: auto;
  color: #222222;
}
.single-speciality .speciality-heading .heading-wrapper .speciality-icon {
  height: 100px;
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--clr-white);
  border-radius: 10px;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 991px) {
  .single-speciality .speciality-heading .heading-wrapper .speciality-icon {
    width: 120px;
    height: 120px;
    max-width: 120px;
    padding: 25px;
    top: -70px;
  }
  .single-speciality .speciality-heading .heading-wrapper .speciality-icon .icon {
    --size: 70px !important;
  }
}
.single-speciality .speciality-heading .heading-wrapper .speciality-title {
  font-size: 45px;
  line-height: 47px;
}
.single-speciality .speciality-heading .heading-wrapper .speciality-description strong {
  font-weight: 600;
}
.single-speciality .speciality-content {
  font-size: 18px;
  line-height: 27px;
  color: #222222;
}
@media (max-width: 768px) {
  .single-speciality .speciality-content {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
  }
}
.single-speciality .speciality-content h2 {
  font-weight: 600;
  line-height: 1;
  margin-bottom: 45px;
}
@media (max-width: 768px) {
  .single-speciality .speciality-content h2 {
    margin-bottom: 20px;
  }
}
.single-speciality .speciality-content img {
  border-radius: 10px;
}
.single-speciality .speciality-content .pub img {
  border-radius: 0;
}
.single-speciality .pub {
  margin-bottom: 20px;
}
.single-speciality .pub-space {
  padding-inline: 0;
}

.page-template-forfaits .heading .forfaits-select {
  max-width: 320px;
  margin-inline: auto;
  text-align: initial;
  position: relative;
}
.page-template-forfaits .heading .forfaits-select label {
  font-size: 13px;
  line-height: 1;
  color: #3C3C3C;
  position: absolute;
  top: 12px;
  left: 25px;
}
.page-template-forfaits .heading .forfaits-select select {
  height: 60px;
  padding: 0;
  border: none;
  color: #3C3C3C;
  font-size: 15px;
  line-height: 3;
  font-weight: 600;
  background-color: #fff;
  border-radius: 30px;
  padding: 12px 25px;
}
.page-template-forfaits .forfaits-wrapper {
  margin-top: 100px;
}
.page-template-forfaits .forfaits-wrapper .forfaits-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
@media (max-width: 991px) {
  .page-template-forfaits .forfaits-wrapper .forfaits-list {
    gap: 20px;
  }
}
.page-template-forfaits .forfaits-wrapper .forfaits-list .exclus-item {
  flex: 1 1 100%;
}
@media (min-width: 768px) {
  .page-template-forfaits .forfaits-wrapper .forfaits-list .exclus-item {
    flex: 1 1 calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
}

.page-template-best .best-wrapper .wishlist {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.page-template-best .travel-featured-item {
  background-color: #fff;
}
.page-template-best .travel-featured-item .card-content {
  background-color: #fff;
}

.rating .icon {
  --color: #ccc;
}

.page-contact .container {
  max-width: 1300px;
}
@media (max-width: 767px) {
  .page-contact h2:not(.h5), .page-contact .text-medium {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .page-contact .col-lg-5 {
    padding-right: 9.5%;
  }
}
.page-contact #pf-user-form {
  background-color: #fff;
  border-radius: 10px;
  padding: 44px 24px;
}
@media (max-width: 767px) {
  .page-contact #pf-user-form {
    margin-top: 60px;
  }
}
@media (min-width: 768px) {
  .page-contact #pf-user-form {
    padding: 50px;
  }
}
.page-contact #pf-user-form h2 {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .page-contact #pf-user-form h2 {
    font-size: 25px;
    line-height: 27px;
  }
}
.page-contact #pf-user-form .cpt-wrap img {
  width: auto;
}
.page-contact .main-map iframe {
  width: 100%;
  border-radius: 10px;
}
@media (max-width: 991px) {
  .page-contact .main-map iframe {
    height: 250px;
  }
}
.page-contact .succursales {
  margin-top: 64px;
}
.page-contact .succursales .succursale {
  margin-bottom: 32px;
}
.page-contact .succursales .succursale h3 {
  font-size: 1.25rem;
  line-height: 1.2;
  margin-bottom: 32px;
}
@media (min-width: 1400px) {
  .page-contact .succursales .succursale h3 {
    font-size: 30px;
    line-height: 32px;
  }
}
.page-contact .cols {
  display: flex;
  gap: 40px;
}
@media (max-width: 991px) {
  .page-contact .cols {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .page-contact .cols .col1, .page-contact .cols .col2 {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .page-contact .cols .col1, .page-contact .cols .col2 {
    flex: 1;
  }
}
.page-contact .cols .map iframe {
  width: 100%;
  height: 250px;
}

@media (max-width: 767px) {
  .page-concours .container {
    padding-inline: 20px;
  }
}
.page-concours .concours-pub {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.page-concours .concours-pub .pub-body {
  padding: 20px 0 0;
}
@media (max-width: 767px) {
  .page-concours .concours-pub .pub-body {
    padding-inline: 20px;
  }
}
.page-concours .concours-pub .pub-body .pub-img {
  background-color: var(--clr-beige);
}
@media (max-width: 767px) {
  .page-concours .concours-pub .pub-body .pub-img {
    margin-inline: -20px;
  }
}
.page-concours .concours-pub .pub-body .pub-sponsor {
  margin: 0;
  padding: 10px;
}
@media (min-width: 768px) {
  .page-concours .concours-pub .pub-body .pub-sponsor {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--clr-white);
    padding: 10px 25px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .page-concours .concours-pub .pub-body .pub-sponsor img {
    width: 160px;
  }
}

@media (max-width: 768px) {
  .page-not-found .page-not-found-wrapper {
    max-width: 260px;
    margin-inline: auto;
  }
}
.page-not-found .not-found-icon {
  max-width: 340px;
  margin-inline: auto;
  margin-block: 80px;
  background-color: var(--clr-white);
  padding: 40px;
  text-align: center;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .page-not-found .not-found-icon {
    margin-block: 50px;
  }
}
.page-not-found .not-found-icon img {
  max-width: 120px;
  margin-inline: auto;
  margin-bottom: 30px;
}

.privacy-terms h1 {
  margin-bottom: 32px;
}
.privacy-terms h2 {
  font-size: 30px;
}
.privacy-terms h3 {
  font-size: 24px;
}
.privacy-terms ul {
  padding-left: 40px;
}
.privacy-terms hr {
  margin-top: 12px;
}

#main-content #group_box {
  max-width: none;
}
#main-content #group_box #custom_group_wrapper .gb_group_wrapper .flex-container {
  max-width: 1440px;
}
#main-content #group_box #custom_group_wrapper .gb_group_wrapper h2.gb_group_title {
  left: 50%;
  transform: translate(-50%, 0);
  margin-left: 0;
}
#main-content #group_box #custom_group_wrapper .gb_group_wrapper .gb_content_holder {
  background-color: transparent !important;
}
#main-content #group_box #custom_group_wrapper .gb_group_wrapper .gb_content_holder .gb_primary_info .gb_content {
  max-width: 1440px;
  padding: 0;
  margin: 0 auto;
}
#main-content #group_box #custom_group_wrapper .gb_group_wrapper .gb_content_holder .gb_tab_info {
  max-width: 1440px;
  padding: 0;
  margin: 0 auto;
  float: none;
}
#main-content #group_box #custom_group_wrapper .gb_group_wrapper .gb_content_holder .gb_disclaimer {
  max-width: 1440px;
  margin: 0 auto;
  padding: 50px;
  line-height: 1.8;
}
#main-content #group_box #custom_group_wrapper .gb_group_wrapper .gb_content_holder .gb_disclaimer p {
  margin-bottom: 10px;
}
#main-content #group_box #custom_group_wrapper .gb_group_wrapper .gb_content_holder .gb_disclaimer p:last-child {
  margin-bottom: 0;
}
#main-content #group_box #custom_group_wrapper .gb_group_wrapper .gb_content_holder .gb_primary_info.gb_zone_bg .gb_content .gb_main_infos .gb_section:not(.gb_need_infos),
#main-content #group_box #custom_group_wrapper .gb_group_wrapper .gb_content_holder .gb_primary_info.gb_zone_bg .gb_content .gb_main_infos .gb_section.gb_need_infos {
  right: 0;
}
#main-content #group_box .gb_half.gb_half_left.gb_main_infos {
  padding-right: 0;
}
#main-content #group_box .gb_features {
  padding-left: 18px;
}

.page-template-soumission #pf-user-form h2 {
  display: none;
}
.page-template-soumission #pf-user-form .required_notice {
  padding-right: 0;
  padding-left: 0;
}
.page-template-soumission #pf-user-form label {
  display: inline-block;
}
.page-template-soumission #pf-user-form .cpt-wrap img {
  width: auto;
}

.page-template-assurances .pubzone {
  margin-top: 20px;
}
.page-template-assurances .pubzone .slides img {
  width: fit-content;
  margin: 0 auto;
}

body.home #ved-engine-selector .wrapper-label {
  border: 1px solid #fff;
}
body.home #ved-engine-selector .wrapper-label::after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='7' viewBox='0 0 12 7'><path id='Path' d='M1.251,0,0,1.306,4.5,6,0,10.694,1.251,12,7,6Z' transform='translate(12 0) rotate(90)' fill='white'/></svg>");
}
@media (max-width: 1024px) {
  body.home #ved_engine_box {
    margin-top: -86px;
  }
  body.home #ved_engine_box .moreOptions a {
    color: var(--clr-dark);
  }
  body.home #ved_engine_box .moreOptions a svg {
    fill: var(--clr-dark);
  }
}
@media (max-width: 1024px) {
  body.home #ved-engine-selector label.wrapper-label {
    background: rgba(0, 0, 0, 0.25);
  }
}
body #ved_engine_box .ved_container .ved-tabs-hold ul.ved-nav-tabs li.ved-nav-item button.active {
  color: var(--clr-blue);
}
body #ved_engine_box .ved_container .ved-tab-content .btn,
body #ved_engine_box2 .ved_container .ved-tab-content .btn,
body #ved_engine_box3 .ved_container .ved-tab-content .btn {
  background-color: var(--clr-blue) !important;
}
body #ved_engine_box .form-check-input:checked,
body #ved_engine_box2 .form-check-input:checked,
body #ved_engine_box3 .form-check-input:checked {
  background-color: var(--clr-blue);
  border-color: var(--clr-blue);
}
body #ved_engine_box3 .submit_holder .formSubmitButton {
  background-color: var(--clr-blue);
}
body #ved_engine_box3 h2 {
  color: var(--clr-dark) !important;
}
body #ved_engine_box3 .submit_holder {
  margin-top: 0 !important;
}
body #ved_engine_box .flight-type-row .flight-type .radio-label.active,
body #ved_engine_box2 .flight-type-row .flight-type .radio-label.active,
body #ved_engine_box3 .flight-type-row .flight-type .radio-label.active {
  background-color: var(--clr-dark);
}
body #ved_engine_box .flight-type-row .flight-type .radio-label:not(.active),
body #ved_engine_box2 .flight-type-row .flight-type .radio-label:not(.active),
body #ved_engine_box3 .flight-type-row .flight-type .radio-label:not(.active) {
  background-color: transparent;
}
body #ved_engine_box3 .wrapper-label.select-wl .ts-wrapper {
  align-content: center;
}
body #search-page-content .hero {
  padding: 130px 0 80px;
}
@media (max-width: 1024px) {
  body #search-page-content .hero {
    padding: 0;
  }
  body #search-page-content .hero:before {
    content: none;
  }
  body #search-page-content .hero #ved_engine_box {
    margin: -86px -10px 0 -10px;
  }
  body #search-page-content .hero #ved_engine_box .wrapper-label::after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='7' viewBox='0 0 12 7'><path id='Path' d='M1.251,0,0,1.306,4.5,6,0,10.694,1.251,12,7,6Z' transform='translate(12 0) rotate(90)' fill='white'/></svg>");
  }
  body #search-page-content .hero #ved_engine_box2 {
    margin: 0 -10px;
  }
  body #search-page-content .hero .custom-content {
    padding: 0;
    max-width: none;
  }
  body #search-page-content .hero .custom-content img {
    max-height: 390px;
    object-fit: cover;
  }
  body #search-page-content .hero .custom-content h1 {
    position: absolute;
    top: 140px;
    left: 50%;
    transform: translate(-50%, 0);
    margin-bottom: 0;
    z-index: 1;
    width: 100%;
    font-size: 30px;
  }
}
body #search-page-content .hero > div {
  width: 100%;
}
@media (min-width: 1025px) {
  body #search-page-content .hero > div #ved_engine_box {
    margin-top: 80px;
  }
}
body #ved_engine_box {
  margin-top: 80px;
}
body:not(.home) #ved_engine_box {
  margin-top: 80px;
}
@media (min-width: 1025px) {
  body:not(.home) #ved_engine_box {
    z-index: 9 !important;
  }
}
@media (min-width: 768px) {
  body:not(.home) #ved_engine_box {
    max-width: fit-content;
  }
  body:not(.home) #ved_engine_box .ved_container {
    max-width: fit-content !important;
  }
  body:not(.home) #ved_engine_box .ved_container .engine-header, body:not(.home) #ved_engine_box .ved_container .engine-header .container, body:not(.home) #ved_engine_box .ved_container .ved-tabs-hold {
    max-width: fit-content !important;
  }
  body:not(.home) #ved_engine_box .ved_container .ved-tabs-hold {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
body #ved_engine_box, body #ved_engine_box2 {
  position: relative;
  z-index: 1;
}
body #ved_engine_box .container, body #ved_engine_box2 .container {
  max-width: none !important;
  width: 100% !important;
  padding: 0 !important;
}
body #ved_engine_box .gbForm_holder, body #ved_engine_box2 .gbForm_holder {
  padding: 0;
}
body #ved_engine_box3 .container {
  padding-right: 0;
  padding-left: 0;
}

/* Éléments à cacher */
#setanalytics {
  display: none;
}

/* Pastille vignette */
body .ved_thumbnail_box {
  /*z-index: 1000;*/
}

body .ved_thumbnail_box.anonyme, .ved_thumbnail_box.soumission:not(.ved-fixed):not(.ved-reduced) {
  background-color: var(--clr-blue);
  height: 50px;
}
body .ved_thumbnail_box.anonyme .inner.agency a, .ved_thumbnail_box.soumission:not(.ved-fixed):not(.ved-reduced) .inner.agency a {
  height: 50px;
}

body .ved_thumbnail_box {
  border-color: var(--clr-blue);
}

#open-ved-vignette-lightbox .info-icon svg #Tracé_22028,
#no-ved-vignette-lightbox .info-icon svg #Tracé_22028 {
  fill: var(--clr-blue);
}

#ved-vignette-lightbox .engine-contact-icon svg path {
  fill: var(--clr-blue);
}

#ved-vignette-lightbox.ved-lightbox .ved-agent-button-primary {
  background-color: var(--clr-blue);
}

/*body .ved_thumbnail_box.ved-fixed .inner .agent-info span,
body .ved_thumbnail_box.ved-fixed .inner .agent-info .agent-name {
    color: #fff !important;
}*/
body .ved_thumbnail_box.ved-fixed .chevron-icon svg path {
  fill: #fff;
}

/* Pastille vignette - Popup */
.ved-lightbox .agent-markup .agent-title, .ved-lightbox .agency-markup .agent-title,
.ved-lightbox .agent-markup .agent-name, .ved-lightbox .agency-markup .agent-name {
  color: var(--clr-dark) !important;
}

.ved-lightbox h2 {
  color: var(--clr-dark) !important;
  font-weight: 400 !important;
}

#ved-vignette-lightbox .ved-form-group label {
  color: var(--clr-dark) !important;
}

/* Formulaires de contact */
body #pf-user-form a.pf-send-quote {
  background-color: var(--clr-blue);
  display: inline-block;
  text-decoration: none;
  align-content: center;
}

/* Forfaits / Boxprix */
#main-content #group_box #custom_group_wrapper .gb_group_wrapper.gb_signature .gb_price_emphasis:before {
  color: var(--clr-blue);
}
#main-content #group_box #custom_group_wrapper .gb_group_wrapper .gb_content_holder #gb_content_price .gb_price_list li .gb_price_inner .gb_icon_holder i.fa {
  color: var(--clr-blue) !important;
}
#main-content #group_box #custom_group_wrapper .gb_group_wrapper .gb_content_holder .gb_primary_info.gb_zone_bg .gb_content .gb_main_infos .gb_best_price.gb_emphasis {
  background-color: var(--clr-blue);
}
#main-content #group_box #custom_group_wrapper .gb_group_wrapper .gb_content_holder .gb_primary_info.gb_zone_bg .gb_content .gb_main_infos .gb_booking_holder .gb_booking {
  background-color: var(--clr-blue) !important;
}
#main-content #group_box #custom_group_wrapper .gb_group_wrapper .gb_content_holder .gb_primary_info.gb_zone_bg .gb_content .gb_main_infos .gb_section.gb_need_infos a {
  border-color: var(--clr-blue) !important;
  color: var(--clr-blue) !important;
}

/* Billets */
body #etkt_box ul#toHolder {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-left: 0;
}

/* Surchage Agent */
body {
  /* .ved_thumbnail_box.anonyme .inner.agency a, body .ved_thumbnail_box.soumission:not(.ved-fixed):not(.ved-reduced) .inner.agency a {
      height: 50px;
      width: 50px;
  } */
}
body .ved_thumbnail_box.anonyme .inner.agency a, body .ved_thumbnail_box.soumission:not(.ved-fixed):not(.ved-reduced) .inner.agency a {
  height: 50px;
  width: 50px;
}
@media (min-width: 1024px) {
  body .ved_thumbnail_box.anonyme .inner.agency a, body .ved_thumbnail_box.soumission:not(.ved-fixed):not(.ved-reduced) .inner.agency a {
    height: 100%;
    width: 100%;
  }
}
@media (max-width: 767px) {
  body .ved_thumbnail_box.anonyme .inner .info-icon svg, body .ved_thumbnail_box.soumission .inner .info-icon svg {
    width: 45px;
    height: 45px;
  }
}
@media (max-width: 767px) {
  body .ved_thumbnail_box .inner a .ved-flex {
    max-height: 50px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  body .navbar .ved_thumbnail_box.anonyme .inner, body .navbar .ved_thumbnail_box.soumission .inner {
    width: 50px;
    height: 60px;
  }
}
body .ved_thumbnail_box.ved-reduced.anonyme:hover .inner .agency-info, body .ved_thumbnail_box.ved-reduced.soumission:hover .inner .agency-info {
  margin-left: 0px;
}
@media (max-width: 1024px) {
  body .ved_thumbnail_box.ved-reduced.soumission:hover .inner {
    margin-top: 0px !important;
  }
}
@media (min-width: 1024px) {
  body .navbar .ved_thumbnail_box.ved-reduced:hover .inner {
    padding: 0px 0px 0px 25px;
    width: 280px;
  }
}
@media (max-width: 767px) {
  body .ved_thumbnail_box {
    box-sizing: content-box;
    width: 50px;
    height: 50px;
    border-radius: 50px;
  }
  body .navbar .ved_thumbnail_box.anonyme .inner, body .navbar .ved_thumbnail_box.soumission .inner {
    width: 50px;
    height: 50px;
    max-width: 50px;
    border-radius: 50px;
  }
  body .ved_thumbnail_box.anonyme .inner a, body .ved_thumbnail_box.soumission .inner a {
    height: 50px !important;
  }
  body .ved_thumbnail_box .inner a {
    height: 50px;
    max-height: 50px;
  }
  body .ved_thumbnail_box.anonyme .inner .info-icon svg, body .ved_thumbnail_box.soumission .inner .info-icon svg {
    width: 38px;
    height: 38px;
  }
}

.navbar .ved_thumbnail_box .inner {
  background-repeat: no-repeat;
  background-position: top 50% left 219px;
  letter-spacing: 0.5px;
  width: auto;
}
@media (min-width: 1024px) {
  .navbar .ved_thumbnail_box .inner {
    padding: 0px 42px 0px 25px;
  }
}
.navbar .ved_thumbnail_box {
  width: auto;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .navbar .ved_thumbnail_box.anonyme .inner, .navbar .ved_thumbnail_box.soumission .inner {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 767px) {
  .navbar .ved_thumbnail_box.anonyme .inner, .navbar .ved_thumbnail_box.soumission .inner {
    width: 40px;
  }
}

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