.carteContainer {
	position: relative;
	height: 150vh;
}

.carte {
	position: absolute;
	top: 40%;
	left: 150px; 
	width: 40%;
	height: 100vh;
}

.nomInscrits {
	position: absolute;
	top: 50%;
	left: calc(40% + 200px);
	width: 50%;

	text-transform: uppercase;
}


.carte .bigTitle {
	margin-bottom: 5rem;

	text-align: center;
	text-transform: uppercase;

	color: #000;

	transform: rotate(-15deg);

}


.nomRegion.bigTitle {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 5rem;
    line-height: 45px;
}

.cls-1:hover {
	fill: #20ED95;
}

path{
	fill:#fff;
	stroke:#000;
	stroke-miterlimit:10;
	stroke-width:6px;
	pointer-events:all;
}

#Reunion {
	transform: translate(50%,85%);
}

.on {
	fill: #20ED95;
}

.listeClubs {
	padding-bottom: 90px;
}

.listeClubs LI {
	font-size: 1.8rem;
	font-family: 'Montserrat', sans-serif;
	list-style: none;
	line-height: 1.8;
	font-weight: 800;
}

@media screen and (max-width: 600px)
{
	.nomInscrits {
		top: 95%;
		left: 0;
	}

	.listeClubs LI {
		font-size: 1rem;
		border-bottom: solid 1px black;
		
	}
}