@font-face {
  font-family: 'Pitch_Sans';
  src: url('./fonts/pitch_sans/PitchSans-MediumItalic.woff2') format('woff2'),
      url('./fonts/pitch_sans/PitchSans-MediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;}

@font-face {
  font-family: 'Pitch_Sans';
  src: url('./fonts/pitch_sans/PitchSans-Medium.woff2') format('woff2'),
      url('./fonts/pitch_sans/PitchSans-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;}

@font-face {
  font-family: 'Pitch_Sans';
  src: url('./fonts/pitch_sans/PitchSans-LightItalic.woff2') format('woff2'),
      url('./fonts/pitch_sans/PitchSans-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;}

@font-face {
  font-family: 'Pitch_Sans';
  src: url('./fonts/pitch_sans/PitchSans-Light.woff2') format('woff2'),
      url('./fonts/pitch_sans/PitchSans-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;}

@font-face {
  font-family: 'Pitch_Sans';
  src: url('./fonts/pitch_sans/PitchSans-Regular.woff2') format('woff2'),
      url('./fonts/pitch_sans/PitchSans-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;}

@font-face {
  font-family: 'Pitch_Sans';
  src: url('./fonts/pitch_sans/PitchSans-SemiBoldItalic.woff2') format('woff2'),
      url('./fonts/pitch_sans/PitchSans-SemiBoldItalic.woff') format('woff');
  font-weight: 600;
  font-style: italic;
  font-display: swap;}

@font-face {
  font-family: 'Pitch_Sans';
  src: url('fonts/pitch_sans/PitchSans-RegularItalic.woff2') format('woff2'),
      url('fonts/pitch_sans/PitchSans-RegularItalic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;}

@font-face {
  font-family: 'Pitch_Sans';
  src: url('./fonts/pitch_sans/PitchSans-SemiBold.woff2') format('woff2'),
      url('./fonts/pitch_sans/PitchSans-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;}

@font-face {
  font-family: 'Pitch_Sans';
  src: url('fonts/pitch_sans/PitchSans-BoldItalic.woff2') format('woff2'),
      url('fonts/pitch_sans/PitchSans-BoldItalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;}

@font-face {
  font-family: 'Pitch_Sans';
  src: url('./fonts/pitch_sans/PitchSans-Bold.woff2') format('woff2'),
      url('./fonts/pitch_sans/PitchSans-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;}



/* Hide scrollbar for Chrome, Safari and Opera */
::-webkit-scrollbar {
  display: none;
}

/* Style de base */
*
{
  margin: 0;
  padding: 0;
}
html{
  cursor: url('img/cursor/bikeMessenger.png') 10 20, auto;  
}

body
{
  font-family: monospace;
  font-size: 20px;
  line-height: 1;
  background-color: rgb(240, 240, 240);
  /*background-attachment: fixed;*/
  background-size: cover;

  color: lime; /* couleur de la typo */
  overflow: visible;
}

div
{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10;
}

a, a:link, a:visited
{
  color: rgb(20, 20, 20);
  text-decoration: none;
  border-bottom: 2px dotted rgb(0, 0, 0);
}

a:hover{
  color: rgb(98, 98, 255);
}

h1, h2, h3 {
  font-family: 'Pitch_Sans';
  font-weight: normal;
  font-size: 24px;
  margin-bottom: 30px;
}

p
{
  font-family: 'Pitch_Sans';
  font-weight: 500;
  font-style: normal;
  color: rgb(178, 146, 105);
  font-size: 1.2rem;
  line-height: 1.2em;
}








.page-intro{
  position: absolute;
  margin: auto;
  width: 100%;
  height: 100%;
  overflow: scroll;
}

.intro-titre{
  display: inline-block;
  position: relative;
  width: 100%;
  top: 30%;  
  font-size: 90px;
  font-family: 'Pitch_Sans';
  font-weight: bold;
  font-style: normal;
  color: rgb(178, 146, 105);
  text-align: center;
}

.intro-soustitre{
  display: inline-block;
  position: relative;
  width: 100%;
  top: 30%;  
  font-size: 50px;
  font-family: 'Pitch_Sans';
  font-weight: bold;
  font-style: normal;
  color: rgb(178, 146, 105);
  text-align: center;
}

.intro-text{
  font-family: 'Pitch_Sans';
  font-size: 1em;
  font-weight: 500;
  font-style: normal;
  color: rgb(178, 146, 105);
  text-align: left;
  margin: 15%;
  margin-top: 5%;
  margin-bottom: 5%;
  overflow: auto;
}

.intro-lien{
  font-family: 'Pitch_Sans';
  font-size: 1.5em;
  font-style: normal;
  color: rgb(178, 146, 105);
  text-align: center;
  margin: 15%;
  margin-top: 5%;
  margin-bottom: 5%;
  overflow: auto;
  border: 2px solid #404040;
  border-radius: 100px;
  padding: 0px 10px 0px 10px;
}

.intro-lien:hover{
  color: rgb(98, 98, 255);
}



.intro-notice{
  font-family: 'Pitch_Sans';
  font-weight: bold;
  font-style: normal;
  color: rgb(178, 146, 105);
  text-align: center;
  border: 2px solid #404040;
  border-radius: 100px;
  padding: 0px 10px 0px 10px;
  cursor: pointer;
}

.intro-notice:hover{
  color: rgb(98, 98, 255);
}

.intro-anecdote{
  font-family: 'Pitch_Sans';
  font-style: italic;
  font-weight: bold;
  color: rgb(178, 146, 105);
  text-align: center;
  cursor: pointer;
}

.intro-anecdote:hover{
  color: rgb(98, 98, 255);
}

.souligne{
  border-bottom: 1px dotted black;
}

#premierJ{
  position: fixed;
  visibility: hidden;
  z-index: 997;
  top: 3%;
  left: 25%;
}

.souligne:hover + #premierJ{
  visibility: visible;
}

img.entrez{
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5%;
  border: 2px solid rgb(178, 146, 105);
}






.exposant{
  font-size: 0.7rem;
}

.entete
{
  position: fixed;
  width: 100%;
  height: 5%;
  background-color: #ffffff;
  border-bottom: solid;
  border-color: rgb(178, 146, 105);
  z-index: 1000;
  padding: 5px;
  display: grid;
  grid-template-columns: repeat(10, 1fr);
}

.symbole a{
  grid-column: 1;
  grid-row: 1;
  color: rgb(178, 146, 105);
  text-align: left;
  font-size: 25px;
  font-weight: normal;
  border-bottom: none;
}

.symbole a:hover{
  color: rgb(98, 98, 255);
}

.titre-entete
{
  grid-column: 2 /span 8;
  grid-row: 1;
  
}

.titre-entete a h1 {
  color: rgb(178, 146, 105);
  text-align: left;
  font-size: 25px;
  font-weight: bold;
}

.titre-entete a h1:hover{
  color: rgb(98, 98, 255);
}


.biblio-entete{
  grid-column: 9;
  grid-row: 1;

}

.biblio-entete p{
  text-align: center;
  /*line-height: 15px;*/
  font-size: 25px;
}

.biblio-entete p:hover{
  color: rgb(98, 98, 255);
}

.colophon-entete{
  grid-column: 10;
  grid-row: 1;
  
}

.colophon-entete p{
  text-align: center;
  /*line-height: 15px;*/
  font-size: 25px;
}

.colophon-entete p:hover{
  color: rgb(98, 98, 255);
}



.colophon-container {
  position: absolute;
  font-family: arial;
  font-size: 24px;
  width: 100%;
  height: 100%;
}

.colophon-text{
  margin-top: 5%;
  text-align: center;
}







#displayY {
  position: fixed;
  right: 30px;
  bottom: 1em;
  height: 10px;
  font-family: 'Pitch_Sans';
  font-weight: 500;
  font-style: normal;
  font-size:30pt;
  z-index: 100;
}

#displayX {
  position: fixed;
  right: 250px;
  bottom: 1em;
  height: 10px;
  font-family: 'Pitch_Sans';
  font-weight: 500;
  font-style: normal;
  font-size:30pt;
  z-index: 100;
}

.titre-entete h1
{
  font-size: 40px;
  font-family: 'Pitch_Sans';
  font-weight: bold;
  font-style: normal;
}

.tooltip
{
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted rgb(0, 0, 0);
}

.tooltip .tooltiptext
{
  visibility: hidden;
  width: 300px;
  background-color: rgb(0, 0, 0);
  color:#ffffff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 50%;
  margin-left: -150px;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.mindMap
{
  display: inline-block;
  position: relative;
  /*background-color: cyan;*/
  height: 2160px;
  width: 3840px;
}




#divtoshow1 {
  z-index: 999;
  position:absolute;
  display:none;}

#divtoshow2 {
  z-index: 999;
  position:absolute;
  display:none;}

#divtoshow3 {
  z-index: 999;
  position:absolute;
  display:none;}

#divtoshow4 {
  z-index: 999;
  position:absolute;
  display:none;}

#divtoshow5 {
  z-index: 999;
  position:absolute;
  display:none;}

#divtoshow6 {
  z-index: 999;
  position:absolute;
  display:none;}

#divtoshow7 {
  z-index: 999;
  position:absolute;
  display:none;}

#divtoshow8 {
  z-index: 999;
  position:absolute;
  display:none;}

#divtoshow9 {
  z-index: 999;
  position:absolute;
  display:none;}

#divtoshow9_5 {
  z-index: 999;
  position:absolute;
  display:none;}

#divtoshow10 {
  z-index: 999;
  position:absolute;
  display:none;}

#divtoshow11 {
  z-index: 999;
  position:absolute;
  display:none;}

#divtoshow12 {
  z-index: 999;
  position:absolute;
  display:none;}

#divtoshow13 {
  z-index: 999;
  position:absolute;
  display:none;}

#divtoshow14 {
  z-index: 999;
  position:absolute;
  display:none;}

