.sub-container {
    background-color: white;
}

/* The sidebar menu */
.sidebar {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1; /* Stay on top */
  top: 110px;
  left: 0;
  background-color: rgb(255, 255, 255); /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidebar */
  border-right: 3px solid rgb(224, 224, 224);
}

/* The sidebar links */
.sidebar a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidebar a:hover {
  color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidebar .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

/* The button used to open the sidebar */
.openbtn {
  font-size: 20px;
  cursor: pointer;
  background-color: #111;
  color: white;
  padding: 10px 15px;
  border: none;
}

.openbtn:hover {
  background-color: #444;
}

/* 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; /* If you want a transition effect */
  padding: 20px;
}

/* 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: 450px) {
  .sidebar {padding-top: 15px;}
  .sidebar a {font-size: 18px;}
}

.hr {
  border: 2px solid rgb(240, 204, 0);
  margin-top: 5px;
  margin-bottom: 0;
}

.appSelectionLevel {
  background-image: url("/images/level.png");
  background-repeat: no-repeat;
  background-position-x: center;
  height: 180px;
  width: 180px;
  margin: 15px;
  border: 5px solid rgb(255, 255, 255);
}

.appSelectionLevel:hover {
  background-image: url("/images/level.gif");
  border: 5px solid rgb(165, 165, 165);
}

.appSelectionDetection {
  background-image: url("/images/point-level.png");
  background-repeat: no-repeat;
  background-position-x: center;
  height: 180px;
  width: 180px;
  margin: 15px;
  border: 5px solid rgb(255, 255, 255);
}

.appSelectionDetection:hover {
  background-image: url("/images/point-level.gif");
  border: 5px solid rgb(165, 165, 165);
}

.appSelectionPressure {
  background-image: url("/images/pressure.png");
  background-repeat: no-repeat;
  background-position-x: center;
  height: 180px;
  width: 180px;
  margin: 15px;
  border: 5px solid rgb(255, 255, 255);
}

.appSelectionPressure:hover {
  background-image: url("/images/pressure.gif");
  border: 5px solid rgb(165, 165, 165);
}

#scroll_to_top {
  position: fixed;
  width: 25px;
  height: 25px;
  bottom: 50px;
  right: 50px;
  color: red;
}
#scroll_to_top img {
  width: 25px;
}

.logo {
  color: white;
  margin-top: 6px;
  margin-left: 30px;
  padding: 7px;
  color: yellow;

}

#menuNavTool {
  box-shadow: 0px 2px 5px rgb(230, 230, 230);
}

#menuNavTool li {
  color: #111;
  font-weight: 600;
  padding-left: 40px;
  padding-right: 40px;
}

#menuNavTool li p {
  margin-top: 15px;
}

#menuNavTool li:hover {
  background-color: yellow;
  cursor: pointer;
}

#mainContainer {
  margin-top: 90px;
}

#feedbackButton {
  color: white;
  fill: white;
}

#devLogButton:hover {
  background-color: yellow;
  cursor: pointer;
  color: black;
  fill: black;
}

#devLogButton {
  color: white;
  fill: white;
}

#feedbackButton:hover {
  background-color: yellow;
  cursor: pointer;
  color: black;
  fill: black;
}


#modal-menu-nav {
  box-shadow: 0px 2px 5px rgb(230, 230, 230);
}

#modal-menu-nav li {
  color: #111;
  font-weight: 600;
  padding-left: 40px;
  padding-right: 40px;
}

#modal-menu-nav li p {
  margin-top: 18px;
}

#modal-menu-nav li:hover {
  background-color: yellow;
  cursor: pointer;
}

#modal-menu-nav .modal-menu-item-disabled:hover {
  background-color: rgb(116, 116, 116);
  cursor: not-allowed;
}

.logo-topbar {
  height: 25px; 
  margin-top: 12px;
  margin-left: 20px;
}

#synthese_recapitulatif {
  font-size: 14px; 
  font-family: Arial, Helvetica, sans-serif;
}

#synthese_informations_manquantes {
  font-size: 14px; 
  font-family: Arial, Helvetica, sans-serif;
}