@import url("https://fonts.googleapis.com/css?family=Merriweather");
@font-face {
  font-family: "Majetto";
  src: url("../font/Majetto.ttf"); }
@font-face {
  font-family: "OptimusPrinceps";
  src: url("../font/OptimusPrinceps.ttf"); }
@keyframes feu {
  0% {
    opacity: 1; }
  10% {
    opacity: 0.9; }
  20% {
    opacity: 1; }
  23% {
    opacity: 0.9; }
  30% {
    opacity: 1; }
  35% {
    opacity: 0.9; }
  40% {
    opacity: 0.9; }
  55% {
    opacity: 1; }
  60% {
    opacity: 1; }
  70% {
    opacity: 0.9; }
  80% {
    opacity: 1; }
  92% {
    opacity: 0.9; }
  100% {
    opacity: 0.9; } }
html {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0; }

body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  background-image: url(../img/logo/logo_decomp/logo_modo_fond_large.png);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed; }

#site-container {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  -moz-filter: blur(0px);
  -webkit-filter: blur(0px);
  -o-filter: blur(0px);
  filter: blur(0px);
  transition: all 0.5s; }
  #site-container.blur {
    -moz-filter: blur(20px);
    -webkit-filter: blur(20px);
    -o-filter: blur(20px);
    filter: blur(20px);
    transition: all 0.5s; }

section {
  position: relative;
  margin-top: -100px; }
  section::before {
    content: '';
    display: inline-block;
    height: 100px;
    width: 1px;
    top: -100px; }

/* LOADER */
.loader {
  width: 100%;
  height: 100%;
  margin: 0;
  position: fixed;
  z-index: 99998;
  background-color: black; }
  .loader .loader-box {
    position: absolute;
    width: 589px;
    height: 595px;
    top: 50%;
    left: 50%;
    margin: -297px 0 0 -294px;
    transform: scale(0.7); }
    .loader .loader-box img {
      position: absolute;
      display: inline-block;
      top: 50%;
      left: 50%; }
    .loader .loader-box .circle {
      margin-left: -154px;
      margin-top: -154px;
      animation: loader1;
      animation-duration: 4s;
      animation-timing-function: ease-in-out;
      animation-iteration-count: infinite; }
    .loader .loader-box .arrow {
      margin-left: -248.5px;
      margin-top: -248.5px;
      animation: loader2;
      animation-duration: 4s;
      animation-timing-function: ease-in-out;
      animation-iteration-count: infinite; }
    .loader .loader-box .lettersXcenter {
      margin-left: -307px;
      margin-top: -297px; }
    .loader .loader-box .spade {
      margin-left: -161.5px;
      margin-top: -164.5px;
      animation: loader3;
      animation-duration: 4s;
      animation-timing-function: ease-in-out;
      animation-iteration-count: infinite; }

@keyframes loader1 {
  0% {
    transform: rotate(0deg); }
  25% {
    transform: rotate(90deg); }
  50% {
    transform: rotate(180deg); }
  75% {
    transform: rotate(270deg); }
  100% {
    transform: rotate(360deg); } }
@keyframes loader2 {
  0% {
    transform: rotate(360deg); }
  25% {
    transform: rotate(270deg); }
  50% {
    transform: rotate(180deg); }
  75% {
    transform: rotate(90deg); }
  100% {
    transform: rotate(0deg); } }
@keyframes loader3 {
  0% {
    transform: rotate(360deg); }
  25% {
    transform: rotate(90deg); }
  50% {
    transform: rotate(270deg); }
  75% {
    transform: rotate(180deg); }
  100% {
    transform: rotate(0deg); } }
