/* Social networks */
.fa-facebook, .fa-facebook-square {
    color: #3b5998
}

.fa-x {
    font-family: sans-serif;
    display: inline-block;
    width: 0.90em;
    height: 0.90em;
    line-height: 0.90em;
    text-align: center;
    background-color: #000000;
    border-radius: 3px;
    color: white;
}

.fa-x::before {
    content: "𝕏";
    font-size: 0.90em;
}

.fa-linkedin, .fa-linkedin-square {
    color: #007bb6
}
.fa-viadeo, .fa-viadeo-square {
    color: #f07355;
}

.fa-youtube, .fa-youtube-square {
    color: #ff0000;
}

.fa-instagram, .fa-instagram-square {
    color: transparent;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    background-clip: text;
    -webkit-background-clip: text;
}

.fa-print {
    color: #6C7675;
    font-size: 1.3em;
}
