.btn{
    background-color: rgb(247, 206, 27);
    color: black;
    border-radius: 8px;
}
.bordure{
    border-right: 10px solid black;
    border-bottom: 8px solid black;
    box-shadow: 2px 2px 10px black;
}
.card{
    border-radius: 20px;
    height: 94%;
}
.taille-im{
    width: 15%;
}
.imcard{
    height: 10rem;
}
.marge{
    margin-top: 5rem;
}

