html{
  background-color: rgb(28, 28, 28);
}

* {
  box-sizing: border-box;
}

body { 
     font-family: 'AuthenticSans';
  src: url('fonts/authentic/AUTHENTICSans-60.woff2') format('woff2'), url('AUTHENTICSans-60.woff') format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
  color:white;
  margin: 0;
}

a {
  color: currentColor;
}

p{
   font-family: 'AuthenticSans';
  src: url('fonts/authentic/AUTHENTICSans-130.woff2') format('woff2'), url('AUTHENTICSans-130.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  font-size : 1em ;
  max-width: 70ch;
  max-width : 40em ; 
  line-height : 1.35;
  margin-left: auto;
  margin-right: auto;
  text-align: left;  
  padding-left: 2em;
  padding-right: 3em;
  box-sizing: border-box; 
}

.articles-prev-next a.prev,
.articles-prev-next a.next  {
  font-family: 'AuthenticSans';
  font-weight: bold;
  font-style: normal;
  background: linear-gradient(to right, rgb(255, 246, 67), rgb(161, 161, 255),rgb(191, 93, 173));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size : 1em;
 }

 nav a {
  text-decoration: none;
 }


main { }

header {
 height: 100vh;
  margin: 0;
  background: linear-gradient(to right, rgb(255, 246, 67), rgb(161, 161, 255), rgb(191, 93, 173));

  display: flex;               
  flex-direction: column;      
  justify-content: center;    
  align-items: center;         
  gap: 2em;                    
  flex-wrap: wrap;   
 }


header h1 {
  font-size: clamp(2.5rem, 5vw, 20rem);
  line-height: 1.25;
  font-family: "Nyght";
  src: url("fonts/nyght/NyghtSerif-Dark.woff2") format("woff2"), url("NyghtSerif-Dark.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  color: rgb(28, 28, 28);
  text-align: center;
 }

.authors { 
  font-size : clamp(1em, 5vw,1.5em);
  line-height: 1;
  font-family: "Nyght";
  src: url("fonts/nyght/NyghtSerif-Bold.woff2") format("woff2"), url("NyghtSerif-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  color: rgb(28, 28, 28);
   text-align: center;
   margin-top: 2em;
}

header .keywords { 
   font-family: 'AuthenticSans';
  src: url('fonts/authentic/AUTHENTICSans-150.woff2') format('woff2'), url('AUTHENTICSans-150.woff') format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  font-size: 1.25em;
  color: rgb(28, 28, 28);
  margin-top: 20%;
  max-width: 100ch;
  text-align: center;
}

.keywords a { 
    text-decoration: none;
}

.epigraphe {
    text-align: center;
  font-family: "Nyght";
  font-weight: 600;
  font-style: italic;
  font-size: 1.25em;
  background: linear-gradient(to right, rgb(255, 246, 67), rgb(161, 161, 255),rgb(191, 93, 173));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  max-width: 60ch;
 }


.p.keywords{
  background: linear-gradient(to right, rgb(255, 246, 67), rgb(161, 161, 255),rgb(191, 93, 173));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text .quote { 
  text-align: center;
  font-family: "Nyght";
 
  font-weight: 600;
  font-style: italic;
  font-display: swap;
  font-size: 1.25em;
  background: linear-gradient(to right, rgb(255, 246, 67), rgb(161, 161, 255),rgb(191, 93, 173));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
    max-width: 55ch; 
  line-height : 1.35;
  margin-left: auto;
  margin-right: auto;
  text-align: left;  
  padding-left: 2em;
  padding-right: 3em;
  box-sizing: border-box; 
}

.readmore {
/* font-family: 'AuthenticSans'; */
  font-family: 'AuthenticSans';
  src: url('fonts/authentic/AUTHENTICSans-130.woff2') format('woff2'), url('AUTHENTICSans-130.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  font-size : .9em ;
  max-width: 70ch;
  max-width : 40em ; 
  line-height : 1.35;
  margin-left: auto;
  margin-right: auto;
  text-align: left;  
  padding : 7%
 }

 .readmore::before {
  content: "";
  display: block;
  max-width: 70ch;
  height: 5PX;;
  background: linear-gradient(to right, rgb(255, 246, 67), rgb(161, 161, 255),rgb(191, 93, 173));
   margin-left: auto;
  margin-right: auto;
}

.biography p {
   font-family: 'AuthenticSans';
  src: url('fonts/authentic/AUTHENTICSans-60.woff2') format('woff2'), url('AUTHENTICSans-60.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  /* background: linear-gradient(to right, rgb(255, 246, 67), rgb(161, 161, 255),rgb(191, 93, 173)); */
  /* background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
  
 }

.biography::before {
  content: "";
  display: block;
  max-width: 70ch;
  height: 5PX;;
  background: linear-gradient(to right, rgb(255, 246, 67), rgb(161, 161, 255),rgb(191, 93, 173));
   margin-left: auto;
  margin-right: auto;
}

.footnotes {
  font-family: "Nyght";
  font-weight: 150;
  font-style: normal;
  font-display: swap;
  max-width: 70ch;
  color : white;
   margin-left: auto;
  margin-right: auto;
  padding-left: 2em;
  padding-right: 3em;
  box-sizing: border-box; 
 }

.footnotes::before {
  content: "";
  display: block;
  max-width: 70ch;
  height: 5PX;;
  background: linear-gradient(to right, rgb(255, 246, 67), rgb(161, 161, 255),rgb(191, 93, 173));
}

 h3{
  font-size: em;
  line-height: 1.25;
  font-family: "Nyght";
  src: url("fonts/nyght/NyghtSerif-Dark.woff2") format("woff2"), url("NyghtSerif-Dark.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
 }

h1{
  display: flex;
  justify-content: center; 
  align-items: center;   
}

 .text h1{
  font-family: 'AuthenticSans';
  src: url('fonts/authentic/AUTHENTICSans-150.woff2') format('woff2'), url('AUTHENTICSans-150.woff') format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
  font-size : 1.10em ;
  max-width: 70ch;
  max-width : 40em ; 
  line-height : 1.35;
  margin-left: auto;
  margin-right: auto;
  text-align: left;  
  padding-left: 2em;
  padding-right: 3em;
  box-sizing: border-box; 
}

.subtitle {
font-size: 0.75em;
  line-height: 1.25;
  font-family: "Nyght";
  src: url("fonts/nyght/NyghtSerif-Dark.woff2") format("woff2"), url("NyghtSerif-Dark.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  color: rgb(28, 28, 28);
  text-align: center;
  display: block;  
}

header p {
     font-family: 'AuthenticSans';
  src: url('fonts/authentic/AUTHENTICSans-60.woff2') format('woff2'), url('AUTHENTICSans-60.woff') format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
  color:rgb(0, 0, 0);
  margin: 0;
  margin-top: 4em;
  text-align: center;
}

header h1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0;
}

header h1 strong,
header h1 .subtitle {
  display: block;
}

header h1 .subtitle {
  font-size: 0.8em;  
  font-weight: normal;
  margin-top: 0.2em;  
}


h2 {
  margin-top : 3em;
  padding-left: 1.25em;
  padding-right: 3em;
}


.articles-prev-next {
  display: flex;
  justify-content: space-between; 
  align-items: center;
  max-width: 100%; 
  margin-bottom: 1rem;
  gap: 1rem; 
}

.articles-prev-next .prev {
  margin-right: auto; 
}

.articles-prev-next .next {
  margin-left: auto;  
}

.articles-prev-next .random {
  text-align: center; 
  flex-shrink: 0;     
}

.articles-prev-next a {
  text-decoration: none;
  font-weight: bold;
}

blockquote {
    font-family: 'AuthenticSans';
  src: url('fonts/authentic/AUTHENTICSans-60.woff2') format('woff2'), url('AUTHENTICSans-60.woff') format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
  color:white;
  margin: 0;
    font-family: 'AuthenticSans';
  src: url('fonts/authentic/AUTHENTICSans-130.woff2') format('woff2'), url('AUTHENTICSans-130.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  font-size : 1em ;
  max-width: 70ch;
  max-width : 40em ; 
  line-height : 1.35;
  margin-left: auto;
  margin-right: auto;
  text-align: left;  
  box-sizing: border-box;
}

blockquote footer {
    text-align: center;
  font-family: "Nyght";
  font-weight: 600;
  font-style: italic;
  font-size : 1em ;
  max-width: 70ch;
  max-width : 40em ; 
  line-height : 1.35;
  margin-left: auto;
  margin-right: auto;
  text-align: left;  
  padding-left: 2em;
  padding-right: 3em;
  box-sizing: border-box;       
}

li.hidden a strong {
   font-size: 100;
  line-height: 1;
  font-family: "Nyght";
  src: url("fonts/nyght/NyghtSerif-Dark.woff2") format("woff2"), url("NyghtSerif-Dark.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

li.hidden a{
  text-decoration: none;
}

ul.intro li a strong {
   font-size: 100;
  line-height: 1;
  font-family: "Nyght";
  src: url("fonts/nyght/NyghtSerif-Dark.woff2") format("woff2"), url("NyghtSerif-Dark.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  box-sizing: border-box; 
}

ul.intro a {
  text-decoration: none;
}

ul.intro li {
  margin-left: 2em;
}

ul.outro li a {
   font-size: 100;
  line-height: 1;
  font-family: "Nyght";
  src: url("fonts/nyght/NyghtSerif-Dark.woff2") format("woff2"), url("NyghtSerif-Dark.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  box-sizing: border-box; 
}

ul.outro a {
  text-decoration: none;
}

ul.outro li {
  margin-left: 2.5em;
}

.declaration p:last-child{
   font-family: 'AuthenticSans';
  src: url('fonts/authentic/AUTHENTICSans-130.woff2') format('woff2'), url('AUTHENTICSans-130.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  font-size : 1em ;
  max-width: 70ch;
  max-width : 40em ; 
  line-height : 1.35;
  margin-left: auto;
  margin-right: auto;
  text-align: left;  
  padding-left: 2em;
  padding-right: 3em;
  box-sizing: border-box; 
}

.top-nav {
  position: sticky;
  top: 0;
  width: 100%;
  padding: 1em 2em;
  z-index: 1000;
  background: linear-gradient(to right, rgb(255, 246, 67), rgb(161, 161, 255), rgb(191, 93, 173));
  color: black;   
}

.top-nav a {
  color: black; 
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2em;
  transition: all 0.3s ease;
}

.top-nav a:hover {
  background: linear-gradient(to right, rgb(191, 93, 173), rgb(161, 161, 255), rgb(255, 246, 67));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/*.articles li.keyword {
  padding: 0.5em;
  margin-bottom: 0.3em;
  border-radius: 0.3em;
  color: black;
  background: linear-gradient(to right, #FFD700, #FFA500); 
}*/

.tags-link a{
  font-family: 'AuthenticSans';
  src: url('fonts/authentic/AUTHENTICSans-130.woff2') format('woff2'), url('AUTHENTICSans-130.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  font-size : 1em ;
  max-width: 70ch;
  max-width : 40em ; 
  line-height : 1.35;
  margin-left: auto;
  margin-right: auto;
  text-align: left;  
  padding-left: 2em;
  padding-right: 3em;
  box-sizing: border-box; 
}

/* voir comment enlever mode sombre de toutes les pages 
voir comment recolorer "article au hasard"
Voir page de mots clé --> quelle classe leur mettre
enlever éléments superflus sur le w2p*/


