/* Style du conteneur de navigation */
.logoheader {
    height: 20%;
    width: 20%;
}

.banniere {
    width: 100%; /* L'image prend la largeur complète de son conteneur */
    max-width: 1400px; /* Limite la largeur maximale de l'image */
    height: 300px; /* Maintient le ratio d'aspect */
    display: block; /* Évite les espaces blancs autour de l'image */
    margin: 0 auto; /* Centre l'image horizontalement */
    border-radius: 8px; /* Ajoute des coins arrondis à l'image */
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); /* Ajoute une ombre portée */
}
.text {
    font-family: "Grey Qo", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 2.5rem;
  text-align: center;
}
.Tarif {
    width: 50%;
    display: inline-block;
    margin: 10px auto;
    margin-left: 25%;
    margin-right: 25%;
}

.container {
    overflow: hidden; /* Assure que le conteneur englobe les éléments flottants */
}

.container .image {
    float: left; /* Aligne l'image à gauche */
    max-width: 100px; /* Limite la taille de l'image */
    height: auto; /* Maintient le ratio d'aspect de l'image */
    margin-right: 15px; /* Ajoute un espace entre l'image et le texte */
}

.container .text {
    overflow: hidden; /* Assure que le texte ne déborde pas en dessous de l'image */
    /* font-size: 16px; /* Taille de police pour le texte */
} */

nav {
    background-color: #333;
    overflow: hidden;
}

/* Style des éléments du menu */
nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

/* Style des liens dans le menu */
nav ul li {
    float: left;
    background-color: black;
}

nav ul li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 100px;
    text-decoration: none;
}

nav ul li a:hover {
    background-color: #575757;
}

/* Style du conteneur du formulaire */
form {
    max-width: 600px;
    margin: 50px auto;
    padding: 20px;
    background-color: #f4f4f4;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* Style des champs du formulaire */
form input[type="text"],
form input[type="email"],
form textarea {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

/* Style du bouton de soumission */
form input[type="submit"] {
    background-color: #333;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 4px; 
    cursor: pointer;
}

form input[type="submit"]:hover {
    background-color: #575757;
}

/* Style des étiquettes */
form label {
    margin-bottom: 8px;
    display: block;
    font-weight: bold;
}

.partenaires {
    width:50%;
    height:auto ;
    margin-top: 50px;
}

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.content {
    flex: 1;
    padding: 10px;
}

footer nav a {
    color: #fff;
    text-decoration: none;
    margin: 0 10px;
   
}

footer nav a:hover {
    text-decoration: underline;
}

footer {
    position: relative;
    /* top: 0; */
    width: 100%;
    height: auto;
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 10px 0 0;
    margin-top: 30px;
    font-size: 15px;
    /* line-height: 50px; */
}

/* Style pour centrer le texte et le cercle */
body {
    font-family: Arial, sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100vh;
    margin: 0;
    background-color: #f0f0f0;
}

/* Style pour le texte en haut de la page */
h1 {
    margin-bottom: 20px;
    margin-left: 20px;
}
.h1zones {
    margin-bottom: 20px;
    margin-left: 20px;
    text-align: center;
    margin-bottom: 80px;
}
h2 {
    margin-top: 50px;
    margin-left: 20px;
    text-align: center;
}
.titreaccueil { 
    height: 30%;
    font-size: 30px;
    text-align: center;
    font-weight: 400;
    border: 2px solid black;
    border-radius: 15px;
    padding: 10px; 
    width: 90%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.forfaittexte {
    /* font-size: 30px;
    border: 4px solid black; /* Bordure noire */
    height: 30%;
    font-size: 30px;
    font-weight: 400;
    text-align: center;
    font-weight: 400;
    border: 2px solid black;
    border-radius: 15px;
    padding: 10px; 
    width: 80%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
/* Style pour le rond transparent */
.circle {
    height: 30%;
    font-size: 30px;
    font-weight: 400;
    text-align: center;
    border: 2px solid black;
    border-radius: 15px;
    padding: 20px; 
    width: 80%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    margin-bottom: 40px;
}
/* Style général */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    background-color: #f0f0f0;
}

p{
    margin: 30px;
    font-weight: bold;
    font-size: 20px;
}
.villes {
    margin: 30px;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 600px;
}

.texte{
    font-weight: 400;
    border: 2px solid black;
    border-radius: 15px;
    padding: 10px; 
    width: 70%;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.detailsprestations{
    font-weight: 400;
    border: 2px solid black;
    border-radius: 15px;
    padding: 10px; 
    width: 70%;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.titreCate {
    font-size: 40px;
    margin-top: 50px;
    margin-bottom: 100px;
}
.nav-links {
    list-style: none;
    display: flex;
    gap: 20px;
  }
  
  .nav-links li a {
    color: white;
    text-decoration: none;
    font-size: 18px;
    transition: color 0.3s;
  }
  .nav-links li a:hover {
    color: #ddd;
  }
  
  /* Icône burger */
  .burger {
    display: none; /* Cachée par défaut, s'affiche seulement sur mobile */
    cursor: pointer;
  }
  
  .burger div {
    width: 25px;
    height: 3px;
    background-color: black;
    margin: 5px;
    transition: 0.3s;
  }
  /* Styles pour mobile */
@media (max-width: 1268px) {
    /* Cacher les liens et afficher l'icône burger */
    .nav-links {
      display: none;
      flex-direction: column;
      position: fixed;
      top: 0;
      right: 0;
      width: 200px;
      height: 100%;
      background-color: #333;
      padding-top: 60px;
      text-align: center;
    }
    .nav-links.active {
        display: flex;
      }
    
      .burger {
        display: block;
      }
}
.map {
    justify-content: center;
    height: 50%;
    width: 50%;
    margin-left: 30px;
    display: block;
    max-width: 80%;
    margin: 0 auto;
    border: 2px solid #333;
    border-radius: 8px;
} 
.facebook-btn::before {
    content: "f";
    font-size: 18px;
    margin-right: 8px;
    font-weight: bold;
    display: inline-block;
    font-family: Arial, sans-serif;
}

/* Effet hover */
.facebook-btn:hover {
    background-color: #365899;
}
.facebook-btn {
    display: inline-flex;
    align-items: center;
    padding: 10px 20px;
    background-color: #4267B2; /* Couleur Facebook */
    color: white;
    border: none;
    border-radius: 5px;
    text-decoration: none;
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    transition: background-color 0.3s;
}

/* Formulaire de contact */
.form-container {
    width: 80%;
    max-width: 600px;
    margin: 20px auto;
    background: #fff;
    padding: 20px 30px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
}

.form-container h1 {
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
    color: #333;
}

.form-container form {
    display: flex;
    flex-direction: column;
}

.form-container label {
    margin-bottom: 8px;
    font-weight: bold;
}

.form-container input, .form-container textarea {
    padding: 12px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    width: 100%;
    box-sizing: border-box;
}

.form-container button {
    padding: 12px;
    background-color: #007BFF;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
}

.form-container button:hover {
    background-color: #0056b3;
}

/* Section contact */
.contact-section {
    text-align: center;
    margin: 20px 0;
}

.contact-section h1 {
    font-size: 28px;
    margin-bottom: 10px;
}