/*
Theme Name: Context Blog Child
Theme URI: https://www.postmagthemes.com/downloads/context-blog-free-wordpress-theme/
Template: context-blog
Author: postmagthemes.com
Author URI: https://postmagthemes.com/
Description: Context blog WordPress theme is a free, personalized, and context-oriented theme. It starts by focusing on your persona, followed by other attractions. The other six attractions show your post in a different design. Your main blog post is one of them. The convincing feature is a selection of blog posts that you can use to highlight your post in different sections. Post selection is based on different contexts, such as the number of comments, date, category. The theme is completely configurable and accessible from the customizer's preview. Additionally, the theme is fully responsive and mobile-friendly, ensuring that your content looks great on any device. Its HTML5 structure with sections and articles ensures optimal SEO performance. In summary, the Context blog WordPress theme is a customizer based, versatile, and SEO-friendly option for bloggers looking to enhance their online presence and improve their search engine rankings. Demo is here https://contextblog.postmagthemes.com
Tags: blog,entertainment,one-column,two-columns,left-sidebar,custom-background,custom-colors,custom-header,custom-logo,custom-menu,featured-image-header,featured-images,footer-widgets,theme-options,threaded-comments
Version: 1.1.8.1736778239
Updated: 2025-01-13 15:23:59

*/

/* Centrer TOC+ */
#toc_container {
    display: flex; /* Active le modèle Flexbox */
    justify-content: center; /* Centre horizontalement */
    align-items: center; /* Centre verticalement si nécessaire */
    margin: 20px auto; /* Ajoute une marge automatique pour un centrage horizontal */
    text-align: center; /* Centre le texte à l'intérieur */
    width: fit-content; /* Ajuste la largeur au contenu */
    max-width: 100%; /* Empêche le dépassement horizontal */
}

/* Style du titre de TOC+ */
#toc_container .toc_title {
    text-align: center; /* Centre le titre */
    font-size: 1.5em; /* Ajuste la taille du titre */
    font-weight: bold; /* Met le titre en gras */
}
/* --- Liens dans le contenu : bleu, gras et soulignés --- */
.entry-content a {
  color: blue !important;          /* ou #0073aa, etc. */
  text-decoration: underline !important;
  font-weight: bold !important;
}

/* --- Exclure les liens du menu --- */
.main-navigation a,
.header-menu a,
.footer-menu a,
.top-menu a {
  color: inherit !important;
  text-decoration: none !important;
  font-weight: normal !important;
}

.category-description {
    padding: 15px;
    background-color: #f9f9f9;
    font-size: 16px;
    color: #333;
    border-radius: 5px;
    margin-bottom: 20px;
}

.nav-previous span, 
.nav-next span {
    display: none;
}











