@font-face {
    font-family: 'mariannebold';
    src: url('../font/Marianne-Bold.woff2') format('woff2'),
         url('../font/Marianne-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'marianneregular';
    src: url('../font/Marianne-Regular.woff2') format('woff2'),
         url('../font/Marianne-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
marianne {
  font-family: "marianneregular";
}
mariannered {
  font-family: "marianneregular";
  color: red;
} 
mariannegras {
  font-family: "mariannebold";
}
mariannegrastitre {
  font-family: "mariannebold";
  font-size : 2vw;
  margin-left : 5%;
}
img {
  width: auto;
  height: 100%;
  max-height: 15vh;
}
html, body{
    height: 100%;
}
