#section_temoignages .equipe-info {
  position: relative;
}
body.eooa h3.formation-label {
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--color-noir);
  margin-bottom: 0;
}
body.eooa h6.nom_temoignage {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--color-marron-clair);
  margin-top: 0;
  margin-bottom: 0;
}
body.eooa.post-type-archive-temoignages h6.nom_temoignage {
  color: var(--color-marron-clair);
}
.temoignage-content p,
span.testimonial-icon {
  display: inline;
}
span.testimonial-icon {
  margin-right: 1rem;
}
span.testimonial-icon svg {
  width: 30px;
  height: 30px;
}
span.testimonial-icon svg path {
  stroke-width: 0;
}
.temoignage-card .equipe-photo {
  max-width: 80%;
  margin: 0 auto;
}
.temoignage-content {
  margin-top: 1rem;
}
#section_temoignages .flex-container.equipe-grid article.temoignage-card {
  display: flex;
  flex-direction: row;
  align-items: start;
  justify-content: space-between;
  width: 100%;
}
.eooa .temoignage-card img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  object-fit: cover;
}
section .grid-container.grille-equipe {
  align-items: start;
}
@media (min-width: 768px) {
  #section_temoignages .flex-container.equipe-grid article.temoignage-card {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
  }
}
