.ws_headerBar {
  display: none !important;
}
/* #fb,
.footerBar {
  display: none !important;
} */
#t,
taskpanel {
  display: none !important;
}

/* Masque les pages que tu ne veux plus voir */
#ps,   /* sélection des projets */
#pd,   /* détails / contenu projet */
#ob {
  /* contenu du projet */
  display: none !important;
}

/* Force la zone viewer à prendre tout l'écran */
html,
body {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  height: 100% !important;
  overflow: hidden !important;
}

body > pagebox,
#v {
  position: fixed !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
}
body > pagebox .f_pagebox {
  right: 0px;
  top: 0px;
}

/* Sécurise les vues principales */
#om,
#pv,
.overviewmap,
.panoramaview,
.f_fixPage,
.f_page {
  top: 0 !important;
}
#pv1 div .f_actionBarWrapper {
  padding: 5px 5px 93px;
}
