svg.picto{
	float: initial !important;
	position: initial !important;
	opacity: 1 !important;
	width: 60px;
	height: 60px;
}
.picto:hover path, .picto.current path{
	fill: var(--color-mint);
}
.title{
	color: var(--color-mint);
	font-size: 150%;
	width: 130px;
	display: inline-block;
	text-align: center;
	padding: 20px;
}
header .row .title a:hover{
	color: white;
}
header .row .title a:hover svg{
	color: white;
}
.col li{
	padding-bottom: 3px;
}
.col.of-9 h2{
	margin: 80px 0 40px 40px !important;
	text-align: left !important;
}
#details .row .col.of-9 h2{
	font-size: 260%;
}
.col.of-9 ol li {
	margin: 20px 0;
}
.col.of-9 ol li b{
	font-weight: normal;
	font-weight: 500;
	font-style: italic;
}
.col.of-9 ol li br{
	margin: 3px 0;
	display: block;
}
.row .of-9 ol li p{
	margin-bottom: 20px;
	font-size: 100% !important;
}
ol li ul li, ol li ol li{
	margin: 2px 0 !important;
}