.team-card img{
  object-fit:contain;
  width:100%;
  max-height:160px;
  background:#fff;
  padding:8px;
}

.team-card:hover{
  transform:translateY(-4px);
  transition:.2s;
  box-shadow:0 8px 16px rgba(0,0,0,.12);
}

.parcours-wrapper {
  max-width: 900px; /* limite la largeur sur grand écran */
}

.parcours-img {
  width: 100%;
  height: auto;
  max-height: 80vh;        /* limite sur grands écrans */
  object-fit: contain;    /* JAMAIS coupée */
  background: #fff;
}

.parcours-modal-img {
  max-height: 85vh;      /* limite réelle */
  width: auto;
  max-width: 100%;
  object-fit: contain;  /* jamais coupée */
}
