/*
Fichier revu en Mars 2006 par XooloopStudio (www.xooloop.fr contact@xooloop.fr) pour passer en responsive.

Modification commentées avec XooloopStudio_Mars26.
	- XooloopStudio_Mars26+ pour ajout
	- XooloopStudio_Mars26- pour suppression
	- XooloopStudio_Mars26* pour modif
	- XooloopStudio_Mars26[ pour début d'un bloc modifié
	- XooloopStudio_Mars26] pour fin d'un bloc modifié

Modifs notables :
- ajout <meta name="viewport">
- passage en border-box pour simplifier dimensionnements
- passage en fluide (width 100%) de tous les blocks
- passage en flex des inline-block et des float
- plus besoin du 2° menu en dur dans le html... Il est désormais généré à la volée par main.js
- plus besoin du bouton menu en croix (le seul bouton hamburger gère ses 2 états)
*/
@font-face {
  font-family: "Oswald";
  src: url("../font/Oswald-Light.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Oswald";
  src: url("../font/Oswald-Regular.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Oswald Light";
  src: url("../font/Oswald-Light.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Oswald Light";
  src: url("../font/Oswald-Regular.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url("../font/Nunito-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url("../font/Nunito-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style-type: none;
  list-style: none;
  border: 0;
  box-sizing: border-box;
}
::-webkit-scrollbar {
  width: 15px;
}
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 10px #000000;
}
::-webkit-scrollbar-thumb {
  background: #cc0000;
  border-radius: 5px;
}
::-webkit-scrollbar-thumb:hover {
  background: #cc0000;
}
.overflowHidden {
  position: fixed;
  overflow-y: scroll;
  width: 100%;
}
img {
  outline: none;
  max-width: 100%;
  height: auto;
}
iframe {
  display: block;
  margin: 20px auto;
  max-width: 100%!important;
}
a {
  outline: none;
}
a .acheter {
  background-color: #cc0000;
  width: 225px;
  height: 50px;
  margin: auto;
  text-align: center;
  transition: ease-out 0.3s;
  border: 1px solid #0F1723;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}
a .acheter p {
  color: white;
  font-family: "Oswald", sans-serif;
  font-size: 22px;
  transition: ease-out 0.3s;
}
a .acheter:hover {
  background-color: white;
  border: 1px solid #0F1723;
}
a .acheter:hover p {
  color: #0F1723;
}
a .lienTarifs {
  position: absolute;
  top: 70px;
  right: 20px;
  width: 150px;
  height: 35px;
  background-color: #cc0000;
  margin: auto;
  text-align: center;
  transition: ease-out 0.4s;
  border: 1px solid #0F1723;
  display: flex;
  align-items: center;
  justify-content: center;
}
a .lienTarifs p {
  color: white;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  transition: ease-out 0.4s;
}
a .lienTarifs:hover {
  transition: ease-out 0.4s;
  background-color: white;
  border: 1px solid #0F1723;
}
a .lienTarifs:hover p {
  color: #0F1723;
  font-size: 20px;
}
h2 {
  color: #0F1723;
  font-size: 23px;
  font-family: "Oswald", sans-serif;
  margin-bottom: 30px;
  margin-top: 30px;
}
h3 {
  color: #cc0000;
  font-family: "Nunito", sans-serif;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}
h4 {
  color: #cc0000;
  font-family: "Nunito", sans-serif;
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 12px;
}
hr {
  height: 0px;
  border-top: 1px solid #cecece;
  width: 50%;
  display: block;
  margin: auto;
  margin-top: 50px;
  margin-bottom: 10px;
}
p {
  color: #0F1723;
  font-family: "Nunito", sans-serif;
  font-size: 14px;
}
p span {
  color: #cc0000;
}
p a {
  color: #cc0000;
}
p a span {
  color: #0F1723;
}
p a:hover {
  color: #0F1723;
}
p a:hover span {
  color: #cc0000;
}
table {
  width: 800px;
  max-width: 100%;
  margin: auto;
  margin-bottom: 30px;
  font-family: "Nunito", sans-serif;
}
table tr {
  background-color: #c9d5e8;
  color: #0F1723;
  text-align: center;
  font-size: 16px;
}
table tr td {
  width: 400px;
  height: 50px;
  font-size: 14px;
  position: relative;
}
table tr:first-child {
  background-color: #cc0000;
  color: white;
  font-weight: bold;
}
table tr:first-child span {
  font-weight: normal;
  font-size: 10px;
  position: absolute;
  right: 1px;
  bottom: 1px;
}
table tr:nth-child(even) {
  background-color: #c9d5e8;
}
body {
  background-color: #0F1723;
  width: 100%;
  position: relative;
  padding-top: 130px;
}
html {
  height: 100%;
}
.triangleBasDroit {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0.8;
  width: 50%;
  min-width: 154px;
  aspect-ratio: 154 / 49;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 154 49' preserveAspectRatio='none'%3E%3Cpolygon points='90,20 154,0 154,49 0,49' fill='%23cc0000'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.lienNoir a {
  color: #0F1723;
  transition: 0.4s;
}
.lienNoir p {
  color: #0F1723;
  transition: 0.4s;
}
.lienNoir:hover a {
  color: #cc0000;
  transition: 0.4s;
}
.lienNoir:hover p {
  color: #cc0000;
  transition: 0.4s;
}
#languettesResponsive {
  display: none;
}
#mediator {
  position: fixed;
  left: 10px;
  z-index: 999;
  top: 10px;
  transition: top 0.5s ease;
}
#mediator a {
  display: block;
}
#mediator a img {
  height: 80px;
  transition: height 0.5s ease;
}
header {
  width: 100%;
  background-color: #080d13;
  overflow: visible !important;
  position: fixed;
  top: 0;
  z-index: 900;
  height: 110px;
  transition: height 0.5s ease;
}
header #navigation {
  transition: height 0.5s ease;
  display: flex;
  justify-content: space-between;
  margin: auto;
  overflow: visible !important;
  max-width: 1000px;
  width: 100%;
  font-size: 0;
  height: 110px;
}
header #navigation a {
  font-family: "Oswald", sans-serif;
  font-size: 18px;
}
header #navigation > a {
  margin-top: 0;
  transition: margin-top 0.5s ease;
}
header #navigation > a:nth-child(2) {
  width: 20%;
  padding-right: 10px;
  text-align: right;
}
header #navigation > a:nth-child(3) {
  width: 14%;
  text-align: left;
}
header #navigation > ul {
  align-items: center;
  display: flex;
  justify-content: space-around;
  padding: 0;
  transition: 0.8s all 0.3s;
  width: 33%;
  z-index: 998;
}
header #navigation > ul li {
  display: inline-block;
  margin-left: 0px;
  margin-right: 0px;
  position: relative;
  padding: 0;
}
header #navigation > ul li a {
  padding: 15px;
  display: block;
  color: white;
}
header #navigation > ul li a span {
  color: #cc0000;
}
header #navigation > ul li a:hover {
  color: #cc0000;
}
header #navigation > ul li ul {
  background-color: white;
  border: 1px solid #dedede;
  display: none;
  position: absolute;
  top: calc(100% - 10px);
  left: 15px;
  width: auto;
  white-space: nowrap;
}
header #navigation > ul li ul li {
  color: #0f1723;
}
header #navigation > ul li ul li a {
  color: #0f1723;
  display: block;
  float: none;
}
header #navigation > ul li:hover {
  background-color: #080d13;
  color: white;
  transition: 0.7s;
}
header #navigation > ul li:hover a:hover {
  color: white;
}
header #navigation > ul li:hover ul {
  display: block;
  transition: 0.7s;
}
header #navigation > ul li:hover ul li {
  color: white;
  display: block;
}
header #navigation > ul li:hover ul li:hover a {
  color: white;
}
header #navigation #logoTheatres {
  width: auto;
  height: 100px;
  margin: auto;
  padding-top: 10px;
  position: relative;
  transition: height 0.5s ease;
}
header #navigation #logoCharenton {
  margin: auto;
  padding-top: 2px;
  position: relative;
  width: auto;
  height: 100px;
  transition: height 0.5s ease;
}
header #navigation > ul:last-child li:last-child ul {
  left: auto;
  right: -20px;
}
#rechercheForm input[type="text"] {
  border-radius: 3px;
  position: fixed;
  right: 15px;
  top: 40px;
  width: 130px;
  height: 30px;
  border: 1px solid white;
  background: #080d13;
  color: white;
  font-family: "Oswald Light", sans-serif;
  z-index: 1000;
  transition: top 0.5s ease;
}
#rechercheForm #loupe {
  position: fixed;
  z-index: 1000;
  right: 20px;
  top: 48px;
  height: 17px;
  transition: top 0.5s ease;
}
@media screen and (max-width: 1300px) {
  #rechercheForm {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  body.scrolled header {
    height: 70px;
  }
  body.scrolled header #navigation {
    height: 65px;
  }
  body.scrolled header #navigation #logoTheatres {
    height: 65px;
  }
  body.scrolled header #navigation #logoCharenton {
    height: 67px;
  }
  body.scrolled #mediator {
    top: 8px;
  }
  body.scrolled #mediator a img {
    height: 46px;
  }
  body.scrolled #rechercheForm input {
    top: 22px;
  }
  body.scrolled #rechercheForm #loupe {
    top: 29px;
  }
}
.hamburger {
  position: fixed;
  padding: 5px 15px;
  background: none;
  right: 0;
  border: 0;
  top: 4px;
  cursor: pointer;
  z-index: 10000000000000;
  outline: none;
  font-size: 0;
  display: none;
}
.hamburger::before {
  content: "☰";
  font-size: 35px;
  color: white;
  line-height: 45px;
}
body.menu-open .hamburger::before {
  content: "✕";
  font-size: 28px;
}
.cross {
  display: none;
}
#navMobile {
  display: none;
}
.menu {
  display: none;
}
.barreDroite {
  width: 70px;
  position: fixed;
  right: 0;
  z-index: 900;
  top: 140px;
  margin-top: 0px;
}
.barreDroite img {
  transition: 0.9s;
  margin-top: 8px;
  max-height: 60px;
}
.barreDroite a {
  width: 100%;
  height: 70px;
}
.barreDroite div {
  width: 100%;
  background-color: blue;
  height: 70px;
  margin-bottom: 15px;
  padding-top: 8px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  text-align: center;
}
.barreDroite div:hover img {
  transform: rotate(360deg);
  transition: 0.9s;
}
.barreDroite div:first-child {
  background-color: #cc0000;
}
.barreDroite div:nth-child(2) {
  background-color: #cc0000;
}
.barreDroite #news {
  background-color: #f5b112;
}
.barreDroite #news img {
  margin-left: 4px;
}
.barreDroite #fb {
  background-color: #3b5998;
}
.barreDroite #tw {
  background-color: #4099ff;
}
.barreDroite p {
  color: white;
  font-size: 12px;
  font-family: "Oswald", sans-serif;
  margin-top: 0;
  margin-bottom: 0;
}
/* LANGUETTE PRE RESERVATION */
.languettePreReserv {
  position: fixed;
  background-color: #cc0000;
  width: 180px;
  top: 160px;
  left: 0;
  z-index: 1;
  padding: 10px 15px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.languettePreReserv a {
  height: 100%;
  width: auto;
  color: white;
  font-family: "Oswald", sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.languettePreReserv span {
  width: auto;
  text-align: center;
}
.languettePreReserv span:nth-child(2) {
  font-weight: bold;
  text-align: center;
  color: #cc0000;
  background-color: white;
  margin-top: 5px;
}
#flecheHaut {
  position: fixed;
  right: 10px;
  bottom: 10px;
  border: 1px solid white;
  border-radius: 5px;
  padding: 10px;
  width: 45px;
  height: 45px;
  z-index: 999;
  display: none;
  background: rgba(0, 0, 0, 0.6);
  transition: 0.4s;
}
#flecheHaut:hover {
  background: #cc0000;
}
footer {
  height: 175px;
  padding-bottom: 25px;
  width: 100%;
  background: #080d13;
  display: block;
  margin: auto;
  margin-bottom: 0;
  margin-top: 60px;
  position: relative;
}
footer #vdm {
  height: 50px;
  position: absolute;
  left: 15px;
  bottom: 40px;
}
footer div:nth-child(2) {
  display: block;
  margin: auto;
  text-align: center;
  padding-top: 15px;
}
footer div:nth-child(2) p:first-child {
  font-family: "Nunito", sans-serif;
  color: white;
  font-size: 14px;
}
footer div:nth-child(2) p:last-child {
  font-family: "Nunito", sans-serif;
  color: white;
  font-size: 10px;
}
footer div:nth-child(2) p:last-child a {
  color: white;
}
footer div:nth-child(2) p:last-child span {
  color: #0099ff;
}
footer div:nth-child(2) a {
  color: white;
}
footer div:nth-child(2) a #logoFacebook {
  height: 20px;
  margin-right: 3px;
  transition: 0.8s;
}
footer div:nth-child(2) a:hover #logoFacebook {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
  transition: 0.8s;
}
footer div:nth-child(3) {
  position: absolute;
  right: 0;
  bottom: 0;
}
footer div:nth-child(3) #cartoucheCharenton {
  padding: 10px;
  height: 100px;
  display: block;
  margin-right: 0;
  background-color: #cc0000;
  margin-bottom: 35px;
}
.corps {
  max-width: 1000px;
  width: 100%;
  display: block;
  margin: auto;
  margin-top: 30px;
  background-color: white;
  padding: 40px;
  position: relative;
}
.corps ul {
  margin-bottom: 30px;
  margin-top: 15px;
}
.corps ul li {
  font-family: "Nunito", sans-serif;
  color: #0F1723;
  font-size: 14px;
  list-style-type: square;
}
.corps form p,
.corps form label {
  font-family: "Oswald", sans-serif;
  font-size: 16px;
}
.corps form input[type="text"],
.corps form input[type="tel"],
.corps form input[type="email"],
.corps form input[type="date"],
.corps form input[type="number"] {
  border-radius: 3px;
  padding: 4px;
  width: 208px;
  border: 1px solid black;
  color: #080d13;
  font-family: "Nunito", sans-serif;
  margin-top: 10px;
  margin-bottom: 15px;
}
.corps form input[type="checkbox"] p {
  color: #cc0000;
}
.corps form input[type="submit"] {
  background-color: #cc0000;
  border: 1px solid #cc0000;
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  color: white;
  padding: 8px;
  margin-top: 15px;
  transition: 0.7s;
  width: 216px;
  cursor: pointer;
}
.corps form input[type="submit"]:hover {
  background-color: white;
  border: 1px solid #0F1723;
  color: #0F1723;
}
.titrePartie,
.titrePartieIndex {
  margin: auto;
  margin-top: 120px;
  max-width: 1000px;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  color: white;
  font-size: 23px;
  font-family: "Oswald Light", sans-serif;
}
.titrePartie img,
.titrePartieIndex img {
  width: 100%;
  height: 1px;
}
.titrePartie h1,
.titrePartieIndex h1 {
  width: auto;
  margin-left: 60px;
  margin-right: 60px;
  white-space: nowrap;
}
.titrePartie span,
.titrePartieIndex span {
  font-weight: thin;
}
.titrePartieIndex {
  margin-top: 70px;
}
.sansTitrePartie {
  max-width: 1000px;
  width: 100%;
  display: block;
  margin: auto;
  text-align: center;
  margin-top: 140px;
}
.sansTitrePartie h1 {
  color: white;
  font-size: 40px;
  font-family: "Oswald Light", sans-serif;
}
#avertissementCookies {
  z-index: 15000;
  position: fixed;
  bottom: 25px;
  left: 5px;
  width: 300px;
  height: 110px;
  background-color: rgba(0, 0, 0);
  padding: 5px;
  border-radius: 3px;
}
#avertissementCookies p {
  font-size: 14.5px;
  margin: 3px;
  margin-right: 17px;
  color: white;
}
#avertissementCookies p a:hover {
  color: #cc0000;
  text-decoration: underline;
  cursor: pointer;
}
#avertissementCookies #avertissementCookiesClose {
  z-index: 15001;
  width: 23px;
  height: 16px;
  position: absolute;
  top: 2px;
  right: 2px;
  background: url(../img/close.png) 0 0 no-repeat;
  transform: scale(0.8);
  cursor: pointer;
}
#filInfos {
  z-index: 20000;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background-color: #080d13;
}
#filInfos #filInfosClose {
  z-index: 16000;
  width: 30px;
  height: 23px;
  padding-top: 7px;
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: #080d13;
}
#filInfos #filInfosClose:hover {
  cursor: pointer;
}
#filInfos p {
  position: absolute;
  top: 3px;
  width: 100%;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  font-family: "Arial";
}
#filInfos a {
  color: white;
}
#filInfos a:hover {
  color: #cc0000;
}
#filInfos .marquee {
  overflow: hidden;
  -webkit-animation: marquee 30s linear infinite;
  animation: marquee 30s linear infinite;
  white-space: nowrap;
}
@keyframes marquee {
  0% {
    text-indent: 1200px;
  }
  100% {
    text-indent: -1800px;
  }
}
@-webkit-keyframes marquee {
  0% {
    text-indent: 1200px;
  }
  100% {
    text-indent: -1800px;
  }
}
#popup {
  z-index: 100000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
