body{
  background-color: #18333d;
}

nav ul {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
  }
  
nav ul li {
        padding: 10px;
        margin-top: 20px;
    }

nav ul img{
      margin-top: -15px;
    }


nav a{
    font-size: 20px;
    color: #007BFF;
    border: 2px solid #007BFF; 
    padding: 5px; 
    text-decoration: none; 
  }

nav img{
    width: 70px;
    height: auto;
    border-radius: 5px;
    border: 1px solid #ddd;
  }

nav ul li {
    padding: 10px;
    margin-top: 20px;
    display: flex;
    align-items: center;
}

.dropdown {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column; /* Ajouté pour aligner le menu sous le bouton */
}

.dropbtn {
    cursor: pointer;
    display: block;
    width: 100%; /* Le bouton prend toute la largeur du parent */
    text-align: center;
    border: 2px solid #007BFF;
    padding: 5px;
    font-size: 20px;
    color: #007BFF;
    background: none;
}

.dropdown-content {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 150%; /* Le menu déroulant prend la largeur du parent .dropdown */
    background-color: #fff;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    text-align: center;
}

.dropdown-content a {
    color: #333;
    padding: 12px 0;
    text-decoration: none;
    display: block;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
}

.dropdown-content.show {
    display: block;
}

header{
  margin-left: 15%;
  margin-right: 15%;
  margin-bottom: 2%;
  background-color: #275263;
  border: 5px solid #0c2935;
  border-radius: 10px;
  text-align: center;
}

.bandrole{
  width: 100%;
  height: auto;
  border-radius: 10px 10px 0 0;
}

main{
  background-color: #275263;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-left: 15%;
  margin-right: 15%;
  padding: 10px;
  border: 5px solid #0c2935;
  border-radius: 10px;
}

input, textarea {
  width: 100%;        /* occupe toute la largeur du formulaire */
  padding: 15px;      /* espace intérieur */
  font-size: 16px;    /* texte plus grand */
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-top: 8px;
}

textarea {
  height: 150px; /* fixe la hauteur du champ message */
}

.main_div{
  text-align: center;
  padding: 10px;
}
.main_div p{
    font-size: 35px;
  }

.second{
  width: 45%;
  margin-left: 5%;
  font-size: 22px;
}

.horraire{
  font-size: 22px;
  width: 50%;
}
.horraire h4{
    margin-left: -8%;
  }
.horraire ul{
    margin-left: 30%;
  }


footer{
  background-color: #275263;
  display: flex;
  flex-wrap: wrap;
  margin-top: 2%;
  margin-left: 15%;
  margin-right: 15%;
  justify-content: center;
  border: 5px solid #0c2935;
  border-radius: 10px;
}

.info{
  width: 50%;
  text-align: center;
}

.reseaux{
  width: 50%;
  text-align: center;
  margin-left: -5%;
}
.reseaux img{
    width: 50px;
    height: 50px;
    margin-left: 10px;
    margin-right: 10px;
  }
