/** BACKGROUND **/


/*------------------------------------------------------------------------------- The BG image holder */

#fond_isigeo {
    position: absolute;
    float: left;
    overflow: hidden;
    width: 100%;
    height: 400px;
}

@media ( min-height: 401px) {
    #fond_isigeo {
        height: 600px;
    }
}

@media ( min-height: 601px) {
    #fond_isigeo {
        height: 800px;
    }
}

@media ( min-height: 801px) {
    #fond_isigeo {
        height: 1024px;
    }
}

@media ( min-height: 1025px) {
    #fond_isigeo {
        height: 100vh;
    }
}


/*------------------------------------------------------------------------------- The centered Logo */

#fond_isigeo .logo {
    vertical-align: middle;
    display: inline-block;
    width: 400px;
    height: 90px;
    max-width: 80%;
    max-height: 100%;
}

/* Logo de chargement */
.loading-map-logo {
    background-image: url(../images/logo_isigeo/logoHorizontal.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
