#formations-list {}

#formations-list .event-item {
  border-radius: 2rem !important;
  border: 1px solid var(--red);
  padding: 1rem;
}





/* Image flottante à droite avec habillage */
#formations-list .event-item .event-cover-float {
  float: right;
  width: 250px;
  max-width: 35%;
  margin-left: 15px;
  margin-bottom: 10px;
  border-radius: 6px;
  object-fit: cover;
}

/* Nettoyage après les floats */
#formations-list .event-item::after {
  content: "";
  display: block;
  clear: both;
}



/* Ajustement du paragraphe */
#formations-list .event-item p.text {
  margin-top: 0.5rem;
}

/* Attachments */
#formations-list .event-attachments ul li {
  margin-bottom: 2px;
}