.section-generale {
  background: none;
}
.anim.conteneur-general {
  top: calc(475px + 8vw);
  left: -30vw;
  pointer-events: none;
}
.anim .conteneur, .anim .titre {
  opacity: 0;
}
.bouton-spectacle {
  cursor: pointer;
}
.bouton-spectacle a, .titre a {
  color: inherit;
  text-decoration: none;
}

/* ACCUEIL */
.section-accueil {
  position: absolute;
  top: 0;
  left: 0;
  height: calc(var(--hauteur-generale) + 80vw);
  width: 100%;
  background-image: url('../images/noise.svg'), radial-gradient(circle, #0f17edff 0%, #609bf7b6 25%, #86c8fb00 60%, #86c8fb00 100%), linear-gradient(180deg, #83c5fbff 0%, #83c5fb33 100%);
  background-size: contain, var(--hauteur-generale) var(--hauteur-generale), contain;
  background-repeat: repeat, no-repeat, no-repeat;
  background-position: top;
}
.contenu {
  --decalage: 0;
  position: absolute;
  top: calc(var(--hauteur-generale) + 38vw);
  right: 2rem;
  width: 480px;
  font-size: 15px;
  padding: 2rem 1rem 2rem 1.5rem;
  background-color: #ffffffbd;
  border-radius: 0/*70px*/;
  transform: translateY(calc((var(--decalage) * -1%) - 50px));
}
.contenu:hover {
  z-index: 9;
}
footer {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #fff;
}
.mentions {
  position: static;
}
.contenu p:first-of-type {
  margin-bottom: 1.5rem;
}
.paysage, .shape {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 1;
}
.shape {
  opacity: .4;
  display: none;
}
.paysage, .masque {
  pointer-events: none;
}
.shape.derriere {
  mix-blend-mode: soft-light;
}
.anim .shape.devant {
  animation: shapeAllume 3s 1s forwards;
}
.anim .shape.derriere {
  animation: shapeAllume 3s 2.5s forwards;
}
@keyframes shapeAllume {
  to {
    opacity: 0;
  }
}

.masque, .masque svg {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.masque svg {
  height: auto;
}
.oeil path, .eclairage {
  --duree-cligne: 1000;
  --nb-cligne: 10;
  /*opacity: 0;*/
}
.eclairages {
  opacity: .8;
}
@keyframes oeilClignote {
  to {
    opacity: 1;
  }
}
@keyframes allume {
  to {
    opacity: 1;
  }
}

/*.anim #oeil2 {
  animation: oeilClignote calc(var(--duree-cligne) * 1ms / var(--nb-cligne)) var(--nb-cligne) forwards;
}
.anim .eclairage:nth-child(1) {
  animation: allume 1s calc(var(--duree-cligne) * 1ms) forwards;
}

.anim #oeil3 {
  animation: oeilClignote calc(var(--duree-cligne) * 1ms / var(--nb-cligne)) var(--nb-cligne) 1.5s forwards;
}
.anim .eclairage:nth-of-type(2) {
  animation: allume 1s calc(1.5s + var(--duree-cligne) * 1ms) forwards;
}

.anim #oeil4 {
  animation: oeilClignote calc(var(--duree-cligne) * 1ms / var(--nb-cligne)) var(--nb-cligne) .5s forwards;
}
.anim .eclairage:nth-of-type(3) {
  animation: allume 1s calc(.5s + var(--duree-cligne) * 1ms) forwards;
}
.anim #oeil5 {
  animation: oeilClignote calc(var(--duree-cligne) * 1ms / var(--nb-cligne)) var(--nb-cligne) 1s forwards;
}
.anim .eclairage:nth-of-type(4) {
  animation: allume 1s calc(1s + var(--duree-cligne) * 1ms) forwards;
}
.anim #oeil6 {
  animation: oeilClignote calc(var(--duree-cligne) * 1ms / var(--nb-cligne)) var(--nb-cligne) 2s forwards;
}
.anim .eclairage:nth-of-type(5) {
  animation: allume 1s calc(2s + var(--duree-cligne) * 1ms) forwards;
}
.anim #oeil7 {
  animation: oeilClignote calc(var(--duree-cligne) * 1ms / var(--nb-cligne)) var(--nb-cligne) 3.5s forwards;
}
.anim .eclairage:nth-of-type(6) {
  animation: allume 1s calc(3.5s + var(--duree-cligne) * 1ms) forwards;
}
.anim #oeil8 {
  animation: oeilClignote calc(var(--duree-cligne) * 1ms / var(--nb-cligne)) var(--nb-cligne) 3s forwards;
}
.anim .eclairage:nth-of-type(7) {
  animation: allume 1s calc(3s + var(--duree-cligne) * 1ms) forwards;
}
.anim #oeil1 {
  animation: oeilClignote calc(var(--duree-cligne) * 1ms / var(--nb-cligne)) var(--nb-cligne) 2.5s forwards;
}
.anim .eclairage:last-of-type {
  animation: allume 1s calc(2.5s + var(--duree-cligne) * 1ms) forwards;
}*/


.fumee {
  position: absolute;
  bottom: 13.4vw;
  right: 15.5vw;
  height: 6vw;
  width: 5vw;
  opacity: 0;
  transform: skew(0);
  transition: transform 5s;
}

@keyframes fumee1 {
  25% {
    opacity: 1;
  }
  75% {
    opacity: 1;
    height: 6vw;
  }
  100% {
    bottom: 25vw;
    right: 14vw;
    opacity: 0;
    height: 8vw;
  }
}
@keyframes fumee2 {
  25% {
    opacity: 1;
  }
  75% {
    opacity: 1;
    height: 6vw;
  }
  100% {
    bottom: 25vw;
    right: 12vw;
    opacity: 0;
    height: 8vw;
  }
}
@keyframes fumee3 {
  25% {
    opacity: 1;
  }
  75% {
    opacity: 1;
    height: 6vw;
  }
  100% {
    bottom: 25vw;
    right: 13vw;
    opacity: 0;
    height: 8vw;
  }
}
.anim .fumee1 {
  animation: fumee1 6s 10 linear;
  transform: skew(-15deg);
}
.anim .fumee2 {
  animation: fumee2 6s 2s 10 linear;
  transform: skew(15deg);
}
.anim .fumee3 {
  animation: fumee3 6s 4s 10 linear;
  transform: skew(0deg);
}


.fumee-bis {
  position: absolute;
  bottom: 6vw;
  right: 40.4vw;
  height: 3vw;
  width: 2.5vw;
  opacity: 0;
  transform: skew(0);
  transition: transform 5s;
}

@keyframes fumee-bis-1 {
  25% {
    opacity: .8;
  }
  55% {
    opacity: .8;
    height: 3vw;
  }
  100% {
    bottom: 14vw;
    right: 39vw;
    opacity: 0;
    height: 5vw;
  }
}
@keyframes fumee-bis-2 {
  25% {
    opacity: .8;
  }
  55% {
    opacity: .8;
    height: 3vw;
  }
  100% {
    bottom: 14vw;
    right: 40vw;
    opacity: 0;
    height: 5vw;
  }
}
@keyframes fumee-bis-3 {
  25% {
    opacity: .8;
  }
  55% {
    opacity: .8;
    height: 3vw;
  }
  100% {
    bottom: 14vw;
    right: 39.5vw;
    opacity: 0;
    height: 5vw;
  }
}
.anim .fumee-bis-1 {
  animation: fumee-bis-1 6s 10 linear;
  transform: skew(-15deg);
}
.anim .fumee-bis-2 {
  animation: fumee-bis-2 6s 2s 10 linear;
  transform: skew(15deg);
}
.anim .fumee-bis-3 {
  animation: fumee-bis-3 6s 4s 10 linear;
  transform: skew(0deg);
}


/************/
/* PANNEAUX */
/************/
.section-spectacle {
  z-index: 99;
  position: fixed;
  top: 2rem;
  left: 100%;
  width: 0;
  height: 0;
  opacity: 0;
  transition: left 2s;
}
.section-spectacle.show {
  left: 2rem;
  width: auto;
  height: auto;
  opacity: 1;
}
.sans-transition .section-spectacle {
  left: 2rem !important;
  transition: none;
}
.section-mentions {
  top: unset;
  bottom: 2rem;
  left: unset;
  right: 100%;
  transition: right 2s;
}
.section-mentions.show {
  left: unset;
  right: 2rem;
}
.sans-transition .section-mentions {
  left: unset !important;
  right: 2rem !important;
  transition: none;
}
#panneau {
  /*font-family: 'NotoSans';*/
  transform: translate(0);
}
.conteneur-page, .filtre-spectacle {
  filter: drop-shadow(8px 8px 2px #20202070);
}
.conteneur-page {
  position: relative;
  width: calc(100vw - 4rem);
  height: calc(100vh - 4rem);
  max-width: 1200px;
  overflow: auto;
  padding: 2rem;
  background-color: #fff;
  border-radius: 25px;
}
.mentions-legales {
  height: 600px;
  max-height: calc(100vh - 4rem);
}
.croix {
  z-index: 2;
  width: 40px;
  height: 40px;
  cursor: pointer;
  position: absolute;
  top: 3px;
  right: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-content: center;
  filter: drop-shadow(2px 2px 3px white);
}
.croix .bar {
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 4px;
  background: #000;
  border-radius: 1.5px;
}
.croix .bar:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.croix .bar:nth-of-type(2) {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}


/***********/
/* CONTACT */
/***********/
.conteneur-contact {
  height: auto;
  max-width: 700px;
  border-radius: 25px;
}
.contenu-contact {
  padding-top: 2rem;
}
#contact {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin: 2rem;
  margin-right: 0;
}
input, textarea, button {
  font-size: 16px;
  color: #999999ff;
}
input::placeholder, textarea::placeholder {
  opacity: 1;
}
input, textarea {
  background-color: #cff4ffff;
}
input:focus, textarea:focus {
  background-color: #cff4ff4b;
}
.form-field {
  width: 100%;
  padding: 0 0 1rem;
}
.form-field.demi-largeur {
  width: 40%;
}
.pure-form {
  width: 100%;
  height: 40px;
  border: solid 1px #6098afff;
  border-radius: 5px;
  padding: .5rem;
}
textarea.pure-form {
  height: 100px;
}
.form-spacer, .captcha {
  font-size: 75%;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.captcha.show, .form-spacer.show {
  height: auto;
  /*padding-bottom: 1rem;*/
}
.captcha .form-data {
  display: flex;
}
.form-result {
  width: 100%;
}
.buttons {
  width: 100%;
}
.button {
  position: relative;
  left: 35%;
  text-transform: uppercase;
  color: #cff4ffff;
  background-color: #5d96abff;
  border: solid 1px #cff4ffff;
  border-radius: 8px;
  cursor: pointer;
  padding: 5px 25px 5px 10px;
}
.button:hover {
  color: #5d96abff;
  background-color: #cff4ffff;
  border: solid 1px #5d96abff;
}
#contact .menu-mentions {
  cursor: pointer;
  text-decoration: underline;
}



/************/
/* MENTIONS */
/************/
.mentions-legales {
  max-width: 700px;
}



/*****************/
/* MEDIA QUERIES */
/*****************/

@media screen and (max-width: 900px) {
  .anim.conteneur-general {
    top: 0;
    left: 0;
    pointer-events: all;
  }
  .anim .conteneur, .anim .titre {
    opacity: 1;
  }
  .section-accueil {
    height: calc(var(--hauteur-generale) + 100vw);
    min-height: calc(var(--hauteur-generale) + 650px);
  }
  .contenu {
    top: calc(var(--hauteur-generale) + 62vw);
    max-width: calc(100% - 2rem);
    right: 1rem;
  }
}
@media screen and (max-width: 650px) {
  .contenu {
    top: var(--hauteur-generale);
    transform: unset;
  }
}

@media screen and (max-width: 48em) {
  .section-spectacle {
    top: 0;
  }
  .section-spectacle.show {
    left: 0;
  }
  .sans-transition .section-spectacle.show {
    left: 0 !important;
  }
  .section-mentions.show {
    top: unset;
    bottom: 0;
    left: unset;
    right: 0;
  }
  .sans-transition .section-mentions.show {
    left: unset !important;
    right: 0 !important;
  }
  .conteneur-page {
    width: 100vw;
    height: 100vh;
  }
}
