.reseaux-desktop {
    display: flex;
    gap: 0;
    margin-bottom: 5px;
}

.reseaux-desktop .lien-rs {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 0;
    text-decoration: none;
    transition: color 0.3s ease;
}

/* Corriger les effets hérités de .icon- */
.reseaux-desktop .lien-rs i::before {
    font-size: 26px !important;
    color: #003764;
    border-radius: 0 !important;
    margin-right: 0 !important;
    width: auto !important;
    display: inline-block;
    line-height: 1;
}

.reseaux-desktop .lien-rs:hover i::before {
    color: #0077b5;
}

/* Si besoin de rapprocher encore */
.reseaux-desktop .lien-rs + .lien-rs {
    margin-left: -10px;
}
