ul li {
  
}
ul li::before {
  content: "— ";
}
/* ------------------------------------------------------------ navigation */


/* ------------------------------------------------------------ main */


.epigraphe,
.text .quote { 
  --font-wght: 900;
  max-width: max(75%, 23em);
  align-self: flex-end;
}

.text,
.readmore > *,
.biography > *,
.footnotes > * {
  margin-inline: auto;
  max-width: var(--maxwidth);
}
/* ------------------------------------------------------------ tableau ! */
table {
  border-collapse: collapse;
}
th { --font-wght: 600}
td, th {
  padding-block: .5em;
  vertical-align: top;  
  text-align: left;
}

tbody tr:last-child td, tbody tr:last-child th {
  border-bottom: none;
}
/* ------------------------------------------------------------ texte + */

.footnotes ol { 
  padding: 0;
  list-style-position: inside;
}

.footnotes li {
  text-indent: -2em;
  padding-left: 2em;
}

/* ------------------------------------------------------------ footer */
#footer {
  display: flex;
  flex-direction: column;
}
#footer > * {
  padding: 1.6em 1em;
}

.articles-prev-next {
  display: flex;
  gap: 1em;
  justify-content: space-between;
}


:root {
  --maxwidth: 60rem;
  --font-wght: 350;
  --font-wdth: 100;
}






















body { 
  font-family: "Mattone";
  background: linear-gradient(180deg, #621b56, #9683ec);
  color: lemonchiffon;
  line-height: 1.8;
  padding: 1em 1em 1.5em;
  margin: 1.5em;
}

.intro,
.content,
.outro,
.tags-link {
  margin-left: 0;
  padding-left: 0;
}

main h2,
main h3 {
  margin-left: 0;
  padding-left: 0;
}


main ul {
  margin-left: 0;
  padding-left: 1.2rem; 
}


main li {
  margin-left: 0;
  padding-left: 0;
}


ul.intro,
ul.outro {
  margin-left: 0;
  padding-left: 1.2rem;
}

a {
  color: currentColor;
}

a:hover {
  text-decoration: underline;
  opacity: 0.9;
}

.top-nav { 
  text-transform: uppercase;
  font-family: 'Crake Test';
  color: lemonchiffon;
  text-align: left;
  position: sticky;
  top:0;
  padding: 1em;
  background: var(lemonchiffon);
}

.top-nav a {
  text-decoration: none;
  letter-spacing: .05em;
}


h1, h2, h3 {
  font-family: 'Crake Test';
  color: lemonchiffon;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.4;
}

h1 {
  font-size: 1.7em;
  transform: rotate(5deg);
  margin-top: 1em;
  margin-bottom: 1.5em;
}

h2 {
  font-size: 1.5em;
  margin-top: 1em;
  margin-bottom: 1.5em;
}

h3 {
  font-size: 1.5em;
  margin-top: 1em;
  margin-bottom: 1.5em;
}

h2::before {
  content: "";
  display: block;
  height: 1px;
  background: lemonchiffon;
  margin-bottom: 1.5em;
  margin-top: 2em;
}

.authors {
  font-size: 1.1em;
  color: lemonchiffon;
  margin-left: 2em;
  margin-right: 2em;
  text-align: right;
}

.text {
  font-size: 1.15em; 
  line-height: 1.6;
  max-width: 40em;
  color: lemonchiffon;
  margin-left: 0.2em;
  margin-right: 0.2em;
}

.text p {
  margin-top: 3em;
  margin-bottom: 3em;
  line-height: 1.9;
}

.text p + p{
margin-top: 2.5em;
}

.text em{
  font-style: italic;
  opacity: 0.95;
}

p {
  margin-top: 1.4em;
  margin-bottom: 1.4em;
  line-height: 1.9;

}

main > p:nth-of-type(-n+3) {
  color: lemonchiffon;
  font-size: 0.9em;
  opacity: 0.6;
  font-style: italic;
  margin-right: 2em;
  margin-left: 2em;
  text-align: left;
  margin-bottom: 2em;
}

main > p:nth-of-type(-n+3) a:hover {
  opacity: 0.8;
  text-decoration: underline;
}

main > p:nth-of-type(-n+3) span {
  display: block;
  color: lemonchiffon;
  opacity: 0.8;
  margin-top: 5px;
}

.keywords,
.footnotes {
  color: lemonchiffon;
  font-size: 0.80em;
  opacity: 0.5;
  font-style: italic;
  margin-right: 2em;
  margin-left: 2em;
}

.footnotes {
  border-top: 0.1em solid lemonchiffon;
  padding-top: 0.5em;
}

ul {
  color: lemonchiffon;
  font-size: 1.1em; 
  max-width: 40em;
  margin-left: 1em;
  margin-right: 1em;
  line-height: 1.8;
}

.readmore, 
.biography { 
  margin-top: 5em;
  margin-left: 5ch;
  margin-right: 5ch;
  font-size: 0.8em;
  line-height: 1.4;
  border-top: 0.1em solid lemonchiffon;
  padding: 1em 1em 1.5em;
  border-radius: 0.3em;
  max-width: 70ch;
}

.footnotes{
  border-bottom: 0.1em solid lemonchiffon;
}

.readmore h3 {
  margin-left: 5ch;
  margin-right: 5ch;
  font-size: 1.1em;
  text-transform: uppercase;
  margin-bottom: 1.5em;
}

.readmore a {
  text-decoration: underline;
}

.quote {
  color: #bc2f57;
  font-size: 0.7em;
  text-align: center;
  font-style: italic;
  margin: 0.1em;
  line-height: 1.4;
  transform: rotate(-5deg);
  margin-top: 2em;
  margin-bottom: 2em;
}

:root,
:root[data-force-color-mode="light"] {
  --textcolor: #bc2f57 ;
  --bordercolor: lemonchiffon;
  --accentcolor: : #7a1e38 ;
  --backgroundcolor:lemonchiffon ;
  --font-wght: 280;
}

@media (prefers-color-scheme: dark) {
  :root {
    --textcolor: rgb(209, 209, 209);
    --bordercolor: rgb(99, 99, 99);
    --accentcolor: #1da840;
    --backgroundcolor: rgb(33, 33, 33);
    --font-wght: 280;
  }
}

:root[data-force-color-mode="dark"] {
  --textcolor: #bc2f57 ;
  --bordercolor: lemonchiffon;
  --accentcolor: : #7a1e38 ;
  --backgroundcolor:lemonchiffon ;
  --font-wght: 280;
}


