body { 
  margin: 0;
  display: flex;
  font-family: "fig-reg", ui-monospace, 'Cascadia Code', 'Source Code Pro', Menlo, Consolas, 'DejaVu Sans Mono', monospace;   
  line-height: 1.4;
  flex-direction: column;
  overflow-x: hidden;
} 
a {
  color: currentColor;
}

nav { }
main { }

header { 
background-color: black;
position:relative;}
header h1 { 

  margin: 0 auto;
  font-family: "Avara-bl";
  color:rgb(176, 249, 176);
  padding-left: 1em;
  padding-left: 0.1em;
  padding-right: 1em;
  padding-top: 0.1em;
  padding-bottom: 0.2em;
  font-size: 8vw;
  font-style: stroke;
  text-wrap: balance;
  line-height: 1.2;
}

.authors {  
  font-family: "Avara-bo";
  color:rgb(255, 56, 56); 
  font-size: 25px;
  font-style: normal;
  position: absolute;
  bottom: 20px;
  right: 20px;
  margin: 0;
}
.keywords { }
.keywords a { }

.epigraphe { }
.text { 
  padding: .5em 1em;
  /* corps de texte fluide, mais contraint */
  font-size: clamp(1.1rem, 3vw, 2.5rem);
  margin: 0 auto;
  max-width: 35em;
  /* meilleure composition pour les textes centrés */
  text-wrap: balance;
}
.text p {
 }
.text .quote { }

.readmore { }
.biography {
  color:rgb(7, 7, 7); 
  font-size: 15px;
  font-style: italic;
  background-color: rgb(166, 237, 53);
}

.footnotes { }
