.highlight {
  background-color: var(--theme-2);
  padding-left: 5px;
  padding-right: 5px;
  font-size: 24px;
}

.spectacles-row a:hover {
  color: unset;
}

.spectacle-list--range {
  display: grid;
  margin-bottom: 16px;
  gap: 40px;
}

@media only screen and (min-width: 811px) {
  .spectacle-list--range {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media only screen and (max-width: 810px) {
  .spectacle-list--range {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 600px) {
  .spectacle-list--range {
    grid-template-columns: repeat(1, 1fr);
  }
}

.spectacles-list--item {
  display: flex;
  flex-direction: column;
  border: 2px solid;
  border-radius: 15px;
  height: max-content;
}

.spectacles-list--special {
  border-color: var(--theme-2);
}

.spectacles-list--details-title {
  margin-bottom: 0px;
}

.spectacles-list--image {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background-position: center;
  width: 100%;
  aspect-ratio: 16 / 9;
  background-repeat: no-repeat;
  background-size: cover;
}

.spectacles-list--image-top > span {
  border-top-left-radius: 14px;
  background-color: var(--theme-2);
  color: var(--theme-1);
  font-family: 'impact';
  padding-left: 3px;
  padding-right: 3px;
  font-size: 24px;
  line-height: 1.3em;
}

.spectacles-list--details {
  padding: 15px;
}

.spectacles-list--details-id > h6 {
  line-height: 1.1;
  margin-bottom: 0px;
}

.spectacles-list--details-compagnie > span {
  line-height: 0;
  font-weight: bold;
  font-size: 20px;
  padding-left: 0px;
}

.spectacle-list--month-separator {
  color: var(--theme-1);
  transform: skew(-15deg);
}

@media only screen and (max-width: 811px) {
  .on-large-screen {
    display: none;
  }
}

@media only screen and (min-width: 811px) {
  .on-small-screen {
    display: none;
  }
}
