body {
  background-color: deepskyblue;
}

p {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  text-align: justify;
}

h1 {
  text-align: center;
  color: black;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 30px;
}
.flex-container {
  display: flex;
  justify-content: center;
  margin-top: 2%;
}

.vignette-equipe {
  background-color: white;
  background-color: none;
  height: 205px;
  width: 205px;
  border: 3px #ee6314 solid;
  border-radius: 10%;
  margin-right: 10px;
  cursor: pointer;
  overflow: hidden;
  justify-items: center;
}

.vignette-equipe:hover {
  opacity: 0.7;
  cursor: pointer;
}

.vignette-equipe img {
  height: 200px;
  margin: 5%;
}

#zone-affichage {
  background-color: white;
  display: flex;
  width: 800px;
  height: auto;
  margin: 0 auto;
  margin-top: 2%;
  border: solid 4px #ee6314;
  border-radius: 30px;
}

.detail-equipe {
  display: none;
  width: 700px;
  height: 500px;
  border: solid 1px black;
}

.equipe-nom {
  font-size: 30px;
  margin: 3%;
}

.equipe-description {
  width: 600px;
  margin: 3%;
}

.equipe-images {
  width: 300px;
  margin: 2%;
}
