/* =====================================================
   The Events Calendar
   ACF • Titres • Badges • Groupes
   ===================================================== */

/* =====================================================
   1. STYLES COMMUNS – TITRES & BADGES
   ===================================================== */

/* Titres (liste, single, calendrier) */
.tribe-events-calendar-month__event-title,
.tribe-events-list-event-title,
.tribe-events-single-event-title {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 10px;
    font-weight: 600;
    line-height: 1.2;
}

/* Badge titre – vue liste calendrier */
.tribe-events-calendar-list__event .tribe-events-calendar-list__event-header {
    display: inline-flex;
    padding: 3px 8px;
    border-radius: 999px;
    font-weight: 600;
}

.tribe-events-calendar-list .tribe-events-calendar-list__event-date-tag {
	border:solid;
	border-color: var(--e-global-color-primary);
}

/* =====================================================
   2. COULEURS PAR CATÉGORIE (TITRES + BADGES)
   ===================================================== */

/* === ÉVÉNEMENT === */
.tribe_events_cat-evenement .tribe-events-calendar-month__event-title,
.cat_evenement .tribe-events-list-event-title,
.cat_evenement .tribe-events-single-event-title,
.cat_evenement .tribe-events-calendar-list__event-header {
    background-color: #e0f2fe;
    color: #075985;
}

/* === MARCHE NORDIQUE === */
.tribe_events_cat-marche-nordique .tribe-events-calendar-month__event-title,
.cat_marche-nordique .tribe-events-list-event-title,
.cat_marche-nordique .tribe-events-single-event-title,
.cat_marche-nordique .tribe-events-calendar-list__event-header {
    background-color: #dcfce7;
    color: #166534;
}

/* === RANDONNÉE DU JEUDI === */
.tribe_events_cat-rando-du-jeudi .tribe-events-calendar-month__event-title,
.cat_rando-du-jeudi .tribe-events-list-event-title,
.cat_rando-du-jeudi .tribe-events-single-event-title,
.cat_rando-du-jeudi .tribe-events-calendar-list__event-header {
    background-color: #fef3c7;
    color: #92400e;
}

/* === REPAS === */
.tribe_events_cat-repas .tribe-events-calendar-month__event-title,
.cat_repas .tribe-events-list-event-title,
.cat_repas .tribe-events-single-event-title,
.cat_repas .tribe-events-calendar-list__event-header {
    background-color: #fee2e2;
    color: #991b1b;
}

/* === SÉJOURS === */
.tribe_events_cat-sejours .tribe-events-calendar-month__event-title,
.cat_sejours .tribe-events-list-event-title,
.cat_sejours .tribe-events-single-event-title,
.cat_sejours .tribe-events-calendar-list__event-header {
    background-color: #ede9fe;
    color: #5b21b6;
}


/* =====================================================
   3. CALENDRIER MENSUEL – CARTES & INTERACTIONS
   ===================================================== */

.tribe-events-calendar-month__calendar-event {
    padding: 4px 2px;
}

.tribe-events-calendar-month__event-details {
    background: #fff;
    border-radius: 10px;
    padding: 4px 6px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.08);
    transition: transform .2s ease, box-shadow .2s ease;
}

.tribe-events-calendar-month__event-details:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.12);
}


/* =====================================================
   4. CALENDRIER MENSUEL – LIENS (A)
   ===================================================== */

.tribe-events-calendar-month__calendar-event > a {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 10px;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none;
}

/* Couleurs par catégorie */
.tribe-events-calendar-month__calendar-event.tribe_events_cat-evenement > a {
    background-color: #e0f2fe;
    color: #075985;
}

.tribe-events-calendar-month__calendar-event.tribe_events_cat-marche-nordique > a {
    background-color: #dcfce7;
    color: #166534;
}

.tribe-events-calendar-month__calendar-event.tribe_events_cat-rando-du-jeudi > a {
    background-color: #fef3c7;
    color: #92400e;
}

.tribe-events-calendar-month__calendar-event.tribe_events_cat-repas > a {
    background-color: #fee2e2;
    color: #991b1b;
}

.tribe-events-calendar-month__calendar-event.tribe_events_cat-sejours > a {
    background-color: #ede9fe;
    color: #5b21b6;
}


/* =====================================================
   5. LIGNES ACF (CALENDRIER)
   ===================================================== */

.tribe-events-calendar .acf-line-main,
.tribe-events-calendar .acf-line-groupes {
    font-size: 1rem;
}


/* =====================================================
   6. GROUPES / BADGES GUIDES
   ===================================================== */
/*
.groupe-item {
    display: inline-flex;
    align-items: center;
    padding: 4px 10px;
    font-weight: 600;
    background-color: #eef2f6;
}

.groupe-guides_groupe1 { background:#dcfce7; color:#166534; margin-right:10px; }
.groupe-guides_groupe2 { background:#fef3c7; color:#92400e; margin-right:10px; }
.groupe-guides_groupe3 { background:#fee2e2; color:#991b1b; margin-right:10px; }
.groupe-guides_groupe4 { background:#ede9fe; color:#5b21b6; margin-right:10px; }
*/

/* =====================================================
   7. MODALE GUIDES
   ===================================================== */

/*.guide-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
}

.guide-modal.is-open {
    display: block;
}

.guide-modal-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.6);
}

.guide-modal-content {
    position: relative;
    max-width: 500px;
    margin: 10vh auto;
    padding: 20px;
    background: #fff;
    border-radius: 12px;
}

.guide-modal-close {
    position: absolute;
    top: 10px;
    right: 12px;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
}
*/

/* =====================================================
   8. RESPONSIVE
   ===================================================== */

@media (max-width: 768px) {
    .acf-line-main,
    .acf-line-groupes {
        flex-direction: column;
    }

    .tribe-events-calendar-month__event-details {
        padding: 4px;
    }
}


/* =====================================================
   9. BOUTONS DIVERS
   ===================================================== */

.tribe-common-c-btn-border.tribe-events-c-subscribe-dropdown__button,
.tribe-common-c-btn-border.tribe-events-c-subscribe-dropdown__button:hover,
.tribe-events-c-search__button,
.tribe-events-c-search__button:hover,
.tribe-common-c-btn .tribe-events-c-search__button{
    background-color: var(--e-global-color-primary);
    color: #fff;
	border-color: var(--e-global-color-primary);
}

.guide-hidden-content {
  display: none;
}