@import "https://fonts.googleapis.com/css?family=Montserrat:300,400,600,700";
html, body, main {
  width: 100%;
  height: 100%;
  margin: 0; }

a {
  text-decoration: none;
  color: #000000; }

.fond-1, .fond-2, .fond-3, .fond-4, .fond-5, .fond-6 {
  position: absolute;
  background-color: #4632DB;
  transform: rotate(-30deg); }

.fond-6 {
  margin-top: 30%;
  margin-left: 50%;
  margin-top: -10px;
  width: 80%;
  height: 105%;
  opacity: .7;
  -webkit-animation: rotate-left 30s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite both;
  animation: rotate-left 30s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite both;
  overflow: visible; }

.fond-5 {
  margin-left: 50%;
  margin-top: -2%;
  width: 50%;
  height: 55%;
  opacity: .7;
  -webkit-animation: rotate-left 10s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite both;
  animation: rotate-left 10s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite both;
  overflow: visible; }

.fond-4 {
  margin-left: 50%;
  margin-top: 25%;
  width: 10%;
  height: 25%;
  opacity: .7;
  -webkit-animation: rotate-left 5s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite both;
  animation: rotate-left 5s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite both;
  overflow: visible; }

.fond-3 {
  margin-left: 40%;
  margin-top: 25%;
  width: 1%;
  height: 7%;
  opacity: 1;
  -webkit-animation: rotate-left 5s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite both;
  animation: rotate-left 5s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite both;
  overflow: visible; }

.fond-2 {
  margin-left: 20%;
  margin-top: 35%;
  width: 5%;
  height: 0.5%;
  opacity: 1;
  -webkit-animation: rotate-left 5s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite both;
  animation: rotate-left 5s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite both;
  overflow: visible; }

.fond-1 {
  margin-left: 25%;
  margin-top: 45%;
  width: 3%;
  height: 0.5%;
  opacity: 1;
  -webkit-animation: rotate-left 5s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite both;
  animation: rotate-left 5s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite both;
  overflow: visible; }

main {
  position: relative;
  display: grid;
  grid-template-rows: 50px 1.5fr 1fr 1fr;
  grid-template-columns: repeat(6, 1fr);
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  overflow: hidden; }
  main .overlay:nth-of-type(1) {
    background: rgba(255, 255, 255, 0); }
  main .overlay:nth-of-type(2) {
    background: rgba(255, 255, 255, 0); }
  main .overlay:nth-of-type(3) {
    background: rgba(255, 255, 255, 0); }
  main .overlay:nth-of-type(4) {
    background: rgba(255, 255, 255, 0); }
  main .overlay:nth-of-type(5) {
    background: rgba(255, 255, 255, 0); }
  main .overlay:nth-of-type(6) {
    background: rgba(255, 255, 255, 0); }
  main .overlay:nth-child(1) {
    grid-column: 1; }
  main .overlay:nth-child(1):after {
    animation-delay: 0.15s; }
  main .overlay:nth-child(2) {
    grid-column: 2; }
  main .overlay:nth-child(2):after {
    animation-delay: 0.3s; }
  main .overlay:nth-child(3) {
    grid-column: 3; }
  main .overlay:nth-child(3):after {
    animation-delay: 0.45s; }
  main .overlay:nth-child(4) {
    grid-column: 4; }
  main .overlay:nth-child(4):after {
    animation-delay: 0.6s; }
  main .overlay:nth-child(5) {
    grid-column: 5; }
  main .overlay:nth-child(5):after {
    animation-delay: 0.75s; }
  main .overlay:nth-child(6) {
    grid-column: 6; }
  main .overlay:nth-child(6):after {
    animation-delay: 0.9s; }
  main .overlay {
    grid-row: 1 / -1;
    position: relative;
    display: grid;
    grid-template-rows: 50px auto;
    width: 100%;
    height: 100%;
    border-top: none !important; }
    main .overlay:not(:last-child) {
      border-right: none; }
    main .overlay:after {
      content: ' ';
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      display: block;
      background-color: white;
      animation: reveal 0.6s cubic-bezier(0.2, 0, 0.2, 1);
      animation-fill-mode: forwards;
      z-index: 2; }
    main .overlay span {
      grid-row: 1;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      width: 100%;
      height: 100%;
      overflow: hidden; }
      main .overlay span a {
        color: #000000;
        text-decoration: none;
        transform: translateX(-100%);
        animation: reveal-horizontal .6s ease-out 7.1s;
        animation-fill-mode: forwards; }
      main .overlay span.logo {
        align-items: left;
        opacity: 0;
        animation: reveal-opacity .6s ease-out 2s;
        animation-fill-mode: forwards; }
  main .title {
    grid-row: 2;
    grid-column: 3 / 7;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    height: 100%; }
    main .title h1 {
      margin: 0;
      font-size: 85px;
      line-height: 1.1em;
      text-align: right;
      margin-right: 20px;
      letter-spacing: -1px;
      z-index: 200;
      font-weight: 400;
      -webkit-animation: fade-in 30s ease-in-out 2s both;
      animation: fade-in 30s ease-in-out 2s both; }
  main .sous-titre {
    position: fixed;
    bottom: 14px;
    right: 50px;
    color: #4632DB;
    text-align: right;
    transform: translateX(-100%);
    font-weight: 300;
    font-size: 14px;
    padding: 65px 20px 20px 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    z-index: 200;
    -webkit-animation: bounce-in-top 1.1s 15s both;
    animation: bounce-in-top 1.1s 15s both; }
  main .fleche {
    grid-row: 3;
    grid-column: 6;
    font-size: 20px;
    margin-top: 20px;
    overflow: hidden;
    z-index: 200;
    -webkit-animation: pulsate-fwd 4s ease-in-out infinite reverse forwards;
    animation: pulsate-fwd 4s ease-in-out infinite reverse forwards; }
    main .fleche p {
      transform: translateX(-100%);
      animation: reveal-horizontal .6s ease-out 3s;
      animation-fill-mode: forwards;
      margin-top: 0px;
      padding-left: 30px; }
  main .fleche a:hover {
    opacity: .5;
    transition-timing-function: ease-out;
    transition: 0.9s; }
  main .signature {
    overflow: hidden;
    position: fixed;
    bottom: 0px;
    right: 0px;
    width: 45px;
    height: 60px;
    padding: 0px 10px 10px 15px;
    z-index: 200;
    -webkit-animation: fade-in 30s ease-in-out 2s both;
    animation: fade-in 30s ease-in-out 2s both; }
    main .signature img {
      width: 40px; }
  main .signature a:hover {
    opacity: .5;
    transition-timing-function: ease-out;
    transition: 0.9s; }
  main .fleche p, main h1 {
    padding-left: 20px; }
  main .read-more {
    grid-row: 4;
    grid-column: 2/6;
    overflow: hidden; }
    main .read-more-content {
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      transform: translateX(-110%);
      animation: reveal-horizontal 3s ease-out 3.5s;
      animation-fill-mode: forwards; }

/* ----------------------------------------------
 * Generated by Animista on 2018-12-15 11:22:39
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation fade-in
 * ----------------------------------------
 */
@-webkit-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/* ----------------------------------------------
 * Generated by Animista on 2018-12-15 18:29:16
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation bounce-in-top
 * ----------------------------------------
 */
@-webkit-keyframes bounce-in-top {
  0% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  38% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1; }
  55% {
    -webkit-transform: translateY(-65px);
    transform: translateY(-65px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  72% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  81% {
    -webkit-transform: translateY(-28px);
    transform: translateY(-28px);
    -webkit-animation-timing-function: ease-in; }
  90% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  95% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; } }
@keyframes bounce-in-top {
  0% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  38% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1; }
  55% {
    -webkit-transform: translateY(-65px);
    transform: translateY(-65px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  72% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  81% {
    -webkit-transform: translateY(-28px);
    transform: translateY(-28px);
    -webkit-animation-timing-function: ease-in; }
  90% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  95% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; } }
/* ----------------------------------------------
 * Generated by Animista on 2018-11-4 10:52:47
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation rotate-left
 * ----------------------------------------
 */
@-webkit-keyframes rotate-left {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: left;
    transform-origin: left; }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transform-origin: left;
    transform-origin: left; } }
