div.socialtags {
	clear:both;
}

.socialtags img {
    display: none;
}

.socialtags ul {
	margin: 0 0 0 1.5em;
	padding: 0;
    display:flex;
    gap : 1em;
    list-style: none;
}
.socialtags li {
	margin: 0;
	padding: 0;  
}

.socialtags a:hover {
    opacity: 0.7;
}

.facebook a::before {
    content : url(prive/themes/spip/images/facebook-share.svg);
}

.linkedin a::before {
    content : url(prive/themes/spip/images/linkedin-share.svg);
}
