/* =========================================================================
   Burdigala Records Child — Bootstrap 5.
   Structure : [ADDITIONS] + [Customizer CSS migrée (le design)] + [REFRESH].
   ========================================================================= */

/* --- Police Oswald auto-hébergée (RGPD + perf ; remplace Google Fonts) --- */
@font-face {
	font-family: 'Oswald';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/oswald-400.woff2') format('woff2');
}

/* --- Navbar sticky (remplace l'ancienne classe .sticky-top) + offset d'ancrage --- */
:root { --nav-h: 64px; }
html { scroll-padding-top: var(--nav-h); }
#wrapper-navbar { position: sticky; top: 0; z-index: 1030; }
/* Pas de scroll horizontal mobile (clip ≠ hidden : ne crée pas de scroll-container,
   préserve la navbar sticky). */
html, body { overflow-x: clip; }

/* --- Diffère le rendu des sections sous la ligne de flottaison (CWV).
   'auto' mémorise la hauteur réelle après 1er rendu. --- */
#our-partners,
#our-news,
#our-merch,
#bandcamp-compiles,
#contact {
	content-visibility: auto;
	contain-intrinsic-size: auto 800px;
}
@media print {
	#our-partners, #our-news, #our-merch, #bandcamp-compiles, #contact { content-visibility: visible; }
}

/* =========================================================================
   Customizer Additional CSS migrée (ex-post 264) — le design historique.
   ========================================================================= */
    body {
        margin: 0;
		background-image: linear-gradient(to top right, rgba(228,221,221, 0.50) 10%, rgba(0,0,0, 0.80 ) 60%),url(https://burdigala-records.fr/wp-content/uploads/2019/09/28618910_432070050555785_90790239396320867_o.jpg);
		background-size: cover;
		background-position: center center;
		background-attachment: fixed;
    }
    .bg-darky {
        background-color: rgba(0,0,0,0.8) !important;
    } 
	.bg-dark {
        background-color: black !important;
    } 
	.navbar-toggler {
		border-image: linear-gradient(45deg,#f0003e,#1d94af) 10;
	}
	#navbarbordal {
		border-bottom: 3px solid #f0003e;
		border-image: linear-gradient(45deg,#f0003e,#1d94af) 10;
	}
	#navbarbordal .container{
		position: relative;
	}
    #video-area {
        overflow: hidden;
        position: relative;
    }
    #video-area .row {
        padding:  120px 0;
    }
    .overlay {
        background: #4676fa;
    }
    .overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: #4676fa;
        opacity: .5;
        filter: alpha(opacity=50);
    }
    .overlay-2 {
        background: rgba(0,0,0,.5) !important;
    }
    .custom-logo-link {
        max-width: 90px;
		position: absolute;
  		right: 0;
  		top: 0;
    }
    .band .thumbnail {
        border: 5px solid #000;
        padding: 15px;
        margin: 5px;
        font-size: 12px;
		border-image: linear-gradient(45deg,#f0003e,#1d94af) 10;
    }
    body a {
        color: #f0003e;
    }
    body a:hover {
        color: #aaa;
        text-decoration: none;
    }
    .btn-outline-primary, .wpcf7 input[type="submit"] {
        background-color: transparent;
        border-color: #f0003e;
        color: #f0003e;
    }
    .btn-outline-primary:hover, .wpcf7 input:hover[type="submit"] {
        background-color: #f0003e;
        border-color: #f0003e;
        color: black;
    }
	#navbarNavDropdown {
		font-size: 1.2rem;
	}
	.navbar-brand {
  		padding-top: unset;
  		padding-bottom: unset;
  		margin-right: unset;
	}
	#our-association {
		background: linear-gradient(to top right, rgba(228,221,221, 0.50) 10%, rgba(0,0,0, 0.80 ) 60%),url(https://burdigala-records.fr/wp-content/uploads/2019/09/28618910_432070050555785_90790239396320867_o.jpg);
		background-color: rgba(0, 0, 0, 0);
		background-size: auto, auto;
		background-size: cover;
		background-position: center center;
		height: 80vh;
		position: relative;
		background-attachment: fixed;
		}
	#our-association .container {
		  margin: 0;
		  position: absolute;
		  top: 50%;
		  left: 50%;
		  transform: translate(-50%, -50%);
		text-shadow: 1px 1px 1px #000;
	}
