@font-face 
{
	font-family: 'Michroma';
	src: url('fonts/Michroma-Regular.ttf');
	font-weight: normal;
}

#titre-map
{
	font-family: 'Michroma', 'sans-serif';
}

#carte 
{
	height: 100vh;
    width: auto;
}

.leaflet-container 
{
    background-color: #262626 !important;
}


@media screen and (max-width:700px){
	#select-container {
		top:50px !important;
	}

	.logo-podium {
		max-width: 30px !important;
	}

	.racer-img {
		max-width: 40px !important;
	}

	table


}