
.progressContent {
    display: block;
    text-align: center;
    margin-bottom: 40px;
}

.progress {
    position: relative;
    display: inline-block;
    margin-left:10px;
    margin-bottom: 50px;
    width:110px; 
    height:110px;
}
.canvas {
    display: inline;
    position:absolute;
    top:0;
    left:0;
}
.span {
    color:#e5e5e5;
    display:block;
    line-height:110px;
    text-align:center;
    width:110px;
    font-family:sans-serif;
    font-size:20px;
    font-weight:50;
    margin-left:5px;
}

.titre
{
    display: block;
    line-height: 110px;
    text-align: center;
    font-family: sans-serif;
    font-size: 20px;
    margin-top: -15px;
}

.span {
  
}