
@font-face {
  font-family: "pixel";
  src: url(font/PixelPurl.ttf);
}

body{
  margin:auto;
  }

h1 {
  
  color: #333333;
  font-family: "pixel",Verdana;
  text-align: center;
  text-shadow: 1px 1px 1px #8c886f;}
  
  
 #paneltop{
background-image: url("img/pal_top.png");
 height: 50px;
 background-repeat: no-repeat;
 
 }
 
#panel {
  width:500px;
  font-size: 25px;
  color: #333333;
  font-family: "pixel",Verdana;
  text-align: left;
  text-shadow: 1px 1px 1px #8c886f;

   }

#fond {background-image: url("img/pal_back.png");
  background-repeat: repeat-y;
  margin:0 auto;
 padding-bottom:100px;
}


#name {
  font-size: 25px;
  color: #333333;
  font-family: "pixel",Verdana;
  text-align: left;
  text-shadow: 1px 1px 1px #8c886f;
  margin-left: 0.5em;
  
  }

#text {
  position: relative;
  align-content: center;
  color: #3a3a3c;
  font-family: "pixel",Verdana;
  text-align: left;
  text-shadow: 1px 1px 1px #8c886f;
  width: 20em;
  margin-left: 1.5em ;
  margin-right:1.5em;
  white-space: normal;
  vertical-align: top;
  display: inline-block;

}

#text p {
  font-family: "pixel",Verdana;
  font-size:1em;
  text-align: left;
  font-style: oblique;
  line-break: auto;

}

#text a {
 color: black;

}


#icenter {
 margin:auto;
}
  
#left2 {
  position: absolute;
  display: block;
  margin-left: auto;
  margin-right: auto;
  float: right;
  width: 35%;
  height: 100%;
}

.img{
  margin-top:10%;
  position:absolute;
  width: 100%;
  height: 100%;
  background-image: url("img/character01.png");
  background-repeat: no-repeat;
  z-index: 3;
  }

#scene {
  margin-top:10%;
 
  height: 50%;
  width:100%;
  position: relative;
  float: right;
  
}
#right2 {
  
  z-index: 1;
  position: relative;
  width: 65%;
  height: 400px;
  float: right;
 
  
}

#iframe2 {
    float: left;
    overflow: visible;
    margin-top:5%;
    width: 100%;
    height: 400px;
    border-width: 0px;
    background:none transparent;
    z-index: 2;
}

#iframebubble {
  
  width:100%;
  text-align: justify;
  text-justify: inter-word;
 
}
p {
  white-space: pre;
  font-family: "pixel",Verdana;
 }

br { display: inline-block; width: 1em; }

#bubble2 {
  position: relative;
  font-family: "pixel",Verdana;
  margin:auto;
  background-image: url(img/bubble_back.png);
  background-repeat: repeat;
  height: 32%;
  width:90%;
  float:left;
  }
  
.tg  {
border-collapse:collapse;
border-spacing:0;
background-image: url("img/paint.png");
background-repeat: repeat-y;
  
  }
  
  
  
.tg td{border-color:black;border-style:solid;border-width:1px;font-family:Arial, sans-serif;font-size:14px;
  overflow:hidden;padding:10px 5px;word-break:normal;}
.tg th{border-color:black;border-style:solid;border-width:1px;font-family:Arial, sans-serif;font-size:14px;
  font-weight:normal;overflow:hidden;padding:10px 5px;word-break:normal;}
.tg .tg-0lax{text-align:left;vertical-align:top}




.row > .column {
  padding: 0 0px;
  
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Create four equal columns that floats next to eachother */
.column {
  float: left;
  width: 25%;
  border-radius: 5px;
  cursor: pointer;
   transition: 0.3s;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Caption text */
.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

img.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}