            /*
 *                        _oo0oo_
 *                       o8888888o
 *                       88" . "88
 *                       (| -_- |)
 *                       0\  =  /0
 *                     ___/`---'\___
 *                   .' \\|     |// '.
 *                  / \\|||  :  |||// \
 *                 / _||||| -:- |||||- \
 *                |   | \\\  - /// |   |
 *                | \_|  ''\---/''  |_/ |
 *                \  .-\__  '-'  ___/-. /
 *              ___'. .'  /--.--\  `. .'___
 *           ."" '<  `.___\_<|>_/___.' >' "".
 *          | | :  `- \`.;`\ _ /`;.`/ - ` : | |
 *          \  \ `_.   \_ __\ /__ _/   .-` /  /
 *      =====`-.____`.___ \_____/___.-`___.-'=====
 *                        `=---='
 * 
 * 
 *      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 * 
 *            佛祖保佑       永不宕机     永无BUG
 */


/* BODY */
body {
  color: black;
  background: url(./images/tablefusion.png);
  background-color:black;
  background-repeat: repeat;
  line-height:16px;
  background-position:0;
  background-size: 3500px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* STYLES GÉNÉRAUX POLICES */

em{font-family:"adelyne";}

b{font-weight:bold;}

i {font-style: italic;
font-weight:lighter;
color: green;
font-size :20px;
text-transform:capitalize;
}

.uppercase{
  text-transform:uppercase;
  font-family:sans-serif;
  }

.float {
font-size:2em;
color: #000;
animation-name: floating;
animation-duration: 3s;
animation-iteration-count: infinite;
animation-timing-function: ease-in-out;
}
@keyframes floating {
0% { transform: translate(0, 0px); }
50% { transform: translate(0, 15px); }
100% { transform: translate(0, -0px); }
}

 @font-face {
     font-family: 'TooMuchInk'; /*a name to be used later*/
     src: url('/fonts/TooMuchInk.ttf') format('truetype');
 }

 @font-face {
     font-family: 'Cybersomething'; /*a name to be used later*/
     src: url('/fonts/Cybersomething.ttf') format('truetype');
 }
 
 @font-face {
     font-family: 'RetroGaming'; /*a name to be used later*/
     src: url('/fonts/RetroGaming.ttf') format('truetype');
 }
 
 @font-face {
     font-family: 'terminal'; /*a name to be used later*/
     src: url('/fonts/windows_command_prompt.ttf') format('truetype');
 } 
 
  @font-face {
     font-family: 'PrStart'; /*a name to be used later*/
     src: url('/fonts/PrStart.ttf') format('truetype');
 } 
 
  @font-face {
     font-family: 'Grand9K'; /*a name to be used later*/
     src: url('/fonts/Grand9K.ttf') format('truetype');
 } 
 
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* ÉLÉMENTS GÉNÉRAUX */

aside{
  width:44%;
  padding-left:2em;
  display: inline-block;
  vertical-align: top;
}

menu {
 display:inline-block;
 padding-top:1vh;
 padding-bottom: 2.2vh;
 height:30px;
 margin-left: 43%;
}
    /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
    /* ICÔNES DU MENU */
#homeicon{
  background: url(./images/compass.png);
  background-repeat: no-repeat;
  background-size:100% 100%;
  height:100%;
  width:32px;
  display:inline-block;
  }
  
  #libraryicon{
  background: url(./images/book.gif);
  background-repeat: no-repeat;
  background-size:100% 100%;
  height:100%;
  width:32px;
  display:inline-block;
  }


#salleicon{
  background: url(./images/game_macine.gif);
  background-repeat: no-repeat;
  background-size:100% 100%;
  height:100%;
  width:32px;
  display:inline-block;
  }


#jinjaicon{
  background: url(./images/torii.gif);
  background-repeat: no-repeat;
  background-size:100% 100%;
  height:100%;
  width:32px;
  display:inline-block;
  }


#phareicon{
  background: url(./images/tohdai.gif);
  background-repeat: no-repeat;
  background-size:100% 100%;
  height:100%;
  width:32px;
  display:inline-block;
  }


