.div_disk{
    color:white;
    position: absolute;
}

#div_oxygene{
   
  
}


#div_conso{  
  
   
}

.div_disk2{
    /*background-color: #6291B8;*/
    
    position: relative;
    width:10em;
    height: 10em;
    margin-bottom: 1em;
  
}

#div_gauge .div_disk2 {margin-bottom: 0;}


.pie_title{
     position: absolute;
     z-index: 10;
     line-height: 4em;
     text-align: center;
     width:100%;
     font-family: 'titilliumtext22lxbold';
        font-size: 2.5em;
     
}

.pie {
/*	width: 100px;
	height: 100px;*/
	display: inline-block;
	transform: rotate(-90deg);
        /*position: absolute;*/
        width: 100%;
        height: 100%;
        text-align: center;    
}



.pie svg {
	background: #6291B8;
	border-radius: 50%;
}

.pie circle {
	fill: #E94E51;
	stroke: #6291B8;
	stroke-width: 32;
}

.pie.animated00 circle {animation: grow00 0.5s  ease  forwards;}
@keyframes grow00 { to { stroke-dasharray: 0 100 }}

.pie.animated10 circle {animation: grow10 0.5s  ease  forwards;}
@keyframes grow10 { to { stroke-dasharray: 10 100 }}

.pie.animated20 circle {animation: grow20 0.5s  ease  forwards;}
@keyframes grow20 { to { stroke-dasharray: 20 100 }}

.pie.animated30 circle {animation: grow30 0.5s  ease  forwards;}
@keyframes grow30 { to { stroke-dasharray: 30 100 }}

.pie.animated40 circle {animation: grow40 0.5s  ease  forwards;}
@keyframes grow40 {      to { stroke-dasharray: 40 100 }}

.pie.animated50 circle {animation: grow50 0.5s  ease  forwards;}
@keyframes grow50 {      to { stroke-dasharray: 50 100 }}

.pie.animated60 circle {animation: grow60 0.5s ease forwards;}
@keyframes grow60 {  to { stroke-dasharray: 60 100 }}

.pie.animated70 circle {animation: grow70 0.5s ease forwards;}
@keyframes grow70 {  to { stroke-dasharray: 70 100 }}

.pie.animated80 circle {animation: grow80 0.5s ease forwards;}
@keyframes grow80 {  to { stroke-dasharray: 80 100 }}

.pie.animated90 circle {animation: grow90 0.5s ease forwards;}
@keyframes grow90 {  to { stroke-dasharray: 90 100 }}

.pie.animated100 circle {animation: grow100 0.5s ease forwards;}
@keyframes grow100 {  to { stroke-dasharray: 100 100 }}