:root {
  --color-primary :rgb(0, 87, 70) ;
  --color-secundary : rgb(192, 46, 255);
  --color-tertiary: #717171;
  --color-four :rgb(0, 175, 140) ;
  --font-size-primary : 100%;
  --font-size-secondary : 60%;
}


/* ------------------------------------------------------------------------------------------ 
                                  Variables de base
........................................................................................*/


* {
  box-sizing: border-box;
}

*:focus {
  color: blueviolet;
}

/* 'Ysabeau  SC', serif;  */
p, body {
  font-size: 1em;
  font-family: "Ysabeau Infant", sans-serif;
  text-align: justify;
  font-weight: 500;
  margin-bottom: 30px;
  margin-top: 30px;
  flex-wrap: wrap;
}

body {
  background-color: rgb(255, 255, 255);
}

section {
  margin-bottom: 15px;
  margin-top: 15px;
}

a {
  text-decoration: none;
  color: #005027;
}

a:active {
  text-decoration-color: rgb(153, 255, 0);
  color: rgb(153, 255, 0);
}

a:active {
  color: rgb(62, 13, 136);
  background-color: rgb(153, 255, 0);
}


footer {
  font-size: 0.8em;
  margin-bottom: 10%;
  top: 90%;
  right: 10%;
  text-align: right;
}


nav {
  margin-bottom: 20px;
  padding: 1px;
  width: auto;
  height: auto;
  display: flex; /*Pour réagencer les éléments */
  flex-direction: row; /*Pour les réagencer verticalement */
  justify-content: flex-start; /*Pour qu'ils soient alignés au début */
  flex-wrap: wrap; /*Retour à la ligne automatique des éléments*/
  gap: 10px; /*Espaces entre les éléments*/
}


.italique {
  font-style: italic;
}


#italique {
  font-style: italic;
}

.barrer {
  text-decoration: line-through;
}


/* ------------------------------------------------------------------------------------------ 
                                    Titres
........................................................................................*/

h1 {
  color: var(--color-primary);
  font-size: 1.8em;
  font-weight: 1000;
  margin: 1px;
  padding-top: 10px;
  margin-bottom: -20px;
  margin-top: 25px;
  font-family: "Young Serif", serif;
}

h1:hover {
  font-variation-settings: "wght" 582;
  letter-spacing: 8px;
  font-style: italic;
}

.titresexy {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.h1titresexy {
  font-size: 50px;
  text-transform: uppercase;
  font-family: "Gambetta", serif;
  letter-spacing: -5px;
  transition: 700ms ease;
  font-variation-settings: "wght" 311;
  margin-bottom: 0.8rem;
  margin-top: 30px;
  color: rgb(0, 65, 25);
  outline: none;
  text-align: left;
}

h2 {
  color: rgb(0, 65, 25);
  font-size: 1.4em;
  margin-top: 40px;
  margin-bottom: 30px;
  transition: 700ms ease;
  font-variation-settings: "ital" 311;
}

h3:hover {
  display: flex;
  color: rgb(255, 255, 255);
  background-color: rgba(47, 0, 105, 0.943);
  border-radius: 42% 24% 36% 10%/10% 69% 23% 27%;
  margin: 10px;
  right: 10px;
  width: 800px;
}


#titrepage2 {
  color: rgb(17, 125, 131);
  font-size: 3em;
  font-family: "Nabla", cursive;
  background: linear-gradient(to right, rgba(159, 211, 121, 0.4), rgba(163, 122, 142, 0.4), rgba(133, 0, 64, 0.5));
  padding: 100px;
  background-attachment: scroll;
  background-size: 100%;
  background-position: center;
}

.titre_com {
  color: rgb(78, 0, 111);
  font-size: 1.5em;
  font-weight: 800;
  font-style: strong;
  font-family: "Young Serif", serif;
}

.titre_com:hover {
  color: var(--color-secundary);
  text-shadow: 2px 2px 1px rgba(253, 60, 189, 0.499);
}

.sous_titre_com {
  font-style: italic;
  color: rgb(85, 85, 85);
}

.sous_titre_com:hover {
  font-style: italic;
  color: #000000;
}

.sous_titre_com:hover {
  font-style: italic;
  color: #000000;
}



/* ------------------------------------------------------------------------------------------ 
                                  Variables amusantes
........................................................................................*/

/* 
 -------  Surlignages et soulignages de texte -------
*/

.surlignage_sexy {
  transform: translate(-50%, -50%);
  background-image: linear-gradient(gold, gold);
  background-size: 100% 10px;
  background-repeat: no-repeat;
  background-position: 100% 0%;
  transition: background-size 0.7s, background-position 0.5s ease-in-out;
}

.surlignage_sexy:hover {
  background-size: 100% 100%;
  background-position: 0% 100%;
  transition: background-position 0.7s, background-size 0.5s ease-in-out;
}


.soulignage {
  color: #a200ff;
  text-decoration: none;
  display: inline;
  background-image: linear-gradient(to bottom, transparent 20%, currentColor 21%);
  background-position: 0 1em;
  background-repeat: no-repeat;
  background-size: 0% 6px;
  transition: background-size 0.5s ease-in-out 0.2s;
}

.soulignage:hover, .soulignage:focus {
  background-size: 100% 6px;
  transition-delay: 0s;
}


/* 
 -------  Hover -------
*/


.hover {
  --b: 0.06em; /* the thickness of the line */
  --c: #9e00ce; /* the color */
  color: rgba(255, 255, 255, 0);
  padding-block: var(--b);
  background: linear-gradient(var(--c) 50%, rgba(0, 0, 0, 0) 0) 0% calc(100% - var(--_p, 0%))/100% 200%, linear-gradient(var(--c) 0 0) 0% var(--_p, 0%)/var(--_p, 0%) var(--b) no-repeat;
  -webkit-background-clip: text, padding-box;
  background-clip: text, padding-box;
  transition: 0.3s var(--_s, 0s) linear, background-size 0.3s calc(0.3s - var(--_s, 0s));
}

.hover:hover {
  --_p: 100%;
  --_s: .3s;
}


