.tables-value-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(145px,1fr)); gap:10px; }
.tables-value { border:1px solid var(--line); background:var(--card); border-radius:14px; padding:14px; min-height:88px; }
.tables-value p { margin:0 0 6px; color:var(--muted); }
.tables-value strong { display:block; color:var(--lime); font-size:1.25rem; }
.tables-value small { display:block; margin-top:5px; color:var(--muted); }
.tables-exercise { border-top:1px solid var(--line); padding:14px 0; }
.tables-exercise:first-of-type { border-top:0; }
.tables-block { margin-bottom:14px; }
@media print {
  .top, .foot, .noise, .cta-row { display:none !important; }
  body { background:#fff; color:#111; }
  .legal, .tables-value { background:#fff; border-color:#bbb; }
  .tables-value strong { color:#111; }
}

/* Hero illustré de la home Les Tables */
.tables-hero-img { display: block; width: 100%; max-width: 900px; height: auto;
  margin: 0 auto 14px; border-radius: 18px; box-shadow: 0 10px 30px rgba(0,0,0,.28); }

/* Liens de contenu Les Tables (familles, relations) : ambre lisible sur navy */
.t-link { color: var(--lime); text-decoration: underline; text-underline-offset: 3px;
  text-decoration-color: color-mix(in srgb, var(--lime) 45%, transparent); font-weight: 600; }
.t-link:hover { color: var(--text); text-decoration-color: var(--text); }

/* Galerie d'illustrations (élèves / parents) */
.tables-gallery { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px; margin-top: 14px; }
.tables-gallery img { width: 100%; height: auto; border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0,0,0,.28); }
