@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200;300;400;600;700;800;900;1000&display=swap');


#container {
    background: url(../images/bg.png);
    background-size: 100%;
    margin: auto;
    width: 100%;height: 5000px;
    background-repeat: no-repeat;
}



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: 66px!important;
}
.indicateurs li {
    display: inline-block;
    margin: 10px;
}

.indicateurs ul {
        margin: 0px;
    padding: 0;
}

.indicateurs img {
    width: 30px;height: 17px;
}

.indicateurs {
     min-height: 90px;
    margin: 50px auto;
    width: 385px;
}




canvas#speedo {
    
    border-radius: 50%;
    background: linear-gradient(to right, #b8b8b7, #252525);
    padding: 6px;
}


canvas#rpm {
    
    border-radius: 50%;
    background: linear-gradient(to right, #252525,#b8b8b7);
    padding: 6px;
}

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 #020f5996 transparent;
    position: absolute;
}

.hide{
    display: none;
}

.diag_2 {
    transform: rotate(334deg);
    right: 80px;
}
.diag_1 {
    transform: rotate(26deg);
    left: 80px;
}


hr.milieu_route {
    position: absolute;
    left: 50%;
    margin-left: -5px;
    width: 0;
height: 0;
border-style: solid;
border-width: 0 5px 250px 5px;
border-color: transparent transparent #ffffff24 transparent;

}