.hover-3 {
  --c: no-repeat linear-gradient(#570099 0 0);
  background: var(--c) calc(-101% + var(--p, 0%)) 10%, var(--c) calc(201% - var(--p, 0%)) 0;
  background-size: 50.1% var(--p, 0.08em);
  transition: 0.3s var(--t, 0s), background-position 0.3s calc(0.3s - var(--t, 0s));
  width: 400px;
}

.hover-3:hover {
  --p: 101%;
  --t: 0.3s;
  color: rgb(255, 255, 255);
  width: 400px;
}

.hover-3-caché {
  --c: no-repeat linear-gradient(#570099 0 0);
  background: var(--c) calc(-101% + var(--p, 0%)) 10%, var(--c) calc(201% - var(--p, 0%)) 0;
  background-size: 50.1% var(--p, 0.08em);
  transition: 0.3s var(--t, 0s), background-position 0.3s calc(0.3s - var(--t, 0s));
  width: 400px;
  color: rgba(0, 0, 0, 0);
}

.hover-3-caché:hover {
  --p: 101%;
  --t: 0.3s;
  color: rgb(255, 255, 255);
  width: 400px;
}


/* 
 -------  Grossissements et rétrécissements de texte -------
*/
.huge:hover {
  font-size: 2.2em;
  letter-spacing: 3px;
  transition: 1000ms ease;
  font-variation-settings: "wght" 311;
  margin: 0.4rem;
  color: rgb(167, 106, 206);
  outline: none;
  text-align: left;
}

.small {
  font-size: 0.9em;
  font-style: italic;
  color: gray;
}

.small:hover {
  font-size: 0.4em;
  letter-spacing: 3px;
  transition: 1000ms ease;
  font-variation-settings: "wght" 311;
  margin: 0.4rem;
  color: rgb(255, 255, 255);
  outline: none;
  text-align: left;
}


/* 
 -------  Disparitions et apparitions de texte -------
*/
.caché {
  font-size: 1rem;
  margin: 0;
  cursor: pointer;
  padding: 0 0.1em;
  color: rgba(240, 248, 255, 0);
}

@keyframes apparition {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}


/* 
 -------  Divers -------
*/

.lutinerie {
  color: rgba(0, 0, 0, 0);
}

.lutinerie:hover {
  color: rgb(0, 0, 0);
  font-family: fantasy;
}


#fun {
  color: rgb(76, 0, 255);
  font-size: 20px;
  font-family: fantasy;
  text-shadow: 2px 2px 1px rgba(46, 0, 114, 0.499);
}


.important {
  color: rgb(255, 255, 255);
  font-size: 1.2em;
  font-family: "Ysabeau Infant", sans-serif;
  font-style: italic, bold;
  /* text-decoration: underline; */
  background-color: rgb(165, 91, 255);
  box-shadow: 6px 6px 10px rgba(54, 0, 171, 0.8);
}

.important:hover {
  color: rgb(255, 255, 255);
  background-color: rgb(61, 145, 255);
  box-shadow: 6px 6px 10px rgba(0, 79, 86, 0.692);
}


.fancy {
  position: relative;
  white-space: nowrap;
}

.fancy:after {
  --deco-height: 0.3125em;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: calc(var(--deco-height) * -0.625);
  height: var(--deco-height);
  background-image: url("data:image/svg+xml,%3Csvg width='100' height='64' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M-17 30.5C-1 22 72-4 54 13 37.9 28.2-2.5 57.5 16 55.5s72-29 104-40' stroke='%2300FDCF' stroke-width='10'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h100v64H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-size: auto 100%;
  background-repeat: round;
  background-position: 0em;
}




/*---------------------------------------------------------------------------------------- 
------------------------------------------------------------------------------------------ 
                                     PAGE HEADER
------------------------------------------------------------------------------------------ 
----------------------------------------------------------------------------------------*/

/*........................................................................................ 
                                  Ordre des pages
........................................................................................*/
.lienPage1 {
  order: 1;
  border-radius: 10px;
  padding: 8px;
  margin: 5px;
  background-color: #c77eff;
  color: rgb(255, 255, 255);
  flex-shrink: 2;
}

.lienPage2 {
  order: 1;
  border-radius: 10px;
  padding: 8px;
  margin: 5px;
  background-color: #c77eff;
  color: rgb(255, 255, 255);
  flex-shrink: 2;
}

.lienPage3 {
  order: 2;
  border-radius: 10px;
  padding: 8px;
  margin: 5px;
  background-color: #c77eff;
  color: rgb(255, 255, 255);
  flex-shrink: 2;
}

.lienPage4 {
  order: 3;
  border-radius: 10px;
  padding: 8px;
  margin: 5px;
  background-color: #c77eff;
  color: rgb(255, 255, 255);
  flex-shrink: 2;
}

.lienPage5 {
  order: 4;
  border-radius: 10px;
  padding: 8px;
  margin: 5px;
  background-color: #c77eff;
  color: rgb(255, 255, 255);
  flex-shrink: 2;
}

.lienPage6 {
  order: 5;
  border-radius: 10px;
  padding: 8px;
  margin: 5px;
  background-color: #c77eff;
  color: rgb(255, 255, 255);
  flex-shrink: 2;
}

.lienPage7 {
  order: 6;
  border-radius: 10px;
  padding: 8px;
  margin: 5px;
  background-color: #c77eff;
  color: rgb(255, 255, 255);
  flex-shrink: 2;
}

.lienPage8 {
  order: 7;
  border-radius: 10px;
  padding: 8px;
  margin: 5px;
  background-color: #c77eff;
  color: rgb(255, 255, 255);
  flex-shrink: 2;
}

.lienPage9 {
  order: 8;
  border-radius: 10px;
  padding: 8px;
  margin: 5px;
  background-color: #c77eff;
  color: rgb(255, 255, 255);
  flex-shrink: 2;
}

.lienPage10 {
  order: 9;
  border-radius: 10px;
  padding: 8px;
  margin: 5px;
  background-color: #c77eff;
  color: rgb(255, 255, 255);
}

.lienPage11 {
  order: 10;
  border-radius: 10px;
  padding: 8px;
  margin: 5px;
  background-color: #c77eff;
  color: rgb(255, 255, 255);
}

.lienPage12 {
  order: 11;
  border-radius: 10px;
  padding: 8px;
  margin: 5px;
  background-color: #c77eff;
  color: rgb(255, 255, 255);
}


/*........................................................................................ 
                                  Menu déroulant
........................................................................................*/

/* Sidenav menu */
.sidenav {
  height: 100%;
  width: 250px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: -250px;
  background-color: rgb(77, 11, 85);
  ;
  padding-top: 60px;
  transition: left 0.5s ease;
}

/* Sidenav menu links */
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #ffffff;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: rgb(217, 0, 255);
  font-style: italic;
}

.sidenav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

/* Active class */
.sidenav.active {
  left: 0;
}

/* Close btn */
.sidenav .close {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
}

/* Icône burger */
.burger-icon span {
  display: block;
  width: 35px;
  height: 5px;
  background-color:rgb(77, 11, 85);
  margin: 6px 0;
  position: relative !important;
  z-index: 10000 !important;
}


/*---------------------------------------------------------------------------------------- 
------------------------------------------------------------------------------------------ 
                                    PAGE LOGIN
------------------------------------------------------------------------------------------ 
----------------------------------------------------------------------------------------*/

.page_login {
  margin: auto;
  margin-top: 50%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.login_body {
  background-color: #171717;
  color: whitesmoke;
  display: flex;
  text-align: center;
  margin: auto;
  margin-top: 140px;
}

.zone_login {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  text-align: center;
  margin-top: 0%;
}


.zone_login_bouton {
  display: flex;
  justify-content: flex-end;
}

.login_bouton {
  color: rgb(255, 255, 255);
  border: 1px #000000 solid;
  border-radius: 20px;
  padding: 10px;
  font-size: 0.8em;
  background-color: rgb(77, 11, 85);
  margin-right: 2%;
}

.zones_de_texte {
  padding: 10px;
}

input {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.alert {
  margin: auto;
  margin-bottom: -35%;
  font-family: "VT323";
  font-size: 1.2em;
  text-align: center;
  display: flex;
  justify-content: center;
}

.form-label {
  display: flex;
  justify-content: center;
  margin-top: 0%;
  margin-left: 0%;
  margin-right: auto;
  font-family: "Martian Mono";
  text-align: center;
}

.form-control {
  font-family: "Martian Mono";
  text-align: center;
  color: #000000;
  margin-bottom: 10%;
}

.zone_MDP {
  font-family: "Redacted Script", cursive;
  color: #000000;
  text-align: center;
  font-size: 1.2em;
}

/* TYPEWRITER */
/* DEMO-SPECIFIC STYLES */
.typewriter-text {
  font-family: "VT323";
  color: #fff;
  font-size: clamp(26px, 1vw, 30px);  /* Le texte sera au minimum de 12px, au maximum de 24px, et ajusté avec 1vw */
  padding : 10px;
  overflow-wrap: break-word; /* Propriété moderne */
  word-wrap: break-word; /* Supporte les anciens navigateurs */
  overflow: hidden; /* Ensures the content is not revealed until the animation */
  border-right: 0.15em solid orange; /* The typwriter cursor */
  white-space: nowrap; /* Keeps the content on a single line */
  margin: 0 auto; /* Gives that scrolling effect as the typing happens */
  letter-spacing: 0.15em; /* Adjust as needed */
  animation: typing 2s steps(30, end), blink-caret 0.5s step-end infinite;
}

/* The typing effect */
@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

/* The typewriter cursor effect */
@keyframes blink-caret {
  from, to {
    border-color: transparent;
  }
  50% {
    border-color: rgb(127, 0, 181);
  }
}

.box-login {
  display: flex;
  justify-content: center;
  margin: auto;
  margin-top: -40%;
  max-width: 100%;
}

.body-typewriter {
  background-color: #171717;
  margin-top: 40%;
  overflow: hidden; /* Empêche le défilement horizontal */
  overflow-wrap: break-word; /* Propriété moderne */
  word-wrap: break-word; /* Supporte les anciens navigateurs */
  max-width: 100%
}


/* 
--- Bouton de login ("Je veux rougeneauder")
*/

.body-bouton {
  position: absolute;
  bottom: 50%;
  margin-top: 10%;
  max-width: 100%;
  width : clamp(300px, 1vw, 300px);
}

.faux-bouton {
  font-family: "VT323";
  font-size: 1.3em;
  color: snow;
  font-size: (12px, 3vw, 24px);

  border: 1px solid #434343 solid;
  border-radius: 20px;
  box-shadow: 10px 5px 5px rgb(34, 34, 34);
  background-color: #171717;

  height: auto;
  width: auto;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 10%;
  display: flex;

  justify-content: center;
  align-items: center;
  text-align: center;

  cursor: pointer;

}

responsive-container {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding-bottom: 80px; /* Crée un espace en bas pour le bouton */
  overflow-x: hidden; /* Empêche le défilement horizontal */
}


/*---------------------------------------------------------------------------------------- 
------------------------------------------------------------------------------------------ 
                                    PAGE INDEX
------------------------------------------------------------------------------------------ 
----------------------------------------------------------------------------------------*/


.sous_titre {
  color: rgb(52, 87, 0);
  font-size: 1.1em;
  font-weight: 1000;
  margin: 1px;
}

.sous_titre:hover::after {
  content: " À méditer.";
  color:#05af57;
}

.sous_titre:hover::after {
  transition: transform 2s ease;
  content: " Peut-être longtemps.";
  color:#05af57;
  animation: apparition 3s infinite;
}

.sous_titre:active::after {
  transition: transform 2s ease;
  content: " Peut-être pour toujours.";
  color:#16af05;
}


/*........................................................................................ 
                                  Compteur - Crise de la quarantaine
........................................................................................*/

.Cueillir {
  color : purple;
  font-size: 150%;
  font-family: "Dancing Script", cursive;
}

.Titre_vieillesse {
  font-weight: bold;
  font-size: 0.9 em;
}

.bulle_info {
  text-decoration:none;
  position:relative;
}
 
 
.bulle_info span {
  display:none;
 
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border-radius:6px;
  border: 3px rgb(0, 55, 12) dashed;
  background:white; 
  color:#000;
}

 
.bulle_info:hover span {
  display:block;
  position:absolute;
  top:0;
  left:0;
  z-index:1000;
  width:450px;
  height: auto;
  max-width:800px;
  min-height:128px;
  border:1px solid black;
  margin-top:12px;
  margin-left:32px;
  overflow:hidden;
  padding-left:5px;
}

/*........................................................................................ 
                         Barre de progression - Index
........................................................................................*/

#progressBarContainer {
  width: 100%;
  background-color: #fff2ef;
}

#progressBar {
  width: 0%;
  height: 30px;
  background: linear-gradient(to bottom, red 33%, yellow 33%, yellow 66%, red 66%);
  text-align: center;
  line-height: 30px;
  color: black;
}

#percentage {
  text-align: center;
  margin-top: 10px;
  font-family: 'La Belle Aurore', cursive;
  color: hsl(0, 100%, 34%);
}

