#card_popup.card {
    flex-direction: row;
    max-width: 500px;
    position: absolute;
    /*bottom: 7%;*/
    top: 1%;
    left: 1%;
    z-index: 1;
}

#card_popup.card img {
    max-width: 220px;
}

#card_body_popup.card-body{
    max-width: 350px;
    padding:20px;
}
 
#card_row_popup.row {
    flex-wrap: nowrap;
    margin-right:0px;
    margin-left:0px;
}

h4#titre_popup.card-title {
    font-weight: bold;
    margin-top:0px;
    margin-bottom:10px;
    font-size:18px;
}

p#texte_popup.card-text {
    font-size:13px;
    margin-bottom:10px;
}
 
a#bouton_lien_popup {
    font-size:14px;
} 