#divtoshow15 {
  z-index: 999;
  position:absolute;
  display:none;}

#divtoshow16 {
  z-index: 999;
  position:absolute;
  display:none;}

#divtoshow17 {
  z-index: 999;
  position:absolute;
  display:none;}

#divtoshow18 {
  z-index: 999;
  position:absolute;
  display:none;}

#divtoshow19 {
  z-index: 999;
  position:absolute;
  display:none;}

#divtoshow20 {
  z-index: 999;
  position:absolute;
  display:none;
}




.notice
{
  font-family: 'Pitch_Sans';
  font-weight: bold;
  font-style: normal;
  position: absolute;
  color: rgb(230, 222, 213);
  text-align: center;
  font-size: 31px;
  border: 2px solid #404040;
  border-radius: 100px;
  padding: 10px 20px 8px 20px;
  cursor: pointer;
}

.notice:hover
{
  color: rgb(98, 98, 255);
}

#luControl1, #luControl2, #luControl3, #luControl4, #luControl5, 
#luControl6, #luControl7, #luControl8, #luControl9, #luControl10,
#luControl11, #luControl12, #luControl13, #luControl14, #luControl15,
#luControl16, #luControl17, #luControl18, #luControl19, #luControl20{
  display: none;
}

#luControl1:checked + label, #luControl2:checked + label, 
#luControl3:checked + label, #luControl4:checked + label, 
#luControl5:checked + label, #luControl6:checked + label, 
#luControl7:checked + label, #luControl8:checked + label,
#luControl9:checked + label, #luControl10:checked + label,
#luControl11:checked + label, #luControl12:checked + label, 
#luControl13:checked + label, #luControl14:checked + label, 
#luControl15:checked + label, #luControl16:checked + label, 
#luControl17:checked + label, #luControl18:checked + label, 
#luControl19:checked + label, #luControl20:checked + label{
  color: rgb(178, 146, 105);
}