#percentage::after {
  content:" % du temps d'attente écoulé.";
}



/*........................................................................................ 
                                  Compteur
........................................................................................*/

.compteàrebours {
  width: 1200px;
  height: 100%;
  padding: 10px;
  margin: auto;
}

.compteur {
  font-size: 2.3em;
  text-align: center;
  font-family: "League Spartan", sans-serif;
  padding-top: 2%;
  padding-bottom: 2%;
  margin: 1%;
}

.compteur:hover {
  /* background: radial-gradient(rgba(255, 0, 225, 0.009), rgb(255, 255, 255) 60%); */
  text-shadow: 1.5px 2px 2px rgb(212, 184, 255);
  font-size: 3em;
}

.phrasette {
  color: rgb(88, 86, 87);
  font-size: 1em;
  text-align: center;
  font-style: italic;
  font-family: "Ysabeau Infant", sans-serif;
}

.phrasette:hover {
  color: rgb(116, 1, 111);
  text-shadow: 0.5px 0.5px 0.5px rgb(116, 1, 111);
  color: rgb(116, 1, 111);
}

.phrasette_low {
  color: rgba(88, 86, 87, 0.076);
  font-size: 0.7em;
  font-family: Shrikhand;
  text-align: center;
  font-style: italic;
  margin: 10px;
}

