#metier_zoom .commons_wrap
{
	background-color:  	#f4f4f4;
	padding:   			0 50px;
}
#metier_zoom #metier_zoom_step .commons_wrap
{
	background-color:  	#fff;
	padding:   			0 50px;
}

#metier_zoom_faq
{
	padding:  			30px 0;
	padding-bottom:   	0;
}
#metier_zoom_faq .commons_wrap
{
	background-color:  	#fff;
	padding:   			100px 50px;
	padding-bottom:   	40px;
	max-width:  		1200px;
	margin:  			0 auto;
}

#metier_zoom_text
{
	text-align:  		center;
	padding: 			20px 0;
	margin:  			0 auto;
	max-width:  		600px;
}
#metier_zoom_link
{
	text-align:  		center;
}


/*************************************
 * Objectives Items
 *************************************/
#metier_zoom_title
{
	margin:  			30px 0;
}
.metier_objective_item
{
	position:  				relative;
}

.metier_objective_item_inner
{
	background-color:  		#f4f4f4;
	padding:  				30px 40px;
	margin:  				10px 0;
	-moz-border-radius:		5px;
	-webkit-border-radius:	5px;
	border-radius:			5px;
}

.metier_objective_item_name
{
	position:  				relative;
	font-size:  			14pt;
	cursor:  				pointer;
}
.metier_objective_item_handle
{
	position:  			absolute;
	top:  				33px;
	right:  			45px;
	bottom:  			0;
	height:  			13px;
	width:  			13px;
	border-top:  		2px solid #70CFED;
	border-right:  		2px solid #70CFED;
	border-left:    	0 !important;
	border-bottom:    	0 !important;
	transform:  		rotate(135deg);
	-webkit-transition:	all .2s ease-out;
	-moz-transition:	all .2s ease-out;
	-o-transition:		all .2s ease-out;
	transition:			all .2s ease-out;
}

.metier_objective_item_toggle
{
	height:  				0;
	opacity:  				0;
	-moz-border-radius:		5px;
	-webkit-border-radius:	5px;
	border-radius:			5px;
	overflow:  			 	hidden;
	-webkit-transition:		all .2s ease-out;
	-moz-transition:		all .2s ease-out;
	-o-transition:			all .2s ease-out;
	transition:				all .2s ease-out;
}
.metier_objective_item.opened .metier_objective_item_toggle
{
	height:   		450px;
	opacity:  		1;
	margin:  		20px 0;
}

.metier_objective_item.opened .metier_objective_item_handle
{
	transform:  		rotate(-45deg);
}

.metier_objective_item_info
{
	background-color:  		#fff;
}

.metier_objective_item_info::after
{
	content: 			" ";
	display: 			block;
	clear: 				both;
}

.metier_objective_item_detail
{
	/*float:  			left;*/
	display:   			table-cell;
	vertical-align:  	middle;
	width:  			59%;
	height:  			450px;
	padding:  			5px 30px;
	font-weight:   		300;
	overflow-y:  		auto;
}
.metier_objective_item_detail ul,
.metier_objective_item_detail li
{
	margin: 			0;
	padding:  			0;
	list-style-type:  	none;
}
.metier_objective_item_detail li
{
	position:  			relative;
	margin:   			25px 0;
	padding-left:  		40px;
}
 .metier_objective_item_detail li::before
{
	content: 				" ";
	display: 				block;
	clear: 					both;
	position:  				absolute;
	top:  					10px;
	left:  					0;
	color:  				#fff;
	 background-color:		#333;
	text-align: 			center;
	background-image: 		url(../images/commons/tick.svg);
	background-position:	center center;
	background-repeat: 		no-repeat;
	background-size:  		16px;
	width:  				26px;
	height:  				26px;
	-moz-border-radius:		50%;
	-webkit-border-radius:	50%;
	border-radius:			50%;
}

.metier_objective_item_chiffre
{
	float:  			right;
	width:  			40%;
	min-height:  		450px;
	background-color: 	#2d2d2d;
	padding:  			100px 70px;
	text-align:  		center;
	color:  			#fff;
}
.metier_objective_item_chiffre *
{
	color:  			#fff;
}

.metier_objective_item_chiffre p
{
	margin:  			0;
	padding:  			0;
	margin-bottom:  	30px;
}
.metier_objective_item_chiffre h2
{
	font-size:   		30pt;
	font-weight:  		600;
	padding:  			0;
}


