comment-title {
    position: relative;
    z-index: 1;
}
/*  CSS pour Suport tablettes */
@media screen and (max-width: 950px) {
    .card.footer {
        height: auto;
        scrollbar-width: none;
    }
}
body {
    font-family: 'Roboto', sans-serif;
    background-color: #f8f5cc;
    color: #033157;
}