@font-face {
    font-family: 'kelson-light';
    font-style: normal;
    font-weight: normal;
    src: local('kelson-light'), url('/webfonts/Kelson-Light.woff') format('woff');
}
@font-face {
    font-family: 'kelson';
    font-style: normal;
    font-weight: normal;
    src: local('kelson'), url('/webfonts/Kelson.woff') format('woff');
}

:root {
    --bleu:#009ab0;
    --vert:#7da388;
    --vertc:#d9e3d6;
    --jaune:#efc522;
    --text:#0b0b0b;
    --gris:#5b5551;
    --gris2:#939393;
    --grisclair:#efeeee;
    --comnambules: #e85251;
    --myradius:0px;
}

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:46%;
background:white;
}

*{
margin:0;
font-family:'Outfit', arial;
color:var(--gris);
font-size:1.8rem;
line-height:1em;
font-weight:300;
}

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;
}
