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

.survol {
    font-weight: bold;
    color: red;
    cursor: pointer;
}

.click {
    background-color: rgba(116, 196, 223, 0.856);
}