.hbc-header-reseaux {
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    margin-left: 7px;
}

.hbc-header-reseaux__lien {
    display: inline-flex;
    width: 25px;
    height: 25px;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .7);
    border-radius: 50%;
    color: #fff !important;
    text-decoration: none;
    transition: background-color .15s ease, color .15s ease, transform .15s ease;
}

.hbc-header-reseaux__lien svg {
    display: block;
    width: 15px;
    height: 15px;
    fill: currentColor;
}

.hbc-header-reseaux__lien:hover,
.hbc-header-reseaux__lien:focus-visible {
    background: #fff;
    color: #4b176d !important;
    transform: translateY(-1px);
}

.hbc-header-reseaux__lien:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 2px;
}

@media (max-width: 781px) {
    .hbc-header-reseaux {
        gap: 4px;
        margin-left: 4px;
    }

    .hbc-header-reseaux__lien {
        width: 22px;
        height: 22px;
    }

    .hbc-header-reseaux__lien svg {
        width: 14px;
        height: 14px;
    }
}
