/* AFFICHAGE DES BOUTONS SUR LA CARTE ========================= */
.regular-radio {
    display: 		none;
}

.regular-radio + label {
    border-radius: 	15px;
    display: 		inline-block;
    width: 			15px;
    height: 		15px;
} 

.regular-radio + label:hover {
	background: 	radial-gradient(yellow, green);
    border-radius: 	15px;
    display: 		inline-block;
}
/* FIN DE L AFFICHAGE DES BOUTONS SUR LA CARTE ================ */

