/* ============================================================
   40 ans de Silou — 40ansdesilou.fr
   Thème : Collage DIY scrapbook / mixtape cover années 2000
   Fond : images/fond_ecran.png
   ============================================================ */

/* ---------- Variables : palette carton + néon fluo ---------- */
:root {
  /* Tons carton / papier */
  --carton: #8b7355;
  --carton-fonce: #5c4033;
  --creme: #fefcf0;
  --creme-casse: #f5f0e6;
  --papier: #fffef8;
  --kraft: #c9b896;
  --kraft-fonce: #b5a078;

  /* Texte */
  --texte: #1a1a1a;
  --texte-doux: #333;

  /* Accents vibrants (fluo) */
  --vert-fluo: #39ff14;
  --vert-fluo-ombre: #2dd40f;
  --rose-fluo: #ff10f0;
  --rose-fluo-ombre: #e00bd4;

  /* Ruban adhésif / punaise */
  --scotch: rgba(255, 253, 231, 0.85);
  --scotch-ombre: rgba(0, 0, 0, 0.2);
  --punaisse: #c41e3a;

  /* Typo : titres manuscrits / fun, corps lisible */
  --font-graffiti: 'Permanent Marker', cursive;
  --font-marker: 'Freckle Face', cursive;
  --font-body: 'Work Sans', -apple-system, BlinkMacSystemFont, sans-serif;

  /* Texture papier (bruit léger) */
  --texture-papier: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.08' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E");
}

