.card:hover {
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
    transform: translateY(-4px);
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    filter: brightness(0.95);
}
.card {
    pointer-events: auto; /* normal */
}

.fa-star-toggle {
    pointer-events: auto; /* assure que l'étoile peut être cliquée indépendamment */
}

.event-card {
    min-height: 210px;
    border: 2px solid #3399ff;
}
.titre {
    color: #f1f1f1;
    padding: 70px 40px 30px;
    text-align: center;
}
.titre h1 {
    font-size: 4.5em;
    font-weight: bold;
}
.titre strong {
    color: #f8f9fa;
    text-shadow: 0 0 5px #00f2ff, 0 0 10px #f8f9fa;
}
.titre .lead {
    font-size: 1.8em;
    margin-top: 10px;
    color: #ccc;
}
.presentation {
    margin: 30px, 0, 20px;
    padding: 20px;
    border-radius: 8px;
    font-size: 1.3em;
}
.eventHome h2 {
    margin-bottom: 25px;
}
