/*! normalize.css v3.0.2 | MIT License | git.io/normalize */


:focus {
  outline:none;
}
::-moz-focus-inner {
  border:0;
}

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;

          cursor: pointer !important;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}


body {
  margin: 0;
  padding: 0;
}

#loader {
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
}



#banner-wrap {
  position: relative;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}



#loader,
#banner-wrap,
#stage {
    background: #FFF !important;
}

#banner-wrap img {
  position: absolute;
    -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#banner-wrap #bg {
  width: 100%;
}


/* custom */


img {
  position: absolute;
  width: 100%;
  left: 0;
}

.button {
  width: 176px;
  position: absolute;
  left: 72px;
  bottom: 70px;

  opacity: 0;
}

.logo {
  width: 195px;
  top: 30px;
  right: 62px;
  left: auto;
}

.txt4 { width: 80%; left: 10%; }

.txt2,.plus, .txt3 { width: 70%; left: 15%; }

.txt1 {
  bottom: 0;  opacity: 0;
}

.txt2 { bottom: 27px; }
.plus {
  bottom: 86px;
}
.txt3 { bottom: 125px; }
.txt4 { bottom: 33px; }


.wrap {
  position: absolute;
  left: 0;
  bottom :0;
  overflow: hidden;
  height: 188px;
  width: 100%;
}


/* === NOEL=== */

.bg-wrap {
  height: 292px;
  overflow: hidden;
  position: absolute;
  left: 0;
  width: 100%;
}

.logo {
  z-index:2;
  animation: fadeIn 1s ease-in-out 1;
  animation-fill-mode: forwards;
  opacity:0;
}

.bg {
  z-index:1;
  height: auto;
  position: absolute;
  width: 100%;
  top: 0;
}


.lettre {
  z-index:3;
  width: 328px;
  position: absolute;
  left:-8px;
  height: auto;
  top: 90px;
  animation: slide 6s ease-in-out 1;
}



.logo {
  animation-delay:5.5s;
}

@keyframes fadeIn {
  from {
    opacity:0;
  }
  to {
    opacity:1;
  }
}

@keyframes slide {
  0% {
    top: 70px;
    width: 615px;
    left:-20px;
    transform: translate(0,0);
  }
  10% {
    transform: translate(0,0);
  }
  75% {
    top: 70px;
    left:-20px;
    transform: translate(0,-95px);
    width: 615px;
  }
   90% {
    top: 70px;
    left:-20px;
    transform: translate(0,-95px);
    width: 615px;
  }
  100% {
    top: 0;
    left:-8px;
    transform: translate(0,90px);
    width: 328px;
  }
}