@font-face {
  font-family: Now;
  src: url(css/fonts/Now-Black.otf) format("opentype");
  src: url(css/fonts/now-black-webfont.eot);
  src: url(css/fonts/now-black-webfont.eot?#iefix) format("embedded-opentype"),
    url(css/fonts/now-black-webfont.woff2) format("woff2"),
    url(css/fonts/now-black-webfont.woff) format("woff"),
    url(css/fonts/now-black-webfont.ttf) format("truetype"),
    url(css/fonts/now-black-webfont.svg#nowblack) format("svg");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: Now;
  src: url(css/fonts/Now-Bold.otf) format("opentype");
  src: url(css/fonts/now-bold-webfont.eot);
  src: url(css/fonts/now-bold-webfont.eot?#iefix) format("embedded-opentype"),
    url(css/fonts/now-bold-webfont.woff2) format("woff2"),
    url(css/fonts/now-bold-webfont.woff) format("woff"),
    url(css/fonts/now-bold-webfont.ttf) format("truetype"),
    url(css/fonts/now-bold-webfont.svg#nowbold) format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Now;
  src: url(css/fonts/Now-Light.otf) format("opentype");
  src: url(css/fonts/now-light-webfont.eot);
  src: url(css/fonts/now-light-webfont.eot?#iefix) format("embedded-opentype"),
    url(css/fonts/now-light-webfont.woff2) format("woff2"),
    url(css/fonts/now-light-webfont.woff) format("woff"),
    url(css/fonts/now-light-webfont.ttf) format("truetype"),
    url(css/fonts/now-light-webfont.svg#nowlight) format("svg");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: Now;
  src: url(css/fonts/Now-Medium.otf) format("opentype");
  src: url(css/fonts/now-medium-webfont.eot);
  src: url(css/fonts/now-medium-webfont.eot?#iefix) format("embedded-opentype"),
    url(css/fonts/now-medium-webfont.woff2) format("woff2"),
    url(css/fonts/now-medium-webfont.woff) format("woff"),
    url(css/fonts/now-medium-webfont.ttf) format("truetype"),
    url(css/fonts/now-medium-webfont.svg#nowmedium) format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Now;
  src: url(css/fonts/Now-Regular.otf) format("opentype");
  src: url(css/fonts/now-regular-webfont.eot);
  src: url(css/fonts/now-regular-webfont.eot?#iefix) format("embedded-opentype"),
    url(css/fonts/now-regular-webfont.woff2) format("woff2"),
    url(css/fonts/now-regular-webfont.woff) format("woff"),
    url(css/fonts/now-regular-webfont.ttf) format("truetype"),
    url(css/fonts/now-regular-webfont.svg#nowregular) format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: Now;
  src: url(css/fonts/Now-Thin.otf) format("opentype");
  src: url(css/fonts/now-thin-webfont.eot);
  src: url(css/fonts/now-thin-webfont.eot?#iefix) format("embedded-opentype"),
    url(css/fonts/now-thin-webfont.woff2) format("woff2"),
    url(css/fonts/now-thin-webfont.woff) format("woff"),
    url(css/fonts/now-thin-webfont.ttf) format("truetype"),
    url(css/fonts/now-thin-webfont.svg#nowthin) format("svg");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: icomoon;
  src: url(css/fonts/icomoon.eot?pzhzv1);
  src: url(css/fonts/icomoon.eot?pzhzv1#iefix) format("embedded-opentype"),
    url(css/fonts/icomoon.ttf?pzhzv1) format("truetype"),
    url(css/fonts/icomoon.woff?pzhzv1) format("woff"),
    url(css/fonts/icomoon.svg?pzhzv1#icomoon) format("svg");
  font-weight: 400;
  font-style: normal;
}
[class*=" icon-"],
[class^="icon-"],
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class*=" icon-"],
[class^="icon-"] {
  font-family: icomoon !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}
.icon-tml:before {
  content: "\1f321";
}
* {
  box-sizing: border-box;
}
html.noScroll,
html.noScroll body {
  max-height: 100vh;
  overflow: hidden;
}
html.noScroll body {
  position: relative;
}
body {
  background: #131313;
  font-family: Now;
  color: #fff;
}
body,
p {
  margin: 0;
}
li a,
li a:visited {
  color: inherit;
  text-decoration: none;
}
.disappear {
  color: transparent;
}
.degr {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 15;
  right: 0;
  height: 90px;
  background: linear-gradient(
    180deg,
    #131313 0,
    hsla(0, 0%, 7%, 0.88) 34%,
    hsla(0, 0%, 7%, 0.78) 62%,
    hsla(0, 0%, 7%, 0.75) 72%,
    hsla(0, 0%, 7%, 0.65) 91%,
    hsla(0, 0%, 7%, 0.52) 99%,
    hsla(0, 0%, 7%, 0.5)
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#131313",endColorstr="#80131313",GradientType=0);
}

ul.menu-list-real li:nth-child(1) {
  display: none !important;
}

@media screen and (max-width: 900px) {
  .degr {
    display: block;
  }
}
i.close {
  position: absolute;
  cursor: pointer;
  height: 40px;
  width: 40px;
  padding-left: 20px;
}
i.close:before {
  transform: rotate(45deg);
}
i.close:after,
i.close:before {
  content: "";
  position: absolute;
  display: block;
  width: 3px;
  height: 40px;
  background: #fff;
}
i.close:after {
  transform: rotate(-45deg);
}
.block {
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 50vh;
  cursor: pointer;
  transition: height 1s ease-out;
}
@media screen and (max-width: 900px) {
  .block {
    height: 33.33333vh;
  }
}
.block > .back-mobile {
  display: none;
  position: fixed;
  z-index: 16;
  top: 20px;
  left: 20px;
}
@media screen and (max-width: 900px) {
  .block > .back-mobile {
    display: block;
    opacity: 0;
  }
  .block > .back-mobile i {
    color: #fff;
    font-size: 50px;
    font-weight: 200;
  }
}
.block.single .back a,
.block.single .back a:visited {
  color: #fff;
  text-decoration: none;
}
.block.single.open .cover {
  transition: none;
}
@media screen and (max-width: 900px) {
  .block.single .content_news {
    margin-top: 200px !important;
  }
}
.block.open {
  position: fixed;
  top: 0;
  z-index: 4;
  height: 100vh;
  width: 100vw;
  cursor: default;
  background: #131313;
  transition: height 1s ease-out;
}
@media screen and (max-width: 900px) {
  .block.open .content-film,
  .block.open > .content {
    display: block;
  }
}
.block.open > .back,
.block.open > .share {
  opacity: 1;
  transition: opacity 1s ease-out 1.5s, left 0.3s ease-out;
}
@media screen and (max-width: 900px) {
  .block.open > .back.positioning,
  .block.open > .share {
    display: none;
  }
}
.block.open > .back-mobile {
  opacity: 1;
  padding: 0 10px 0 0;
  transition: opacity 1s ease-out 0.5s;
}
.block.open.Scroll {
  overflow-y: scroll;
}
.block.open > .opac {
  display: none;
}
.block.open > .txt {
  top: 7vh;
}
@media screen and (max-width: 900px) {
  .block.open > .txt {
    position: relative;
    top: inherit;
    left: inherit;
    transform: none;
    margin-top: 50vh;
    margin-top: calc(33vh + 120px);
    transition: left 0.1s ease-out, top 1s ease-out, position 1s ease-out;
  }
}
@media screen and (min-width: 5000px) {
  .block.open > .txt {
    top: 4.5vh;
  }
}
.block.open > .txt h2 {
  font: 30px/40px Now;
  transition: all 1s ease-out;
}
@media screen and (min-width: 5000px) {
  .block.open > .txt h2 {
    font: 120px/120px Now;
  }
}
.block.open > .txt h2.news {
  padding-top: 4vh;
}
.block.open > .txt h2.disappear {
  display: none;
}
@media screen and (max-width: 900px) {
  .block.open > .txt h2 {
    transition: all 1s ease-out;
  }
}
@media screen and (min-width: 5000px) {
  .block.open > .txt h2 {
    margin-top: 30px;
  }
}
.block.open > .txt p {
  font-family: Now;
  font-weight: 300;
  margin-top: 0;
  transition: font-weight 1s ease-out, margin-top 1s ease-out;
}
.block.open > .txt p.disappear {
  display: none;
}
@media screen and (max-width: 900px) {
  .block.open > .txt p {
    transition: font-weight 1s ease-out, margin-top 1s ease-out;
  }
}
@media screen and (min-width: 5000px) {
  .block.open > .txt p {
    font: 60px/60px Now;
  }
}
.block.open > .cover {
  width: inherit;
  transition: all 0.5s ease-out;
}
@media screen and (max-width: 900px) {
  .block.open > .cover {
    right: inherit;
    top: 100px !important;
    height: 33vh !important;
  }
}
.block.open > .cover a,
.block.open > .cover i {
  opacity: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 40px;
  border-color: transparent transparent transparent #fff;
  transition: opacity 1s ease-out 1.5s, border-color 0.5s ease-out;
}
.block.open > .cover a:before,
.block.open > .cover i:before {
  content: "";
}
.block.open > .cover a:hover,
.block.open > .cover i:hover {
  border-left-color: hsla(0, 0%, 100%, 0.5);
  transition: border-color 0.5s ease-out;
}
.block.open > .cover a.hide,
.block.open > .cover i.hide {
  transform: scale(0);
  font-size: 0 !important;
  transition: all 0.2s ease-out;
}
.block.open > .cover iframe {
  opacity: 1;
  transition: opacity 0.5s ease-out;
}
.block.open > .cover img {
  opacity: 1;
  z-index: 8;
}
@media screen and (max-width: 900px) {
  .block.open > .cover img {
    display: none;
  }
}
.block.open > .cover img.hide {
  max-height: 0%;
  min-height: 0;
  transition: all 0.5s ease-out;
}
.block.open > .cover img.close {
  height: 0;
}
.block.open > .more {
  opacity: 1;
  display: block;
  font-size: 50px;
  transition: color 0.2s ease-out;
}
@media screen and (max-width: 900px) {
  .block.open > .more {
    display: none;
  }
}
.block.open > .more:hover {
  color: #fff;
}
.block.open .block .opac {
  background: rgba(0, 0, 0, 0.4);
}
.block.open .block .opac a {
  width: 100%;
  height: 100%;
  display: block;
}
.block.open.news > .txt {
  transition: top 0.5s ease-out, width 1s ease-out;
  top: 11vh;
}
@media screen and (max-width: 900px) {
  .block.open.news > .txt {
    width: 90%;
    transform: translate(0);
    margin: 28px auto 0;
    top: 0;
  }
}
.block.open.news > .txt .news_date {
  font: 500 20px/40px Now;
  transition: font 1s ease-out;
}
@media screen and (max-width: 900px) {
  .block.open.news > .txt .news_date {
    font-size: 15px;
  }
}
.block.open.news > .txt p.news {
  display: none;
}
.block.open.news > .cover {
  width: 100vw !important;
  top: 150vh;
  transition: top 0.7s ease-out, height 0.5s ease-out;
  height: 0 !important;
  overflow: hidden;
}
.block.open.news .content_news {
  opacity: 1;
  margin-top: 22vh;
  transition: opacity 0.2s ease-out, margin-top 0.5s ease-out;
}
@media screen and (max-width: 900px) {
  .block.open.news .content_news {
    margin-top: 0;
    padding: 0 40px;
    font-size: 17px;
    line-height: 26px;
  }
  .block.open.news .content_news p.infos {
    margin-bottom: 20px;
    text-align: justify;
  }
  .block.open.news .content_news p {
    font-weight: 400;
    font-size: 18px;
    width: 95%;
  }
}
.block .txt {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  transition: all 1s ease-out;
  z-index: 12;
}
@media screen and (max-width: 900px) {
  .block .txt {
    transition: none;
  }
}
.block .txt h2 {
  font: 500 60px/53px Now;
  margin: 0;
  transition: all 1s ease-out;
}
@media screen and (max-width: 900px) {
  .block .txt h2 {
    font: 500 1.8em/1.15em Now;
  }
}
.block .txt h2.news {
  font: 500 40px/45px Now;
  padding-top: 20px;
  transition: font 1s ease-out, padding-top 0.5s ease-out;
}
@media screen and (max-width: 900px) {
  .block .txt h2.news {
    font: 400 25px/30px Now;
  }
}
.block .txt p {
  font: 500 20px/40px Now;
  margin: 15px 0 0;
  transition: all 1s ease-out;
}
@media screen and (max-width: 900px) {
  .block .txt p {
    font: 500 1em/1.2em Now;
    margin-top: 0;
  }
}
@media screen and (min-width: 5000px) {
  .block .txt p {
    font: 500 40px Now;
  }
}
.block .txt p.news {
  font: 400 20px/45px Now;
  border-bottom: 3px solid #fff;
  display: inline-block;
  padding: 0 10px;
  cursor: pointer !important;
}
@media screen and (max-width: 900px) {
  .block .txt p.news {
    font: 400 15px/25px Now;
    padding: 15px 0 0;
  }
}
.block .txt span.news_date {
  font-size: 20px;
}
.block .share {
  top: 20px;
  right: 30px;
  opacity: 0;
}
.block .opac {
  bottom: 0;
  transition: opacity 0.3s ease-out;
  z-index: 18;
}
.block .cover,
.block .opac {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.block .cover {
  overflow: hidden;
  height: 50vh;
  width: 100vw;
  transition: all 1s ease-out;
}
@media screen and (max-width: 900px) {
  .block .cover {
    height: 33.33vh !important;
  }
}
.block .cover img {
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  max-height: 150%;
  min-height: 100%;
  opacity: 0.8;
  transition: all 0.3s ease-out, transform 1.5s ease-out;
}
.block .cover i {
  position: absolute;
  opacity: 0;
  /*font-size:4em;*/
  font-size: 0em !important;
  z-index: 9;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
@media screen and (max-width: 900px) {
  .block .cover i {
    display: none;
  }
}
.block .cover iframe {
  opacity: 0;
}
.block .more {
  position: absolute;
  cursor: pointer;
  bottom: 50px;
  left: 50%;
  opacity: 0;
  display: none;
  font: 500 40px/36px Now;
  transform: translateX(-50%);
  color: #5e5e5e;
  transition: all 1s ease-out;
}
.block .content {
  margin: auto;
  margin-top: 100vh;
  display: none;
}
@media screen and (max-width: 900px) {
  .block .content {
    padding: 0 10px;
    margin-top: 30px;
  }
}
.block .content.open {
  display: block;
}
.block .content .content-infos {
  padding: 0 0 70px;
}
@media screen and (max-width: 900px) {
  .block .content .content-infos {
    padding: 20px 5% 40px;
  }
}
.block .content .content-infos p {
  width: 60%;
  color: #fff;
  font: 17px/30px Now;
  display: inline-block;
}
@media screen and (max-width: 900px) {
  .block .content .content-infos p {
    width: 100%;
    margin-top: 35px;
    font: 300 17px/25px Now;
    text-align: justify;
  }
}
.block .content .content-infos .table {
  width: 35%;
  display: inline-block;
  vertical-align: top;
  color: #fff;
  float: right;
  padding-top: 8px;
}
@media screen and (max-width: 900px) {
  .block .content .content-infos .table {
    float: none;
    width: 100%;
    padding-top: 0;
    font-size: 0;
  }
}
.block .content .content-infos .table .row {
  width: 100%;
  display: table;
  table-layout: fixed;
}
@media screen and (max-width: 900px) {
  .block .content .content-infos .table .row {
    display: inline-block;
    font-size: 12px;
    vertical-align: top;
  }
}
.block .content .content-infos .table p {
  width: 50%;
  display: table-cell;
  vertical-align: top;
  font: 17px Now;
  height: 60px;
}
@media screen and (max-width: 1100px) {
  .block .content .content-infos .table p {
    width: 100%;
    display: block;
    height: 30px;
  }
  .block .content .content-infos .table p:nth-child(2) {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 900px) {
  .block .content .content-infos .table p {
    width: 100%;
    height: auto;
    text-align: center;
    display: block;
    font-size: 1.2em;
    margin: 0 0 5px;
    word-break: break-word;
  }
}
.block .content .content-infos .table p:first-child {
  color: #5e5e5e;
}
.block .content .content-makingOf {
  width: 100%;
  max-width: 100%;
  margin: 50px 0;
}
@media screen and (max-width: 900px) {
  .block .content .content-makingOf {
    margin-bottom: 30px;
  }
}
.block .content .content-makingOf p.makingOf-title {
  width: 100%;
  margin: 25px 0 50px;
  font: 500 50px/50px Now;
  color: #5e5e5e;
}
@media screen and (max-width: 900px) {
  .block .content .content-makingOf p.makingOf-title {
    font-size: 40px;
  }
}
.block .content .content-makingOf iframe {
  width: 100%;
  height: calc((100vw - 300px) * 9 / 16);
  max-height: 600px;
}
@media screen and (max-width: 900px) {
  .block .content .content-makingOf iframe {
    height: auto;
  }
}
.block .content .creditsAwards {
  width: 100%;
  margin-bottom: 50px;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .block .content .creditsAwards {
    padding: 20px 5% 40px;
    max-width: 100%;
    margin-top: 10px;
  }
}
.block .content .creditsAwards table {
  width: 100%;
  max-width: 100%;
  float: left;
}
.block .content .creditsAwards table thead tr td {
  font: 500 50px/50px Now;
  height: 100px;
  color: #5e5e5e;
  vertical-align: top;
  padding: 5px 0;
}
@media screen and (max-width: 900px) {
  .block .content .creditsAwards table thead tr td {
    height: 80px;
    font-size: 40px;
  }
}
.block .content .creditsAwards table tr td {
  color: #fff;
  font: 500 17px Now;
  padding: 5px 5px 5px 0;
  padding-bottom: 10px;
  white-space: normal;
  word-wrap: break-word;
  vertical-align: top;
  padding-right: 20px;
}
@media screen and (max-width: 900px) {
  .block .content .creditsAwards table tr td {
    font: 17px/20px Now;
    height: auto;
    padding-bottom: 5px;
    vertical-align: top;
  }
}
.block .content .creditsAwards table tr td:first-child {
  color: #5e5e5e;
  width: 330px;
}
@media screen and (max-width: 900px) {
  .block .content .creditsAwards table tr td:first-child {
    width: auto;
  }
}
.block .content .creditsAwards .awards {
  width: 40%;
  padding-left: 0;
  float: left;
  margin-top: 50px;
}
@media screen and (max-width: 900px) {
  .block .content .creditsAwards .awards {
    width: 100%;
  }
}
.block .content .creditsAwards .awards a {
  color: inherit;
  text-decoration: none;
}
.block .content .creditsAwards .awards a:hover {
  color: #fff;
  text-decoration: underline;
}
.block .content .creditsAwards .awards .awardsTitle {
  font: 500 60px Now;
  height: 150px;
  color: #5e5e5e;
}
@media screen and (max-width: 900px) {
  .block .content .creditsAwards .awards .awardsTitle {
    height: 90px;
  }
}
.block .content .creditsAwards .awards .awardsList {
  list-style: none;
  padding: 0;
  margin: 0;
}
.block .content .creditsAwards .awards .awardsList li {
  font: 500 17px Now;
  margin-bottom: 20px;
}
@media screen and (max-width: 900px) {
  .block .content .creditsAwards .awards .awardsList li {
    font: 500 1.1em Now;
  }
}
.block .content .creditsAwards .awards .awardsList li a {
  color: inherit;
  text-decoration: none;
}
.block .content .creditsAwards .awards .awardsList li a:hover {
  color: #fff;
  text-decoration: underline;
}
.block .content .creditsAwards .awards .awardsList li p {
  margin-bottom: 5px;
  color: #fff;
}
.block .content .creditsAwards .awards .awardsList li p:last-child {
  color: #5e5e5e;
}
.block .content-film {
  display: none;
  clear: both;
}
.block .content-film.open {
  display: block;
}
.block.news .share {
  z-index: 14;
}
.block.news .cover,
.block.news .txt {
  transition: top 1s ease-out;
}
.block.news .txt {
  width: 60%;
}
@media screen and (max-width: 900px) {
  .block.news .txt {
    width: 90%;
  }
}
.block.news .content_news {
  font: 400 20px/40px Now;
  margin-top: 60vh;
  text-align: center;
  padding: 0 15vw 50px;
  opacity: 0;
  transition: opacity 0.2s ease-out, margin-top 0.5s ease-out;
}
.block.news .content_news p {
  width: 70%;
  max-width: 900px;
  font: 500 22px/37px Now;
  text-align: center;
  margin: 6% auto 2%;
}
.block.news .content_news p.infos {
  width: 75%;
  margin: auto;
  margin-bottom: 150px;
}
.block.news .content_news img {
  margin-top: 25px;
  width: 100%;
  height: auto;
}
.block.news .content_news .imgs img {
  margin-bottom: 15px;
  width: 49%;
  float: right;
}
.block.news .content_news .imgs img:first-child {
  float: left;
}
.block.news .content_news .content-makingOf {
  padding-top: 20px;
  text-align: center;
}
.block.news .content_news .content-makingOf iframe {
  width: 64vw;
  height: 36vw;
}
.block.news .content_news .content-makingOf p.makingOf-title {
  font: 500 60px Now;
  height: 150px;
  color: #5e5e5e;
  margin: 0 auto;
}
.block.news .content_news .discover {
  position: relative;
  margin: 60px 0;
  text-decoration: none;
  color: #fff;
  margin-bottom: 50px;
}
.block.news .content_news .discover:after {
  content: "";
  position: absolute;
  height: 3px;
  width: 30%;
  bottom: -10px;
  background: #fff;
  left: 50%;
  transform: translate(-50%);
  transition: width 0.5s ease-out;
}
.block.news .content_news .discover:hover:after {
  width: 100%;
}
.block .return {
  position: absolute;
  font: 500 20px/38px Now;
  top: 30px;
  left: 30px;
  color: #fff;
  cursor: pointer;
  opacity: 0;
}
.block .return a {
  text-decoration: none;
  color: #fff;
}
.block .back {
  position: absolute;
  font: 500 20px/38px Now;
  top: 10px;
  left: 10px;
  color: #fff;
  cursor: pointer;
  opacity: 0;
  padding: 20px;
  z-index: 7;
}
.block .back.news {
  font-size: 30px;
  transition: color 0.2s ease-out;
  z-index: 17;
}
@media screen and (max-width: 900px) {
  .block .back.news {
    font-size: 50px;
    padding: 10px;
  }
}
.block .back.news:hover {
  color: #5e5e5e;
  transition: color 0.2s ease-out;
}
.block .back.news:before {
  content: none !important;
  transition: none;
}
.block .back:before {
  content: "\f053";
  font-family: FontAwesome;
  padding-right: 15px;
  font-size: 13px;
  position: absolute;
  top: 52%;
  transform: translateY(-50%);
  left: -10px;
  opacity: 0;
  transition: opacity 0.1s ease-out;
  color: #5e5e5e;
}
.block .back:hover:before {
  opacity: 1;
  transition: opacity 0.1s ease-out 0.1s;
}
.block .back.positioning:hover {
  left: 70px;
}
.block:hover > .opac {
  opacity: 0;
}
.block:hover > .cover img {
  transform: scale(1.05);
  transition: transform 2s ease-out;
}
.block.open:hover > .cover img {
  transform: scale(1);
}
.block .viewAll {
  width: 100vw;
  height: 30vh;
  background: #131313;
  position: relative;
}
.block .viewAll a {
  font: 500 40px Now;
  text-decoration: none;
  color: #5e5e5e;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: color 0.3s ease-out;
}
.block .viewAll a:hover,
.share {
  color: #fff;
}
.share {
  position: absolute;
  padding: 0;
  list-style: none;
}
.share li {
  display: inline-block;
  margin: 0 10px;
  font-size: 16px;
  cursor: pointer;
}
.share li:hover {
  color: #5e5e5e;
  transition: all 0.1s ease-out;
}
.pagination {
  width: 100%;
  position: relative;
  height: 30vh;
}
.pagination ul {
  list-style: none;
  padding: 0;
  width: 100%;
  line-height: 30vh;
  margin: 0;
}
.pagination ul,
.pagination ul li {
  display: inline-block;
  text-align: center;
}
.pagination ul li {
  font-size: 20px;
  width: 50px;
}
@media screen and (max-width: 900px) {
  .pagination ul li {
    font-size: 17px;
    width: 35px;
  }
}
.pagination ul li span {
  height: 100%;
  padding: 8px 15px 5px;
}
.pagination ul li .current {
  background: hsla(0, 0%, 100%, 0.1);
}
.loadBar {
  width: 20%;
  height: 1px;
  overflow: hidden;
}
.loadBar:after,
.loadBar:before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 1px;
}
.loadBar:before {
  background-color: hsla(0, 0%, 100%, 0.2);
}
.loadBar:after {
  transform: translate(-100%);
  background-color: #9c9c9c;
  animation: a 2s 0.1s linear infinite;
}
@keyframes a {
  75% {
    transform: translate(0);
  }
  to {
    transform: translate(100%);
  }
}
.visually-hidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
iframe[src*="vimeo"] {
  width: 100%;
  height: 100%;
}
.logo {
  position: fixed;
  z-index: 22;
  left: 30px;
  top: 50%;
  height: 367px;
  width: 212px;
  transform: translateY(-50%);
  border-radius: 90px;
}

.logo-tm,
.logo-jf,
.logo-static,
.logo-eliot {
  display: flex;
  margin-bottom: 20px;
}

@media screen and (min-width: 5000px) {
  .logo {
    width: 180px;
    height: 180px;
  }
}
.logo a,
.logo a:visited {
  text-decoration: none;
}
.logo span.icon-tml {
  display: block;
  width: 76px;
  height: 76px;
  background: url(img/logo.svg) 50% / contain no-repeat;
  transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.logo span.icon-jf {
  display: block;
  width: 76px;
  height: 76px;
  background: url(img/logo-jackflash-inv.svg) 50% / contain no-repeat;
  transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.logo span.icon-eliot {
  display: block;
  width: 76px;
  height: 76px;
  background: url(img/eliotness.svg) 50% / contain no-repeat;
  transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.logo span.icon-static {
  display: block;
  width: 76px;
  height: 76px;
  background: url(img/static.svg) 50% / contain no-repeat;
  transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.logo span.icon-tml:hover {
  opacity: 1;
}

.logo span.icon-tml:hover:after {
  content: "ANIMATION";
  font: 12px/12px Now;
  color: #fff;
  position: absolute;
  left: 86px;
  top: 32px;
}

.logo span.icon-jf {
  opacity: 0.5;
}

.logo span.icon-jf:hover {
  opacity: 1;
}

.logo span.icon-jf:hover:after {
  content: "LIVE ACTION";
  font: 12px/12px Now;
  color: #fff;
  position: absolute;
  left: 86px;
  top: 129px;
}

.logo span.icon-static {
  opacity: 0.5;
}

.logo span.icon-static:hover {
  opacity: 1;
}

.logo span.icon-static:hover:after {
  content: "PRINT";
  font: 12px/12px Now;
  color: #fff;
  position: absolute;
  left: 86px;
  top: 223px;
}

.logo span.icon-eliot {
  opacity: 0.5;
}

.logo span.icon-eliot:hover {
  opacity: 1;
}

.logo span.icon-eliot:hover:after {
  content: "LONG FORMAT";
  font: 12px/12px Now;
  color: #fff;
  position: absolute;
  left: 86px;
  top: 319px;
}

.logo span:before {
  display: none;
}
@media screen and (min-width: 5000px) {
  .logo span {
    width: 180px;
    height: 180px;
  }
}
@media screen and (max-width: 900px) {
  .logo {
    top: 20px;
    left: 20px;
    transform: none;
    transition: left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .logo,
  .logo span {
    height: 200px;
    width: 55px;
  }
  .logo span {
    color: #fff;
  }
  .logo.mobile-decal {
    left: 10px;
    top: 80px;
  }
  .logo.mobile-decal,
  .logo.open {
    transition: left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .logo.open {
    left: 20px;
  }
  .logo.open span {
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
}
.btn-menu {
  position: fixed;
  z-index: 22;
  right: 65px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  padding: 12px 0;
}
@media screen and (max-width: 900px) {
  .btn-menu {
    transform: none;
    top: 35px;
    right: 20px;
  }
}
.btn-menu span {
  position: relative;
  display: block;
  width: 40px;
  height: 3px;
  background: #fff;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 900px) {
  .btn-menu span {
    width: 30px;
  }
}
@media screen and (min-width: 5000px) {
  .btn-menu span {
    width: 60px;
    height: 6px;
  }
}
.btn-menu span:after,
.btn-menu span:before {
  position: absolute;
  background: #fff;
  content: "";
  width: 40px;
  height: 3px;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 900px) {
  .btn-menu span:after,
  .btn-menu span:before {
    width: 30px;
  }
}
@media screen and (min-width: 5000px) {
  .btn-menu span:after,
  .btn-menu span:before {
    width: 60px;
    height: 6px;
  }
}
.btn-menu span:before {
  top: -10px;
}
@media screen and (min-width: 5000px) {
  .btn-menu span:before {
    top: -16px;
  }
}
.btn-menu span:after {
  top: 10px;
}
@media screen and (min-width: 5000px) {
  .btn-menu span:after {
    top: 16px;
  }
}
.btn-menu.open span {
  background: transparent;
}
@media screen and (min-width: 901px) {
  .btn-menu.open span:after,
  .btn-menu.open span:before {
    background: #fff;
  }
}
.btn-menu.open span:before {
  transform: rotate(45deg) translate(6px, 8px);
}
@media screen and (min-width: 5000px) {
  .btn-menu.open span:before {
    transform: rotate(45deg) translate(6px, 8px);
  }
}
.btn-menu.open span:after {
  transform: rotate(-45deg) translate(6px, -8px);
}
@media screen and (min-width: 5000px) {
  .btn-menu.open span:after {
    transform: rotate(-45deg) translate(14px, -16px);
  }
}
@media screen and (max-width: 900px) {
  .top-header {
    background: #1f1f1f;
    height: 85px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
  }
  .open.top-header,
  .top-header {
    animation: all 0.5s ease-out;
    -webkit-animation: all 0.5s ease-out;
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
  }
  .open.top-header {
    background: none;
  }
}
.menu-list-wrapper {
  display: block;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  transform: translateZ(0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
}
.menu-list-wrapper:after,
.menu-list-wrapper:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  height: 60px;
  transition: 0.2s;
  pointer-events: none;
}
.menu-list-wrapper:before {
  /*top:0;
    background:linear-gradient(180deg,hsla(0,0%,7%,.7),hsla(0,0%,7%,.001))*/
}
.menu-right .menu-list-wrapper:before {
  background: linear-gradient(
    180deg,
    hsla(0, 0%, 100%, 0.7),
    hsla(0, 0%, 100%, 0.001)
  );
}
.js-atStart .menu-list-wrapper:before {
  opacity: 0;
}
.menu-list-wrapper:after {
  bottom: 0;
  background: linear-gradient(
    0deg,
    hsla(0, 0%, 7%, 0.7),
    hsla(0, 0%, 7%, 0.001)
  );
}
.menu-right .menu-list-wrapper:after {
  background: linear-gradient(
    0deg,
    hsla(0, 0%, 100%, 0.7),
    hsla(0, 0%, 100%, 0.001)
  );
}
.js-atEnd .menu-list-wrapper:after {
  opacity: 0;
}
.menu-list-wrapper .menu-list-real {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 900px) {
  .menu .menu-left.no-mobile,
  .menu .menu-right.no-mobile {
    display: none;
  }
}
.menu .menu-left {
  position: fixed;
  z-index: 20;
  overflow: hidden;
  background: #131313;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: flex;
  justify-content: center;
  align-items: center;
}
.menu .menu-left.on-mobile {
  display: none;
}
@media screen and (min-width: 901px) {
  .menu .menu-left {
    top: 0;
    /*bottom:100%;*/
    left: 0;
    right: 0%;
  }
}
@media screen and (max-width: 900px) {
  .menu .menu-left {
    top: 0;
    right: 100%;
    bottom: 50%;
    left: 0;
    /*padding-top:76px;*/
    padding-top: 0px;
  }
  .menu .menu-left.on-mobile {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .menu .menu-left .menu-title {
    left: 50%;
    top: 30px;
  }
}
.menu .menu-left .menu-title {
  color: #3b3b3b;
  padding-left: 0px;
}
@media screen and (max-width: 900px) {
  .menu .menu-left .menu-title {
    padding-left: 0;
  }
}
.menu .menu-left .menu-list-real {
  padding-left: 0px;
}
@media screen and (max-width: 900px) {
  .menu .menu-left .menu-list-real {
    padding-left: 100px;
    color: hsla(0, 0%, 100%, 0.3);
  }
}
.menu .menu-left .menu-list-real li a:hover:after {
  width: 100%;
  background: #fff;
}
.menu .menu-right {
  overflow: hidden;
  position: fixed;
  z-index: 20;
  background: #fff;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.menu .menu-right.on-mobile {
  display: none;
}
@media screen and (min-width: 901px) {
  .menu .menu-right {
    top: 100%;
    bottom: 0;
    left: 50%;
    right: 0;
  }
}
@media screen and (max-width: 900px) {
  .menu .menu-right {
    top: 50%;
    bottom: 0;
    left: 100%;
    right: 0;
    padding-bottom: 76px;
  }
  .menu .menu-right.on-mobile {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .menu .menu-right .menu-title {
    top: auto;
    bottom: 5%;
    left: 50%;
  }
  .menu .menu-right .menu-list-real li a {
    top: 60%;
  }
}
.menu .menu-right .menu-title {
  padding-right: 125px;
}
@media screen and (max-width: 900px) {
  .menu .menu-right .menu-title {
    padding-right: 0;
  }
}
.menu .menu-right .menu-list-real {
  color: #000;
  padding-right: 125px;
}
@media screen and (max-width: 900px) {
  .menu .menu-right .menu-list-real {
    color: rgba(0, 0, 0, 0.3);
  }
}
.menu .menu-right .menu-list-real li {
  width: 100%;
}
@media screen and (min-width: 901px) {
  .menu .menu-right .menu-list-real li a:hover:after {
    width: 100%;
    background: #000;
  }
}
.menu .langue {
  list-style: none;
  padding: 0;
  opacity: 0;
  position: fixed;
  z-index: 21;
  top: -50px;
  right: 60px;
  font: 400 18px Now;
  color: #cecece;
  text-transform: lowercase;
  transition: top 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 900px) {
  .menu .langue {
    top: inherit;
    bottom: -100px;
    right: 50%;
    transform: translate(50%);
  }
  .menu .langue li.current a {
    color: #3b3b3b;
  }
}
@media screen and (min-width: 5000px) {
  .menu .langue {
    font: 400 46px Now;
  }
}
.menu .langue li {
  display: inline-block;
  margin-left: 10px;
}
.menu .langue li.current a {
  color: #3b3b3b;
  border-bottom: 2px solid #3b3b3b;
}
@media screen and (max-width: 900px) {
  .menu .langue li.current a {
    color: #3b3b3b;
    border-bottom: 2px solid #3b3b3b;
  }
}
.menu .legals {
  position: fixed;
  z-index: 21;
  right: 30px;
  opacity: 0;
  bottom: -5%;
  list-style: none;
  padding: 0;
  color: #cecece;
  font: 500 14px/40px Now;
  transition: bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  margin: 0;
}
.menu .legals li {
  display: inline-block;
  margin-left: 20px;
}
.menu .legals li:hover {
  color: #000;
}
.menu .nav {
  position: fixed;
  top: -30px;
  left: 60px;
  z-index: 21;
  padding: 0;
  list-style: none;
  font: 400 18px Now;
  color: #fff;
  opacity: 0;
  transition: top 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 900px) {
  .menu .nav {
    left: 50%;
    margin: 15px 0;
    display: inline-table;
    transform: translateY(-100%) translateX(-50%);
    font: 500 3.5vw Now;
  }
}
@media screen and (min-width: 5000px) {
  .menu .nav {
    font: 400 46px Now;
  }
}
.menu .nav li {
  display: inline-block;
  margin-right: 20px;
}
@media screen and (max-width: 900px) {
  .menu .nav li {
    margin-right: 13px;
  }
}
.menu .nav li a {
  display: inline-block;
  position: relative;
}
.menu .nav li a:hover:after {
  width: 100%;
  background: #fff;
}
.menu .nav li a:after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  margin: auto;
  margin-top: -3px;
  background: transparent;
  transition: width 0.5s ease, background-color 0.5s ease;
}
.menu .copyright {
  position: fixed;
  z-index: 21;
  opacity: 0;
  bottom: -5%;
  left: 60px;
  color: #3b3b3b;
  font: 500 14px/40px Now;
  transition: bottom 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.menu .copyright i {
  margin-right: 5px;
}
.menu .menu-title {
  position: absolute;
  z-index: 11;
  /*top:10%;
    left:50%;*/
  width: 100%;
  font: 500 20px Now;
  text-align: center;
  color: #cecece;
  opacity: 0;
  /*transform:translateX(-50%);*/
  transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: flex;
  justify-content: center;
  align-self: start;
}
@media screen and (max-height: 945px) {
  .menu .menu-title {
    /*top:10%;*/
    top: 7%;
    font: 500 20px Now;
  }
}
@media screen and (max-width: 900px) {
  .menu .menu-title {
    padding: 0.342em 0;
    font-size: 4.73vw;
    line-height: 1;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 5000px) {
  .menu .menu-title {
    font: 500 155px Now;
  }
}
.menu .menu-list-real {
  position: absolute;
  /*top:33%;
    left:50%;*/
  padding: 0;
  list-style: none;
  /*font:500 30px/36px Now;*/
  /*font:500 36px/42px Now;*/
  font: 500 2.4vh/3.6vh Now; /* 20 elements */
  text-align: center;
  opacity: 0;
  /*transform:translateX(-50%);*/
  transition: opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s;
  text-transform: uppercase;
}
@media screen and (max-width: 900px) {
  .menu .menu-list-real {
    position: relative;
    top: inherit;
    left: inherit;
    height: auto;
    padding: 0;
    margin: 0;
    transform: none;
    transition: none;
  }
}
@media screen and (min-width: 5000px) {
  .menu .menu-list-real {
    font: 500 60px Now;
  }
}
.menu .menu-list-real li a {
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 900px) {
  .menu .menu-list-real li a {
    display: block;
    /*font:500 5vw Now;
        line-height: 1.5em;*/
    color: #fff;
    font: 500 2.4vh/3.6vh Now;
  }
}
.menu .menu-list-real li a:after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  margin: auto;
  margin-top: -3px;
  background: transparent;
  transition: width 0.5s ease, background-color 0.5s ease;
}
@media screen and (max-width: 900px) {
  .menu .menu-list-real li a:after {
    display: none;
  }
}
.menu.open .menu-left {
  bottom: 0;
  /*padding-bottom:12.8vw*/
}
@media screen and (max-width: 900px) {
  .menu.open .menu-left {
    bottom: 0%;
    right: 0;
  }
  .menu.open .menu-left.is-reduced {
    bottom: 82%;
    padding-bottom: 0;
  }
  .menu.open .menu-left.is-reduced .menu-list-real {
    display: none;
  }
  .menu.open .menu-left.is-expanded {
    bottom: 18%;
  }
  .menu.open .menu-left .menu-title {
    top: 10vh;
    color: #3b3b3b;
    background: #131313;
    display: none;
  }
}
.menu.open .menu-right {
  top: 0;
  padding-top: 12.8vw;
}
@media screen and (max-width: 900px) {
  .menu.open .menu-right {
    top: 50%;
    left: 0;
  }
  .menu.open .menu-right.is-reduced {
    top: 82%;
  }
  .menu.open .menu-right.is-reduced .menu-list-real {
    display: none;
  }
  .menu.open .menu-right.is-expanded {
    top: 18%;
  }
  .menu.open .menu-right .menu-title {
    top: 0;
    bottom: auto;
    color: #1f1f1f;
    background: #fff;
  }
  .menu-list-wrapper {
    top: 0vw;
  }
}
.menu.open .langue,
.menu.open .nav {
  top: 5%;
  opacity: 1;
  margin: 0;
  transition: top 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s,
    opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s;
}
@media screen and (max-width: 900px) {
  .menu.open .nav {
    top: 7%;
    padding-left: 40px;
    line-height: 3.5vw;
  }
}
@media screen and (max-width: 900px) {
  .menu.open .langue {
    top: inherit;
    bottom: 0;
  }
}
.menu.open .copyright,
.menu.open .legals {
  bottom: 4%;
  opacity: 1;
  transition: bottom 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s,
    opacity 1.8s ease-out;
}
@media screen and (max-width: 900px) {
  .menu.open .copyright,
  .menu.open .legals {
    display: none;
  }
}
.menu.open .menu-list-real,
.menu.open .menu-title {
  opacity: 1;
  transition: opacity 1s ease-out 1s;
}

.menu.open .menu-title {
  top: 5%;
}

.menu.open .menu-list-real {
  /*width:90%;
    top:12%*/
  justify-content: center;
  height: 70%;
  overflow: hidden;
  overflow-y: scroll;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin: 0;
}
@media screen and (max-width: 900px) {
  .menu.open .menu-list-real {
    top: auto;
    width: 100%;
    padding: 0;
  }

  ul.menu-list-real li:nth-child(1) {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .logo-tm,
  .logo-jf,
  .logo-static,
  .logo-eliot {
    margin-bottom: 0px;
  }

  .logo {
    display: flex;
    flex-direction: column;
  }

  .logo span.icon-tml,
  .logo span.icon-jf,
  .logo span.icon-static,
  .logo span.icon-eliot {
    width: 50px;
    height: 50px;
    margin-right: 10px;
  }

  .logo span.icon-tml:hover::after,
  .logo span.icon-jf:hover::after,
  .logo span.icon-static:hover::after,
  .logo span.icon-eliot:hover::after {
    content: "";
  }
}

@media screen and (max-width: 736px) {
  .menu-list-wrapper {
    top: 0vw;
  }

  .menu.open .menu-left .menu-title {
    top: 11vh;
  }

  .menu .menu-list-real li a {
    display: block;
    /*font:500 5vw Now;
        /*line-height: 2em;*/
    font: 500 2.4vh/3.2vh Now;
  }
}

.block.section.homepage {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.block.section.homepage img {
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  height: 100vh;
  width: 100vw;
  transform: translate(-50%, -50%) rotate(0.001deg);
}
.block.section.homepage.block .txt h2,
.block.section.homepage.block .txt p {
  position: absolute;
  top: 75%;
  left: 50%;
  opacity: 0;
  transition: opacity 0.5s ease, top 0.5s ease 1s;
  transform: translate(-50%, -50%);
  color: #fff;
}
.block.section.homepage.block .txt h2 {
  font: 500 40px/38px Now;
  margin: 0;
  margin-top: 40px;
  -moz-margin-start: 0px;
}
@media screen and (min-width: 5000px) {
  .block.section.homepage.block .txt h2 {
    font: 500 80px/78px Now;
  }
}
.block.section.homepage.block .txt p {
  font: 500 20px/38px Now;
  margin-top: 20px;
}
.block.section.homepage.positioning .txt h2,
.block.section.homepage.positioning .txt p {
  position: relative;
  opacity: 1;
  top: 50%;
  transition: opacity 0.6s ease 0.5s, top 0.8s ease 0s;
}
.block.section.homepage.open .cover {
  height: 70%;
  width: 80%;
  transition: height 0.6s ease 0s, width 0.6s ease 0.5s;
}
@media screen and (max-width: 900px) {
  .block.section.homepage .cover {
    height: 100vh !important;
  }
}
.block.section.homepage .cover {
  height: 100vh;
}
.logged-in .btn-menu,
.logged-in .logo {
  margin-top: 0px;
}
.logged-in .open .nav {
  /*margin-top:40px*/
  margin-top: 0px;
}
.about {
  position: relative;
  max-height: 0;
  height: auto;
  background: #131313;
  overflow: hidden;
  color: #fff;
  transition: all 1s ease-out;
}
.about.open {
  max-height: 200vh;
  transition: all 5s ease-out;
}
.about.open h3 {
  opacity: 1;
  transition: all 1.5s ease-out;
}
.about.open .close {
  opacity: 1;
}
.about.open .share {
  opacity: 1;
  transition: opacity 0.7s ease-out;
}
.about p {
  font: 400 16px/30px Now;
  padding: 4vh 20%;
  margin-left: 20%;
  text-align: center;
  margin: 0;
}
.about .close {
  opacity: 0;
  display: block;
  position: relative;
  margin: auto;
  transition: opacity 0.5s ease-out;
}
.about h3 {
  padding: 0;
  margin: 30px 0 0;
  font: 500 20px/38px Now;
  transition: all 1s ease-out;
}
.about .share,
.about h3 {
  text-align: center;
  opacity: 0;
}
.about .share {
  position: inherit;
  margin-bottom: 35px;
  transition: opacity 0.5s ease-in-out;
}
.aboutLink {
  position: fixed;
  z-index: 19;
  text-align: center;
  top: 29px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  cursor: pointer;
  opacity: 1;
  transition: opacity 1s ease-out;
}
@media screen and (max-width: 900px) {
  .aboutLink {
    display: none;
  }
}
.aboutLink.open {
  top: -100px;
  opacity: 0;
  transition: opacity 1s ease-out;
}
.aboutLink.open .realName {
  display: none;
}
.aboutLink h2 {
  margin: 0;
  font: 500 20px/38px Now;
}
@media screen and (min-width: 5000px) {
  .aboutLink h2 {
    font: 500 44px/38px Now;
  }
}
.aboutLink h2 .fa {
  float: right;
  padding: 10px;
}
@media screen and (min-width: 5000px) {
  .aboutLink h2 .fa {
    margin-top: -10px;
  }
}
.aboutLink .realAbout {
  display: none;
}
.pageTitle {
  text-align: center;
  font: 500 20px/38px Now;
}
@media screen and (max-width: 900px) {
  .pageTitle {
    margin-top: 75px;
  }
}
.aboutP {
  width: 70%;
  min-width: 500px;
  max-width: 1300px;
  font: 500 22px/37px Now;
  text-align: center;
  margin: 6% auto 100px;
}
@media screen and (max-width: 900px) {
  .aboutP {
    min-width: 100px;
    width: 90%;
    font: 200 17px/25px Now;
    margin-bottom: 75px;
    text-align: justify;
  }
}
.bigSub {
  font: 500 50px/60px Now;
  text-align: center;
  color: #5e5e5e;
  padding-bottom: 30px;
  margin: 0 130px;
  cursor: pointer;
  position: relative;
  height: 100px;
}
@media screen and (max-width: 900px) {
  .bigSub {
    font: 500 40px/30px Now;
    color: #fff;
    margin: 0 10px;
  }
}
.bigSub span {
  font: 500 20px Now;
  z-index: 6;
}
.bigSub i,
.bigSub span {
  position: absolute;
  top: 65px;
  left: 50%;
  transform: translateX(-50%);
  transition: opacity 0.5s ease 0.5s;
}
.bigSub i {
  bottom: 0;
  opacity: 0;
}
.bigSub i:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.bigSub i:after,
.bigSub i:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 3px;
  height: 40px;
  background: #101010;
}
.bigSub i:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.bigSub:hover {
  color: #fff;
  transition: color 0.5s ease;
}
.bigSub:hover span {
  opacity: 1;
}
.bigSub.open {
  color: #fff;
  transition: color 0.5s ease;
}
.bigSub.open i {
  z-index: 5;
  opacity: 1;
}
.bigSub.open i:after,
.bigSub.open i:before {
  background: #fff;
}
.bigSub.open:hover span,
.bigSub.open span {
  opacity: 0;
}
.subContainer {
  width: 80%;
  margin: auto;
  max-height: 0;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  transition: max-height 1s ease;
}
.subContainer table {
  margin-top: 40px;
}
.subContainer table tr {
  height: 40px;
  border-bottom: 1px solid #cacaca;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .subContainer table tr {
    height: auto;
    display: block;
    border: 0;
    padding-bottom: 20px;
  }
}
.subContainer table tr td {
  font: 400 20px/35px Now;
  vertical-align: top;
  display: inline;
}
@media screen and (max-width: 900px) {
  .subContainer table tr td {
    display: inline;
    width: 100%;
    text-align: left;
    font: 200 17px/25px Now;
  }
}
.subContainer table tr td a {
  text-decoration: none;
  color: #fff;
  transition: all 0.5s ease-out;
}
.subContainer table tr td a:hover {
  color: #cacaca;
  text-decoration: underline;
}
.subContainer table tr td:nth-child(odd) {
  color: #474747;
  padding: 0 10px;
}
@media screen and (max-width: 900px) {
  .subContainer table tr td:nth-child(odd) {
    display: block;
    width: 100%;
    text-align: left;
    padding: 0;
  }
}
.subContainer.open {
  max-height: 3500px;
  transition: max-height 2s ease;
}
.subContainer .thumbContainer {
  margin: auto;
  padding: 30px 15px;
  max-width: 250px;
}
@media screen and (max-width: 900px) {
  .subContainer .thumbContainer {
    padding: 5px;
    width: 50%;
  }
}
.subContainer .thumbContainer img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
}
.subContainer .about-real-list {
  font: 500 c/36px Now;
  text-align: center;
  padding: 0;
  list-style: none;
  transition: color 0.2s ease-in-out;
}
.subContainer .about-real-list a:hover {
  color: #9c9c9c;
  transition: color 0.3s ease-in-out;
}
.subContainer .about-awards-list {
  font: 500 17px/36px Now;
  text-align: center;
  padding: 0;
  list-style: none;
  transition: color 0.2s ease-in-out;
}
.subContainer .about-awards-list a:hover {
  color: #9c9c9c;
  transition: color 0.3s ease-in-out;
}
.container-img {
  width: 80%;
  margin: 100px auto;
  text-align: center;
}
.container-img img {
  width: 100%;
}
@media screen and (max-width: 900px) {
  .container-img {
    margin: 50px auto;
  }
}
.slider-swiper {
  overflow: hidden;
  position: relative;
}
.about-share {
  display: -ms-flexbox;
  display: flex;
  padding: 90px 0;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  width: 100%;
  text-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.about-share li {
  margin: 0 20px 25px;
}
@media screen and (max-width: 900px) {
  .about-share li {
    margin: 0 12px 30px;
  }
}
.about-share li i {
  font-size: 30px;
}
@media screen and (max-width: 900px) {
  .about-share li i {
    font-size: 15px;
  }
}
@media screen and (max-width: 900px) {
  .about-share {
    padding: 40px 0;
    margin: 0;
  }
}
h4 {
  font: 500 60px/60px Now;
  text-align: center;
}
@media screen and (max-width: 900px) {
  h4 {
    margin-top: 150px;
  }
}
.gform_footer input[type="submit"] {
  color: #fff;
  outline: none;
  cursor: pointer;
  border: none;
  background: transparent;
  font-size: 20px;
}
input.gform_button:before {
  content: "\f178";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 120px;
  color: red;
  position: absolute;
}
p.contactMail {
  margin-top: 20px !important;
}
.gform_footer {
  float: left;
  width: 20px;
  height: 50px;
  position: relative;
}
.gform_footer input {
  position: absolute;
  right: 20px;
  top: 5px;
  width: 30px;
  height: 30px;
  padding: 10px 0;
  outline: none;
}
.gform-fr .gform_body {
  width: 245px;
}
.gform-en .gform_body {
  width: 270px;
}
.gform_body {
  float: left;
  max-width: 500px;
  color: #fff;
  position: relative;
  margin: 0;
  display: inline-block;
}
.gform_body ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.gform_body .gfield_label {
  display: none;
}
@media screen and (max-width: 900px) {
  .gform_body {
    width: 80%;
  }
}
.gform_body input:-moz-placeholder,
.gform_body input:-ms-input-placeholder,
.gform_body input::-moz-placeholder,
.gform_body input::-webkit-input-placeholder {
  color: #303030;
}
.gform_body label {
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
}
.gform_body button[type="submit"] {
  color: #fff;
  outline: none;
  cursor: pointer;
  background: transparent;
  border: none;
  position: absolute;
  right: 0;
  bottom: 35px;
  font-size: 20px;
}
.gform_body input[type="email"],
.gform_body input[type="text"] {
  font: 17px/30px Now;
  padding-right: 50px;
}
.gform_body input[type="email"],
.gform_body input[type="text"],
.gform_body textarea {
  color: #fff;
  outline: none;
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 3px solid #303030;
}
.gform_body textarea {
  max-width: 100%;
  min-height: 200px;
  font: 20px/28px Now;
  margin-bottom: 30px;
}
.gform_body textarea:-moz-placeholder,
.gform_body textarea:-ms-input-placeholder,
.gform_body textarea::-moz-placeholder,
.gform_body textarea::-webkit-input-placeholder {
  font: 30px/36px Now;
  color: #303030;
}
.gform_body input:focus,
.gform_body textarea:focus {
  border-color: #fff;
}
.contactInfos {
  width: 800px;
  margin: 0 auto;
  padding: 80px 0 0;
  display: table;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .contactInfos {
    width: 80%;
    padding: 0;
    margin: auto;
    display: block;
    overflow: auto;
  }
}
.contactInfos > div {
  width: 50%;
  margin: auto;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  font: 20px/36px Now;
  float: left;
}
.contactInfos > div a {
  color: #fff;
}
@media screen and (max-width: 900px) {
  .contactInfos > div {
    width: 100%;
    padding-left: 0;
    margin-bottom: 50px;
    font: 17px/30px Now;
  }
}
@media screen and (max-width: 900px) {
  .contactInfos .people {
    margin-bottom: 0;
  }
}
.contactInfos .coord p.margin {
  margin-bottom: 20px;
}
.contactInfos .people div {
  margin-bottom: 13px;
}
.contactInfos .people div p {
  font-weight: 700;
}
.contactInfos .people div p:last-child {
  color: #474747;
  font-weight: 400;
  font-size: 17px;
  line-height: 15px;
}
.contactInfos .people div p .verify-dwd {
  color: #fff;
  cursor: pointer;
  float: right;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  line-height: 37px;
  transition: all 0.5s ease;
}
.contactInfos .people div p .verify-dwd:hover {
  color: #474747;
  transition: all 0.5s ease;
}
.contactInfos h4 {
  color: #474747;
  text-align: left;
}
@media screen and (max-width: 900px) {
  .contactInfos h4 {
    margin-top: 20px;
    margin-bottom: 25px;
  }
}
.contactInfos h4.subShare {
  margin-bottom: 0;
  color: #262626;
}
@media screen and (max-width: 900px) {
  .contactInfos h4.subShare {
    margin-top: 20px !important;
    margin-bottom: 25px;
  }
}
.contact-head-img {
  display: block;
  width: 50%;
  max-width: 100%;
  margin: 80px auto 20px;
}
@media screen and (max-width: 900px) {
  .contact-head-img {
    width: 90%;
    max-width: 1200px;
    margin: 50px auto;
  }
}
h1.news {
  position: absolute;
  z-index: 13;
  left: 0;
  right: 0;
  top: 30px;
  text-align: center;
  opacity: 1;
  transition: opacity 0.5s ease-in-out 1.5s;
}
@media screen and (max-width: 900px) {
  h1.news {
    margin: 0;
    display: none;
  }
}
h1.news.hide {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.noScroll h1.news {
  padding-right: 15px;
  display: none;
}
.loadHP {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 23;
}
.loadHP #circles {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  transform: translate(-50%, -50%);
}
.loadHP #circles .pie {
  position: relative;
  width: 90px;
  height: 90px;
  font-size: 120px;
  display: inline-block;
  margin: 80px 20px;
  vertical-align: top;
  border: 5px solid #fff;
  border-radius: 50%;
}
.loadHP #circles .pie:before {
  content: attr(title);
  display: block;
  width: 100%;
  height: 100%;
  margin: 1.25em auto;
  white-space: pre;
  font-size: 0.166em;
  vertical-align: middle;
}
.loadHP #circles .pie .clip {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 94px;
  height: 94px;
  clip: rect(0, 49px, 96px, 0);
}
.loadHP #circles .pie .part {
  position: absolute;
  width: 96px;
  height: 96px;
  clip: rect(0, 96px, 96px, 49px);
  border-radius: 50%;
  border: 15px solid #131313;
}
.loadHP #circles .clip:last-child,
.loadHP #circles .part {
  animation: b 2s ease-out 0s;
  -webkit-animation: b 2s ease-out 0s;
}
@keyframes b {
  0% {
    transform: rotate(-180deg);
  }
  to {
    transform: rotate(0deg);
  }
}
.loadHP .cache {
  background: #131313;
  position: fixed;
  left: 0;
  right: 0;
}
.loadHP .cache.haut {
  top: 0;
  bottom: 50%;
  -webkit-animation-name: top-swipe;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-out;
}
.loadHP .cache.bas,
.loadHP .cache.haut {
  -webkit-animation-duration: 1.3s;
  -webkit-animation-delay: 4.5s;
}
.loadHP .cache.bas {
  top: 50%;
  bottom: 0;
  -webkit-animation-name: bottom-swipe;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-out;
}
.loadHP #circles.hide,
.loadHP .baseline.hide,
.loadHP .small-logo.hide {
  opacity: 1;
  transition: opacity 0.8s linear;
}
.loadHP .small-logo {
  z-index: 3;
  margin-top: -25px;
  margin-left: -2px;
  width: 68px;
  -webkit-animation-delay: 1.4s;
  -webkit-animation-name: hide;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-out;
}
.loadHP .baseline,
.loadHP .small-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-animation-duration: 5s;
}
.loadHP .baseline {
  padding-top: 100px;
  width: 200px;
  -webkit-animation-delay: 2.4s;
  -webkit-animation-name: hidebase;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-out;
}
/*! * fullPage 2.9.3 * https://github.com/alvarotrigo/fullPage.js * MIT licensed * * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo */
.fp-enabled body,
html.fp-enabled {
  margin: 0;
  padding: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: transparent;
}
#superContainer {
  height: 100%;
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
}
.fp-section {
  position: relative;
  box-sizing: border-box;
}
.fp-slide {
  float: left;
}
.fp-slide,
.fp-slidesContainer {
  height: 100%;
  display: block;
}
.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease-out;
}
.fp-section.fp-table,
.fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.fp-slidesContainer {
  float: left;
  position: relative;
}
.fp-controlArrow {
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  position: absolute;
  z-index: 2;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  transform: translateZ(0);
}
.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff;
}
.fp-scrollable {
  position: relative;
}
.fp-scrollable,
.fp-scroller {
  overflow: hidden;
}
.iScrollIndicator {
  border: 0 !important;
}
.fp-notransition {
  transition: none !important;
}
#fp-nav {
  position: fixed;
  z-index: 7;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translateZ(0);
}
#fp-nav.right {
  right: 17px;
}
#fp-nav.left {
  left: 17px;
}
.fp-slidesNav {
  position: absolute;
  z-index: 2;
  left: 50%;
  opacity: 1;
  transform: translateZ(0);
}
.fp-slidesNav.bottom {
  bottom: 17px;
}
.fp-slidesNav.top {
  top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative;
}
.fp-slidesNav ul li {
  display: inline-block;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}
#fp-nav ul li:hover a.active span,
#fp-nav ul li a.active span,
.fp-slidesNav ul li:hover a.active span,
.fp-slidesNav ul li a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #333;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  transition: all 0.1s ease-in-out;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0 0 -5px;
}
#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer;
}
#fp-nav.fp-show-active a.active + .fp-tooltip,
#fp-nav ul li:hover .fp-tooltip {
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1;
}
#fp-nav ul li .fp-tooltip.right {
  right: 20px;
}
#fp-nav ul li .fp-tooltip.left {
  left: 20px;
}
.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell,
.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
  height: auto !important;
}
.wpcf7-form-control-wrap.your-email input {
  padding: 10px;
  background-color: transparent;
  border: 2px solid #474747;
  color: #fff;
}
input.wpcf7-form-control.wpcf7-submit {
  padding: 10px;
  background-color: #474747;
  color: #fff;
  border: none;
}

.menu .menu-list-real::-webkit-scrollbar {
  width: 0 !important;
}

@media screen and (min-width: 1440px) {
  /*.menu .menu-list-real {
    font: 500 62px/65px Now;
    }*/

  /*.menu .menu-list-real {
    font: 500 4.8vh/5.38vh Now;
    }*/

  .menu .menu-title {
    top: 7%;
  }
}

@media screen and (max-width: 768px) {
  .menu.open .menu-list-real {
    height: 100%;
    justify-content: center;
  }

  .logged-in .open .nav {
    /*margin-top: 23px;*/
  }

  .menu .nav {
    left: 53%;
  }

  .menu .nav li {
    margin-right: 8px;
  }
}

/*** 2020 NEW MENU EFFECT ***/
.screens,
.screen__item,
.screen {
  top: 0;
  position: absolute;
  /*width: 100%;
	height: 100%;
	min-height: 100vh;*/
}

.screen__item {
  opacity: 0;
  z-index: 1;
}

.screen__item:first-child {
  opacity: 1;
  z-index: 100;
}

.screen {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  will-change: opacity;
}

.screen--full {
  opacity: 0.6;
  will-change: transform;
}

.screen--clip-1 {
}

.screen--clip-2 {
}
/*# sourceMappingURL=style.css.map */

.menu.open .menu-list-real {
  width: 100%;
  height: 100vh;
  justify-content: center;
  overflow: hidden;
}

.postid-15295 .block .content .content-infos p,
.block .content .content-infos.postid-15295 p,
.postid-15294 .block .content .content-infos p,
.block .content .content-infos.postid-15294 p {
  width: 100%;
}

.postid-15295 .block .content .content-infos .table,
.block .content .content-infos.postid-15295 .table,
.postid-15294 .block .content .content-infos .table,
.block .content .content-infos.postid-15294 .table {
  width: 0%;
  display: none !important;
}

ul.menu-list-real:nth-child(2) > li:nth-child(1) > a:nth-child(1) {
  display: none !important;
}

.menu-list-real .menu-img {
  /*top: 0;
    left: 0;
	position: absolute;
	width: 100%;
	height: 100%;*/
  min-height: 100vh;
  transition: 0.5;
  opacity: 0;

  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  transform: translate(-50%, -50%) rotate(0.001deg);
}

.menu .menu-list-real li a {
  z-index: 1;
}

.menu .menu-list-real li a:hover + .menu-img {
  opacity: 1;
  animation: animate 20s linear forwards;
}

@keyframes animate {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.3);
  }
}