.phrasette_low:hover {
  color: rgb(88, 86, 87);
  font-size: 0.7em;
  text-shadow: 2px 2px 2px rgb(0, 0, 0);
  border-radius: 10px 10px 30px 10px;
}

.phrasettehighlight {
  color: rgb(255, 37, 37);
  text-shadow: 2px 2px 1px rgb(0, 0, 0);
  font-size: 2em;
  font-family: Shrikhand;
  text-align: center;
  font-style: italic;
  margin: 10px;
}



/*---------------------------------------------------------------------------------------- 
------------------------------------------------------------------------------------------ 
                                    PAGE ESPAGNE
------------------------------------------------------------------------------------------ 
----------------------------------------------------------------------------------------*/


/*........................................................................................ 
                                 Compteur Espagne
........................................................................................*/

.compteur_Espagne {
  font-size: 1.8em;
  color: rgb(247, 166, 15);
  text-align: center;
  font-family: 'La Belle Aurore', cursive;  
  padding-top: 2%;
  padding-bottom: 2%;
  margin: 1%;
  width: 100%;
}

.compteur_Espagne:hover {
  font-size: 2.3em;
  color: rgb(255, 209, 101);
  padding-top: 2%;
  padding-bottom: 2%;
  margin: 1%;
}

.phrasette_Espagne {
  color: hsl(0, 100%, 34%);
  font-size: 1em;
  text-align: center;
  font-family: 'La Belle Aurore', cursive;
}

.phrasette_Espagne:hover {
  font-size: 1.3em;
}

.blink {
  animation: blink 3s infinite;
}

@keyframes blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.emoji {
  font-size: 3em;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 10px;
  padding-top: 20px;
  margin: auto;
}

/*........................................................................................ 
                                  Hover texte Espagne
........................................................................................*/

.Texte_Espagne::before {
  transform: scaleX(0);
  transform-origin: bottom right;
}

.Texte_Espagne:hover::before {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.Texte_Espagne::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  inset: 0 0 0 0;
  background: hsl(0, 100%, 34%);
  color:hsl(355, 86%, 72%);
  z-index: -1;
  transition: transform 1s ease;
}

.Texte_Espagne {
  position: relative;
  font-size: 1.3rem;
}

.body_Texte_Espagne {
  block-size: 100%;
  inline-size: 100%;
  min-block-size: 100%;
  min-inline-size: 100%;
  margin: 0;
  box-sizing: border-box;
  display: grid;
  place-content: center;
}

@media (orientation: landscape) {
  body {
    grid-auto-flow: column;
  }
}

/*........................................................................................ 
                                  Drapeau Espagne
........................................................................................*/

@media screen and (min-width: 1000px) {

  .flag--spain {
    width: 6em;
    height: 3.75em;
    border: 1px solid #999;
    display: inline-block;
    margin: 2em;
    margin-bottom: 0em;
    box-shadow: 1px 1px 1px #ccc;
    transition: all 0.5s;
  }

  .flag--spain::after {
    line-height: 10.0625em;
    content: "Si tu savais le bordel que ça représente d'ajouter ce drapeau interactif.";
    margin-top: 2%;
    width: 45em;
    display: flex;
    color:rgb(156, 154, 153);
    font-size: 1em;
    font-family: 'Square Peg', cursive;
      }

  .flag--spain:hover {
    transform: scale(1.5);
  }

  .flag--spain:hover::after {
    font-size: 0.8em;
    color:orangered;
    content: "🤡 🤡 🤡 Olé FDP 💃 💃 💃";
    margin-top: 10px;
  }

  .flag--spain {
    background: linear-gradient(red 25%, yellow 25%, yellow 75%, red 75%);
  }

}

