tr {
  text-align: center;
}
td {
  text-align: center;
}
.main {
	width: 75%;
	color: #404041;
}
.side {
	width: 25%;
}
.bg-custom {    
    background-color: #4B768C !important;
	opacity: 1;
}
.nav-link {
	color : white;
}
.badge {
	cursor: pointer !important;
}
.toggleList {
	cursor: pointer !important;
}

/* pipeline */
.tablePipe {
	width: 100%;
}
.pipeTitle {	
	font-size: 1.2em;
	text-align: center;
}
.pipeTitleColor1 {
	color: #ABEBC6;
}
.pipeTitleColor2 {
	color: #F5B7B1;
}
.pipeTitleColor3 {
	color: #AED6F1;
}
.pipeTitleColor4 {
	color: #EBDEF0;
}
.pipeTitleColor5 {
	color: #E59866;
}
.pipeTitleColor6 {
	color: #AEB6BF;
}
.pipeTitleColor7 {
	color: #FAD7A0;
}
.pipeTitleColor8 {
	color: #A3E4D7;
}

.pipeTd {
	height: 50px;
	color: white;
	text-align: center;	
	cursor: pointer !important;
	font-size: 1.5em;
}
.pipeBg1 {
	background-color: #ABEBC6;	
}
.pipeBg2 {
	background-color: #F5B7B1;	
}
.pipeBg3 {
	background-color: #AED6F1;	
}
.pipeBg4 {
	background-color: #EBDEF0;	
}
.pipeBg5 {
	background-color: #E59866;	
}
.pipeBg6 {
	background-color: #AEB6BF;	
}
.pipeBg7 {
	background-color: #FAD7A0;	
}
.pipeBg8 {
	background-color: #A3E4D7;	
}
.pipeStart {	
	border-radius: 25px 0 0 25px;	
}
.pipeEnd {	
	border-radius: 0 25px 25px 0;	
}
.triangle-code1{
 position: absolute;
 display : inline-block;
 height : 0;
 width : 0;
 border-top : 24px solid transparent;
 border-bottom : 24px solid transparent;
 border-left : 25px solid #ABEBC6;
}
.triangle-code2{
 position: absolute;
 display : inline-block;
 height : 0;
 width : 0;
 border-top : 24px solid transparent;
 border-bottom : 24px solid transparent;
 border-left : 25px solid #F5B7B1;
}
.triangle-code3{
 position: absolute;
 display : inline-block;
 height : 0;
 width : 0;
 border-top : 24px solid transparent;
 border-bottom : 24px solid transparent;
 border-left : 25px solid #AED6F1;
}
.triangle-code4{
 position: absolute;
 display : inline-block;
 height : 0;
 width : 0;
 border-top : 24px solid transparent;
 border-bottom : 24px solid transparent;
 border-left : 25px solid #EBDEF0;
}
.triangle-code5{
 position: absolute;
 display : inline-block;
 height : 0;
 width : 0;
 border-top : 24px solid transparent;
 border-bottom : 24px solid transparent;
 border-left : 25px solid #E59866;
}
.triangle-code6{
 position: absolute;
 display : inline-block;
 height : 0;
 width : 0;
 border-top : 24px solid transparent;
 border-bottom : 24px solid transparent;
 border-left : 25px solid #AEB6BF;
}
.triangle-code7{
 position: absolute;
 display : inline-block;
 height : 0;
 width : 0;
 border-top : 24px solid transparent;
 border-bottom : 24px solid transparent;
 border-left : 25px solid #A3E4D7;
}


#svg circle {
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 1s linear;
  stroke: #ffffff;
  stroke-width: 1em;
}
#svg #bar {
  stroke: #FF9F1E;
}
.h6, h6 {
    font-size: 0.75rem !important;
}
.clickable {
	cursor: pointer;
}

.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 20px;
}

.slider.round:before {
  border-radius: 50%;
}

/* Fireworks */

canvas {
	cursor: crosshair;
	display: block;
}

/* Animations */

.validScale {
	position: absolute;	
	width: 100%;
	height: 100%;
	top: 0;
    left: 0;
    opacity: 0.7;
	background-color: #ABEBC6;
	transform: scale(2);
	transition: transform 3000ms ease-in-out;	
}

/* Indicateurs de mesure */
.diag {
  float: left;
  width: 100px;  
  min-height: 30px;
  margin-left: 50px;
  margin-right: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: large;
  border-radius: 0 0 10px 10px;
}