/*************************************
 * LeftRight
 *************************************/
#metier_zoom_leftright
{
	padding:  			80px 0;
}
#metier_zoom_leftright .commons_wrap
{
	position:  			relative;
	background-color: 		#2d2d2d;
}
#metier_zoom_leftright::after
{
	content: 			" ";
	display: 			block;
	clear: 				both;
}
#metier_zoom_leftright_left
{
	position:  				absolute;
	top:  					0;
	left:  					0;
	width:  				45%;
	bottom:  				0;
	background-size:  		cover;
	background-position:	center center;
	background-repeat: 		no-repeat;
	/*min-height:  			600px;*/
	padding:   				100px;
}
#metier_zoom_leftright_encadre
{
	position:  				absolute;
	z-index:   				1000;
	width:  				240px;
	right:  				-120px;
	bottom:  				-30px;
	background-color:  		#7BD5F5;
	padding: 				100px 40px 40px 40px;
	color:  				#fff;
	font-weight:  			500;
	background-image: 		url(../images/commons/logo-seul.svg);
	background-position:	50% 30px;
	background-repeat: 		no-repeat;
	background-size:  		50px;
	text-align:  			left;
}

#metier_zoom_leftright_right
{
	padding:  				100px 60px;
	/*min-height:  			600px;*/
	color:  				#fff;
	padding-left:  			58%;
}

#metier_zoom_leftright_intro
{
	/*font-size:  			16pt;*/
	/*font-weight:  			600;*/
	text-align:  			right;
	/*line-height:  			2;*/
}
	#metier_zoom_leftright_intro h2
	{
		font-size:  			23pt;
		color:  				#fff;
		margin:  				30px 0;
	}

	#metier_zoom_leftright_intro p
	{
		margin-left:  		10%;
	}


/*************************************
 * Step
 *************************************/
#metier_zoom_step
{
	padding:  			100px 0;
	padding-bottom:   	50px;
}
#metier_zoom_step::after
{
	content: 			" ";
	display: 			block;
	clear: 				both;
}
#metier_zoom_step_left
{
	float:  			left;
	width:    			45%;
}
#metier_zoom_step_right
{
	position: 			relative;
	float:  			right;
	width:  			50%;
	text-align: 		center;
}
#metier_zoom_step_right .button
{
	top:  				-30px;
}
#metier_zoom_step_items
{
	padding:   			50px 0;
}
#metier_zoom_step_encadre
{
	position:  				absolute;
	top:  					-40px;
	right:  				-30px;
	background-color:  		#7BD5F5;
	padding: 				100px 20px 40px 20px;
	color:  				#fff;
	font-weight:  			600;
	background-image: 		url(../images/commons/logo-seul.svg);
	background-position:	50% 30px;
	background-repeat: 		no-repeat;
	background-size:  		50px;
	text-align:  			left;
	width:   				40%;
}
#metier_zoom_step_image
{
	margin-right:  			40px;
}
#metier_zoom_step_link:link,
#metier_zoom_step_link:hover,
#metier_zoom_step_link:active,
#metier_zoom_step_link:visited
{
	position:  			relative;
	top:   				-30px;
}


/*************************************
 *
 *************************************/
#metier_zoom_price_intro,
#metier_zoom_product_intro
{
	padding:  				80px 0;
	padding-bottom:  		40px;
	text-align:  			center;
	max-width:  			600px;
	margin:  				0 auto;
	line-height:  			1.8;
}
#metier_zoom_price:empty,
#metier_zoom_price .commons_wrap:empty,
#metier_zoom_price_intro:empty,
#pricewrap:empty,

