/* Spectacle — liste et detail */

/* Page detail */
.spectacle-details h2 {
  margin-top: 2rem;
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--or);
  font-family: var(--font-corps);
  font-weight: 500;
}

.spectacle-details ul li::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  background: var(--or);
  margin-right: 0.75rem;
  vertical-align: middle;
  flex-shrink: 0;
}
