html {
  height: 100%;
}
body {
  min-height: 100%;
  background-image: url(https://ensciences.fr/images/background/whitey.png);
}

.mainRow {
  padding: 30px;
}

/* #iFrame {
  border: 0.2em dotted #888;
  height: calc(100% - 40px);
  width: 100%;
} */

.CodeMirror {
  max-height: calc(100vh - 340px);
  height: calc(100vh - 320px);
  border-radius: 0 0.5em 0.5em 0.5em;
  font-size: 12px;
  border: 3px solid #263238;
}

.zoom {
  position: absolute;
  right: 12px;
  bottom: 12px;
}


.fa-stack {
  display: inline-block;
  height: 1em;
  line-height: 1em;
  position: relative;
  vertical-align: middle;
  width: 1.25em;
}

.toolbox {
  position: absolute;
  left: 12px;
  bottom: 12px;
  /* Vertical repartition of the elements */
  /* display: flex;
  flex-direction: column; */
}

.browser {
  font-size: 18px;
  padding: 2.1em 0 0 0;
  border-radius: 0.5em;
  background: #fff;
  display: inline-block;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0.25em 0.9em -0.1em rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
}

.browser .browser-navigation-bar {
  display: block;
  box-sizing: border-box;
  height: 2.1em;
  position: absolute;
  top: 0;
  padding: 0.3em;
  width: 100%;
  background: linear-gradient(to bottom, #edeaed 0%, #dddfdd 100%);
  border-bottom: 2px solid #cbcbcb;
}

.browser i {
  display: inline-block;
  height: 0.7em;
  width: 0.7em;
  border-radius: 0.45em;
  background-color: #eee;
  margin: 0.4em 0.15em;
}

.browser i:nth-child(1) {
  background-color: rgb(255, 86, 79);
}

.browser i:nth-child(1):hover {
  background-color: rgb(255, 20, 25);
}

.browser i:nth-child(2) {
  background-color: rgb(255, 183, 42);
}

.browser i:nth-child(2):hover {
  background-color: rgb(230, 175, 42);
}

.browser i:nth-child(3) {
  background-color: rgb(37, 198, 58);
}

.browser i:nth-child(3):hover {
  background-color: rgb(10, 225, 10);
}

.browser input {
  font-size: 0.75em;
  vertical-align: top;
  display: inline-block;
  height: 1.6em;
  color: #aaa;
  width: calc(100% - 6em);
  border: 0.1em solid #e1e1e1;
  border-radius: 0.25em;
  background-color: #eee;
  margin: 0.1em;
  padding: 0 0.4em;
}

.browser-container {
  height: 100%;
  width: 100%;
  overflow-x: scroll;
  overflow-y: scroll;
}

#iFrame {
  width: 100%;
  height: 100%;
}

.titre {
  font-family: "Luckiest Guy", cursive;
  font-size: 65px;
  color: rgb(230, 118, 44);
  text-shadow: 5px 5px #aaaaaa;
}

.editor {
  border-radius: 0.5em;
  background: none !important;
  border: none !important;
}

.card-header-tabs .nav-link.active {
  background-color: #263238;
  border: 2px solid #263238;
  color: #fff;
}

.card-header-tabs .nav-link.active:hover {
  background-color: #263238 !important;
  border: 2px solid #263238;
  color: #fff !important;
}

.card-header-tabs .nav-link {
  background-color: #fff;
  border-color: #7e7e7e;
  color: #263238;
}

.card-header-tabs .nav-link:hover {
  background-color: #d6d6d6;
  border-color: #7e7e7e;
  color: #263238;
}

.card-header-tabs {
  margin-bottom: -10px;
  margin-left: -16px;
}

.card-header {
  background: none !important;
  border: none !important;
}

.card-body {
  border-radius: 0 0.5em 0.5em 0.5em;
}

.copyright {
  color: #333;
  font-size: 10px;
  position: absolute;
  bottom: 10px;
  left: 5px;
  padding-right: 20px;
  padding-left: 20px;
  opacity: 0.7;
  z-index: 1;
}

@media (max-width: 400px) {
  .titre {
    font-size: 40px !important;
  }
}

@media (max-width: 600px) {
  .mainRow {
    padding: 4px;
  }
}

.loading {
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
}

#spinner {
  width: 250px;
  height: 150px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -125px;
  margin-top: -150px;
  text-align: center;
  /* background-color: #fff;
  border: 1px solid rgb(221, 221, 221);
  border-radius: 20px; */
}

#page-preloader {
  position: fixed;
  left: 0;
  top: 0px;
  right: 0;
  bottom: 0;
  background-color: #fff;
  /* background-image: url(../assets/images/whitey.png); */
  z-index: 101;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
