.page-header-banner {
    background: linear-gradient(135deg, #4f46e5 0%, #3b82f6 100%);
    color: white;
    border-radius: 24px;
    padding: 2rem;
    margin-bottom: 2rem;
    position: relative;
    overflow: hidden;
}

/*.glass-card {
    !*background: white;*!
    border: none;
    !*border-radius: 20px;*!
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
    height: 100%;
    transition: transform 0.2s;
}*/

.card-title-icon {
    width: 35px;
    height: 35px;
    background: #eff6ff;
    color: #4f46e5;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
}
.info-label {
    font-size: 0.65rem;
    text-transform: uppercase;
    color: #475569;
    letter-spacing: 0.04em;
    margin-bottom: 0.25rem;
}

.info-value {
    font-size: 1.05rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.div_alternance {
    background: #f0fdf4;
    border: 1px dashed #22c55e;
    border-radius: 16px;
    padding: 1rem;
}

.div_visa_mission {
    background: #fffbeb;
    border: 1px dashed #dc3545;
    border-radius: 16px;
    padding: 1rem;
}

.custom-card {
    background: white;
    border: none;
    border-radius: 24px;
    padding: 1.5rem;
    height: 100%;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.04);
}

.card-icon {
    width: 45px;
    height: 45px;
    background: #eff6ff;
    color: #4f46e5;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    margin-bottom: 1.25rem;
}

.info-label {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 0.25rem;
    /*font-size: 0.65rem;*/
    text-transform: uppercase;
    /*font-weight: 800;*/
    color: #64748b;
    letter-spacing: 0.05em;
    /*margin-bottom: 4px;*/
}

.info-value {
    font-size: 0.95rem;
    font-weight: 700;
    margin-bottom: 15px;
}

.doc-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px;
    background: #f8fafc;
    border-radius: 15px;
    margin-bottom: 10px;
}

.badge-contrast {
    background: rgb(29, 52, 114);
    color: #fff;
}

.tuteur-badge {
    background: #4f46e5cf;
}

a:focus-visible,
button:focus-visible {
    outline: 3px solid #facc15;
    outline-offset: 3px;
    border-radius: 6px;
}

.custom-card:focus-within {
    box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.35);
}

.page-header-banner {
    background: linear-gradient(135deg, #4338ca 0%, #2563eb 100%);
}

.info-label {
    color: #475569; /* meilleur contraste RGAA */
}

.link-primary {
    text-decoration: underline;
}

.link-primary:hover {
    text-decoration-thickness: 2px;
}

.doc-item a {
    min-width: 44px;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*

.remuneration-table {
    border-collapse: separate;
    border-spacing: 0;
    min-width: 720px; !* scroll horizontal mobile *!
}

.remuneration-table th,
.remuneration-table td {
    white-space: nowrap;
    padding: 0.6rem 0.75rem;
    font-size: 0.85rem;
}

.th-annee {
    background: #3730a3;
    color: #fff;
    border-radius: 12px 0 0 0;
}

.th-periode-1 {
    background: #346FEF;
    color: #fff;
}

.th-periode-2 {
    background: #5F65F5;
    color: #fff;
}

.remuneration-table thead th {
    border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.remuneration-table thead th:first-child {
    border-left: none;
}
*/

.table-responsive {
    overflow-x: auto;
}

/* MISSIONS */
.mission-card-pro {
    background: white;
    border-radius: 20px;
    padding: 1.25rem;
    border: 1px solid #f1f5f9;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.mission-card-pro:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.08);
    border-color: #4f46e5;
}

.btn-mission-go {
    background: #f0f2f5 !important;
    color: #4f46e5 !important;
    border: none !important;
    border-radius: 12px !important;
    padding: 10px !important;
    font-weight: 700 !important;
    width: 100% !important;
    margin-top: 1rem !important;
    transition: 0.2s !important;
}

/* TABLE */
.table-premium thead th {
    background: #f8fafc;
    border: none;
    color: #64748b;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 0.7rem;
    padding: 1.25rem;
}

.table-premium td {
    vertical-align: middle;
    padding: 1.25rem;
    border-color: #f1f5f9;
    font-size: 0.9rem;
}

.btn-visualize {
    background: #4f46e5;
    color: white;
    border: none;
    border-radius: 12px;
    font-weight: 700;
    padding: 0.6rem 1.5rem;
    transition: all 0.3s ease;
}

.btn-visualize:hover {
    background: #3730a3;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(79, 70, 229, 0.3);
    color: white;
}

.btn-edit:hover {
    background: #3730a3;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(79, 70, 229, 0.3);
    color: white;
}

.company-badge {
    background: #f1f5f9;
    padding: 4px 10px;
    border-radius: 8px;
    font-size: 0.7rem;
    font-weight: 800;
    color: #475569;
}
/* Liste des contrats stagiaire */
.table-employeur {
    border-separate: separate;
    border-spacing: 0 12px;
}

.table-employeur thead th {
    border: none;
    font-size: 0.7rem;
    font-weight: 800;
    text-transform: uppercase;
    color: #6277A0;
    padding: 0 1.5rem 0.5rem;
}

.table-employeur tbody tr {
    background: white;
    box-shadow: 0 4px 15px rgba(0,0,0,0.03);
    border-radius: 16px;
    transition: all 0.3s ease;
}

.table-employeur tbody tr:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.06);
}

.table-employeur td {
    padding: 1.25rem 1.5rem !important;
    vertical-align: middle;
    border: none !important;
}

.table-employeur td:first-child { border-radius: 16px 0 0 16px; }
.table-employeur td:last-child { border-radius: 0 16px 16px 0; }

/* Badges de statut */
.status-badge {
    padding: 6px 12px;
    border-radius: 8px;
    font-size: 0.7rem;
    font-weight: 800;
    text-transform: uppercase;
}

.status-rupture { background: #fee2e2; color: #ef4444; }
.status-active { background: #ecfdf5; color: #10b981; }

/* Boutons d'action */
.btn-action {
    border-radius: 10px;
    font-weight: 700;
    font-size: 0.8rem;
    padding: 8px 16px;
    transition: 0.2s;
    border: none;
}
.btn-visualize { background: #f1f5f9; color: #475569; }
.btn-visualize:hover { background: #e2e8f0; }
.btn-complete { background: var(--primary-gradient); color: white; }