:root {
  --fg: #1a1a1a;
  --muted: #5a5a55;
  --bg: #fdfdfb;
  --accent: #3a5a40;
  --rule: #e6e6e0;
  --maxw: 42rem;
}

* { box-sizing: border-box; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--fg);
  font: 1.125rem/1.7 Georgia, "Iowan Old Style", "Times New Roman", serif;
  -webkit-font-smoothing: antialiased;
}

.wrap { max-width: var(--maxw); margin: 0 auto; padding: 3rem 1.25rem 5rem; }

a { color: var(--accent); }

h1, h2, h3 { line-height: 1.25; font-weight: 600; }
h1 { font-size: 1.9rem; margin: 0 0 1rem; }

header.site { margin-bottom: 2.5rem; }
header.site a { text-decoration: none; color: var(--fg); font-weight: 600; font-size: 1.1rem; }

.intro { color: var(--muted); }

ul.dossiers { list-style: none; padding: 0; margin: 2rem 0 0; }
ul.dossiers li { margin: 1.75rem 0; }
ul.dossiers a { text-decoration: none; display: block; }
ul.dossiers .titre { display: block; font-size: 1.25rem; color: var(--accent); }
ul.dossiers a:hover .titre { text-decoration: underline; }
ul.dossiers .resume { display: block; color: var(--muted); margin-top: .3rem; font-size: 1rem; }

.vide { color: var(--muted); font-style: italic; }

article .meta { color: var(--muted); font-size: .95rem; margin: 0 0 2rem; }
article blockquote {
  border-left: 3px solid var(--rule);
  margin: 1.5rem 0;
  padding: .25rem 0 .25rem 1.25rem;
  color: var(--muted);
}

.historique {
  margin-top: 3rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--rule);
  font-size: 1rem;
}
.historique h2 { font-size: 1.2rem; }
.historique .trace { color: var(--muted); font-size: .9rem; }

footer.site {
  margin-top: 4rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--rule);
  color: var(--muted);
  font-size: .9rem;
}
footer.site a { color: var(--muted); }
