body {
  font-family: "Playfair Display", serif;
}

.titre_atelier {
  text-align: center;
  color: #000000;
  font-size: 40px;
  margin: auto;
  line-height: 25px;
  letter-spacing: 1px;
  margin-top: -5rem;
  margin-bottom: 3rem;
}

.ateliers {
  width: 70%;
  margin: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 75px;
  flex-wrap: wrap;
}
.atelier {
  color: black;
  width: 40%;
  text-align: center;
  padding: 50px;
  border: 1px black solid;
}
.atelier_text {
  font-family: serif;
  font-size: 20px;
}
.atelier_prix {
  font-size: 30px;
}

.choix {
  margin-top: 5rem;
  text-align: center;
}
.atelier_choix {
  margin-top: 3rem;
  color: black;
  width: 45%;
  text-align: center;
  padding: 50px;
}
.atelier_choix img {
  width: 25rem;
  height: 20rem;
}
.choix_titre {
  text-decoration: underline;
}
.choix_text {
  font-size: 20px;
  text-align: justify;
  line-height: 25px;
  letter-spacing: 1px;
  margin-top: 3rem;
  width: 25rem;
}
