.projet-item {
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}
.projet-item h2 a {
    color: var(--color-alfa);
    text-decoration: none;
}
.projet-item h2 a:hover {
    text-decoration: underline;
}