/* Accueil — styles specifiques a la homepage */

h1 { text-align: center; }
h1::after { left: 50%; transform: translateX(-50%); }

h2 { text-align: center; margin-top: 3rem; }
h2::before {
  content: '';
  display: block;
  width: 40px;
  height: 1px;
  background: var(--or);
  margin: 0 auto 1rem;
}

/* Carte conference mise en avant */
main > .spectacle-card {
  max-width: 680px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

main > .spectacle-card img {
  aspect-ratio: 21/9;
}