html {
  scroll-behavior: smooth;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* ---------- Body : fond_ecran.png + fallback carton ---------- */
body {
  margin: 0;
  min-height: 100vh;
  font-family: var(--font-body);
  font-weight: 400;
  color: var(--texte);
  line-height: 1.6;
  background: var(--carton) url("images/fond_ecran.png") center center / cover no-repeat fixed;
  position: relative;
  overflow-x: hidden;
}

/* Overlay léger si le fond est trop vif (optionnel) */
body::before {
  content: '';
  position: fixed;
  inset: 0;
  z-index: 0;
  background: radial-gradient(ellipse at center, transparent 0%, rgba(139, 115, 85, 0.08) 100%);
  pointer-events: none;
}

/* ---------- Zone photos épinglées (polaroids) ---------- */
.bg-photos {
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}

/* Cadre polaroid : blanc, marge basse, ombre — s'adapte à l'image (pas de overflow qui rogne) */
.polaroid-frame {
  position: absolute;
  display: block;
  padding: 6px 6px 28px 6px;
  background: var(--papier);
  box-shadow:
    2px 2px 4px rgba(0, 0, 0, 0.15),
    4px 6px 12px rgba(0, 0, 0, 0.2),
    0 0 0 1px rgba(0, 0, 0, 0.06);
  border-radius: 3px 2px 8px 4px;
  overflow: visible;
}

/* Photo "moi" intégrée dans le texte (hero) — inline, même flux que les dates */
.hero-photo-inline {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.75rem;
  padding: 4px;
  background: var(--papier);
  border-radius: 2px;
  box-shadow: 1px 1px 4px rgba(0,0,0,0.15);
  line-height: 0;
}
.hero-photo-inline img {
  display: block;
  width: 88px;
  height: 88px;
  object-fit: cover;
  border-radius: 1px;
}
@media (min-width: 480px) {
  .hero-photo-inline img {
    width: 112px;
    height: 112px;
  }
}

/* Ruban adhésif sur certains polaroids du fond */
.polaroid-frame.bg-photo-1::before,
.polaroid-frame.bg-photo-4::before,
.polaroid-frame.bg-photo-7::before {
  content: '';
  position: absolute;
  width: 50px;
  height: 18px;
  background: var(--scotch);
  box-shadow: 0 1px 3px var(--scotch-ombre);
  border: 1px solid rgba(255, 255, 255, 0.6);
  top: -6px;
  left: 50%;
  transform: translateX(-50%) rotate(-25deg);
  z-index: 1;
}

/* Image entière visible, cadre adapté (pas de rognage) */
.polaroid-frame .bg-photo {
  display: block;
  width: 100%;
  height: auto;
  min-height: 0;
  object-fit: contain;
  object-position: center;
  vertical-align: bottom;
}

/* Répartition des 16 polaroids : zones gauche / droite pour limiter les chevauchements */
.bg-photo-1  { top: 2%;   left: 1%;   width: clamp(85px, 11vw, 165px);  transform: rotate(-10deg); }
.bg-photo-2  { top: 2%;   right: 1%;  width: clamp(85px, 11vw, 165px);  transform: rotate(8deg);   }
.bg-photo-3  { top: 18%;  left: 1%;   width: clamp(80px, 10vw, 155px);  transform: rotate(5deg);   }
.bg-photo-4  { top: 18%;  right: 1%;  width: clamp(80px, 10vw, 155px);  transform: rotate(-7deg);  }
.bg-photo-5  { top: 34%;  left: 1%;   width: clamp(78px, 9vw, 150px);   transform: rotate(-6deg);  }
.bg-photo-6  { top: 34%;  right: 1%;  width: clamp(78px, 9vw, 150px);   transform: rotate(10deg);  }
.bg-photo-7  { top: 50%;  left: 1%;   width: clamp(76px, 9vw, 145px);   transform: rotate(4deg);   }
.bg-photo-8  { top: 50%;  right: 1%;  width: clamp(76px, 9vw, 145px);   transform: rotate(-9deg);  }
.bg-photo-9  { top: 66%;  left: 1%;   width: clamp(74px, 8vw, 140px);   transform: rotate(-5deg);  }
.bg-photo-10 { top: 66%;  right: 1%;  width: clamp(74px, 8vw, 140px);   transform: rotate(7deg);   }
.bg-photo-11 { bottom: 18%; left: 1%;  width: clamp(72px, 8vw, 138px);   transform: rotate(6deg);   }
.bg-photo-12 { bottom: 18%; right: 1%;  width: clamp(72px, 8vw, 138px);  transform: rotate(-4deg);  }
.bg-photo-13 { bottom: 4%;  left: 1%;   width: clamp(70px, 8vw, 132px);  transform: rotate(-8deg);  }
.bg-photo-14 { bottom: 4%;  right: 1%;  width: clamp(70px, 8vw, 132px);  transform: rotate(5deg);   }
.bg-photo-15 { top: 8%;   left: 50%;  width: clamp(68px, 7vw, 128px);   transform: translateX(-50%) rotate(3deg);  }
.bg-photo-16 { bottom: 35%; left: 50%;  width: clamp(68px, 7vw, 128px);   transform: translateX(-50%) rotate(-4deg); }

@media (max-width: 768px) {
  .polaroid-frame { padding: 4px 4px 20px 4px; }
  .bg-photo-3, .bg-photo-5, .bg-photo-7, .bg-photo-9, .bg-photo-11, .bg-photo-13, .bg-photo-15 { display: none; }
}

/* ---------- Contenu principal (au-dessus du fond et des polaroids) ---------- */
.main-content {
  position: relative;
  z-index: 2;
  max-width: 680px;
  margin: 0 auto;
  padding: 1.5rem 1rem 4rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

/* ---------- Sections ---------- */
.section {
  scroll-margin-top: 1rem;
}

/* ---------- Cartes / boîtes : papier, bords irréguliers, inclinaison ---------- */
.card {
  background: var(--papier);
  background-image: var(--texture-papier);
  border: 1px solid rgba(92, 64, 51, 0.25);
  padding: 1.5rem 1.35rem;
  box-shadow:
    3px 3px 8px rgba(0, 0, 0, 0.12),
    6px 8px 20px rgba(0, 0, 0, 0.15),
    0 0 0 1px rgba(92, 64, 51, 0.08);
  /* Bordures irrégulières type déchirure */
  border-radius: 4px 20px 8px 24px;
  position: relative;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

/* Inclinaisons légères type "posé à la main" */
.box.card-hero     { transform: rotate(-0.8deg); overflow: visible; }
.box.polaroid      { transform: rotate(1.2deg); }
#programme .card   { transform: rotate(0.5deg); }
#infos .card       { transform: rotate(-1deg); }
#rsvp .card        { transform: rotate(0deg); }

.card:hover {
  transform: rotate(0deg) translateY(-2px);
  box-shadow:
    4px 4px 12px rgba(0, 0, 0, 0.15),
    8px 10px 28px rgba(0, 0, 0, 0.18),
    0 0 24px rgba(57, 255, 20, 0.15),
    0 0 0 1px rgba(92, 64, 51, 0.1);
}

/* Ruban adhésif sur les cartes .card--tape */
.card--tape::before {
  content: '';
  position: absolute;
  width: 56px;
  height: 20px;
  background: var(--scotch);
  box-shadow: 0 2px 6px var(--scotch-ombre);
  border: 1px solid rgba(255, 255, 255, 0.5);
  top: -8px;
  left: 24px;
  transform: rotate(-32deg);
  z-index: 2;
}

.card--tape.card-hero::before {
  left: 50%;
  transform: translateX(-50%) rotate(-28deg);
}

/* Punaise sur les cartes .card--pin */
.card--pin::after {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  background: radial-gradient(circle at 30% 30%, #e8e8e8, var(--punaisse) 60%, #8b0000);
  border-radius: 50%;
  top: -6px;
  right: 28px;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255,255,255,0.3);
  z-index: 2;
}

.card-text {
  line-height: 1.65;
  margin: 0 auto;
  font-size: 1rem;
  color: var(--texte-doux);
  font-family: var(--font-body);
  text-align: left;
  max-width: 52ch;
}

.card-text strong {
  color: var(--texte);
  font-weight: 700;
}

/* ---------- Titres : style graffiti / marqueur (vert et rose fluo) ---------- */
.section-title {
  font-family: var(--font-graffiti);
  font-weight: 400;
  font-size: clamp(1.4rem, 4.2vw, 1.85rem);
  margin: 0 0 0.9rem;
  letter-spacing: 0.02em;
  color: var(--texte);
  text-align: center;
  text-shadow:
    1px 1px 0 var(--vert-fluo),
    2px 2px 0 rgba(57, 255, 20, 0.4);
}

.section-title--retro {
  color: var(--rose-fluo);
  text-shadow:
    1px 1px 0 var(--texte),
    2px 2px 0 rgba(57, 255, 20, 0.35),
    0 0 12px rgba(255, 16, 240, 0.3);
}

/* Alternance vert / rose sur certains titres (effet mixtape) */
#lieu .section-title { color: var(--vert-fluo); text-shadow: 1px 1px 0 var(--texte), 2px 2px 0 rgba(0,0,0,0.1); }
#programme .section-title {
  color: #d808c8;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4), 1px 1px 0 var(--texte), 0 0 12px rgba(255, 16, 240, 0.25);
}
#infos .section-title { color: var(--vert-fluo); margin-bottom: 0.5rem; }
#infos .card { padding: 1rem 1rem; }
#rsvp .section-title {
  color: var(--rose-fluo);
  font-family: var(--font-graffiti);
  text-transform: uppercase;
  text-align: center;
}

/* ---------- HERO ---------- */
.hero {
  padding-top: 1.5rem;
}

.card-hero {
  text-align: center;
  padding: 2rem 1.5rem;
}

/* Bloc hero : flux vertical strict, aucun chevauchement */
.hero-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  position: relative;
  width: 100%;
}

