.container {
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo h1 {
    font-size: 28px;
    color: black;
}

.logo span {
    color: #012476;
}
#zd{
    color: #ffc023;
}

nav ul {
    list-style: none;
    display: flex;
}

nav ul li {
    margin-left: 10px;
}

nav ul li a {
    text-decoration: none;
    color: #012476;
    font-size: 16px;
    transition: color 0.3s;
    margin-left: 10px;
}

nav ul li a.active,
nav ul li a:hover {
    color: #ffc023;
}


    /* .hero {
        height: 100vh;
        background: url('../assets/z.png') no-repeat center center/cover;
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
        margin-top: 20px;
        margin-left: -10px;
        margin-right: -9px;
        text-align: center;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
        border-radius: 10px; /
    } */


.hero-text h1 {

    font-size: 24px;
    margin-bottom: 10px;
}


.custom-title {
  font-family: 'Georgia', serif; /* Police avec un style similaire */
  font-size: 3rem; /* Taille du texte */
  background: linear-gradient(90deg, #0d0d94, #1818b5, #5a5aff); /* Dégradé en bleu */
  -webkit-background-clip: text; /* Permet d'appliquer le dégradé sur le texte */
  -webkit-text-fill-color: transparent; /* Rend le texte transparent pour afficher le dégradé */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2); /* Ombre élégante */
  text-align: center;
  margin: 0;
}



 /* Section contenant l'image fixe */
 .hero {
  height: 100vh; /* Prend toute la hauteur de l'écran */
  background-image: url('../assets/voyage.jpg'); /* Remplacez par le chemin de votre image */
  background-repeat: no-repeat; /* Pas de répétition de l'image */
  background-size: cover; /* L'image couvre toute la section */
  background-position: center; /* Centre l'image */
  background-attachment: fixed; /* Image reste fixe au scroll */
  display: flex; /* Permet de centrer le texte */
  justify-content: center; /* Centre horizontalement */
  align-items: center; /* Centre verticalement */
  color: white; /* Couleur du texte */
  text-align: center;
  /* margin-right: 2px; */
}

/* Texte dans la section */
.hero-text .custom-title {
  margin-top: -80px;
  font-size: 2.5rem;
  background: linear-gradient(90deg, #0d0d94, #1818b5, #5a5aff); /* Dégradé en bleu */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6); /* Ombre subtile */
}


.custom-paragraphe {
  margin-top: 50px;
  font-size: 1rem;
  font-family: 'Lora', sans-serif; /* Appliquer la nouvelle police */
  color: #fff; /* Texte blanc */
  padding: 15px 20px; /* Espacement interne */
  background: rgba(13, 13, 148, 0.1); /* Fond léger avec opacité */
  border-left: 5px solid #5a5aff; /* Barre décorative */
  border-radius: 8px; /* Bords arrondis */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2); /* Ombre subtile */
  line-height: 1.6; /* Espacement entre les lignes */
  font-weight: bolder;

}

.custom-paragraphe:hover {
  background: rgba(13, 13, 148, 0.2); /* Fond plus visible au survol */
  transform: translateX(2px); /* Légère translation à droite */
  transition: all 0.3s ease-in-out; /* Transition fluide */
}



.hero-btn {
  margin-top: 50px;
  background-color: rgba(13, 13, 148, 0.1);
  color: #fff; /* Texte blanc */
  font-size: 1rem; /* Taille du texte */
  padding: 12px 24px; /* Espacement interne */
  border: none; /* Enlever la bordure par défaut */
  border-radius: 30px; /* Bords arrondis */
  cursor: pointer; /* Changer le curseur en pointeur */
  text-transform: uppercase; /* Mettre le texte en majuscules */
  font-weight: bolder; /* Texte plus épais */
  transition: background-color 0.3s ease, transform 0.2s ease; /* Transition fluide */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Ombre subtile */
  border-left: 5px solid #3333f665; /* Barre décorative à gauche */
}