.popup {
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  z-index: 950;
  display: inline-block;
  box-sizing: border-box;
  opacity: 0;
  transform: scale(0);
  transition: opacity 0.5s; }
  .popup.is-close {
    opacity: 0;
    transform: scale(0);
    transition: opacity 0.5s; }
  .popup.is-open {
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.5s; }
  .popup.succes {
    text-align: center;
    font-family: 'Arial';
    padding: 100px 20px 0 20px;
    box-sizing: border-box;
    color: green;
    font-size: 35px; }
    .popup.succes .quit {
      position: fixed;
      top: 20px;
      right: 20px;
      font-size: 40px;
      color: #D7A530; }
      .popup.succes .quit:hover {
        cursor: pointer; }
  .popup.erreur {
    text-align: center;
    font-family: 'Arial';
    padding: 100px 20px 0 20px;
    box-sizing: border-box;
    color: red;
    font-size: 35px; }
    .popup.erreur .quit {
      position: fixed;
      top: 20px;
      right: 20px;
      font-size: 40px;
      color: #D7A530; }
      .popup.erreur .quit:hover {
        cursor: pointer; }
  .popup#popup_teaser {
    padding: 70px 40px 70px 40px;
    opacity: 0;
    text-align: center;
    transform: scale(0);
    transition: opacity 0.5s; }
    .popup#popup_teaser:target {
      opacity: 1;
      transform: scale(1);
      transition: opacity 0.5s; }
    .popup#popup_teaser .galerie-teasers {
      display: inline-block; }
      .popup#popup_teaser .galerie-teasers hr {
        border: none;
        height: 2px;
        display: inline-block;
        width: 90%;
        margin: 20px 0;
        background-color: #D7A530;
        background: -webkit-linear-gradient(left, transparent, #D7A530, transparent);
        /* For Safari 5.1 to 6.0 */
        background: -o-linear-gradient(left, transparent, #D7A530, transparent);
        /* For Opera 11.1 to 12.0 */
        background: -moz-linear-gradient(left, transparent, #D7A530, transparent);
        /* For Firefox 3.6 to 15 */
        background: linear-gradient(to right, transparent, #D7A530, transparent);
        /* Standard syntax (must be last) */ }
      .popup#popup_teaser .galerie-teasers a {
        display: inline-block;
        text-align: center;
        vertical-align: middle;
        height: 225px;
        width: 400px;
        margin: 15px;
        box-sizing: border-box;
        padding-top: 80px;
        position: relative;
        overflow: hidden;
        background-position: center;
        background-size: contain;
        text-decoration: none;
        box-shadow: 0px 0px 163px 20px black inset;
        transition: box-shadow 0.5s; }
        .popup#popup_teaser .galerie-teasers a span {
          font-size: 30px;
          font-family: 'optimusprinceps';
          text-decoration: none;
          color: #D7A530;
          text-shadow: 0px 0px 10px black;
          opacity: 1;
          transform: scale(1);
          transition: all 0.4s; }
          .popup#popup_teaser .galerie-teasers a span quote {
            font-size: 20px;
            font-family: 'merryweather';
            text-shadow: 0px 0px 20px black; }
        .popup#popup_teaser .galerie-teasers a#miniature_teaser1 {
          background-image: url("../img/miniature_teaser1.png"); }
        .popup#popup_teaser .galerie-teasers a#miniature_teaser2 {
          background-image: url("../img/miniature_teaser2.png"); }
        .popup#popup_teaser .galerie-teasers a img.play {
          position: absolute;
          height: 64px;
          width: 64px;
          top: 50%;
          left: 50%;
          margin-top: -32px;
          margin-left: -32px;
          box-sizing: border-box;
          display: inline-block;
          opacity: 0;
          transform: scale(0);
          transition: all 0.4s; }
        .popup#popup_teaser .galerie-teasers a:hover {
          box-shadow: 0px 0px 163px 20px transparent inset;
          transition: box-shadow 0.5s; }
          .popup#popup_teaser .galerie-teasers a:hover span {
            opacity: 0;
            transform: scale(0);
            transition: all 0.4s; }
          .popup#popup_teaser .galerie-teasers a:hover img.play {
            opacity: 1;
            transform: scale(1);
            transition: all 0.4s; }
  .popup#popup_mentions {
    padding: 70px 40px 70px 40px;
    opacity: 1;
    transform: scale(1);
    z-index: 900;
    font-family: 'merryweather';
    color: white;
    padding: 20px;
    overflow: auto; }
    .popup#popup_mentions h1, .popup#popup_mentions h2, .popup#popup_mentions h3, .popup#popup_mentions p {
      font-family: 'merryweather'; }
    .popup#popup_mentions a {
      color: #D7A530;
      text-decoration: underline; }
      .popup#popup_mentions a:visited {
        color: #D7A530; }
      .popup#popup_mentions a:hover {
        color: #D7A530; }

