.modebar-btn.custom-modebar-btn {
    font-size: 16px;
    padding: 3px 4px;
    height: 22px;
    cursor: pointer;
    background: none;
    border: none;
    color: rgba(68, 68, 68, 0.3);
}

.modebar-btn.custom-modebar-btn:hover {
    color: gray !important;
}

/* Icônes des boutons custom : centrage vertical et héritage couleur */
.modebar-btn.custom-modebar-btn i {
    display: flex;
    align-items: center;
    color: inherit;
}