@font-face{
    font-family: "ArkibalSerif-Bold";
    src: url("/webfonts/2d6def8bfbec65451080676bb7868ce3.eot");
    src: url("/webfonts/2d6def8bfbec65451080676bb7868ce3.eot?#iefix")format("embedded-opentype"),
        url("/webfonts/2d6def8bfbec65451080676bb7868ce3.woff2")format("woff2"),
        url("/webfonts/2d6def8bfbec65451080676bb7868ce3.ttf")format("truetype"),
        url("/webfonts/2d6def8bfbec65451080676bb7868ce3.svg#ArkibalSerif-Bold")format("svg");
    font-weight:normal;
    font-style:normal;
    font-display:swap;
}

:root {
    --jaune:#f6a612;
    --orange:#ea6129;
    --text:#0b0b0b;
    --gris:#5b5551;
    --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:'Open Sans', arial;
color:var(--text);
font-size:1.7rem;
line-height:1em;
font-weight:500;
}

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