body {
  
  padding: 0;
  margin: 0;
  background-image: url("images/plaine_morte.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  height: 100vh;
  width: 100vw;
  overflow: auto;

}

#playgroundBody{

  overflow: hidden;
  
}

#pageContainer{

  position: relative;

}

#gameArea{

  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;

}

#tutorialArea{

  display: none;
  position: absolute;
  z-index: 8;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: rgb(255, 248, 220, 0.9);
  width: 50%;
  max-width: 600px;
  height:75vh;
  padding: 25px;
  margin: 0 auto;
  font-family: Arial, sans-serif;
  font-size: 1.1em;

}

#closeButton{

  position: absolute;
  top: 15px;
  right: 12px;
  width: 26px;

}

#tutorialContent{

  width:100%;
  height:70vh;
  padding-bottom: 150px;

}


#tutoTitle{

  height:5vh;
  margin-top: 0px;
  padding-top: 0px;
  color: blue;

}

#tutoText{

  margin-top: 0px;
  margin-bottom: 30px;

}

#tutoSlideImage{

  display:block;

  margin: auto;
  padding-bottom: 25px;
  width: 90%;

  opacity: 1;

}

#videoPlayer{

  display:block;
  margin: auto;
  opacity: 1;
  width: 100%;
  height: auto;

}

#tutoSlideName{


  color: magenta;

}

#tutoExplain{

  margin-bottom: 20px;
  color: black;
  height: 52vh;

  overflow: auto;

}

#tutoFooter{

  height:10vh;
  width:100%;
  
}


#tutorialNavigate{
  bottom:10px;
  position: absolute;
  width:100%;
  height:vh;
  text-align:center;
}


#previousArrow, #nextArrow{

  width: 64px;
  padding-left: 5px;
  padding-right: 5px;

}

#topoButton{

   margin-bottom: 0px;

}

#editor{

  width: 200px;

}

#playgroundArea{

  margin-top: 30px;
  display: flex;
  justify-content: center;
  
}

#blocklyArea{

  z-index: 1;
  display:inline;

}

#blockly-editor{

  height: 800px; width: 600px;
  
  
}


#editorArea{

  margin-top: 40px;
  display: flex;
  justify-content: center;
  z-index:1;

}



#blocklyArea{

  z-index: 1;
  display:flex;

}


#code-holder{



}


#codeEditor{

  width: 550px;
  height: 400px;
  margin-left: 30px;

}

#runImg{

  margin-left: 30px;


}

#languageSelect{

   font-size: 16px;


}

#fileUpload{

   visibility: hidden;

}

#worldNb{

    padding-top: 30px;
    text-align: center;}

.iconNb {

  font-family: Arial, sans-serif;
  background: #5178D0;
  border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
  line-height: 1.6em;
  margin-right: 5px;
  text-align: center;
  width: 1.6em;
  height: 1.6em;
}

.titleArea{

  text-align: center;

}

.title{

  font-family: Arial, sans-serif;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  font-size:12pt;
  margin-left: auto;
  margin-right: auto;
  width:60%;

}

#universeTitle{

  margin-top: 30px;
  color: #f5f05b;
  font-size:16pt;

}

#worldTitle{

  margin-top: 5px;
  margin-bottom: 20px;

}

#mainTitleDiv{

   text-align: center;

}

#mainTitle{

  margin-top: 30px;
  color: #f5f05b;
  font-size:36pt;
  font-weight: bold;
  font-family: 'McLaren', Arial, sans-serif;

}


#julieImg{

   margin-top: 30px;

}

#instructions, #toposExplanation, #docsExplanation{

  font-family: Arial, sans-serif;
  color: #ffffff;
  text-align: justify;
  font-weight:normal;
  font-size:14pt;
  width: 40%;
  margin-left: auto;
  margin-right: auto;
}

#instructionsDiv, #toposDiv{

  text-align: center;

}

#editorIcon{

  margin-top: 10px;

}

#topoIcon{

  margin-bottom: 20px;
  margin-top: 10px;

}

#julieSmallImg{

  vertical-align:middle;

}


.iconRow{

  padding-right: 10px;

}

.descriptionRow{

  text-align: justify;
  font-weight: normal;
  font-size: 16pt;

}

#editorSmallIcon{

   margin-top: 40px;

}

#toposSection{

  text-align: center;
  font-family: Arial, sans-serif;
  color: #ffffff;

}

#toposCountainer{

   text-align: center;
   height:155px;
   width:600px;
   overflow-y: auto;
   overflow-x: auto;
   margin-left:auto;
   margin-right:auto;

}

#toposTable{

  text-align: left;
  align: center;


}


#toposCountainer::-webkit-scrollbar {
    width: 1em;
}

#toposCountainer::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

#toposCountainer::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}

li{

  margin-bottom: 16px;
  
}

#zoomDiv{

  position: fixed;
  right: 10px;
  width: 30px;

}

#docsExplanation{

   text-align: center;

}

#videoPlayer{

 width: 75%;
 margin: auto;

}

#volumeIcon{

  width:110%;
  
}

#tutoIcon{

  width:110%;
  
}

#incFontIcon{

  width:100%;
  
}

#decFontIcon{

  width:100%;
  
}

#themeIcon{

  width: 100%;
  
}

#loadingScreen{

  background-image: url('images/everest.svg');
  background-size: cover;
  position: fixed;
  padding: 0;
  margin: 0;
  top: 0;
  left: 0;
  z-index: 9;
  height: 100%;
  width: 100%;
  background-color: lightblue;
  overflow: hidden;
  
}

#progressbar{
  
  background-color: blue;             
  position: absolute;
  width:0%;
  height:60px;
  left:25%;
  top: 50%;

}

#cog{

   margin:auto;
  
}

#editorHeader{

  margin-left: 30px;
  
  width: 100%;
  
}


.languageTab {
  
  background-color: inherit;
  outline: none;
  cursor: pointer;
  padding: 4px 10px;
  transition: 0.3s;
  font-size: 0.9em;
}


.languageTab active {
  
  font-weight: bold;
  
}

#javascriptTab{

  background-color: cornsilk;
  border: cornsilk ; 
  font-weight:bold;
  
  
}

#pythonTab{

  background-color: lightblue;
  border: lightblue ;
}

#javaTab{

  background-color: #eec8de;
  border: #eec8de ;
  
}

#pseudoTab{

  background-color: #d8eec8;
  border: #d8eec8 ;
  
}

.editorTabs button:hover {
  
  background-color: #ddd;
  
}


.ace_mode-pseudo .ace_keyword {
    color: blue;
}