#popup div {
  position: relative;
  background-color: white;
  width: 50%;
  height: 50%;
  margin: 12.5% auto;
}
#popup div .closePopup {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 23px;
  height: 16px;
}
#popup div .closePopup:hover {
  cursor: pointer;
}
#popup div #popupStop {
  padding: 0;
  position: absolute;
  font-size: 11px;
  top: 5px;
  left: 5px;
}
#popup div #popupStop a:hover {
  color: #cc0000;
}
#popup div h3 {
  padding-bottom: 20px;
  padding-top: 10px;
  color: #cc0000;
  text-align: center;
  font-size: 30px;
}
#popup div h4 {
  font-size: 20px;
}
#popup div p {
  padding: 6px;
}
nav#navSlider {
  display: block;
  margin: auto;
  margin-top: 20px;
  max-width: 1000px;
  width: 100%;
}
nav#navSlider ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px 25px;
  padding-left: 0;
  margin-bottom: 40px;
}
nav#navSlider ul li {
  font-family: "Oswald Light", sans-serif;
  font-size: 20px;
  text-transform: uppercase;
}
nav#navSlider ul li a {
  color: #808080;
}
nav#navSlider ul li a.activeNav {
  color: white;
  font-weight: bold;
}
#flecheBas {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  display: block;
  margin: auto;
  width: 25px;
  height: 25px;
  margin-top: 0px;
  cursor: pointer;
}
#flecheBasSpectacle {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  display: block;
  margin: auto;
  width: 25px;
  height: 25px;
  margin-top: 25px;
  cursor: pointer;
}
#actus {
  margin-top: 0px;
}
#actus .derniersSpectacles {
  margin: auto;
  margin-top: 30px;
  max-width: 1000px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
