/**::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;
}
p {}
li {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)*/;
}

/*
display: flex;
justify-content: center;
align-items: center;

OU

display: flex;
flex-direction: column;
place-content: center;
place-items: center;
*/