h1{
	text-align: center;
	margin: auto;
	padding-bottom: 10px;
	text-decoration: none;
}

h1 a{
	text-decoration: none;
	color: black;
}

h1 a:hover{
	text-decoration: none;
	color: black;
}

.map{
	overflow: hidden;
}

.map__image{
	width: 50%;
	float: left;
}

.map__image svg{
	width: 100%;
	height: 350px;
}

.map__image path{
	fill: #a4ced2;
	stroke: #FFF;
	stroke-width: 1px;
	transition: fill 0.3s;
}

.map__image .is-active path{
	fill: #3538d2;
}

.map__list{
	width: 50%;
	float: right;
}

.map__list a{
	color: inherit;
	text-decoration: none;
	transition: color 0.3s;
}

.map__list a.is-active{
	color: #3538d2;
	font-weight: bold;
}

.map__list ul{
	margin-top: 0;
	display: none;
}

.map__list ul.show {
	display: block;
}

.lycee{
	margin: 0;
	padding-left: 10px;
}