  /* Style page content */

  body {
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    /* background-color: #FFFFFF; */
    /* background-color: #F3F7DD; */
    background-color: #1A5276;
  }

  .container-infos {
    /* Same as the width of the sidebar */
    /* margin-left: 0px;  */
    /* width: 100%; */
    /* height: 25px; */
    /* margin-top: 70px; */
    z-index: 1;
    /* background-color: #F3F7DD; */
  }
  
  .container-konva {
    /* margin-left: 0px;  */
    width: 100%;
    height: 100%;
    /* margin-top: 66px; */
    margin-top: 68px;
    margin-left: 0px;
    z-index: 0;
  }
  
  .container-sipe {
    width: 100%;
    height: 100%;
    margin-top: 68px;
    margin-left: 0px; 
    z-index: 0;
    background-color: #FFFFFF;
  }

  #preview {
    margin-top: 70px;
    position: absolute;
    width: 200px;
    height: 200px;
    top: 2px;
    right: 2px;
    border: 1px solid grey;
    background-color: lightgrey;
    z-index: 10;
  }

  #menu-add-zone {
    margin-top: 70px;
    /* padding-top: 70px; */
    position: absolute;
    width: auto;
    height: 50px;
    top: 5px;
    /* right: 2px; */
    left: 100px;
    /* border: 1px solid grey; */
    /* background-color: lightgrey; */
    z-index: 1;
  }

  #menu-edit-zone {
    /* margin-top: 120px; */
    margin-top: 70px;
    /* padding-top: 70px; */
    position: absolute;
    width: 50px;
    height: auto;
    top: 5px;
    /* right: 2px; */
    left: 3px;
    /* border: 1px solid grey; */
    /* background-color: lightgrey; */
    z-index: 1;
  }

  #menu-edit-layer {
    /* margin-top: 70px; */
    position: absolute;
    width: auto;
    height: 50px;
    max-height: 40px;
    bottom: 50px;
    left: 5px;
    /* border: 1px solid grey; */
    /* background-color: lightgrey; */
    z-index: 1;
  }

  #menu-info-zone {
    bottom: 45px;
    /* margin-bottom: 75px; */
    position: absolute;
    width: auto;
    height: auto;
    padding: 2px;
    /* right: 55px; */
    right: 5px;
    z-index: 1;
    color: rgb(255, 255, 255);
  }

  #menu-info-transport {
    bottom: 90px;
    /* margin-bottom: 75px; */
    position: absolute;
    width: auto;
    height: auto;
    padding: 2px;
    /* right: 55px; */
    left: 5px;
    z-index: 1;
    color: rgb(255, 255, 255);
  }

  #menu-info-prog {
    bottom: 90px;
    /* margin-bottom: 75px; */
    position: absolute;
    width: auto;
    height: auto;
    padding: 2px;
    /* right: 55px; */
    left: 5px;
    z-index: 1;
    color: rgb(255, 255, 255);
  }

  #menu-actions-stage {
    margin-top: 75px;
    position: absolute;
    width: 44px;
    height: auto;
    padding: 2px;
    /* top: 5px; */
    right: 5px;
    /* left: 3px; */
    /* border: 1px solid grey; */
    /* background-color: lightgrey; */
    z-index: 1;
  }

  #menu-info-devis {
    margin-top: 75px;
    position: absolute;
    width: 350px;
    height: 82%;
    padding: 2px;
    /* top: 5px; */
    right: 0px;
    /* left: 3px; */
    /* border: 1px solid grey; */
    /* background-color: lightgrey; */
    /* background-color: white; */
    opacity: 0.8;
    /* font-size: 6px; */
    color: white;
    z-index: 1;
  }

  #menu-info-object {
    position: absolute;
    width: auto;
    height: auto;
    padding: 2px;
    right: 0px;
    /* bottom: 40px; */
    bottom: 0px;
    /* border: 1px solid grey; */
    /* z-index: 1; */
    z-index: 10;
  }

  /* Style the main content */
  .main {
    margin-left: 0px; /* Same as the width of the sidenav */
    padding: 0px 0px;
  }

  .navbar {
    z-index: 3;
    background-color: #FFFFFF;
  }

  /* Add media queries for small screens (when the height of the screen is less than 450px, add a smaller padding and font-size) */
  @media screen and (max-height: 450px) {
    .sidebar {padding-top: 0px;}
    .sidebar a {font-size: 18px;}
  }

  @media print {
    body * {
      visibility:hidden;
      background-color: white;
      color: black;
    }
    #container-konva * {
      background-color: white;
      color: black;
    }
    #printSection, #printSection * {
      visibility:visible;
    }
    #printSection {
      position:absolute;
      left:10;
      top:10;
      right: 10;
      bottom: 10;
      width: 100%;
      height: 100%;
    }

    /* #printThis {
      background-color: white;
      height: 100%;
      width: 100%;
      position: fixed;
      top: 0;
      left: 0;
      margin: 0;
      padding: 15px;
      font-size: 30px;
      line-height: 18px;
    } */

}