#liste {
    list-style: none;
    font-size: 1.5rem;
}

.survol {
    font-size: 2rem;
    font-weight: bold;
    color: blue;
    cursor: pointer;
}

.click {
    background-color: rgb(102, 231, 231);
}