#texte-hero{
    text-align: center;
    padding-bottom: 20px;
}
#texte-hero h2{
    color: #f09367;
    font-size: 40px;
}
.projet-partie{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-left: 100px;
    padding-right: 100px;
    padding-bottom: 50px;
}
.projet-partie img{
    border-radius: 15px;
}
.projet-partie .lien-souligne {
    color: #f09367;
    font-weight: bold;
    text-decoration: none;
    font-family: "Asul";
}