.parcours-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.parcours-table th {
    background: #333;
    color: white;
    padding: 10px;
    text-align: left;
}

.parcours-table td {
    border: 1px solid #ddd;
    padding: 10px;
}

.parcours-table tr:nth-child(even) {
    background: #f5f5f5;
}

.parcours-table tr:hover {
    background: #e9f5ff;
}

.progress-bar {
    background:#eee;
    width:100%;
    height:20px;
    border-radius:5px;
    overflow:hidden;
    margin-bottom:10px;
}