.hero-title {
  font-family: var(--font-graffiti);
  font-weight: 400;
  font-size: clamp(1.5rem, 5vw, 2.4rem);
  line-height: 1.25;
  margin: 0;
  color: var(--texte);
  text-shadow:
    2px 2px 0 var(--vert-fluo),
    3px 3px 0 var(--rose-fluo),
    0 0 20px rgba(57, 255, 20, 0.25);
}

.hero-subtitle {
  font-family: var(--font-body);
  font-size: clamp(0.9rem, 2.4vw, 1.05rem);
  font-weight: 400;
  margin: 0.5rem 0 1.25rem;
  padding: 0;
  color: var(--texte-doux);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}
.hero-subtitle .hero-photo-inline {
  margin-left: 0;
}

/* Bouton CTA : toujours visible et cliquable au-dessus du flux */
.cta-btn {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  font-family: var(--font-graffiti);
  font-size: 1rem;
  letter-spacing: 0.04em;
  text-decoration: none;
  color: var(--texte);
  background: var(--creme-casse);
  border: 2px solid var(--carton-fonce);
  border-radius: 4px;
  box-shadow: 2px 3px 0 rgba(0, 0, 0, 0.2);
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
  margin-top: 0;
  position: relative;
  z-index: 2;
  flex-shrink: 0;
}

