.mes-projet {
    display: flex
}

.projet {
    padding: 2px 10px;
    margin: 5px;
    height: 75px;
}
.projet a {
    color: white;
    padding-top: 5px;
}

.projet img {
 width: 50px;
 height: 50px;
 margin: auto;
 display: block;
 margin-bottom: 5px;
}

.projet:hover{
    background-color:rgb(11, 97, 255);
}

.projet-awcss__ball {
background-color: rgb(3, 201, 151);
border-radius: 10px;
width: 20px;
height: 20px;
transition: transform 400ms;
margin: auto;
}

.projet-awcss a {
    padding-top: 0px;
    padding-bottom: 2px;
}

.projet-awcss, .projet-awcss-link {
    display: flex;
}

.projet-awcss-link {
    flex-direction: column;
}

.projet-awcss:hover .projet-awcss__ball {
    transform: scale(2.5);
}