.anecdote
{
  font-family: 'Pitch_Sans';
  font-weight: 500;
  font-style: italic;
  position: absolute;
  color: rgb(230, 222, 213);
  text-align: center;
  font-size: 31px;
  cursor: pointer;
}

.anecdote:hover{
  color: rgb(98, 98, 255);
}

#luControl1Anec, #luControl2Anec, #luControl3Anec, #luControl4Anec, #luControl5Anec{
  display: none;
}

#luControl1Anec:checked + label, #luControl2Anec:checked + label, 
#luControl3Anec:checked + label, #luControl4Anec:checked + label, 
#luControl5Anec:checked + label{
  color: rgb(178, 146, 105);
}

.anexe
{
  font-family: 'Pitch_Sans';
  font-weight: 500;
  font-style: normal;
  position: absolute;
  color: rgb(178, 146, 105);
  text-align: center;
  font-size: 15px;
}

#pli
{
  visibility: hidden;
  position: absolute; /* Stay in place */
  z-index: 997; /* Sit on top */
}

#pliControl{
  color: rgb(178, 146, 105);
  font-size: normal;
  font-weight: normal;
}







/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1000; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #ffffff;
  margin: 3% auto; /* 15% from the top and centered */
  width: 95%; /* Could be more or less, depending on screen size */
  height: 85%;
  display: grid;
  grid-template-rows: 5% 95%;
  grid-template-columns: 50% 50%;
  overflow:hidden;
}

