.formation-card {
  height: 100%;
  min-height: 100%;
}

.card-img-top {
  height: 160px;
  object-fit: cover;
}

#hover-description {
  max-width: 300px;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
}
