/* Pages mes projets */


.card a {
    text-decoration: none; /* Enlève le soulignement */
    color: inherit; /* Assure que la couleur du texte est héritée */
    }

.design_card_projet{
    width: 100%;
    height: 100% !important;
    border-radius: 10px !important;
    overflow: hidden;
    gap: 30px;;
}


.image_card{
    object-fit: cover; 
    height: 200px !important; 
    border-top-left-radius: 10px !important; 
    border-top-right-radius: 10px !important;
}
