/* ===== activites.css ===== */
.act-hero { background: #1B3A5C; padding: 36px 28px 28px; text-align: center; }
.act-hero .hero-eyebrow { font-size: 11px; letter-spacing: 1.5px; color: #9BBDD6; text-transform: uppercase; font-family: 'Nunito Sans', sans-serif; margin-bottom: 10px; }
.act-hero h1 { font-size: 26px; font-weight: 600; color: white; margin-bottom: 8px; }
.act-hero h1 em { color: #C9952A; font-style: normal; }
.act-hero p { font-size: 13px; color: #9BBDD6; font-family: 'Nunito Sans', sans-serif; margin-bottom: 20px; }

.date-strip { display: flex; gap: 8px; justify-content: center; flex-wrap: wrap; }
.date-btn { background: rgba(255,255,255,0.1); border: 0.5px solid rgba(255,255,255,0.2); color: rgba(255,255,255,0.8); border-radius: 12px; padding: 8px 16px; font-size: 12px; font-family: 'Nunito Sans', sans-serif; cursor: pointer; text-align: center; transition: all 0.2s; }
.date-btn.on { background: #C9952A; border-color: #C9952A; color: white; }
.date-btn .day { font-size: 10px; opacity: 0.7; display: block; }
.date-btn .num { font-size: 16px; font-weight: 600; display: block; }
.date-btn .label { font-size: 10px; display: block; }

.type-chips { padding: 14px 28px; display: flex; gap: 8px; overflow-x: auto; border-bottom: 0.5px solid #E0DDD6; }
.type-chips::-webkit-scrollbar { display: none; }
.type-chip { padding: 6px 16px; border-radius: 20px; font-size: 12px; font-family: 'Nunito Sans', sans-serif; cursor: pointer; border: 0.5px solid #E0DDD6; background: white; color: #5A5650; white-space: nowrap; transition: all 0.2s; }
.type-chip.on { background: #1B3A5C; color: white; border-color: #1B3A5C; }

.act-wrap { padding: 28px; }
.act-sec-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 16px; }
.act-sec-title { font-size: 15px; font-weight: 600; color: #1B3A5C; }
.act-sec-link { font-size: 12px; color: #C9952A; font-family: 'Nunito Sans', sans-serif; cursor: pointer; }
.act-divider { height: 0.5px; background: #E0DDD6; margin: 24px 0; }

.featured-event { background: #1B3A5C; border-radius: 16px; overflow: hidden; cursor: pointer; }
.fe-img { height: 160px; display: flex; align-items: flex-end; padding: 16px; position: relative; }
.fe-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(10,25,45,0.8), transparent); }
.fe-content { position: relative; z-index: 1; }
.fe-tag { display: inline-block; background: #C9952A; color: white; font-size: 10px; font-family: 'Nunito Sans', sans-serif; font-weight: 500; padding: 3px 10px; border-radius: 20px; margin-bottom: 7px; }
.fe-title { font-size: 20px; font-weight: 600; color: white; line-height: 1.3; }
.fe-body { padding: 16px 20px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; }
.fe-infos { display: flex; flex-direction: column; gap: 5px; }
.fe-info { font-size: 12px; color: #9BBDD6; font-family: 'Nunito Sans', sans-serif; display: flex; align-items: center; gap: 6px; }
.fe-btn { background: #C9952A; color: white; border: none; border-radius: 20px; padding: 10px 22px; font-size: 13px; font-family: 'Nunito', sans-serif; font-weight: 500; cursor: pointer; }

.events-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px,1fr)); gap: 14px; }
.event-card { background: white; border: 0.5px solid #E0DDD6; border-radius: 14px; overflow: hidden; cursor: pointer; transition: box-shadow 0.2s; }
.event-card:hover { box-shadow: 0 4px 16px rgba(27,58,92,0.1); }
.event-img { height: 100px; display: flex; flex-direction: column; justify-content: space-between; padding: 10px; }
.event-type { background: rgba(255,255,255,0.9); color: #1B3A5C; font-size: 10px; font-family: 'Nunito Sans', sans-serif; font-weight: 500; padding: 3px 9px; border-radius: 20px; align-self: flex-start; }
.event-date-badge { background: rgba(201,149,42,0.9); color: white; font-size: 10px; font-family: 'Nunito Sans', sans-serif; font-weight: 500; padding: 3px 9px; border-radius: 20px; align-self: flex-end; }
.event-body { padding: 12px 14px; }
.event-title { font-size: 13px; font-weight: 600; color: #2A2825; line-height: 1.3; margin-bottom: 5px; }
.event-loc { font-size: 11px; color: #888480; font-family: 'Nunito Sans', sans-serif; margin-bottom: 2px; }
.event-time { font-size: 11px; color: #2E6DA4; font-family: 'Nunito Sans', sans-serif; }

.perm-list { display: flex; flex-direction: column; gap: 10px; }
.perm-card { background: white; border: 0.5px solid #E0DDD6; border-radius: 12px; display: flex; align-items: center; gap: 0; overflow: hidden; cursor: pointer; transition: box-shadow 0.2s; }
.perm-card:hover { box-shadow: 0 2px 12px rgba(27,58,92,0.1); }
.perm-icon { width: 60px; height: 60px; display: flex; align-items: center; justify-content: center; font-size: 24px; flex-shrink: 0; }
.perm-body { padding: 12px 14px; flex: 1; }
.perm-name { font-size: 13px; font-weight: 600; color: #2A2825; margin-bottom: 2px; }
.perm-sub { font-size: 11px; color: #888480; font-family: 'Nunito Sans', sans-serif; margin-bottom: 6px; }
.perm-tags { display: flex; gap: 5px; }
.ptag { background: #F0EDE6; color: #5A5650; font-size: 10px; font-family: 'Nunito Sans', sans-serif; padding: 2px 8px; border-radius: 20px; }
.ptag.blue { background: #D6E8F5; color: #1B3A5C; }
.perm-right { display: flex; flex-direction: column; align-items: flex-end; gap: 6px; padding: 12px 16px; flex-shrink: 0; }
.perm-price { font-size: 12px; font-weight: 600; color: #C9952A; font-family: 'Nunito Sans', sans-serif; text-align: right; }
.perm-arrow { font-size: 18px; color: #D0CEC8; }

.villes-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(130px,1fr)); gap: 10px; }
.ville-card { background: white; border: 0.5px solid #E0DDD6; border-radius: 12px; padding: 16px; text-align: center; cursor: pointer; transition: box-shadow 0.2s; }
.ville-card:hover { box-shadow: 0 2px 10px rgba(27,58,92,0.1); }
.ville-icon { font-size: 24px; margin-bottom: 6px; }
.ville-name { font-size: 13px; font-weight: 600; color: #1B3A5C; }
.ville-count { font-size: 11px; color: #B0ACA6; font-family: 'Nunito Sans', sans-serif; }

@media (max-width: 600px) {
  .act-wrap { padding: 20px 16px; }
  .events-grid { grid-template-columns: 1fr 1fr; }
  .fe-body { flex-direction: column; }
}