.popup-teaser {
  position: fixed;
  background-color: black;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: inline-block;
  opacity: 0;
  transform: scale(0);
  z-index: 999; }
  .popup-teaser:target {
    opacity: 1;
    transform: scale(1); }
  .popup-teaser .video-wrap {
    position: absolute;
    box-sizing: border-box;
    height: 50%;
    width: 50%;
    left: 25%;
    top: 25%; }
    .popup-teaser .video-wrap a {
      text-decoration: none;
      color: #D7A530;
      font-size: 30px;
      position: absolute;
      font-family: arial;
      top: -20px;
      right: -20px; }

.voir-teaser {
  font-size: 30px;
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 951;
  color: #D7A530;
  text-decoration: none;
  font-family: 'optimusprinceps'; }
  .voir-teaser.blur {
    -moz-filter: blur(20px);
    -webkit-filter: blur(20px);
    -o-filter: blur(20px);
    filter: blur(20px);
    transition: all 0.5s; }
  .voir-teaser .icon-teaser {
    position: absolute;
    top: 0;
    left: 0;
    width: 54px;
    height: 54px;
    text-align: center;
    line-height: 54px;
    transform: rotate(0deg);
    opacity: 1;
    transition: all 0.5s; }
  .voir-teaser .icon-retour {
    position: absolute;
    top: 0;
    left: 0;
    width: 54px;
    height: 54px;
    opacity: 0;
    transform: rotate(-180deg);
    transition: all 0.5s; }
    .voir-teaser .icon-retour span {
      position: absolute;
      top: 50%;
      left: 50%;
      height: 2px;
      width: 22px;
      background: #D7A530;
      transform: translateX(-50%) translateY(-50%); }
      .voir-teaser .icon-retour span::before, .voir-teaser .icon-retour span::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 11px;
        height: 2px;
        background-color: #D7A530;
        transform: rotate(-45deg);
        transform-origin: left;
        transition: transform 0.5s; }
      .voir-teaser .icon-retour span::after {
        transform: rotate(45deg); }
  .voir-teaser .text-regarder {
    position: absolute;
    top: 0;
    left: 60px;
    height: 54px;
    line-height: 54px;
    box-sizing: border-box;
    display: inline-block;
    width: 270px;
    opacity: 1;
    transform: scaleX(1);
    transform-origin: left;
    transition: all 0.5s; }
  .voir-teaser .text-retour {
    position: absolute;
    top: 0;
    left: 60px;
    height: 54px;
    line-height: 54px;
    box-sizing: border-box;
    display: inline-block;
    opacity: 0;
    transform: scaleX(0);
    transform-origin: left;
    transition: all 0.5s; }
  .voir-teaser.is-close .text-retour {
    opacity: 0;
    transform: scaleX(0);
    transform-origin: left;
    transition: all 0.5s; }
  .voir-teaser.is-close .icon-retour {
    opacity: 0;
    transform: rotate(-180deg);
    transition: all 0.5s; }
  .voir-teaser.is-open .text-regarder {
    opacity: 0;
    transform: scaleX(0);
    transform-origin: left;
    transition: all 0.5s; }
  .voir-teaser.is-open .icon-teaser {
    transform: rotate(180deg);
    opacity: 0;
    transition: all 0.5s; }
  .voir-teaser.is-open .text-retour {
    opacity: 1;
    transform: scaleX(1);
    transform-origin: left;
    transition: all 0.5s; }
  .voir-teaser.is-open .icon-retour {
    opacity: 1;
    transform: rotate(0deg);
    transition: all 0.5s; }

