/* Section des événements */
#evenements {
    padding: 50px 0;
    background-color: #fff;
}

#evenements h2 {
    color: #ff5f6d;
    margin-bottom: 30px;
    text-align: center;
}

.event-list {
    margin-bottom: 50px;
}

.event-item {
    margin-bottom: 30px;
    padding: 20px;
    background-color: #f9f9f9;
    border-left: 5px solid #ff5f6d;
    border-radius: 5px;
}

.event-item .event-date {
    font-weight: bold;
    color: #ff5f6d;
    margin-bottom: 10px;
    font-size: 1.1rem;
}

.event-item h3 {
    margin: 0 0 10px 0;
    color: #333;
}

.event-item p {
    margin: 0;
    color: #555;
}

.events-section {
    margin-bottom: 60px;
}

.events-section h3 {
    margin-bottom: 20px;
    color: #333;
    text-align: center;
    font-size: 1.5rem;
    border-bottom: 2px solid #ff5f6d;
    display: inline-block;
    padding-bottom: 5px;
}
