body {
  margin: 0;
  font-size: .8em;
  overflow-x: hidden;
  width: 100vw;
  background: orange; }
  body #pdf {
    display: flex;
    left: 3vw;
    top: 5vh;
    position: absolute; }
    body #pdf .impdf {
      position: relative;
      display: inline-flex;
      padding: 0;
      width: auto;
      z-index: 1;
      justify-content: flex-end;
      flex-flow: column-reverse; }
      body #pdf .impdf embed {
        width: 32vw;
        height: 94vh;
        margin-bottom: 6vh;
        -webkit-box-shadow: 2px 6px 20px 0px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 2px 6px 20px 0px rgba(0, 0, 0, 0.3);
        box-shadow: 2px 6px 20px 0px rgba(0, 0, 0, 0.3); }
  body .content .code, body .content .result {
    position: relative; }
  body .content scroll-container {
    display: block;
    overflow-y: scroll;
    scroll-behavior: smooth; }
    body .content scroll-container scroll-page {
      display: flex;
      align-items: center;
      justify-content: center; }
    body .content scroll-container .code {
      left: 2vw;
      top: 0;
      position: absolute;
      display: inline-flex;
      justify-content: center;
      flex-flow: column-reverse; }
      body .content scroll-container .code:hover .affichage {
        display: block; }
      body .content scroll-container .code .affichage {
        position: fixed;
        bottom: 5%;
        left: 35%;
        color: white;
        background: #525659;
        display: none;
        font-size: 1.5vh;
        transform: scale(1, 1.5);
        margin: 2vh; }
      body .content scroll-container .code h1 {
        padding: 0;
        font-weight: normal;
        font-size: 2vh;
        text-align: center;
        transform: scale(1.4, 0.8); }
      body .content scroll-container .code code {
        margin-bottom: 1%;
        padding: 0;
        border: 1px solid transparent;
        width: 42vw;
        height: 94vh;
        overflow-y: auto;
        overflow-x: hidden; }
        body .content scroll-container .code code pre {
          cursor: pointer;
          cursor: pointer;
          margin: 0;
          padding: .2vh;
          display: inline;
          font-size: 1em;
          height: 94vh; }
    body .content scroll-container .fleche {
      margin: 0;
      background: transparent;
      z-index: 2;
      left: 35vw;
      position: absolute;
      transform: scale(6, 2);
      display: inline-block;
      color: black; }
      body .content scroll-container .fleche:hover {
        color: blue; }
    body .content scroll-container .fleche .flechetxt {
      transform: scale(0.4, 1.8);
      position: absolute;
      display: inline-block;
      visibility: hidden;
      width: auto;
      background-color: transparent;
      color: blue;
      z-index: 16;
      left: -15%;
      top: 2.5vh;
      font-size: .6vh; }
    body .content scroll-container .fleche:hover .flechetxt {
      visibility: visible; }
    body .content scroll-container .result {
      right: 1%;
      top: 0;
      position: absolute;
      display: inline-flex;
      justify-content: center;
      flex-flow: column-reverse;
      padding: 0; }
      body .content scroll-container .result h1 {
        padding: 0;
        text-align: center;
        font-weight: normal;
        font-size: 2vh;
        transform: scale(1.4, 0.8); }
      body .content scroll-container .result .content-img {
        margin-bottom: 1%;
        margin-top: 0%;
        padding: 0;
        width: 49vw;
        height: 94vh;
        z-index: -10; }
        body .content scroll-container .result .content-img img {
          width: 100%;
          height: 100%;
          -webkit-box-shadow: 2px 6px 20px 0px rgba(0, 0, 0, 0.3);
          -moz-box-shadow: 2px 6px 20px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 6px 20px 0px rgba(0, 0, 0, 0.3); }

@media screen and (min-width: 1952px) {
  body .content scroll-container .result .content-img, body .pdf .impdf {
    margin-bottom: 1%;
    margin-top: 0%;
    width: 33vw;
    height: 93vh;
    z-index: -10; } }
@media screen and (min-width: 1552px) and (max-width: 4000px) {
  body .pdf .impdf img {
    margin-right: 15%; }
  body .content scroll-container .result .content-img {
    width: 49vw;
    height: 94vh; }
    body .content scroll-container .result .content-img img {
      margin-left: 15%;
      width: auto;
      height: 100%; }
  body .content scroll-container .code {
    left: 7vw; }
    body .content scroll-container .code code pre {
      font-size: 1.3em; }
  body .header {
    top: 5vh;
    left: -1.5vw;
    width: auto; } }
