.classements {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 1em;
}

.classement-tro {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90%;
    max-width: 1200px;
    height: fit-content;
}

.infos-course {
    padding: 5;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.classement-course {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90%;
    max-width: 1200px;
    height: fit-content;
    margin: 1em 0 1em 0;
}  