/* Bloc Tag Bar */
/*
.tag-bar, .anchor-bar {
    display: flex;
    align-items: center;
    padding: 0.5em 0;
    overflow-x: auto;
    transition: background 0.2s;
}
.bg-beige {
    background: #f5f1e6;
}
.lablz-bar {
    display: flex;
    gap: 0.5em;
}
.labl {
    display: inline-block;
    padding: 0.3em 1em;
    border-radius: 2em;
    background: #eee;
    color: #333;
    text-decoration: none;
    font-size: 1em;
    transition: background 0.2s, color 0.2s;
}
.labl.smooth-scroll {
    cursor: pointer;
} 
*/