.liste-icones{
list-style: none;
padding: 0;
}
.liste-icones li{
margin:0.5rem 0;
padding:0.5rem 0;
border-bottom:1px solid var(--bleu);
display: grid;
grid-template-columns: [icone] 40px [libelle] auto ;
}
.liste-icones li span{
align-self: center
}
.liste-icones .icone{
display:inline-block;
border-radius: 50%;
overflow: clip;
background-color: var(--bleu);
width:30px; height: 30px;
background-size:18px;
background-repeat: no-repeat;
background-position: center
}