/* ============================================================
   CHEZ OMER v2 — evenements.css
============================================================ */

/* Hero background image positioning */
.hero-events img {
  object-position: center;
}

/* Event type cards — smooth transition duration extension */
.event-type-card {
  transition-duration: 400ms;
}