#popup_voir_film {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 999;
  text-align: center;
  transform: scale(0);
  transition: opacity 0.4s;
  opacity: 0; }
  #popup_voir_film:target {
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.4s; }
  #popup_voir_film .contenu {
    display: inline-block;
    box-sizing: border-box;
    position: relative;
    width: 80%;
    margin-top: 100px;
    max-width: 1000px;
    text-align: center;
    padding: 100px;
    background-color: black;
    box-shadow: 0px 0px 20px #D7A530; }
    #popup_voir_film .contenu .popup-close {
      position: absolute;
      color: #D7A530;
      font-size: 30px;
      top: 20px;
      right: 20px;
      font-family: Arial;
      text-decoration: none; }
    #popup_voir_film .contenu span.popup-titre {
      font-family: 'optimusprinceps', Arial;
      color: #D7A530;
      font-size: 35px; }
    #popup_voir_film .contenu p {
      font-family: "merryweather";
      color: #D7A530;
      opacity: 0.7;
      font-size: 20px; }
    #popup_voir_film .contenu hr {
      border: none;
      height: 2px;
      display: inline-block;
      width: 90%;
      margin: 20px 0;
      background-color: #D7A530;
      background: -webkit-linear-gradient(left, transparent, #D7A530, transparent);
      /* For Safari 5.1 to 6.0 */
      background: -o-linear-gradient(left, transparent, #D7A530, transparent);
      /* For Opera 11.1 to 12.0 */
      background: -moz-linear-gradient(left, transparent, #D7A530, transparent);
      /* For Firefox 3.6 to 15 */
      background: linear-gradient(to right, transparent, #D7A530, transparent);
      /* Standard syntax (must be last) */ }
    #popup_voir_film .contenu .popup-date {
      height: 100px;
      display: inline-block; }
    #popup_voir_film .contenu span.popup-heure {
      color: #D7A530;
      font-size: 40px;
      font-family: 'optimusprinceps';
      box-sizing: border-box;
      margin-bottom: 10px;
      display: inline-block; }
    #popup_voir_film .contenu span.popup-lieu {
      font-family: 'optimusprinceps', Arial;
      color: #D7A530;
      font-size: 30px; }
      #popup_voir_film .contenu span.popup-lieu a {
        color: #D7A530;
        text-decoration: none; }
        #popup_voir_film .contenu span.popup-lieu a:hover {
          text-decoration: underline; }
    #popup_voir_film .contenu span.popup-adresse {
      font-family: 'merryweather';
      color: #D7A530;
      font-size: 16px;
      opacity: 0.7; }

#fleche_haut {
  height: 50px;
  width: 50px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  border-radius: 50%;
  display: inline-block;
  background-image: url("../img/arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: scale(1);
  transition: all 0.5s; }
  #fleche_haut.invisible {
    transform: scale(0);
    transition: all 0.5s; }
  #fleche_haut::before {
    content: 'Haut du site';
    position: absolute;
    left: -80px;
    top: 30%;
    color: black;
    text-decoration: none;
    /* width: 100px; */
    transform: scaleX(0);
    transform-origin: right;
    /* overflow: hidden; */
    transition: transform 0.4s; }
  #fleche_haut:hover::before {
    transform: scaleX(1);
    transform-origin: right;
    transition: transform 0.4s; }

/* Bouton menu */
.button-menu:hover span::before {
  transform: translateY(-8px); }
.button-menu:hover span::after {
  transform: translateY(8px); }

