:root {
  /* === Root Em = 10px === */
  font-size: 62.5%;
}

/* === Couleurs === */
/* === Responsive sizes === */
/* === Fonts ===*/
/* --- Font family --- */
/* --- Font sizes --- */
:root {
  --font-size-xs: 1.15rem;
  --font-size-sm: 1.3rem;
  --font-size-base: 1.5rem;
  --font-size-lg: 2rem;
  --font-size-xl: 2.5rem;
  --font-size-2xl: 3.5rem;
  --font-size-3xl: 4.5rem;
  --font-size-4xl: 5rem;
  --font-size-5xl: 6rem;
}

/* --- Font weights --- */
/* === Margin sizes === */
@media screen and (max-width: 992px) {
  :root {
    --font-size-xs: 1rem;
    --font-size-sm: 1.15rem;
    --font-size-base: 1.3rem;
    --font-size-lg: 1.5rem;
    --font-size-xl: 2rem;
    --font-size-2xl: 2.5rem;
    --font-size-3xl: 3rem;
    --font-size-4xl: 3.5rem;
    --font-size-5xl: 4rem;
    --font-size-6xl: 5rem;
  }
}
@media screen and (max-width: 576px) {
  :root {
    --font-size-xs: 1rem;
    --font-size-sm: 1.3rem;
    --font-size-base: 1.6rem;
    --font-size-lg: 1.9rem;
    --font-size-xl: 2.2rem;
    --font-size-2xl: 2.5rem;
    --font-size-3xl: 2.8rem;
    --font-size-4xl: 3rem;
    --font-size-5xl: 3.6rem;
    --font-size-6xl: 4rem;
  }
}
@media screen and (max-width: 360px) {
  :root {
    --font-size-xs: .8rem;
    --font-size-sm: 1rem;
    --font-size-base: 1.3rem;
    --font-size-lg: 1.6rem;
    --font-size-xl: 1.9rem;
    --font-size-2xl: 2.2rem;
    --font-size-3xl: 2.5rem;
    --font-size-4xl: 2.8rem;
    --font-size-5xl: 3rem;
    --font-size-6xl: 3.5rem;
  }
}
.vols-decouverte h1 {
  font-size: var(--font-size-4xl);
  font-family: "Unbounded", cursive;
  font-weight: 400;
  text-align: center;
  width: 50%;
  margin: 3rem auto;
  color: #014F8B;
  padding-bottom: 5rem;
}
.vols-decouverte h2 {
  font-size: var(--font-size-2xl);
  font-family: "Unbounded", cursive;
  font-weight: 400;
  text-align: center;
  color: #014F8B;
  margin-bottom: 3rem;
}
.vols-decouverte .banner {
  background-image: url(../../img/hero_recapbapteme.png);
  padding-bottom: 45vh;
  margin-bottom: 2rem;
}
.vols-decouverte .helloasso-widget {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  height: fit-content;
  margin-bottom: 5rem;
}
.vols-decouverte .content-info {
  margin: 0 auto 5rem auto;
  padding: 0 2rem 0 2rem;
  max-width: 1200px;
  font-family: "Poppins", sans-serif;
  color: #014F8B;
  font-size: var(--font-size-base);
}
.vols-decouverte .content-info .content-columns {
  column-count: 2;
  column-gap: 40px;
}
@media (max-width: 1200px) {
  .vols-decouverte .content-info .content-columns {
    column-count: 1;
  }
}
.vols-decouverte .cta-vols-instruction {
  min-height: 40vh;
  padding: 0;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #012A4A;
  gap: 2rem;
}
.vols-decouverte .cta-vols-instruction h2 {
  color: #FFFFFF;
  margin-bottom: 2rem;
  padding: 0;
}
.vols-decouverte .cta-vols-instruction .cta-button {
  display: block;
  padding: 1rem 2rem;
  background-color: #014F8B;
  font-family: "Poppins", sans-serif;
  color: #fff;
  text-decoration: none;
  font-size: var(--font-size-base);
  transition: background-color 0.3s ease;
}
.vols-decouverte .cta-vols-instruction .cta-button:hover {
  background-color: #FFA256;
}
.vols-decouverte .destinations {
  max-width: 1200px;
  margin: 0 auto 4rem auto;
  padding-bottom: 5rem;
  text-align: center;
}
.vols-decouverte .destinations figure {
  background: #ffffff;
  display: inline-block;
  margin: 55px 20px 30px;
  padding: 15px 15px 30px;
  text-align: center;
  text-decoration: none;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: relative;
}
.vols-decouverte .destinations figcaption {
  font-family: "Poppins", sans-serif;
  color: #014F8B;
  font-size: var(--font-size-base);
  position: relative;
  top: 15px;
}
.vols-decouverte .destinations figure img {
  display: block;
  width: 250px;
}
.vols-decouverte .destinations figure:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.7);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.7);
}
.vols-decouverte .destinations figure:nth-child(odd) {
  rotate: 2deg;
}
.vols-decouverte .destinations figure:nth-child(even) {
  rotate: -2deg;
}
.vols-decouverte .avions {
  max-width: 1200px;
  margin: 0 auto 4rem auto;
  padding-bottom: 5rem;
}
.vols-decouverte .avions .gallerie {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2rem;
}
.vols-decouverte .avions .gallerie .gallerie-item {
  text-align: left;
  display: flex;
  flex-direction: column;
  border: 1px solid #FFA256;
  border-radius: 10px;
  overflow: hidden;
}
.vols-decouverte .avions .gallerie .gallerie-photo {
  overflow: hidden;
  position: relative;
  /*max-height: 150px;*/
  width: 100%;
  aspect-ratio: 16/9;
  border-bottom: 1px solid #FFA256;
}
.vols-decouverte .avions .gallerie .gallerie-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: transform 0.5s ease;
}
.vols-decouverte .avions .gallerie .gallerie-photo img:hover {
  transform: scale(1.08);
}
.vols-decouverte .avions .gallerie .gallerie-titre {
  margin-top: 2rem;
  margin-left: 2rem;
  font-size: var(--font-size-xl);
  font-family: "Unbounded", cursive;
  font-weight: 400;
  text-align: left;
  color: #014F8B;
  margin-bottom: 2rem;
}
.vols-decouverte .avions .gallerie .gallerie-desc {
  margin-top: 0.5rem;
  margin-left: 2rem;
  font-size: var(--font-size-base);
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 768px) {
  .vols-decouverte .avions .gallerie {
    margin-left: 30px;
    margin-right: 30px;
  }
}

/*# sourceMappingURL=vols-decouverte.css.map */
