/*  ----------------------------------------------------------*/
/*  Style Sheet for Custom CSS                                */
/*  Override the original style CSS here                      */
/*  ----------------------------------------------------------*/
.header .logo, #header .logo {
    background-image: url(../images/KNDS_Logo_solo_NightBlue_RGB.png);
	background-size: 162px;
    background-repeat: no-repeat;
    margin: auto;
    width: 162px;
    height: 100px;
    margin-top: 40px;
    left: 0;
    right: 0;
}

body {
    background-image: url(../images/nexter.jaguar.2021.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #00294B !important;
    color: #241c15;
    font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#mentions-legales-cadre {
	border: 1px solid rgba(0,41,75,0.6);
    background-color: rgba(48,115,130,0.6);
	margin: 5% 0px 0px 0px;
}

#mentions-legales-titre {
    color: white;
    text-align: center;
    margin-top: 20px;
    font-size: 1.4em;
	font-weight: bolder;
}

#mentions-legales {
    color: white;
    text-align: justify;
    font-size: 1em;
	font-weight: bold;
	margin: 20px 2% 20px 2%;
}