.menu-icon {
  position: fixed;
  top: 15px;
  right: 15px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  z-index: 901;
  transition: all 0.5s;
  transform: translateX(-80px); }
  .menu-icon span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    transition: background 0.5s, transform 0.5s;
    width: 22px;
    height: 2px;
    background-color: #D7A530; }
    .menu-icon span::before, .menu-icon span::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 22px;
      height: 2px;
      background-color: #D7A530;
      transform: translateY(-6px);
      transform-origin: 50% 50%;
      transition: transform 0.5s; }
    .menu-icon span::after {
      transform: translateY(6px); }
  .menu-icon:hover {
    cursor: pointer; }
  .menu-icon.is-open {
    transform: rotate(180deg); }
    .menu-icon.is-open span {
      background: transparent; }
    .menu-icon.is-open span::before {
      transform: translateY(0) rotate(45deg); }
    .menu-icon.is-open span::after {
      transform: translateY(0) rotate(-45deg); }
  .menu-icon.is-open + .menu-icon-text {
    opacity: 0;
    transform: scaleX(0); }
  .menu-icon.alternative {
    background: black;
    transition: background 0.5s;
    transform: translateX(0);
    transition: all 0.5s; }
  .menu-icon.alternative + .menu-icon-text {
    opacity: 0;
    transform: scaleX(0); }

.menu-icon-text {
  position: fixed;
  top: 16px;
  right: 15px;
  height: 54px;
  text-align: center;
  z-index: 900;
  transition: all 0.5s; }
  .menu-icon-text span {
    font-family: 'optimusprinceps';
    font-size: 25px;
    vertical-align: bottom;
    line-height: 54px;
    color: #D7A530; }

/* Menu */
#menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 951;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transform: scale(0);
  transition: opacity 0.5s;
  overflow: hidden;
  text-align: center; }
  #menu .quit {
    position: fixed;
    top: 20px;
    right: 20px;
    color: #D7A530;
    font-size: 40px; }
  #menu .content {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    max-width: 300px;
    z-index: 951;
    background: black;
    transform: translateX(500px);
    transition: all 0.5s; }
    #menu .content .menu-titre {
      font-size: 30px;
      color: #D7A530;
      font-family: 'optimusprinceps';
      position: absolute;
      top: 16px;
      left: 15px;
      height: 54px;
      font-size: 25px;
      vertical-align: bottom;
      line-height: 54px;
      text-align: center;
      /*transform: scaleX(0);*/
      transform-origin: left;
      opacity: 0;
      transition: all 0.5s; }
    #menu .content nav {
      margin-top: 100px; }
      #menu .content nav ul {
        list-style: none;
        padding: 0 0 0 20px;
        text-align: center; }
        #menu .content nav ul li {
          margin: 10px 0;
          transform: scale(1);
          transition: all 0.2s; }
          #menu .content nav ul li a {
            font-size: 25px;
            font-family: 'optimusprinceps';
            text-decoration: none;
            color: #D7A530; }
            #menu .content nav ul li a i {
              font-size: 40px;
              margin: 0 10px; }
        #menu .content nav ul hr {
          border: none;
          height: 2px;
          display: inline-block;
          width: 90%;
          margin: 20px 0;
          background-color: #D7A530;
          background: -webkit-linear-gradient(left, transparent, #D7A530, transparent);
          /* For Safari 5.1 to 6.0 */
          background: -o-linear-gradient(left, transparent, #D7A530, transparent);
          /* For Opera 11.1 to 12.0 */
          background: -moz-linear-gradient(left, transparent, #D7A530, transparent);
          /* For Firefox 3.6 to 15 */
          background: linear-gradient(to right, transparent, #D7A530, transparent);
          /* Standard syntax (must be last) */ }
    #menu .content span.bottom {
      position: absolute;
      bottom: 20px;
      left: 0;
      width: 100%; }
      #menu .content span.bottom a {
        font-size: 20px;
        font-family: 'optimusprinceps';
        text-decoration: none;
        color: #D7A530;
        text-decoration: none; }
  #menu.is-open {
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.5s; }
    #menu.is-open .content {
      transform: translateX(0px);
      transition: all 0.5s; }
      #menu.is-open .content .menu-titre {
        /*transform: scaleX(1);*/
        opacity: 0.8;
        transform-origin: left;
        transition: all 0.5s;
        transition-delay: 0.5s; }
    #menu.is-open:target + .menu-icon {
      z-index: 952; }
  #menu.is-close .content {
    transform: translateX(500px);
    transition: all 0.5s; }