#metier_zoom_product:empty,
#metier_zoom_product .commons_wrap:empty,
#metier_zoom_product_intro:empty,
#productwrap:empty,
.slick-list:empty,
.slick-track:empty
{
	display: none;
}
#pricewrap,
#productwrap
{
	margin:  				0 auto;
	max-width:  			1000px;
	padding:  				20px 0;
	padding-bottom:  		10px;
}
#metier_zoom_price .button_bloc,
#metier_zoom_product .button_bloc
{
	text-align:  			center;
	padding:  				20px 0;
	padding-bottom:  		80px;
}
#pricewrap .slick-slide,
#productwrap .slick-slide
{
	padding:  				30px 0;
	padding-top:  			15px;
}
.price_list_item,
.product_list_item:link,
.product_list_item:hover,
.product_list_item:active,
.product_list_item:visited
{
	display:  				block;
	-moz-border-radius:		5px;
	-webkit-border-radius:	5px;
	border-radius:			5px;
	margin:  				0 25px;
	-webkit-transition:		all .2s ease-out;
	-moz-transition:		all .2s ease-out;
	-o-transition:			all .2s ease-out;
	transition:				all .2s ease-out;
	text-decoration:  		none;
}
.price_list_item:hover,
.product_list_item:hover
{
	box-shadow:  		0 5px 20px rgba(0,0,0,.15);
}

	.product_list_item_picture
	{
		position:  				relative;
		background-position:	center center;
		background-repeat: 		no-repeat;
		background-size:  		cover;
		padding-top:  			50%;
		-moz-border-radius:		5px 5px 0 0;
		-webkit-border-radius:	5px 5px 0 0;
		border-radius:			5px 5px 0 0;
	}
		.product_list_item_label:empty{ display: none;}
		.product_list_item_label
		{
			position:  				absolute;
			top:  					20px;
			left:  					-10px;
			padding:  				5px 10px;
			color:  				#fff;
			font-size:  			11pt;
			font-weight:  			600;
			-moz-border-radius:		0 5px 5px 0;
			-webkit-border-radius:	0 5px 5px 0;
			border-radius:			0 5px 5px 0;
		}
	.product_list_item_info
	{
		padding:  				20px 20px;
		text-align:  			center;
		background-color:  		#fff;
		min-height:  			160px;
		-moz-border-radius:		0 0 5px 5px;
		-webkit-border-radius:	0 0 5px 5px;
		border-radius:			0 0 5px 5px;
	}

	.product_list_item_name h4
	{
		font-size:  		14pt;
		font-weight:  		700;
		margin:  			0;
		padding:  			0;
		color:  			#111;
	}
	.product_list_item_description
	{
		font-size:  		10pt;
		padding:  			15px 0;
		height:  			60px;
	}
	.product_list_item_price
	{
		font-size:  		16pt;
		font-weight:  		600;
	}

/*************************************
 * Price
 *************************************/
#pricewrap
{
	max-width:  			1200px;
	padding-bottom:  		100px;
}
.price_list_item
{
	background-color:  		#fff;
	overflow:  				hidden;
}
.price_list_item_picture
{
	background-position:	center center;
	background-repeat: 		no-repeat;
	background-size:  		cover;
	padding:  				30px 20px;
	background-color:  		#222;
}
.price_list_item_name h4
{
	text-align:  			center;
	color:  				#fff;
	font-size:  			17pt;
	font-weight:  			600;
	margin:  				0;
	padding:  				0;
}
.price_list_item_info
{
	padding:  				0 40px;
	color:  				#777;
	font-weight:   			400;
	font-size:  			11pt;
}
.price_list_item_description
{
	min-height:   			690px;
}
.price_list_item_info ul,
.price_list_item_info li
{
	margin:  				0;
	padding:  				0;
	list-style-type: 	 	none;
}
.price_list_item_info li
{
	position:  				relative;
	padding:  	 			3px 0;
	padding-left:  			25px;
}
.price_list_item_info li::before
{
	content: 				" ";
	display: 				block;
	clear: 					both;
	position:  				absolute;
	left:  					-15px;
	top:  					7px;
	background-image: 		url(../images/commons/tick.svg);
	background-position:	center center;
	background-repeat: 		no-repeat;
	background-size:  		12px;
	background-color:  		#111;
	width:  				24px;
	height:  				24px;
	-moz-border-radius:		50%;
	-webkit-border-radius:	50%;
	border-radius:			50%;


}

.price_list_item_price
{
	display:  			block;
	padding:    		25px 0;
	text-align:  		center;
	font-size:   		25pt;
	font-weight:  		700;
	margin-top:  		15px;
	border-top:  		2px solid rgba(0,0,0,.1);
}

.price_list_item_button
{
	text-align:   		center;
	height:   			90px;
}
.price_list_item_button a:link,
.price_list_item_button a:hover,
.price_list_item_button a:active,
.price_list_item_button a:visited
{
	padding:   		10px 20px;
}