#chaticon{
  background: url(./images/cat_22.gif);
  background-repeat: no-repeat;
  background-size:100% 100%;
  height:100%;
  width:32px;
  display:inline-block;
  }
  
  #museumicon{
  background: url(./images/art_1.gif);
  background-repeat: no-repeat;
  background-size:100% 100%;
  height:100%;
  width:32px;
  display:inline-block;
  }
  
  #mahabreicon{
  background: url(./images/b_clear.gif);
  background-repeat: no-repeat;
  background-size:100% 100%;
  height:100%;
  width:32px;
  display:inline-block;
  }
    /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
    
h1 {
  text-align:center;
  font-weight:bold;
  margin-top:0.4em;
  font-family:"term";
  text-transform:uppercase;
  font-size: 40px;
  }
  
h2{
  margin: 0.5em auto;
  font-family: "Times New Roman", serif;
  font-weight: bold;
  line-height: 18px;
  }
  
h3{
  font-family:times new roman; font-weight:bold;
  overflow-y: scroll;
  height: 68vh;
  }

h4{
  text-transform : uppercase;
  margin-top: 15px;
  margin-bottom: 10px;
  font-weight:bold;
  }
  
p{font-family:times new roman; font-weight:bold;}  
  
a {
  text-decoration:none;
  color:saddlebrown;
  font-weight:bold;
  }

a img {
  max-width:100px;
  }

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* TYPES DE DIV SPÉCIFIQUES */

.content{
  width: 1300px;
  height:800px;
  position: relative;
  top: 1.5em;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  padding:2em 4em 0 4em;
  }

.divider{
  text-align: center;
  width:100%;
  padding : 1em 0 1em 0;
  }

.place em{margin-top:10px;}

.place img{height:60px; width: auto; padding-top: 1em;}

.middle{margin-left:1em; margin-right: 1em;}
  
#img_gauche {
  padding:2em;
  width:80%;
  height :auto;
  text-align : center;}

#top-elements{justify-content:center; display: flex;}
#middle-map-element{justify-content:center; display: flex; width:100%; margin-top:-1em; margin-bottom:2em;}
#bottom-elements{justify-content:center; display: flex;}

.placetype{color:black; font-family:courier, monospace;}

.description {margin-top:0.3em; color:darkred;}

.contenu{
 height:50px; 
}

.align-contenu p {
 font-weight:normal;
 overflow-y: scroll;
  margin-top: 5px;
  line-height: 2.5vh;
}

#content {
  width: 100%;
  display:inline-block;
  }
  
#reliure{
  width: 60px;
  height: 100%;
  display: inline-block;
  }
  
#notice {
 text-align: center;
 width:100%;
 text-transform:uppercase;
 font-size:8px;
}

.page-droite {
  padding-right:20px;
  overflow-y: scroll;
  height:640px;
  scrollbar-color: Peru Bisque;
  scrollbar-width: auto;
  }
  
.scroll{
writing-mode: vertical-rl;
text-orientation: mixed;
  position : absolute;
  left:95%;
  top:80%;
  }
  

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* PAGES */

  /* ACCUEIL -STENDHAL CITY */
#stendhal{
  background: url(./images/bigmapnocompass.png);
  background-repeat: no-repeat;
  background-size:95% 100%;}
#map{
  width: 1200px;
  position: relative;
  padding: 0 4em 0 3em;
  top: 3em;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  display: flex;
}
#map-navigation{
  width:70%;
  font-size:13px;
  padding-top : 3em;
  }

.inline-map-element{
  width:100%;
  display: flex;
  }
#compass{
  display:inline-block; 
  width:100%;
  height:auto;
  margin-top:1em;
  padding-left:15em;
  padding-right:1em;}

#compassimg {
  width: 7em;
  height: 7em;
  background: url(./images/compass.png);
  background-repeat: repeat;
  background-size: 100%;
  }
 #blabla{height:75%}
 #blabla p {line-height: 23px;width:80%;}

#counter{display:inline-block; width:100%; text-align:center;} 
#stendhal li{
  width:30%;
  text-align:center;
  display:inline-block;
  }
#stendhal ul{justify-content:center;}

/* 1- MAHABRE- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - *
  /* MAHABRE - GOLDENCITY */
#hyperspace{
  background: url("https://www.geocities.ws/antena_roma_uno/shoutcast/32.gif");
  background-repeat: repeat;
  animation: colorRotate 6s linear 0s infinite;
  } 
