.navheader {
	background-color: #fff;
    border-top: solid 8px #d1c5ec;
	box-shadow: rgba(0, 33, 155, 0.12) 0px 2px 6px 0px;
}

.footer {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #fff;
	
	/* 
	background: -webkit-linear-gradient(190deg, rgb(209, 197, 236), rgb(255, 255, 255));
	background: linear-gradient(90deg, rgb(209, 197, 236), rgb(255, 255, 255));
	*/

	background: -webkit-linear-gradient(-16deg, rgb(209, 197, 236), rgb(255, 255, 255));
	background: linear-gradient(-16deg, rgb(209, 197, 236), rgb(255, 255, 255));
}

.footer a:link, .footer a:visited,  .footer a:hover,  .footer a:active {
	color: #000;	
}

.footer-border {
	/*border-top: solid 6px #d1c5ec;*/
	/*box-shadow: rgba(0, 33, 155, 0.12) 0px 2px 6px 0px;*/
	box-shadow: rgb(51, 51, 51, 0.5) 0px 0px 29px -6px;
}

.footer-logo .logo-mers {
	max-height: 30px;
}

.footer-logo .logo-web {
	max-height: 40px;
}

.footer-copyright {
    text-align: right;
    word-break: keep-all;
    font-size: 0.75em;
    color: #000000;
}