.cta-btn:hover {
  color: var(--vert-fluo);
  background: var(--texte);
  border-color: var(--vert-fluo);
  box-shadow:
    0 0 12px var(--vert-fluo),
    0 0 24px rgba(57, 255, 20, 0.4),
    2px 3px 0 rgba(0, 0, 0, 0.2);
  animation: neon-blink 0.6s ease-in-out 2;
}

.cta-btn:active {
  transform: scale(0.98);
}

@keyframes neon-blink {
  0%, 100% { box-shadow: 0 0 12px var(--vert-fluo), 0 0 24px rgba(57, 255, 20, 0.4), 2px 3px 0 rgba(0,0,0,0.2); }
  50%      { box-shadow: 0 0 20px var(--rose-fluo), 0 0 32px rgba(255, 16, 240, 0.35), 2px 3px 0 rgba(0,0,0,0.2); }
}

/* ---------- Timeline (Programme) : décentrée, trait à gauche (ne traverse pas tout) ---------- */
.timeline {
  display: flex;
  flex-direction: column;
  gap: 0;
  position: relative;
}

.timeline-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: start;
  padding-bottom: 1.1rem;
  position: relative;
}

.timeline-item:not(:last-child)::after {
  content: '';
  position: absolute;
  left: 11px;
  top: 24px;
  bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, var(--carton), transparent);
  opacity: 0.5;
}

.timeline-marker {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--creme-casse);
  border: 2px solid var(--carton);
  flex-shrink: 0;
  margin-top: 2px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), 1px 1px 2px rgba(0,0,0,0.2);
}

.timeline-marker--neon {
  background: var(--vert-fluo);
  border-color: var(--texte);
  box-shadow: 0 0 10px var(--vert-fluo), inset 0 1px 0 rgba(255,255,255,0.4);
  animation: pulse-neon 1.8s ease-in-out infinite;
}

@keyframes pulse-neon {
  0%, 100% { box-shadow: 0 0 10px var(--vert-fluo), inset 0 1px 0 rgba(255,255,255,0.4); }
  50%      { box-shadow: 0 0 18px var(--rose-fluo), 0 0 8px var(--vert-fluo), inset 0 1px 0 rgba(255,255,255,0.4); }
}

.timeline-content {
  min-width: 0;
  text-align: left;
}

.timeline-time {
  display: inline-block;
  font-family: var(--font-graffiti);
  font-size: 0.85rem;
  color: #d808c8;
  margin-bottom: 0.25rem;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4), 0 0 8px rgba(255, 16, 240, 0.3);
}

.timeline-content p {
  margin: 0 0 0.4rem;
  line-height: 1.65;
  font-size: 0.95rem;
  font-family: var(--font-body);
  color: var(--texte-doux);
  text-align: left;
}

