.z18-carriere-page,
.z18-dossier-page,
.z18-formations-page,
.z18-recyclage-page {
    --career-red: #e5483f;
    width: 100%;
    min-width: 0;
    max-width: 100%;
}

.z18-carriere-page .z18-info-hero,
.z18-dossier-page .z18-info-hero,
.z18-formations-page .z18-info-hero {
    margin-bottom: 0;
}

.z18-career-hero-side,
.z18-training-hero-side {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 9px;
}

.z18-career-hero-stat,
.z18-training-hero-stat {
    min-width: 105px;
    padding: 9px 12px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 8px;
    background: rgba(255, 255, 255, .06);
}

.z18-career-hero-stat small,
.z18-career-hero-stat strong,
.z18-training-hero-stat small,
.z18-training-hero-stat strong {
    display: block;
}

.z18-career-hero-stat small,
.z18-training-hero-stat small {
    color: rgba(255, 255, 255, .48);
    font-size: 8px;
    text-transform: uppercase;
}

.z18-career-hero-stat strong,
.z18-training-hero-stat strong {
    margin-top: 2px;
    color: #ff928c;
    font-size: 16px;
}

.z18-career-hero-side form {
    margin: 0;
}

.z18-career-hero-side .z18-btn,
.z18-training-hero-side > a,
.z18-dossier-hero-action {
    display: inline-flex;
    min-height: 36px;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 7px 11px;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 7px;
    color: #fff !important;
    background: rgba(255, 255, 255, .07);
    font-size: 10px;
    font-weight: 700;
    text-decoration: none;
}

.z18-career-hero-side .z18-btn {
    border-color: #e5483f;
    background: #e5483f;
}

.z18-training-hero-side > a:hover,
.z18-dossier-hero-action:hover {
    color: #fff;
    background: rgba(255, 255, 255, .14);
}

body.z18-velzon-test .z18-carriere-page .z18-page-hero,
body.z18-velzon-test .z18-dossier-page .z18-page-hero,
body.z18-velzon-test .z18-formations-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-carriere-page .z18-page-hero-main,
.z18-dossier-page .z18-page-hero-main,
.z18-formations-page .z18-page-hero-main {
    display: grid;
    grid-template-columns: 50px minmax(0, 1fr);
    align-items: center;
    column-gap: 15px;
}

.z18-carriere-page .z18-page-hero-main::before,
.z18-dossier-page .z18-page-hero-main::before,
.z18-formations-page .z18-page-hero-main::before {
    display: grid;
    width: 50px;
    height: 50px;
    grid-row: 1 / 4;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 14px;
    color: #fff;
    background: rgba(229, 72, 63, .2);
    font-family: remixicon !important;
    font-size: 23px;
}

.z18-carriere-page .z18-page-hero-main::before { content: "\ef80"; }
.z18-dossier-page .z18-page-hero-main::before { content: "\ec17"; }
.z18-formations-page .z18-page-hero-main::before { content: "\eea0"; }

body.z18-velzon-test .z18-carriere-page .z18-page-kicker,
body.z18-velzon-test .z18-dossier-page .z18-page-kicker,
body.z18-velzon-test .z18-formations-page .z18-page-kicker {
    grid-column: 2;
    color: #ff928c !important;
    font-size: 10px !important;
    letter-spacing: .09em;
}

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

body.z18-velzon-test .z18-carriere-page .z18-page-hero p,
body.z18-velzon-test .z18-dossier-page .z18-page-hero p,
body.z18-velzon-test .z18-formations-page .z18-page-hero p {
    grid-column: 2;
    margin: 4px 0 0 !important;
    color: rgba(255, 255, 255, .6) !important;
}

body.z18-velzon-test .z18-carriere-page .z18-page-hero-stat,
body.z18-velzon-test .z18-formations-page .z18-page-hero-stat {
    border-color: rgba(255, 255, 255, .1) !important;
    color: #fff !important;
    background: rgba(255, 255, 255, .06) !important;
}

body.z18-velzon-test .z18-carriere-page .z18-page-hero-stat span,
body.z18-velzon-test .z18-formations-page .z18-page-hero-stat span {
    color: rgba(255, 255, 255, .48) !important;
}

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

body.z18-velzon-test .z18-carriere-page .z18-stat-grid {
    gap: 10px;
}

