body {
  font-family: "Raleway", sans-serif;
    background-color: #0F8133;

  margin: 0;
  padding: 0;
 
  color: #333;
 
}

* {
 box-sizing: border-box;
}

.banner-top {
  width: 100%;
  height: fit-content;
  position: absolute;
  z-index: -1;
}

.banner-top-img {
  width: 100%;
}

.container {

color: #F5F5F5;
  width: 100%;
  height: fit-content;
  margin: auto;

}

.logo-waya {
  width: 100%;
  display: block;
  margin: auto;
}

.waya-intro {
  width: 90%;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.description{
  font-weight: bold;
  text-align: center;
  color: #F9B73D;
}

.modalites {
  text-align: center;
}

.elementor-shape-fill {
  fill: #0F8133; /* ou la couleur de ton choix */
}


h1 {
  font-size: 30px!important;
    font-weight: bold;
    text-align: center;

}

.bottom-site {
  background-color: #A6CA46;
  padding-bottom: 2rem;
}

.formulaire-container {
  width: 90%;
  margin: auto;
  border: 3px solid #0F8133;
  border-radius: 15px;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;

}

.choix{
display: flex;
flex-direction: column;
gap: 1rem;

}

.groupe-option {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
  cursor: pointer;
}

.photo-artiste {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%; /* arrondi optionnel */
  border: 2px solid #0F8133;
}

.nom-groupe {
  flex: 1;
  font-weight: bold;
  font-size: 1.1rem;
}

.groupe-option input[type="radio"] {
  width: 20px;
  height: 20px;
}

#voteForm {
  display: flex;
  flex-direction: column;
  gap: 1rem;

}

.choix legend {
  margin: 1rem 0;
 font-weight: bold;
 font-size: 18px;
 text-decoration: underline;
 color: #0F8133;
}

.note {
  text-align: center;
}


button {
  
  padding: 0.8rem;
  background: #0F8133;
  border: none;
  color: white;
  font-size: 1rem;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.2s ease-in-out;

}
input,
textarea,
select {
  font-size: 16px;
}

.recompense {
  margin: auto;
  font-weight: bold;
  
}

.recompense ul {
 list-style-type: disc; /* Affiche un point (•) devant chaque li */
  padding-left: 1.5em;   /* Ajoute un peu d'espace à gauche pour voir les puces */
}

.recompense li {
margin-top: 1rem;
}


@media screen and (min-width: 1024px) {

  body {
    font-size: 18px;
  }

 .logo-waya {
  width: 50%;
 }

 button {
  margin: auto;
  width: 150px;
 }

 .photo-artiste {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 50%; /* arrondi optionnel */
  border: 2px solid #0F8133;
}
}
