


.Module_Affichage {
	width:90%;
	border:2px solid #999999;
	padding:5px;
	border-radius: 15px;
	background-color: #d0dce4;
	min-width:800px;
}



.switch {
      display: inline-block;
      width: 60px;
      height: 34px;
      position: relative;
    }

.toggle-thumb {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      display: flex;
      justify-content: space-between;
      align-items: center;
      background-color: #475569;
      border-radius: 40px;
      cursor: pointer;
    }
    
.toggle-thumb:before {
      content: "";
      height: 26px;
      width: 26px;
      position: absolute;
      left: 4px;
      bottom: 4px;
      border-radius: 50%;
      background-color: #E2E8F0;
      transition: .4s all ease;
    }
    
.checkbox {
      opacity: 0;
      width: 0;
      height: 0;
    }

.checkbox:checked + .toggle-thumb:before {
      transform: translateX(26px);
    }
    
    
.bouton3 {
	padding: 5px 20px;
	background: #ecfc30;
	color: #000000;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
	border: 2px solid #46a28d;
}

.bouton3:hover {
	background: #34393E;
	color: #5EB6DD;
}


.Table_Log {
	margin-left: 10%;
	width:80%;
	min-width: 700px;
	border-collapse: collapse;
	border-spacing: 0px;
	border: 1px solid blue;
}

.Table_Log th, .Table_Log td {
	padding-left: 2%;
	width: 90px;
	border: 1px solid blue;
}

.Table_Log thead {
    background-color: #1c87c9;
    color: #ffffff;
}

.Table_Log tbody tr:nth-child(odd) {
    background: #ffffff;
}
      
.Table_Log tbody tr:nth-child(even) {
     background: #f4f4f4;
}
       


 

.barGraph {
/*     background: url(images/horizontal_grid_line_50_pixel.png) bottom left; */
/*     border-bottom: 1px solid #333; */
    font: 9px Helvetica, Geneva, sans-serif;
    height: 400px;
    padding: 0;
    position: relative;
    }
    
.barGraph li {
/*     background: #666 url(images/bar_50_percent_highlight.png) repeat-y top right; */
    border: 1px solid #555;
    border-bottom: none;
    bottom: 0; 
/*     color: #FFF; */
    margin: 0; 
    padding: 0 0 0 0;
    position: absolute;
    list-style: none;
    text-align: center;
    width: 1%;
    }
    
.barGraph li.p0{ background-color:#eb96cd; opacity:80%; z-index:4 }	/* Absence de mesure */
.barGraph li.p1{ opacity:40%; z-index:3 }	/* Affichage mesure 1 */
.barGraph li.p2{ opacity:60%; z-index:2 } /* Affichage mesure 2 */
.barGraph li.p3{ opacity:100%; z-index:1 } /* Affichage mesure 3 */


.Grille_Graphique {
    position: relative;
	margin-left: 3%;
/* 	margin-bottom: 30px; */
	width:96%;
	height: 445px;
	border-collapse: collapse;
	border-spacing: 0px;
	border: 0.5px dotted blue;
}

.Grille_Graphique td {
	padding-left: 0;
	width: 1px;
	border: 0.5px dashed blue;
}






meter {
  width: 500px;
  height: 15px;
  -webkit-appearance: none; /* Reset appearance */
  border: 1px solid #ccc;
  border-radius: 3px;
  margin: 0;
  position: relative;
}

meter::-webkit-meter-bar {
  background: none; /* Required to get rid of the default background property */
  background-color: whiteSmoke;
  box-shadow: 0 5px 5px -5px #333 inset;
}


#meter_item 
{
    width: 100%; 
}
 
.scale_1 {
    width: 98%;
    padding: 0;
    margin: 0;
    border: 0;
    text-align: center;
}

.scale_2 {
    width: 100%;
    padding: 0;
    margin-left: 4%;
    border: 0;
    text-align: center;
}

.scale_3 {
    width: 90%;
	padding: 0;
	margin-left: 5%;
	border: 0;
	text-align: center;
}

table.scale_1 td {
	width: 8%;
	text-align: center;
}


table.scale_2 td {
	width: 5%;
	text-align: center;
}


td[class~="scale_3"] {
	width: 14%;
    text-align: center;
}




