.BoxMenu {
  width: 700px;
  
  /* 1 display:bloak; */
  position: fixed;
  top: 0;
  /* 2 */
  bottom: 0;
  /* 2 
  transform: translateX(-100%);*/
  /* 3 */
  background: deepskyblue;
  transition: 0.15s;
  /* 4 */
  z-index:999;
}

.VistaMenuBox {
 
 display: none;

}

.toglie .BoxMenu {
  left: -450px;
}

.mette .BoxMenu {
  left: 0;
}