.my-6 {
  margin-top: 64px !important;
  margin-bottom: 64px !important;
}

.mt-6 {
  margin-top: 64px !important;
}

.mb-6 {
  margin-bottom: 64px !important;
}

.mt-7 {
  margin-top: 80px !important;
}

@media (min-width: 768px) {
  .w-md-25 {
    max-width: 25%;
  }
  .w-md-40 {
    max-width: 40%;
  }
  .w-md-50 {
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .w-lg-25 {
    max-width: 25%;
  }
  .w-lg-40 {
    max-width: 40%;
  }
  .w-lg-50 {
    max-width: 50%;
  }
}
blockquote {
  font-family: "courier-new", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.panel {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  padding: 32px 22px 22px 16px;
  height: 100%;
}
.panel.panel-blue {
  background-color: var(--color-secondary);
  color: var(--color-light);
}
.panel.panel-yellow {
  background-color: var(--color-primary);
  color: var(--color-white);
}
.panel p:last-child {
  margin-bottom: 0;
}

.bg-yellow {
  background-image: url(../images/yellow-bg.png);
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  min-height: 600px;
  color: var(--color-white);
}

@media (max-width: 767.98px) {
  .bg-yellow--split-mobile {
    background: none;
    min-height: 0;
  }
  .bg-yellow--split-mobile > [class*=col-] {
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    background-color: var(--color-primary);
    color: var(--color-white);
    padding: 32px 22px 22px 16px;
    margin-bottom: 1rem;
  }
  .bg-yellow--split-mobile > [class*=col-]:last-child {
    margin-bottom: 0;
  }
}

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

.btn.btn-warning {
  color: var(--color-white);
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}
.btn.btn-warning:hover {
  color: var(--color-primary);
  background-color: var(--color-white);
  border-color: var(--color-primary);
}
.btn.btn-outline-warning {
  color: var(--color-white);
  background-color: transparent;
  border-color: var(--color-primary);
}
.btn.btn-outline-warning:hover {
  color: var(--color-primary);
  background-color: var(--color-white);
  border-color: var(--color-primary);
}

:root {
  --color-primary: #e4bc3a;
  --color-secondary: #5a98c4;
  --color-terciary: #284276;
  --color-dark-blue: #244379;
  --color-text: #616160;
  --color-light: #e9e9e8;
  --color-gray: #C6C6C6;
  --color-bg: #f1f1f1;
  --color-white: #ffffff;
  --bs-primary: var(--color-terciary);
  --bs-primary-rgb: 40, 66, 118;
  --bs-secondary: var(--color-secondary);
  --bs-secondary-rgb: 90, 152, 196;
  --bs-warning: var(--color-primary);
  --bs-warning-rgb: 228, 188, 58;
}

body {
  color: var(--color-text);
  background-color: var(--color-bg);
  font-family: "bicyclette", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(16px, 0.78vw + 13px, 24px);
  line-height: 1.17;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

main {
  position: relative;
  /*section {
      min-height: 100vh;
  }*/
}
main > header h1 {
  padding-top: 120px !important;
}
main > .container > section {
  padding-top: 80px !important;
  scroll-margin-top: 10px;
}

h1 {
  color: var(--color-primary);
  font-family: "bicyclette", sans-serif;
  font-weight: 900;
  font-size: clamp(36px, 4.29vw + 20px, 80px);
}

h2 {
  color: var(--color-primary);
  font-family: "bicyclette", sans-serif;
  font-weight: 900;
  font-size: clamp(28px, 2.73vw + 18px, 56px);
  line-height: 1.1;
  text-transform: uppercase;
}

h3, h4, h5, h6 {
  color: var(--color-primary);
  font-family: "bicyclette", sans-serif;
  font-weight: 700;
}

/*.color-secondary {
    color: var(--color-secondary);
}
.bg-secondary {
    background-color: var(--color-secondary);
    color: var(--color-light);
}*/
nav.navbar {
  background-color: var(--color-primary);
}
nav.navbar .navbar-brand > img {
  max-width: 149px;
}
nav.navbar .nav-link {
  color: var(--color-light) !important;
  text-align: center;
  text-transform: uppercase;
  font-family: "bicyclette", sans-serif;
  font-weight: 900;
  font-size: 14px;
  line-height: 16px;
}
nav.navbar .nav-link.active, nav.navbar .nav-link:hover {
  background-image: url(../images/nav-active.png) !important;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
nav.navbar .lang-switcher {
  display: flex;
  align-items: center;
}
nav.navbar .lang-switcher__toggle {
  padding: 0;
  border: none;
  background: transparent;
  line-height: 1;
  opacity: 0.9;
}
nav.navbar .lang-switcher__toggle img {
  display: block;
  width: 28px;
  height: 28px;
}
nav.navbar .lang-switcher__toggle:hover, nav.navbar .lang-switcher__toggle:focus {
  opacity: 1;
  background: transparent;
  box-shadow: none;
  outline: 2px solid var(--color-dark-blue);
  outline-offset: 2px;
}
nav.navbar .lang-switcher__menu {
  min-width: 140px;
  border: none;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}
nav.navbar .lang-switcher__menu .dropdown-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "bicyclette", sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  color: var(--color-dark-blue);
}
nav.navbar .lang-switcher__menu .dropdown-item .lang-switcher__flag {
  flex-shrink: 0;
  display: inline-block;
  width: 18px;
  height: 18px;
  object-fit: cover;
  border-radius: 50%;
}
nav.navbar .lang-switcher__menu .dropdown-item.active, nav.navbar .lang-switcher__menu .dropdown-item:active {
  background-color: var(--color-primary);
  color: var(--color-dark-blue);
}
nav.navbar .lang-switcher__menu .dropdown-item:hover {
  background-color: var(--color-light);
  color: var(--color-dark-blue);
}

header #family {
  position: absolute;
  top: 0;
  right: 0;
  max-height: 115%;
}

#map {
  font-family: "bicyclette", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 16px;
}
#map .map-title {
  position: absolute;
  top: -25px;
  left: 15%;
  width: 70%;
  text-align: center;
}
#map .legend-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 16px;
}
#map .legend-item .legend-color {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  display: inline-block;
}
#map .legend-item .legend-color.legend-color-gray {
  background-color: var(--color-gray);
}
#map .legend-item .legend-color.legend-color-blue {
  background-color: var(--color-secondary);
}
#map .legend-item .legend-color.legend-color-yellow {
  background-color: var(--color-primary);
}
#map .legend-item .legend-text {
  display: inline-block;
  margin-left: 8px;
  font-family: "bicyclette", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}
