/* drivein.css */

body {
  background-color: black;
  background-size: 100vw 100vh;
  overflow: hidden;
}

@keyframes animatedBackground {
	from {
    background-position: 0 0;
  }
  to {
    background-position: -3840px 0; 
  }
}

@keyframes zouz {
	0%      {transform: scale(1)}
  50%     {transform: scale(1.1)}
	100%    {transform: scale(1)}
}

@keyframes toTheLeft {
  0%    {left: -50%}
  100%  {left: 0%}
}

@keyframes toTheRight {
  0%    {right: -50%}
  100%  {right: 0%}
}

@keyframes toTheScreen {
	0%      {opacity: 0}
  99%     {opacity: 0}
	100%    {opacity: 1}
}

#wallpaperSKY {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../SRC/12_DRIVE-IN/bgsky.png");
  background-repeat: no-repeat;
  background-size: 100vw 100vh;
  height: 1080px;
  width: 1920px;
}

#wallpaperSTARS {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../SRC/12_DRIVE-IN/bgclouds.png");
  background-repeat: repeat-x;
  background-size: 3840px 1080px;
  height: 100%;
  width: 100%;
  animation: animatedBackground 60s linear infinite;
}

#wallpaperBG {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../SRC/12_DRIVE-IN/bg.png");
  background-repeat: no-repeat;
  background-size: 100vw 100vh;
  height: 1080px;
  width: 1920px;
}

#projection {
  position: fixed;
  top: 80px;
  left: 350px;
  width: 1220px;
  height: 587px;
}

#projection iframe {
  width: 100%;
  height: 100%;
}

#wallpaperMOVIES {
  position: absolute;
  top: 550px;
  right: 10px;
  background-image: url("../SRC/12_DRIVE-IN/click.png");
  background-repeat: no-repeat;
  background-size: contain;
  height: 180px;
  width: 180px;
  animation: zouz 2s ease-in-out infinite;
}

#wallpaperMOVIES:hover {
  cursor: pointer;
}

#liste-des-films {
  position: absolute;
  top: 0px;
  right: 0px;
  background-image: url("../SRC/12_DRIVE-IN/DriveIn_FilmBoard.png");
  background-repeat: no-repeat;
  background-size: contain;
  height: 1080px;
  width: 740px;
  animation: toTheRight 1s linear;
}

#superFilm {
  margin-top: 210px;
  margin-left: 220px;
  height: 470px;
  width: 410px;
  overflow: auto;
}

#liste-des-films ul {
  list-style: none;
}

#liste-des-films ul li {
  display: inline;
  padding: 5px;
}

#liste-des-films ul li img {
  box-shadow: 3px 5px 5px black;
}

#liste-des-films ul li img:hover {
  box-shadow: 3px 5px 5px rgb(11, 184, 184);
  cursor: pointer;
}

#titreZouz {
  position: absolute;
  top: 475px;
  right: 0px;
  font-size: 1.5em;
  font-weight: 400;
  font-family: bebas;
  width: 200px;
  height: 95px;
  text-align: center;
  letter-spacing: 0.2rem;
  line-height: 1.4rem;
}

#liste-des-films-retour {
  position: absolute;
  bottom: 45px;
  right: 380px;
  background-image: url("../SRC/12_DRIVE-IN/button.png");
  background-repeat: no-repeat;
  background-size: contain;
  height: 71px;
  width: 139px;
  animation: toTheScreen 1s;
}

.film {
  height: 500px;
}

.pub {
  height: 150px;
}

@media (display-mode: fullscreen) {
  #projection {
    top: 97px;
    left: 350px;
    width: 1220px;
    height: 687px;
  }
  #titreZouz {
    top: 570px;
  }
  #wallpaperMOVIES {
    top: 650px;
  }
}

@media all and (min-width: 2560px) {
  #wallpaperSKY {
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("../SRC/12_DRIVE-IN/bgsky.png");
    background-repeat: no-repeat;
    background-size: 100vw 100vh;
    height: 100vh;
    width: 100vw;
  }
  #wallpaperSTARS {
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("../SRC/12_DRIVE-IN/bgclouds.png");
    background-repeat: repeat-x;
    background-size: 3840px 1080px;
    height: 100%;
    width: 100%;
    animation: animatedBackground 60s linear infinite;
  }
  #wallpaperBG {
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("../SRC/12_DRIVE-IN/bg.png");
    background-repeat: no-repeat;
    background-size: 100vw 100vh;
    height: 100vh;
    width: 100vw;
  }
  #projection {
    top: 110px;
    left: 466px;
    width: 1627px;
    height: 818px;
  }
  #liste-des-films {
    position: absolute;
    top: 0px;
    right: 0px;
    background-image: url("../SRC/12_DRIVE-IN/DriveIn_FilmBoard.png");
    background-repeat: no-repeat;
    background-size: contain;
    height: 100vh;
    width: 1000px;
    animation: toTheRight 1s linear;
  }
  #superFilm {
    margin-top: 300px;
    margin-left: 270px;
    height: 600px;
    width: 580px;
    overflow: auto;
  }
  #wallpaperMOVIES {
    position: absolute;
    top: 800px;
    right: 40px;
    background-image: url("../SRC/12_DRIVE-IN/click.png");
    background-repeat: no-repeat;
    background-size: contain;
    height: 180px;
    width: 180px;
    animation: zouz 2s ease-in-out infinite;
  }
  #titreZouz {
    position: absolute;
    top: 666px;
    right: 30px;
    font-size: 1.5em;
    font-weight: 400;
    font-family: bebas;
    width: 200px;
    height: 95px;
    text-align: center;
    letter-spacing: 0.2rem;
    line-height: 1.4rem;
  }
  #liste-des-films-retour {
    position: absolute;
    bottom: 112px;
    right: 451px;
    background-image: url("../SRC/12_DRIVE-IN/button.png");
    background-repeat: no-repeat;
    background-size: contain;
    height: 81px;
    width: 250px;
    animation: toTheScreen 1s;
  }
  .film {
    height: 780px;
  }
  .pub {
    height: 234px;
  }
}

#liste-des-films-retour:hover {
  cursor: pointer;
}

@media (display-mode: fullscreen) and (min-width: 2560px) {
  #projection {
    top: 129px;
    left: 466px;
    width: 1628px;
    height: 917px;
  }
  #titreZouz {
    top: 770px;
  }
  #wallpaperMOVIES {
    top: 900px;
  }
}