.hero-btn:hover {
  background-color: rgba(13, 13, 148, 0.2); /* Changer la couleur au survol */
  transform: scale(1.05); /* Agrandir légèrement le bouton */
}

.hero-btn:focus {
  outline: none; /* Supprimer le contour au focus */
}







.hero-text h1 {
    font-size: 48px;
    margin-bottom: 20px;
    font-weight: bold;
}

.btn {
    background-color: #ffc023;
    padding: 10px 15px;
    border: none;
    color: white;
    font-size: 18px;
    cursor: pointer;
    transition: background-color 0.3s;
    text-decoration: none;
    margin-left: 18px;
    border-radius:5px;
    color: #012476;
    cursor: pointer;
}

.btn:hover {
    background-color: #012476;
    color: #f1f1f1;
}

.rounded-md {
    width: 20%;
    margin: -20px;
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.container1 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 50px;
    position: relative;
  }







  /* Left section: Image */
.left-section {
  width: 40%;
  position: relative;
  overflow: hidden; /* Empêche l'image de déborder */
}


.brochure-img {
  margin-top: -40px;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Pour garantir que l'image remplit bien la zone */
  border-radius: 10px;
  box-shadow: 0px 10px 15px -5px rgba(33, 27, 27, 0.7);
  transition: transform 0.4s ease, box-shadow 0.4s ease; /* Animation fluide */
}
/* Effet au survol */
.left-section:hover .brochure-img {
  transform: scale(1.1); /* Agrandir l'image légèrement */
  box-shadow: 0px 15px 30px rgba(33, 27, 27, 0.3); /* Ombre plus marquée pour un effet de profondeur */
}


  /* Right section: Text content */
  .right-section {
    width: 50%;
    margin-top: 25px;


  }

  .title {
    font-size: 24px;
    font-weight: bold;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }

  .description {
    font-size: 16px;
    margin-bottom: 20px;
    color: #666;
  }

  .explore-link {
    color: #012476;
    text-decoration: none;
    font-weight: bold;
  }

  .explore-link:hover {
    text-decoration: underline;
  }

  /* List of options */
  .options-list {
    list-style-type: none;
    padding: 0;
    margin: 20px 0 0;
  }

  .options-list li {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
  }

  .icon {
    margin-right: 10px;
    font-size: 24px;
  }

  .options-list a {
    text-decoration: none;
    color: #000;
    font-size: 18px;
    font-weight: bold;

  }

  .options-list a:hover {
    color: #012476;
  }

/* destination client */

  .destination-container {
  font-family: Arial, sans-serif;
  text-align: left;
  padding: 50px;
  margin-top: -60px;
}
.destination-header {
  margin-top: 80px;
  font-size: 24px;
  margin-bottom: 20px;
  color: #000000; /* Couleur du texte */
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3); /* Ombre */
}
.destination-grid {
  display: flex;
  overflow: hidden; /* Cacher les éléments débordants */
  position: relative;
  scroll-behavior: smooth; /* Défilement fluide */
}
.destination-card {
  position: relative;
  flex: 0 0 auto;
  width: 300px;
  margin-right: 15px;
  border-radius: 10px;
  overflow: hidden;
  scroll-snap-align: start;
  transition: transform 0.3s ease;
}


.destination-card img {
  width: 100%;
  height: 400px; /* Définir une hauteur fixe pour toutes les images */
  object-fit: cover; /* Ajuster l'image pour qu'elle remplisse le conteneur */
  display: block; /* Supprime l'espace en bas de l'image */
  margin-bottom: auto;

}
.card-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 100px;
  opacity: 0;
  transition: opacity 0.3s ease;
  margin-top: 20px;
  margin-right: -45px;
  margin-left: -40px;
  font-family: Arial, sans-serif;


}
.destination-card:hover .card-info {
  opacity: 1;
}
/* button {
  background-color: #ff9800;
  border: none;
  color: white;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin-top: 10px;
  cursor: pointer;
  border-radius: 5px;
} */
.destination-card button {
  background-color: transparent; /* Pas de couleur de fond */
  border: 1px solid #bebcb9; /* Bordure colorée */
  color: #ffc023; /* Couleur du texte */
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin-top: 10px;
  cursor: pointer;
  border-radius: 5px;
  transition: all 0.3s ease; /* Transition fluide pour tous les changements */
}

