/* exemple d'habillage */
.sociaux ul {margin:0;padding:0;list-style:none;}
.sociaux li {display:inline-block;margin:0 0.2em 0.4em 0;}
.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 { display:none;}
.sociaux .socicon { display: block; font-size:1.4em;padding:.5em;border-radius:1em;color:#fff;background:#000;}

.sociaux .facebook .socicon		{background:#3E5B98;}
.sociaux .twitter  .socicon		{background:#4DA7DE;}
.sociaux .mastodon .socicon		{background:#313543;}
.sociaux .instagram .socicon	{background:#9C7C6E;}
.sociaux .googleplus  .socicon	{background:#DD4B39;}
.sociaux .blogger  .socicon		{background:#ff9b38;}
.sociaux .linkedin .socicon		{background:#3371B7;}
.sociaux .youtube  .socicon		{background:#E02A20;}
.sociaux .pinterest  .socicon	{background:#C92619;}
.sociaux .rss  .socicon			{background:#F26109;}
.sociaux .mail .socicon			{background:#000000;}
.sociaux .tripadvisor .socicon	{background:#599541;}
.sociaux .vimeo .socicon		{background:#51b5e7;}
.sociaux .fickr .socicon		{background:#1e1e1b;}
.sociaux .viber .socicon		{background:#7b519d;}
.sociaux .whatsapp .socicon		{background:#20B038;}
.sociaux .skype .socicon		{background:#28abe3;}

.sociaux .socicon:hover {background:#000;} /* doit rester en dernier pour être pris en compte ! */
