/****************
  CSS du lecteur
 ****************/

/* Parcours */

  /* flèches de navigation */
.reveal .controls .controls-arrow::after,
.reveal .controls .controls-arrow::before {
  width: 3.5em;
  height: .6em;
}

/* Intro */
#intro h1,
.fiche h1 {
  font-size: 2.2em;
  letter-spacing: .05em;
}
#intro #author {
  font-size: 30px;
  font-style: italic;
  text-align: right;
}

/* Fiches */
body.fiche {
  background-position: 50% 50;
  background-size: cover;
  text-align: center; /* centrage du contenu */
}
body.fiche audio {
  border-radius: 20px;
}