/*************************************
 * Encart Pub
 *************************************/
#metier_zoom_encartpromo
{
	padding:  			80px 0;
}
#metier_zoom_encartpromo .commons_wrap
{
	position:  			relative;
	background-color:  	#2d2d2d;
	max-width:  		1200px;
	padding:  			0;
	margin:  			0 auto;
}
#metier_zoom_encartpromo::after
{
	content: 			" ";
	display: 			block;
	clear: 				both;
}
#metier_zoom_encartpromo_intro:empty { display: none; }
#metier_zoom_encartpromo_intro
{
	position:  			relative;
	padding:  			30px 0;
	text-align:			center;
}
#metier_zoom_encartpromo_intro ul::after
{
	content: 			" ";
	display: 			block;
	clear: 				both;
}
#metier_zoom_encartpromo_intro ul,
#metier_zoom_encartpromo_intro li
{
	list-style-type:  	none;
	margin:  			0;
	padding:  			0;
}
#metier_zoom_encartpromo_intro ul
{
	margin-top:  		20px;
}
#metier_zoom_encartpromo_intro li
{
	float:   			left;
	width:  			30%;
	margin:  			0 1.5%;
	font-size:  		10pt;
	line-height:		1.6;
}
#metier_zoom_encartpromo_intro li strong
{
	display:  		block;
	font-size:  	20pt;
	margin-bottom:  5px;
}
#metier_zoom_encartpromo_intro li em
{
	display: 		block;
	font-size:  	7pt;
	font-style:     normal;
	font-weight:    400;
}

#metier_zoom_encartpromo_button_block
{
	position:  			absolute;
	left:  				0;
	right:  			0;
	bottom:  			-25px;
	text-align:  		center;
}
#metier_zoom_encartpromo_image
{
	position:  				absolute;
	top:  					0;
	left:  					0;
	bottom:  				0;
	width:  				40%;
	background-position:	center center;
	background-repeat: 		no-repeat;
	background-size:  		cover;
}
#metier_zoom_encartpromo_intro
{
	margin-left:  		40%;
	padding:  			140px 50px;
	color:  			#fff;
	font-size:  		16pt;
}
#metier_zoom_encartpromo_intro h2
{
	color:  			#fff;
}

/*************************************
 * News
 *************************************/
#metier_zoom_news
{
	padding-bottom:  		1px;
}
#metier_zoom_news .commons_wrap
{
	padding:  				80px 0;
	background-color:   	#f4f4f4;
}
#metier_zoom_news_intro
{
	max-width:  		600px;
	margin:  			30px auto;
	text-align:  		center;
}
#metier_zoom_news_diaporama
{
	max-width:  		1100px;
	margin:  			0 auto;
}

#newswrap
{
	padding:  			0;
	margin:   			0;
}
#newswrap ul,
#newswrap li
{
	list-style-type:  	none;
	padding:  			0;
	margin:  			0;
}

#metier_zoom_news_diaporama .news_list_item:link,
#metier_zoom_news_diaporama .news_list_item:hover,
#metier_zoom_news_diaporama .news_list_item:active,
#metier_zoom_news_diaporama .news_list_item:visited
{
	position:  				relative;
	display:  				block;
	text-decoration:  		none;
	background-color:  		#fff;
	overflow:   			hidden;
	-moz-border-radius:		5px;
	-webkit-border-radius:	5px;
	border-radius:			5px;
	margin:  				20px 20px;
	margin-bottom:  		50px;
	min-height:  			460px;
}
#metier_zoom_news_diaporama .news_list_item .news_list_item_hover
{
	position:           absolute;
	top:                0;
	left:               0;
	right:              0;
	bottom:             0;
	background-color:   rgba(123, 213, 245, 0.95);
	opacity:            0;
	-webkit-transition: all .2s ease-out;
	-moz-transition:    all .2s ease-out;
	-o-transition:      all .2s ease-out;
	transition:         all .2s ease-out;
	text-align:         center;
}
#metier_zoom_news_diaporama .news_list_item:hover .news_list_item_hover
{
	opacity:  			1;
}
#metier_zoom_news_diaporama .news_list_item .news_list_item_hover span
{
	margin-top:  			220px;
	display:  				inline-block;
	padding:  				10px 15px;
	background-color:  		#fff;
	color:  				#7BD5F5;
	font-weight:    		600;
	-moz-border-radius:		5px;
	-webkit-border-radius:	5px;
	border-radius:			5px;
}

