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;
 }

ol{
   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; 
}
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;
  padding : 20px
 }

.authors { 
  font-size : clamp(1em, 5vw,3em);
  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 p {
  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.15em;
  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';
  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;
  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;
 }

.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: 1.25em;
  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;
 }

h3: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;
}


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;
  color:white;
  margin: 0;
  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: 400;
  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: 400;
  font-style: normal;
  font-display: swap;
}

 li a strong: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;
}

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: 400;
  font-style: normal;
  font-display: swap;
}

.outro :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;
}

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;
}


.tags-link a{
  font-family: 'AuthenticSans';
  src: url('fonts/authentic/AUTHENTICSans-130.woff2') format('woff2'), url('AUTHENTICSans-130.woff') format("woff");
  font-weight: 300;
  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; 
  text-decoration: none;
}

.tags-link {
   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;
}

.random{
    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;
}

.hashtags,
.articles {
font-family: "Nyght";
text-decoration: none;
  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 li :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;
  text-decoration: none;
}

.hashtags ul li :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;
  text-decoration: none;
}

.hashtags ul li:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 15px;
  margin: 0 6px; 
  background: linear-gradient(
    to right,
    rgb(255, 246, 67),
    rgb(161, 161, 255),
    rgb(191, 93, 173)
  );}

.hashtags ul {
  display: flex;
  align-items: center;
  gap: 0;
  list-style: none;
  padding: 0;
  margin: 0;
}

.hashtags ul li {
  display: flex;
  align-items: center;
}

.theme {
  display: none;
}

.articles-prev-next a.prev, .articles-prev-next a.next{
  
}

.articles-prev-next a.next{
     background: url(images/fleche-droite.svg) no-repeat right center;
  width : 8em;
  height : 10em;
  margin-right: 3em;
}

.articles-prev-next a.prev{
     background: url(images/fleche-gauche.svg) no-repeat left center;
  width : 8em;
  margin-left: 0%;
  margin-right : auto;
  height : 10em
}

.invisible {
  display: none;
}

hr {
display : none
}