#titreListe {
    color: #9ccb57;
}

#listeProjets {
    padding: 0px 15px;
    gap: 10px;
    margin-bottom: 45px;
}

.divProjet {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 15px;
}

.charger-projet {
    background-color: #58c4d4;
    color: white;
    padding: 15px;
    width: 90%;
    border-bottom-left-radius: 15px;
}
.charger-projet:hover {
    background-color: #9ceffc;
}

.supprimer-projet {
    background-color: rgb(255, 28, 28);
    color: white;
    font-weight: bold;
    padding: 15px;
    align-items: center;
    width: 10%;
    border-top-right-radius: 15px;
}
.supprimer-projet:hover {
    background-color: rgb(255, 119, 119);
    color: rgb(94, 94, 94);
}

#nouveauProjet {
    background-color: #9ccb57;
    font-weight: bold;
    color: white;
    align-items: center;
    padding: 20px;
    border-bottom-right-radius: 15px;
    border-top-left-radius: 15px;
}
#nouveauProjet:hover {
    background-color: #b9e27c;
    color: white;
}

#pasProjets {
    margin: 0px 0px 40px 20px
}

#visualisationProspects {
    background-color: #628330;
    font-weight: bold;
    color: white;
    align-items: center;
    padding: 20px;
    border-bottom-right-radius: 15px;
    border-top-left-radius: 15px;
}
#visualisationProspects:hover {
    background-color: #80a844;
    color: white;
}