@font-face {
  font-family: police1;
  src:url(../fonts/Faune-DisplayBoldItalic.otf);
}

@font-face {
  font-family: police2;
  src:url(../fonts/Faune-TextRegular.otf);
}

body {
  background-color: #f7f5ee;
  width: 100%;
  height: 100%;
  overflow: hidden;

}




form {
    margin-left:5%;
    margin-top:5%;
}




h1{
  font-family: police2;
    font-size: 6vw;
    margin-bottom: 0;
    margin-top: 0;
    line-height: 1;
}

input {
  font-size:4vw;
}




/* /////////////SMARTPHONE MODE PORTRAIT///////////// */
@media screen and (orientation: portrait) {



  h1 {
    font-size: 10vw;
    margin-bottom: 50px;
  }

  input {
    font-size: 4vw;
    width: 90%;
    line-height: 2;
    margin-bottom: 20px;
  }
}