
#resultats {
    padding: 50px 0;
    background-color: #f4f4f4;
}

#resultats h2 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 2rem;
    color: #333;
}

#resultats p {
    text-align: center;
    margin-bottom: 20px;
    font-size: 1.2rem;
    color: #555;
}

#resultats ul {
    list-style-type: disc;
    padding-left: 40px;
    font-size: 1.1rem;
    color: #555;
}

#resultats ul li {
    margin-bottom: 10px;
}


.badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

.badge {
    background-color: #e0f7fa;
    color: #00796b;
    padding: 10px 15px;
    border-radius: 15px;
    font-weight: bold;
    display: inline-block;
}

.year {
    background-color: rgba(255,255,255, 0.7);
    padding: 15px;
    border-radius: 10px;
}