/* Contact */
#contact {
  position: fixed;
  display: inline-block;
  top: 0;
  left: -100%;
  z-index: 960;
  text-align: center;
  padding: 5% 0;
  height: 100%;
  width: calc(100% - 300px);
  opacity: 0;
  transform: scale(1.2);
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out; }
  #contact.is-open {
    left: 0px;
    opacity: 1;
    transform: scale(1);
    transform-origin: center center;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out; }
  #contact.is-close {
    left: -100%;
    opacity: 0;
    transform: scale(1.2);
    transform-origin: center center;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out; }
  #contact h3 {
    color: #D7A530;
    font-size: 40px;
    margin-top: 0; }
  #contact .span-champ {
    display: inline-block;
    width: 60%;
    max-width: 600px;
    margin: 25px 0;
    position: relative;
    box-sizing: border-box; }
    #contact .span-champ .ligne {
      content: '';
      width: 100%;
      height: 3px;
      background-color: #D7A530;
      background: -webkit-linear-gradient(left, #D7A530, transparent);
      /* For Safari 5.1 to 6.0 */
      background: -o-linear-gradient(left, #D7A530, transparent);
      /* For Opera 11.1 to 12.0 */
      background: -moz-linear-gradient(left, #D7A530, transparent);
      /* For Firefox 3.6 to 15 */
      background: linear-gradient(to right, #D7A530, transparent);
      /* Standard syntax (must be last) */
      display: inline-block;
      position: absolute;
      bottom: 0px;
      left: 0;
      transition: all 0.4s; }
    #contact .span-champ input, #contact .span-champ textarea {
      background: none;
      width: 100%;
      margin: 0;
      border: none;
      font-family: "raleway", arial;
      box-shadow: none;
      font-size: 20px;
      padding: 10px;
      color: #D7A530;
      box-sizing: border-box;
      position: relative;
      transition: all 0.4s; }
      #contact .span-champ input:focus, #contact .span-champ textarea:focus {
        color: white;
        border-color: transparent;
        transition: all 0.4s; }
  #contact .span-bouton {
    display: inline-block;
    max-width: 600px;
    position: relative;
    margin-top: 20px;
    background-color: transparent;
    color: #D7A530;
    transition: all 0.4s;
    box-sizing: border-box;
    transition: all 0.4s; }
    #contact .span-bouton input {
      margin: 0;
      border: none;
      font-family: "optimusprinceps", arial;
      box-shadow: none;
      font-size: 30px;
      padding: 15px;
      background: none;
      color: #D7A530;
      position: relative; }
      #contact .span-bouton input:hover {
        transition: all 0.4s;
        cursor: pointer; }
    #contact .span-bouton:before {
      content: '';
      height: 100%;
      width: 100px;
      display: inline-block;
      position: absolute;
      top: 0;
      left: -100px;
      background-image: url(../img/deco_left.png);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center; }
    #contact .span-bouton:after {
      content: '';
      height: 100%;
      width: 100px;
      display: inline-block;
      position: absolute;
      top: 0;
      right: -100px;
      background-image: url(../img/deco_right.png);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center; }

