.changement_annee {
    display: flex;
    align-items: center;
    gap: 10px;
    margin:0;
    padding:0;
}
.changement_annee form {
    display: flex;
    align-items: center;
    gap: 10px;
}

.changement_annee button {
    font-size: 0.8em !important;
}

.grid_semestres {
    display: flex;
}

.grid_semestres button {
    margin: 2px;
}

.grid_semestres h3 {
    text-align: center;
    margin: 0.5em 0;
    color: var(--main_color)
}

.grid_semestres > div:first-child {
    border-right: 1px solid var(--main_color);   
}

.grid_semestres > div:first-child {
    margin-right: 1em;   
    padding-right: 1em;   
}

.grid_semestres > div > div {
    margin: 0.8em 0;   
}


.grid_semestres_etudiant h3 {
    margin: 0.5em 0;
    color: var(--main_color)
}

.grid_semestres_etudiant  {
    display: flex;
    flex-direction: column;   
}


.grid_semestres_etudiant > div > div  {
    margin: 1em
}

.grid_semestres_etudiant > div > div > div:first-child  {
    font-weight: bold;
}