@font-face {
  font-family: arial;
  src: url();
}
html,body{
  font-family: helvetica,Arial, sans-serif;
  height: 100%;
  width: 100%;
  margin: 0;
  overflow: hidden;
}

/* The side navigation menu */
.sidenav {
    height: calc(100% - 0px); /* 100% Full-height */
    width: 160px; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 0;
    left: 0;
    background-color: #0d1830; 
    padding-top: 0px; /* Place content 60px from the top */
    transition: 0.3s; /* 0.5 second transition effect to slide in the sidenav */
    display: none;
    flex-direction: column;
    justify-content: space-between;
  }
  
  /* The navigation menu links */
  .sidenav .link,.sidenav a {
    width: 160px;
    font-size: 11px;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    transition: 0.3s;
    text-align: center;
    justify-content: center;
    height: 84px;
    margin: 0px 0 0px 0;
    cursor: pointer;
    position: relative;
  }
  .link:last-child{
    margin-bottom: 50px;
  }
  .sidenav a .logoMenu{
    background-image: url('img/menu.png');
    height: 56px;
    background-repeat: no-repeat;
    background-position: center;

  }
  /* Position and style the close button (top right corner) */
  .sidenav .closebtn {

    top: 0;
    right: 0px;
    font-size: 36px;
    margin-left: 0px;
    background-image: url('./logo.png');
    min-height: 160px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
    border: hidden;
    background-color: #0d1830;
    cursor: pointer;
  }
  .sidenav.closed{
    width: 60px!important;

  }
  .hide{
    font-size: 0!important;
    width: 60px!important;
  }
  .ico{
    font-size: 24px;
    padding-bottom: 6px;
  }
  .logoE{
 
    display: block!important;
/*     transform: scale(.8); */
min-height: 60px !important;
  }
  #operateur{

  }
  #footerMenu {
    height: 40px;
    color: gray;
    font-size: 10px;
    width: 100%;
    margin: 0;
    text-align: center;
    background-color: #0d1830;
    z-index: 1;
    order: 100
  }
  
  /* Style page content - use this if you want to push the page content to the right when you open the side navigation */
  #main {
    transition: margin-left .5s;
    height: 100%;
    padding-left: 60px;
  }
  
  /* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
  @media screen and (max-height: 720px) {
    .livicon-evo:not(:last-child){
      width: 30px!important;
      left: calc(50% - 14px)!important;
    }

  }
  @media screen and (max-height: 600px) {

    .link:last-child{
      margin-bottom: 0px !important;
    }
    #ProjetTitre, #ProjetLieu{
      display: none;
    }
  }
  #Containerframe{
    height: 100%;
    width: 100%;
    margin: 0;
  }
  .openbtn{
    position: absolute;
    top: calc(50vh - 48px);
    left: 160px;
    height: 84px;
    background: #ffffff;
    border: none;
    cursor: pointer;
    color: gray;
    font-size:10px;
    transition: 0.3s;
    box-shadow: 0 3px 6px rgba(0,0,0,.16);
    border-radius: 0 3px 3px 0;
    line-height: 84px !important;
  }
  .openbtn.on{
    left: 60px;
    transform: scaleX(-1);
    border-radius:  3px 0 0 3px ;
  }
  
  .ContainerLvl2{
    
    font-size: 10px;   
    text-decoration: none; 
    color:#ffffff;
    display: none;
    transition: 0.3s;    
    text-align: center;    
    justify-content: center;    
    flex-direction: column;    
    align-items: center;      
    position: absolute;    
    left: 100%;    
    float: left;        

    top: 0%;
}
  .ContainerLvl2 a{
    transition: 0.3s;
    padding: 4px 0 4px 0;
    height: 20px;
    width: 160px;
    margin: 0;
  }
  .lvl2Show{
    display: flex!important;
  }
.livicon-evo{
  position: relative;
  left: calc(50% - 20px);
}
#ProjetTitre{
  position: relative;
  top:0px;
  text-align: center;
  z-index: 100000;
  font-size: 0.8em;
  font-weight: bold;
  color: #ffffff;
  white-space:initial;
  overflow: hidden;
  min-height: 16px;
  height: 32px;
  width: 80%;
  margin: auto;  
  margin-top: 10px;
}
#ProjetLieu{
  position: relative;
  top:0px;
  text-align: center;
  z-index: 100000;
  font-size: 0.75em;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 16px;
  white-space: nowrap;
  overflow: hidden;
  min-height: 16px;
  height: 16px;
}
.fullScreen{
  border: none;
  background: none;
  height: 50px!important;
  font-size: 10px;
  width: 100%;
  margin: 0;
  text-align: center;
  align-items: center;
  z-index: 1;
  order: 99;

}
.fullScreen .livicon-evo{
  left: 0;
}
#footerContainer{
  order: 100;
}