.elementor-160 .elementor-element.elementor-element-f59b0ab{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-86e75d8 *//* --------------------------------------------------------------
   RESET + PAGE
-------------------------------------------------------------- */
body.page, .chr-agenda-scope {
    background-color: #ffffff !important;
}

.chr-agenda-scope {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 0 60px;
}


/* --------------------------------------------------------------
   TITRES
-------------------------------------------------------------- */
.agenda-title {
    font-size: 42px;
    font-weight: 700;
    color: #1c1c1c;
    margin-bottom: 6px;
}

.agenda-subtitle {
    font-size: 16px;
    color: #666;
    margin-bottom: 24px;
}


/* --------------------------------------------------------------
   FILTRES
-------------------------------------------------------------- */
.agenda-filtres {
    display: flex;
    gap: 12px;
    margin-bottom: 30px;
}

.agd-filtre {
    padding: 10px 22px;
    border-radius: 12px;
    border: 1px solid #b33b5f;
    background: #fff;
    color: #b33b5f;
    font-weight: 600;
    cursor: pointer;
    transition: 0.25s;
}

.agd-filtre.active,
.agd-filtre:hover {
    background: #b33b5f;
    color: #fff;
}


/* --------------------------------------------------------------
   GRILLE
-------------------------------------------------------------- */
.agenda-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    gap: 26px;
}


/* --------------------------------------------------------------
   CARTE ÉVÈNEMENT
-------------------------------------------------------------- */
.chr-event-card {
    position: relative; /* obligatoire pour le lien full-card */
    background: #ffffff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    transition: transform .25s ease, box-shadow .25s ease;
}

.chr-event-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 34px rgba(0,0,0,0.12);
}

/* FULL CLICKABLE CARD */
.chr-event-card a.chr-card-link {
    position: absolute;
    inset: 0; /* couvre toute la carte */
    z-index: 50;
    text-indent: -9999px;
    overflow: hidden;
    cursor: pointer;
}

/* Empêche tout autre élément de prendre le dessus */
.chr-event-card * {
    position: relative;
    z-index: 1;
}


/* --------------------------------------------------------------
   HEADER BORDEAUX
-------------------------------------------------------------- */
.chr-event-header {
    background: #7D1E3A;
    color: #fff;
    padding: 20px;
    border-radius: 14px 14px 0 0;
}

.chr-event-tag {
    display: inline-block;
    background: #C7A462;
    padding: 6px 14px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 999px;
    color: #1c1c1c;
    margin-bottom: 12px;
}

.chr-event-title a {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff !important;
    text-decoration: none !important;
}

.chr-event-title a:hover {
    text-decoration: underline;
}

.chr-event-subtitle {
    font-size: 14px;
    color: #f2f2f2;
    opacity: 0.9;
    margin-top: 6px;
}


/* --------------------------------------------------------------
   BAS DE CARTE (BLANC)
-------------------------------------------------------------- */
.chr-event-body {
    padding: 18px 20px;
    background: #fff;
}

.chr-event-meta {
    font-size: 14px;
    color: #444;
    margin-bottom: 16px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

/* Icône DATE */
.chr-event-date::before {
    content: "🕒";
    margin-right: 6px;
    font-size: 14px;
}

/* Icône LIEU */
.chr-event-lieu::before {
    content: "📍";
    margin-right: 6px;
    font-size: 14px;
}

/* Footer : prix + places */
.chr-event-footer {
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    font-weight: 600;
    color: #7D1E3A;
}

/* Icône prix */
.chr-event-price {
    color: #7D1E3A;
}

.chr-event-price::before {
    content: "💶";
    margin-right: 6px;
    font-size: 15px;
}

/* Icône places */
.chr-event-seats {
    color: #666;
}

.chr-event-seats::before {
    content: "👥";
    margin-right: 6px;
    font-size: 15px;
}


/* --------------------------------------------------------------
   RESPONSIVE
-------------------------------------------------------------- */
@media (max-width: 768px) {
    .agenda-title {
        font-size: 32px;
    }
    .agenda-grid {
        grid-template-columns: 1fr;
    }
}/* End custom CSS */