@function adjust-text($adjust) {
  @if (lightness($adjust) > 50) {
    @return #333;
  }
  @else {
    @return #fff;
  }
}
@function line-height($font-size) {
  @return $font-size * 1.3;
}
.clearfix:before,
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
html,
body {
  width: 100%;
  height: 100%;
}
*,
*:before,
*:after {
  box-sizing: border-box;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  background-color: #e4791b;
  background-image: linear-gradient(#9cafc4, #001285, #0018b8, #ffc71f, #ffc71f, #b1252f, 90%, #320b0d 100%);
  cursor: pointer;
  color: #ffffe5;
  font-family: 'Dosis', sans-serif;
  font-size: 12px;
  line-height: normal;
  font-weight: 300;
  color: adjust-text(#e4791b);
}
@media screen and (min-width: 320px) {
  body {
    font-size: calc(12px + 6 * ((100vw - 320px) / 960));
  }
}
@media screen and (min-width: 1280px) {
  body {
    font-size: 18px;
  }
}
a {
  color: #ffffe0;
  text-decoration: none;
}
[aria-label] position relative {
  color: #ffffc7;
}
[aria-label]:after {
  content: attr(aria-label);
  display: none;
  position: absolute;
  top: 35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 15;
  pointer-events: none;
  padding: 8px 10px;
  line-height: 15px;
  white-space: nowrap;
  text-decoration: none;
  text-indent: 0;
  text-transform: none;
  text-align: center;
  letter-spacing: 0;
  overflow: visible;
  font-size: 0.8em;
  font-weight: normal;
  color: #ffffe5;
  text-shadow: 1px 0 1px #888;
}
[aria-label]:hover:after,
[aria-label]:focus:after {
  display: block;
}
.spec {
  position: absolute;
  z-index: 8;
  left: 50%;
  top: 55%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 70vw;
  max-width: 1000px;
  height: 70vh;
  opacity: 1;
}
#couv {
  position: absolute;
  z-index: 100;
  left: 50%;
  top: 55%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 70.08vw;
  max-width: 1000px;
  height: 70vh;
  background-image: linear-gradient(rgba(156,175,196,0), rgba(0,18,133,0.3), rgba(0,24,184,0.5), rgba(0,31,235,0.8), rgba(31,61,255,0.8), #2f6a41, 90%, rgba(52,152,82,0) 100%);
}
#fiche,
iframe,
object {
  display: block;
  position: absolute;
  width: 51vh;
  height: 31vh;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  font-size: 1.2em;
  text-shadow: 1px 0 0 #555;
  padding: 1em;
  z-index: 0;
  color: #fff;
}
#title {
  position: relative;
  z-index: 11;
  font-family: 'Chelsea Market', cursive;
  font-size: 2.02em;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  padding-top: 1em;
}
#real {
  position: relative;
  z-index: 116;
  font-size: 1.5em;
  font-weight: 200;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  padding: 0 0 1em;
}
#blobs {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
#blobs .blob {
  position: absolute;
  width: 2000px;
  height: 2000px;
  min-width: 100vw;
  min-height: 100vh;
  transition: -webkit-transform 1s ease-out;
  transition: transform 1s ease-out;
  transition: transform 1s ease-out, -webkit-transform 1s ease-out;
}
#links {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 25px;
}
#logo {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: transparent;
  box-shadow: 20px 38px 34px -26px rgba(0,0,0,0.2);
  border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
  border: 1px solid #ffffc7;
  color: transparent;
  text-decoration: none;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  transition: 7s all ease-in forwards 1;
}
#logo:hover {
  color: #ffffe5;
  border: 0px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  width: 100%;
}
#logo:hover:after {
  content: '\A un film soutenu par l’ACOR';
  whitespace: pre;
  -webkit-transform: translate(-50%, -20%);
          transform: translate(-50%, -20%);
  font-family: 'Chelsea Market', cursive;
  letter-spacing: 1px;
}
.links {
  position: absolute;
  padding: 0 20px;
  letter-spacing: 3px;
  height: 40px;
  transition: all 1s ease-in;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
}
.links:hover {
  box-shadow: 20px 38px 34px -26px rgba(0,0,0,0.2);
  border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
  border: 1px solid #ffffc7;
  padding: 2px 10px 2px;
  color: #e4791b;
  text-decoration: none;
  background: rgba(0,0,0,0.2);
  color: #ffffe5;
}
#text {
  top: 0;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  font-size: 1em;
}
#ft {
  font-size: 1em;
  top: 50%;
  left: 5px;
  -webkit-transform: rotate(-90deg) translate3d(0, -50%, 0);
          transform: rotate(-90deg) translate3d(0, -50%, 0);
  color: #ffffc7;
}
#dp {
  top: 50%;
  right: -60px;
  -webkit-transform: rotate(90deg) translate3d(0, -50%, 0);
          transform: rotate(90deg) translate3d(0, -50%, 0);
}
#fa {
  left: 50%;
  bottom: 0;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
}
#fa:hover:before {
  display: block;
  content: '△ \A';
  top: -2em !important;
  margin-top: -30px !important;
  white-space: pre;
  color: #ffffc7;
}
#fa:hover {
  border: 0;
  background: transparent;
}
.social {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
}
.social a {
  width: 30px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  display: block;
  text-decoration: none;
}
.social a a {
  color: #ffffc7;
  text-decoration: none;
}
.social a a:hover {
  text-decoration: underline;
}
.social #tel {
  color: #ffffc7;
  background-image: url("https://www.lacor.info/film/dans_la_terrible_jungle/img/inbox.png");
  background-size: 15px;
}
.social #tel:hover {
  color: #ffffc7;
  border: 0px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  width: 100%;
}
.social #tel:hover:after {
  top: 20px;
  color: #ffffc7;
}
