.titreBanniere {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.banniereVoyager {
    margin-top: 30px;
    /*margin-bottom: 30px;*/
    background: #ffffff;
    background: linear-gradient(180deg,rgba(255, 255, 255, 1) 0%, rgba(145, 181, 198, 1) 100%);
}

.lesFiltres {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin: 20px 0;
  justify-content: center;
  align-items: center;
}

.lesFiltres input[type="text"],
.lesFiltres select {
  padding: 10px 15px;
  border: 2px solid #ccc;
  border-radius: 8px;
  font-size: 16px;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
  min-width: 200px;
}

.lesFiltres input[type="text"]:focus,
.lesFiltres select:focus {
  border-color: #3498db;
  outline: none;
  box-shadow: 0 0 8px rgba(52, 152, 219, 0.3);
}











.btn-retour {
  display: inline-block;
  padding: 10px 20px;
  background-color: #3498db;
  color: white;
  text-decoration: none;
  border-radius: 8px;
  font-family: Arial, sans-serif;
  font-size: 16px;
  transition: background-color 0.3s ease, transform 0.2s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.btn-retour:hover {
  background-color: #2980b9;
  transform: translateY(-2px);
}

.btn-retour:active {
  background-color: #2471a3;
  transform: translateY(1px);
}











.ajouterFormulaire {
  position: relative;
  display: flex; 
  flex-direction: column; 
  align-items: center;
    cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.ajouterFormulaire h2 {
    background: #e5edfa;
    border: 1px solid #b3c2d6;
    border-radius: 20px;
    padding: 8px 24px;
    font-size: 1rem;
    cursor: pointer;
    text-decoration: underline;
    text-align: center;
    color: #222;
    transition: background 0.2s;
    white-space: nowrap;
box-shadow: rgba(45, 45, 45, 0.2) 0px 2px 8px 0px;
}
.ajouterFormulaire h2:hover , .ajouterFormulaire a:hover {
    color: rgb(255, 255, 255);
    background: #54729c;
box-shadow: rgba(0, 0, 0, 0.326) 0px 2px 8px 0px;
}

.ajouterFormulaire:hover {
  color: #54729c;
}










.cards-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    /*gap: 10px;*/
    /*margin-bottom: 60px;*/
    /*margin-top: 60px;*/
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #91B5C6
}
.country-card {
    display: flex;
    align-items: center;
    background: #f8fff7;
    border-radius: 28px;
    box-shadow: 2px 4px 16px rgba(0, 0, 0, 0.268);
    margin-top: 40px;
    margin-bottom: 30px;
    padding: 24px 36px;
    min-width: 400px;
    max-width: 800px;
    width: 100%;
    gap: 32px;
}
 

.country-flag img {
    width: 190px;
    height: 160px;
    object-fit: fill;
    border-radius: 18px;
    border: 1px solid #7c8899;
}
.country-info {
    flex: 1;
}
.country-info h2 {
    margin: 0;
    font-size: 1.3rem;
    font-weight: bold;
}
.country-info p {
    margin: 4px 0 0 0;
    color: black;
}


.country-popupbtn {
    display: flex;
    align-items: center;
    margin-top: 12px;
}
.country-popupbtn a {
    background-color: #76879c4f;
    border: 1px solid #5f7797;
    border-radius: 24px;
    padding: 6px 18px;
    font-size: 1rem;
    text-decoration: none;
    color: #222;
    transition: background 0.2s;
}
.country-popupbtn a:hover {
    color: white;
    background: #54729c;
}










footer h4 {
  bottom: 10px; 
  right: 10px;
  color: #2b3f48;
  font-size: 12px;
}

.footer-item {
  cursor : pointer;
  border: black;
}


footer {
  background: linear-gradient(0deg,rgba(255, 255, 255, 1) 0%, rgba(145, 181, 198, 1) 100%);
  padding: 2rem;
  position: relative;
  display: flex; 
  flex-direction: column; 
  align-items: center;
  gap: 1rem; 
}



#mentions-politique {
  display: flex;
  gap: 10px;
}


.footer-item {
  padding: 10px;
  background-color: none;
  color: black;
  border-radius: 7px;
  font-size: 1rem;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
  text-align: center;
  overflow: hidden; 
  margin-left: 10px;
  margin-right: 10px;
}

.footer-item:hover {
    color: white;
    background: #54729c;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}


a {
    text-decoration: none;
    color: black;
}








/* Bouton "Retour en haut" */
#btnTop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #54729c;
    color: white;
    cursor: pointer;
    padding: 12px 25px 12px 25px;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease;
}

#btnTop:hover {
    background-color: #385071;
}




a {
    text-decoration: none;
    color: black;
}



@media (max-width: 700px) {
    .country-card {
        flex-direction: column;
        align-items: flex-start;
        min-width: unset;
        max-width: 95vw;
        padding: 18px 12px;
    }
}