/* Effet hover */
.destination-card button:hover {
  background: linear-gradient(45deg, #f5d4008f, #fbc12d92, #f9a825a2, #f57f179d); /* Dégradé plus subtil et élégant */
  border: 1px solid #f9a825; /* Changer la bordure au survol */
  color: #fff; /* Couleur du texte en blanc */
  transform: scale(1.1); /* Agrandir légèrement le bouton */
}






  /* Pagination par points */
  .pagination {
    position: relative; /* Permet de placer les points de manière relative à leur conteneur */
    bottom: -40px; /* Décalage vertical des points par rapport au bas */
    left: 50%; /* Centrer horizontalement */
    transform: translateX(-50%); /* Ajuste le décalage pour un véritable centrage */
    display: flex;
    margin-right: 1000px;
    gap: 10px; /* Espacement entre les points */
  }


.pagination-dot {
  width: 12px;
  height: 12px;
  background-color: #bebcb9;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.pagination-dot.active {
  background: linear-gradient(45deg, #ffeb3b, #ffc107, #ff9800);
 /* Couleur active du point */
}

/* Animation de la carte active */
.destination-grid .destination-card.active {
  transform: scale(1.05); /* Légère mise en valeur de la carte active */
}

  /* Effet d'opacité lors du survol */
  button:hover {
    opacity: 0.8; /* Opacité lors du survol */
  }

  /* Effet d'opacité lors du clic */
  button:active {
    opacity: 0.6; /* Opacité lors du clic */
  }

.shadow-text {

    color: #000000; /* Couleur du texte */
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2); /* Ombre */
}
/* p{
     text-align: justify;
    text-align: inherit;
    display: inline-block;





} */


.dropdown-menu {
    position: absolute;
    background-color: white;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    z-index: 1;
    width: 290px;
    padding: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: none; /* Masquer par défaut */
}

li:hover .dropdown-menu {
    display: block; /* Afficher au survol */
}

.country {
    margin-bottom: 15px;
}

.country span {
    font-weight: bold;
    display: block;
    color: #0056b3;
    font-size: 18px;
}

.country ul {
    list-style: none;
    padding-left: 0;
}

.country ul li {
    margin: 5px 0;
}

.country ul li a {
    text-decoration: none;
    color: #ffc023;
    display: block;
    padding: 8px;
    border-radius: 4px;
    transition: background-color 0.3s;
}

.country ul li a:hover {
    background-color: #f1f1f1;
    color: #0056b3;
}








li.cnx {
    background-color: #ffc023;
    border-radius: 5%;
    font-weight: bold;
    display: block;
    justify-content: center;
    align-items: center;
    width: 100px;
    margin-top: -10px;
    padding-left: 8px; /* Valeur positive pour le padding */
    padding-right: 20px; /* Valeur positive pour le padding */
}


li.cnx a {
    text-decoration: none;
    color: black;
    font-weight: bold;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 40px;

}

li.cnx:hover {
    background-color: #0467c8;
}

.country span img{
    width: 18px;
}


.container2 {
  display: flex;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
  max-width: 900px;
  width: 100%;
  margin-left: 180px;
  margin-bottom: 80px;
}

.left-section, .right-section {
  padding: 40px;

  flex: 1;
}
.left-section{
  margin-left: 20px;
  margin-top: 70px;

}

.left-section {
  background: #fff;
}

.right-section {
  background: #fff;
}

h1 {
  margin-top: 0;
}

form {
  display: flex;
  flex-direction: column;
}

label {
  margin-top: 10px;
}

input, textarea {
  padding: 10px;
  margin-top: 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.envo {
  margin-top: 20px;
  padding: 10px;
  background: #012476;;
  color: #fff;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  font-weight: bolder;

}

.envo:hover {
  background: linear-gradient(135deg, #ffd700, #ffa500, #ff4500);
  background-size: 300% 300%;
  animation: gradientMove 3s ease infinite;
  color: white; /* Texte visible */
  border: none; /* Sans bordure pour un effet moderne */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25); /* Légère ombre */
  transform: scale(1.05); /* Légère mise en relief */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  font-weight: bolder;
}

/* Animation pour faire défiler le gradient */
@keyframes gradientMove {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.illustration {
  text-align: center;
  margin-top: 20px;
}

.illustration img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}




footer {
  background-color: #012476; /* Couleur de fond */
  color: #ffffff; /* Couleur du texte */
  padding: 20px 0; /* Espacement en haut et en bas */
  margin-top: 100px; /* Ajoute une marge en haut du footer */
  margin-left: -20px;
  margin-right: -10px;
  margin-bottom: -20px;
}


.footer-container {
  display: flex; /* Utilisation de flexbox pour le layout */
  justify-content: space-around; /* Espace entre les sections */
  max-width: 1200px; /* Largeur maximale */
  margin: 0 auto; /* Centrage du footer */
}

.footer-section {
  flex: 1; /* Chaque section prend un espace égal */
  margin: 0 20px; /* Espacement latéral */
}

.footer-section h4 {
  margin-bottom: 10px; /* Espacement en bas du titre */
}

.footer-section ul {
  list-style-type: none; /* Suppression des puces */
  padding: 0; /* Suppression du padding */
}

.footer-section ul li {
  margin: 5px 0; /* Espacement entre les éléments de la liste */
}

.footer-section a {
  color: #ffc023; /* Couleur des liens */
  text-decoration: none; /* Suppression du soulignement */
}

.footer-section a:hover {
  text-decoration: underline; /* Soulignement au survol */
}

.footer-bottom {
  text-align: center; /* Centrage du texte */
  padding: 10px 0; /* Espacement en haut et en bas */
  background-color: #012476; /* Couleur de fond pour la partie inférieure */
}

.footer-bottom p {
  margin: 0; /* Suppression des marges */
}





/* la responsivite pour tous les element de la page */
/* Pour les écrans larges (ordinateurs de bureau et tablettes en mode paysage) */
@media (min-width: 1024px) {
  .container {
      width: 80%; /* Pour les écrans larges */
  }
  .left-section, .right-section {
      width: 45%; /* Diviser les sections en deux colonnes */
  }
}

/* Pour les tablettes (mode portrait et petits écrans) */
@media (max-width: 768px) {
  .container {
      width: 90%; /* Pour les écrans plus petits */
  }

  .left-section, .right-section {
      width: 100%; /* Placer les sections en une seule colonne */
      margin-top: 20px; /* Ajouter de l'espace */
  }
}

/* Pour les téléphones mobiles */
@media (max-width: 480px) {
  .container {
      width: 100%;
      padding: 10px; /* Ajouter des espacements pour éviter que le contenu soit trop serré */
  }

  .hero-text h1 {
      font-size: 30px; /* Réduire la taille de police pour les petits écrans */
  }

  .btn {
      font-size: 14px; /* Réduire la taille du bouton */
      padding: 8px 15px; /* Ajuster la taille des boutons */
  }

  .destination-grid {
      flex-direction: column; /* Organiser les cartes en une seule colonne */
      overflow-x: scroll; /* Permet le défilement horizontal */
  }

  .destination-card {
      width: 100%; /* Les cartes prennent toute la largeur */
      margin-right: 0;
  }

  .pagination {
      margin-right: 0;
      bottom: -20px;
  }
}
