
        .article-container {
            background: white;
            padding: 40px;
            box-shadow: 0 0 15px rgba(0,0,0,0.05);
        }

        .article-header {
            border-bottom: 1px solid #ddd;
            padding-bottom: 10px;
            margin-bottom: 10px;
        }

        .article-title {
            font-family: 'Helvetica Neue', Arial, sans-serif;
            font-size: 22px;
            font-weight: 700;
            color: #1a3a1a;
            margin: 10px 0 5px 0;
            line-height: 1.3;
        }

        .article-meta {
	    font-size: 14px;
            color: #666;
            font-style: italic;
            margin-bottom: 20px;
        }

        .article-content {
	    font-family: 'Verdana', Arial, sans-serif;
            font-size: 0.9rem;
            text-align: justify;
            text-justify: inter-word;
            hyphens: auto;
        }

        .article-content p {
            margin-bottom: 1.5em;
        }

        .article-image {
            width: 100%;
            height: auto;
            margin: 25px 0;
            border-radius: 4px;
        }

        .article-quote {
            border-left: 3px solid #4a8c5e;
            padding: 15px 20px;
            margin: 30px 0;
            background: #f8fbf8;
            font-style: italic;
            color: #2a5c3a;
        }

        .article-section-title {
            font-family: 'Helvetica Neue', Arial, sans-serif;
            font-size: 22px;
            font-weight: 700;
            color: #1a3a1a;
            margin: 40px 0 20px 0;
            padding-bottom: 5px;
            border-bottom: 1px solid #eee;
        }

        .article-highlight {
            background: #f0f7f2;
            padding: 20px;
            margin: 25px 0;
            border-left: 4px solid #3a7a4e;
        }


	.article-list {
    margin: 15px 0 25px 0;
    padding-left: 25px;
    list-style-type: disc; /* Ajout pour afficher les puces */
}

.article-list li {
    margin-bottom: 10px;
    line-height: 1.4;
    color: #333;
    font-family: 'Verdana', Arial, sans-serif;
    font-size: 0.8rem;
    list-style-position: outside; /* Positionne correctement les puces */
    padding-left: 5px;
}

.article-list li:last-child {
    margin-bottom: 0;
}

/* Style spécifique pour les puces */
.article-list li::marker {
    color: #4a8c5e; /* Couleur verte pour harmonie avec le thème */
    font-size: 1.1em;
    line-height: 1.0;
}



        .article-footer {
            margin-top: 50px;
            padding-top: 20px;
            border-top: 1px solid #eee;
            font-size: 0.9rem;
            color: #666;
        }

        .article-signature {
            font-weight: bold;
            margin-top: 10px;
        }

        /* Responsive */
        @media (max-width: 768px) {
            body {
                padding: 10px;
            }
            
            .article-container {
                padding: 20px;
            }
            
            .article-title {
                font-size: 26px;
            }
            
            .article-content {
                text-align: left;
                hyphens: none;
            }
        }
