#result-header {
    background-color: var(--bg-color);
    top: 177px;
    z-index: 900;
    margin-left: -2rem;
    padding-left: 2rem;
    margin-right: -2rem;
    padding-right: 2rem;
}
#result-header.stuck {
    box-shadow: 0 16px 16px -13px color-mix(in srgb, var(--shadow-color), transparent 64%) !important;
}

#select-all-items {
    margin-top: 0.15rem;
}

.form-check:has(#nb-items-select) {
    position: relative;
}
#nb-items-select {
    position: absolute;
    right: -2.5rem;
    line-height: 1.2;
}

/* Skeleton menu thématique */
.thematics-menu-skeleton {
    display: flex;
    gap: 24px;
    margin: 32px 0;
}
.thematics-menu-skeleton-item {
    width: 200px;
    height: 48px;
    border-radius: 18px;
    background: #d3d3d3;
    opacity: 0.7;
}

@media (min-width: 768px) {
    #result-header {
        top: 193px;
    }
}

@media (min-width: 992px) {
    #result-header {
        top: 139px;
    }
}