header {
  height: 100%;
  width: 100%;
  background-image: url(../img/logo/logo_decomp/logo_modo_fond_large.png);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  position: relative; }
  header #logo {
    height: 800px;
    width: 800px;
    background-image: url(../img/logo/logo_decomp/logo_texte.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -400px;
    margin-top: -400px;
    transition: translate 0.1s; }
  @media screen and (max-width: 1300px) {
    header #logo {
      height: 600px;
      width: 600px;
      margin-left: -300px;
      margin-top: -300px; } }
  header #flammes {
    height: 800px;
    width: 100%;
    background-image: url(../img/logo/logo_decomp/flammes_fond.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
    position: absolute;
    left: 0;
    bottom: 0;
    animation-duration: 2s;
    animation-name: feu;
    animation-iteration-count: infinite;
    transition: translate 0.1s; }
  header #traits {
    height: 100%;
    width: 100%;
    background-image: url(../img/logo/logo_decomp/traits.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: translate 0.1s; }
  header #particles-js {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  header a.fire {
    position: absolute;
    width: 350px;
    text-align: center;
    bottom: 70px;
    left: 50%;
    margin-left: -175px;
    font-size: 22px;
    color: #D7A530;
    text-transform: none;
    text-decoration: none;
    font-family: 'Majetto';
    padding: 5px;
    transition: all 0.1s;
    animation-duration: 2s;
    animation-name: feu;
    animation-iteration-count: infinite; }
  @media screen and (max-width: 1300px) {
    header a {
      bottom: 50px; } }
  header a.fire:before {
    display: block;
    position: absolute;
    right: 0;
    top: -10px;
    width: 0;
    height: 1px;
    background-color: #D7A530;
    background: -webkit-linear-gradient(left, transparent, #D7A530, transparent);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(left, transparent, #D7A530, transparent);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(left, transparent, #D7A530, transparent);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, transparent, #D7A530, transparent);
    /* Standard syntax (must be last) */
    content: "";
    opacity: 0;
    transition: all 0.8s;
    transition-timing-function: ease-in-out; }
  header a.fire:after {
    display: block;
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 0;
    height: 1px;
    background-color: #D7A530;
    background: -webkit-linear-gradient(left, transparent, #D7A530, transparent);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(left, transparent, #D7A530, transparent);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(left, transparent, #D7A530, transparent);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, transparent, #D7A530, transparent);
    /* Standard syntax (must be last) */
    content: "";
    opacity: 0;
    transition: all 0.8s;
    transition-timing-function: ease-in-out; }
  header a.fire:hover:before {
    width: 100%;
    opacity: 1;
    right: inherit;
    left: 0; }
  header a.fire:hover:after {
    width: 100%;
    opacity: 1;
    left: auto;
    right: 0; }
  header a#succes_ulule {
    position: absolute;
    left: 15px;
    bottom: 20px;
    animation: inherit;
    padding: 0;
    opacity: 0.8;
    transition: opacity 0.4s; }
    header a#succes_ulule:hover {
      opacity: 1;
      transition: opacity 0.4s; }
    header a#succes_ulule img {
      height: 130px; }
  header a#voir_film {
    position: absolute;
    right: 25px;
    bottom: 50px;
    background-color: black;
    border: 1px solid #D7A530;
    font-family: 'optimusprinceps';
    color: #D7A530;
    width: auto;
    padding: 10px;
    text-decoration: none;
    font-size: 25px; }

h2 {
  font-size: 50px;
  display: inline-block;
  vertical-align: middle;
  font-family: 'optimusprinceps';
  letter-spacing: 5px;
  margin: 0;
  padding: 0;
  line-height: 100px; }

h3 {
  font-size: 35px;
  display: inline-block;
  vertical-align: middle;
  font-family: 'optimusprinceps';
  letter-spacing: 5px;
  margin: 0;
  padding: 0; }

p.normal:first-of-type:first-letter {
  float: inherit;
  font-size: inherit;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  line-height: inherit;
  vertical-align: top;
  font-family: inherit; }

#synopsis p {
  max-width: 900px; }
#synopsis p:first-of-type:first-letter {
  float: left;
  font-size: 64px;
  padding: 0 7px 0 0;
  margin: 0 0 0 0;
  line-height: 64px;
  vertical-align: top;
  font-family: 'cardinal'; }

#nations .item-nation {
  width: 20%;
  display: inline-block;
  box-sizing: border-box; }
  #nations .item-nation .logo-nation {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 10px; }
    #nations .item-nation .logo-nation img {
      width: 100%; }
  #nations .item-nation .texte-nation {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-top: 10px; }
    #nations .item-nation .texte-nation p {
      font-size: 15px;
      text-align: center; }
    #nations .item-nation .texte-nation p:first-of-type:first-letter {
      float: inherit;
      font-size: inherit;
      padding: 0 0 0 0;
      margin: 0 0 0 0;
      line-height: inherit;
      vertical-align: top;
      font-family: inherit; }