#actus .derniersSpectacles a .cadreActus {
  background: white;
  height: 100%;
  margin-bottom: 25px;
  padding-top: 20px;
  position: relative;
}
#actus .derniersSpectacles a .cadreActus .imageArticle {
  display: block;
  margin: auto;
  width: 90%;
  aspect-ratio: 4 / 3;
  position: relative;
  transition: 0.4s;
}
#actus .derniersSpectacles a .cadreActus .imageArticle .genre {
  font-size: 15px;
  font-family: "Oswald", sans-serif;
  color: white;
  position: absolute;
  right: 5px;
  text-align: right;
  bottom: 2px;
  margin-bottom: 0;
}
#actus .derniersSpectacles a .cadreActus h2 {
  display: block;
  width: 90%;
  margin: 10px auto;
  text-transform: uppercase;
  font-family: "Nunito", sans-serif;
  font-size: 20px;
}
#actus .derniersSpectacles a .cadreActus p {
  display: block;
  width: 90%;
  margin: 0 auto 20px;
  font-family: "Nunito", sans-serif;
  font-size: 14px;
}
#actus .derniersSpectacles a .cadreActus span {
  position: absolute;
  right: 5px;
  bottom: 5px;
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  color: #cc0000;
}
#actus .derniersSpectacles a .cadreActus:nth-child(even) {
  margin-left: 10px;
}
#actus .derniersSpectacles a:hover .imageArticle {
  opacity: 0.8;
  transition: 0.4s;
}
#prochainement .derniersSpectacles {
  margin: auto;
  margin-top: 30px;
  max-width: 1000px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-between;
  align-items: stretch;
}
#prochainement .derniersSpectacles a {
  flex: 1 1 300px;
}
#prochainement .derniersSpectacles a .articleProchainement {
  background: white;
  width: 100%;
  height: 100%;
  padding-bottom: 20px;
  padding-top: 20px;
  position: relative;
}
#prochainement .derniersSpectacles a .articleProchainement .imageArticle {
  display: block;
  margin: auto;
  width: 90%;
  aspect-ratio: 2 / 1;
  position: relative;
  transition: 0.4s;
}
#prochainement .derniersSpectacles a .articleProchainement .imageArticle .genre {
  font-size: 15px;
  font-family: "Oswald", sans-serif;
  color: white;
  position: absolute;
  right: 5px;
  text-align: right;
  bottom: 2px;
  margin-bottom: 0;
}
#prochainement .derniersSpectacles a .articleProchainement h2 {
  display: block;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 90%;
  text-transform: uppercase;
  font-family: "Nunito", sans-serif;
  font-size: 18px;
}
#prochainement .derniersSpectacles a .articleProchainement p {
  display: block;
  margin: auto;
  width: 90%;
  margin-bottom: 20px;
  font-family: "Nunito", sans-serif;
  font-size: 13px;
}
#prochainement .derniersSpectacles a .articleProchainement span {
  position: absolute;
  right: 5px;
  bottom: 0px;
  font-family: sans-serif;
  font-size: 24px;
  color: #cc0000;
  transition: 0.4s;
}
#prochainement .derniersSpectacles a:hover .imageArticle {
  opacity: 0.8;
  transition: 0.7s;
}
#bandeAnnonce {
  margin: auto;
  max-width: 1000px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
