body {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
}


.hero-header {
  background-image: url('../img/header.jpeg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 40vh; /* Ajuste la hauteur à ton besoin */
  position: relative;
}

.hero-header h1 {
  font-size: 2.5rem;
  font-weight: 600;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.5);
}

.header-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  height: 100%;
  width: 100%;
  color: white;
  text-align: center;
}



.main-header {
    background-color: #fff;
    padding: 10px 20px;
    border-bottom: 1px solid #ccc;
  }
  
  .header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .header-logo {
    height: 60px;
  }
  
  .main-nav ul {
    list-style: none;
    display: flex;
    gap: 20px;
    margin: 0;
    padding: 0;
  }

  .nav-item{
    font-size: 16px;
    font-weight: 400;
    padding: 0 10px;
  }
  
  .main-nav a {
    text-decoration: none;
    color: #333;
    font-weight: bold;
    position: relative;
  }
  
  .main-nav .dropdown {
    position: relative;
  }
  
  .main-nav .submenu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #f7f6ee;
    border: 1px solid #ccc;
    padding: 10px 0;
    min-width: 160px;
    z-index: 10;
  }
  
  .main-nav .submenu li {
    padding: 5px 20px;
  }
  
  .main-nav .submenu a {
    color: #333;
  }
  
  .main-nav .dropdown:hover .submenu {
    display: block;
  }

/* home */
 
  
  .booking-box {
    background-color: #2e9b83;
    padding: 20px;
    max-width: 700px;
    margin: -100px auto 40px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    color: white;
  }


  .divInfo li a{
    color: #212529;
    text-decoration: none;
  }
  
  .info-block {
    background-color: #f7f6ee;
    text-align: center;
    padding: 40px 20px;
  }
  
  .info-block h2 {
    color: #63843a;
    font-size: 36px;
    margin-bottom: 10px;
    font-weight: 600;
  }
  
  .info-block .icon {
    height: 30px;
    vertical-align: middle;
  }
  
  .info-block p {
    max-width: 700px;
    margin: 0 auto 20px;
    color: #333;
  }
  
  .btn {
    display: inline-block;
    background-color: #63843a;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 4px;
  }
  
  .tarif-table {
    width: 90%;
    margin: 0 auto;
    border-collapse: collapse;
    background: #fff;
    color: #333;
  }
  
  .tarif-table th, .tarif-table td {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: center;
  }
  
/*==== faq =====*/
/* Titre de section */
.section-title {
  font-size: 1.75rem;
  font-weight: 600;
  color: #63843a;
  position: relative;
  display: inline-block;
  margin-bottom: 1rem;
}

.section-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background-color: #ffa500;
  margin-top: 4px;
}

/* footer */
.footer {
    background-color: #63843a;
    color: #f7f6ee;
    padding: 40px 20px 10px;
    font-size: 14px;
  }
  
  .footer-columns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
  }
  
  .footer-col {
    flex: 1 1 250px;
  }
  
  .footer-col h4 {
    font-size: 22px;
    margin-bottom: 10px;
    border-bottom: 2px solid #ffa500;
    display: inline-block;
    padding-bottom: 5px;
  }
  
  .footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .footer-col ul li {
    margin-bottom: 6px;
  }
  
  .footer-col a {
    color: #f7f6ee;
    text-decoration: none;
  }
  
  .footer-about p {
    margin-bottom: 10px;
  }
  
  .footer-logo {
    margin-top: 10px;
    max-width: 300px;
  }
  
  .footer-bottom {
    text-align: center;
    border-top: 1px solid #f7f6ee;
    padding-top: 20px;
    margin-top: 20px;
  }
  
.cta-btn {
  font-size: 1rem;
  padding: 0.75rem 1.5rem;
  border-radius: 6px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.25s ease;
  cursor: pointer;
}

.cta-btn.filled,
.cta-btn.active {
  background-color: #63843a;
  color: #ffffff;
  border: none;
}
.cta-btn.filled:hover,
.cta-btn.active:hover {
  background-color: #4e6a2f;
}

.cta-btn.outline {
  background: transparent;
  color: #63843a;
  border: 2px solid #63843a;
}
.cta-btn.outline:hover {
  background-color: #63843a;
  color: #ffffff;
}


.form-context {
  font-size: 1rem;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  margin-bottom: 1rem;
}

.hero {
  position: relative;
  background: url('/img/plane-hero-xl.webp') center/cover no-repeat;
  padding: 4rem 1rem 2rem;
  color: #fff;
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.15), rgba(0,0,0,0.35));
  z-index: 0;
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start; /* ← aligne tout à gauche */
  gap: 1.5rem;
}

.hero-text {
  text-align: left;
  max-width: 600px;
}

.hero-title {
  font-size: clamp(2rem, 5vw, 3rem);
  margin: 0;
}

.hero-subtitle {
  font-size: 1.25rem;
  margin: 0.25rem 0 0;
}

/* === Suppression de l’arrière-plan du bloc iframe ===================== */
.booking-card {
  padding: 0;
  background: transparent;     /* ← on vire le vert ici */
  box-shadow: none;
  border-radius: 0;
  width: 100%;
  max-width: 600px;           /* même largeur que le texte */
}