body.z18-velzon-test .z18-carriere-page .z18-stat-card {
    position: relative;
    display: grid;
    min-width: 0;
    grid-template-columns: 38px minmax(0, 1fr);
    align-items: center;
    column-gap: 10px;
    overflow: hidden;
    padding: 13px;
    border: 1px solid var(--vz-border-color, #e9ebec) !important;
    border-radius: 9px !important;
    background: #fff !important;
    box-shadow: 0 2px 5px rgba(56, 65, 74, .05);
}

.z18-carriere-page .z18-stat-card > i {
    display: grid;
    width: 38px;
    height: 38px;
    grid-row: 1 / 3;
    place-items: center;
    border-radius: 9px;
    color: #e5483f;
    background: rgba(229, 72, 63, .09);
    font-size: 18px;
}

.z18-carriere-page .z18-stat-card > span,
.z18-carriere-page .z18-stat-card > strong {
    grid-column: 2;
}

body.z18-velzon-test .z18-carriere-page .z18-stat-card > span {
    color: #878a99;
    font-size: 9px;
}

body.z18-velzon-test .z18-carriere-page .z18-stat-card > strong {
    overflow: hidden;
    color: #343a40;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

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

body.z18-velzon-test .z18-carriere-page .z18-card-title,
body.z18-velzon-test .z18-dossier-page .z18-card-title,
body.z18-velzon-test .z18-formations-page .z18-card-title,
body.z18-velzon-test .z18-recyclage-page .z18-card-title {
    min-height: 43px;
    padding: 10px 14px !important;
    border: 0 !important;
    border-bottom: 1px solid var(--vz-border-color, #e9ebec) !important;
    color: #343a40 !important;
    background: #fff !important;
    font-size: 11px !important;
}

.z18-carriere-page .z18-progress,
.z18-formations-page .formation-progress-bar,
.z18-formations-centre .centre-formation-progress {
    height: 8px !important;
    overflow: hidden;
    border: 0 !important;
    border-radius: 999px;
    background: #edf0f3 !important;
}

.z18-carriere-page .z18-progress > span,
.z18-formations-page .formation-progress-bar > span,
.z18-formations-centre .centre-formation-progress > span {
    border-radius: inherit;
    background: linear-gradient(90deg, #e5483f, #ff786f) !important;
}

.z18-carriere-page .z18-check-list {
    padding: 0 13px 13px;
}

.z18-carriere-page .z18-check-row {
    margin-top: 7px;
    padding: 9px 10px;
    border: 1px solid #e6e9ed;
    border-radius: 7px;
    background: #f8f9fb;
}

.z18-carriere-page .z18-check-row.is-ok {
    border-color: rgba(10, 179, 156, .18);
    background: rgba(10, 179, 156, .055);
}

.z18-carriere-page .z18-check-row.is-ok > span {
    color: #0ab39c;
}

.z18-carriere-page .z18-career-grade-card img {
    max-width: 68px;
    max-height: 68px;
    object-fit: contain;
}

.z18-carriere-page .z18-carriere-chips span {
    border: 1px solid rgba(64, 81, 137, .13);
    border-radius: 6px;
    color: #405189;
    background: rgba(64, 81, 137, .07);
}

body.z18-velzon-test .z18-dossier-page .z18-dossier-page-grid {
    grid-template-columns: minmax(220px, .72fr) minmax(0, 2.28fr);
    gap: 14px;
}

.z18-dossier-page .z18-dossier-info-list {
    padding: 5px 13px 11px;
}

.z18-dossier-page .z18-dossier-info-list > div {
    padding: 8px 0;
    border-bottom-color: #eef0f2;
}

.z18-dossier-page .z18-dossier-info-list dt {
    color: #878a99;
    font-size: 9px;
    text-transform: uppercase;
}

.z18-dossier-page .z18-dossier-info-list dd {
    color: #343a40;
    font-size: 11px;
}

.z18-dossier-page .z18-dossier-grade-head-item {
    border-radius: 8px;
}

.z18-dossier-page .z18-dossier-grade-track-line span {
    background: linear-gradient(90deg, #e5483f, #ff786f);
}

.z18-dossier-page .z18-dossier-grade-seg {
    border-radius: 8px;
    background: #fafbfc;
}

.z18-dossier-page .z18-dossier-bottom-grid {
    gap: 14px;
}

body.z18-velzon-test .z18-dossier-page .z18-dossier-table,
body.z18-velzon-test .z18-dossier-page .z18-table,
body.z18-velzon-test .z18-recyclage-page .z18-table {
    width: 100% !important;
    margin: 0 !important;
    border: 0 !important;
}

body.z18-velzon-test .z18-dossier-page table th,
body.z18-velzon-test .z18-dossier-page table td,
body.z18-velzon-test .z18-recyclage-page table th,
body.z18-velzon-test .z18-recyclage-page table td {
    height: auto !important;
    padding: 8px 9px !important;
    border: 0 !important;
    border-bottom: 1px solid #eef0f2 !important;
}

body.z18-velzon-test .z18-dossier-page table th,
body.z18-velzon-test .z18-recyclage-page table th {
    color: #717681 !important;
    background: #f5f6f8 !important;
    font-size: 9px;
}

.z18-dossier-page .z18-dossier-history-filter {
    margin: 11px 12px;
    padding: 9px;
    border: 1px solid #e7e9ed;
    border-radius: 7px;
    background: #f8f9fb;
}

.z18-dossier-page .z18-dossier-history-list li {
    border-bottom-color: #eef0f2;
    font-size: 10px;
}

body.z18-velzon-test .z18-formations-page .z18-page-body {
    min-width: 0;
    grid-template-columns: minmax(0, 1fr);
}

body.z18-velzon-test .z18-formations-page .grid-1 {
    width: 100% !important;
    min-width: 0;
    max-width: 100% !important;
    margin: 0 0 14px !important;
}

body.z18-velzon-test .z18-formations-page .formation-dashboard {
    gap: 10px;
}

body.z18-velzon-test .z18-formations-page .formation-stat {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 10px;
    padding: 13px;
    border: 1px solid var(--vz-border-color, #e9ebec);
    border-radius: 9px;
    color: #878a99;
    background: #fff;
    box-shadow: 0 2px 5px rgba(56, 65, 74, .05);
    font-size: 9px;
    text-align: left;
    text-transform: uppercase;
}

.z18-formations-page .formation-stat > i {
    display: grid;
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    place-items: center;
    border-radius: 9px;
    color: #405189;
    background: rgba(64, 81, 137, .09);
    font-size: 18px;
}

body.z18-velzon-test .z18-formations-page .formation-stat b {
    color: #343a40;
    font-size: 17px;
}

body.z18-velzon-test .z18-formations-page .formation-progress {
    padding: 12px;
    border: 1px solid #e6e9ed;
    border-radius: 8px;
    background: #fff;
}

body.z18-velzon-test .z18-formations-page .formation-category,
body.z18-velzon-test .z18-formations-page .competences-panel,
body.z18-velzon-test .z18-formations-centre .centre-agent-card,
body.z18-velzon-test .z18-formations-page .formation-course-nav,
body.z18-velzon-test .z18-formations-page .formation-course-step {
    overflow: hidden;
    border: 1px solid #e4e7eb;
    border-radius: 8px;
    background: #fff;
}

body.z18-velzon-test .z18-formations-page .formation-category h4,
body.z18-velzon-test .z18-formations-page .competences-panel h4,
body.z18-velzon-test .z18-formations-centre .centre-agent-head,
body.z18-velzon-test .z18-formations-page .formation-course-step h4 {
    padding: 9px 11px;
    border-bottom: 1px solid #e9ebec;
    color: #343a40;
    background: #f7f8fa;
    font-size: 10px;
}

.z18-formations-page .formation-line {
    border-top-color: #eef0f2;
    color: #626873;
    font-size: 10px;
}

.z18-formations-page .formation-dot,
.z18-formations-centre .centre-dot {
    width: 10px;
    height: 10px;
    border: 0;
}

.z18-formations-page .formation-dot.ok,
.z18-formations-centre .centre-dot.ok { background: #0ab39c; }
.z18-formations-page .formation-dot.nok,
.z18-formations-centre .centre-dot.nok { background: #e5483f; }

.z18-formations-page .competences-group-title {
    color: #717681;
    background: #f8f9fb;
}

.z18-formations-page .competences-group-items li {
    border-top-color: #eef0f2;
    color: #495057;
    font-family: inherit;
    font-size: 10px;
}

body.z18-velzon-test .z18-formations-page .formation-open-table {
    width: 100% !important;
    margin: 0 !important;
}

body.z18-velzon-test .z18-formations-page .formation-open-table th,
body.z18-velzon-test .z18-formations-page .formation-open-table td {
    height: auto !important;
    padding: 8px 9px !important;
    border: 0 !important;
    border-bottom: 1px solid #eef0f2 !important;
    font-size: 10px;
}

.z18-formations-page .formation-badge,
.z18-formations-centre .centre-badge {
    border-radius: 6px;
    font-size: 9px;
}

.z18-formations-page textarea[name="motivation"] {
    width: 100%;
    max-width: 760px;
    min-height: 180px;
    padding: 12px;
    border: 1px solid #dce0e5;
    border-radius: 8px;
    resize: vertical;
}

.z18-recyclage-page {
    display: grid;
    gap: 14px;
}

.z18-recyclage-page .z18-muted {
    padding: 12px 14px 0;
    color: #717681;
    font-size: 10px;
}

.z18-recyclage-page .z18-quiz-form {
    padding: 13px;
}

.z18-recyclage-page .z18-quiz-question {
    margin-bottom: 10px;
    padding: 12px;
    border: 1px solid #e6e9ed;
    border-radius: 8px;
    background: #f8f9fb;
}

/* Dual paths Manœuvre / Quiz (page formations → recyclage) */
.z18-formations-page .z18-recyclage-paths {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.z18-formations-page .z18-recyclage-path {
    display: flex;
    gap: 12px;
    min-width: 0;
    padding: 14px;
    border: 1px solid #e4e7eb;
    border-radius: 12px;
    background: #f8f9fb;
}

.z18-formations-page .z18-recyclage-path.is-preferred {
    border-color: rgba(10, 179, 156, .35);
    background: rgba(10, 179, 156, .06);
}

.z18-formations-page .z18-recyclage-path-icon {
    display: grid;
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    place-items: center;
    border-radius: 10px;
    color: #405189;
    background: rgba(64, 81, 137, .1);
    font-size: 20px;
}

.z18-formations-page .z18-recyclage-path.is-preferred .z18-recyclage-path-icon {
    color: #0ab39c;
    background: rgba(10, 179, 156, .14);
}

.z18-formations-page .z18-recyclage-path-body {
    min-width: 0;
}

.z18-formations-page .z18-recyclage-path-body h3 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin: 0 0 6px;
    color: #343a40;
    font-size: 14px;
    font-weight: 700;
}

.z18-formations-page .z18-recyclage-path-body p {
    margin: 0 0 10px;
    color: #64748b;
    font-size: 13px;
    line-height: 1.45;
}

.z18-formations-page .z18-recyclage-path-note {
    margin: 0;
    color: #878a99;
    font-size: 12px;
    line-height: 1.4;
}

.z18-formations-page .z18-recyclage-due-hint {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin: 0 0 12px;
    color: #64748b;
    font-size: 13px;
}

.z18-formations-page .z18-recyclage-credit-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.z18-formations-page .z18-recyclage-credit-list li {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    padding: 10px 0;
    border-bottom: 1px solid #eef0f2;
    color: #495057;
    font-size: 13px;
}

.z18-formations-page .z18-recyclage-credit-list li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.z18-formations-page .z18-recyclage-credit-list li:first-child {
    padding-top: 0;
}

.z18-formations-page .z18-recyclage-credit-list i {
    margin-top: 2px;
    color: #0ab39c;
    font-size: 18px;
}

.z18-formations-page .z18-recyclage-credit-list strong {
    display: block;
    color: #343a40;
    font-size: 13px;
}

.z18-formations-page .z18-recyclage-credit-list span {
    display: block;
    margin-top: 2px;
    color: #878a99;
    font-size: 12px;
}

.z18-formations-page .z18-formations-quiz-form fieldset {
    margin: 0 0 12px;
    padding: 12px;
    border: 1px solid #e6e9ed;
    border-radius: 8px;
    background: #f8f9fb;
}

.z18-formations-page .z18-formations-quiz-form label {
    display: block;
    margin: 6px 0;
    color: #495057;
    font-size: 13px;
}

@media (max-width: 720px) {
    .z18-formations-page .z18-recyclage-paths {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media (max-width: 900px) {
    body.z18-velzon-test .z18-dossier-page .z18-dossier-page-grid,
    .z18-dossier-page .z18-dossier-bottom-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    body.z18-velzon-test .z18-carriere-page .z18-page-hero,
    body.z18-velzon-test .z18-dossier-page .z18-page-hero,
    body.z18-velzon-test .z18-formations-page .z18-page-hero {
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .z18-carriere-page .z18-page-hero-actions,
    .z18-formations-page .z18-page-hero-actions {
        width: 100%;
    }

    .z18-career-info-hero,
    .z18-dossier-info-hero,
    .z18-training-info-hero {
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .z18-career-hero-side,
    .z18-training-hero-side {
        width: 100%;
        justify-content: flex-start;
    }
}

@media (max-width: 767.98px) {
    body.z18-velzon-test .z18-carriere-page .z18-stat-grid,
    body.z18-velzon-test .z18-formations-page .formation-dashboard {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .z18-carriere-page .z18-page-hero-main,
    .z18-dossier-page .z18-page-hero-main,
    .z18-formations-page .z18-page-hero-main {
        grid-template-columns: 44px minmax(0, 1fr);
    }

    .z18-carriere-page .z18-page-hero-main::before,
    .z18-dossier-page .z18-page-hero-main::before,
    .z18-formations-page .z18-page-hero-main::before {
        width: 44px;
        height: 44px;
        font-size: 20px;
    }

    .z18-dossier-page .z18-dossier-grade-seg {
        grid-template-columns: minmax(0, 1fr);
    }

    .z18-formations-page .formation-open-table {
        min-width: 760px;
    }

    .z18-dossier-hero-action,
    .z18-training-hero-side > a,
    .z18-career-hero-side form,
    .z18-career-hero-side .z18-btn {
        width: 100%;
    }
}
