@font-face {
font-family: 'Edo';
src: url('/webfonts/EdoSZ.eot');
src: url('/webfonts/EdoSZ.eot?#iefix') format('embedded-opentype'),
url('/webfonts/EdoSZ.woff2') format('woff2'),
url('/webfonts/EdoSZ.woff') format('woff'),
url('/webfonts/EdoSZ.svg#EdoSZ') format('svg');
font-weight: normal;
font-style: normal;
font-display: swap;
}

html, body {
height: 100%;
border: 0px solid transparent;
font-size: 1em;
margin: 0px 0px 0px 0px;
min-height: 100%;
padding: 0px 0px 0px 0px;
width: 100%;
-webkit-font-smoothing: antialiased;
font-size:50%;
background:#fff;
}

*{
margin:0;
font-family:'Poppins', arial;
color:var(--text);
font-size:1.7rem;
font-weight:400;
}

img, object, embed, canvas, video, audio, picture {
max-width: 100%;
height: auto;
_width: 100%; /* IE6 seulement */
}

#Contents{
width:100%;
margin:auto;
height:100%;
}

#isDev{
  position:fixed;
  top:0;
  right:0;
  background:red;
  color:white;
  font-weight:600;
  font-size:12px;
  padding:4px 15px;
  opacity:.8;
  border-radius:0 0 0 14px;
}
