.menu-toggle {
  display: none; /* Masqué sur desktop */
  padding: 15px;
  background: #333;
  color: white;
  border: none;
  cursor: pointer;
  position: relative;
  z-index: 1000;
  width: 70px;
  height: 70px;
}

.menu-toggle .bar {
  display: block;
  width: 25px;
  height: 3px;
  background: white;
  margin: 5px auto;
  transition: all 0.3s ease;
}
/* Responsive pour mobile */
@media (max-width: 768px) {
  .top_background{
     background: url('images/top-banner-MOBILE-360x300.png');
    width: 100%;
    height: 298px;
    object-fit: inherit;
    aspect-ratio: 5;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
  }
.destination-cardDess{
  margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.banner-b{
  width: 100%;
          box-shadow: none;
}
.overlay-banner{padding-right: 0;}
.banner-b img{display: none;}
.press-release{    max-width: 100%;}
.header-banner {
    
     margin: 0 auto;
    width: 100%;}
    .destination-header h1 {
        font-size: 55px!important;
    }

    .destination-content {
        flex-direction: column;
    }

    .destination-cards {
        margin-right: 0;
    }

    .card img {
        height: 120px;
    }
}

/* Responsive pour tablette */
@media (min-width: 769px) and (max-width: 1024px) {
    .destination-header h1 {
        font-size: 60px;
    }
}
@media screen and (max-width: 768px) {
  /*.swiper-navBtn,
  .swiper-navBtn2 {
    display: none;
  }*/
}
@media (max-width: 768px) {
  .site2{
    width: 100%;
  }
    .contentResp{
    flex-direction: row!important;
  }
  .footerIcon{
    flex-direction: column;
  }

  .hide2 .main .vols{
    width: 100%;
  }
  .contentVolBooking{
    width: 100%;
    margin-top: 45px;
  }
  .menu-toggle {
    display: block;
  }
.mt100{
      margin-top: 30px;
}
  .menu-toggle.is-active .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  .menu-toggle.is-active .bar:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle.is-active .bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
}

@media only screen and (max-width: 768px) {
    .test{
      display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: stretch;
        align-content: stretch;
    }
    
}

/* Style pour desktop (écrans larges) */
@media (min-width: 769px) {
  .menu_site {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .item {
    /*flex: 1 1 200px;*/
    border: none;
  }

  .item > a {
    background: transparent;
    font-weight: normal;
  }

  .smenu {
    display: none;
    position: absolute;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    z-index: 100;
  }

  .item:hover .smenu {
    display: block;
  }
}

/* Style pour mobile (écrans étroits) */
@media (max-width: 768px) {
  .item.active .smenu {
    display: block;
  }
}
.menu-toggle {
  display: none;
  padding: 10px 15px;
  background: #333;
  color: white;
  border: none;
  cursor: pointer;
}

@media (max-width: 768px) {
  .menu-toggle {
    display: block;
  }

  .menu_site {
    display: none;
  }

  .menu_site.active {
    display: flex;
        flex-direction: column;
        background: #333333;
        width: 100%;
        color: #fff !important;
  }
  .menu_site .item a{
    color: #fff !important;
  }
  .menu_site .item{
    padding-left: 15px;
  }
}