/*
* Copyright 2012-2024 Université de Lille, CHU de Lille, Caroen Kevin, Coadou Hervé, Zitouni Djamel
*
* Ce code est soumis aux droits d'auteur et ne peut être reproduit, distribué ou utilisé sans autorisation.
*/

path {
	stroke: #000000;
	stroke-width: 1px;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-opacity: .25;
	fill: #86aae0;
}

.region:hover path {
	fill: #86cce0;
}

.region path:hover {
	fill: #42a70e;
}

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0, 0.9);
    overflow-x: hidden;
    transition: 0.4s;
}

.overlay-content .carto {
    margin-left: 30vw;
    margin-top: 5vw;
    width:40vw;
}

.overlay-content #closebtn  {
	position: fixed;
	top: 50px;
	right: 50px;
	color: #fff;
	font-size: 80px;
	display: none;
}

#carto_svg {
	width:150px;
}