
.fleche{
    margin : auto;
    rotate : 90deg;
}
.fleche:hover{
    transform: rotate(-90deg);
    transition: ease-in-out 0.5s;
}

.projet{
    margin : auto;
}

.projet:hover{
    transform: scale(0.5);
    transition: ease-in-out 0.5s;
}