#title_current{
    color:white;
    text-align: center;
    font-size: 30px;
    font-family: 'K2D', sans-serif;
    margin: 20px 0 50px 0; 
}

.project{
    border-color: #802A36;
    border-style: solid;
    border-radius: 20px;
    border-width: 3px;
    background-color: #ff461c5a;
}

.stateProject{
    background-color: violet;

}

.text{
    text-align: center;
}

.refonte_pluto{
    background: linear-gradient(to bottom,
    rgba(10, 17, 79, 0.535) 15%,
    rgba(10, 17, 79, 0.535) 100%),
    url('../img/refonte_pluto.png') left no-repeat;
    background-size: cover;
}

.devPluto{
    background: linear-gradient(to bottom,
    rgba(10, 17, 79, 0.535) 15%,
    rgba(10, 17, 79, 0.535) 100%),
    url('../img/devPluto.png') top no-repeat;
    background-size: cover;
}

.drones{
    background: linear-gradient(to bottom,
    rgba(10, 17, 79, 0.535) 15%,
    rgba(10, 17, 79, 0.535) 100%),
    url('../img/drones.png') top no-repeat;
    background-size: cover;
}

.state div{
    height: 10px;
    width: 10px;
    border-radius: 50%;
    margin-right: 5px;
}

.indev{
    background-color: rgb(255, 110, 57);
}

.online{
    background-color: rgb(0, 255, 0);
}

.state{
    display: flex;
    align-items: center;
}

#li-div >ul > li > div {
    width: auto !important;
    height: auto !important;
}

@media (max-width: 600px) {
    #li-div > ul > li {
        width: auto !important;
        height: auto !important;}
}
