.fb-hover{
    position:relative;
    display:inline-block;
    width:32px;
    height:32px;
}

.fb-hover img{
    position:absolute;
    top:0;
    left:0;
    width:32px;
    height:32px;
    transition:opacity .3s ease;
}

.fb-normal{
    opacity:1;
}

.fb-hover-img{
    opacity:0;
}

.fb-hover:hover .fb-normal{
    opacity:0;
}

.fb-hover:hover .fb-hover-img{
    opacity:1;
}

.social-spacing{
    margin-right:8px;
}

/* Avada - Footer Widget Area 1 - liens */
.fusion-footer-widget-area .fusion-column:nth-child(1) a {
    color: #262d5e !important; /* couleur normale */
}

/* Au survol */
.fusion-footer-widget-area .fusion-column:nth-child(1) a:hover {
    color: #ffffff !important; /* devient blanc au survol */
}