/* Scss Document */
bddy, hmtl {
  margin: 0;
  padding: 0;
  height: 100%;
  min-height: 100%; }

body {
  background: url(../images/3x/fond4@3x.png);
  background-attachment: fixed;
  background-size: cover;
  font-family: 'Comfortaa', sans-serif; }

#logoMain {
  width: 20%;
  position: relative;
  margin: 20px auto;
  padding-bottom: 9%; }
  #logoMain img {
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    left: 0; }

#laius {
  width: 50%;
  font-size: 1.3vw;
  color: white;
  text-align: left;
  margin: 25px auto auto 3%; }