#metier_zoom_news_diaporama .news_list_item_picture
{
	height:  				150px;
	background-size:  		cover;
	background-position:	center center;
	background-repeat: 		no-repeat;
}
#metier_zoom_news_diaporama .news_list_item_title
{
	padding:   			30px 30px;
	padding-bottom:  	15px;
}
#metier_zoom_news_diaporama .news_list_item_title h4
{
	font-size: 		16pt;
	font-weight:  	700;
	padding:  		0;
	margin:  		0;
}
#metier_zoom_news_diaporama .news_list_item_description
{
	padding:   			0 30px;
	font-weight:  		400;
	min-height:  		100px;
}
#metier_zoom_news_diaporama .news_list_item_link
{
	padding:  				15px 0;
	padding-right:  		50px;
	margin:  				10px 30px;
	color:  				#7BD5F5;
	font-weight:  			400;
	background-image: 		url(../images/commons/download.png);
	background-position:	right center;
	background-repeat: 		no-repeat;
}

#metier_zoom_news #footer_newsletter
{
	top:  					0;
	bottom:  				0;
}

#metier_zoom_news_link
{
	text-align: 		center;
	margin-bottom:  	50px;
}
#metier_zoom_news_link a:link,
#metier_zoom_news_link a:hover,
#metier_zoom_news_link a:active,
#metier_zoom_news_link a:visited
{
	color:  			#7BD5F5;
}



/*************************************
 * CTA
 *************************************/
#metier_zoom_cta
{
	padding:  				50px 0;
	padding-bottom: 		130px;
	text-align:  			center;
}
#metier_zoom_cta .commons_wrap
{
	background-color: #fff;
	max-width:  			1000px;
	margin:  				0 auto;
}
#metier_zoom_cta_intro
{
	max-width:  			600px;
	margin:  				80px auto;
	margin-bottom:  		40px;
}
#metier_zoom_cta li
{
	background-position:	top center;
	background-repeat: 		no-repeat;
	background-size:  		50px;
}

#metier_zoom_cta li .diaporama_info
{
	max-width:  		250px;
	margin:   			0 auto;
}
#metier_zoom_cta li .diaporama_label
{
	display: 			none;
}
#metier_zoom_cta li .diaporama_description
{

}
#metier_zoom_cta li .diaporama_description span
{
	color:  			#7BD5F5;
	max-width:  		200px;
}

ul#home_cta
{
	margin:  		0;
	padding:  		0;
}


/*************************************
 * Responsive
 *************************************/
@media only screen /* Smartphone Horizontal */
and (max-width : 1400px)
{
	/*************************************
	 * Metier
	 *************************************/
	#metier_zoom_news_diaporama
	{
		max-width:   		900px;
	}
	#metier_zoom_news_diaporama .news_list_item:link,
	#metier_zoom_news_diaporama .news_list_item:hover,
	#metier_zoom_news_diaporama .news_list_item:active,
	#metier_zoom_news_diaporama .news_list_item:visited
	{
		margin:  		20px 20px;
	}

}

@media only screen /* Smartphone Horizontal */
and (max-width : 1200px)
{

	#productwrap
	{

		/*max-width:  			700px;*/
	}
	#metier_zoom_product .commons_wrap
	{
		padding:  		0;
	}

	.product_list_item:link,
	.product_list_item:hover,
	.product_list_item:active,
	.product_list_item:visited
	{
		margin:  	0 30px;
		width:  	300px;
	}

	#metier_zoom_step_encadre
	{
		width:  		50%;
		padding:  		100px 20px 20px 20px;
	}
	#metier_zoom_step_image
	{
		margin-top:  	50px;
	}

}


