.sub_accordeon__title {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.sub_accordeon__title .h3-title {
    color: #6fd2cf !important;
}

.sub_accordeon__title__wrapper {
    opacity: .5;
    scroll-margin-top: 3rem;
}

.sub_accordeon__title__wrapper.active {
    opacity: 1;
}

.sub_accordeon__content {
    transition: max-height 1s ease;
    max-height: 0;
    overflow: hidden;
    margin-bottom: 3rem;
}

.sub_accordeon__title__wrapper.active .sub_accordeon__content {
    max-height: 3000px;
}

/* INFO PRATIQUES */

.places-address {
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    justify-content: space-between;
}

.places-address-group {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
}

.places-address-group p {
    max-width: 210px;
    text-align: center;
}

.places-address-locomotion {
    /* min-width: 40%;
    max-width: 40%; */
    width: 100%;
}

.mapPlace {
    max-width: 500px;
    width: 100%;
}

.places-info-sup {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-top: 2rem;
    align-items: center;
}
.places-info-sup img {
    min-width: 300px;
    max-width: 300px;
}

.places-info-sup .imageMore {
    width: max-content;
}

.places-info-sup div {
    width: 100%;
}

.places-subtitle {
    margin-top: 0;
}

.places-event {
    margin-top: 2rem;
}

.events__grid {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

#content_infos .places-event h3 {
    font-size: 20px;
}

@media screen and (min-width: 991px) {
  .places-event .single_spectacle {
    padding: 2px;
  }
}
.places-event .single_spectacle .image {
  position: relative;
  overflow: hidden;
}
.places-event .single_spectacle .image.degradeBas {
  background-image: linear-gradient(-65deg, rgba(241, 157, 154, 0.9) 20%, rgba(255, 255, 255, 0) 70%);
  background-image: -webkit-linear-gradient(-65deg, rgba(241, 157, 154, 0.9) 20%, rgba(255, 255, 255, 0) 70%);
  background-image: -moz-linear-gradient(-65deg, rgba(241, 157, 154, 0.9) 20%, rgba(255, 255, 255, 0) 70%);
  background-image: -ms-linear-gradient(-65deg, rgba(241, 157, 154, 0.9) 20%, rgba(255, 255, 255, 0) 70%);
  background-image: -o-linear-gradient(-65deg, rgba(241, 157, 154, 0.9) 20%, rgba(255, 255, 255, 0) 70%);
}
.places-event .single_spectacle .image.degradeHaut {
  background-image: linear-gradient(125deg, rgba(241, 157, 154, 0.9) 20%, rgba(255, 255, 255, 0) 70%);
  background-image: -webkit-linear-gradient(125deg, rgba(241, 157, 154, 0.9) 20%, rgba(255, 255, 255, 0) 70%);
  background-image: -moz-linear-gradient(125deg, rgba(241, 157, 154, 0.9) 20%, rgba(255, 255, 255, 0) 70%);
  background-image: -ms-linear-gradient(125deg, rgba(241, 157, 154, 0.9) 20%, rgba(255, 255, 255, 0) 70%);
  background-image: -o-linear-gradient(125deg, rgba(241, 157, 154, 0.9) 20%, rgba(255, 255, 255, 0) 70%);
}
.places-event .single_spectacle #annulation_evenement {
  background-image: none !important;
}
.places-event .single_spectacle #annulation_evenement img {
  filter: grayscale(1) !important;
}
.places-event .single_spectacle #annulation_evenement .concours {
  background: white;
  position: absolute;
  top: -1px;
  z-index: 999;
  right: -1px;
  padding: 10px 10px 40px 40px;
  -webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}
