.spectacle-row-compagnie {
  margin-left: 20px;
}

.spectacle-row-compagnie--title {
  font-size: 26px;
}

.spectacle-colonnes, .spectacle-main {
  display: flex;
}

@media only screen and (max-width: 810px) {
  .spectacle-colonnes, .spectacle-main {
    flex-direction: column;
    padding: 20px;
  }
}

.spectacle-col-image {
  width: 70%;
  margin: 10px;
}

@media only screen and (max-width: 810px) {
  .spectacle-col-image {
    width: 100%;
  }
}

.spectacle-col-distribution {
  width: 30%;
  margin: 10px;
  padding-top: 10px;
  text-align: right;
}

.spectacle-col-distribution strong {
  font-family: 'impact';
  font-weight: normal;
  font-size: 14pt;
}

@media only screen and (max-width: 810px) {
  .spectacle-col-distribution {
    width: 100%;
    margin: 0;
  }
}

.spectacle-col-description {
  width: 70%;
  margin: 10px;
}

@media only screen and (max-width: 810px) {
  .spectacle-col-description {
    width: 100%;
    margin: 0px;
    margin: 0;
  }
}

.spectacle-col-details {
  width: 30%;
  margin: 10px;
}

.spectacle-col-details--dateheure {
  padding: 1em;
  position: relative;
  display: flex;
  flex-direction: column;
}

.spectacle-col-details--dateheure > span {
  font-family: 'impact';
}

@media only screen and (max-width: 810px) {
  .spectacle-col-details {
    width: 100%;
    margin: 0;
  }
}

.spectacle-col-details--dateheure::before,
.spectacle-col-details--dateheure::after {
  position: absolute;
  width: 33%;
  height: 33%;
  content: "";
}
.spectacle-col-details--dateheure::before {
  left: 0;
  top: 0;
  border-left: 5px solid var(--theme-1);
  border-top: 5px solid var(--theme-1);
 }
 .spectacle-col-details--dateheure::after {
  right: 0;
  bottom: 0;
  border-right: 5px solid var(--theme-1);
  border-bottom: 5px solid var(--theme-1);
 }

.spectacle-col-details--dateheure-bouton {
  display: flex;
  justify-content: space-between;
}

.spectacle-soustitre {
  margin-bottom: 10px;
}

.tribe-events-event-image img {
  width: 800px;
  height: 450px;
  padding: 10px;
  border-radius: 25px;
  filter: drop-shadow(25px 25px 4px var(--theme-2-light));
  object-fit: cover;
}

.spectacle-col-image--credit {
  position: relative;
  top: -60px;
  left: 20px;
  font-size: .67em;
  font-weight: bold;
  background-color: var(--theme-1-light);
  color: white;
}

.detail-duree, .detail-dates {
  font-size: 26px;
  font-family: 'impact';
  line-height: 1.5;
}
