/* =====================================================================
   ASSOCIATION LYDIE - print.css
   Styles d'impression pour rapports, fiches projets, dossier mécénat.
   ===================================================================== */

@media print {
  *, *::before, *::after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  body { font-size: 11pt; line-height: 1.5; }

  .site-header,
  .site-footer,
  .menu-toggle,
  .lang-switcher,
  .header-actions,
  .back-to-top,
  .whatsapp-fab,
  .hero__cta,
  .filters,
  .newsletter,
  .cta-block,
  video, iframe { display: none !important; }

  .hero {
    background: none !important;
    color: #000 !important;
    min-height: auto;
    padding: 1rem 0;
    border-bottom: 1pt solid #000;
  }
  .hero h1, .hero p { color: #000 !important; }

  a, a:visited { color: #000; text-decoration: underline; }
  a[href]::after { content: " (" attr(href) ")"; font-size: 9pt; color: #555; }
  a[href^="javascript:"]::after, a[href^="#"]::after { content: ""; }

  h1, h2, h3 { page-break-after: avoid; color: #000 !important; }
  p, li { orphans: 3; widows: 3; }
  img, table, blockquote { page-break-inside: avoid; }

  .section { padding: 1rem 0; page-break-inside: avoid; }
  .container { max-width: 100%; padding: 0; }

  .card, .pillar, .stat {
    border: 1pt solid #000;
    page-break-inside: avoid;
    margin-bottom: 1rem;
  }

  .skip-link { display: none; }

  /* En-tête de page imprimée */
  @page {
    margin: 1.8cm;
    size: A4;
  }
}