#goldencity{margin-top:-4em;}
#mahabre{
  background: url(./images/bigmapnocompass.png);
  background-repeat: no-repeat;
  background-size:100% 100%;
  }
  
#mahabre h1{
  text-align:right;
  }
#mahabre h2, #mahabre p {
  margin-top:2em;
  }
#mahabre .scroll{
  left: 97%;
  }
 #mahabrechoix{
   text-align:center;
   margin:0 auto;
   }
   
#mahabre menu {
  margin-left: 38%;
  }
  
#levoidchoix{
  width: 30%;
  background: url("https://www.geocities.ws/antena_roma_uno/shoutcast/32.gif");
  background-repeat: repeat;
  animation: colorRotate 6s linear 0s infinite;
  margin: 0 auto;
  padding: 2em;
  }

#levoidchoix a{
  padding: 1em;
  }
#diverpages{
  padding: 1em;
  }
/* 2- ART - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - *
  /* ART - MUSEUM*/
#museum{margin-bottom: 1em;}
#toile{
  background: url(./images/toile.png);
  background-repeat: no-repeat;
  background-size:100% 100%;
  }
#toile h1, #toile h2 {
      margin-top:2em;
  }
#toile menu {
  margin-top : 3em;
  }
#toile .scroll{
  left:93%;
  }
  m
  #gallerieimgs{
  border:none;
  width: 100%;
  }
#gallerieimgs td{
  width:70px;
  border:none;
  text-align: center;
  margin-top: 10px;
  margin-right: 40px;
  display: inline-block;
  }
#gallerieimgs td:hover{
  cursor: zoom-in;
  }
#toile .page-droite {
  margin-right:20px;
  overflow-y: scroll;
  height:640px;
  scrollbar-color: Peru Bisque;
  scrollbar-width: auto;
}
 #overlay {
  position: fiuxed; /* Sit on top of the page content */
  display: none; /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5); /* Black background with opacity */
  z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */
}  
 #text{
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 50px;
  color: white;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
}  
#toile span {
  line-height: 20px;
  }
#toile #paper{
  display: inline-block;
  width: 80px;
  font-size: 10px;
  text-transform: uppercase;
  font-family: TooMuchInk;
  }
  #paper span {
      text-align:center;
      padding-left: 2em;
    }
  #papeteriebg{
  background-color: tan;
  padding: 1em;
  width: 100px;
  box-shadow: 0 1px 1px 0 #444;
  display:inline-block;
    }
  #matos{
    display:inline-block;
    width:50%;
    padding-left: 1em;
    }
    
    #matos li{
    padding-bottom: 0.5em;
    }
    
  h5{
    font-weight:bold;
     padding-bottom: 0.5em;
    }
  #toile h2{
    text-transform:uppercase;
    }
/* 3- TTRPG- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - * 
  /* TTRPG - LIBRARY */
#ttrpg{margin-top:2em;}
#library{
  background: url(./images/library.png);
  background-repeat: no-repeat;
  background-size:100% 100%;
  }
#library  p {font-weight: 600;}

#library table, th, td {
  border: 1px solid;
}

#library table {
    width: 100%;
    margin-top : 10px;
  }
#library th {
  letter-spacing: 2px;
  font-weight:bold;
  text-align:center;
  padding:0.3em;
}
#library td {
  text-align :center;
  letter-spacing: 2px;
  padding:0.2em;
  margin: 0 auto;
  } 
#library p {
    font-family: cursive;
  }
/* 4- RESSOURCES- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - *
  /* RESSOURCES - TAVERNE */
#ressources{margin-top:-4em;}
#taverne{
  background: url(./images/ressources.png);
  background-repeat: no-repeat;
  background-size:100% 100%;
  }
#taverne h1 { margin-top:1.5em;}
#taverne h2 { margin-top:1.5em; padding-bottom:2em;width:90%;}
#taverne .align-contenu p {height:60vh}
#taverne .align-contenu  {margin-left:20px}
#taverne menu {
    margin-top:1.2em;
  }  
  
  
  
  
  
  
/* 5- PROFIL - LE PHARE- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - *  

  /* PROFIL - PHARE */
#mayor{margin-top:-4em;}
#lephare{
  background: url(./images/museum.png);
  background-repeat: no-repeat;
  background-size:100% 100%;
  }
#lephare h1 {
    margin-top:1.5em;
    margin-bottom:0.5em;
  }
