/* Transition fluide pour titre et bouton */
.yp-articles-list__body-title-link,
.yp-articles-list__body-btn {
    transition: color 0.3s ease;
}

/* Hover sur le titre */
.yp-articles-list__item:hover .yp-articles-list__body-title-link {
    color: #d2b48c !important;
}

/* Hover sur le bouton */
.yp-articles-list__item:hover .yp-articles-list__body-btn {
    color: #d2b48c !important;
}

@media (min-width: 1200px) {
    .h3, h3 {
        font-family: 'Aboreto';
    }
}

@media (min-width: 1200px) {
    .h2, h2 {
        font-family: 'Aboreto';
    }
}