

table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}
th, td {
    padding: 10px;
    border: 1px solid #ccc;
    text-align: left;
}


th {
    background: #f5f5f5;
}

.table-head, .table-corps{
    text-align: center;
}
.semester-row {
    background: #e0e0e0;
    font-weight: bold;

}


.inscription-button{
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    text-align: center;
    margin-top: 20px;
margin-bottom: 20px;
    background-color: var(--accent-color) ;
} 

.inscription-button a {
    color: #fff;
    text-decoration: none;
}

