/* CSS généré automatiquement par Ultimate Shanks - Ne pas modifier manuellement */

/* === TITRES === */
.entry-content h1, .wp-block-post-content h1, .post-content h1, .page-content h1, .content-area h1, article h1, main h1 {
	color: #1a2b49;
}

.entry-content h2, .wp-block-post-content h2, .post-content h2, .page-content h2, .content-area h2, article h2, main h2 {
	color: #1a2b49;
	font-size: 25px;
}

.entry-content h3, .wp-block-post-content h3, .post-content h3, .page-content h3, .content-area h3, article h3, main h3 {
	color: #1a2b49;
}

.entry-content h4, .wp-block-post-content h4, .post-content h4, .page-content h4, .content-area h4, article h4, main h4 {
	color: #1a2b49;
}

.entry-content h5, .wp-block-post-content h5, .post-content h5, .page-content h5, .content-area h5, article h5, main h5 {
	color: #1a2b49;
}

.entry-content h6, .wp-block-post-content h6, .post-content h6, .page-content h6, .content-area h6, article h6, main h6 {
	color: #1a2b49;
}

/* === LISTES === */
.single-post .entry-content ul, .single-post .wp-block-post-content ul, .single-post article ul, .single-post .post-content ul, body.single-post main ul {
	color: #ffffff;
	background-color: #3d4f5f;
	padding: 10px 30px;
	border-radius: 5px;
	list-style-type: disc;
	list-style-position: outside;
}

.single-post .entry-content ul li::marker, .single-post .wp-block-post-content ul li::marker, .single-post article ul li::marker, .single-post .post-content ul li::marker, body.single-post main ul li::marker {
	color: currentColor;
}

.single-post .entry-content ol, .single-post .wp-block-post-content ol, .single-post article ol, .single-post .post-content ol, body.single-post main ol {
	color: #3d4f5f;
	background-color: #f4f4f5;
	padding: 10px 30px;
	border-radius: 5px;
	list-style-type: decimal;
	list-style-position: outside;
}

.single-post .entry-content ol li::marker, .single-post .wp-block-post-content ol li::marker, .single-post article ol li::marker, .single-post .post-content ol li::marker, body.single-post main ol li::marker {
	color: currentColor;
}

/* === TABLEAUX === */
/* === LIENS === */
.single-post .entry-content a, .single-post .wp-block-post-content a, .single-post article a, .single-post .post-content a, body.single-post main a {
	color: #f7941d;
	text-decoration: none;
}

.single-post .entry-content a:hover, .single-post .wp-block-post-content a:hover, .single-post article a:hover, .single-post .post-content a:hover, body.single-post main a:hover {
	color: #bd6e14;
}

/* === CITATIONS === */
