table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin-top: 0.95rem;
    font-size: 0.92rem;
    text-align: center;
    overflow: hidden;
    border-radius: var(--radius-md);
    border: 1px solid var(--line);
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.26);
    background: rgba(9, 21, 35, 0.74);
}

th,
td {
    padding: 0.62rem 0.56rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

th {
    background: linear-gradient(180deg, rgba(58, 94, 66, 0.94), rgba(39, 68, 45, 0.96));
    color: #f5fbff;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    font-size: 0.82rem;
}

tbody tr:nth-child(even) {
    background: rgba(255, 255, 255, 0.03);
}

tbody tr:hover {
    background: rgba(114, 201, 142, 0.16);
}

tbody tr:last-child td {
    border-bottom: 0;
}

td {
    color: #e7f1ff;
}

.liste-ligne {
    height: 28px;
    width: auto;
    max-width: 108px;
    margin: 0 auto;
}

td img {
    vertical-align: middle;
}

@media (max-width: 760px) {
    table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
}
