.login-pf body {
    background: url("../img/logo-insee-fond.png") no-repeat center center fixed;
    background-color: #0f417a;
    background-size: cover;
    height: 100%;
}

#kc-header-wrapper {
	background-image: url(../img/logo-insee.png);
    background-repeat: no-repeat;
    background-position: 10px 10px;
    font-size: 29px;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 1.2em;
    padding: 10px 10px 20px;
    white-space: normal;
    background-color: rgb(243,243,243);
    height: 90px;
    color: #72767b;
}