@keyframes rotate-left {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: left;
    transform-origin: left; }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transform-origin: left;
    transform-origin: left; } }
/* ----------------------------------------------
 * Generated by Animista on 2018-11-4 10:23:26
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation kenburns-bottom-left
 * ----------------------------------------
 */
@-webkit-keyframes kenburns-bottom-left {
  0% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
    -webkit-transform-origin: 16% 84%;
    transform-origin: 16% 84%; }
  100% {
    -webkit-transform: scale(1.25) translate(-20px, 15px);
    transform: scale(1.25) translate(-20px, 15px);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom; } }
@keyframes kenburns-bottom-left {
  0% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
    -webkit-transform-origin: 16% 84%;
    transform-origin: 16% 84%; }
  100% {
    -webkit-transform: scale(1.25) translate(-20px, 15px);
    transform: scale(1.25) translate(-20px, 15px);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom; } }
/* ----------------------------------------------
 * Generated by Animista on 2018-10-14 20:13:0
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation pulsate-fwd
 * ----------------------------------------
 */
@-webkit-keyframes pulsate-fwd {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes pulsate-fwd {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes reveal {
  from {
    transform: translateY(0%); }
  to {
    transform: translateY(100%); } }
@keyframes reveal-horizontal {
  from {
    transform: translateX(-100%); }
  to {
    transform: translateX(0%); } }
@keyframes reveal-vertical {
  from {
    transform: translateY(-100%); }
  to {
    transform: translateY(0%); } }
@keyframes reveal-opacity {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@media only screen and (max-width: 1200px) {
  body main .title h1 {
    font-weight: 600; } }
@media only screen and (max-width: 1023px) {
  main .title {
    grid-column: 1/7; }

  main .sous-titre {
    font-weight: 400; }

  body main .title h1 {
    font-size: 50px;
    letter-spacing: 0px;
    font-weight: 600; }

  main .subtitle p {
    font-size: 13px;
    padding: 15px 20px 20px 20px;
    font-weight: 500; }

  main .signature {
    grid-column: 7; } }
@media only screen and (max-width: 768px) {
  main .sous-titre {
    bottom: 100px;
    right: 0px; }

  main .signature {
    bottom: 30px; }

  .fond-4 {
    width: 40%; } }

/*# sourceMappingURL=style2.css.map */
