/* Additions for the static archive edition (2026). The original theme lives untouched in screen.css. */

/* "Écouter" link on chroniques: replaces the Yahoo WebPlayer widget that used to decorate the empty YouTube anchor. */
#content .intro a.listen {
  display: inline-block;
  margin: 8px 0 14px;
  padding: 5px 10px;
  font-family: stratum-2, Helvetica, Arial, sans-serif;
  font-size: .75em;
  font-weight: 500;
  letter-spacing: .02em;
  text-transform: uppercase;
  color: #F5F5F5;
  background: #222;
  border-radius: 3px; }
#content .intro a.listen:before {
  content: "\25B6\00A0"; }
#content .intro a.listen:hover {
  color: #FFF;
  background: #555; }

/* The site footer's Twitter link was only present on some templates; keep it subtle on every page. */
footer[role="site-info"] ul.social {
  margin: 8px 0 0 8%; }
footer[role="site-info"] ul.social a {
  color: #AAA; }

/* The 2015 stylesheet gave the prev/next buttons DIN only; use the self-hosted Stratum like everywhere else. */
#nav-entry {
  font-family: 'DIN1451W01-Mittelschrif', stratum-2, Helvetica, Arial, sans-serif; }

/* "Anciens numéros" (2006–2011, recovered from the Wayback Machine) */
/* Image-less headers: the theme floats headlines over a cover photo (absolute, white, centred);
   without a photo the title must sit in normal flow above the columns. */
article header.compact {
  min-height: 0;
  padding: 100px 5% 0;
  margin-bottom: 10px; }
article header.compact h1 {
  position: static;
  bottom: auto;
  width: auto;
  max-width: 1220px;
  margin: 0 auto;
  padding: 0;
  color: #222;
  font-size: 2.25em;
  line-height: 1.15em;
  text-align: left;
  text-transform: uppercase;
  overflow-wrap: anywhere;
  -webkit-hyphens: auto;
  hyphens: auto; }
@media only screen and (max-width: 767px) {
  article header.compact { padding-top: 90px; }
  article header.compact h1 { font-size: 1.6em; } }
article.old-issue #content .block { margin-bottom: 30px; }
article.old-issue #content h3 { font-size: 1.25em; margin-bottom: 6px; }
article.old-issue #content ul li { margin-bottom: 4px; }
#content .muted, .provenance { color: #777; font-style: italic; font-size: .875em; }
#content .provenance { margin-top: 30px; padding-top: 12px; border-top: 1px dotted #ccc; }
#content .meta { color: #777; font-size: .875em; }
.old-index #content h2 { padding-top: 20px; }
.old-index #content ul { margin-bottom: 20px; }
.old-index #content ul li { line-height: 1.6em; }
#page header blockquote p.letters a { margin-right: 8px; font-family: stratum-2, Helvetica, Arial, sans-serif; font-weight: 700; }
