/* Start custom CSS */.carte-prestations h3{
    color: var(--Noir);
}

.carte-prestations:hover h3{
    color: var(--Blanc);
}

.carte-prestations p{
    color: var(--Texte);
}

.carte-prestations:hover p{
    color: var(--Blanc);
    opacity: 0.75;
}/* End custom CSS */