@font-face {
    font-family: "Socialicon";
    src: url("fonts/Socialicon.eot");
    src: url("fonts/Socialicon.eot#iefix") format("embedded-opentype"),
    url("fonts/Socialicon.woff") format("woff"),
    url("fonts/Socialicon.ttf") format("truetype"),
    url("fonts/Socialicon.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

/* Liens */
ul.links [class^="ws_social_share_"] a {
    font-size: 0;
    color: #808080;
    display: inline-block;
}

ul.links [class^="ws_social_share_"] a:hover {
    color: lightgrey;
    text-decoration: none;
}

/* Pictos */
ul.links [class^="ws_social_share_"] a:before {
    font-family: Socialicon;
    display: block;
    margin: 0 auto;
    font-size: 30px;
    text-align: center;
    padding: 0 5px;
}

/* Mail */
a.ws_social_share.mail:before {
    content: "\f104";
    color: #313335;
}

/* Facebook */
a.ws_social_share.facebook:before {
    content: "\f100";
    color: #3b5998;
}

/* Google Plus */
a.ws_social_share.twitter:before {
    content: "\f108";
    color: #1da1f2;
}

/* pinterest */
a.ws_social_share.pinterest:before {
    content: "\f105";
    color: #bd081c;
}

/* Print */
a.ws_social_share.print:before {
    content: "\f106";
    color: #14171a;
}

/* tumblr */
a.ws_social_share.tumblr:before {
    content: "\f101";
    color: #35465c;
}

/* Twitter */
a.ws_social_share.googleplus:before {
    content: "\f102";
    color: #dd4b39;
}

/* LinkedIn */
a.ws_social_share.linkedin:before {
    content: "\f103";
    color: #0077b5;
}
