/**::selection {}*/
:root
{
background: white;
color: black;
font-family: 'Open Sans', Sans-Serif;
font-weight: 400;
font-size: 15px;
}
h1, h2, h3, h4, h5, h6, summary
{
color: inherit;
font-family: 'Open Sans Condensed', Sans-Serif;
font-weight: 300;
font-size: 1.5em;
text-transform: uppercase;
& > em {display: none;}
}
p {}
ul {list-style: none;}
a {color: inherit;}
hr
{
width: 50%;
margin: 1em auto;
background: black;
}
.infobulle:before
{
--fond: rgba(0,0,0,0.9)/*white*/;
--texte: white/*rgb(50,50,50)*/;
}

/* 404 */
#erreur404
{
width: 320px;
margin: auto;
text-align: center;
}
#erreur404 strong
{
font-size: 1.5em;
font-weight: 800;
line-height: 1.5em;
}
#erreur404 strong span
{
display: block;
font-size: 2em;
}
#erreur404 p {margin: 1em 0;}
#erreur404 a
{
display: inline-block;
padding: 0.25em;
border-radius: 0.25em;
font-size: 0.9em;
}