main:has(#spectacle) {
  padding-right: 20px;
  padding-left: 10px;
}

#spectacle .dateHaut {
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 30px;
}
#spectacle .dateHaut .qui_vive {
  display: inline-block;
  vertical-align: bottom;
  position: relative;
  top: 7px;
  max-height: 50px;
  margin-left: 10px;
}
#spectacle h2.artiste {
  font-family: brockmannmedium;
  font-size: 22px;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 5px;
  margin-top: 20px;
}
#spectacle .mot_tag {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 20px;
}
#spectacle .lieuBilleterieEtPicto {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  margin-bottom: 20px;
}
@media (min-width: 425px) {
  #spectacle .lieuBilleterieEtPicto {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  #spectacle .lieuBilleterieEtPicto {
    margin-bottom: 50px;
  }
}
#spectacle .lieuBilleterieEtPicto .colonne_1 {
  display: block;
  flex-direction: column;
  justify-content: space-between;
}
#spectacle .lieuBilleterieEtPicto .colonne_1 .lieuCourt {
  display: inline-block;
  padding: 10px 30px;
  background-color: #FF0000;
  color: white;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-right: 20px;
}
#spectacle .lieuBilleterieEtPicto .colonne_2 {
  margin-top: 10px;
  float: right;
}
@media (min-width: 600px) {
  #spectacle .lieuBilleterieEtPicto .colonne_2 {
    margin-top: 0;
  }
}
#spectacle .lieuBilleterieEtPicto .colonne_2 .pictos {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
#spectacle .lieuBilleterieEtPicto .colonne_2 .pictos img {
  min-width: 80px;
  max-width: 100%;
}
#spectacle .media {
  display: flex;
  flex-direction: column;
  justify-content: normal;
  align-items: flex-start;
  margin-bottom: 20px;
}
@media (min-width: 600px) {
  #spectacle .media {
    flex-direction: row;
  }
}
#spectacle .media .lienMedia {
  display: flex;
  text-decoration: none;
  margin-right: 10px;
  margin-bottom: 10px;
}
@media (min-width: 600px) {
  #spectacle .media .lienMedia {
    margin-bottom: 0;
  }
}
#spectacle .media .lienMedia .photo {
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  transition: all ease 0.3s;
  min-width: 200px;
  min-height: 113px;
}
#spectacle .media .lienMedia .photo span {
  font-weight: bold;
  color: white;
}
#spectacle .media .lienMedia:hover .photo {
  transform: scale(1.02);
}
#spectacle .tab {
  display: flex;
  flex-direction: row;
  justify-content: normal;
  align-items: flex-start;
  margin-bottom: 20px;
  font-size: 14px;
}
#spectacle .tab .cle {
  min-width: 79px;
  padding-right: 10px;
}
#spectacle .tab .gras {
  font-weight: bold;
  text-transform: uppercase;
}
#spectacle .tab .valeur > p:first-child {
  margin-top: 0;
}
#spectacle .boutons {
  display: flex;
  flex-direction: row;
  justify-content: normal;
}
#spectacle .boutons a {
  margin-right: 20px;
}
#spectacle .titreEtPictos {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 20px;
}
#spectacle .titreEtPictos .colonne_2 {
  text-align: right;
  padding-bottom: 20px;
}

/*# sourceMappingURL=spectacle.css.map */