.places-event .single_spectacle #annulation_evenement .concours img {
  width: 20px;
  mix-blend-mode: initial;
}
.places-event .single_spectacle #annulation_evenement img {
  transition: all 1s;
}
.places-event .single_spectacle .audessus {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  width: 80%;
  z-index: 9;
  pointer-events: none;
}
@media screen and (max-width: 991px) {
  .places-event .single_spectacle .audessus {
    top: 50%;
    pointer-events: auto;
  }
}
@media screen and (max-width: 767px) {
  .places-event .single_spectacle .audessus {
    width: 60%;
    left: 20%;
    top: 55%;
  }
}
.places-event .single_spectacle .audessus h4 {
  font-family: "graphikwide", sans-serif;
  font-size: 35px;
  line-height: 35px;
  text-align: center;
  pointer-events: none;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 1199px) {
  .places-event .single_spectacle .audessus h4 {
    font-size: 25px;
    line-height: 25px;
  }
}
@media screen and (max-width: 767px) {
  .places-event .single_spectacle .audessus h4 {
    font-size: 35px;
    line-height: 35px;
  }
}
@media screen and (max-width: 575px) {
  .places-event .single_spectacle .audessus h4 {
    font-size: 25px;
    line-height: 25px;
  }
}
.places-event .single_spectacle .audessus .more {
  position: relative;
  margin-top: 30px;
}
@media screen and (max-width: 1199px) {
  .places-event .single_spectacle .audessus .more {
    margin-top: 15px;
  }
}
.places-event .single_spectacle .audessus .more .lieu {
  position: relative;
}
.places-event .single_spectacle .audessus .more .lieu::after {
  content: "";
  position: absolute;
  height: 40px;
  width: 1px;
  left: 1px;
  top: 0;
  transform: translateX(-50%);
  background: #FFFFFF;
}
@media screen and (max-width: 991px) {
  .places-event .single_spectacle .audessus .more .lieu::after {
    content: none;
  }
}
.places-event .single_spectacle .audessus .more p {
  color: white;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.6);
  line-height: 20px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .places-event .single_spectacle .audessus .more p {
    font-size: 12px;
    line-height: 16px;
  }
}
.places-event .single_spectacle .audessus .btn {
  position: absolute;
  right: -21px;
  bottom: -62px;
  margin: 0;
  padding: 10px;
}
@media screen and (min-width: 991px) {
  .places-event .single_spectacle .audessus .btn {
    display: none;
  }
}
.places-event .single_spectacle .audessus .btn img {
  max-width: 50px;
}
.places-event .single_spectacle .audessus .btn span {
  display: none;
}
@media screen and (max-width: 991px) {
  .places-event .single_spectacle .audessus .btn {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 20px;
    max-width: 200px;
  }
  .places-event .single_spectacle .audessus .btn img {
    margin-top: -4px;
  }
  .places-event .single_spectacle .audessus .btn span {
    display: inline-block;
    font-size: 15px;
    color: white;
  }
}
.places-event .single_spectacle .infos {
  background: white;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: all 0.5s;
  z-index: 99;
  opacity: 0;
  text-decoration: none;
}
.places-event .single_spectacle .infos h3 {
  font-size: 23px;
  line-height: 28px;
  margin-bottom: 0;
  margin-top: 0;
}
.places-event .single_spectacle .infos h3::after {
  content: none;
}
@media screen and (max-width: 1199px) {
  .places-event .single_spectacle .infos h3 {
    font-size: 20px;
    line-height: 20px;
  }
}
.places-event .single_spectacle .infos .desc {
  display: none;
  transition: all 1s;
}
.places-event .single_spectacle .infos .auteur {
  font-size: 15px;
  line-height: 20px;
  position: relative;
}

.places-event .single_spectacle .infos .more {
  position: relative;
  margin-top: 5px;
}
@media screen and (max-width: 1199px) {
  .places-event .single_spectacle .infos .more {
    margin-top: 15px;
  }
}
.places-event .single_spectacle .infos .more .lieu {
  position: relative;
}
.places-event .single_spectacle .infos .more .lieu::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  left: 1px;
  top: 0;
  transform: translateX(-50%);
  background: #201150;
}
.places-event .single_spectacle .infos .more .date, .places-event .single_spectacle .infos .more .lieu {
  font-size: 14px;
  font-family: "maisonneueextended-bold", sans-serif;
  padding: 0 10px;
  text-align: center;
  line-height: 18px;
}
@media screen and (max-width: 1199px) {
  .places-event .single_spectacle .infos .more .date, .places-event .single_spectacle .infos .more .lieu {
    font-size: 12px;
    line-height: 16px;
  }
}
.places-event .single_spectacle .infos .more .date {
  position: relative;
  line-height: 20px;
  margin: 0;
}
.places-event .single_spectacle .infos .more .lieu {
  width: 50%;
}
@media screen and (max-width: 575px) {
  .places-event .single_spectacle .infos .more {
    flex-direction: column;
  }
  .places-event .single_spectacle .infos .more::after {
    height: 1px;
    width: 40px;
    left: 50%;
    top: 50%;
  }
  .places-event .single_spectacle .infos .more .date, .places-event .single_spectacle .infos .more .lieu {
    width: 80%;
    margin: auto;
  }
  .places-event .single_spectacle .infos .more .lieu {
    margin-top: 30px;
  }
}
.places-event .single_spectacle .infos .btn {
  position: absolute;
  right: -19px;
  bottom: -13px;
  margin: 0;
  padding: 3px;
}
.places-event .single_spectacle .infos .btn img {
  min-width: 50px;
  max-width: 50px;
}
.places-event .single_spectacle:hover .image img {
  transform: scale(1.3);
}
.places-event .single_spectacle:hover .audessus {
  display: none;
}
@media screen and (max-width: 991px) {
  .places-event .single_spectacle:hover .audessus {
    display: block;
  }
}
.places-event .single_spectacle:hover .image .infos {
  width: 90%;
  height: 90%;
  left: 5%;
  margin-top: 0;
  top: 5%;
  opacity: 1;
}
@media screen and (max-width: 991px) {
  .places-event .single_spectacle:hover .image .infos {
    width: 90%;
    height: 68%;
    left: 5%;
    top: 80%;
  }
}
.places-event .single_spectacle:hover .image .infos .desc {
  display: block;
  width: 100%;
}


@media (min-width: 48rem) {
    .places-address-group {
        flex-direction: row;
        gap: 2rem;
    }

    .places-address {
        flex-direction: row;
    }

    .places-info-sup {
        flex-direction: row;
        align-items: flex-start;
    }

    .places-info-sup img {
        min-width: 200px;
    }
}