/* @override 
	https://dev.theatredepoche-montparnasse.com/wp-content/themes/tpmparis/assets/css/spectacle.css */
.single-spectacle .banner-img {
  display: block;
  width: 100%;
  aspect-ratio: 3.84;
  object-fit: cover;
}
.single-spectacle .fiche-spectacle {
  margin: 80px 0 50px;
}
.single-spectacle h1 {
  margin: 0;
  font-size: 5em;
  line-height: 1.1em;
  font-weight: 800;
}
.single-spectacle .detail-date {
  font-size: 1.4em;
  margin-top: 1em;
}
.single-spectacle .titre {
  margin-bottom: 40px;
}
.single-spectacle .auteur {
  font-size: 3em;
  font-weight: 600;
  color: #e91f27;
}
.single-spectacle .mise-en-scene {
  font-size: 1.6em;
  font-weight: 600;
}
.single-spectacle .post-content {
  margin: 30px 0;
  font-size: 1.1em;
  line-height: 1.6em;
  padding-bottom: 0;
}
.single-spectacle .btn.presse {
  display: inline-block;
  width: auto;
  padding: 8px 20px;
  margin: 30px 0;
}
.single-spectacle .btn.presse .fa-solid {
  margin-right: .5em;
}
.single-spectacle hr {
  border: 0;
  height: 1px;
  background: #333;
  background-image: linear-gradient(to right, #333, #555, #333);
  margin: 50px 0;
}
.single-spectacle .medias h3,
.single-spectacle .distribution h3 {
  font-size: 1.4em;
  margin: 0 0 30px;
}
.single-spectacle .date-tarif .date-spectacle {
  text-align: center;
  text-transform: uppercase;
  color: #999;
}
.single-spectacle .date-tarif .date-spectacle span {
  color: #fff;
  display: block;
  line-height: 1.25em;
}
.single-spectacle .date-tarif .date-spectacle span.day {
  font-size: 4em;
}
.single-spectacle .date-tarif .date-spectacle span.month {
  font-size: 1.8em;
}
.single-spectacle .date-tarif .reservation {
  margin: 30px 0;
}
.single-spectacle .date-tarif .detail-tarifs {
  font-size: .9em;
  color: #aaa;
}
.single-spectacle .share-post {
  margin: 20px 0 10px;
  color: #666;
}
.single-spectacle .share-post .label,
.single-spectacle .share-post .share-buttons {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.single-spectacle .share-post .label {
  margin-right: 15px;
}
.single-spectacle .share-post .share-buttons li {
  display: inline-block;
  vertical-align: middle;
  margin: 08px;
}
.single-spectacle .share-post .share-buttons li a {
  display: inline-block;
  background: #333;
  color: #fff;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 16px;
  text-align: center;
  transition: background 0.3s ease-in-out 0s;
}
.single-spectacle .share-post .share-buttons li a:hover {
  background: #e91f27;
}
@media only screen and (min-width: 602px) {
  .single-spectacle .distribution {
    margin-left: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .single-spectacle.actuellement .fiche-spectacle {
    display: flex;
  }
  .single-spectacle.actuellement .fiche-spectacle .detail {
    width: calc( 100% - 240px );
    padding-right: 60px;
  }
  .single-spectacle.actuellement .fiche-spectacle .date-tarif {
    width: 240px;
  }
  .sticky {
    position: sticky;
    top: 40px;
  }
}
@media only screen and (max-width: 600px) {
  .single-spectacle .fiche-spectacle {
    margin-top: 0;
  }
  .single-spectacle h1 {
    font-size: 2.4em;
  }
}
