@import url(root.css);
@import url(header-site.css);
@import url(footer-site.css);
@import url(filtre-travel.css);

section {
  padding: 3rem 0;
}

@media(min-width:991.99px) {
section:nth-child(2n) {
  background-color: var(--gold-color);
}
}
a {
  text-decoration: none;
  transition: color 0.3s ease;
}

a:hover {
  color: var(--color-black);
}

.description {
  color: var(--text-color);
  font-size: 20px;
  margin-top: 5px;
}

/* Banner */
/* Style du Swiper */
.hero-swiper-container {
  height: 440px;
  width: 100%;

  overflow: visible;
  /* Important pour laisser déborder les onglets */
}

.hero-swiper-container .swiper {
  width: 100%;
  height: 100%;

}

.hero-swiper-container .swiper-slide {
  background-size: cover;
  background-position: center;


  clip-path: ellipse(120% 100% at 50% -2%);
}



/* MyTravel */
.myTravel .badge-voyage {
  background-color: var(--color-site-1);
  color: white;
  padding: 5px 15px;
  border-radius: var(--border-radius);
  font-size: 16px;
  display: inline-block;
}

.myTravel .card-title {
  font-weight: 700;
  font-size: 18px;
  color: #000;
  text-transform: uppercase;
}

.myTravel .card-text {
  color: var(--text-color);
  font-size: 14px;
}

.myTravel .card-img-wrapper img {
  min-height: 130px;
  border-radius: var(--border-radius);
}

.travel-card {
  position: relative;
  overflow: hidden;
  background: #fff;
  border-radius: 15px;
}

.travel-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.3), transparent);
  transform: skewX(-25deg);
  transition: 0.7s;
  z-index: 2;
}





/* Top Hotels & Nos Voyages */


.hotel-img {
  object-fit: cover;
  height: 330px;
  border-radius: var(--border-radius);
  width: 100%;
}

.hotel-body {
  display: flex;
  padding: 15px 0;
}

.location-badge {
  background-color: #FF572233;
  color: #000;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  padding: 10px 5px;
  font-size: 14px;
  font-weight: 600;
  border-radius: var(--border-radius);
  margin-right: 15px;
  text-align: center;
}

.hotel-content {
  flex: 1;
}

.hotel-name {
  font-size: 18px;
  font-weight: 600;
  color: #0E0E0F
}

.price-section span {
  font-size: 12px;
  color: var(--text-color);
}

.price-value {
  font-size: 22px;
  font-weight: 700;
  color: #232323;
}

.btn-details {
  background-color: var(--color-site-1);
  color: #fff;
  padding: 10px 20px;
  border-radius: var(--border-radius);
  font-size: 14px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}



.btn-details:active {
  transform: translateY(0);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.btn-details::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%);
  transition: width 0.6s, height 0.6s;
}

.btn-details:active::before {
  width: 300px;
  height: 300px;
}

.btn-details::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -100%;
  width: 100%;
  height: 200%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transform: skewX(-20deg);
  transition: left 0.5s;
}


.btn-details:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(255, 87, 34, 0.3);
}

.btn-details:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}



.topHotels .swiper-wrapper .swiper {
padding-right: 20px !important; 
}



/* Recommandation */
.recommandation .custom-tabs,
.recommandation-mobile .custom-tabs {
  border: 1px solid #C7DBEB;
  border-radius: 6px;
  width: fit-content;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}

.recommandation .custom-tabs .nav-item,
.recommandation-mobile .custom-tabs .nav-item {
  flex: 0 0 auto;
}

.hotel-horizontal-card img {
  height: 180px;
  width: 100%;
  border-radius: var(--border-radius);
}

.hotel-img-horizontal {
  width: 100%;
  height: 260px;
  border-radius: var(--border-radius);
  object-fit: cover;
}

.voirList {
  color: var(--color-black);
  font-weight: 600;
  font-size: 18px;
}

/* Nos Circuits */
.NosCircuits {
  
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

.card-circuit img {
  height: 260px;
  width: 100%;
  border-radius: var(--border-radius);
}

.badge-circuit {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-weight: 600;
  font-size: 14px;
  border-radius: 0 6px 0 0;
  background-color: #fff;
  border:1px solid #fff
}



.card-circuit .card-title {
  font-size: 25px;
  font-weight: 600;
}

.card-circuit p {
  font-size: 16px;
  color: var(--text-color);
  font-weight: 500;
}

.card-circuit .price-bloc span {
  font-size: 14px;
  font-weight: 500;
  color: #000;
}

.card-circuit .price-bloc p {
  color: #000;
  font-size: 22px;
  font-weight: 700;
}

/* Voyage */
.card-voyage img {
  min-height: 450px;
  height: 100%;
  border-radius:6px;
}

.card-voyage .card-content {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.4) 60%, rgba(0, 0, 0, 0) 100%);
  border-radius:0 0 6px 6px;
}

.card-content span {
  font-size: 26px;
  font-weight: 700;
}

.card-content p {
  font-size: 16px;
  font-weight: 500;
}

/* Services */
.Services .title {
  font-size: 25px;
}

.Services p {
  font-size: 16px;
  font-weight: 400;
  color: var(--text-color);
}

.raisons {
  border: 1px solid #E1E1E1;
  border-radius: var(--border-radius);
}


.feature-content {
  border-inline-end-width: 1px;
  border-inline-end-style: solid;
  border-image: linear-gradient(to bottom, var(--color-site-1) 40%, #E1E1E1 60%) 1;
}



/* Contact */
.contact img {
  border-radius: var(--border-radius);
}

.contact .badge-contact {
  background-color: var(--color-site-1);
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-weight: 600;
  font-size: 25px;
  border-radius: 6px 6px 0 6px;
  color: #fff;
}

.contact .whatsapp-icon {
  position: absolute;
  bottom: 10px;
  right: 18px;
}

.contact .slide-img {
  width: 100%;
  max-height: 160px;
}

.contact .myContact h4 {
  font-weight: 600;
  color: var(--color-black);
}

.contact .myContact p {
  font-size: 16px;
  font-weight: 500;
  color: var(--text-color);
}

@media (min-width: 992px) {
  .col-5-cols {
    flex: 0 0 auto;
    width: 20%;
    /* Force 5 colonnes exactes */
  }
  
}

/* Responsive */
@media (max-width: 991.9px) {
  .banner .custom-tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
  }

  .banner .custom-tabs::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
  }

  .banner .custom-tabs .nav-item {
    flex: 0 0 auto;
  }

  .border-filtre {
    border-right: none !important;
  }

  .myTravel .card-img-wrapper img {
    height: 200px;
  }

  .NosCircuits {
    background-size: cover;
  }

  .blocImg-contact {
    display: none;
  }
}

@media (max-width: 992px) {
  .card-circuit .card-title {
    font-size: 20px;
  }

  .card-circuit p {
    font-size: 15px;
  }

  .card-circuit .price-bloc p {
    font-size: 18px;
  }

  .btn-details {
    padding: 8px 16px;
    font-size: 13px;
  }
}

@media (max-width: 767.9px) {
  .slide-content span {
    font-size: 26px;
  }

  .slide-content p {
    font-size: 13px;
  }

 

  .title {
    font-size: 32px;
  }
}