h2 a,
h3 a {
	text-decoration: none;
}
h2 a:active,
h3 a:active,
h2 a:focus,
h3 a:focus,
h2 a:hover,
h3 a:hover {
	text-decoration: underline;
}
.liste-sitemap {
	padding-left: 0;
}
.liste-sitemap.col-wrap {
	column-gap: 40px;
	column-width: 250px;
}
.liste-sitemap li {
	list-style: none;
	line-height: 28px;
	position: relative;
}
@media screen and (max-width: 767px) {
	.liste-sitemap li {
		line-height: 30px;
	}
}
.liste-sitemap > li:first-child {
	margin-top: 0 !important;
}
.liste-sitemap a:active,
.liste-sitemap a:focus,
.liste-sitemap a:hover {
	text-decoration: underline;
}
.liste-sitemap .liste-sitemap {
	padding-left: 15px;
}
.liste-sitemap .liste-sitemap li {
	line-height: 22px;
	list-style-image: url('/themes/racine/images/blue-bullet-6x6.png');
}
.liste-sitemap .liste-sitemap a, .liste-sitemap li {
	font-size: 1.4rem;
}
.liste-sitemap .liste-sitemap .liste-sitemap li {
	line-height: 18px;
	list-style-image: url('/themes/racine/images/blue-bullet-5x5.png');
}
.liste-sitemap .break-before {
	-webkit-column-break-before: always;
	column-break-before: always;
	page-break-before: column;
	break-before: column;
}
.liste-title {
	font-weight: bold;
}
.liste-sitemap a,
.liste-title {
	margin-top: 5px;
	font-size: 1.6rem;
	text-decoration: none;
}
