/* doc-project | assets/css/blog-accueil.css | Définit les styles spécifiques de la page blog/accueil.php, notamment le bouton Lire la suite des cartes d’articles, séparés du HTML inline. | Expose: aucun | Dépend de: blog/accueil.php, .blog-home-main, #blog-listing, .blog-read-more-btn | Impacte: rendu des cartes articles du blog, état hover/focus/active du bouton Lire la suite | Tables: aucune */

.blog-home-main #blog-listing .blog-read-more-btn,
.blog-home-main #blog-listing .blog-read-more-btn:visited {
    background: #d8c3e2;
    color: #ffffff;
    border: 3px solid #d8c3e2;
}

.blog-home-main #blog-listing .blog-read-more-btn:hover,
.blog-home-main #blog-listing .blog-read-more-btn:focus,
.blog-home-main #blog-listing .blog-read-more-btn:active {
    background: #fff7ec;
    color: #000000;
    border-color: #d8c3e2;
}