/* line 11, ../sass/style.scss */
body {
  background: white;
  margin: 0;
  padding: 0;
  height: 100%;
}

pre code {
  font-family: Menlo, Monaco, "Courier New", monospace;
  margin-top: 0px;
  font-size: 0.8em;
  text-wrap-mode: wrap;
  border: gray solid .25px;
  background-color: rgb(192, 192, 192);
  border-radius: 5pt;
}

code {
  background-color: rgb(227, 227, 227);
  padding-left: 2px;
  padding-right: 2px;
  border-radius: 10%;
  font-size: 0.9em;
}

.tables {
  display: flex;
  flex-direction: row;
  align-items: stretch;
}

iframe {
  width: 100%;
  height: 400px;
  border: solid .25px gray;
  border-radius: 5pt;
}

.fullpage {
  cursor: pointer;
}

#fullpage-background {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: white;
  opacity: 0.95;
  top: 0px;
  left: 0px;
  z-index: 10;
  display: none;
  overflow-y: scroll;
  cursor: pointer;
}

a,
a:visited {
  color: #5355ff;
  text-decoration: none;
}

a:hover {
  color: #5355ff;
  text-decoration: underline;
}

/* line 18, ../sass/style.scss */
.mobileLogo {
  display: none;
}

/* line 22, ../sass/style.scss */
img.close {
  display: none;
}

/* line 26, ../sass/style.scss */
.line {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 3px;
  background: #5355ff;
}

/* line 35, ../sass/style.scss */
h1 {
  color: #5355ff;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  text-align: center;
}

/* line 42, ../sass/style.scss */
.menu {
  text-align: center;
  width: 20%;
  height: 100%;
  position: fixed;
  top: 5%;
  left: 1%;
  overflow-y: auto;
}

/* line 50, ../sass/style.scss */
.menu ul {
  text-align: left;
  list-style: none;
  line-height: 20px;
  margin-right: 10px;
}

/* line 55, ../sass/style.scss */
.menu ul li {
  margin-bottom: 12px;
  line-height: 16px;
}

/* line 58, ../sass/style.scss */
.menu ul li a {
  font-weight: bold;
  font-size: 14px;
  font-family: "Raleway", sans-serif;
  color: black;
  text-decoration: none;
}

/* line 68, ../sass/style.scss */
.menu ul li a:hover {
  border-bottom: 2px solid #5355ff;
}

/* line 72, ../sass/style.scss */
.menu ul li a.active {
  border-bottom: 2px solid #5355ff;
}

div.mentions {
  /*position:fixed;*/
  bottom: 2%;
  left: 60px;
  width: 100%;
  margin: 40px 0 0 40px;
  text-align: left;
}

.mentions div a {
  color: black;
  border: none;
}

.mentions p {
  font-family: "Raleway", sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 14px;
  width: 80%;
}

.mentions .logoEnsad {
  width: 80%;
  height: auto;
}

/* line 81, ../sass/style.scss */
.content {
  width: 50%;
  max-width: 600px;
  margin-left: 25%;
  margin-top: 10%;
}

/* line 86, ../sass/style.scss */
.content h2 {
  color: #5355ff;
  font-size: 22px;
  font-weight: 800;
  font-family: "Raleway", sans-serif;
  margin-top: 50px;
}

/* line 93, ../sass/style.scss */
.content h2 span {
  display: block;
  font-size: 13px;
}

.content h3 {
  color: #5355ff;
  font-size: 18px;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  margin-top: 20px;
}

.content h4 {
  /* color: #5355ff; */
  font-size: 16px;
  font-weight: 500;
  font-family: "Raleway", sans-serif;
  margin-top: 16px;
}

/* line 99, ../sass/style.scss */
.content p {
  font-size: 14px;
  font-family: "Raleway", sans-serif;
  line-height: 20px;
  padding-left: 15px;
}

/* line 106, ../sass/style.scss */
.content ul {
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  padding-left: 30px;
}

/* line 111, ../sass/style.scss */
.content ul li {
  margin-bottom: 10px;
}

/* line 116, ../sass/style.scss */
.content img {
  width: 100%;
  margin: 1%;
}

/* line 122, ../sass/style.scss */
.language {
  width: 15%;
  position: fixed;
  left: 82%;
}

/* line 128, ../sass/style.scss */
.language a {
  border: none;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  display: inline-block;
  margin-right: 5%;
  text-decoration: none;
  color: black;
  opacity: 0.6;
}

/* line 139, ../sass/style.scss */
.language a:hover {
  border-bottom: 2px solid #5355ff;
}

/* line 143, ../sass/style.scss */
.language a.active,
.language a.active:hover {
  opacity: 1;
  border-bottom: 2px solid #5355ff;
}

.realisations img {
  width: 100%;
  height: auto;
  margin-left: 15px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .menu ul {
    padding-left: 25px;
  }

  div.mentions {
    /*left:35px;*/
    margin-left: 25px;
    margin-top: 25px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {

  /* line 152, ../sass/style.scss */
  .menu {
    left: 3%;
    width: 23%;
  }

  /* line 155, ../sass/style.scss */
  .menu ul {
    padding-left: 10px;
  }

  div.mentions {
    /*left:35px;*/
    margin-left: 10px;
    margin-top: 10px;
  }

  /* line 160, ../sass/style.scss */
  .content {
    margin-left: 30%;
    width: 65%;
  }

  /* line 165, ../sass/style.scss */
  .language {
    position: fixed;
    bottom: 10%;
    left: 10%;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
  pre code {
    /* font-family: Menlo, Monaco, "Courier New", monospace;
    margin-top: 0px; */
    font-size: 0.7em;
  }

  /* line 173, ../sass/style.scss */
  .menu {
    left: 0%;
    top: 0%;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    padding: 5%;
    padding-top: 10%;
    width: 90%;
    height: 100%;
    background: white;
    z-index: 1;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }

  /* line 193, ../sass/style.scss */
  .menu ul {
    padding-left: 10px;
    height: 460px;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }

  /* line 199, ../sass/style.scss */
  .menu img {
    width: 80px;
  }

  /* line 202, ../sass/style.scss */
  .menu h1 {
    font-size: 12pt;
    margin-top: 0;
  }

  /* line 209, ../sass/style.scss */
  .mobileLogo {
    display: block;
    width: 100%;
    margin-top: 10%;
    margin-bottom: -10%;
  }

  /* line 216, ../sass/style.scss */
  img.close {
    display: block;
    width: 35px;
    height: auto;
    position: fixed;
    left: 0%;
    background: #5355ff;
    padding: 1%;
    top: 0%;
    z-index: 99;
  }

  /* line 228, ../sass/style.scss */
  .content {
    margin-top: 15px;
    margin-left: 5%;
    width: 85%;
    z-index: 0;
  }

  /* line 235, ../sass/style.scss */
  .language {
    position: static;
    width: 100%;
    margin-top: 50px;
    text-align: center;
  }

  div.mentions {
    width: 100%;
    position: relative;
    margin-top: -55%;
    margin-left: -50px;
    margin-bottom: 10%;
    font-size: 10px !important;
  }
}