#lephare h2, #lephare p {
      margin-bottom:0.1em;
  }
#lephare menu {
    margin-top:4em;
  }  
#lephare #img_gauche {
  padding:0;
}
#lephare i {
  padding-bottom:0.5em;
}

#classe{
  max-width: 100%;
  }
#lephare .page-droite{
  height: 600px;
  }
#lephare .scroll{
  right: 5%;
  left:0;
  }
  
#lephare img{
  max-width: 100%;
  }
/* 6- LA SALLE- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - *  

  /* JV - LA SALLE*/
#jv{
  background: url(./images/jv.png);
  background-repeat: no-repeat;
  background-size:100% 100%;
  }
#digital{margin-top:-2em;}
#JVFOND {
  background:url(./images/space_bg.gif);
    background-repeat: repeat;
  }
#lasalle{
  color: black;
  background:url(./images/pixels.gif);
  background-repeat: repeat;
  line-height:16px;
  background-position:0;
  background-size: 80px;
  }
#lasalle p {
  margin-right:2em;
  }
#lasalle menu{
  filter: gray;
  filter: grayscale(1);
  -webkit-filter: grayscale(1); 
  }
#lasalle #endpage{
  filter: gray;
  filter: grayscale(1);
  -webkit-filter: grayscale(1); 
  }
#lasalle #scroll{
  left: 95.8%;
  top: 67%;
  }  
#lasalle h2{
  font-family: 'TooMuchInk';
  }  
#lasalle h4{
  font-family: 'Cybersomething';
  }
#lasalle #notice {
  background-color:white; 
  padding:1em;
  }
#lasalle li{
  padding-bottom:0.8em;
  }
#lasalle li a{
  padding-bottom:0.2em;
  }
.nompp h5 {
  font-family: 'Grand9K';
  text-transform:uppercase;
  font-weight:bold;
  line-height: 20px;
  }
#lasalle ul li p {
  font-family: 'Grand9K';
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  }
#lasalle ul img{
  padding-right:0.3em;
  } 
#lasalle a{
  color: darkred;
  }
#listpp {
  display: flex;
  justify-content:space-evenly;
  align-items:flex-start;
  width: 520px;
  flex-wrap: wrap;
  }
#lasalle .page-droite {
    scrollbar-color: Black White;
    font-family: 'Grand9K';
  }
#lasalle .page-droite p {
      font-family: 'Grand9K';
  }  
#lasalle .page-droite a {
    text-transform:uppercase;
  }
#lasalle .scroll {
  top:69%;
  }
  
#lasalle .pp p{
  overflow-y: visible;
  margin-right:0;
  }
#lasalle .pp img:hover {
  transform: scale(1.1);
}
.nompp {
    text-align :center;
    width:100px;
    padding-top :0.5em; 
  }
#lasalle .pp{
  transition: transform .2s;
  display:inline-block;
  position: relative;
  }
.spoiler{
  filter: blur(5px);
  }
.spoiler:hover{
  filter: blur(0px);
  transition: filter 0.4s ease;
  }
    /* EFFET GRIS SURVOL POUR LES PERSONNAGES*/
#mary {
  filter: grayscale(100%);
}

#mary:hover {
  filter: grayscale(0%);
  transition: filter 0.3s ease;
}
#aya {
  filter: grayscale(100%);
}

#aya:hover {
  filter: grayscale(0%);
  transition: filter 0.3s ease;
}
#chiaki {
  filter: grayscale(100%) blur(5px);
}

#chiaki:hover {
  filter: grayscale(0%) blur(0);
  transition: filter 0.4s ease;
}
#chloee {
  filter: grayscale(100%);
}

#chloee:hover {
  filter: grayscale(0%);
  transition: filter 0.3s ease;
}
#evatrice {
  filter: grayscale(100%);
}

#evatrice:hover {
  filter: grayscale(0%);
  transition: filter 0.3s ease;
}
#lara {
  filter: grayscale(100%);
}

#lara:hover {
  filter: grayscale(0%);
  transition: filter 0.3s ease;
}
#midna {
  filter: grayscale(100%);
}

#midna:hover {
  filter: grayscale(0%);
  transition: filter 0.3s ease;
}
#sanaehanekoma {
  filter: grayscale(100%);
}

