/*
Theme Name: Winsiders
Description: Votre site utilise le CMS libre de Wordpress. L'apparence est personnalisée par l'agence Web Winsiders.
Version: 4.5
Author: Winsiders
Author URI: http://www.winsiders.fr
Theme URI: www.winsiders.fr
Template: enfold
*/
/*Correction typo pour les PC qui n'ont pas la Baskerville*/

@import url('https://fonts.googleapis.com/css?family=Libre+Baskerville:400i');

.special_amp {
    font-family: "Libre Baskerville", "Baskerville", "Palatino Linotype", "Palatino", "Times New Roman", serif;
}

/*Ajout personnalisation viadeo*/
#top #wrap_all .av-social-link-viadeo:hover a {
    color: #fff;
    background-color: #f76a00;
}

/*Modification instagram*/
#top #wrap_all .av-social-link-instagram:hover a {
    background: #f4d600;

    background: -moz-linear-gradient(45deg, #f4d600 0%, #f50109 40%, #6e2fa1 81%, #6e2fa1 81%);

    background: -webkit-linear-gradient(45deg, #f4d600 0%, #f50109 40%, #6e2fa1 81%, #6e2fa1 81%);

    background: linear-gradient(45deg, #f4d600 0%, #f50109 40%, #6e2fa1 81%, #6e2fa1 81%);

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4d600', endColorstr='#6e2fa1', GradientType=1);

}


/*Correction menu footer*/
@media only screen and (max-width: 767px) {
    .responsive #socket .sub_menu_socket {
        display: block;
        width: 100%;
        float: right;
    }

    #socket .copyright {
        float: none;
    }
}