.agenda-list{display:block;max-width:1100px;margin:0 auto;}
.agenda-cal-toggle{border:1px solid #e6e6e6;background:#fff;border-radius:14px;padding:10px 12px;cursor:pointer;margin:0 0 12px;}
.agenda-calendar-wrap[hidden]{display:none;}
/* Calendar */
.agenda-calendar{border:1px solid #e6e6e6;border-radius:14px;padding:14px;margin:0 0 18px;max-width:520px;}
.agenda-calendar__header{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px;}
.agenda-calendar__title{text-transform:capitalize;font-weight:700;}
.agenda-cal-btn{border:1px solid #ddd;background:#fff;border-radius:10px;width:38px;height:34px;cursor:pointer;}
.agenda-calendar__weekdays,.agenda-calendar__grid{display:grid;grid-template-columns:repeat(7,1fr);gap:6px;}
.agenda-cal-wd{font-size:12px;opacity:.75;text-align:center;padding:2px 0;}
.agenda-cal-day{border:1px solid #e6e6e6;background:#fff;border-radius:10px;height:36px;cursor:pointer;text-align:center;}
.agenda-cal-day:disabled{opacity:.35;cursor:not-allowed;}
.agenda-cal-day--has{border-color:#111;}
.agenda-cal-day--today{font-weight:700;}
.agenda-cal-day--empty{border:none;background:transparent;cursor:default;}
.agenda-calendar__actions{margin-top:10px;display:flex;justify-content:flex-end;}
.agenda-cal-reset{border:none;background:transparent;text-decoration:underline;cursor:pointer;opacity:.8;}

.agenda-date-separator{margin:22px 0 10px;padding:8px 0;border-bottom:1px solid #e6e6e6;}
.agenda-date-separator span{text-transform:capitalize;font-weight:700;}

.agenda-item{display:flex;gap:18px;align-items:flex-start;padding:14px 0;border-bottom:1px solid #f0f0f0;}
.agenda-col--info{flex:0 0 75%;min-width:0;}
.agenda-col--media{flex:0 0 25%;}
.agenda-title{margin:6px 0 6px;font-size:20px;line-height:1.2;}
.agenda-title a{text-decoration:none;}
.agenda-line{margin:2px 0;}
.agenda-thumb{width:100%;height:auto;display:block;border-radius:8px;}
.agenda-meta{display:inline-block;}

/* Single */
.agenda-single-wrap{max-width:900px;margin:0 auto;padding:18px 14px;}
.agenda-single__title{margin:0 0 10px;font-size:34px;line-height:1.15;}
.agenda-single__cats{margin:0 0 14px;font-weight:700;opacity:.85;}
.agenda-single__image{margin:0 0 16px;}
.agenda-single__thumb{width:100%;height:auto;display:block;border-radius:12px;}
.agenda-single__field{margin:0 0 14px;}
.agenda-single__field--inline{display:flex;gap:8px;align-items:baseline;flex-wrap:wrap;}
.agenda-single__label{font-weight:700;}
.agenda-single__content :first-child{margin-top:0;}
.agenda-single__button{margin:10px 0;}
.agenda-single__btn{display:inline-block;padding:10px 14px;border-radius:10px;border:1px solid #111;text-decoration:none;}
.agenda-single__btn--disabled{opacity:.5;cursor:not-allowed;}
.agenda-single__checks-inline{margin-top:10px;display:flex;flex-wrap:wrap;}
.agenda-single__check{display:inline;}
.agenda-single__check:not(:first-child)::before{content:" / ";}

/* Mobile */
@media (max-width: 768px){
  .agenda-item{flex-direction:column;gap:10px;}
  .agenda-col--info,.agenda-col--media{flex:1 1 auto;width:100%;}
  .agenda-single__title{font-size:28px;}
  .agenda-calendar{max-width:100%;}
}

/* Carte (single agenda) */
.agenda-detail__map{width:100%;border-radius:14px;overflow:hidden;border:1px solid #efefef;}
.agenda-detail__map-iframe{width:100%;height:320px;border:0;display:block;}
@media (max-width:600px){ .agenda-detail__map-iframe{height:240px;} }