#map .description {
  font-weight: 400;
  font-size: clamp(16px, 0.78vw + 13px, 24px);
  line-height: 1.17;
  width: 360px;
  margin: auto;
}
#map .description strong {
  font-weight: 900;
  font-size: clamp(24px, 1.37vw + 19px, 38px);
  line-height: 1.1;
  color: var(--color-secondary);
}
@media (min-width: 992px) {
  #map .description {
    margin-bottom: 65px;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  #map .description {
    padding-right: 50px !important;
  }
}
#map #sunglasses {
  position: absolute;
  width: 106%;
  top: -45%;
  left: 0%;
}
@media (min-width: 992px) {
  #map #sunglasses {
    width: 106%;
    top: -45%;
    left: 0%;
  }
}
@media (min-width: 1050px) {
  #map #sunglasses {
    width: 106%;
    top: -39%;
    left: 11%;
  }
}
@media (min-width: 1200px) {
  #map #sunglasses {
    width: 130%;
    top: -270px;
    left: -15%;
  }
}
@media (min-width: 1300px) {
  #map #sunglasses {
    width: 156%;
    top: -64%;
    left: -20%;
  }
}
@media (min-width: 1400px) {
  #map #sunglasses {
    width: auto;
    top: -335px;
    left: -20%;
  }
}

@media (max-width: 991px) {
  body.nl_BE #map .map-title,
  body.nl_NL #map .map-title {
    top: -16px;
    font-size: 32px;
  }
}
@media (max-width: 470px) {
  body.nl_BE #map .map-title,
  body.nl_NL #map .map-title {
    top: -13px;
    font-size: 27px;
  }
}

#intro h2 {
  color: var(--color-primary);
  font-family: "bicyclette", sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: clamp(20px, 0.78vw + 17px, 28px);
  line-height: 1.15;
  text-transform: uppercase;
}

#what-is-it p:last-child {
  margin-bottom: 0;
}

#zones {
  padding-top: 40px !important;
  scroll-margin-top: 50px;
  position: relative;
  overflow: visible;
}
#zones .icon {
  height: 100px;
  padding-bottom: 24px;
}