iframe[src*="vimeo"],
iframe[src*="youtube"] {
  margin-top: 20px;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 16 / 9 !important;
}
#photos {
  position: relative;
  overflow: hidden;
  z-index: 0;
  max-width: 1000px;
  width: 100%;
  display: block;
  margin: auto;
  margin-bottom: 50px;
}
#photos #sliderPhotos {
  margin: 0 auto;
  position: relative;
  width: 100%;
  height: auto;
  text-align: left;
}
#photos #sliderPhotos #slideContainer {
  width: 100%;
  aspect-ratio: 2 / 1;
  position: relative;
  overflow: hidden;
}
#photos #sliderPhotos #slideContainer ul {
  height: auto;
  width: 300%;
  display: flex;
}
#photos #sliderPhotos #slideContainer ul li {
  flex: 0 0 calc(100% / 3);
  position: relative;
}
#photos #sliderPhotos #slideContainer ul li img {
  width: 100%;
  height: auto;
  display: block;
  z-index: 1;
}
#photos #sliderPhotos #slideContainer ul li .info {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-family: "Oswald Light", sans-serif;
  color: white;
  text-align: right;
}
#photos #sliderPhotos #slideContainer ul li .info .titre {
  bottom: 10px;
  right: 0;
  font-size: 30px;
  color: white;
  padding: 5px 10px;
  display: block;
  position: absolute;
  z-index: 101;
}
#photos #sliderPhotos #slideContainer ul li .info .date {
  top: 50px;
  right: 0;
  font-size: 18px;
  padding: 5px 10px;
  display: block;
  position: absolute;
  z-index: 101;
}
#photos #sliderPhotos #slideContainer ul li .info .triangleSpectaclesBasDroit {
  z-index: 100;
  width: 100%;
  aspect-ratio: 100 / 17;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 17' preserveAspectRatio='none'%3E%3Cpolygon points='0,17 100,0 100,17' fill='%23cc0000'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
