#div_gauge{
    position: absolute;
    left:5%;
    top:60%;
  
  
    
    /*border: thin solid red;*/
    
} 
#gauge{
    position: absolute;
   
    width:100%;;
    height:auto;
    
    /*border: thin solid green;*/
    
} 

#div_gauge .div_disk2{
    height: 5em;
}

.gauge_compteur{
       font-size: 2.5em;
       font-family: 'titilliumtext22lxbold';
    position: relative;
}

.gauge_compteur_txts{
    /*margin-top: 5.2em;*/
}
.gauge_compteur_txt {
    /*display: inline-block;*/
}
.gauge_compteur_units{
    text-transform: none;
}
 .gauge-arrow {
    z-index: 10;
    height: 5em;
    width: 0.275em;
    margin-left: -.15em;
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    top: 0em;
}

.gauge-arrow,  .gauge-arrow:before {
    position: absolute;
    display: inline-block;
    background: white;
    left: 50%;
    border-radius: 50% 50% 50% 50% / 50% 50% 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.gauge-arrow:before {
    content: '';
     background: white;
    height: 0.7em;
    width: 0.7em;
    bottom: -0.1em;
    margin-left: -0.35em;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