.timeline-content p:last-child {
  margin-bottom: 0;
}

.timeline-theme {
  margin-top: 0.5rem !important;
  padding: 0.5rem 0.65rem;
  background: rgba(57, 255, 20, 0.08);
  border-left: 3px solid var(--vert-fluo);
  border-radius: 0 6px 6px 0;
  font-style: italic;
  text-align: left;
}

.theme-label {
  font-style: normal;
  font-weight: 700;
  color: var(--texte);
}

.tecktonik-wink {
  display: inline-block;
  margin-left: 0.2rem;
  animation: wink 1.4s ease-in-out infinite;
}

@keyframes wink {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(1.15); }
}

/* ---------- Infos pratiques : style post-it, taille au contenu ---------- */
.infos-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.6rem;
}

.infos-grid--postit {
  gap: 0.6rem;
  align-items: start;
}

@media (max-width: 560px) {
  .infos-grid {
    grid-template-columns: 1fr;
  }
}

.info-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  padding: 0.6rem 0.5rem;
  background: var(--creme-casse);
  border-radius: 2px 8px 3px 10px;
  border: 1px solid rgba(92, 64, 51, 0.2);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  text-align: center;
}

/* Post-it : couleurs, rotation, ombre collante */
.infos-grid--postit .postit {
  padding: 0.5rem 0.55rem;
  border: none;
  border-radius: 0 0 4px 4px;
  box-shadow:
    1px 1px 2px rgba(0, 0, 0, 0.15),
    2px 3px 6px rgba(0, 0, 0, 0.12),
    inset 0 -2px 4px rgba(0, 0, 0, 0.04);
  position: relative;
}
.infos-grid--postit .postit::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  border-radius: 2px 2px 0 0;
  background: rgba(0, 0, 0, 0.06);
}
.postit--1 { background: #fef9c3; transform: rotate(-1.2deg); }
.postit--2 { background: #fce7f3; transform: rotate(0.8deg); }
.postit--3 { background: #dbeafe; transform: rotate(-0.7deg); }
.postit--4 { background: #d1fae5; transform: rotate(1deg); }
.postit--5 { background: #fef3c7; transform: rotate(-0.5deg); }
.postit--6 { background: #d8f7ff; transform: rotate(0.6deg); }
.infos-grid--postit .postit--1:hover { transform: rotate(-0.5deg) scale(1.02); }
.infos-grid--postit .postit--2:hover { transform: rotate(0.3deg) scale(1.02); }
.infos-grid--postit .postit--3:hover { transform: rotate(-0.2deg) scale(1.02); }
.infos-grid--postit .postit--4:hover { transform: rotate(0.5deg) scale(1.02); }
.infos-grid--postit .postit--5:hover { transform: rotate(0.2deg) scale(1.02); }
.infos-grid--postit .postit--6:hover { transform: rotate(0.2deg) scale(1.02); }
.infos-grid--postit .postit:hover {
  box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.18);
}

.info-block:hover {
  border-color: var(--vert-fluo);
  box-shadow: 0 0 16px rgba(57, 255, 20, 0.2);
}
.infos-grid--postit .postit:hover {
  border-color: transparent;
}

.info-icon {
  font-size: 1.15rem;
  line-height: 1;
}
.infos-grid--postit .info-icon {
  font-size: 1.2rem;
  margin-bottom: 0.15rem;
}

.info-block p {
  margin: 0;
  line-height: 1.6;
  font-size: 0.95rem;
  font-family: var(--font-body);
  color: var(--texte-doux);
  text-align: center;
}
.infos-grid--postit .postit p {
  font-size: 0.95rem;
  line-height: 1.6;
}

.info-block strong {
  color: var(--texte);
}

.info-block a {
  color: var(--carton-fonce);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.info-block a:hover {
  color: var(--vert-fluo);
}

/* ---------- RSVP : papier kraft / page cahier déchirée, ruban adhésif, posé à la main ---------- */
.card-rsvp {
  padding: 1.5rem 1rem;
}

/* Conteneur = morceau de papier kraft déchiré, collé sur le fond */
.rsvp-frame-wrapper {
  position: relative;
  /* Papier kraft + texture légère */
  background: var(--kraft);
  background-image:
    var(--texture-papier),
    linear-gradient(180deg, rgba(255,255,255,0.06) 0%, transparent 50%, rgba(0,0,0,0.04) 100%);
  /* Bords irréguliers type déchirure / page de cahier */
  border-radius: 3px 26px 8px 22px;
  border: 1px solid rgba(92, 64, 51, 0.35);
  box-shadow:
    2px 2px 6px rgba(0, 0, 0, 0.15),
    6px 8px 20px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255,255,255,0.15),
    inset 0 -1px 0 rgba(0,0,0,0.05);
  /* Légère rotation "posé à la main" */
  transform: rotate(-2deg);
  overflow: hidden;
}

/* Ruban adhésif coin supérieur gauche */
.rsvp-frame-wrapper::before {
  content: '';
  position: absolute;
  top: -4px;
  left: 24px;
  width: 52px;
  height: 20px;
  background: var(--scotch);
  box-shadow: 0 2px 6px var(--scotch-ombre);
  border: 1px solid rgba(255, 255, 255, 0.5);
  transform: rotate(-32deg);
  z-index: 2;
}

/* Ruban adhésif coin supérieur droit */
.rsvp-frame-wrapper::after {
  content: '';
  position: absolute;
  top: -4px;
  right: 24px;
  width: 52px;
  height: 20px;
  background: var(--scotch);
  box-shadow: 0 2px 6px var(--scotch-ombre);
  border: 1px solid rgba(255, 255, 255, 0.5);
  transform: rotate(28deg);
  z-index: 2;
}

.rsvp-frame-wrapper iframe {
  display: block;
  min-height: 600px;
  border: none;
}

@media (max-width: 600px) {
  .rsvp-frame-wrapper iframe {
    min-height: 500px;
  }
}

/* ---------- Bouton musique de fond (lecture / pause) ---------- */
.music-toggle {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  z-index: 100;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px solid var(--carton-fonce);
  background: var(--creme-casse);
  color: var(--texte);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 2px 3px 8px rgba(0, 0, 0, 0.25);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}
/* Quand la musique est en pause : bouton plus visible pour inviter à lancer */
.music-toggle--paused {
  background: var(--vert-fluo);
  color: var(--carton-fonce);
  border-color: var(--carton-fonce);
  box-shadow: 0 0 0 2px rgba(57, 255, 20, 0.4), 2px 3px 10px rgba(0, 0, 0, 0.3);
}
.music-toggle--paused:hover {
  filter: brightness(1.1);
  box-shadow: 0 0 12px rgba(57, 255, 20, 0.5), 2px 4px 12px rgba(0, 0, 0, 0.35);
}
.music-toggle:hover {
  transform: scale(1.05);
  box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.3);
}
.music-toggle:focus {
  outline: 2px solid var(--vert-fluo);
  outline-offset: 2px;
}
.music-toggle-icon {
  font-size: 1.5rem;
  line-height: 1;
}
.music-toggle--paused .music-toggle-icon {
  font-size: 1.35rem;
}

/* ---------- Mobile : lisibilité (paragraphes + line-height) ---------- */
@media (max-width: 768px) {
  body {
    font-size: 1.0625rem;
    line-height: 1.55;
  }
  .card-text,
  .timeline-content p,
  .info-block p,
  .hero-subtitle {
    font-size: 1.0625rem;
    line-height: 1.58;
  }
  .infos-grid--postit .postit p {
    font-size: 1.0625rem;
    line-height: 1.58;
  }
}
