		.header {order:1 !important;}
		.navigation {order:2 !important;}
		.titre {order:3 !important;}
		.contenu {order:4 !important;}
		
		.formulaire {order:5 !important;}
		.clients {order:6 !important}
		.footer {order:7 !important;}



/* CONTENU */ 


.visuel_zone {
	background-repeat: no-repeat;
	background-size: 105%;
	background-position: center center;
	position: relative !important;
	/*min-height: 100% !important;*/
	display: flex !important;
  justify-content: space-around !important;
  align-items: flex-start !important;
	width:25%;
	padding-bottom:40px !important;
	padding-top:80px !important;
	background-color:white;
	min-height: 350px !important;
	-webkit-transition: 0.75s ease;
	transition: 0.75s ease;
}
.contenu h3 {margin-top:0px !important;}
.zones_solutions_annonceurs {margin-top:30px !important;}

.zone_A {background-image:url(../images/solutions_annonceurs_background_zone_A.jpg)}
.zone_B {background-image:url(../images/solutions_annonceurs_background_zone_B.jpg)}
.zone_C {background-image:url(../images/solutions_annonceurs_background_zone_C.jpg)}
.zone_D {background-image:url(../images/solutions_annonceurs_background_zone_D.jpg)}

.visuel_zone:hover {
	background-size: 120%;
	-webkit-transition: 0.5s ease;
	transition: 0.5s ease;
}

.visuel_zone .bouton_sticky_bottom {
	width:100%;
			text-align: center;
			position: -webkit-sticky;
  			position: sticky;
  			bottom: 40px !important;
 			 align-self: flex-end;	
}

.visuel_zone h3 {
	font-size:35px !important;
	color:white !important;
	text-decoration: none !important;
	text-align: center !important;
	margin-top:20px !important;
	-webkit-text-shadow: 0px 0px 5px rgba(0,0,0,0.25);
	-moz-text-shadow: 0px 0px 5px rgba(0,0,0,0.25);
	-ms-text-shadow: 0px 0px 5px rgba(0,0,0,0.25);
	text-shadow: 0px 0px 5px rgba(0,0,0,0.25);
	
}


/* SLIDER */
			

	/* RESPONSIVE PETIT ÉCRAN < 1400px */
	/* RESPONSIVE PETIT ÉCRAN < 1400px */
	/* RESPONSIVE PETIT ÉCRAN < 1400px */
	
	@media screen and (max-width: 1400px) {
		.contenu h2, .contenu_23 h2 {display:block !important;}
		.visuel_zone {
			min-height: auto !important;
		}
			.visuel_zone {
			background-size: auto 115% !important;}
		.visuel_zone:hover {
	background-size: auto 130% !important;
}
	}
	
	
	
	/* RESPONSIVE TABLETTE < 1000px */
	/* RESPONSIVE TABLETTE < 1000px */
	/* RESPONSIVE TABLETTE < 1000px */
	
	@media screen and (max-width: 1000px) {
		.contenu_zone {order:1 !important; width:100% !important;}		
		
			.colonnes_pictos li li {margin-top:10px !important;}
		.bloc_lien {text-align: left !important; padding-left:300px !important;}
		
	
		.visuel_zone h3 {font-size:20px !important;}
	}
	


	
	/* RESPONSIVE MOBILE < 710px */
	/* RESPONSIVE MOBILE < 710px */
	/* RESPONSIVE MOBILE < 710px */
	
	@media screen and (max-width: 710px) {

		.background_titre_solutions_annonceurs video {top:0px;}		

		h4 {
	margin-bottom:10px !important;
}
		.display img {
	border:1px solid #333333;
	width:calc(100% - 20px) !important;
	margin:10px 0 10px auto !important;
}
		
	
		.visuel_zone {width:50% !important; min-height: auto !important;}
		.bloc_lien {margin-top:150px !important; text-align: center !important; padding-left:20px !important; padding-top:60px !important;}
	
		.footer {font-size:10px;}
		
		}