.fts-jal-single-fb-post {
	float: left;
}
.fb-social-btn-top {
	display: none !important;
}

/* =========================
   Link-in-bio – Page 476 (UnderStrap)
   ========================= */

body.page-id-476{
  background:#0b0b10;
}

/* UnderStrap Full Width template wrapper id */
body.page-id-476 #full-width-page-wrapper{
  background:#0b0b10;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* UnderStrap main content container */
body.page-id-476 #content{
  padding-top: 0 !important;
  outline: none !important; /* avoids focus outline on some setups */
}

/* Cache le titre WP auto si besoin (évite le double H1) */
body.page-id-476 .entry-header,
body.page-id-476 .entry-title{
  display:none !important;
}

/* --- Your linkpage block --- */
body.page-id-476 .br-linkpage{
  --card: rgba(255,255,255,.06);
  --stroke: rgba(255,255,255,.12);
  --text: rgba(255,255,255,.92);
  --muted: rgba(255,255,255,.65);
  --primary: #ff5a1f;

  color: var(--text);
  max-width: 720px;
  margin: 0 auto;
  padding: 26px 16px 44px;
}

body.page-id-476 .br-hero{
  text-align:center;
  padding: 10px 0 16px;
}

body.page-id-476 .br-avatar{
  width: 152px;
  height: 152px;
  object-fit: cover;
  border: 1px solid var(--stroke);
  background: var(--card);
  box-shadow: 0 12px 30px rgba(0,0,0,.45);
  margin-bottom: 10px;
	border-image: linear-gradient(45deg,#f0003e,#1d94af) 10;
}

body.page-id-476 .br-hero h1{
  font-size: 28px;
  line-height: 1.1;
  margin: 8px 0 6px;
}

body.page-id-476 .br-hero p{
  margin: 0;
  color: var(--muted);
}

body.page-id-476 .br-ctaRow{
  display:flex;
  gap:10px;
  justify-content:center;
  flex-wrap:wrap;
  margin-top:14px;
}

body.page-id-476 .br-pill{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:10px 12px;
  border-radius:999px;
  background: var(--card);
  border: 1px solid var(--stroke);
  text-decoration:none !important;
  color: var(--text) !important;
}

body.page-id-476 .br-pill.br-primary{
  border-color: rgba(255,90,31,.45);
  background: linear-gradient(180deg, rgba(255,90,31,.18), rgba(255,255,255,.06));
}

body.page-id-476 .br-section{
  margin-top:18px;
  padding-top:16px;
  border-top: 1px solid var(--stroke);
}

body.page-id-476 .br-section h2{
  font-size: 16px;
  margin: 0 0 12px;
  color: var(--muted);
}

body.page-id-476 .br-links{
  display:grid;
  gap:10px;
}

body.page-id-476 .br-link{
  display:flex;
  align-items:center;
  justify-content:center;
  padding: 14px 14px;
  border: 1px solid var(--stroke);
  background: var(--card);
  border-radius: 14px;
  text-decoration:none !important;
  color: var(--text) !important;
  box-shadow: 0 10px 24px rgba(0,0,0,.25);
  transition: transform .12s ease, border-color .12s ease, background .12s ease;
  font-weight: 650;
}

body.page-id-476 .br-link:hover{
  transform: translateY(-1px);
  border-color: rgba(255,255,255,.22);
  background: rgba(255,255,255,.085);
}

body.page-id-476 .br-link.br-primary{
  border-color: rgba(255,90,31,.45);
  background: linear-gradient(180deg, rgba(255,90,31,.18), rgba(255,255,255,.06));
}

body.page-id-476 .br-embed{ margin-top: 12px; }

body.page-id-476 .br-footer{
  margin-top: 24px;
  text-align:center;
  color: var(--muted);
}
/* =========================
   Burdigala Fest 3 palette – page 476
   ========================= */

body.page-id-476{
  background: #0B0B10;
}

/* Palette */
body.page-id-476 .br-linkpage{
  --bg: #0B0B10;         /* noir affiche */
  --ink: #0B0B10;        /* texte sombre sur jaune */
  --paper: #F7F3E8;      /* blanc “papier” */
  --pink: #BE477D;       /* magenta affiche */
  --yellow: #FCF163;     /* jaune affiche */
  --wine: #463035;       /* bordeaux sombre */

  --text: var(--paper);
  --muted: rgba(247,243,232,.72);

  /* surfaces */
  --card: rgba(190,71,125,.12);     /* rose translucide */
  --stroke: rgba(252,241,99,.38);   /* jaune translucide */

  color: var(--text);
}

/* Petit “glow” très léger façon affiche */
body.page-id-476 #content,
body.page-id-476 #full-width-page-wrapper,
body.page-id-476 .br-linkpage{
  background:
    radial-gradient(900px 600px at 25% 15%, rgba(190,71,125,.18), transparent 60%),
    radial-gradient(900px 600px at 85% 30%, rgba(252,241,99,.10), transparent 55%),
    #0B0B10;
}

/* Titres */
body.page-id-476 .br-hero h1{
  color: var(--yellow);
  text-transform: uppercase;
  letter-spacing: .6px;
}

body.page-id-476 .br-hero p{
  color: var(--muted);
}

/* Sections */
body.page-id-476 .br-section{
  border-top: 1px solid rgba(252,241,99,.22);
}

body.page-id-476 .br-section h2{
  color: rgba(252,241,99,.85);
  text-transform: uppercase;
  letter-spacing: .4px;
}

/* CTA pills */
body.page-id-476 .br-pill{
  background: rgba(190,71,125,.16);
  border: 1px solid rgba(252,241,99,.22);
  color: var(--paper) !important;
}

body.page-id-476 .br-pill.br-primary{
  background: var(--yellow);
  border-color: rgba(252,241,99,.9);
  color: var(--ink) !important;
  box-shadow: 0 14px 30px rgba(252,241,99,.10);
}

body.page-id-476 .br-pill:hover{
  transform: translateY(-1px);
  border-color: rgba(252,241,99,.45);
}

/* Links (boutons) */
body.page-id-476 .br-link{
  background: rgba(190,71,125,.12);
  border: 1px solid rgba(252,241,99,.22);
  color: var(--paper) !important;
}

body.page-id-476 .br-link:hover{
  background: rgba(252,241,99,.12);
  border-color: rgba(252,241,99,.55);
}

body.page-id-476 .br-link.br-primary{
  background: var(--yellow);
  border-color: rgba(252,241,99,.9);
  color: var(--ink) !important;
}

/* Icon bar (liens principaux en icônes) */
body.page-id-476 .br-icon{
  background: rgba(190,71,125,.14);
  border: 1px solid rgba(252,241,99,.22);
  color: var(--paper) !important;
}

body.page-id-476 .br-icon:hover{
  background: var(--yellow);
  border-color: rgba(252,241,99,.9);
  color: var(--ink) !important;
}

body.page-id-476 .br-icon svg{
  fill: currentColor;
}

/* Footer (si tu le gardes) */
body.page-id-476 .br-footer{
  color: rgba(247,243,232,.6);
}
/* Icon bar */
body.page-id-476 .br-iconbar{
  display:flex;
  gap:6px;
  justify-content:center;
  flex-wrap:wrap;
  margin-top:12px;
}

body.page-id-476 .br-icon{
  width:45px;
  height:45px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:16px;

  /* BF3 look */
  background: rgba(190,71,125,.14);          /* rose translu */
  border: 1px solid rgba(252,241,99,.22);    /* jaune translu */
  color: rgba(247,243,232,.92) !important;   /* papier */

  text-decoration:none !important;
  box-shadow: 0 10px 24px rgba(0,0,0,.25);
  transition: transform .12s ease, background .12s ease, border-color .12s ease, color .12s ease;
}

body.page-id-476 .br-icon svg{
  width:26px;
  height:26px;
  fill: currentColor;
}

body.page-id-476 .br-icon:hover{
  transform: translateY(-1px);
  background: #FCF163;                      /* jaune */
  border-color: rgba(252,241,99,.9);
  color: #0B0B10 !important;                /* noir */
}

/* Accessibilité: texte “screen reader only” */
body.page-id-476 .br-sr{
  position:absolute !important;
  width:1px;height:1px;
  padding:0;margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0;
}

/* Badges */
body.page-id-476 .br-badges{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  justify-content:center;
  margin-bottom:12px;
}
body.page-id-476 .br-badge{
  display:inline-flex;
  padding:6px 10px;
  border-radius:999px;
  background:rgba(252,241,99,.10);
  border:1px solid rgba(252,241,99,.22);
  color:rgba(247,243,232,.86);
  font-weight:650;
  letter-spacing:.2px;
}

/* Notes */
body.page-id-476 .br-note{
  margin-top:12px;
  padding:12px 12px;
  border-radius:14px;
  background:rgba(247,243,232,.06);
  border:1px solid rgba(252,241,99,.18);
  color:rgba(247,243,232,.84);
}
/* =========================================================================
   REFRESH 2026-06-05 (petit rafraîchissement, identité punk rouge/bleu conservée).
   Couché en dernier pour gagner la cascade sur la Customizer CSS migrée.
   ========================================================================= */

/* --- Titres en Oswald (capitales, esthétique punk) --- */
.classic h2,
.classic h3,
.section-title,
h1.section-title {
	font-family: 'Oswald', 'Helvetica Neue', Arial, sans-serif;
	letter-spacing: .5px;
}

/* --- Cartes « bands » modernisées (la bordure dégradée rouge/bleu vient de la
   Customizer CSS : .band .thumbnail). On ajoute fond, image carrée, survol. --- */
.band .thumbnail {
	background: rgba(255, 255, 255, 0.5);
	transition: transform .15s ease, box-shadow .15s ease;
}
.band .thumbnail img {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	display: block;
}
@media (hover: hover) {
	.band .thumbnail:hover {
		transform: translateY(-3px);
		box-shadow: 0 10px 26px rgba(0, 0, 0, 0.28);
	}
}
.band .caption {
	padding-top: .6rem;
	font-size: .95rem;
}
.band .caption h3 {
	font-size: 1.15rem;
	margin-bottom: .4rem;
}
.band-social a {
	display: inline-block;
	margin: 0 .35rem;
	transition: transform .12s ease, color .12s ease;
}
@media (hover: hover) {
	.band-social a:hover { transform: translateY(-2px); }
}

/* --- Rythme & espacements + scroll horizontal --- */
#our-association .container { padding-left: 1rem; padding-right: 1rem; }
.classic { overflow: hidden; } /* contient les marges négatives des .row sur mobile */

/* --- Boutons & liens polis (rouge #f0003e conservé) --- */
body a { transition: color .15s ease; }
.btn-outline-primary,
.wpcf7 input[type="submit"] {
	transition: background-color .15s ease, color .15s ease, border-color .15s ease;
	border-width: 2px;
	font-family: 'Oswald', sans-serif;
	letter-spacing: .4px;
}

/* --- Focus visibles partout (a11y) --- */
:focus-visible {
	outline: 2px solid #1d94af;
	outline-offset: 2px;
}
.navbar-dark .navbar-nav .nav-link:focus-visible {
	outline-color: #fff;
}

/* --- prefers-reduced-motion : neutralise les transitions ajoutées --- */
@media (prefers-reduced-motion: reduce) {
	.band .thumbnail,
	.band-social a,
	body a,
	.btn-outline-primary,
	.wpcf7 input[type="submit"] {
		transition: none;
	}
}

/* --- Descriptions des groupes : texte propre (nettoyé du markup FB), paragraphes aérés --- */
.band .caption { text-align: left; }
.band .caption p { margin: 0 0 .6rem; line-height: 1.5; }
.band .caption p:last-of-type { margin-bottom: 0; }
.band-social { text-align: center; margin-top: .75rem; margin-bottom: 0; }

/* =========================================================================
   Agenda / Événements (CPT evenement) — section accueil + archive + single.
   ========================================================================= */
.agenda__all {
	color: #fff; text-decoration: none; white-space: nowrap;
	font-family: 'Oswald', sans-serif; text-transform: uppercase; letter-spacing: .5px;
	border-bottom: 2px solid #f0003e; padding-bottom: 2px;
}
.agenda__all:hover { color: #f0003e; }

.evt-list { display: flex; flex-direction: column; gap: 1rem; }

.evt-card {
	display: flex; gap: 1rem; align-items: flex-start;
	background: rgba(0, 0, 0, .45);
	border: 1px solid rgba(255, 255, 255, .12);
	border-left: 4px solid #f0003e;
	border-radius: 6px;
	padding: .85rem 1rem;
}
.evt-card__date {
	flex: 0 0 auto; width: 76px;
	display: flex; flex-direction: column; align-items: center; justify-content: center;
	text-align: center; line-height: 1.05;
	background: linear-gradient(135deg, #f0003e, #1d94af);
	color: #fff; border-radius: 6px; padding: .5rem .25rem;
	font-family: 'Oswald', sans-serif;
}
.evt-card__day { font-size: 1.9rem; font-weight: 700; }
.evt-card__month { font-size: .8rem; text-transform: uppercase; letter-spacing: 1px; }
.evt-card__year { font-size: .7rem; opacity: .85; }
.evt-card__media { flex: 0 0 auto; display: block; }
.evt-card__media img { width: 84px; height: 84px; object-fit: cover; border-radius: 4px; display: block; }
.evt-card__body { flex: 1 1 auto; min-width: 0; }
.evt-card__title { font-family: 'Oswald', sans-serif; font-size: 1.2rem; margin: 0 0 .2rem; line-height: 1.15; }
.evt-card__title a { color: #fff; text-decoration: none; }
.evt-card__title a:hover { color: #f0003e; }
.evt-card__meta { font-size: .9rem; color: rgba(255, 255, 255, .82); margin: 0 0 .4rem; }
.evt-card__meta time::first-letter { text-transform: uppercase; }
.evt-card__sep { color: rgba(255, 255, 255, .4); }
.evt-card__excerpt { font-size: .92rem; color: rgba(255, 255, 255, .72); margin: 0 0 .6rem; }
.evt-card__actions { display: flex; flex-wrap: wrap; align-items: center; gap: .5rem; margin: 0; }
.evt-btn {
	font-family: 'Oswald', sans-serif; text-transform: uppercase; letter-spacing: .4px;
	font-size: .8rem; padding: .4rem .85rem; border-radius: 4px; text-decoration: none;
	border: 2px solid; transition: background-color .15s ease, color .15s ease, border-color .15s ease;
}
.evt-btn--ticket { background: #f0003e; border-color: #f0003e; color: #fff; }
.evt-btn--ticket:hover { background: transparent; color: #f0003e; }
.evt-btn--fb { background: transparent; border-color: #1d94af; color: #1d94af; }
.evt-btn--fb:hover { background: #1d94af; color: #fff; }
.evt-card__more { color: rgba(255, 255, 255, .8); text-decoration: none; font-size: .85rem; white-space: nowrap; }
.evt-card__more:hover { color: #f0003e; }

/* Archive /concerts/ */
.evt-block__title { font-family: 'Oswald', sans-serif; color: #fff; border-bottom: 2px solid rgba(255, 255, 255, .15); padding-bottom: .4rem; margin-bottom: 1rem; }
.evt-block--past { opacity: .82; }
.evt-empty { color: rgba(255, 255, 255, .8); }
@media (min-width: 992px) {
	.evt-archive .evt-list { display: grid; grid-template-columns: 1fr 1fr; }
}

/* Single /concerts/{slug}/ */
.evt-single__back a { color: rgba(255, 255, 255, .8); text-decoration: none; }
.evt-single__back a:hover { color: #f0003e; }
.evt-single__date { font-family: 'Oswald', sans-serif; color: #1d94af; margin: 0 0 .2rem; }
.evt-single__date time::first-letter { text-transform: uppercase; }
.evt-single__title { font-family: 'Oswald', sans-serif; }
.evt-single__meta { color: rgba(255, 255, 255, .85); }
.evt-single__poster img { border-radius: 6px; width: 100%; }
.evt-single__content { line-height: 1.7; }

/* Mobile : carte empilée, on masque la vignette (l'affiche reste sur la page détail) */
@media (max-width: 575.98px) {
	.evt-card { padding: .75rem; gap: .75rem; }
	.evt-card__date { width: 62px; }
	.evt-card__day { font-size: 1.55rem; }
	.evt-card__media { display: none; }
}

/* =========================================================================
   Cartes événement v2 — format BANNIÈRE (affiche en avant, sur TOUS les écrans).
   Surcharge le design « date | vignette carrée » précédent.
   ========================================================================= */
.evt-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.25rem; }
.agenda .evt-list { grid-template-columns: repeat(auto-fit, minmax(280px, 420px)); justify-content: center; }
.evt-archive .evt-list { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }

.evt-card {
	display: flex; flex-direction: column; gap: 0; align-items: stretch;
	padding: 0; overflow: hidden;
	background: rgba(0, 0, 0, .5);
	border: 1px solid rgba(255, 255, 255, .12);
	border-radius: 8px;
}
.evt-card__banner { position: relative; aspect-ratio: 16 / 9; overflow: hidden; background: #14141c; }
.evt-card__banner > a { display: block; width: 100%; height: 100%; }
.evt-card__banner img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }
.evt-card__banner--empty { background: linear-gradient(135deg, rgba(240,0,62,.4), rgba(29,148,175,.4)); }

/* Badge date en overlay sur la bannière (garde le dégradé/flex de la v1) */
.evt-card__date {
	position: absolute; top: .5rem; left: .5rem; width: auto; min-width: 52px;
	flex: none; padding: .35rem .55rem; border-radius: 6px; z-index: 2;
	pointer-events: none; box-shadow: 0 4px 12px rgba(0, 0, 0, .5);
}
.evt-card__day { font-size: 1.5rem; }
.evt-card__month { font-size: .72rem; }
.evt-card__year { font-size: .64rem; }

.evt-card__body { padding: .85rem 1rem 1rem; }
.evt-card__excerpt { display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }

@media (hover: hover) {
	.evt-card { transition: transform .15s ease, box-shadow .15s ease; }
	.evt-card:hover { transform: translateY(-3px); box-shadow: 0 12px 30px rgba(0, 0, 0, .4); }
	.evt-card__banner img { transition: transform .3s ease; }
	.evt-card:hover .evt-card__banner img { transform: scale(1.04); }
}

/* Page événement : bannière pleine largeur en tête */
.evt-single__banner { width: 100%; background: #0c0c12; line-height: 0; }
.evt-single__banner img { display: block; width: 100%; height: auto; }
.evt-single__poster { display: none; } /* ancien emplacement colonne, neutralisé */

@media (prefers-reduced-motion: reduce) {
	.evt-card, .evt-card__banner img { transition: none; }
	.evt-card:hover { transform: none; }
	.evt-card:hover .evt-card__banner img { transform: none; }
}

/* Cartes événement : largeur plafonnée (grille régulière, pas de carte géante isolée) */
.evt-list,
.agenda .evt-list,
.evt-archive .evt-list {
	grid-template-columns: repeat(auto-fit, minmax(300px, 400px));
	justify-content: center;
}
.evt-card__banner img { object-position: center 38%; }

/* Page événement : bannière pleine largeur mais hauteur plafonnée (affiches portrait) */
.evt-single__banner { max-height: 85vh; overflow: hidden; }

/* Page événement : bannière à LARGEUR NATURELLE, centrée, affiche complète (pas d'étirement) */
.evt-single__banner {
	width: auto; max-height: none; overflow: visible;
	text-align: center; background: transparent; line-height: normal;
	margin: 1.5rem auto .5rem;
}
.evt-single__banner img {
	display: inline-block; width: auto; max-width: 100%; height: auto; max-height: 80vh; border-radius: 4px;
}

/* Agenda accueil : sous-titres + bloc « dernières dates passées » atténué */
.agenda__subtitle {
	font-family: 'Oswald', sans-serif; text-transform: uppercase; letter-spacing: .5px;
	color: #fff; font-size: 1.05rem; margin: 1.25rem 0 .75rem;
}
.agenda__subtitle--past { color: rgba(255, 255, 255, .7); }
.evt-list--past .evt-card { opacity: .85; }
@media (hover: hover) { .evt-list--past .evt-card:hover { opacity: 1; } }

/* Agenda accueil : prochaines + passées sur UNE SEULE LIGNE en desktop (3 colonnes) */
@media (min-width: 992px) {
	.agenda .evt-list { grid-template-columns: repeat(3, 1fr); justify-content: stretch; }
}

/* Cartes d'événements déjà passés : flag « Passé » en coin haut-droit (identifie d'un coup d'œil).
   Le flag est un vrai <span> rendu au niveau de .evt-card (position:relative) pour passer
   au-dessus de l'<img> de bannière en position absolue. */
.evt-card { position: relative; }
.evt-card--past { opacity: 1; }
.evt-card__pastflag {
	position: absolute; top: .5rem; right: .5rem; z-index: 5;
	background: #2c2f3a; color: #fff;
	padding: .22rem .6rem; border-radius: 4px;
	font-family: 'Oswald', sans-serif; font-size: .7rem; font-weight: 600;
	text-transform: uppercase; letter-spacing: 1px; line-height: 1.35;
	box-shadow: 0 2px 6px rgba(0, 0, 0, .5);
}