@media only screen /* Smartphone Horizontal */
and (max-width : 900px)
{

	.metier_objective_item.opened .metier_objective_item_toggle
	{
		height:   		auto;
	}

	.metier_objective_item_detail,
	.metier_objective_item_chiffre
	{
		float: 			none;
		width:		 	auto;
		min-height:  	0;
		padding:  		20px 20px;
	}
	.metier_objective_item_inner
	{
		padding:  		20px 20px;
	}

	.metier_objective_item_handle
	{
		top:  				23px;
	}

	.metier_objective_item_name
	{
		padding-right:  	60px;
	}

	/*************************************
	 * Metier Encart
	 *************************************/
	#metier_zoom_leftright .commons_wrap
	{
		padding:   			0;
	}
	#metier_zoom_leftright_left
	{
		position:  				relative;
		width:  				auto;
		padding:   				100px 20px;
	}
	#metier_zoom_leftright_encadre
	{
		position:  				relative;
		width:  				90%;
		right:  				0;
		margin:  				0 auto;
		max-width:   			250px;
		bottom:  				-200px;
		padding:  				80px 30px 10px 30px;
	}

	#metier_zoom_leftright_right
	{
		padding:  				100px 60px;
		padding-top:  			140px;
		/*min-height:  			600px;*/
		color:  				#fff;
	}
	#metier_zoom_leftright_intro
	{
		text-align:  			center;
	}
	#metier_zoom_leftright_intro p
	{
		margin-left:  			0;
	}
	#metier_zoom_leftright
	{
		padding-bottom:  		0;
	}
	#metier_zoom_step
	{
		padding-top:  		0;
	}
	#metier_zoom_step_left h2 p
	{
		padding:  			0;
	}

	#metier_zoom_step_left
	{
		padding-top:  		40px;
	}
	#metier_zoom_step_items
	{
		padding-top:  		1px;
		padding-bottom:  	100px;
	}



	/*************************************
	 * Product
	 *************************************/
	#productwrap
	{
		/*max-width:  			350px;*/
	}

	#metier_zoom_encartpromo_intro
	{
		padding:  			80px 60px;
	}

}


@media only screen /* Smartphone Horizontal */
and (max-width : 700px)
{

	/*************************************
	 * Promo
	 *************************************/
	#metier_zoom_encartpromo_image
	{
		height:  			300px;
		width:				100%;
	}
	#metier_zoom_encartpromo_intro
	{
		margin-left: 		0;
		padding:  			80px 60px;
		padding-top:  		360px;
	}
	#metier_zoom_news_diaporama
	{
		max-width:  		370px;
	}

	#metier_zoom_encartpromo_intro
	{
		/*padding:		60px 160px;*/
		/*padding-top:	320px;*/
	}

	#metier_zoom_faq
	{
		padding-top:  		90px;
	}
	#metier_zoom
	{
	}
	#metier_zoom .commons_wrap
	{
		margin:   			0;
		padding:   			1px 20px;
	}
	#metier_zoom #metier_zoom_product .commons_wrap
	{
		margin:   			0;
		padding:   			1px 0;
	}
	#metier_zoom_leftright .commons_wrap
	{
		padding:   			0;
	}
	#metier_zoom_product .home_part_intro
	{
		padding:  			10px 20px;
		margin-top:  		50px;
	}

	#metier_zoom_leftright_intro h2
	{
		font-size:  			20pt;
	}


	#metier_zoom_leftright_right
	{
		padding:  			100px 20px;
		padding-top:    	140px;
	}

	#metier_zoom_step_encadre
	{
		padding:  			80px 20px 10px 20px;
		width:  			auto !important;
		left:  				60px;
		right:  			60px;
		top:  				-100px;
	}

	#metier_zoom_step
	{
		margin-bottom:  	0;
		padding-bottom:  	0;
		padding:  			30px 0;
	}
	#metier_zoom_news .commons_wrap
	{
		padding-top:		50px;
	}

	.metier_objective_item_inner
	{
		min-height:  		80px;
	}

	.metier_objective_item_handle
	{
		top:  		37px;
		right:  	25px;
	}


	.metier_objective_item_chiffre p
	{
		font-size:  		11pt;
	}
	.metier_objective_item_chiffre h2
	{
		font-size:   		20pt;
	}

	#metier_zoom_news .commons_wrap
	{
		padding-bottom:  	70px;
	}
	#metier_zoom_cta_intro
	{
		margin-top:  		20px;
	}

}


@media only screen /* Smartphone Horizontal */
and (max-width : 600px)
{

	#metier_zoom_encartpromo
	{
		margin-top:  		0;
		margin:  			0 20px;
		margin:  			0;
		padding:  			20px 0;
		padding:  			0;
		background-color:  	#f2f2f2;
	}
	#metier_zoom_encartpromo_intro
	{
		padding: 		60px 40px;
		padding-top: 	330px;
	}
}