.container-compteur{
  width:100%;
  text-align: center;
  height: 77px;
}

section,
.donut-chart {
  position: relative;
  width: 80px;
  margin: 0;
}
.jours, .heures, .minutes, .secondes{
  display: inline-block;
  padding:0 0 0 1.3em;
}
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;

  line-height: 40px;
  color: #0676cc;
}
p.center-unit {
  position: absolute;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  top:0;left:0;bottom:-75px;right:0;
  /*width: 110px;*/
  height: 40px;
  margin: auto;
  color:#0676cc;
}
