/*! 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;
}
/*
#bg-exit {

  border: 1px solid rgba(0,0,0,.4);
}*/

#loader {
    background: #FFF !important;
}

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



/* custom */


img {
  position: absolute;
}


.button {
  width: 126px;
  position: absolute;
  left: 87px;
  bottom: 21px;
  opacity: 0;
}

.txt1 {
  bottom: 0;
}

.txt2 { bottom: 0; }
.plus { bottom: 0; }
.txt3 { bottom: 0; }
.txt4 { bottom: 14px; }


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



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


#bg{
background:center center no-repeat;
background-image:url('f01_img.jpg');
background-size:100%;
position:absolute;
width:100%;
height:100%;
z-index:0;
}



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



/* Bombardier */
.avion, .toronto, .montreal, .dot-blue, .dot-gold, .dots, .dots-mask {position:absolute}

.avion, .txt1, .txt2, .txt3, .toronto, .montreal, .dots{opacity:0;}

.dot-blue, .dot-gold{ }

.anim-avion{
    width: 100%;
    position: relative;
    height: 140px;
}


.dots,.dots-mask{
  background: no-repeat center center;
  background-image: url(f02_dotted-line.svg);
  background-size: cover;
  width: 130px;
  height: 60px;
  top: 61px;
  left: 82px;
}
.dots-mask{
  right:0;
  bottom:0;
  background:#fff;
}

.avion{
  top: 70px;
  left: 10px;
  z-index:5;
}

.toronto{
  top: 120px;
  left: 15px;
}
.montreal{
  top: 50px;
  right: 15px;
}

.dot-blue,.dot-gold{
width:0;
height:0;
border-radius:100%;
}

.dot-blue{
  background:#003e52;
  top: 121px;
  left: 73px;
}

.dot-gold{
  background:#bc8422;
  top: 61px;
  right: 79px;
}


.bg-wrap{
  z-index:1;
}
.wrap{z-index:2;}