@media screen and (min-width: 1280px) {
	#cat_accueil .logo.navmodule {
		width: 20%;
		margin: 2% 0 0 0;
	}
}

@media screen and (max-width: 1280px) {
	#cat_accueil .logo.navmodule {
		width: 20%;
		margin: 2% 0 0 1%;
	}
}

@media screen and (max-width: 1024px) {
	#cat_accueil .logo.navmodule {
		width: 14%;
	}
	#diaporama .slide-desc {
		font-size: 16px;
		left: 20% !important;
		bottom: 20% !important;
		width: 80% !important;
		line-height: 1;
	}
}