/*! 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;
  left: 0;
}

.wrap img {
  width: 100%;
  bottom: 1px;
}



.mask {
  height: 100%;
  left: auto;
  right: 0;
}

.wrap .button {
  width: 120px;
  position: absolute;
  left: 200px;
  bottom: 13px;

  opacity: 0;
}

.logo {
  width: 118px;
  top: 7px;
  left: 190px;
}



.wrap {
  position: absolute;
  left: -12px;
  bottom :0;
  overflow: hidden;
  height: 55px;
  width: 520px;
}




/* === NOEL=== */
.bg-wrap {
  height: 100%;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 220px;
}


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


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


@keyframes slide {
  0% {
    top: 0px;
    width: 335px;
    left:-6px;
    transform: translate(0,0);
  }
  10% {
    transform: translate(0,0);
  }
  75% {
    top: 0px;
    left:-6px;
    transform: translate(0,-80px);
    width: 335px;
  }
   90% {
    top: 0px;
    left:-6px;
    transform: translate(0,-80px);
    width: 335px;
  }
  100% {
    top: 0;
    left:32px;
    transform: translate(0,-4px);
    width: 187px;
  }
}

