/* logo sur la carte */
#viewer:before {
    background:url('/releves/cma64/template/logos/logo-hd.jpg');
    position: absolute;
    /* right: 40px; */
    right: 6px;
    bottom: 33px;
    /* width: 180px; */
    /* height: 118px; */
    width: 10em;
    height: 4.184em; 	
    display: inline-block;
    background-size: cover;
    content: '';
    z-index: 800;
}
/*logo de la page d'identification - au dessus de l'input de connexion*/
.logo-isigeo{
	background-image: url(/releves/cma64/template/logos/logo-hd.jpg); /* URL du logo */
	width: 304px !important; /* agrandissement logo */
}