.nav-link:hover {
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
  background: rgba(255, 255, 255, 0.308);
}


@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type='range'] {
      overflow: hidden;
      width: 75%;
      -webkit-appearance: none;
      background-color: rgba(220, 220, 220, 0.658);
      border-radius: 10px ;
    }

    input[type='range']::-webkit-slider-runnable-track {
      height: 10px;
      border-radius: 10px !important;
      -webkit-appearance: none;
      color: #000000;
      margin-top: -1px;
    }

    input[type='range']::-webkit-slider-thumb {
      width: 14px;
      z-index: 10000;
      overflow: visible !important;
      border-radius: 10px !important;
      -webkit-appearance: inherit;
      height: 14px;
      background: black;
      box-shadow: -130px 0 0 130px #000000;

    }

}
/** FF*/
input[type="range"]::-moz-range-progress {
  background-color: #000000;

}
input[type="range"]::-moz-range-track {
  background-color: #ffffff;
}
/* IE*/
input[type="range"]::-ms-fill-lower {
  background-color: #000000;

}
input[type="range"]::-ms-fill-upper {
  background-color: #000000;
  border: 1px solid black;
}

input[type="checkbox"]:checked {
background: #000000;
border: #000000;

}
input{
    border:1px solid #a1a1a1 ;
}
.param-communs input[type="number"],th input[type="number"]{
    border:1px solid #a1a1a1 ;
    width: 45px;

}
th select {
    width: 120px !important;

}
.form-control:focus , .form-select:focus{
    color: #212529;
    background-color: #fff;
    border-color: #a1a1a1 ;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(146, 146, 146, 0.25);
}




.flex-wrapper {
    display: flex;
  /* flex-flow: row nowrap; */
  }

  .single-chart {
    width: 19%;
    justify-content: space-around ;
  }

  @media screen and (max-width: 600px) {
    .single-chart {
      width: 79%;
      justify-content: space-around ;
    }
    .flex-wrapper {
      display: block;
      /* flex-flow: row nowrap; */
    }

}

  .circular-chart {
    display: block;
    margin: 10px auto;
    max-width: 80%;
    max-height: 250px;
  }

  .circle-bg {
    fill: none;
    stroke: #eee;
    stroke-width: 3.8;
  }

  .circle {
    fill: none;
    stroke-width: 2.8;
    stroke-linecap: round;
    animation: progress 1s ease-out forwards;

  }

  @keyframes progress {
    0% {
      stroke-dasharray: 0 100;
    }
  }



  .percentage {
    fill: #666;
    font-family: sans-serif;
    font-size: 0.5em;
    text-anchor: middle;
  }

  .details-analyse .row{
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    padding-top: 30px ;
    padding-bottom: 30px;
  }
