body{
  background-image : url(../ressource/background/Patchwork.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

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: #000000;
    border: 2px solid #000000; 
    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 #000000;
    padding: 5px;
    font-size: 20px;
    color: #000000;
    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:  rgba(128, 128, 128, 0.400);
  border: 5px solid #0c2935;
  border-radius: 10px;
  text-align: center;
}

.bandrole{
  width: 100%;
  height: auto;
  border-radius: 10px 10px 0 0;
}

main{
  display: flex;
  flex-wrap: wrap;
  margin-left: 15%;
  margin-right: 15%;
  background-color:  rgba(128, 128, 128, 0.400);
  border: 5px solid #0c2935;
  border-radius: 10px;
}

.main_div{
  text-align: center;
  padding: 10px;
}
.main_div p{
    font-size: 35px;
  }

.second{
  width: 50%;
}

.s1{
  margin-top : 5%;
  background-color:  rgba(128, 128, 128, 0.600);
  border: 3px solid #000;
  border-radius: 10px;
  width: 70%;
  margin-left: 30px auto;
  font-size: 22px;
}

.s1 p{
    margin: 10px;
  }

.s1 img{
    width: 50%;
    margin-left: 25%;
    border: 1px solid #FFF;
    border-radius: 5px;
    opacity: 100%;
  }


.s2{
  margin-top : 5%;  
  margin-left: 30%;
  margin-right: 30px auto;
  background-color: rgba(128, 128, 128, 0.600); 
  border: 3px solid #000;
  border-radius: 10px;
  width: 70%;
  font-size: 22px;
}
.s2 p{
    margin: 10px;
  }

.s2 img{
    width: 50%;
    margin-left: 25%;
    border: 1px solid #FFF;
    border-radius: 5px;
    opacity: 100%;
  }


footer{
  background-color:  rgba(128, 128, 128, 0.400);
  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;
  }
