/*
 * 
 * AGP Custom CSS
 * 
 * */
h4{
	font-size: 50px;
}
/* Background des pages categories: bleu */
.header-4 .mnmd-mosaic .overlap-background{
	background: #00adef;
}
.navigation-bar{
	height: 90px;
}
.navigation-bar .header-logo img{
	max-height: 80px;
    padding: 10px 0;
}
/* Background du footer: noir */
.site-footer.footer-8 .site-footer__section:first-child{
	background: #191a1d;
}
/* Background du footer: bleu */
.site-footer.footer-8{
	/* bleu */
	background: #00adef;
}
/* couleur des texte dans le footer: gris */
.site-footer.footer-8 .widget_text{
	color:#8f8f8f;
}
	
/*hide login button*/
.lwa.lwa-template-modal a.btn.btn-default,
.visible-xs.visible-sm a[href="#login-modal"]
{
	display:none;
}
.site-footer__section{
	padding-bottom: 15px;
}
.widget__title.block-heading.block-heading--center{
	text-align: left;
	color: #ffffff;
}
.header-main{
	padding: 0;
}