@media screen and (min-width: 1092px) and (max-width: 1552px) {
  body .content scroll-container .result .content-img {
    right: -10% !important;
    margin-bottom: 1%;
    margin-top: 0%;
    padding: 0;
    z-index: -10; }
    body .content scroll-container .result .content-img img {
      width: auto;
      height: 95%;
      margin-left: 15%; }
  body .content scroll-container .code code pre {
    font-size: .85em;
    display: inline; }
  body .header {
    top: 5vh;
    left: -1.5vw;
    width: auto; }
  body .header #menu .txt {
    padding-left: 6vw; }
    body .header #menu .txt p {
      font-size: 2.3vh; }
  body .menu-img .contentheader-img {
    height: auto;
    opacity: 1;
    width: 1.2vw;
    margin-bottom: .2vh; }
  body .content scroll-container .code {
    left: 6vw; } }
@media screen and (min-height: 780px) and (max-width: 1080px) {
  body .content scroll-container .result {
    right: 1%; }
    body .content scroll-container .result .content-img {
      width: 50vw !important;
      height: auto !important; }
  body .code {
    display: none !important; }
    body .code pre {
      font-size: .4em !important;
      display: inline !important; }
  body .header {
    left: 5%;
    z-index: 1000; }
  body .header #menu {
    overflow: auto;
    height: 100vh; }
  body .header #menu .txt p {
    font-size: 2.4vw !important;
    margin-bottom: 20vh;
    padding-left: 1.5vw; }
  body .menu-img .contentheader-img {
    height: auto;
    opacity: 1;
    width: 5.2vw;
    margin-bottom: .2vh; } }
@media screen and (min-width: 992px) and (max-width: 1092px) {
  body .content scroll-container .result h1 {
    font-size: .9em; }
  body .content scroll-container .code {
    left: 4vw; }
    body .content scroll-container .code h1 {
      font-size: .9em; }
    body .content scroll-container .code code pre {
      font-size: .84em;
      display: inline; }
  body .header {
    padding: 1%;
    top: 5vh;
    left: -2.5vw; }
  body .header #menu .txt {
    padding-left: 8vw; }
    body .header #menu .txt p {
      font-size: 2.3vh; }
  body .menu-img .contentheader-img {
    height: auto;
    opacity: 1;
    width: 1.3vw;
    margin-bottom: .2vh; } }
@media screen and (min-width: 750px) and (max-width: 992px) {
  body .content scroll-container .result h1 {
    font-size: .8em; }
  body .content scroll-container .code h1 {
    font-size: .8em; }
  body .content scroll-container .code code pre {
    font-size: .8em;
    display: block; }
  body .header {
    top: 4.5vh;
    left: 0vw; }
  body .header #menu .txt {
    padding-left: 8vw; }
    body .header #menu .txt p {
      font-size: 2vh; } }
@media screen and (min-width: 600px) and (max-width: 770px) {
  body .content scroll-container .result {
    right: 1%; }
    body .content scroll-container .result .content-img {
      width: 50vw !important;
      height: auto !important; }
  body .code {
    display: none !important; }
    body .code pre {
      font-size: .4em !important;
      display: inline !important; }
  body .header {
    left: 5%;
    z-index: 1000; }
    body .header h1 {
      transform: rotate(0deg); }
      body .header h1:hover {
        transform: rotate(0deg); }
  body .header #menu .txt p {
    font-size: 1.5vw !important;
    padding-left: 1.5vw; }
  body .menu-img .contentheader-img {
    height: auto;
    opacity: 1;
    width: 7vw;
    margin-bottom: .2vh; } }
@media screen and (orientation: portrait) and (max-width: 780px) {
  body .content scroll-container .result {
    left: 5%; }
    body .content scroll-container .result .content-img {
      width: 80vw !important;
      height: auto; }
  body .content scroll-container .code {
    display: none; }
  body .header {
    left: 4vw;
    width: auto; }
    body .header #menu .txt {
      padding-left: 8vw; }
      body .header #menu .txt p {
        font-size: 1.6vh; }
    body .header h1 {
      transform: rotate(0deg); }
      body .header h1:hover {
        transform: rotate(0deg);
        background: black;
        color: blue; }
  body .menu-img .contentheader-img {
    height: auto;
    opacity: 1;
    width: 2.6vw;
    margin-bottom: .2vh; } }
@media print {
  @page {
    size: A1; }
  .content {
    page-break-after: always; }

  .header {
    display: none; } }

/*# sourceMappingURL=style.css.map */
