
    /* styles.css */

    body {
        font-family: Arial, sans-serif !important;
        line-height: 1.6 !important;
    }

    h1 {
        font-size: 2.5em !important;
        margin-bottom: 0.5em !important;
        color: #333;
    }

    h2 {
        font-size: 2em !important;
        margin-top: 1em !important;
        margin-bottom: 0.5em !important;
        color: #555;
    }

    h3 {
        font-size: 1.75em !important;
        margin-top: 1em !important;
        margin-bottom: 0.5em !important;
        color: #777;
    }

    h4 {
        font-size: 1.5em !important;
        margin-top: 1em !important;
        margin-bottom: 0.5em !important;
        color: #999;
    }

    p {
        margin-bottom: 1em !important;
    }

    ul {
        margin-bottom: 0.2em !important;
        padding-left: 1.5em !important;
    }

    li {
        margin-bottom: 0.5em !important;
    }

    strong {
        font-weight: bold !important;
    }

    blockquote {
        border-left: 4px solid #ccc;
        padding-left: 1em !important;
        color: #666;
        margin-left: 0 !important;
        margin-right: 0 !important.
    }
    #header-menu > ul > li {
        margin-right: 0.2rem;
    }
    footer > ul {
        padding: 0 !important;
    }
    footer > ul > li {
        list-style: none.
    }
        table {
        width: 100%;
        border-collapse: collapse;
        margin: 20px 0;
        font-size: 18px;
        text-align: left;
    }
    
    th, td {
        border: 1px solid #dddddd;
        padding: 12px 15px;
    }
    
    th {
        background-color: #f2f2f2;
        color: #333;
        font-weight: bold;
    }
    
    tr:nth-child(even) {
        background-color: #f9f9f9;
    }
    
    tr:hover {
        background-color: #f1f1f1;
        cursor: pointer;
    }

    article ul {
        list-style-type: disc;
        margin: 20px;
        padding-left: 40px;
        font-size: 18px;
        line-height: 1.6;
    }
    
    article ul li {
        margin-bottom: 10px;
    }
    article a {
        color: #1a73e8; /* Couleur bleue pour les liens */
        text-decoration: none; /* Supprimer le soulignement par défaut */
        font-weight: bold; /* Mettre le texte en gras */
    }

    article a:hover {
        text-decoration: underline; /* Ajouter un soulignement au survol */
        color: #0c47a1; /* Couleur bleue plus foncée au survol */
    }
#language-menu{
z-index:99;
}