.gl-share-bar {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-top: 1.5rem;
}

/* Cercles noirs */
.gl-share-bar__icon {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #111;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.gl-share-bar__icon svg {
    width: 18px;
    height: 18px;
}
.gl-share-bar__icon:hover {
    filter: brightness(1.2);
}
