.titre-evenement {
  font-size: 40px;
}

#inscription {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
}

#inscription p {
  font-size: 20px;
}

#inscription p a {
  font-size: 25px;
  font-weight: 700;
}

#inscription span {
  font-size: 20px;
  font-weight: 700;
  color: brown;
}

#events h2 {
  font-size: 35px;
}

#tarif {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#tarif-etudes, #tarif-karate, #tarif-musique {
  border: 1px solid black;
  width: 70%;
  align-self: center;
}

h4 {
  font-size: 25px;
  width: 100%;
}

ul, ol {
  list-style-type: none;
  padding-left: 0;
}

/* .tarif-etudes-photo, .tarif-karate-photo, .tarif-musique-photo {
  width: 100%;
  height: 300px;
  overflow: hidden;
  position: relative;
} */

.tarif-etudes-photo, .tarif-karate-photo, .tarif-musique-photo {
  padding: 10px;
  background-color: pink;
}

.tarif-paiement-etudes {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

dt {
  font-weight: 700;
}

.tarif-paiement-etudes legend {
  font-weight: 600;
}

/* .tarif-etudes-photo h3, .tarif-musique-photo h3  {
  position: absolute;
  z-index: 1;
  font-size: 30px;
  margin-top: 10px;
  margin-left: 5px;
} */

.tarif-etudes-photo h3, .tarif-karate-photo h3, .tarif-musique-photo h3 {
  font-size: 30px;
  text-align: center;
}

/* .tarif-karate-photo h3 {
  position: absolute;
  z-index: 1;
  font-size: 30px;
  margin-top: 10px;
  margin-left: 5px;
} */

.tarif-etudes-photo img {
  z-index: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -60%);
}

.tarif-karate-photo img {
  z-index: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -40%);
}

.tarif-musique-photo img {
  z-index: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -30%);
}

.tarif-etudes-1, .tarif-karate-1, .tarif-musique-1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
  justify-content: center;
  font-size: 20px;
}

.tarif-list {
  display: flex;
  flex-direction: column;
}

fieldset {
  display: flex;
  flex-direction: column;  
}

.tarif-sessions {
  width: 40%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 20px 20px;
  text-align: start;
}

.tarif-paiement {
  width: 40%;
  display: flex;
  flex-direction: column;
  margin: 20px 20px;
  text-align: start;
}

@media screen and (width <= 600px) {
  #tarif-etudes, #tarif-karate, #tarif-musique {
    width: 100%;
  }
  
  .tarif-sessions, .tarif-paiement {
    width: 75%;
  }
}