.footer {
    background: #0C3C60;
    width: 100%;
    position: fixed;
    height: 100px;
    left: 0;
    bottom: 0;
    overflow: hidden;
    color: white;
}

#footer_gauche {
    background: #D1E0EB;
    width: 25%;
    position: fixed;
    float: left;
    height: 80px;
    margin-top: 10px;
}

#footer_droite {
    background: #D1E0EB;
    width: 75%;
    position: fixed;
    float: right;
    height: 80px;
    margin-top: 10px;
    overflow: hidden;
    margin-left: 25%;
    color: white;
}

#logo_footer {
    width: 60px;
    margin-top: 5px;
    margin-left: auto;
    margin-right: 0px;
}

#GEOFOX {
    text-align: center;
    width: 100%;
    font-size: 15px;
    color: #0C3C60;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}

#Solutions_For {
    text-align: center;
    font-size: 15px;
    color: #6C98B6;
    margin-top: 1px;
}