/* 
////////////////////////////////////////////////////////////////////////////////////////////
                         Compatibilité portable - Espagne
////////////////////////////////////////////////////////////////////////////////////////////
*/

@media screen and (max-width: 1000px) {

  .compteur_Espagne, .Texte_Espagne, .flag--spain, .phrasette_Espagne {
    /* font-family: 'Rubik Broken Fax', system-ui; */
    font-family: 'Gaegu', sans-serif;
  }

  .Texte_Espagne {
    position: relative;
    font-size: 1rem;
  }

  .compteur_Espagne {
    font-size: 1.5em;
    margin: auto;
  }

  .phrasette_Espagne {
    margin-bottom: 0em;
  }

#percentage {
  font-family: 'Gaegu', sans-serif;
}

#percentage::after {
  content:" % du temps d'attente ecoulado (la police prend pas en charge les accents mdrrr).";
}


}


/*---------------------------------------------------------------------------------------- 
------------------------------------------------------------------------------------------ 
                           PAGE GUIDE DE COMMUNICATION
------------------------------------------------------------------------------------------ 
----------------------------------------------------------------------------------------*/


.numéro_com {
  color: rgb(166, 4, 190);
  text-shadow: 0.5px 0.5px 0.5px rgba(102, 0, 153, 0.868);
}

.numéro_com:hover {
  color: rgb(234, 199, 255);
  text-shadow: #570099;
  transition: 10000ms ease;
  font-variation-settings: "wght" 311;
  margin: 0.8rem;
  color: rgb(0, 65, 25);
  outline: none;
  text-align: left;
}

.com_spécifique {
  color: rgb(0, 65, 25);
}

.com_spécifique:hover {
  text-shadow: 0.5px 0.5px 0.5px rgba(0, 65, 28, 0.868);
}

.interdiction {
  color:red;
  font-style: italic;
  font-size: 80%;
  font-variant-caps: small-caps;
}

.LACAN {
  font-size: 120%;
  font-weight: bold;
}


/*---------------------------------------------------------------------------------------- 
------------------------------------------------------------------------------------------ 
                           PAGE CONFETTIS / ARTIFICE
------------------------------------------------------------------------------------------ 
----------------------------------------------------------------------------------------*/

#confetti-canvas {
  display: flex;
  justify-content: center;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100vw;
  height: 110vh;
  pointer-events: none;
  margin-top: 30px;
  text-align: center;
}

#btn {
  position: fixed;
  top: 20%;
  left: 5%;
}

/*---------------------------------------------------------------------------------------- 
------------------------------------------------------------------------------------------ 
                                        PAGE PHOTOS
------------------------------------------------------------------------------------------ 
----------------------------------------------------------------------------------------*/
/*.conteneur_photos {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 15px;
  margin-top: 7%;
}*/

/*.Photos {
  width: 100%;
}*/

.carourou {
    height : 56em;
    width : 26em;
    margin-left: auto;
    margin-right: auto;
}

/*---------------------------------------------------------------------------------------- 
------------------------------------------------------------------------------------------ 
                                      PAGE RENCONTRE
------------------------------------------------------------------------------------------ 
----------------------------------------------------------------------------------------*/

/*........................................................................................ 
                         Barre de progression - Rencontre
........................................................................................*/

.progress-container_rencontre {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #e0e0e0;
  overflow: hidden;
}

.progress-bar_rencontre {
  height: 30px;
  background: linear-gradient(to right, rgb(0, 65, 25), rgba(0, 65, 25, 0.7));
  position: relative;
}

.progress-text_rencontre {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  pointer-events: none;
  white-space: normal;
}


.phrasette_rencontre {
  color: black;
  margin-bottom: 10px;
}


/* Basic styles */
*,
*::before,
*::after {
  box-sizing: border-box;
}

:root {
  --bg-color: rgb(240, 248, 255);
}

/* title styles */

.titrounet {
  margin-right: 120px;
}

.home-title span {
  position: relative;
  overflow: hidden;
  display: block;
  font-family: "Caveat", cursive;
  line-height: 1.2;
  font-size: 1.3em;
}

.home-title span:hover {
  color: #8200e5;
  font-style: italic;
  font-family: "Caveat", cursive;
}

.home-title span::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgb(52, 52, 52);
  animation: a-ltr-after 2s cubic-bezier(0.77, 0, 0.18, 1) forwards;
  transform: translateX(-101%);
}

.home-title span::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: var(--bg-color);
  animation: a-ltr-before 2s cubic-bezier(0.77, 0, 0.18, 1) forwards;
  transform: translateX(0);
}

.home-title span:nth-of-type(1)::before,
.home-title span:nth-of-type(1)::after {
  animation-delay: 1s;
}

.home-title span:nth-of-type(2)::before,
.home-title span:nth-of-type(2)::after {
  animation-delay: 1.5s;
}

@keyframes a-ltr-after {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(101%);
  }
}
@keyframes a-ltr-before {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(200%);
  }
}

/*........................................................................................ 
                         Variables - Rencontre
........................................................................................*/


.section_liste {
  border: 0.2px solid black;
  width: 811px;
  padding: 10px 10px 10px 30px;
  margin-right: 0%;
}


.bas-à-droite {
  position: relative;
  bottom: 70%;
  left: 60%;
  font-style: italic;
  font-size: 0.8em;
  margin-top: 15px;
}



.compteur_rencontre {
  color: rgb(0, 0, 0);
  font-size: 1.6em;
  letter-spacing: 2px;
  text-align: center;
  font-size: 1.8em;
  padding-top: 25px;
  padding-bottom: 25px;
  margin: 15px;
  font-family: "VT323", monospace;
}

.intro {
  margin-right: 60px;
  margin-left: 5px;
}

.date_surlignage:hover {
  text-shadow: 2px 2px 1px rgba(184, 52, 255, 0.868);
  transition: 5000ms ease;
  font-variation-settings: "wght" 311;
  margin: 0.4rem;
  color: rgb(183, 68, 255);
  outline: #c77eff;
}


.censure {
  text-decoration: line-through;
}

.censure:hover {
  text-decoration: line-through;
  color: rgb(182, 0, 0);
}

