.sociaux{
    padding-top: 0.5em;
}
.sociaux ul {
    margin:0;
    padding:0;
    list-style:none;
}

.sociaux li {
    display:inline-block;
    margin:0 0.2em 0.4em 0;
}

/*Afficher un Pipe entre la liste sauf au premier élément*/
.sociaux li::before {
    content: "| ";
    font-weight: bold;
}
.sociaux li:first-child::before {
    content: "";
}

.sociaux a {
    text-decoration:none;
}

.sociaux a:focus, .sociaux a:hover, .sociaux a:active {
    background-color:transparent;
    }

    .sociaux a.spip_out::after, .sociaux a.external::after { content: none; }
.sociaux .name { position:absolute; clip:rect(0 0 0 0); clip-path:inset(50%); height:1px; margin:0; overflow:hidden; padding:0; width:1px; white-space:nowrap; }
.sociaux .socicon {
    font-size: 1em;
    color:var(--couleurpolices); 
}
.sociaux .socicon:hover {
    background-color: var(--clr-maitre-bl);
    color: var(--couleursurvol);
} /*doit rester en dernier pour être pris en compte ! */