@media screen and (max-width: 1500px) {
  #nations {
    text-align: center; }
    #nations .item-nation {
      width: 50%;
      vertical-align: top;
      vertical-align: top; }
      #nations .item-nation .logo-nation {
        display: inline-block;
        width: 100%;
        box-sizing: border-box;
        margin: 0;
        padding: 50px; }
        #nations .item-nation .logo-nation img {
          width: 80%; }
      #nations .item-nation .texte-nation {
        margin-top: 0px;
        padding: 0 15px;
        box-sizing: border-box; } }
#personnages .gallery {
  display: inline-block;
  width: 100%;
  max-width: 1200px;
  text-align: center;
  padding: 0;
  margin: 20px 0; }
  #personnages .gallery .miniature-wrap {
    width: 25%;
    margin: 0 2%;
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    border-radius: 50%;
    box-shadow: inset 0px 0px 106px 0px transparent;
    transition: all 0.5s;
    margin-top: 20px; }
    #personnages .gallery .miniature-wrap:hover {
      cursor: pointer; }
      #personnages .gallery .miniature-wrap:hover::after {
        box-shadow: inset 0px 0px 50px 0px transparent;
        transition: all 0.5s; }
    #personnages .gallery .miniature-wrap .miniature {
      width: 100%;
      box-sizing: border-box;
      display: inline-block;
      position: relative;
      border-radius: 50%;
      padding: 0;
      z-index: 3; }
    #personnages .gallery .miniature-wrap::before {
      position: absolute;
      top: 0;
      left: 0;
      content: '';
      height: 100%;
      width: 100%;
      z-index: 3;
      transform: scale(1.05);
      background-image: url(../img/perso/cadre.png);
      background-size: contain; }
#personnages #affperso {
  width: 100%;
  box-sizing: border-box;
  padding: 20px;
  background-color: rgba(59, 36, 11, 0.5);
  border: 2px solid rgba(59, 36, 11, 0.8);
  vertical-align: top;
  display: none;
  opacity: 0;
  transform: scale(0.8);
  transition: transform 0.4s, opacity 0.4s;
  margin-bottom: 20px; }
  #personnages #affperso .image {
    display: inline-block;
    width: 30%;
    margin: 0;
    box-sizing: border-box;
    vertical-align: middle; }
    #personnages #affperso .image img {
      width: 100%;
      border-radius: 10px; }
  #personnages #affperso .text {
    display: inline-block;
    width: 70%;
    margin: 0;
    box-sizing: border-box;
    padding: 10px;
    vertical-align: top; }
    #personnages #affperso .text p:first-of-type:first-letter {
      float: none;
      font-size: inherit;
      padding: 0;
      line-height: normal;
      vertical-align: inherit;
      font-family: 'Merryweather'; }

#ulule {
  text-align: center; }
  #ulule p.normal {
    text-align: center; }

#bo iframe {
  max-width: 1000px; }
#bo p::first-of-type:first-letter {
  float: none;
  font-size: inherit;
  padding: 0;
  line-height: normal;
  vertical-align: inherit;
  font-family: 'Merryweather'; }

#partenaires {
  z-index: 3; }
  #partenaires .gallerie-images {
    text-align: center;
    vertical-align: middle; }
    #partenaires .gallerie-images img {
      height: 80px;
      margin: 10px;
      display: inline-block; }
    #partenaires .gallerie-images span {
      display: inline-block;
      font-size: 18px;
      max-width: 200px;
      font-family: 'optimusprinceps';
      vertical-align: top;
      margin: 10px;
      padding: 0; }
    #partenaires .gallerie-images a {
      color: black;
      text-decoration: none; }

#mentions {
  margin-top: -100px; }
  #mentions a {
    font-size: 15px;
    color: black;
    font-family: merryweather, arial; }

/*# sourceMappingURL=style.css.map */