mark {
  background: linear-gradient(90deg, rgb(239, 220, 255) 50%, rgb(255, 255, 255) 50%);
}

/* Pour le surlignage progressif
mark {
    -webkit-animation: 1.5s highlight 1.5s 1 normal forwards;
            animation: 1.5s highlight 1.5s 1 normal forwards;
    background-color: none;
    background: linear-gradient(90deg, rgba(255, 255, 255) 50%, rgba(255, 255, 255, 1) 50%);
    background-size: 200% 100%;
    background-position: 100% 0;
  } */
@-webkit-keyframes highlight {
  to {
    background-position: 0 0;
  }
}
@keyframes highlight {
  to {
    background-position: 0 0;
  }
}




/* 
////////////////////////////////////////////////////////////////////////////////////////////
                         Compatibilité portable - Globale
////////////////////////////////////////////////////////////////////////////////////////////
*/

@media screen and (max-width: 1000px) {
  nav {
    font-size: 0.9em;
    margin-bottom: 25px;
    padding: 1px;
    width: auto;
    height: auto;
    display: flex; /* Pour reagencer les éléments */
    flex-direction: row; /*Pour les réagencer verticalement */
    justify-content: flex-start; /*Pour qu'ils soient alignés au début */
    flex-wrap: wrap; /*Retour à la ligne automatique des éléments */
    gap: 10px; /*Espaces entre les éléments*/
  }


  .phrase_pres_compteur {
    font-size: 0.7em;
  }
  .compteur {
    font-size: 1.5em;
    margin: auto;
  }
  .compteur {
    color: rgb(255, 255, 255);
    background-color: rgb(77, 11, 85);
    text-align: center;
    border: 2px dotted rgb(52, 0, 95);
    border-radius: 10px 10px 30px 10px;
    font-family: "Ysabeau Infant", sans-serif;
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .compteàrebours {
    width: auto;
    height: auto;
    padding: 10px;
    margin: auto;
  }
  .compteàrebours {
    width: auto;
    height: auto;
    padding: 10px;
    margin: auto;
  }
  footer {
    font-size: 0.4em;
  }
  .section_liste {
    border: 0.2px solid black;
    width: auto;
    padding: 5px 10px 10px 20px;
    margin: auto;
  }
  .compteur_rencontre {
    margin: auto;
  }
  .machine_à_écrire {
    font-size: 0.7em;
  }
}
.zone_réponses {
  margin: auto;
  padding: auto;
}

.encart_réponse {
  width: auto;
}


/* 
////////////////////////////////////////////////////////////////////////////////////////////
                         Compatibilité ordinateur - Globale
////////////////////////////////////////////////////////////////////////////////////////////
*/
@media screen and (min-width: 1000px) {

/* Sidenav menu links */
.sidenav a {
  font-size: 20px;
}

}



/*........................................................................................ 
                                  Effets visuels
........................................................................................*/

/* 
 -------  Glitch -------
*/

.glitch {
  font-family: "VT323", monospace;
  color: white;
  position: relative;
  width: 400px;
  margin: 0 auto;
  font-size: 1em;
}

@keyframes noise-anim {
  0% {
    clip: rect(30px, 9999px, 14px, 0);
  }
  5% {
    clip: rect(51px, 9999px, 26px, 0);
  }
  10% {
    clip: rect(99px, 9999px, 1px, 0);
  }
  15% {
    clip: rect(78px, 9999px, 12px, 0);
  }
  20% {
    clip: rect(11px, 9999px, 68px, 0);
  }
  25% {
    clip: rect(45px, 9999px, 65px, 0);
  }
  30% {
    clip: rect(39px, 9999px, 32px, 0);
  }
  35% {
    clip: rect(76px, 9999px, 62px, 0);
  }
  40% {
    clip: rect(6px, 9999px, 71px, 0);
  }
  45% {
    clip: rect(86px, 9999px, 27px, 0);
  }
  50% {
    clip: rect(9px, 9999px, 97px, 0);
  }
  55% {
    clip: rect(58px, 9999px, 20px, 0);
  }
  60% {
    clip: rect(10px, 9999px, 49px, 0);
  }
  65% {
    clip: rect(21px, 9999px, 96px, 0);
  }
  70% {
    clip: rect(69px, 9999px, 41px, 0);
  }
  75% {
    clip: rect(77px, 9999px, 15px, 0);
  }
  80% {
    clip: rect(67px, 9999px, 27px, 0);
  }
  85% {
    clip: rect(29px, 9999px, 84px, 0);
  }
  90% {
    clip: rect(6px, 9999px, 36px, 0);
  }
  95% {
    clip: rect(65px, 9999px, 6px, 0);
  }
  100% {
    clip: rect(30px, 9999px, 19px, 0);
  }
}

.glitch:after {
  content: attr(data-text);
  position: absolute;
  left: 2px;
  text-shadow: -1px 0 red;
  top: 0;
  color: white;
  background: black;
  overflow: hidden;
  clip: rect(0, 900px, 0, 0);
  animation: noise-anim 2s infinite linear alternate-reverse;
  width: 115px;
}

@keyframes noise-anim-2 {
  0% {
    clip: rect(33px, 9999px, 9px, 0);
  }
  5% {
    clip: rect(15px, 9999px, 31px, 0);
  }
  10% {
    clip: rect(32px, 9999px, 83px, 0);
  }
  15% {
    clip: rect(53px, 9999px, 23px, 0);
  }
  20% {
    clip: rect(14px, 9999px, 3px, 0);
  }
  25% {
    clip: rect(69px, 9999px, 5px, 0);
  }
  30% {
    clip: rect(65px, 9999px, 49px, 0);
  }
  35% {
    clip: rect(42px, 9999px, 13px, 0);
  }
  40% {
    clip: rect(42px, 9999px, 67px, 0);
  }
  45% {
    clip: rect(17px, 9999px, 44px, 0);
  }
  50% {
    clip: rect(49px, 9999px, 2px, 0);
  }
  55% {
    clip: rect(56px, 9999px, 39px, 0);
  }
  60% {
    clip: rect(6px, 9999px, 93px, 0);
  }
  65% {
    clip: rect(26px, 9999px, 20px, 0);
  }
  70% {
    clip: rect(81px, 9999px, 88px, 0);
  }
  75% {
    clip: rect(35px, 9999px, 83px, 0);
  }
  80% {
    clip: rect(3px, 9999px, 53px, 0);
  }
  85% {
    clip: rect(1px, 9999px, 5px, 0);
  }
  90% {
    clip: rect(23px, 9999px, 84px, 0);
  }
  95% {
    clip: rect(49px, 9999px, 34px, 0);
  }
  100% {
    clip: rect(71px, 9999px, 54px, 0);
  }
}
.glitch:before {
  content: attr(data-text);
  position: absolute;
  left: -2px;
  text-shadow: 1px 0 blue;
  top: 0;
  color: white;
  background: black;
  overflow: hidden;
  clip: rect(0, 900px, 0, 0);
  animation: noise-anim-2 3s infinite linear alternate-reverse;
}


/* 
 -------  Images -------
*/
.box_carrés {
  --g: 4px; /* the gap */
  --b: 12px; /* border thickness*/
  --c: #19191991; /* the color */
  padding: calc(var(--g) + var(--b));
  --_c: #0000 0 25%, var(--c) 0 50%;
  --_g1: repeating-linear-gradient(90deg ,var(--_c)) repeat-x;
  --_g2: repeating-linear-gradient(180deg,var(--_c)) repeat-y;
  background: var(--_g1) var(--_p, 25%) 0, var(--_g2) 0 var(--_p, 125%), var(--_g1) var(--_p, 125%) 100%, var(--_g2) 100% var(--_p, 25%);
  background-size: 200% var(--b), var(--b) 200%;
  cursor: pointer;
  filter: grayscale(50%);
  transition: 0.3s;
}

.box_carrés:hover {
  --_p: 75%;
  filter: grayscale(0%);
}

@media (max-width: 768px) {
  .nav {
    flex-direction: column;
  }
}

/*# sourceMappingURL=./Style/style.css.map */












/*........................................................................................ 
                                  Tableau
........................................................................................*/
/* table {
  border-collapse: collapse; /* Fusionner les bordures des td */
  /* margin: 50px;
  margin: auto; Centre sur la page */


/* th {
  border: 2px solid black;
  text-align: center;
  font-size: 1em;
  font-style: oblique;
  background-color: cadetblue;
  padding: 5px;
} */

/* td {
  border: 1px solid black;
  text-align: center;
  padding: 15px;
} */

/* caption {
  font-size: 1.5em;
  color: rgb(18, 1, 45);
  caption-side: top; /* Top = rencontre par défaut */
  /* padding-bottom : 10px; 
} */



/*........................................................................................ 
                                  Valeurs
........................................................................................*/
/* .encadré_valeurs {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.valeurs {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr; /*fr: unité spécialement crée pour les grids, évite les pbs des % avec les gaps, qui vont faire plus que 100% */
  /* grid-template-rows: 1fr 1fr 1fr 1fr 1fr; */
  /* gap : 15 px;  Ecart entre les éléments */
  /* justify-content: center;
  height: 500px;
  width: 800px;
  border-collapse: collapse; 
}
*/ 


/* .valeur_une {
  grid-column: 1/6;
  grid-row: 1/3;
  border: 1px solid rgba(0, 0, 0, 0.6);
  text-align: center;
} */
 
/* .valeur_deux {
  grid-column: 1/2;
  grid-row: 2/5;
  border: 1px solid rgba(0, 0, 0, 0.6);
  text-align: center;
  border-collapse: collapse;
}

.valeur_trois {
  grid-column: 2/5;
  grid-row: 3/5;
  border: 1px solid rgba(0, 0, 0, 0.6);
  text-align: center;
}

.valeur_quatre {
  grid-column: 1/3;
  grid-row: 5/6;
  border: 1px solid rgba(0, 0, 0, 0.6);
  text-align: center;
  border-collapse: collapse;
} */

/* .valeur_cinq {
  grid-column: 3/6;
  grid-row: 4/6;
  border: 1px solid rgba(0, 0, 0, 0.6);
  text-align: center;
}

.valeur_six {
  grid-column: 2/4;
  grid-row: 2/4;
  border: 1px solid rgba(0, 0, 0, 0.6);
  text-align: center;
} */

/* .valeur_sept {
  grid-column: 4/6;
  grid-row: 2/4;
  border: 1px solid rgba(0, 0, 0, 0.6);
  text-align: center;
} */

/* .valeur_huit {
  grid-column: 5/6;
  grid-row: 3/5;
  border: 1px solid rgba(0, 0, 0, 0.6);
  text-align: center;
} */

/*........................................................................................ 
                                  Formulaire
........................................................................................*/

/* 
.zone_question {
  background-color: azure;
  border: 1px solid black;
  margin-right: 500px;
}

form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.réponse {
  color: rgb(83, 82, 82);
  font-family: "Courier New", Courier, monospace;
  font-size: 0.9em;
}

.zone_texte_monoligne {
  padding: 10px;
  border: 1px solid rgb(0, 64, 85);
  width: 25%;
  height: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.formulaire {
  margin-top: 30px;
  margin-bottom: 15px;
}

.incoming {
  font-style: italic;
  font-size: 0.7em;
  margin-top: 20px;
  margin-bottom: 10px;
}

.incoming_goguenard {
  font-style: italic;
  font-size: 0.7em;
}

.incoming_goguenard:hover {
  font-style: italic;
  font-size: 2em;
  text-transform: uppercase;
  letter-spacing: 3px;
  transition: 1000ms ease;
  font-variation-settings: "wght" 311;
  margin: 0.8rem;
  color: rgb(0, 65, 25);
  outline: none;
  text-align: left;
}

textarea {
  width: 70%;
  height: 80px;
}

fieldset {
  border-radius: 10px 10px 10px 10px;
  background-color: rgba(148, 148, 148, 0.1098039216);
}

legend {
  border-radius: 10px 10px 10px 10px;
  font-weight: bold;
  font-size: 1.07em;
}

.bouton {
  margin-top: 10%;
  margin-bottom: 20 px;
  border-radius: 20px;
  padding: 10px;
  background-color: #000000;
  color: snow;
  font-family: "Martian Mono";
  font-size: 1em;
}

.connecte_toi {
  font-size: 1em;
  margin-top: 60px;
  text-align: center;
  margin-left: 30px;
} */



/*---------------------------------------------------------------------------------------- 
------------------------------------------------------------------------------------------ 
                                       PAGE LIVRE D'OR
------------------------------------------------------------------------------------------ 
----------------------------------------------------------------------------------------*/

.zone_réponses {
  margin: auto;
  padding: auto;
}

.encart_réponse {
  border:0.5px solid #000000 ;
  padding: 10px;
  margin: 10px;
  block-size: 10%;
  text-align: center;
  width: fit-content;
  height: fit-content; 
  --c: #160374; /*the color */
  --b: .05em; /*border length */
  --d: 20px; /*the cube depth */
  --_s: calc(var(--d) + var(--b));
  color: var(--c);
  border: solid rgba(0, 0, 0, 0);
  border-width: var(--b) var(--b) var(--_s) var(--_s);
  background: conic-gradient(at left var(--d) bottom var(--d), rgba(0, 0, 0, 0) 90deg, rgba(255, 255, 255, 0.3) 0 225deg, rgba(255, 255, 255, 0.6) 0) border-box, conic-gradient(at left var(--_s) bottom var(--_s), rgba(0, 0, 0, 0) 90deg, var(--c) 0) 0 100%/calc(100% - var(--b)) calc(100% - var(--b)) border-box;
  transform: translate(calc(var(--d) / -1), var(--d));
  clip-path: polygon(var(--d) 0%, var(--d) 0%, 100% 0%, 100% calc(100% - var(--d)), 100% calc(100% - var(--d)), var(--d) calc(100% - var(--d)));
  transition: 0.5s;
}

.encart_réponse:hover {
  transform: translate(0, 0);
  clip-path: polygon(0% var(--d), var(--d) 0%, 100% 0%, 100% calc(100% - var(--d)), calc(100% - var(--d)) 100%, 0% 100%);
}

.mortadelle {
  font-size: 0.7em;
  font-style: italic;
  color: rgb(45, 45, 45);
  text-align: right;
  margin-left: 50%;
  margin-top: 10px;
  padding: auto;
} */




/*---------------------------------------------------------------------------------------- 
------------------------------------------------------------------------------------------ 
                                       PAGE CHRONOLOGIE
------------------------------------------------------------------------------------------ 
----------------------------------------------------------------------------------------*/


.timeline {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	grid-template-columns: repeat(3, 220px);
	justify-content: center;
}


.li_chronologie {
	grid-column: span 2;
	text-align: center;
	border-radius: 65px;
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	line-height: 1.5em;
	position: relative;
	padding: 20px;
	border: 20px solid #0000;
	background: linear-gradient(#e71e07 0 0) content-box,
		linear-gradient(var(--c, #fcd000) 0 0) padding-box,
		linear-gradient(var(--d, 90deg), #0000 75%, #42b132 0) border-box;
}
.li_chronologie:nth-child(even) {
	grid-column-end: -1;
	--d: -90deg;
	--c: #009cda;
}
.li_chronologie:not(:last-child) {
	margin-bottom: -20px;
}
.li_chronologie:before,
.li_chronologie:after {
	content: "";
	display: block;
	height: 0.6em;
}

time {
	position: absolute;
	font-size: 1.15em;
	left: calc(100% + 50px);
	top: 50%;
	transform: translateY(-50%);
	white-space: nowrap;
}
.li_chronologie:nth-child(even) time {
	left: auto;
	color: #000;
	right: calc(100% + 50px);
}
time:before {
	content: "";
	position: absolute;
	height: 10px;
	top: calc(50% - 5px);
	right: calc(100% + 5px);
	width: 65px;
	background: repeating-linear-gradient(-90deg, #fcd000 0 5px, #0000 0 10px) 50%/100%
		2px no-repeat;
}
.li_chronologie:nth-child(even) time:before {
	right: auto;
	left: calc(100% + 5px);
	background: repeating-linear-gradient(90deg, #009cda 0 5px, #0000 0 10px) 50%/100%
		2px no-repeat;
}

.h1_chronologie {
	display: none;
}

.chronologie {
	background: 
		radial-gradient(farthest-side at top right, #42b132 98%, #0000)
			calc(50% - 10px) 0/20px 20px no-repeat,
		radial-gradient(farthest-side at bottom right, #42b132 98%, #0000)
			calc(50% - 10px) 100%/20px 20px no-repeat,
		linear-gradient(90deg, #fcd000 50%, #009cda 0);
}

.chronologie_body {
	margin: 0;
}



.small_chronologie {
  font-size: 0.8em;
  font-style: italic;
  color: rgb(254, 185, 185);
}

.small_chronologie:hover {
  font-size: 0.5em;
  letter-spacing: 3px;
  transition: 1000ms ease;
  font-variation-settings: "wght" 311;
  margin: 0.4rem;
  color: rgb(111, 33, 0);
  outline: none;
  text-align: left;
}


.info_chronologie {
  font-size: 0.8em;
  font-style: italic;
  color: rgb(207, 255, 33);
}

.info_chronologie:hover {
  font-size: 1em;
  letter-spacing: 3px;
  font-style: normal;
  transition: 1000ms ease;
  font-variation-settings: "wght" 311;
  margin: 0.4rem;
  color: rgb(251, 255, 0);
  outline: none;
  text-align: left;
}



/*---------------------------------------------------------------------------------------- 
------------------------------------------------------------------------------------------ 
                                       PAGE NON MARIAGE
------------------------------------------------------------------------------------------ 
----------------------------------------------------------------------------------------*/




/*---------------------------------------------------------------------------------------- 
------------------------------------------------------------------------------------------ 
                                       PAGE CRITIQUE LIVRES
------------------------------------------------------------------------------------------ 
----------------------------------------------------------------------------------------*/


.titre_livre {
  font-size: 1.5em;
  font-weight: bold;
  color: #9e00ce;
}







