.container-compteur{
  /*background: #010006;*/
  width:100%;
  text-align: center;
  height: 110px;
  /*
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;*/
  margin: auto !important;
}

section,
.donut-chart {
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0 auto 2rem;
  border-radius: 100%;
}
.jours, .heures, .minutes, .secondes{
  display: inline-block;
}
section{
  width: 120px;  
}
p.center-time {
  position: absolute;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  top:0;left:0;bottom:0;right:0;
  width: 40px;
  height: 40px;
  margin: auto;
  border-radius: 50%;
  line-height: 40px;
  color: #0676cc;
}
p.center-unit {
  position: absolute;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  top:0;left:0;bottom:-110px;right:0;
  width: 110px;
  height: 40px;
  margin: auto;
  border-radius: 50%;
  line-height: 40px;
  color:#0676cc;
}