.iframe-wrapper {
  width: 100%;
  height: 420px;
}

.iframe-wrapper iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.legal-page {
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
}

.legal-page h1 {
  font-size: 2rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.legal-page h2 {
  font-size: 1.4rem;
  margin-top: 1.5rem;
}

.legal-page ul {
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}

.legal-page li {
  margin-bottom: 0.5rem;
}

.accordion-body p{
  font-size: 1rem;
}

.accordion-body h2{
  font-size: 1.2rem;
}

.footer-social a {
  transition: opacity 0.3s ease;
}

.footer-social a:hover {
  opacity: 0.7;
}

/* Footer */

.site-footer{
  background: #2f8f55;
  color: #f7f6ee;
  border-top: 4px solid rgba(247, 246, 238, .45);
}

.site-footer .footer-logo{
  max-width: 270px;
  height: auto;
  display: block;
}

.site-footer .footer-title{
  font-size: 0.9rem;
  font-weight: 600;
  color: #f7f6ee;
  margin-bottom: .5rem;
}

.site-footer .footer-list li + li{
  margin-top: .25rem;
}

.site-footer .footer-link{
  color: rgba(247, 246, 238, .85);
  text-decoration: none;
  font-size: .8rem;
  line-height: 1.35;
}

.site-footer .footer-link:hover{
  color: #f7f6ee;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.site-footer .footer-link:focus-visible,
.site-footer .footer-social:focus-visible{
  outline: 2px solid #f7f6ee;
  outline-offset: 3px;
  border-radius: .375rem;
}

.site-footer .footer-social-label{
  color: rgba(247, 246, 238, .85);
  font-size: .75rem;
}

.site-footer .footer-social{
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #f7f6ee;
  background: rgba(247, 246, 238, .12);
  text-decoration: none;
}

.site-footer .footer-social:hover{
  background: rgba(247, 246, 238, .18);
}

.site-footer .footer-sep{
  border-color: rgba(247, 246, 238, .35);
  opacity: 1;
}

.site-footer .footer-micro{
  color: rgba(247, 246, 238, .8);
  font-size: .68rem;
  line-height: 1.35;
}

.site-footer .footer-link--micro{
  font-size: .68rem;
}

/* Social block */
.footer-social-title{
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 800;
  color: #ffffff;
}

.footer-social-icons{
  font-size: 1.6rem;
}

.footer-social-link{
  color: #ffffff;
  opacity: .9;
  transition: opacity .15s ease, transform .15s ease;
}

.footer-social-link:hover{
  opacity: 1;
  transform: translateY(-2px);
}

.footer-social-link:focus-visible{
  outline: 2px solid #ffffff;
  outline-offset: 4px;
}

/* fin Footer */

/* RESPONSIVE */
@media (max-width: 992px) {
  .hero-banner .hero-box {
    width: 90%;
    left: 5%;
  }
  .destination-card img {
    height: 180px;
  }
}
@media (max-width: 576px) {
  .hero-banner { height: 250px; }
  .destination-card img { height: 150px; }
  .btn-news { width: 80px; }

  /* Footer */
  .site-footer .footer-brand{
    justify-content: center;
  }
  .site-footer .footer-logo{
    margin-left: auto;
    margin-right: auto;
  }
}


/* Responsive */
@media (max-width: 991.98px) {
  .hero-overlay {
    padding: 5rem 1rem 3rem;
  }
  .hero-left,
  .hero-right {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .hero {
    align-items: flex-end;
  }
  .hero-content {
    flex-direction: column !important;
    align-items: center !important;
    text-align: center;
  }
  .hero-title {
    font-size: 2.1rem;
    text-align: left;
  }
  .hero-subtitle {
    font-size: 1rem;
    text-align: left;
  }
  .search-block {
    margin-top: 2rem;
  }
  .form-context {
    text-align: center;
  }
}

@media (max-width: 575.98px) {
  .hero {
  position: relative;
  background: url('/img/plane-hero-xl.webp') center/cover no-repeat;
  padding: 4rem 1rem 2rem;
  color: #fff;
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.15), rgba(0,0,0,0.35));
  z-index: 0;
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start; /* ← aligne tout à gauche */
  gap: 1.5rem;
}

.hero-text {
  text-align: left;
  max-width: 600px;
}

.hero-title {
  font-size: clamp(2rem, 5vw, 3rem);
  margin: 0;
}

.hero-subtitle {
  font-size: 1.25rem;
  margin: 0.25rem 0 0;
}

/* === Suppression de l’arrière-plan du bloc iframe ===================== */
.booking-card {
  padding: 0;
  background: transparent;     /* ← on vire le vert ici */
  box-shadow: none;
  border-radius: 0;
  width: 100%;
  max-width: 600px;           /* même largeur que le texte */
}

.iframe-wrapper {
  width: 100%;
  height: 420px;
}

.iframe-wrapper iframe {
  width: 100%;
  height: 100%;
  border: none;
}
}
