h1
{
    text-transform: uppercase;
    margin: 0px !important;
}

.sous-titre-du-spectacle
{
    text-transform: uppercase;
    font-weight: 700;
    margin: 10px 0px 10px
}


/* Page spectacle single */

.spectacle_single {
    display: flex;
    justify-content: space-between;
    gap: 6vw;
    margin-top: 6vw;
    padding: 0px 6vw;
}
.spectacle_img, .spectacle_infos {
    width: 50%;
}
.spectacle_img img {
    width: 100%;
}

.spectacle_single iframe
{
    margin-top:30px;
}
.description
{
    max-width: 600px;
}
.next_and_prev_spectacle_arrows ul
{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    list-style-type: none;
    margin: 60px 6vw ;
    text-transform: uppercase;
    font-weight: 600;
    align-items: center;
}
.next_and_prev_spectacle_arrows li a
{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap : 7px

}
.spectacle-infos br
{
    display: none;
}

/* 🖥️ Extra Large - desktops */
@media (max-width: 1200px) {

}

/* 💻 Large - ordinateurs portables */
@media (max-width: 992px) {
  /* Styles pour ≥992px et <1200px */

  .spectacle_single {
    flex-direction: column;
    gap: 6vw;
    margin-top: 6vw;
    padding: 0px 6vw;
}
.spectacle_img, .spectacle_infos {
    width: 100%;
}
h1
{
    font-size: 24px;
}
.spectacle-infos span
{
    display: none;
}
.spectacle-infos
{
    line-height: 27px;
    margin-bottom: 20px;
}
.spectacle-infos br
{
    display: block;
}
.spectacle_single .horaires p
{
    margin-bottom: 5px;
}
.next_and_prev_spectacle_arrows p
{
    display: none !important;
}

.next_and_prev_spectacle_arrows img
{
    height: 40px;
}
}


/* 🧾 Medium - tablettes */
@media (max-width: 768px) {
  /* Styles pour ≥768px et <992px */



}