#sanaehanekoma:hover {
  filter: grayscale(0%);
  transition: filter 0.3s ease;
}
#scythian {
  filter: grayscale(100%);
}

#scythian:hover {
  filter: grayscale(0%);
  transition: filter 0.3s ease;
}
#tincelle {
  filter: grayscale(100%);
}

#tincelle:hover {
  filter: grayscale(0%);
  transition: filter 0.3s ease;
}

#pinkie:hover {
  filter: grayscale(0%) blur(0);
  transition: filter 0.4s ease;
}
#pinkie {
  filter: grayscale(100%);
}
#oncle:hover {
  filter: grayscale(0%) blur(0);
  transition: filter 0.4s ease;
}
#oncle {
  filter: grayscale(100%);
}

/* 7- SHRINE- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - *

  /* FANPAGES - SHRINE */
  
#bodyshrine{
  position:fixed;
  width:100%;
  }
  
#reimiko{
  position: fixed;
  height: 25%;
  width: auto;
  z-index: 300;
  margin-left: 9vh;
  }

#bodyshrine menu{
  position: fixed;
  z-index: 100;
  top:0;
  margin-left:0;
  text-align:center;
  width: 100%;
  } 
#temple {
  position:fixed; 
  width:100%; 
  height:100%;
  margin-top:3%;
  }
#toit{
  border: solid black;
  border-top-width:4ex;
  border-bottom-width:0ex;
  border-left-width:0ex;
  border-right-width:0ex;
  margin-top: 2%;
  margin-top:0.4%;
  width: 100%;
  height: 8%;
  background-color: #ef4e31;
  }
  
#toriigauche {
    background-color: #e3482c;
    height: 100%;
    width: 130px;
    display: table-cell;
    position: absolute;
    left: 50px;
  }

#toriidroite {
    background-color: #e3482c;
    height: 100%;
    width: 130px;
    position: absolute;
    right: 50px;
    display: table-cell;
  }
#bodyshrine .scroll {
  z-index: 100;
  position:absolute;
  right:3vw;
  height: 100%;
  writing-mode: vertical-rl;
  text-orientation: upright;
  margin-top: 80vh;
  margin-right: 50px;
  }
#bodyshrine{
  background-repeat: repeat;
  background-position:0;
  background-size: 100%;
  background-color:grey;
  background-image:none;
  }
#titrejp{
  position: fixed;
  z-index: 100;
  text-align:center;
  width: 100%;
  margin-top: 7em;
  }  
#titreromaji{
  text-align:center;
  font-weight:bold;
  margin-top:0em;
  font-family:"term";
  text-transform:uppercase;
  font-size: 40px;
  opacity:0.5;
  margin-bottom: 0.5em;
  }

#dans_le_torii{
  position: fixed;
  width:60%;
  margin-top:9.5em;
  margin-left: auto; 
  margin-right: auto; 
  left: 0; 
  right: 0;
  text-align:center;
  z-index:200;
  }
#dans_le_torii ul{
  margin-top:3em;
  width:100%;
  display: flex;
  background: url(./images/BG/japan-people-pixel-art-street-wallpaper.jpg);
  background-repeat: repeat;
  background-size:100% 100%;

  }
#dans_le_torii ul li{
  display:inline-block;
  text-align:center;
    justify-content:space-between;
    width:400px
  }
#noticejinja{
  bottom:10px;
  position:fixed;
  z-index: 100;
  text-align:center;
  width: 100%;
  font-size:8px;
  text-transform:uppercase;
  }

.flip-card {
  background-color: transparent;
  width:100%;
  height:60vh;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  justify-content:center;
  align-items:center;
  display: flex;
  flex-direction:column;
}

.flip-card-front {
  background-color: #bbb;
  color: black;
}
#japon{
  background: url(./images/BG/jp-castle.jpg);
  background-repeat: repeat;
  background-size:auto 100%;
  background-position:center;
  }
#manga{
   background: url(./images/BG/ccsakuracover.jpeg);
    background-repeat: repeat;
  background-size:auto 230%;
    background-position:bottom;
  }  
  
#sanctuaires{
   background: url(./images/gifs/pray-anime.gif);
    background-repeat: repeat;
  background-size:auto 100%;
    background-position:center;
  } 
  
.flip-card-back {
  background-color: darkred;
  color: white;
  transform: rotateY(180deg);
}