#imagePrincipaleSpectacle {
  max-width: 1000px;
  width: 100%;
  height: auto;
  aspect-ratio: 2 / 1;
  background-size: cover;
  background-position: center;
  display: block;
  margin: auto;
  margin-top: 140px;
  position: relative;
}
#imagePrincipaleSpectacle h1 {
  color: white;
  font-size: 30px;
  font-family: "Oswald", sans-serif;
  position: absolute;
}
#imagePrincipaleSpectacle .triangleRouge {
  width: 100% !important;
  height: auto !important;
  padding: 0 !important;
  border: none !important;
  aspect-ratio: 100 / 17;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 17' preserveAspectRatio='none'%3E%3Cpolygon points='0,17 100,0 100,17' fill='%23cc0000'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;
  background-position: bottom right !important;
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0.8;
  display: flex !important;
  align-items: flex-end;
  justify-content: flex-end;
}
#imagePrincipaleSpectacle .triangleRouge .titreSpectacle {
  position: relative !important;
  inset: auto !important;
  color: white;
  font-family: "Oswald", sans-serif !important;
  z-index: 10;
  text-align: right;
  margin: 0 10px 10px 0;
  max-width: 80%;
  font-size: clamp(18px, 4vw, 30px);
  text-wrap: balance;
}
body:has(#imagePrincipaleSpectacle) .items {
  max-width: 1000px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: auto;
  margin-top: 15px;
}
body:has(#imagePrincipaleSpectacle) .items .itemImage {
  width: 100px;
  height: 80px;
}
body:has(#imagePrincipaleSpectacle) .items > div {
  width: auto!important;
  display: flex!important;
  float: none!important;
}
body:has(#imagePrincipaleSpectacle) .items .itemVideo {
  width: 100px;
  height: 80px;
}
body:has(#imagePrincipaleSpectacle) .items .itemVideo p {
  width: 100px;
  height: 80px;
  position: relative;
}
body:has(#imagePrincipaleSpectacle) .items .itemVideo p::before {
  content: "▶";
  font-size: 40px;
  color: white;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#copyright {
  max-width: 1000px;
  width: 100%;
  display: block;
  margin: auto;
  color: #808080;
  opacity: 0.7;
  font-size: 12px;
}
#presentation {
  max-width: 1000px;
  width: 100%;
  justify-content: space-between;
  display: flex;
  margin: 30px auto 0;
  flex-wrap: wrap;
  gap: 30px;
}
#presentation #gauchePresentation {
  width: 48%;
}
#presentation #gauchePresentation p:first-child {
  color: white;
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  margin-bottom: 0px;
}
#presentation #gauchePresentation p:first-child span {
  text-transform: uppercase;
  color: white;
}
#presentation #gauchePresentation p:nth-child(2) {
  color: white;
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  margin-bottom: 0px;
}
#presentation #gauchePresentation p:nth-child(3) {
  color: white;
  text-transform: uppercase;
  font-family: "Nunito", sans-serif;
  font-size: 14px;
}
#presentation #gauchePresentation p:nth-child(3) span {
  text-transform: none;
}
#presentation #gauchePresentation p:last-child {
  background-color: white;
  color: #0F1723;
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  padding: 35px;
  margin-top: 40px;
  text-align: justify;
}
#presentation #gauchePresentation p:last-child span {
  font-weight: bold;
}
#presentation #droitePresentation {
  width: 48%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
  position: relative;
}
#presentation #droitePresentation p {
  color: white;
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  float: right;
}
#presentation #droitePresentation p span {
  color: white;
  font-weight: bold;
  font-size: 24px;
}
#presentation #droitePresentation .acheter {
  margin-top: 40px;
  text-align: center;
  background-color: #cc0000;
  cursor: pointer;
  border-radius: 3px;
  transition: ease-out 0.3s;
}
#presentation #droitePresentation .acheter p {
  float: none;
  color: white;
  font-family: "Oswald", sans-serif;
  font-size: 22px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: ease-out 0.3s;
}
#presentation #droitePresentation .acheter:hover {
  background-color: white;
  border: 1px solid #0F1723;
}
#presentation #droitePresentation .acheter:hover p {
  color: #0F1723;
}
.complet {
  margin-top: 20px;
  right: 0px;
  background-color: #cc0000;
  cursor: default;
  border-radius: 3px;
}
.complet p {
  text-align: center;
  width: 250px;
  color: white;
  background-color: #cc0000;
  font-family: "Oswald", sans-serif !important;
  font-size: 22px !important;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 3px;
}
.acheterBas {
  /* position: absolute; */
  text-align: center;
  /* margin-top: 265px; */
  /* right: 50%; */
  background-color: #cc0000;
  cursor: pointer;
  width: 250px;
  margin: auto;
  border-radius: 3px;
  transition: ease-out 0.3s;
}
.acheterBas p {
  float: none;
  color: white;
  font-family: "Oswald", sans-serif;
  font-size: 22px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: ease-out 0.3s;
}
.acheterBas:hover {
  background-color: white;
  border: 1px solid #0F1723;
}
.acheterBas:hover p {
  color: #0F1723;
}
.acheterList {
  /* position: absolute; */
  text-align: center;
  /* margin-top: 265px; */
  /* right: 50%; */
  background-color: #cc0000;
  cursor: pointer;
  width: 250px;
  margin: auto;
  border-radius: 3px;
  transition: ease-out 0.3s;
}
.acheterList p {
  float: none;
  color: white;
  font-family: "Oswald", sans-serif;
  font-size: 22px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: ease-out 0.3s;
}
.acheterList:hover {
  background-color: white;
  border: 1px solid #0F1723;
}
.acheterList:hover p {
  color: #0F1723;
}
#prereservation {
  padding: 1px 15px;
}
#distribution {
  max-width: 1000px;
  width: 100%;
  margin: 50px auto 0;
}
#distribution .nom {
  margin-top: 30px;
  background-color: white;
  text-align: left;
  padding: 25px;
}
#distribution .nom p:not(#mentionObligatoire) {
  color: #0F1723;
  font-family: "Nunito", sans-serif;
  font-size: 15px;
}
#distribution .nom p:not(#mentionObligatoire) span {
  color: #cc0000;
}
#mentionObligatoire {
  color: #4d4d4d;
  font-size: 14px;
  font-family: "Oswald", sans-serif;
  font-style: italic;
}
#presse {
  max-width: 1000px;
  width: 100%;
  margin: 50px auto;
}
#presse .citation {
  background-color: white;
  text-align: center;
  padding: 25px;
  padding-bottom: 50px;
  position: relative;
}
#presse .citation p {
  color: #0F1723;
  font-family: "Nunito", sans-serif;
  font-style: italic;
  font-size: 15px;
}
#presse .citation span {
  color: #cc0000;
  font-family: "Nunito", sans-serif;
}
#presse .citation .voirArticle {
  position: absolute;
  left: 5px;
  bottom: 5px;
  display: flex;
  padding: 3px;
  align-items: center;
  gap: 5px;
}
#presse .citation .voirArticle #iconeRevuePresse {
  width: 20px;
  height: 26px;
  background-image: url("../img/icone-revue-presse-hover.png");
  background-size: cover;
  background-position: center;
  transition: 0.4s;
}
#presse .citation .voirArticle a {
  color: #cc0000;
}
#presse .citation .voirArticle p {
  margin-left: 5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Oswald", sans-serif;
  color: #cc0000;
  vertical-align: middle;
}
#presse .citation .voirArticle:hover {
  transition: 0.4s;
}
#presse .citation .voirArticle:hover #iconeRevuePresse {
  background-image: url("../img/icone-revue-presse.png");
  background-size: cover;
  transition: 0.4s;
}
#presse .citation .voirArticle:hover p {
  color: #0F1723;
}
#navigationSpectacle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 75px;
}
#navigationSpectacle .precedent {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: auto;
}
#navigationSpectacle .precedent a {
  color: white;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
}
#navigationSpectacle .precedent a img {
  width: 15px;
  height: 15px;
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: absolute;
  left: 0;
  transition: 0.4s;
}
#navigationSpectacle .precedent a p {
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  margin-left: 20px;
  color: white;
}
#navigationSpectacle .precedent:hover img {
  left: -20px;
  transition: 0.4s;
}
#navigationSpectacle .suivant {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: auto;
}
#navigationSpectacle .suivant a {
  color: white;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
}
#navigationSpectacle .suivant a img {
  width: 15px;
  height: 15px;
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
  right: 0;
  transition: 0.4s;
}
#navigationSpectacle .suivant a p {
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  margin-right: 20px;
  color: white;
}
#navigationSpectacle .suivant:hover img {
  right: -20px;
}
.corps:has(.itemSpectacle) {
  background-color: transparent;
  padding: 0;
}
.itemSpectacle {
  width: 100%;
  display: grid;
  grid-template-columns: 300px 1fr auto;
  grid-template-areas: "photo info boutons";
  gap: 20px;
  align-items: start;
  background-color: white;
  padding: 20px;
  border-radius: 3px;
  margin-top: 40px;
}
.itemSpectacle .photoSpectacle {
  width: 100%;
  grid-area: photo;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  aspect-ratio: 2 / 1;
  height: auto;
  position: relative;
}
.itemSpectacle .photoSpectacle p {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 3px 7px;
  font-size: 12px;
  opacity: 0.9;
  font-family: "Oswald", sans-serif;
  color: white;
  background-color: #cc0000;
}
.itemSpectacle .photoSpectacle .plusInfos {
  text-align: center;
  background-color: #cc0000;
  opacity: 0;
  transition: 0.2s;
  position: relative;
  width: 100%;
  height: 100%;
}
.itemSpectacle .photoSpectacle .plusInfos p {
  display: none;
}
.itemSpectacle .photoSpectacle .plusInfos:hover {
  opacity: 0.3;
}
.itemSpectacle .infoSpectacle {
  grid-area: info;
}
.itemSpectacle .infoSpectacle h2 {
  margin-bottom: 20px;
  margin-top: 0;
  border-bottom: 1px solid #cc0000;
  padding-bottom: 10px;
  transition: 0.4s;
}
.itemSpectacle .infoSpectacle h2:hover {
  color: #cc0000;
}
.itemSpectacle .infoSpectacle p:nth-child(2) {
  margin-bottom: 20px;
}
.itemSpectacle .blocAcheter {
  grid-area: boutons;
  align-self: start;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.itemSpectacle:first-child {
  margin-top: 0;
}
.corpsPreReserv {
  max-width: 1000px;
  width: 100%;
  display: block;
  margin: auto;
  margin-top: 30px;
  background-color: white;
  padding: 40px;
  position: relative;
}
.corpsPreReserv form p,
.corpsPreReserv form label {
  font-family: "Oswald", sans-serif;
  font-size: 16px;
}
.corpsPreReserv form input[type="text"],
.corpsPreReserv form input[type="tel"],
.corpsPreReserv form input[type="email"],
.corpsPreReserv form input[type="date"],
.corpsPreReserv form input[type="number"],
.corpsPreReserv form input[type="time"] {
  border-radius: 3px;
  padding: 4px;
  width: 208px;
  border: 1px solid black;
  color: #080d13;
  font-family: "Nunito", sans-serif;
  margin-top: 10px;
  margin-bottom: 15px;
}
.corpsPreReserv form input[type="submit"] {
  background-color: #cc0000;
  border: 1px solid #cc0000;
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  color: white;
  padding: 8px;
  margin-top: 15px;
  transition: 0.7s;
  width: 216px;
  cursor: pointer;
  text-align: center;
}
.corpsPreReserv form input[type="submit"]:hover {
  background-color: white;
  border: 1px solid #0F1723;
  color: #0F1723;
  transition: 0.7s;
  cursor: pointer;
}
.genreBox {
  width: 50%;
}
.infoChamps {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.infoChampsBox {
  width: 50%;
}
.centerSubmit {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.champSpectacle {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.champSpectacleBox {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.champSpectacleBox p #infoTarif {
  color: white;
  font-weight: bold;
  background-color: #cc0000;
  border-radius: 50px;
  padding: 1px 9px;
  margin-left: 5px;
  position: relative;
  cursor: pointer;
}
.champSpectacleBox p span .hoverCardTarif {
  color: white;
  background-color: #cc0000;
  height: auto;
  width: 196px;
  top: -95px;
  left: 22px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transition: opacity 0.2s;
  font-weight: lighter;
  padding: 10px;
  border-radius: 5px;
}
.champSpectacleBox section {
  display: flex;
  align-items: center;
  justify-content: center;
}
.champSpectacleBox section a {
  height: auto;
  width: auto;
  font-size: 2rem;
  font-weight: bold;
  cursor: pointer;
  color: #cc0000;
}
.champSpectacleBox p:nth-child(1) {
  width: 38%;
}
.champSpectacleBox p:nth-child(2) {
  width: 18%;
}
.champSpectacleBox p:nth-child(3) {
  width: 18%;
}
.champSpectacleBox p:nth-child(4) {
  width: 18%;
}
.champSpectacleBox input:nth-child(1) {
  width: 38% !important;
  margin-right: 2%;
}
.champSpectacleBox input:nth-child(2) {
  width: 18% !important;
  margin-right: 2%;
}
.champSpectacleBox input:nth-child(3) {
  width: 18% !important;
  margin-right: 2%;
}
.champSpectacleBox input:nth-child(4) {
  width: 18% !important;
  margin-right: 2%;
}
.formValidContainer {
  height: 600px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.formValidContainer h1 {
  color: #cc0000;
  font-weight: bold;
  text-align: center;
}
.formValidContainer a {
  color: black;
  text-align: center;
  margin-top: 10px;
  transition: color 0.2s;
  font-size: 1.3rem;
}
.formValidContainer a:hover {
  color: #cc0000;
}
.formValidCenter {
  max-width: 1000px;
  width: 100%;
  height: auto;
  padding: 50px;
  margin-top: 120px;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-family: "Oswald Light", sans-serif;
}
.corps:has(#navAlbum) {
  display: grid!important;
  grid-template-columns: repeat(3, 1fr);
  justify-content: stretch;
  gap: 40px;
}
.corps:has(#navAlbum) #navAlbum {
  grid-column: 1 / span 3;
}
.corps:has(#navAlbum) #navAlbum p {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  margin-right: 15px;
}
.corps:has(#navAlbum) #navAlbum p a {
  color: #0F1723;
}
.corps:has(#navAlbum) #navAlbum p a:hover {
  color: #cc0000;
}
.corps:has(#navAlbum) #navAlbum p:last-child {
  margin-right: 0;
}
.corps:has(#navAlbum) .items {
  width: auto;
}
.corps:has(#navAlbum) .items .grandePhoto {
  width: 100%;
  aspect-ratio: 3 / 2;
  background-position: center;
  background-size: cover;
  position: relative;
}
.corps:has(#navAlbum) .items .grandePhoto p {
  padding: 5px;
  background-color: #cc0000;
  font-family: "Oswald", sans-serif;
  font-size: 12px;
  position: absolute;
  left: 0;
  bottom: 0;
  color: white;
}
.corps:has(#navAlbum) .items .petitePhoto {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: stretch;
  justify-content: space-between;
  gap: 5px;
  margin-top: 5px;
}
.corps:has(#navAlbum) .items .petitePhoto img {
  width: 50px!important;
  height: 40px!important;
  margin: 0!important;
}
#partenaires {
  max-width: 1000px;
  width: 100%;
  margin: 30px auto 0;
  background-color: white;
  padding: 40px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 20px;
  align-items: center;
  justify-items: center;
}
#partenaires > div {
  display: contents;
}
#partenaires figure {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  text-align: center;
}
#partenaires figure figcaption {
  height: 50px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
#partenaires figure a:has(img) {
  height: 160px;
}
#partenaires figure img {
  width: auto;
  height: auto;
  min-height: 60px;
  max-height: 120px;
  max-width: 100%;
  object-fit: contain;
  margin: 0,auto;
  padding: 10px;
  border: 1px solid #cdcdcd;
  transition: ease-out 0.4s;
}
#partenaires figure img:hover {
  box-shadow: 3px 3px 20px 0px #656565;
}
#partenaires figure p {
  font-family: "Oswald", sans-serif;
  text-align: center;
}
iframe[src*="google.com/maps"] {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 4 / 3;
}
#accesLogos img {
  vertical-align: bottom;
  margin: 2px;
}
#agrandirCarte {
  font-family: "Oswald", sans-serif;
  color: #cc0000;
  padding: 5px;
}
#agrandirCarte:hover {
  transition: 0.7s;
  background-color: #cc0000;
  color: white;
}
#erreur404 {
  top: 250px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  text-align: center;
  width: 650px;
  height: auto;
  color: white;
  font-family: "Oswald", sans-serif;
}
#erreur404 h1 {
  color: #cc0000;
  font-size: 26px;
}
#erreur404 p {
  margin-bottom: 15px;
  color: white;
  font-size: 20px;
}
#login_form .error {
  width: 75%;
  background-color: #cc0000;
  font-family: "Montserrat", sans-serif;
  color: white;
  display: block;
  margin: auto;
  text-align: center;
  margin-bottom: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
}
#login_form h3 {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 200%;
}
#login_form p {
  margin-right: 5px;
  display: block;
  text-align: center;
  color: white;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}
