.logo-isigeo{
	/* background-image: url(../../logos/agglo_bandeau_no_bg.jpg);*/
	background-image: url(../../logos/agglo_bandeau.jpg);
	margin: auto;
	width: 260px !important; 
}

/* Logo en bas a droite de la carte */
/*#viewer:before {
    background: url(../../logos/agglo_bandeau.png); 
    position: absolute;
    right: 8px;
    bottom: 34px; 
    width: 190px;
    height: 64px;
    display: inline-block;
    background-size: cover;
    content: '';
    z-index: 800;
}
@media (max-width: 576px) {
    #viewer:before {
        display: none;
    }
}*/

/* Logo carré dans le header à gauche */
.logo-header {
    background-image: url(../../logos/logo_carre.png)!important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}