
/* V12.8.0 - Correctif taille logos sociaux */
.social-network-icons{
    display:flex !important;
    justify-content:center;
    align-items:center;
    gap:10px !important;
    margin:10px 0 22px !important;
}

.social-logo-button{
    width:34px !important;
    height:34px !important;
    min-width:34px !important;
    min-height:34px !important;
    padding:0 !important;
    border-radius:50% !important;
}

.social-logo-button svg{
    width:17px !important;
    height:17px !important;
    max-width:17px !important;
    max-height:17px !important;
}

.social-post-icon-link{
    width:30px !important;
    height:30px !important;
    min-width:30px !important;
    min-height:30px !important;
    padding:0 !important;
}

.social-post-icon-link svg{
    width:15px !important;
    height:15px !important;
    max-width:15px !important;
    max-height:15px !important;
}

@media(max-width:600px){
    .social-logo-button{
        width:32px !important;
        height:32px !important;
        min-width:32px !important;
        min-height:32px !important;
    }

    .social-logo-button svg{
        width:16px !important;
        height:16px !important;
    }
}
