* {
  box-sizing: border-box;
}

.page-index.content {
  padding-top: 0;
}
.page-index .slider {
  background: #e0dfe3;
}
.page-index h2.title-2 {
  font-size: 30px;
  text-align: center;
  margin-top: 3em;
}
@media only screen and (max-width: 768px) {
  .page-index h2.title-2 {
    margin-bottom: 50px;
  }
}

.affiches-2022.cette-semaine {
  width: 95%;
  margin: auto;
}
.affiches-2022.cette-semaine .list .affiche-2022 {
  width: 12%;
}
@media only screen and (max-width: 1700px) {
  .affiches-2022.cette-semaine .list .affiche-2022 {
    width: 14%;
  }
}
@media only screen and (max-width: 1400px) {
  .affiches-2022.cette-semaine .list .affiche-2022 {
    width: 16%;
  }
}
@media only screen and (max-width: 1000px) {
  .affiches-2022.cette-semaine .list .affiche-2022 {
    width: 18%;
  }
}
@media only screen and (max-width: 768px) {
  .affiches-2022.cette-semaine .list .affiche-2022 {
    width: 80%;
  }
}
.affiches-2022.cette-semaine .list .affiche-2022 .overlay {
  font-size: 12px;
}
@media only screen and (max-width: 768px) {
  .affiches-2022.cette-semaine .list .affiche-2022 .overlay {
    font-size: initial;
  }
}
.affiches-2022.cette-semaine .list .affiche-2022 .overlay .btn {
  margin-bottom: 30px;
  font-weight: 100;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  .affiches-2022.cette-semaine .list .affiche-2022 .overlay .btn {
    margin-bottom: 0px;
  }
}
.affiches-2022 .list {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .affiches-2022 .list {
    flex-direction: column;
  }
}
.affiches-2022 .list .affiche-2022 {
  width: 15%;
  position: relative;
  margin-bottom: 30px;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .affiches-2022 .list .affiche-2022 {
    width: 90%;
    margin: 0 auto 30px auto;
    display: flex;
    flex-direction: column;
    padding-bottom: 20px;
    border-bottom: 1px #a8a8a8 solid;
  }
}
.affiches-2022 .list .affiche-2022 img {
  width: 100%;
}
.affiches-2022 .list .affiche-2022 .vignette {
  position: absolute;
  bottom: 1.5em;
  left: -1em;
  background: #e75041;
  padding: 0.1em 0.5em;
  color: #fff;
  font-size: 1em;
  text-transform: uppercase;
  transform: rotate(-7deg);
  z-index: 100;
  transition: bottom 1s, left 1s, transform 1.5s;
  white-space: nowrap;
  transform-origin: bottom left;
}
@media only screen and (max-width: 768px) {
  .affiches-2022 .list .affiche-2022 .vignette {
    top: 0;
    bottom: initial;
  }
}
.affiches-2022 .list .affiche-2022:hover .overlay {
  opacity: 1;
}
.affiches-2022 .list .affiche-2022:hover .vignette {
  bottom: 100%;
  left: 100%;
  transform: rotate(90deg);
}
.affiches-2022 .list .affiche-2022 .overlay {
  position: absolute;
  top: 0;
  background: rgba(255, 255, 255, 0.8);
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: opacity 1s;
  opacity: 0;
  z-index: 150;
}
@media only screen and (max-width: 768px) {
  .affiches-2022 .list .affiche-2022 .overlay {
    position: initial;
    opacity: 1;
    background: transparent;
  }
}
.affiches-2022 .list .affiche-2022 .overlay h2 {
  text-align: center;
  padding: 0 20px;
}
@media only screen and (max-width: 768px) {
  .affiches-2022 .list .affiche-2022 .overlay h2 {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}
.affiches-2022 .list .affiche-2022 .overlay h2 span {
  font-size: 0.7em;
}
.affiches-2022 .list .affiche-2022 .overlay h2 a {
  color: #000;
  text-decoration: none;
}
.affiches-2022 .list .affiche-2022 .overlay .btn {
  margin-bottom: 80px;
  font-weight: 100;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  .affiches-2022 .list .affiche-2022 .overlay .btn {
    margin-bottom: 0px;
  }
}
.affiches-2022 .list .affiche-2022 .overlay .intro {
  color: #303030;
  text-align: center;
  padding: 0 20px;
  line-height: 1.7em;
}
@media only screen and (max-width: 768px) {
  .affiches-2022 .list .affiche-2022 .overlay .intro {
    padding: 0px;
    text-align: left;
  }
}

.btn-v2 {
  border: 3px #fff solid;
  text-align: center;
  text-decoration: none;
  color: #fff;
  width: 100%;
  display: block;
  font-weight: bold;
  font-size: 1.2em;
  letter-spacing: 1px;
  border-radius: 5px;
  box-shadow: 0 0 5px 0 rgb(0, 0, 0);
  background: #a73b48;
  background: linear-gradient(to right, #a73b48 0%, #dc8f4b 100%);
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: box-shadow 0.5s;
}
.btn-v2 span:last-child {
  padding: 20px;
  border-radius: 50%;
  transition: transform 1s;
}
.btn-v2:hover {
  box-shadow: 0 0 15px 0 rgb(0, 0, 0);
}
.btn-v2:hover span:last-child {
  transform: rotate(-20deg) scale(1.75);
}

.only-responsive-800 {
  display: none;
}
@media screen and (max-width: 800px) {
  .only-responsive-800 {
    display: block;
    margin: 20px 0;
  }
}

.spectacle-voir-v2 .main-content {
  margin-top: 50px;
  display: flex;
  padding: 0 50px;
  gap: 50px;
}
@media only screen and (max-width: 768px) {
  .spectacle-voir-v2 .main-content {
    padding: 0 20px;
  }
}
.spectacle-voir-v2 .main-content .spectacle-info {
  width: 80%;
}
.spectacle-voir-v2 .main-content .spectacle-generique {
  background: #eee;
  padding: 20px;
  width: 20%;
  margin-bottom: 20px;
}
.spectacle-voir-v2 .main-content .video {
  padding: 20px;
  background: #eee;
  margin-bottom: 50px;
}
.spectacle-voir-v2 .main-content .video h2 {
  margin: 0;
  margin-bottom: 20px;
}
.spectacle-voir-v2 .main-content .video iframe {
  width: 500px;
  height: 400px;
}
@media screen and (max-width: 600px) {
  .spectacle-voir-v2 .main-content .video iframe {
    width: 100%;
    height: 300px;
  }
}
.spectacle-voir-v2 .main-content .intro {
  display: flex;
  gap: 50px;
  margin-bottom: 50px;
}
.spectacle-voir-v2 .main-content .intro .affiche {
  width: 30%;
}
.spectacle-voir-v2 .main-content .intro .affiche img {
  width: 100%;
}
.spectacle-voir-v2 .main-content .intro .description {
  width: 70%;
}
.spectacle-voir-v2 .main-content .intro .description h1 {
  margin: 0;
  max-width: 500px;
  font-size: 2.5em;
  line-height: 1.2em;
}
@media screen and (max-width: 800px) {
  .spectacle-voir-v2 .main-content .intro {
    flex-direction: column;
  }
  .spectacle-voir-v2 .main-content .intro .spectacle-info {
    width: 100%;
  }
  .spectacle-voir-v2 .main-content .intro .spectacle-generique {
    width: 100%;
  }
  .spectacle-voir-v2 .main-content .intro .affiche {
    margin: auto;
    display: block;
    width: 80%;
  }
  .spectacle-voir-v2 .main-content .intro .description {
    width: 100%;
  }
  .spectacle-voir-v2 .main-content .intro .description h1 {
    font-size: 2em;
  }
}
@media screen and (max-width: 1400px) {
  .spectacle-voir-v2 .main-content .spectacle-info {
    width: 70%;
  }
  .spectacle-voir-v2 .main-content .spectacle-generique {
    width: 30%;
  }
}
@media screen and (max-width: 800px) {
  .spectacle-voir-v2 .main-content {
    flex-direction: column;
  }
  .spectacle-voir-v2 .main-content .spectacle-info {
    width: 100%;
  }
  .spectacle-voir-v2 .main-content .spectacle-generique {
    margin: 0;
    margin-bottom: 20px;
    width: 100%;
  }
}

.row-flex {
  display: flex;
}
.presses h2 {
  margin: 0;
  margin-bottom: 20px;
}

.presse .row-flex {
  gap: 20px;
  border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
  margin-bottom: 20px;
}
.presse .row-flex .col-flex:first-child img {
  width: 135px;
}

.max-width-2 {
  max-width: 1500px;
  margin: auto;
}

.footer .partenaires {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 10px;
  align-items: flex-end;
}
.footer .partenaires > div {
  width: calc(50% - 10px);
  text-align: center;
}
.footer .partenaires > div img {
	height:90px;
	width: auto;
}

#map {
  overflow: hidden;
}/*# sourceMappingURL=maj2022.css.map */