@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: #eeeeee;
  --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: #EEEEEE;
  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;
}
.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: -25px !important;
}
@media (min-width: 1025px) {
  .swiper-button-next {
    right: -50px !important;
  }
}
@media (min-width: 1200px) {
  .swiper-button-next {
    right: -100px !important;
  }
}

.swiper-button-prev {
  left: -25px !important;
}
@media (min-width: 1025px) {
  .swiper-button-prev {
    left: -50px !important;
  }
}
@media (min-width: 1200px) {
  .swiper-button-prev {
    left: -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-content {
  color: var(--clr-dark);
  background-color: #fff;
  padding: 1rem 1.5rem;
}
@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;
}

.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;
  width: 350px;
  border-radius: 10px;
  overflow: hidden;
  background: white;
}
.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 {
  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;
  }
}
#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;
  }
}

#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 .btn {
  min-width: 225px;
  width: 100%;
  margin-top: 3rem;
}

#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: #EEEEEE;
}
.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);
}

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: 1025px) {
  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: block;
  width: 40px;
  text-align: left;
}
@media (min-width: 1025px) {
  body .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
body .navbar-expand-lg .navbar-nav {
  flex-direction: column;
}
@media (min-width: 1025px) {
  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: 1025px) {
  body .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
}

.navbar {
  border-top: 1px solid var(--clr-grey);
  padding: 30px 0;
  background-color: #fff;
  position: relative;
  z-index: 200;
  /* Navbar animation */
  /* END Navbar animation */
}
@media (max-width: 1024px) {
  .navbar {
    padding-block: 15px;
    padding-right: 12px;
    padding-left: 12px;
  }
}
.navbar .navbar-brand {
  z-index: 999;
}
.navbar .navbar-brand {
  padding: 0;
}
@media (max-width: 1024px) {
  .navbar .navbar-brand {
    margin-right: 0;
  }
}
@media (min-width: 1025px) {
  .navbar .navbar-brand {
    width: 200px;
  }
}
.navbar .logo {
  width: 100%;
  height: 60px;
  max-width: 200px;
  object-fit: contain;
  object-position: left center;
}
@media (min-width: 1025px) and (max-width: 1400px) {
  .navbar .logo {
    height: 80px;
  }
}
@media (max-width: 1024px) {
  .navbar .logo {
    max-width: 150px;
    height: 60px;
  }
}
@media (min-width: 1025px) and (max-width: 1400px) {
  .navbar .pastille-agent {
    flex-basis: 200px;
  }
  .navbar .pastille-agent img {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 1025px) {
  .navbar .pastille-agent {
    margin-left: 60px;
  }
}
@media (max-width: 1024px) {
  .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: 1025px) {
  .navbar .navbar-wrapper .d-lg-none {
    display: none !important;
  }
}
.navbar .navbar-nav {
  gap: 50px;
}
@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: 1024px) {
  .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: 1024px) {
  .navbar .navbar-nav .nav-item .dropdown-menu {
    border: none;
  }
}
.navbar .navbar-nav .nav-item .dropdown-menu h5 {
  font-size: 13px;
  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: 1025px) {
  .navbar .navbar-collapse {
    display: block;
    position: absolute;
    top: 37.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;
    transform: scaleY(0);
    z-index: 2;
    /*transition: transform .1s ease, 
        opacity 0ms linear .1s, 
        visibility 0ms linear .1s;*/
  }
  .navbar .navbar-collapse .header-nav__bg.blur {
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    /*-webkit-backdrop-filter: blur(.625rem);
    backdrop-filter: blur(.625rem);*/
    z-index: 1;
  }
  .navbar .navbar-collapse.expanded .header-nav__bg {
    transform: initial;
  }
  .navbar .navbar-collapse .navbar-nav {
    position: relative;
    width: 820px;
    max-width: 56%;
    margin-inline: auto;
    padding-right: 60px;
    justify-content: flex-end;
    z-index: 3;
  }
}
@media (min-width: 1025px) and (max-width: 1400px) {
  .navbar .navbar-collapse .navbar-nav {
    max-width: 50%;
  }
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .navbar .navbar-collapse .navbar-nav {
    justify-content: center;
  }
}
@media (min-width: 1025px) {
  .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: 12px;
    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-weight: 600;
  }
  .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: 28.7px;
  }
}
@media (max-width: 1024px) {
  .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: 13px;
  pointer-events: none;
  font-weight: 500;
}
@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 #eee;
    border-bottom: 1px solid #eee;
    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;
}
@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;
}

.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;
}
@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: 12px;
}
.sub-footer .copyrights a {
  font-size: 12px;
}
@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;
  padding: 0 0 40px;
}
.home #hero-banner .d-block {
  display: block !important;
}
@media (min-width: 1025px) {
  .home #hero-banner .d-lg-none {
    display: none !important;
  }
}
@media (min-width: 1025px) {
  .home #hero-banner {
    padding: 320px 0 110px;
  }
}
.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;
}
@media (max-width: 1024px) {
  .home #hero-banner h1 {
    position: absolute;
    top: 180px;
    left: 50%;
    transform: translate(-50%, 0);
    margin-bottom: 0;
    z-index: 1;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .home #hero-banner h1 {
    margin-bottom: 120px;
  }
}
.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;
}
.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: #eee;
}

.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: 120px;
}
@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 {
  max-width: 100px;
  padding: 1rem;
  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: 60px;
  font-weight: 600;
  line-height: 62px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .single-speciality .speciality-heading .heading-wrapper .speciality-title {
    font-size: 40px;
    line-height: 42px;
    margin-bottom: 15px;
  }
}
.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;
}
