/**::selection {}*/
:root
{
--beige: #c2ab8f;
--violet: #413a48;
background: var(--violet);
color: white;
font-family: 'Averia Libre', Sans-Serif;/* Lato pour plus strict */
font-weight: 400;
font-size: 20px;
}
h1, h2, h3, h4, h5, h6, summary
{
color: var(--beige);
font-family: 'Lemon Days', Fantasy;
font-weight: 300;
font-size: 2em;
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;
*/