/* === debut css equipe ===*/
   

.team-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.team-member {
  background-color: white;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-align: center;
  max-width: 300px;
}

.team-member img {
  width: 100%;
  height: auto;
  display: block;
}

.name {
  background-color: #228B22; /* Vert à la place du bleu */
  color: white;
  padding: 15px 10px;
  font-size: 18px;
  font-weight: bold;
}

.position {
  background-color: #f0f4f8;
  color: #d1003f;
  padding: 15px;
  font-size: 16px;
}
.dg_a {
  margin: 0 auto;
  width: 300px; /* n'oublie pas de fixer une largeur */
}
.equipe{
  padding-top: 12pt;
}
/* === fin css equipe ===*/