/*NOTICE*/
.modal-image
{
  grid-row: 1/ span 2;
  grid-column: 1;
  display: block;
  overflow: scroll;
  height: 100% ;
  overflow-x: hidden; /* Hide horizontal scrollbar */

}
.modal-image-item
{
  display: block;
  margin: 20px;
  max-width: 90%;
  min-width: 80%;
 
}
.modal-text{

  grid-row: 1 / span 2;
  grid-column: 2;
  display: grid;
  grid-template-rows: 10em;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-column-gap: 0.5em;
  overflow: scroll;
  overflow-x: hidden; /* Hide horizontal scrollbar */

  background-color: white;
  margin-right: 1em;
}

.modal-text-title{
  font-family: 'Pitch_Sans';
  font-weight: bold;
  font-style: normal;
  font-size: 3em;
  font-weight: bold;
  color: rgb(178, 146, 105);
  grid-row: 1;
  grid-column: 1 / span 5;
  position: fixed;
  margin-top: 0.2em;
  width: 45%;
}

.modal-text-note{
  grid-column: 1 / span 2;
  grid-row: 2;
  font-size: 0.8rem;
}

.modal-text-courant{
  grid-column: 3 / span 10;
  grid-row: 2;
  text-indent: 3%;
}

blockquote{
  margin-left: 10%;
  margin-right: 5%;

  font-family: Pitch_Sans;
  font-weight: 900;
  font-style: normal;
  color: rgb(178, 146, 105);
  font-size: 1.2rem;
  line-height: 1.2em;
}


/*ANECDOTE*/
.modal-anec {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1000; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

.modal-content-anec {
  background-color: #ffffff;
  margin: 4% auto; /* 15% from the top and centered */
  width: 50%; /* Could be more or less, depending on screen size */
  height: 80%;
  display: grid;
  overflow:hidden  ;
  border: solid rgb(178, 146, 105);
}

.modal-image-anec
{
  display: block;
  margin: 1em;
  overflow: scroll;
  height: auto;
  margin: 1%;
}
.modal-image-item-anec
{
  display: block;
  margin: auto; 
  min-width: 50%;
}

.modal-text-courant-anec{
  margin: 0em;
}

.modal-title-anec{
  font-family: 'Pitch_Sans';
  font-weight: bold;
  font-style: normal;
  font-size: 4em;
  color: rgb(178, 146, 105);
  text-align: center;
  margin-bottom: 0px;
}

.modal-text-title-anec{
  font-family: 'Pitch_Sans';
  font-weight: bold;
  font-style: normal;
  font-size: 4em;
  color: rgb(178, 146, 105);
  text-align: center;
  margin-bottom: 0px;
}




.cln{
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  overflow: hidden;
}

#cln_1{
  grid-column: 1;
  display: block;
  overflow: scroll;
  height: 100%;
  overflow-x: hidden;
  padding-top: 50px;
}

#cln_2{
  grid-column: 2;
  display: block;
  overflow: scroll;
  height: 100%;
  overflow-x: hidden;
  padding-top: 50px;
}

#cln_3{
  grid-column: 3;
  display: block;
  overflow: scroll;
  height: 100%;
  overflow-x: hidden;
  padding-top: 50px;
}

#cln_4{
  grid-column: 4;
  display: block;
  overflow: scroll;
  height: 100%;
  overflow-x: hidden;
  padding-top: 50px;
}

#cln_5{
  grid-column: 5;
  display: block;
  overflow: scroll;
  height: 100%;
  overflow-x: hidden;
  padding-top: 50px;
}

.biblio-text{
  margin: 10px;
  text-align: center;
}



/* Différent choix de couleur

rgb(98, 98, 255) Bleu
rgb(178, 146, 105) Doré / couleur carton
*/