#mesures .panel {
  padding: 34px;
}
#mesures .icon {
  margin-right: 8px;
  width: 92px;
  height: 92px;
}
#mesures .border {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  border: 4px dashed var(--color-primary) !important;
  padding: 14px 20px;
  margin-bottom: 40px;
}
#mesures .border ul, #mesures .border p:last-child {
  margin-bottom: 0;
}

#symptoms .icon {
  max-width: 150px;
}
#symptoms .text-dark-blue {
  text-transform: uppercase;
  font-weight: 900;
}

#references {
  min-height: auto;
}
#references h2 {
  font-weight: 700;
}
#references ul,
#references ol {
  padding-left: 1rem;
}
#references ul li,
#references ol li {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 16px;
}

footer {
  padding-top: 120px;
  padding-bottom: 64px;
}

#sickness {
  position: relative;
  overflow: visible;
}

.parallax-mosquito {
  display: none;
  position: absolute;
  pointer-events: none;
  z-index: 0;
  will-change: transform;
}
@media (min-width: 992px) {
  .parallax-mosquito {
    display: block;
  }
}
.parallax-mosquito img {
  display: block;
  max-width: none;
  width: clamp(180px, 22vw, 360px);
}

.parallax-mosquito--1 {
  right: -12vw;
  top: 140px;
}

.parallax-mosquito--2 {
  left: -12vw;
  bottom: 38%;
}

.parallax-mosquito--3 {
  left: 100%;
  margin-left: -10vw;
  top: -6%;
}

.travelers-card,
.stays-card {
  display: inline-block;
  width: 100%;
  container-type: inline-size;
}

.travelers-overlay,
.stays-overlay {
  position: absolute;
  left: 50%;
  width: 100%;
  color: var(--color-white);
  font-family: "bicyclette", sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 4cqw + 5px, 32px);
  line-height: clamp(16px, 4cqw + 5px, 32px);
}
.travelers-overlay strong,
.stays-overlay strong {
  font-family: "bicyclette", sans-serif;
  font-weight: 900;
  font-size: clamp(24px, 7.8cqw + 2px, 56px);
  line-height: clamp(26px, 8.4cqw + 2px, 60px);
}
.travelers-overlay h4,
.stays-overlay h4 {
  font-family: "bicyclette", sans-serif;
  font-weight: 900;
  font-size: clamp(18px, 5.4cqw + 3px, 40px);
  line-height: clamp(20px, 6cqw + 3px, 44px);
  text-transform: uppercase;
}
.travelers-overlay p:last-child,
.stays-overlay p:last-child {
  margin-bottom: 0;
}
@media (min-width: 1400px) {
  .travelers-overlay p,
  .stays-overlay p {
    line-height: 1.2;
  }
}

.travelers-overlay {
  top: 52.5%;
  transform: translate(-50%, -50%) rotate(-4deg);
  padding: 1rem 3rem 1rem 1rem;
}
.travelers-overlay h4 {
  padding: 0 17%;
}

body.fr_FR .travelers-overlay h4,
body.fr_FR .stays-overlay h4 {
  font-size: clamp(18px, 4.4cqw + 3px, 40px);
  line-height: clamp(20px, 5cqw + 3px, 44px);
}

.stays-overlay {
  top: 0;
  bottom: 0;
  transform: translateX(-50%) rotate(8deg);
  padding: 0;
}
.stays-overlay h4 {
  position: absolute;
  top: 23%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  padding: 0 10%;
}
.stays-overlay .stays-description {
  position: absolute;
  top: 36%;
  left: 0;
  width: 100%;
  padding: 0 5%;
}
.stays-overlay .stays-description p {
  padding-left: 30px;
  padding-right: 30px;
  text-align: left;
}
.stays-overlay .stays-float-spacer {
  display: block;
  float: left;
  width: 33%;
  height: 23cqw;
}

.stays-card .percent {
  color: var(--color-white);
  position: absolute;
  left: 23.4%;
  top: 42.6%;
  transform: translate(-50%, -50%) rotate(8deg);
  z-index: 1;
  font-family: "bicyclette", sans-serif;
  font-weight: 700;
  font-size: clamp(12px, 3cqw + 4px, 24px);
  line-height: clamp(14px, 3.6cqw + 4px, 28px);
  letter-spacing: 0%;
  color: var(--color-secondary);
}
.stays-card .percent strong {
  font-family: "bicyclette", sans-serif;
  font-weight: 900;
  font-size: clamp(24px, 7.8cqw + 2px, 56px);
  line-height: clamp(26px, 8.4cqw + 2px, 60px);
  letter-spacing: 0%;
  color: var(--color-secondary);
}

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