body.z18-velzon-test .z18-standard-page {
    --standard-red: #e5483f;
    --standard-dark: #262a2f;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
    gap: 14px;
}

body.z18-velzon-test .main-content .page-content:has(.z18-standard-page),
body.z18-velzon-test .main-content .container-fluid:has(.z18-standard-page) {
    min-width: 0;
    max-width: 100%;
    overflow-x: hidden;
}

.z18-standard-page > *,
.z18-standard-page .z18-dashboard-grid > * {
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
}

body.z18-velzon-test .z18-standard-page .z18-page-hero {
    min-height: 108px;
    padding: 17px 20px !important;
    border: 0 !important;
    border-radius: 12px !important;
    color: #fff !important;
    background:
        radial-gradient(circle at 12% 25%, rgba(229, 72, 63, .22), transparent 25%),
        linear-gradient(120deg, #262a2f, #30363d) !important;
    box-shadow: 0 12px 30px rgba(31, 37, 46, .14) !important;
}

.z18-standard-page .standard-hero-main {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 15px;
}

.z18-standard-page .standard-hero-icon {
    display: grid;
    width: 50px;
    height: 50px;
    flex: 0 0 50px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 14px;
    color: #fff;
    background: rgba(229, 72, 63, .2);
    font-size: 23px;
}

body.z18-velzon-test .z18-standard-page .z18-page-hero h1 {
    margin: 2px 0 0 !important;
    color: #fff !important;
    font-size: clamp(22px, 2.4vw, 29px) !important;
}

body.z18-velzon-test .z18-standard-page .z18-page-hero p {
    margin: 4px 0 0 !important;
    color: rgba(255, 255, 255, .6) !important;
}

body.z18-velzon-test .z18-standard-page .z18-page-kicker {
    color: #ff928c !important;
    font-size: 10px !important;
    letter-spacing: .09em;
}

.z18-standard-page .z18-page-hero-actions {
    gap: 7px;
}

body.z18-velzon-test .z18-standard-page .z18-page-hero-actions .z18-btn {
    display: inline-flex;
    min-height: 36px;
    align-items: center;
    gap: 6px;
    padding: 7px 11px !important;
    border-color: rgba(255, 255, 255, .14) !important;
    color: #fff !important;
    background: rgba(255, 255, 255, .07) !important;
    font-size: 11px;
}

body.z18-velzon-test .z18-standard-page .z18-page-hero-actions .z18-btn:hover {
    background: rgba(255, 255, 255, .14) !important;
}

body.z18-velzon-test .z18-standard-page .z18-page-hero-actions .z18-btn-red {
    border-color: var(--standard-red) !important;
    background: var(--standard-red) !important;
}

.z18-standard-page .standard-coverage-grid {
    gap: 12px;
}

.z18-standard-page .standard-coverage-card {
    position: relative;
    display: flex;
    min-height: 82px;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    gap: 13px;
    overflow: hidden;
    padding: 13px 15px;
    border: 1px solid var(--vz-border-color, #e9ebec);
    border-top: 1px solid var(--vz-border-color, #e9ebec);
    border-left: 3px solid var(--coverage-color, #e5483f);
    border-radius: 10px;
    text-align: left;
    box-shadow: 0 2px 5px rgba(56, 65, 74, .055);
}

.z18-standard-page .standard-coverage-card::after {
    position: absolute;
    top: -22px;
    right: -18px;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background: var(--coverage-color, #e5483f);
    content: "";
    opacity: .055;
}

.z18-standard-page .standard-coverage-icon {
    display: grid;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    place-items: center;
    border-radius: 11px;
    color: var(--coverage-color, #e5483f);
    background: color-mix(in srgb, var(--coverage-color, #e5483f) 11%, transparent);
    font-size: 20px;
}

.z18-standard-page .standard-coverage-card strong,
.z18-standard-page .standard-coverage-card span,
.z18-standard-page .standard-coverage-card small {
    display: block;
    margin: 0;
}

.z18-standard-page .standard-coverage-card strong {
    font-size: 22px;
    line-height: 1;
}

.z18-standard-page .standard-coverage-card span:not(.standard-coverage-icon) {
    margin-top: 4px;
    font-size: 10px;
}

.z18-standard-page .standard-coverage-card small {
    margin-top: 2px;
    font-size: 9px;
}

body.z18-velzon-test .z18-standard-page .z18-card {
    overflow: hidden;
    border: 1px solid var(--vz-border-color, #e9ebec) !important;
    border-radius: 10px !important;
    background: var(--vz-card-bg, #fff) !important;
    box-shadow: 0 2px 5px rgba(56, 65, 74, .055) !important;
}

body.z18-velzon-test .z18-standard-page .z18-card-title {
    display: flex;
    min-height: 43px;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    padding: 11px 14px !important;
    border: 0 !important;
    border-bottom: 1px solid var(--vz-border-color, #e9ebec) !important;
    color: var(--vz-heading-color, #343a40) !important;
    background: #fff !important;
    font-size: 12px !important;
    font-weight: 700;
    text-align: left !important;
}

.z18-standard-page .z18-card-title > i,
.z18-standard-page .z18-card-title > span > i {
    color: var(--standard-red);
    font-size: 17px;
}

.z18-standard-page .standard-dashboard-grid-main {
    grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr);
    gap: 14px;
}

.z18-standard-page .standard-dashboard-grid-affichage {
    grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr);
    gap: 14px;
}

.z18-standard-page .standard-history-body,
.z18-standard-page .standard-affichage-body,
.z18-standard-page .standard-infos-body {
    padding: 13px;
}

/* ===== Direction du centre ===== */
.z18-standard-page .standard-direction-card {
    overflow: hidden;
}

.z18-standard-page .standard-direction-title {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 44px;
    padding: 10px 14px;
    border-bottom: 1px solid #eef0f2;
    color: #2a3038;
    font-size: 13px;
    font-weight: 800;
}

.z18-standard-page .standard-direction-title i {
    color: #c24f47;
    font-size: 16px;
}

.z18-standard-page .standard-direction-body {
    padding: 14px;
}

.z18-standard-page .standard-direction-table-wrap {
    overflow: hidden;
    border: 1px solid #e6e9ee;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(31, 37, 46, .05);
}

body.z18-velzon-test .z18-standard-page .standard-direction-table {
    width: 100% !important;
    margin: 0 !important;
    border: 0 !important;
    border-collapse: separate;
    border-spacing: 0;
}

body.z18-velzon-test .z18-standard-page .standard-direction-table th,
body.z18-velzon-test .z18-standard-page .standard-direction-table td {
    height: auto !important;
    padding: 11px 12px !important;
    border: 0 !important;
    border-bottom: 1px solid #eef1f4 !important;
    vertical-align: middle;
}

body.z18-velzon-test .z18-standard-page .standard-direction-table thead th {
    color: #7a828e !important;
    background: #f7f8fa !important;
    font-size: 10px !important;
    font-weight: 800;
    letter-spacing: .07em;
    text-transform: uppercase;
}

body.z18-velzon-test .z18-standard-page .standard-direction-table tbody tr:hover td {
    background: #fafbfc;
}

body.z18-velzon-test .z18-standard-page .standard-direction-table tbody tr:last-child td {
    border-bottom: 0 !important;
}

body.z18-velzon-test .z18-standard-page .standard-direction-section-row td {
    padding: 0 !important;
    border-bottom: 0 !important;
    color: #fff !important;
    background: linear-gradient(90deg, #2f343b, #3a4048) !important;
}

.z18-standard-page .standard-history-body #historique {
    min-height: 210px;
    max-height: 360px;
    padding: 13px;
    border: 0;
    border-radius: 8px;
    color: #60656f;
    background: #f7f8fa;
    font-size: 11px;
    line-height: 1.8;
    scrollbar-color: rgba(229, 72, 63, .35) #eef1f5;
    scrollbar-width: thin;
}

.z18-standard-page .standard-history-body #historique #message {
    color: #e5483f;
    font-weight: 700;
}

.z18-standard-page .standard-history-body #historique #ancien {
    color: #878a99;
    font-weight: 600;
}

.z18-standard-page .standard-syno-card > .standard-syno-head {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    width: 100%;
    margin: 0;
    padding: 12px 13px 0;
    background: transparent;
    box-sizing: border-box;
}

.z18-standard-page .standard-syno-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 58px;
    padding: 8px 10px;
    border: 1px solid color-mix(in srgb, var(--syno-stat, #2ecc71) 35%, #d8dde5);
    border-radius: 10px;
    background:
        linear-gradient(180deg, color-mix(in srgb, var(--syno-stat, #2ecc71) 12%, #fff), #fff);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .7);
    line-height: 1.05;
}

.z18-standard-page .standard-syno-stat strong {
    color: var(--syno-stat, #2ecc71);
    font-size: 22px;
    font-weight: 800;
}

.z18-standard-page .standard-syno-stat small {
    margin-top: 3px;
    color: #8a9099;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.z18-standard-page .standard-syno-card .standard-syno-veh-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(108px, 1fr));
    gap: 8px;
    padding: 12px 13px 14px;
}

.z18-standard-page .standard-syno-veh-list .standard-syno-veh,
.z18-standard-page .standard-syno-veh-list [class^="synoptique"],
.z18-standard-page .standard-syno-veh-list [class*=" synoptique"] {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: auto !important;
    min-width: 0 !important;
    min-height: 40px;
    margin: 0 !important;
    padding: 8px 10px !important;
    border: 1px solid rgba(0, 0, 0, .14) !important;
    border-radius: 10px !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .28),
        0 3px 8px rgba(31, 37, 46, .1) !important;
    text-align: center;
    transition: transform .12s ease, box-shadow .12s ease;
}

/* Disponible mais sans équipage : fond jaune + contour vert */
.z18-standard-page .standard-syno-veh-list .standard-syno-veh.synoptique1.dispo-nok,
.z18-standard-page .standard-syno-veh-list .synoptique1.dispo-nok {
    border: 2px solid #419f2e !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .35),
        0 0 0 1px rgba(65, 159, 46, .18),
        0 3px 8px rgba(31, 37, 46, .1) !important;
}

.z18-standard-page .standard-syno-veh-list .standard-syno-veh:hover {
    transform: translateY(-1px);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .3),
        0 6px 14px rgba(31, 37, 46, .14) !important;
}

.z18-standard-page .standard-syno-veh-list .standard-syno-veh abbr {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 100%;
    text-decoration: none;
    cursor: help;
}

.z18-standard-page .standard-syno-veh-type {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .04em;
    line-height: 1.1;
    text-transform: uppercase;
}

.z18-standard-page .standard-syno-veh-num {
    font-size: 12px;
    font-weight: 800;
    line-height: 1.1;
}

@media (max-width: 575.98px) {
    .z18-standard-page .standard-syno-card .standard-syno-veh-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .z18-standard-page .standard-syno-card > .standard-syno-head {
        gap: 6px;
        padding: 10px 10px 0;
    }

    .z18-standard-page .standard-syno-stat {
        min-height: 50px;
        padding: 6px 8px;
    }

    .z18-standard-page .standard-syno-stat strong {
        font-size: 18px;
    }
}

.z18-standard-page .standard-affichage-body #affichage {
    min-height: 92px;
    padding: 14px;
    border: 1px dashed #d6dbe2;
    border-radius: 8px;
    color: #60656f;
    background: #fafbfc;
}

body.z18-velzon-test .z18-standard-page .standard-infos-table,
body.z18-velzon-test .z18-standard-page .standard-personnel-table {
    width: 100% !important;
    margin: 0 !important;
    border: 0 !important;
    border-collapse: separate;
    border-spacing: 0;
}

body.z18-velzon-test .z18-standard-page .standard-infos-table td {
    height: auto !important;
    padding: 9px 10px !important;
    border: 0 !important;
    border-bottom: 1px solid #eef0f2 !important;
    vertical-align: middle;
}

.z18-standard-page .standard-infos-table tr:last-child td {
    border-bottom: 0 !important;
}

.z18-standard-page .standard-infos-table img {
    object-fit: contain;
    border-radius: 4px;
}

/* ===== Personnel du centre ===== */
.z18-standard-page .standard-personnel-wrap {
    overflow: hidden;
}

.z18-standard-page .standard-personnel-title {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 44px;
    padding: 10px 14px;
    border-bottom: 1px solid #eef0f2;
    color: #2a3038;
    font-size: 13px;
    font-weight: 800;
}

.z18-standard-page .standard-personnel-title i {
    color: #c24f47;
    font-size: 16px;
}

.z18-standard-page .standard-personnel-panel {
    min-width: 0;
    padding: 14px;
}

.z18-standard-page .standard-personnel-summary {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 8px;
    width: 100%;
    margin: 0 0 12px;
}

.z18-standard-page .standard-personnel-summary .standard-personnel-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 62px;
    padding: 9px 10px;
    border: 1px solid #e4e7eb;
    border-radius: 12px;
    background: #f8f9fb;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .7);
    text-align: center;
    line-height: 1.05;
}

.z18-standard-page .standard-personnel-summary .standard-personnel-card strong {
    font-size: 22px;
    font-weight: 800;
}

.z18-standard-page .standard-personnel-summary .standard-personnel-card span {
    margin-top: 4px;
    color: #8a9099;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.z18-standard-page .standard-personnel-summary .standard-personnel-card.is-total {
    border-color: rgba(229, 72, 63, .28);
    background: linear-gradient(180deg, rgba(229, 72, 63, .12), #fff);
}

.z18-standard-page .standard-personnel-summary .standard-personnel-card.is-total strong {
    color: var(--standard-red);
}

.z18-standard-page .standard-personnel-summary .standard-personnel-card.is-garde {
    border-color: rgba(230, 126, 34, .4);
    background: linear-gradient(180deg, rgba(230, 126, 34, .16), #fff);
}

.z18-standard-page .standard-personnel-summary .standard-personnel-card.is-garde strong {
    color: #e67e22;
}

.z18-standard-page .standard-personnel-summary .standard-personnel-card.is-disponible {
    border-color: rgba(50, 103, 168, .4);
    background: linear-gradient(180deg, rgba(50, 103, 168, .14), #fff);
}

.z18-standard-page .standard-personnel-summary .standard-personnel-card.is-disponible strong {
    color: #3267a8;
}

.z18-standard-page .standard-personnel-summary .standard-personnel-card.is-astreinte {
    border-color: rgba(39, 174, 96, .4);
    background: linear-gradient(180deg, rgba(39, 174, 96, .14), #fff);
}

.z18-standard-page .standard-personnel-summary .standard-personnel-card.is-astreinte strong {
    color: #27ae60;
}

.z18-standard-page .standard-personnel-summary .standard-personnel-card.is-intervention {
    border-color: rgba(181, 43, 34, .35);
    background: linear-gradient(180deg, rgba(181, 43, 34, .12), #fff);
}

.z18-standard-page .standard-personnel-summary .standard-personnel-card.is-intervention strong {
    color: #b52b22;
}

.z18-standard-page .standard-personnel-summary .standard-personnel-card.is-repos {
    border-color: #dde1e6;
    background: linear-gradient(180deg, #f3f5f7, #fff);
}

.z18-standard-page .standard-personnel-summary .standard-personnel-card.is-repos strong {
    color: #6c7480;
}

.z18-standard-page .standard-personnel-filters {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    padding: 10px;
    border: 1px solid #e7eaee;
    border-radius: 12px;
    background: linear-gradient(180deg, #fbfbfc, #f5f6f8);
}

.z18-standard-page .standard-personnel-search {
    position: relative;
    display: flex;
    flex: 1 1 220px;
    min-width: 180px;
    align-items: center;
}

.z18-standard-page .standard-personnel-search > i {
    position: absolute;
    left: 11px;
    color: #9aa1ab;
    font-size: 15px;
    pointer-events: none;
}

.z18-standard-page .standard-personnel-filters input,
.z18-standard-page .standard-personnel-filters select {
    width: 100%;
    min-height: 38px;
    border: 1px solid #dce0e5;
    border-radius: 9px;
    background: #fff;
    color: #2a3038;
    font-size: 12px;
}

.z18-standard-page .standard-personnel-filters input {
    padding: 0 12px 0 34px;
}

.z18-standard-page .standard-personnel-filters select {
    flex: 0 1 170px;
    min-width: 140px;
    width: auto;
    padding: 0 10px;
}

.z18-standard-page .standard-personnel-filters input:focus,
.z18-standard-page .standard-personnel-filters select:focus {
    border-color: rgba(229, 72, 63, .5);
    outline: 0;
    box-shadow: 0 0 0 3px rgba(229, 72, 63, .1);
}

.z18-standard-page .standard-personnel-table-wrap {
    overflow: hidden;
    border: 1px solid #e6e9ee;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(31, 37, 46, .05);
}

body.z18-velzon-test .z18-standard-page .standard-personnel-table th,
body.z18-velzon-test .z18-standard-page .standard-personnel-table td {
    height: auto !important;
    padding: 11px 12px !important;
    border: 0 !important;
    border-bottom: 1px solid #eef1f4 !important;
    vertical-align: middle;
}

body.z18-velzon-test .z18-standard-page .standard-personnel-table thead th {
    color: #7a828e !important;
    background: #f7f8fa !important;
    font-size: 10px !important;
    font-weight: 800;
    letter-spacing: .07em;
    text-transform: uppercase;
}

body.z18-velzon-test .z18-standard-page .standard-personnel-table tbody tr[data-standard-personnel-row]:hover td {
    background: #fafbfc;
}

body.z18-velzon-test .z18-standard-page .standard-personnel-section-row td {
    padding: 0 !important;
    border-bottom: 0 !important;
    color: #fff !important;
    background: linear-gradient(90deg, #2f343b, #3a4048) !important;
}

.z18-standard-page .standard-personnel-section-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 10px 14px;
    font-size: 12px;
    font-weight: 700;
}

.z18-standard-page .standard-personnel-section-title {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.z18-standard-page .standard-personnel-section-title i {
    color: #e8a19b;
    font-size: 15px;
}

.z18-standard-page .standard-personnel-section-count {
    display: inline-flex;
    align-items: center;
    min-height: 22px;
    padding: 0 9px;
    border-radius: 999px;
    background: rgba(229, 72, 63, .95);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
}

.z18-standard-page .standard-personnel-grade {
    display: grid;
    width: 40px;
    height: 40px;
    place-items: center;
    border: 1px solid #e7eaee;
    border-radius: 10px;
    background: #f8f9fb;
}

.z18-standard-page .standard-personnel-grade img {
    width: 28px;
    height: 28px;
    object-fit: contain;
}

.z18-standard-page .standard-personnel-name strong {
    color: #1f252e;
    font-size: 13px;
    font-weight: 800;
}

.z18-standard-page .standard-personnel-name small {
    margin-top: 2px;
    color: #8a919c;
    font-size: 11px;
}

.z18-standard-page .standard-personnel-section-label {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: 0 9px;
    border: 1px solid #e0e4ea;
    border-radius: 8px;
    background: #f6f7f9;
    color: #4a5160;
    font-size: 11px;
    font-weight: 700;
}

.z18-standard-page .standard-personnel-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 96px;
    min-height: 26px;
    padding: 0 10px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .01em;
}

.z18-standard-page .standard-personnel-badge.disponible {
    color: #fff !important;
    background: #3267a8 !important;
}

.z18-standard-page .standard-personnel-badge.astreinte {
    color: #fff !important;
    background: #27ae60 !important;
}

.z18-standard-page .standard-personnel-badge.garde {
    color: #fff !important;
    background: #e67e22 !important;
}

.z18-standard-page .standard-personnel-badge.intervention {
    color: #fff !important;
    background: #b52b22 !important;
}

.z18-standard-page .standard-personnel-badge.repos {
    color: #5f6774 !important;
    background: #e9ecf1 !important;
}

.z18-standard-page .standard-personnel-forme {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 72px;
}

.z18-standard-page .standard-personnel-forme-bar {
    width: 72px;
    height: 7px;
    overflow: hidden;
    border-radius: 999px;
    background: #e8ebf0;
}

.z18-standard-page .standard-personnel-forme-bar > span {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #e5483f, #f0a05a);
}

.z18-standard-page .standard-personnel-forme small {
    color: #8a919c;
    font-size: 10px;
    font-weight: 700;
}

.z18-standard-page .standard-personnel-hab-status {
    display: inline-grid;
    width: 28px;
    height: 28px;
    place-items: center;
    border-radius: 8px;
    font-size: 15px;
    box-shadow: none;
}

.z18-standard-page .standard-personnel-hab-status.ok {
    color: #1f7a3d;
    background: rgba(39, 174, 96, .14);
}

.z18-standard-page .standard-personnel-hab-status.nok {
    color: #b52b22;
    background: rgba(181, 43, 34, .12);
}

.z18-standard-page .standard-personnel-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
}

.z18-standard-page .standard-personnel-sp-badge {
    min-width: 38px;
    min-height: 24px;
    margin: 0;
    border-radius: 7px;
    font-size: 10px;
    font-weight: 800;
}

.z18-standard-page .standard-personnel-btn {
    display: inline-flex !important;
    align-items: center;
    gap: 4px;
    min-height: 28px;
    margin: 0 !important;
    padding: 0 9px !important;
    border: 1px solid rgba(229, 72, 63, .35) !important;
    border-radius: 8px !important;
    color: #c24f47 !important;
    background: rgba(229, 72, 63, .06) !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    transition: background .12s ease, color .12s ease;
}

.z18-standard-page .standard-personnel-btn.is-soft {
    border-color: #d7dce3 !important;
    color: #4b5563 !important;
    background: #f3f5f7 !important;
}

.z18-standard-page .standard-personnel-btn:hover {
    color: #fff !important;
    background: #c24f47 !important;
}

.z18-standard-page .standard-personnel-btn.is-soft:hover {
    color: #fff !important;
    background: #4b5563 !important;
}

.z18-standard-page .standard-personnel-empty {
    padding: 22px 16px;
    color: #7a828e;
    font-size: 13px;
    text-align: center;
}

@media (max-width: 1100px) {
    body.z18-velzon-test .z18-standard-page .z18-page-hero {
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .z18-standard-page .z18-page-hero-actions {
        width: 100%;
        justify-content: flex-start;
    }

    .z18-standard-page .standard-dashboard-grid-main,
    .z18-standard-page .standard-dashboard-grid-affichage {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media (max-width: 767.98px) {
    body.z18-velzon-test .z18-standard-page .z18-page-hero {
        padding: 16px !important;
    }

    .z18-standard-page .standard-hero-icon {
        width: 44px;
        height: 44px;
        flex-basis: 44px;
        font-size: 20px;
    }

    .z18-standard-page .z18-page-hero-actions {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.z18-velzon-test .z18-standard-page .z18-page-hero-actions .z18-btn {
        justify-content: center;
    }

    .z18-standard-page .standard-coverage-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .z18-standard-page .standard-personnel-panel {
        overflow-x: auto;
    }

    .z18-standard-page .standard-direction-table-wrap,
    .z18-standard-page .standard-personnel-table-wrap {
        overflow-x: auto;
    }

    .z18-standard-page .standard-direction-table,
    .z18-standard-page .standard-personnel-table {
        min-width: 720px;
    }

    .z18-standard-page .standard-personnel-summary {
        min-width: 0;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .z18-standard-page .standard-personnel-summary .standard-personnel-card {
        min-height: 50px;
    }

    .z18-standard-page .standard-personnel-summary .standard-personnel-card strong {
        font-size: 18px;
    }

    .z18-standard-page .standard-personnel-table-wrap {
        overflow-x: auto;
    }

    .z18-standard-page .standard-personnel-table {
        min-width: 760px;
    }
}
