@media (max-width: 1000px){
	/*---------------------------------------------------------------
							LANDING PAGE SANS FORMULAIRE
	-----------------------------------------------------------------*/
	.node-type-landing-page-sans-formulaire #header-main {
		width: 100%;
	}
	.node-type-landing-page-sans-formulaire #logo {
		width: 100%;
		background-color: #DC0014;
		text-align: center;
	}
	.node-type-landing-page-sans-formulaire #logo img {
		display: inline-block;
	}
	.node-type-landing-page-sans-formulaire .baseline {
		float: none;
		clear: both;
		padding: 20px;
		text-align: center;
	}
	.not-front.node-type-landing-page-sans-formulaire #content-main {
		width: 100%;
	}
	.node-type-landing-page-sans-formulaire #content {
		padding: 5%;
		width: 90%;
	}
	.node-type-landing-page-sans-formulaire #content .body {
		width: 100%;
		float: none;
	}
	.node-type-landing-page-sans-formulaire .view-revendeurs {
		width: 100%;
		float: none;
		padding: 50px 0 0 0;
		border: none;
	}
	.node-type-landing-page-sans-formulaire #footer-menu .inner {
		width: 90%;
		padding: 20px 5%;
		background-image: none;
	}
	/*---------------------------------------------------------------
							LANDING PAGE AVEC FORMULAIRE
	-----------------------------------------------------------------*/
	.node-type-landing-page-avec-formulaire #header-main {
		width: 100%;
	}
	.node-type-landing-page-avec-formulaire #logo {
		width: 100%;
		background-color: #DC0014;
		text-align: center;
	}
	.node-type-landing-page-avec-formulaire #logo img {
		display: inline-block;
	}
	.node-type-landing-page-avec-formulaire .baseline {
		float: none;
		clear: both;
		padding: 20px;
		text-align: center;
	}
	.not-front.node-type-landing-page-avec-formulaire #content-main {
		width: 100%;
	}
	.node-type-landing-page-avec-formulaire #content {
		padding: 5%;
		width: 90%;
	}
	.node-type-landing-page-avec-formulaire #content .body {
		width: 100%;
		float: none;
	}
	.node-type-landing-page-avec-formulaire #content .form {
		width: 100%;
		float: none;
		padding: 50px 0 0 0;
		border: none;
	}
	.node-type-landing-page-avec-formulaire #content .form select {
		width: 96%;
	}
	.node-type-landing-page-avec-formulaire .view-revendeurs {
		width: 90%;
		padding: 0 5%;
	}
	.node-type-landing-page-avec-formulaire .view-revendeurs h2 {
		width: 100%;
	}
	.node-type-landing-page-avec-formulaire #footer-menu .inner {
		width: 90%;
		padding: 20px 5%;
		background-image: none;
	}
}
@media (max-width: 640px) {

}
@media (max-width: 960px) {

}








