h2 {
	color: #86BBD8;
}
.photo figcapture {
	font-size: 0.8em;
	color: #5E5A59;
}
.content, .content a {
	color: #070504;
}
a.buttonlink {
	border: 1px solid #070504;
	border-radius: 1em;
	padding: 4px 2em 3px 2em;
	color: #070504;
	text-decoration: none;
	font-size: 0.9em;
	margin: 10px 0;
	display: inline-block;
}
a.buttonlink:hover {
	background-color: #070504;
	color: #fff;
}
a.buttonlink.lv:before {
	font-size: 0.8em;
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: "\f04b";
	margin-right: 5px;
}
.content ul {
	list-style: none;
}
.content li {
	position: relative;
	line-height: 2em;
}
.content li:before {
	content: '\25A0';
	display: block;
	position: absolute;
	left: -20px;
	top: 0px;
	color: #F26419;
}
@media (min-width: 775px) {
	#contenu_texte.wp {
		display: grid;
		grid-template-columns: 2fr 1fr;
	}
	.content.text_2cols {
		column-count: 2;
	}
	.content.text_3cols {
		column-count: 3;
	}
}