.contenu-article h2.wp-block-heading {
	font-size:20px;
	font-family:"Poppins", sans-serif;
	font-weight:bold;
}

.contenu-article h3.wp-block-heading {
	font-size:16px;
	font-family:"Poppins", sans-serif;
	font-weight:bold;
}

/* Styles des articles */
.paragraphe-encadre {
    background: #d9d9d9;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px;
    margin: 50px auto;
		max-width:734px;
}

.paragraphe-encadre h3,
.paragraphe-encadre h4 {
	font-family:"Poppins", sans-serif;
    margin: 0 !important;
    color: #333;
	  font-size:16px;
		font-weight:bold;
}

.paragraphe-encadre p {
    margin-bottom: 0;
    color: #666;
	  font-size:16px;
	  font-weight:400;
}

.paragraphe-encadre ul {
	margin-left:20px;
}

.contenu-article .content-image {
	width:200px;
	margin:30px auto;
}