#login_form input {
  display: block;
  margin: auto;
  width: 200px;
  border: 1px solid #0F1723;
  border-radius: 2px;
  height: 20px;
}
#login_form #submit {
  width: 100px;
  border: 1px solid #0F1723;
  border-radius: 2px;
  height: 25px;
  margin: 10px;
}
#login_form #submit:hover {
  cursor: pointer;
  color: white;
  background-color: #0F1723;
}
#rechercheSpectacle {
  transition: 0.4s;
}
#rechercheSpectacle:hover img {
  opacity: 0.7;
  transition: 0.4s;
}
#imageActuAffiche {
  position: relative;
}
#imageActuAffiche p {
  position: absolute;
  font-size: 16px;
  font-family: "Oswald", sans-serif;
  color: white;
  bottom: 3px;
  right: 7px;
  margin-bottom: 0;
}
@media screen and (max-width: 1160px) {
  #mediator {
    top: 17px;
  }
  #mediator a img {
    height: 60px;
  }
  header #navigation a {
    font-size: 16px;
  }
  header #navigation > ul:first-child {
    width: calc(33% - 80px);
    margin-left: 80px;
  }
  .barreDroite {
    position: relative;
    top: auto;
    right: auto;
    z-index: auto;
    display: flex;
    align-items: stretch;
    align-self: flex-end;
    flex-direction: row;
    width: auto;
    max-width: 1000px;
    gap: 30px;
    margin: 0 auto 60px;
  }
  .barreDroite a {
    display: block;
    height: 90px;
    min-width: 90px;
  }
  .barreDroite a div {
    min-width: 100%;
    height: 100%!important;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 10px;
    border-radius: 20px!important;
  }
  .barreDroite a div img {
    max-height: 33px;
    margin-bottom: 5px;
  }
  .barreDroite a div p {
    font-size: 20px;
  }
  #languettesResponsive {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  header #navigation > ul:last-child li:last-child ul {
    right: 0px;
  }
  #photos #sliderPhotos #slideContainer ul li {
    margin-top: 0px;
  }
  #photos #sliderPhotos #slideContainer ul li .info .date {
    top: 40px;
  }
  .itemSpectacle {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "photo info" "photo boutons";
  }
  .itemSpectacle .photoSpectacle {
    align-self: start;
  }
  .itemSpectacle .blocAcheter {
    flex-direction: row;
  }
  .itemSpectacle .blocAcheter > a,
  .itemSpectacle .blocAcheter > div {
    flex: 1 1 0;
  }
  .items .itemImage,
  .items .itemVideo {
    width: 80px;
    height: 64px;
  }
  .corps,
  .corpsPreReserv,
  #distribution .nom,
  #presse .citation,
  #partenaires,
  #presentation #gauchePresentation p:last-child {
    padding: 25px;
  }
}
@media screen and (max-width: 800px) {
  footer div:nth-child(3) #cartoucheCharenton {
    height: auto;
    max-width: 25vw;
  }
}
@media screen and (max-width: 768px) {
  #mediator {
    top: 10px;
  }
  #mediator a img {
    height: 50px;
  }
  header {
    height: 65px;
  }
  header #navigation {
    text-align: center;
    display: block;
    margin: auto;
    width: 100%;
  }
  header #navigation > ul {
    display: none;
  }
  header #navigation #logoTheatres {
    height: 58px;
  }
  header #navigation #logoCharenton {
    height: 58px;
  }
  .hamburger {
    display: block;
  }
  body:has(.fancybox-container) .hamburger {
    display: none;
  }
  #navMobile {
    display: none;
    position: fixed;
    top: 65px;
    left: 0;
    width: 100%;
    height: calc(100vh - 65px);
    height: calc(100dvh - 65px);
    overflow-y: auto;
    background-color: #080d13;
    z-index: 999;
    flex-direction: column;
  }
  #navMobile ul {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  #navMobile ul li {
    display: block;
    width: 100%;
    padding: 12px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background: transparent;
    min-height: 44px;
  }
  #navMobile ul li > a {
    color: white;
    font-size: 22px;
    font-family: "Oswald", sans-serif;
    display: block;
  }
  #navMobile ul li > a span {
    color: #cc0000;
  }
  #navMobile ul li > a:hover {
    color: #cc0000;
  }
  #navMobile ul li ul {
    display: block !important;
    position: static;
    background: transparent;
    border: none;
    white-space: normal;
    padding-left: 15px;
    margin-top: 6px;
  }
  #navMobile ul li ul li {
    border-bottom: none;
    padding: 8px 0;
    min-height: 36px;
  }
  #navMobile ul li ul li a {
    font-size: 18px;
    display: block;
    color: rgba(255, 255, 255, 0.75);
  }
  #navMobile ul li ul li a::before {
    content: "› ";
    color: #cc0000;
  }
  #navMobile ul li ul li a:hover {
    color: #cc0000;
  }
  body.menu-open #navMobile {
    display: flex;
  }
  body.menu-open {
    overflow: hidden;
  }
  .barreDroite a div p {
    font-size: 16px;
  }
  #photos #sliderPhotos #slideContainer ul li .info .titre {
    font-size: 16px;
    bottom: 0;
  }
  #photos #sliderPhotos #slideContainer ul li .info .date {
    font-size: 12px;
    top: 30px;
  }
  *:has(> #flecheHaut) {
    display: none!important;
  }
  table {
    width: 100%;
  }
  table tr td {
    width: 50%;
    min-height: 50px;
  }
  table tr:first-child td span {
    position: static;
    display: block;
    text-align: right;
    padding-right: 4px;
  }
  .corps,
  .corpsPreReserv,
  #distribution .nom,
  #presse .citation,
  #partenaires,
  #presentation #gauchePresentation p:last-child {
    padding: 15px;
  }
  .corps:not(#accesLogos) img {
    max-width: none!important;
    width: 100%!important;
    max-height: none!important;
    height: auto!important;
    margin: 20px 0!important;
  }
  .corps a .lienTarifs {
    position: static;
  }
  .corps form#login_form {
    width: 100%!important;
  }
  .corps:has(#navAlbum) {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .corps:has(#navAlbum) #navAlbum {
    grid-column: 1 / span 2;
  }
  .itemSpectacle {
    grid-template-columns: 1fr;
    grid-template-areas: "photo" "info" "boutons";
  }
  .itemSpectacle .blocAcheter {
    justify-content: flex-end;
  }
  .itemSpectacle .blocAcheter > a,
  .itemSpectacle .blocAcheter > div {
    flex: 0 0 auto;
  }
  .itemSpectacle .blocAcheter a .acheter {
    width: 160px;
  }
  .itemSpectacle .blocAcheter a .acheter p {
    font-size: 18px;
  }
  #navigationSpectacle {
    margin-top: 40px;
  }
  #navigationSpectacle .precedent a p,
  #navigationSpectacle .suivant a p {
    font-size: 12px;
  }
  body:has(#imagePrincipaleSpectacle) .items .itemImage,
  body:has(#imagePrincipaleSpectacle) .items .itemVideo {
    width: 60px;
    height: 48px;
  }
  #presentation #gauchePresentation {
    width: 100%;
  }
  #presentation #gauchePresentation p:not(:last-child) {
    text-align: center;
  }
  #presentation #droitePresentation {
    width: 100%;
    text-align: center;
    align-items: center;
  }
  #presentation #droitePresentation p {
    float: none;
  }
}
@media screen and (max-width: 600px) {
  .barreDroite {
    gap: 10px;
  }
  .barreDroite a {
    height: 70px;
    min-width: 60px;
  }
  .barreDroite a div p {
    font-size: 11px;
  }
  footer {
    height: 250px;
  }
  footer #vdm {
    left: auto;
    right: calc(50% + 10px);
    bottom: 30px;
    max-width: auto;
    height: 60px;
  }
  footer div:nth-child(3) {
    right: auto;
    left: calc(50% + 10px);
    bottom: 30px;
  }
  footer div:nth-child(3) #cartoucheCharenton {
    margin-bottom: 0;
    max-width: none;
    height: 60px;
  }
  .titrePartie,
  .titrePartieIndex {
    margin-top: 40px;
  }
  .titrePartie h1,
  .titrePartieIndex h1 {
    font-size: 30px;
    margin: 0 20px;
  }
  .corps h2 {
    font-size: 20px;
    margin: 20px 0;
  }
  .corps h3 {
    font-size: 14px;
  }
  #actus .derniersSpectacles {
    gap: 20px;
  }
  #actus .derniersSpectacles a .cadreActus .imageArticle .genre {
    font-size: 12px;
  }
  #actus .derniersSpectacles a .cadreActus h2 {
    font-size: 14px;
  }
  #actus .derniersSpectacles a .cadreActus p {
    font-size: 12px;
  }
  #prochainement .derniersSpectacles {
    gap: 20px;
  }
  #prochainement .derniersSpectacles a .articleProchainement .imageArticle .genre {
    font-size: 12px;
  }
  #prochainement .derniersSpectacles a .articleProchainement h2 {
    font-size: 14px;
  }
  #prochainement .derniersSpectacles a .articleProchainement p {
    font-size: 12px;
  }
  #imagePrincipaleSpectacle .triangleRouge h1.titreSpectacle {
    font-size: 16px;
    margin: 0 5px 5px;
  }
  #partenaires {
    padding: 20px;
  }
}
@media screen and (max-width: 500px) {
  #photos #sliderPhotos #slideContainer ul li .info .date {
    padding: 5px;
  }
  #photos #sliderPhotos #slideContainer ul li .info .titre {
    font-size: 13px;
    padding: 5px;
  }
  #photos #sliderPhotos #slideContainer ul li .info .triangleSpectaclesBasDroit {
    aspect-ratio: 100 / 25;
  }
}
@media screen and (max-width: 400px) {
  .barreDroite {
    gap: 5px;
  }
  .barreDroite a {
    height: 65px;
    min-width: 50px;
  }
  .barreDroite a div img {
    max-height: 25px;
  }
  .barreDroite a div p {
    font-size: 9px;
  }
  .titrePartie h1,
  .titrePartieIndex h1 {
    font-size: 24px;
  }
  #actus .derniersSpectacles {
    grid-template-columns: 1fr;
  }
  #prochainement .derniersSpectacles a {
    flex: 1 1 100%;
  }
  .corps {
    padding: 10px;
  }
  .corps:not(#accesLogos) img {
    margin: 10px 0!important;
  }
  .corps p {
    font-size: 12px;
  }
  .corps:has(#navAlbum) {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .corps:has(#navAlbum) #navAlbum {
    grid-column: 1;
  }
  .itemSpectacle .blocAcheter > a,
  .itemSpectacle .blocAcheter > div {
    flex: 1 1 0;
  }
  .itemSpectacle .blocAcheter a .acheter {
    width: auto;
  }
  .itemSpectacle .blocAcheter a .acheter p {
    font-size: 16px;
  }
  #presentation #droitePresentation > p:first-child > span {
    font-size: 20px;
  }
}
