.BlocImage {
    background: url('../img/gma/background_05.jpg') no-repeat top 70% center;
    background-size: cover;
}

header .app_icon, #nav_menu #navMenuLogo {
  display: none;
}

.primary-menu a {
  color: #003D4C;
}

footer {
    height: 85px;
}

/* service - header */
.service-header {
    display: block;
    background: #003D4C;
}

.BlocImage {
    width: 65%;
}

.service-header .service-header-data {
    padding: 40px;
}

.service-header .service-header-data h3 {
    font-family: 'ABCGintoNord-Medium';
    font-size: 38px;
    line-height: 46px;
    color: #fff;
}

.service-header .service-header-data .uap-button-secondary {
    background: #FAB600 no-repeat 10px;
    color: #003D4C;
    background-image: url(../img/gma/FlecheDirection-D.svg);
}

.uap-button-secondary {
    float: left;
    width: 250px;
    margin-top: 40px!important;
    background-color: #003D4C;
    border: unset;
}

#nav_menu > ul.selected-locale > li > span {
   color: #003D4C;
}

@media only screen and (max-width: 1000px) {
    footer {
        height: 130px;
    }

    #nav_menu #navMenuLogo {
        background: url(../img/gma/logo_app_xnet_entreprise.svg) no-repeat center;
        background-size: contain;
        height: 35px;
    }

    /* service - header */
    .header-banner {
        flex-direction: column-reverse;
    }

    .service-header {
        width: 100%;
    }

    .BlocImage {
        width: 100%;
    }	
}