/**::selection {}*/
:root
{
--clr: rgb(225,215,190);
--bg: rgb(25,25,25);
background: var(--bg);
color: var(--clr);
font-family: 'Averia Libre', Sans-Serif;
font-weight: 400;
font-size: 20px;
}
h1, h2, h3, h4, h5, h6, summary
{
color: inherit;
font-family: 'Averia Serif Libre', Serif;
font-size: 2em;
}
p {}
li {list-style: none;}
a {color: inherit;}
hr
{
width: 50%;
margin: 1em auto;
background: rgb(100,100,100);
}
.infobulle:before
{
--fond: rgba(0,0,0,0.9)/*white*/;
--texte: white/*rgb(50,50,50)*/;
}
@media (max-width: 500px) {
	:root {font-size: 17px;}
}