/* H1 constant anim */
h1 {
  position: absolute;
  top: 30%;
  left: 30%;
  z-index: 20;
  display: block;
  will-change: transform;
}

/* PARALLAX */
#introParallax .layer-1 {
  background-image: url(testLight.png); /* REMOVE it's ok ! */
  background-color: #0a5267;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: bottom left;
}

.parallaxContainer {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.parallaxContainer .layer {
  width: 100%;
  position: fixed;
  z-index: 2;
  height: 100%;
  max-height: 100vh;
  will-change: transform;
}

.parallaxContainer .layerscene {
  width: 100%;
  position: fixed;
}

.parallaxContainer .layerscene svg {
  width: 100%;
  display: block;
}

.parallaxContainer .layerscene.layerBottom {
  bottom: 0;
  left: 0;
}

.parallaxContainer .layerscene #deco1 path {
  fill: #188182;
}

.parallaxContainer .layerscene #deco2 path {
  fill: #112e40;
}

/* Scene */
.scene {
  min-height: 100vh;
  width: 100%;
  background: #112e40;
  position: relative;
  z-index: 5;
}
/*# sourceMappingURL=style.css.map */
