#container {
    background: url(../images/bg.png);
    background-size: 100%!important;
    margin: auto;
        width: 844px;height: 390px;
    background-repeat: no-repeat!important;
	overflow: hidden;
}

.active_icon{    filter: drop-shadow(0 0 0px #357f9a) drop-shadow(0 0 7px #357f9a) contrast(1) brightness(1);}

img{width:100%}
.power-button{
	    width: 50px;
    position: absolute;
    bottom: 62px;
    z-index: 99999;
    left: 87px;
}
html, body 
{
  width: 100%;
  height: 100%;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Open Sans", sans-serif;
  background: black;
}

#app {
  background-color: #222;
}

.row{
    margin: 0px!important;
}
.indicateurs li {
    display: inline-block;
    margin: 10px;
}

.indicateurs ul {
  list-style-type: none;
    width: 325px;
    padding: 0;
        position: absolute;
    margin-left: -163px;
    left: 50%;
	
}

header {
	min-height: 80px;
}

.indicateurs img {
    width: 40px;
}

.indicateurs {
        margin: 0 auto;
}

div#left-air {
    margin-top: 100px;
    margin-left: 10px;
	filter: drop-shadow(0 0 1px #357f9a) drop-shadow(0 0 14px #357f9a) contrast(1) brightness(1);
    transition: .5s;
}

div#right-air {
    margin-top: 100px;
    margin-left: 50px;
	filter: drop-shadow(0 0 1px #357f9a) drop-shadow(0 0 14px #357f9a) contrast(1) brightness(1);
    transition: .5s;
}


canvas#speedo {
    
    border-radius: 50%;
    background: linear-gradient(to right, #b8b8b7, #252525);
    padding: 5px;
}


canvas#rpm {
    
    border-radius: 50%;
    background: linear-gradient(to right, #252525,#b8b8b7);
    padding: 5px;
}

canvas#speedo , canvas#rpm {
    
    /*position: absolute;
    left: 50%;
    margin-left: -150px;*/
}

#info, #consumption {
    position: absolute;
    color: white;
    left: 50%;
    top: 50%;
    font-weight: bold;
    margin-left: -56px;
    margin-top: 93px;
    width: 125px;
    background: black;
    height: 125px;
    line-height: 79px;
    border-radius: 50%;
}

#info .speed {
    margin: 0;
    font-size: 40px;
    text-align: center;
    line-height: 27px;
    margin-top: 38px;
}

#info .speed span {
    font-size: 11px;
    display: block;
}


.consumption-info{
    margin: 0;
    font-size: 40px;
    text-align: center;
    line-height: 27px;
    margin-top: 38px;
}

.consumption-info span{font-size: 11px;display: block;}


.diag {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 300px 5px;
    border-color: transparent transparent #a6080a99 transparent;
    position: absolute;
}

.hide{
    display: none;
}

.diag_2 {
    transform: rotate(340deg);
    right: 80px;
}
.diag_1 {
    transform: rotate(20deg);
    left: 80px;
}


hr.milieu_route {
    position: absolute;
    left: 50%;
    margin-left: -5px;
    width: 0;
height: 0;
border-style: solid;
border-width: 0 5px 200px 5px;
    border-color: transparent transparent #ffffff24 transparent;
    margin-top: 35px;
}

.road {
        width: 137%;
    position: absolute;
    left: -20%;
    right: 0;
    bottom: 0;
}

.car {
    background: url(/images/car.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: -webkit-fill-available;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
}