.projet_large,.projet_small {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}
/* Footer toujours en bas */
body{
    display: flex;
    flex-direction: column;
    min-height: 100svh;
}
main{
    flex:1;
}
footer{
    margin-top:auto;
}
.description_projet a {
    color: #1B1B1B;
}
