.block-equipes .une-equipe .competence {
  font-size: 1.375rem;
  text-transform: uppercase;
  font-weight: bold;
}
.block-equipes .une-equipe .team-item .visuel {
  position: relative;
  width: 100%;
  height: 27rem;
  margin-bottom: 2rem;
}
.block-equipes .une-equipe .team-item .visuel > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block-equipes .une-equipe .team-item .text-primary {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: .5rem;
}
@media (min-width: 992px) {
  .block-equipes {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .block-equipes .une-equipe {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .block-equipes .une-equipe .competence {
    font-size: 1.375rem;
    text-transform: uppercase;
    font-weight: bold;
  }
}
@media (max-width: 1200px) {
  .block-equipes .une-equipe .team-item .visuel {
    height: 20rem;
  }
}
@media (max-width: 992px) {
  .block-equipes .une-equipe .team-item .visuel {
    height: 14rem;
  }
}
@media (max-width: 768px) {
  .block-equipes .une-equipe .team-item .visuel {
    height: 24rem;
  }
}
@media (max-width: 575px) {
  .block-equipes .une-equipe .team-item .visuel {
    height: 20rem;
  }
}
