


.nom-liste .nom-filtre {
    max-width: 160px;
}


.nom-fiche .nom-message {
    margin: 12px 0 4px;
}

.nom-fiche .nom-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin: 14px 0 18px;
}

.nom-fiche .nom-bloc {
    background: var(--surface, #fff);
    border: 1px solid var(--line, #e5e7eb);
    border-radius: var(--r-14);
    padding: 14px 16px 16px;
}

.nom-fiche .nom-bloc-titre {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--slate, #6E7787);
    margin-bottom: 12px;
}


.nom-fiche .nom-bloc-cout {
    border-left: 3px solid var(--teal, #14B8A6);
}

.nom-fiche .nom-lbl {
    display: block;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: var(--slate, #6E7787);
    margin: 12px 0 4px;
}

.nom-fiche .nom-hint {
    font-size: 12px;
    color: var(--slate, #6E7787);
    margin-top: 6px;
}

.nom-fiche .nom-actif {
    margin-top: 14px;
    font-size: 13.5px;
}


.nom-fiche .nom-kv {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 12px;
    padding: 5px 0;
    font-size: 13.5px;
    color: var(--slate, #6E7787);
}

.nom-fiche .nom-kv-fort {
    color: var(--ink, #14171F);
    font-weight: 600;
}

.nom-fiche .nom-sep {
    height: 1px;
    background: var(--line, #e5e7eb);
    margin: 8px 0;
}


.nom-fiche .nom-section {
    margin-bottom: 20px;
}

.nom-fiche .nom-section-titre {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--slate, #6E7787);
    margin-bottom: 10px;
}


.nom-fiche .nom-ajout {
    display: flex;
    gap: 8px;
    align-items: flex-start;
    flex-wrap: wrap;
    background: var(--paper, #F3F5F7);
    border-left: 3px solid var(--teal, #14B8A6);
    border-radius: var(--r-8);
    padding: 10px 12px;
    margin-bottom: 10px;
}

.nom-fiche .nom-qte {
    max-width: 150px;
}

.nom-fiche .nom-table {
    margin-bottom: 0;
}


@media (max-width: 768px) {
    .nom-fiche .nom-grid {
        grid-template-columns: 1fr;
    }

    
    .nom-fiche .nom-ajout {
        flex-direction: column;
    }

    .nom-fiche .nom-qte {
        max-width: none;
    }
}
