/* 

 * BOUTONS GENERAL
 * COOKIES
 * SPRITE ICONS
 * BANNIERE GENERIQUE
 * MENU SHARE FIXE
 * SHARE MAIL
 * MENU PRINCIPAL
 * MENU SPECIAL LANDING
 * HEADER MAIN
 * FOOTER MAIN
 * OBJ_BLOC
 * BLOC PUSHS
 * BLOC ROUTINE
 * MODULE MAIL
 * PUSHS VIDEO
 * CARROUSEL VIDEO
 * CATEGORY FILTERS
 * CATEGORY
 * ARTICLE
 * POPIN PRODUITS
 * LANDING
 * SEARCH
 * DIAGNOSTIC
 * WHO IS
 * PUSHS
 * CARROUSEL BLOGUEUSES
 * QUIZ
 * SHARE
 * MASONRY
 *
 
 */
 
/* ================================= *
 * BOUTONS GENERAL
 * ================================= */
main > .ctn_btn,
section > .ctn_btn{
	padding : 40px 0;
	text-align : center;
	}
	
@media screen and ( max-width : 767px ) {
	main > .ctn_btn,
	section > .ctn_btn{ padding : 20px 0; }
}

.ctn_btn{ clear:both; }

.obj_btn{
	display:inline-block;
	border:none;
	padding:14px 20px;
	font:1em/1em 'LocatorWeb-Regular', sans-serif;
	color:#fff;
	-webkit-appearance:none;
	   -moz-appearance:none;
			appearance:none;
	background:#008fcd;
	-webkit-transition:all 0.2s;
	   -moz-transition:all 0.2s;
			transition:all 0.2s;
	cursor:pointer;
	}
a:hover .obj_btn,
a.obj_btn:hover{
	background-color:#66bce1;
	color: #fff;
	}
.obj_btn.btn_more{
	background:none;
	border:1px solid #dadada;
	color:#000;
	}
.obj_btn.btn_more:hover{
	background:none;
	border-color:#000;
	color:#000;
	}

.obj_btn.btn_video{
	height:85px; width:85px;
	background:url('../images/sprite_icon.png') no-repeat -198px -83px / 1024px auto;
	text-indent:-9999em;
	-webkit-transition:all 0.2s;
	   -moz-transition:all 0.2s;
	     -o-transition:all 0.2s;
			transition:all 0.2s;
	-webkit-transform:scale(1,1);
		-ms-transform:scale(1,1);
			transform:scale(1,1);
	}
a:hover .obj_btn.btn_video,
.obj_push-videos:hover .obj_btn.btn_video,
a.obj_btn.btn_video:hover {
	background-color:rgba(255,255,255,0);
	-webkit-transform:scale(1.1,1.1);
		-ms-transform:scale(1.1,1.1);
			transform:scale(1.1,1.1);
	}
	
@media screen and (max-width:960px){
	.obj_btn{
		padding:10px 15px;
		font-size:0.875em;
		}
	.obj_btn.btn_video{
		-webkit-transform:scale(0.75,0.75);
			-ms-transform:scale(0.75,0.75);
				transform:scale(0.75,0.75);
		}
}	



/* ================================= *
 * COOKIES
 * ================================= */
.obj_cookies{
	width:100%;
	background:#e9edef;
	}
.obj_cookies .ctn_cookies{
	padding:15px 20px;
	}
.obj_cookies .ctn_cookies p{
	font:0.875em/1em 'LocatorWeb-Regular', sans-serif;
	color:#758892; text-align:center;
	}
.obj_cookies .ctn_cookies p a{
	color:#008fcd; text-decoration:underline;
	}
.obj_cookies .ctn_cookies a.b_close{
	display:block;
	font-family:'LocatorWeb-Regular', sans-serif; font-size:0.750em; color:#b5bec4; text-align:center; text-decoration:underline;
	margin-top:5px;
	}
	
@media screen and (max-width:767px){
		
	.obj_cookies .ctn_cookies p{
		font-size:0.75em;
		}
}

/* ================================= *
 * SPRITE ICONS
 * ================================= */
.sprite-icon{
	position:relative;
	}
.sprite-icon:after, .sprite-icon:before{
	content:"";
	position:absolute;
	display:block;
	background:url('../images/sprite_icon.png');
	background-size:1024px auto;
	}

/* ================================= *
 * BANNIERE GENERIQUE
 * ================================= */
	
.obj_banner .ctn_banner .t_filet{
	position:relative;
	padding: 30px 0 15px;
	margin-bottom:15px;
	color:#fff;
	font:1em/1em 'LocatorWeb-Bold', sans-serif;
	text-transform:uppercase;
	}
.obj_banner .ctn_banner .t_filet:after{
	display:block; content:"";
	width:28px; height:2px;
	margin:0 0 0 -14px;
	position:absolute;
	bottom:0; left:50%;
	background:#fff;
	}
	
.obj_banner .ctn_banner .t_logo{
	width:198px; height:165px;
	margin:0 auto 10px;
	}

@media screen and (max-width:960px){
	.obj_banner .ctn_banner .t_filet{
		padding: 15px 0 10px;
		font-size:0.875em;
		}
}
@media screen and (max-width:767px){
	.obj_banner .ctn_banner .t_logo{
		width: 140px; height: auto;
		}
	.obj_banner .ctn_banner .t_filet{
		padding: 30px 0 10px;
		}
}

/*-- CATEGORY --*/
.obj_banner.var_category{
	position: relative;
	overflow: hidden;
	padding-bottom: 0;
	text-align:center;
	}
	
.obj_banner.var_category .v_background{
	position: absolute;
	top:50%; left:50%;
	z-index:0;
	max-width:none;
	-webkit-transform:translate(-50%,-50%);
		-ms-transform:translate(-50%,-50%);
			transform:translate(-50%,-50%);
	}

.obj_banner.var_category .ctn_banner{
	max-width:1180px;
	position:relative;
	z-index:1;
	margin:0 auto;
	}
.obj_banner.var_category .ctn_banner-inner{ min-height:545px; padding:50px 18% 60px 36%; }
.parents .obj_banner.var_category .ctn_banner-inner{ padding:60px 9% 60px 45%; }
.obj_banner.var_category .ctn_banner .t_logo{
	-webkit-transform:scale(0.8,0.8);
		-ms-transform:scale(0.8,0.8);
			transform:scale(0.8,0.8);
	}
.parents .obj_banner.var_category .ctn_banner{
	color:#fff;
	}
.obj_banner.var_category .ctn_banner h1{
	margin:0 0 10px;
	font:1.625em/1em 'LocatorWeb-Bold', sans-serif;
	}
.obj_banner.var_category .ctn_banner p{
	font:1.25em/1.3em 'LocatorWeb-Light', sans-serif;
	}
.obj_banner.var_category .ctn_banner p.t_big{
	margin:5px 0 0;
	font:2.25em/1em 'LocatorWeb-Light', sans-serif;
	}
.obj_banner.var_category .ctn_banner p.t_mention{
	position:absolute;
	bottom:10px; left:50%;
	width:100%;
	font:0.975em/1em 'LocatorWeb-Light', sans-serif;
	color:rgba(0,0,0,0.5);
	-webkit-transform:translateX(-50%);
		-ms-transform:translateX(-50%);
			transform:translateX(-50%);
	}
.parents .obj_banner.var_category .ctn_banner p.t_mention{
	color:#fff;
	}
	
@media screen and (max-width:960px){
	.obj_banner.var_category .ctn_banner p:not(.t_big){ display:none; }
	.obj_banner.var_category .ctn_banner-inner{ min-height:400px; padding:60px 15% 60px 45%; }
	.parents .obj_banner.var_category .ctn_banner-inner{ padding:60px 15% 60px 45%; }
	
	.teenager .obj_banner.var_category .v_background,
	.woman .obj_banner.var_category .v_background,
	.man .obj_banner.var_category .v_background,
	.parents .obj_banner.var_category .v_background{ top:50%; margin-top:0; height:100%; }
}
@media screen and (max-width:767px){
	.obj_banner.var_category .ctn_banner-inner{ min-height:300px; padding:80px 2.5% 20px 35%; }
	.obj_banner.var_category .ctn_banner h1{ font-size:1.125em; }
	.obj_banner.var_category .ctn_banner p.t_big{ font-size:1.375em; }
	
	.teenager .obj_banner.var_category .v_background{ margin-left:20%; }
	.woman .obj_banner.var_category .v_background{ margin-left:15%; }
	.man .obj_banner.var_category .v_background{ margin-left:7%; }
	.parents .obj_banner.var_category .v_background{ margin-left:15%;}
	
	.parents .obj_banner.var_category .ctn_banner-inner{ padding:80px 5% 20px 50%; }
}

/*-- ARTICLE --*/
.obj_banner.var_small{
	position: relative;
	overflow: hidden;
	min-height: 180px;
	padding-bottom: 0;
	background:#61aee6;
	}
.obj_banner.var_small .ctn_banner{
	position:relative;
	z-index:1;
	max-width:1180px;
	height:100%;
	margin:0 auto;
	text-align: center;
	}
.obj_banner.var_small .ctn_banner-inner{
	height:100%;
	width: 60%;
	display: inline-block;
	}
.obj_banner.var_small .ctn_banner h2{
	text-align: center;
	color:#000;
	font:1.5em/32px 'LocatorWeb-Bold', sans-serif;
	}
.obj_banner.var_small .ctn_banner .t_big{
	font:2em/1em 'LocatorWeb-Light';
	}
.obj_banner.var_small .v_background{
	position: absolute;
	top:0; left:25%;
	z-index:0;
	max-width:none;
	height:100%;
	-webkit-transform:translateX(-50%);
		-ms-transform:translateX(-50%);
			transform:translateX(-50%);
	}

@media screen and (max-width:960px){
	.obj_banner.var_small .ctn_banner-inner{ width: 40%; }
	.obj_banner.var_small .ctn_banner h2{
		margin:0 0 5px;
		font-size:1.5em;
		line-height:1em;
		}
	
}
@media screen and (max-width:767px){
	.obj_banner.var_small { min-height:160px;}
	.obj_banner.var_small .ctn_banner-inner{ width: 70%; }
	.obj_banner.var_small .ctn_banner h2{ font-size:1.125em; }
	.obj_banner.var_small .ctn_banner p.t_big{ font-size:1.375em; }
	.obj_banner.var_small .v_background{ display:none; }
}
	
/*-- LANDING --*/
.obj_banner.var_landing{
	position:relative;
	text-align:center;
	background:#408dc8 url('../images/bg_banner_landing.jpg') no-repeat center top;
	background-size:cover;
	}
.obj_banner.var_landing .ctn_banner{
	overflow:hidden;
	position:relative;
	display:block;
	margin:0 auto;
	width:100%;
	height:100%;
	color:#000;
	}
.obj_banner.var_landing .ctn_banner .ctn_banner-inner{
	position:relative;
	z-index:1;
	height:100%;
	margin:0 auto;
	padding:60px 0 0;
	}
.obj_banner.var_landing .ctn_banner h1 + p{
	font:1.125em/1.33em 'LocatorWeb-Light', sans-serif;
	color:#fff;
	margin-bottom:160px;
	}
.obj_banner.var_landing .ctn_banner .t_or{
	color:#009fe3;
	font:0.875em/1em 'LocatorWeb-Medium', sans-serif;
	text-transform:uppercase;
	}
	
@media screen and (max-width:767px){
	
	.obj_banner.var_landing{
		padding:0 0 100px;
		min-height:0;
		}
	.obj_banner.var_landing .ctn_banner .ctn_banner-inner{
		padding: 20px 20px 0;
		}
	.obj_banner.var_landing .ctn_banner h1 + p{
		font-size:1em;
		margin-bottom:0;
		}
	.obj_banner.var_landing .ctn_banner h1 + p br{
		display:none;
		}
}

/* ================================= *
 * MENU SHARE FIXE
 * ================================= */
.obj_share_menu{
	position:absolute; 
	top:0; left:0;
	width:100%;
	}
.ctn_share_menu{
	position:relative; 
	width:100%;
	height:100%;
	margin:0 auto;
	}
.obj_banner .ctn_share_menu ul,
figure .ctn_share_menu ul{
	position:absolute;
	z-index:10;
	right:0; top:95px;
	text-align:right;
	}
figure .ctn_share_menu ul{
	top:0;
	}
.obj_share_menu ul li{
	padding:0 !important;
	}
.obj_share_menu li:before{
	display:none !important;
	}
.obj_banner .obj_share_menu li{
	display:block;
	-webkit-transform:translateX(0);
		-ms-transform:translateX(0);
			transform:translateX(0);
	-webkit-transition:all 0.5s;
	   -moz-transition:all 0.5s;
			transition:all 0.5s;
	}
.obj_share_menu li.open{
	transform:translateX( calc(-100% + 60px) );
	}
	
.obj_share_menu .btn_like{margin:0 0 10px;}

.obj_share_menu li > a,
.obj_share_menu li > button{
	position:relative;
	display:inline-block;
	height:60px;
	min-width:60px;
	background:#000;
	text-indent:-9999em;
	text-align:left;
	border:none;
	cursor:pointer;
	-webkit-appearance:none;
	   -moz-appearance:none;
			appearance:none;
	-webkit-transition:all 0.2s;
	   -moz-transition:all 0.2s;
			transition:all 0.2s;
	}
.obj_share_menu li > a:before,
.obj_share_menu li > button:before{
	display:block;
	position:absolute;
	content:"";
	height:22px; width:26px;
	top:50%; left:50%;
	margin:-11px 0 0 -13px;
	background:url('../images/sprite_icon.png') no-repeat 0 0 / 1024px auto;
	}
.obj_share_menu li > a:hover,
.obj_share_menu li > button:hover{
	background:#000;
	}

.obj_share_menu li.btn_like.mobile{ display:none; }
	
.obj_share_menu .btn_fbk > a{background-color:#3955a0;}
.obj_share_menu .btn_fbk > a:before{background-position:-583px 0;}
.obj_share_menu .btn_twt > a{background-color:#5ea9dd;}
.obj_share_menu .btn_twt > a:before{background-position:-557px 0;}
.obj_share_menu .btn_mail > a,
.obj_share_menu .btn_mail > button{background-color:#fb6262;}
.obj_share_menu .btn_mail > a:before,
.obj_share_menu .btn_mail > button:before{background-position:-609px 0;}
.obj_share_menu .btn_pin > a{background-color:#cb2027;}
.obj_share_menu .btn_pin > a:before{background-position:-635px 0;}
	
.obj_share_menu .btn_mail{margin-right:-380px;}

		
.obj_article-aside .obj_share_menu{
	left:-228%; top:auto;
	margin-top:70px;
	width:auto;
	}	
.obj_article-aside .obj_share_menu a{
	width:100%;
	}

@media screen and (max-width:767px){
	.obj_banner .obj_share_menu{
		display:none;
		}	
	.obj_share_menu{
		position:relative; 
		padding:10px 0;
		margin:10px 0 15px;
		border-top:1px solid #e5e5e5;
		border-bottom:1px solid #e5e5e5;
		text-align:right;
		font-size:0;
		overflow:hidden;
		}
	.obj_share_menu li{
		display:inline-block;
		}
	.obj_share_menu li.btn_like.desktop{ display:none; }
	.obj_share_menu li.btn_like.mobile{ 
		display:block;
		float:left;
		padding:10px 0 0;
		}
	.obj_share_menu li > a,
	.obj_share_menu li > button{
		height:40px; min-width:40px;
		}
}

/* ================================= *
 * SHARE MAIL
 * ================================= */
.obj_share_mail{
	background:#fff;
	float:right;
	padding:20px;
	text-align:left;
	width:380px;
	min-height:175px;
	}
.obj_share_mail input{
	margin:3px 0;
	padding:6px 9px;
	background:#eaeaea;
	border-color:#eaeaea;
	font-size:1em;
	}
.obj_share_mail .btn_next{
	background:#000;
	color:#fff;
	}
.obj_share_mail .btn_next:hover{
	background:#fb6262;
	color:#fff;
	}
.obj_share_mail .btn_share{
	background:#fb6262;
	}
.obj_share_mail .btn_share:hover{
	background:#000;
	color:#fff;
	}
.obj_share_mail .ctn_btn{
	margin-top:5px;
	float:left;
	clear:none;
	max-width:30%;
	}
.obj_share_mail .ctn_btn .obj_btn{
	padding:7px 20px;
	}
.obj_share_mail .error_msg{
	float:right;
	max-width:70%;
	margin:5px 0;
	font:0.875em/1em 'LocatorWeb-Light', sans-serif;
	color:#c00000;
	}
	
@media screen and (max-width:767px){}

/* ================================= *
 * MENU PRINCIPAL
 * ================================= */
.obj_nav.var_lp{
	width:100%;
	padding:18px 0 20px 0;
	background:#fff
	}
.obj_nav.var_lp.is-pinned{
	position:fixed;
	top:0;
	z-index:15;
	box-shadow:0 0 20px rgba(0,0,0,0.2);
	padding-bottom: 13px;
	}
.obj_nav.var_lp ul{
	max-width:1180px;
	display:table;
	margin:0 auto;
	}
.obj_nav.var_lp ul li{
	display:table-cell;
	vertical-align:middle;
	padding:5px 20px;
	text-align:center;
	max-width:300px;
	border-left:1px solid #dadde1;
	}
.obj_nav.var_lp ul li:first-child{
	border:none;
	}
.obj_nav.var_lp ul li a{
	display:block;
	color:#008fcd;
	}
	
.obj_nav.var_lp ul li a.active,
.obj_nav.var_lp ul li a:hover{
	color:#000;
	}
	
/* ================================= *
 * MENU SPECIAL LANDING
 * ================================= */
.obj_nav.var_landing{
	position:relative;
	z-index:2;
	margin-top:-60px;
	text-align:center;
	}
.obj_nav.var_landing > p{
	position:absolute; bottom:100%; left:0; right:0;
	margin:0 0 30px;
	font:1.5625em/1em 'LocatorWeb-Light', sans-serif;
	color:#fff;
	}
.obj_nav.var_landing ul{
	font-size:0;
	width:100%;
	max-width:880px;
	display:inline-block;
	margin:0 auto;
	}
.obj_nav.var_landing ul li{
	position:relative;
	display:inline-block;
	font-size:16px;
	width:25%;
	padding:1px;
	}
.obj_nav.var_landing ul li a{
	display:block;
	padding:0 0 20px;
	color:#009fe3;
	font:1.25em/1em 'LocatorWeb-Regular', sans-serif;
	}
.obj_nav.var_landing ul li a:hover{
	color:#000;
	}
.obj_nav.var_landing ul li a span{
	display:block;
	padding:10px 0;
	}

@media screen and (max-width:960px){	
	.obj_nav.var_landing ul{
		padding:0 20px;
		width:100%;
		}
	.obj_nav.var_landing li{
		max-width:25%;
		}
}	
@media screen and (max-width:767px){	
	.obj_nav.var_landing{
		padding:30px 20px 5px;
		margin:-80px 20px 0;
		background:#fff;
		}	
	.obj_nav.var_landing > p{
		position:relative; bottom:auto;
		margin:0 0 10px;
		font-size:1.125em;
		color:#000;
		}	
	.obj_nav.var_landing ul{
		padding:0;
		}
	.obj_nav.var_landing ul li{
		width:50%;
		max-width:50%;
		}
	.obj_nav.var_landing ul li a{
		padding:0;
		font-size:1em;
		}
}	
	
	
/* ================================= *
 * HEADER MAIN
 * ================================= */
header.main nav.main{
	display:none;
	}
@media screen and (max-width:767px){
	main .obj_nav.var_lp{
		display:none;
		}
	
	header.main{
		position:relative;
		}
	header.main nav.main{
		display:block;
		position: absolute;
		height: 0;
		width: 100%;
		margin: 0;
		left: 0;
		right: 0;
		top: 80px;
		border: none;
		z-index: 5;
		}
	header.main nav.main .main_menu_mob{
		margin:0;
		padding:0;
		display:none;
		height:auto;
		background:#f8f8f8;
		box-shadow:0 50px 100px rgba(0,0,0,0.4);
		}
	header.main nav.main ul li{
		display:block;
		height:auto;
		float:none;
		margin:0;
		text-align:center;
		}
	header.main nav.main ul li > a{
		display:inline-block;
		padding:10px 20px;
		font-size:1em;
		line-height:1.2em;
		text-transform:uppercase;
		color:#000;
		}
	header.main nav.main .btn_menu_mob {
		display: block;
		position: absolute;
		top: -50px;
		left: 10px;
		border: none;
		width: 30px;
		height: 30px;
		padding: 0;
		text-indent: -10000px;
		border-radius: 4px;
		background: #008fcd url('../images/sprite_menu-mobile.png') left top;
		background-size: 180px auto;
		}
}
/* ================================= *
 * FOOTER MAIN
 * ================================= */
footer.main{
	padding:40px 0;
	background:#008fcd;
	}
.v2 footer.main { margin-top : 0; }

footer.main .str_items{
	max-width:1180px;
	padding:0 60px 50px 60px; margin:0 auto 40px;
	border-bottom:1px solid #33a5d7;
	text-align:center;
	}
footer.main .str_items > div{
	display:inline-block;
	width:33%;
	box-sizing:border-box;
	text-align:left;
	}
footer.main h3{
	margin-bottom:20px;
	font:1.3125em/1em 'LocatorWeb-Light', serif; color:#fff;
	}
footer.main h3 a{
	color:#fff;
	}
	
@media screen and (max-width:1024px){
	footer.main .str_items{
		padding:0 50px 50px;
		}
}		
@media screen and (max-width:960px){
	footer.main .str_items > div{
		width:100%;
		display:block;
		padding-left:7% !important;
		margin:30px auto 0;
		max-width:500px;
		}
}
@media screen and (max-width:767px){
	footer.main{
		margin:0;
		}
	footer.main .str_items{
		padding:0 20px 25px; margin:0 auto 25px;
		}
	footer.main .str_items > div{
		padding-left:0 !important;
		}
}
	
/*-- SERVICES --*/	
footer.main .str_items .ctn_services{
	margin-top:0;
	}
footer.main .ctn_services h3:before{
	left:-35px;
	width:20px; height:20px;
	background-position:-502px -61px;
	}
footer.main .ctn_services ul{
	display:inline-block;
	width:50%;
	float:left;
	padding-right:35px;
	}
footer.main .ctn_services ul li a{
	font-family:'LocatorWeb-Regular', sans-serif; font-size:0.875em; line-height:1em; color:#fff;
	}

/** Cookies policy OneTrust **/
footer.main .ctn_services ul li .optanon-show-settings-popup-wrapper{
	overflow:hidden;
	height:auto !important;
	}
footer.main .ctn_services ul li .optanon-show-settings-popup-wrapper * {
	font: 14px/14px 'LocatorWeb-Regular', sans-serif !important;
	font-weight: normal !important;
	color: #fff !important;
}
footer.main .ctn_services ul li .optanon-show-settings-popup-wrapper .optanon-show-settings-left,
footer.main .ctn_services ul li .optanon-show-settings-popup-wrapper .optanon-show-settings-middle,
footer.main .ctn_services ul li .optanon-show-settings-popup-wrapper .optanon-show-settings-right {
	background-color: #008fcd !important;
	border: 0;
}
footer.main .ctn_services ul li .optanon-show-settings-popup-wrapper .optanon-show-settings-left,
footer.main .ctn_services ul li .optanon-show-settings-popup-wrapper .optanon-show-settings-right {
	display: none;
}
footer.main .ctn_services ul li .optanon-show-settings-popup-wrapper .optanon-show-settings-middle {
	padding: 0;
	height:auto !important;
}
footer.main .ctn_services ul li .optanon-show-settings-popup-wrapper a.optanon-show-settings {
	margin-top: 0 !important;
	display:block;
}
footer.main .ctn_services ul li #optanon-show-settings-popup {
	opacity: 0 !important;
}

@media screen and (max-width:960px){
	footer.main .ctn_services{overflow:hidden;}
	footer.main .ctn_services h3:before{left:0;}
	footer.main .ctn_services h3{padding-left:40px;}
}
@media screen and (max-width:480px){
	footer.main .ctn_services ul{
		display:block;
		width:100%;
		padding:0;
		float:none;
		}
}

	
/*-- NEWSLETTER --*/		
footer.main .str_items .ctn_newsletter{
	padding:0 0 0 50px;
	}
footer.main .ctn_newsletter h3:before{
	left:-43px;
	width:29px; height:20px;
	background-position:-522px -61px;
	}
footer.main .ctn_newsletter p{
	font-family:'LocatorWeb-Regular', sans-serif; font-size:0.875em; line-height:1.250em; color:#fff;
	margin-bottom:10px;
	}
footer.main .ctn_newsletter .ctn_ligne{
	width:100%;
	}
footer.main .ctn_newsletter input{
	box-sizing:border-box;
	display:inline-block;
	padding:8px;
	margin-right:3%;
	width:85%; height:30px;
	font:0.875em/1em 'LocatorWeb-Regular', sans-serif;
	color:#333;
	border:0;
	}
footer.main .ctn_newsletter a.btn{
	width:12%;
	display:inline-block;
	font:0.938em/1em 'LocatorWeb-Regular', sans-serif;
	color:#fff;
	vertical-align:middle;
	}
	
@media screen and (max-width:1024px){
	footer.main .str_items .ctn_newsletter{
		padding:0 0 0 30px;
		}
}	
@media screen and (max-width:960px){
	footer.main .str_items .ctn_newsletter{
		padding:0;
		clear:both;
		}
	footer.main .ctn_newsletter h3:before{left:0;}
	footer.main .ctn_newsletter h3{padding-left:40px;}
	footer.main .ctn_newsletter .ctn_ligne{
		max-width:500px;
		}
}

/*-- STORELOCATOR --*/	
footer.main .str_items .ctn_store{
	padding:0 0 0 80px;
	}
footer.main .ctn_store h3:before{
	left:-30px;
	width:15px; height:21px;
	background-position:-487px -61px;
	}
footer.main .ctn_store p{
	font-family:'LocatorWeb-Regular', sans-serif; font-size:0.875em; line-height:1.250em; color:#fff;
	margin-bottom:10px;
	}
footer.main .ctn_store a.btn.locate:before{
	display:block;
	content:"";
	position:absolute;
	left:50%; top:50%;
	margin:-9px 0 0 -9px;
	width:19px; height:19px;
	background:url("../images/sprite_icon.png") no-repeat -303px -147px;
	background-size:1024px auto;
	}
footer.main .ctn_store a.btn.locate{
	display:inline-block;
	position:relative;
	float:left;
	width:14%;
	height:30px;
	background:#62bce3;
	}
footer.main .ctn_store a.btn.locate:hover{
	background:#e87fbc;
	}
footer.main .ctn_store .ctn_inputText{
	display:inline-block;
	width:86%;
	position:relative;
	}
footer.main .ctn_store .ctn_inputText input{
	width:100%;
	height:30px;
	padding:8px;
	box-sizing:border-box;
	font:0.875em/1em 'LocatorWeb-Regular', sans-serif; color:#333;
	border:none;
	}
footer.main .ctn_store .obj_autocomplete{
	display: none;
	position:absolute;
	margin-top:1px;
	width:100%;
	}
footer.main .ctn_store .obj_autocomplete .obj_content{
	background:#fff;
	padding:8px;
	}
footer.main .ctn_store .obj_autocomplete .jQueryScroll{
	max-height:168px;
	}
footer.main .ctn_store .obj_autocomplete .obj_content ul li a{
	display:block;
	font-family:'LocatorWeb-Regular', sans-serif; font-size:0.875em; line-height:1em; color:#333;
	padding:5px 8px;
	}
footer.main .ctn_store .obj_autocomplete .obj_content ul li a:hover{
	background:#ebebeb;
	}

@media screen and (max-width:1024px){
	
	footer.main .str_items .ctn_store{
		padding:0 0 0 40px;
		}
}
@media screen and (max-width:960px){
	footer.main .str_items .ctn_store{
		padding:0;
		}
	footer.main .ctn_store h3:before{left:0;}
	footer.main .ctn_store h3{padding-left:40px;}
	footer.main .ctn_store .obj_form{max-width:85%; margin:0;}
}
	
/*-- RESEAUX SOCIAUX--*/	
footer.main .obj_socials{
	text-align:center;
	}
footer.main .obj_socials h3{
	
	}
footer.main .obj_socials ul{text-align:center;}
footer.main .obj_socials ul li{
	display:inline-block;
	margin:0 15px;
	}
footer.main .obj_socials ul li a{
	display:block;
	width:60px; height:60px;
	border:1px solid #64bbe1;
	border-radius:50px;
	}
footer.main .obj_socials ul li a:hover{
	background-color:#64bbe1;
	}
footer.main .obj_socials ul li a:before{
	top:50%; left:50%;
	width:35px; height:31px;
	margin:-15px 0 0 -17px;
	}
footer.main .obj_socials ul li.twitter a:before{ background-position:-347px -61px; }
footer.main .obj_socials ul li.facebook a:before{ background-position:-382px -61px; }
footer.main .obj_socials ul li.instagram a:before{ background-position:-417px -61px; }
footer.main .obj_socials ul li.youtube a:before{ background-position:-452px -61px; }

@media screen and (max-width:767px){
	
	footer.main .obj_socials ul li{
		margin:10px;
		}
	footer.main .obj_socials ul li a{
		width:45px; height:45px;
		}
	footer.main .obj_socials ul li a:before{
		-webkit-transform:scale(0.75,0.75);
			-ms-transform:scale(0.75,0.75);
				transform:scale(0.75,0.75);
		}
}
	
/*-- MENTIONS LEGALES --*/	
footer.main .obj_legals{
	padding-bottom:80px; margin-top:50px;
	}
footer.main .obj_legals:after{
	bottom:0;
	background-position:-197px -35px;
	width:114px; height:48px;
	left:50%;
	margin-left:-57px;
	}
footer.main .obj_legals p{
	font-family:'LocatorWeb-Regular', sans-serif; font-size:0.750em; line-height:1em; color:#fff; text-align:center;
	}
	
@media screen and (max-width:767px){
	footer.main .obj_legals{
		margin-top:30px;
		padding:0 20px 80px;
		}
}

/** Cookies policy OneTrust **/
footer.main .ctn_services ul li .optanon-show-settings-popup-wrapper{
	overflow:hidden;
	height:auto !important;
	}
footer.main .ctn_services ul li .optanon-show-settings-popup-wrapper * {
	font: 14px/14px 'LocatorWeb-Regular', sans-serif !important;
	font-weight: normal !important;
	color: #fff !important;
}
footer.main .ctn_services ul li .optanon-show-settings-popup-wrapper .optanon-show-settings-left,
footer.main .ctn_services ul li .optanon-show-settings-popup-wrapper .optanon-show-settings-middle,
footer.main .ctn_services ul li .optanon-show-settings-popup-wrapper .optanon-show-settings-right {
	background-color: #008fcd !important;
	border: 0;
}
footer.main .ctn_services ul li .optanon-show-settings-popup-wrapper .optanon-show-settings-left,
footer.main .ctn_services ul li .optanon-show-settings-popup-wrapper .optanon-show-settings-right {
	display: none;
}
footer.main .ctn_services ul li .optanon-show-settings-popup-wrapper .optanon-show-settings-middle {
	padding: 0;
	height:auto !important;
}
footer.main .ctn_services ul li .optanon-show-settings-popup-wrapper a.optanon-show-settings {
	margin-top: 0 !important;
	display:block;
}
footer.main .ctn_services ul li #optanon-show-settings-popup {
	opacity: 0 !important;
}

@media screen and (max-width:960px){
	footer.main .ctn_services h3:before{left:0;}
	footer.main .ctn_services h3{padding-left:40px;}
}
@media screen and (max-width:480px){
	footer.main .ctn_services ul{
		padding-right:10px;
		}
}
	
/* ================================= *
 * OBJ_BLOC
 * ================================= */
.obj_bloc .ctn_bloc {
	padding:0 20px;
	max-width:1220px;
	margin:0 auto;
	}
.obj_bloc .ctn_bloc h1,
.obj_bloc .ctn_bloc h2 {
	padding:0 0 20px;
	font:2.25em/1em 'LocatorWeb-Light', sans-serif;
	text-align:center;
	}
@media screen and (max-width:960px) {
	.obj_bloc .ctn_bloc h2 {
		font-size:2em;
		}
}
@media screen and (max-width:767px) {
.obj_bloc .ctn_bloc h2 { padding:0 0 10px; font-size:1.375em; }
.obj_bloc .ctn_bloc h2 br{ display:none; }
}

/* ================================= *
 * BLOC PUSHS
 * ================================= */
.obj_bloc-pushs{
	padding:80px 0;
	background:#f2f2f2;
	}
.obj_bloc-pushs > h2{
	margin:0 0 10px;
	font:2.25em/1em 'LocatorWeb-Light', sans-serif;
	text-align:center;
	}
.obj_bloc-pushs .ctn_pushs{
	display:table;
	width:100%;
	max-width:1220px;
	margin:0 auto;
	}
.obj_bloc-pushs .obj_push{
	display:table-cell;
	width:33.3333%;
	padding:20px;
	}
.obj_bloc-pushs .obj_push a{
	display:block;
	color:#000;
	}
.obj_bloc-pushs .obj_push .ctn_txt{ padding:10%; }
.obj_bloc-pushs .obj_push h3{ font:1.25em/1em 'LocatorWeb-Medium', sans-serif; }
.obj_bloc-pushs .obj_push .ctn_txt .ctn_btn{ margin:30px 0 0; }

.obj_bloc-pushs .obj_push.var_article a{ background:#fff; }

.obj_bloc-pushs .obj_push.var_popular .ctn_txt{ padding:10% 8%; border:10px solid #fff; }
.obj_bloc-pushs .obj_push.var_popular h3{ margin:0 0 25px; font-size:1.5625em; }
.obj_bloc-pushs .obj_push.var_popular ul{counter-reset: list;}
.obj_bloc-pushs .obj_push.var_popular li{
	position:relative;
	padding:0 0 0 20px;
	}
.obj_bloc-pushs .obj_push.var_popular li + li{
	margin:15px 0 0;
	}
.obj_bloc-pushs .obj_push.var_popular li:before{
	position:absolute; top:0; left:0;
	display:block;
	counter-increment: list;
	content: counter(list)".";
	color:#008fcd;
	}
.obj_bloc-pushs .obj_push.var_popular li a:hover{
	color:#008fcd;
	}
	
@media screen and (max-width:1024px){
	.obj_bloc-pushs .obj_push{ padding:10px; }
	.obj_bloc-pushs .obj_push.var_popular .ctn_txt{ padding:20px;}
}

@media screen and (max-width:960px) {
	.obj_bloc-pushs{
		padding:80px 10px;
		}
	.obj_bloc-pushs > h2{
		font-size:2em;
		}
	.obj_bloc-pushs .ctn_pushs{display:block;}
	.obj_bloc-pushs .obj_push{display:block; width:50%; float:left;}
	.obj_bloc-pushs .obj_push.var_popular{width:100%;}
	.obj_bloc-pushs .obj_push.var_popular ul{ overflow:hidden; }
	.obj_bloc-pushs .obj_push.var_popular li{
		width:50%;
		float:left;
		margin:15px 0 0;
		}
}
@media screen and (max-width:767px) {
	.obj_bloc-pushs{
		padding:40px 20px;
		}
	.obj_bloc-pushs > h2{
		font-size:1.375em;
		}
	.obj_bloc-pushs .obj_push{padding:0 0 20px; width:100%;}
	.obj_bloc-pushs .obj_push .ctn_txt{ padding:20px; text-align:center;}
	.obj_bloc-pushs .obj_push .ctn_txt .ctn_btn{margin:15px 0 0;}
	.obj_bloc-pushs .obj_push.var_popular li{
		width:100%;
		float:none;
		margin:15px 0 0;
		text-align:left;
		font-size:0.875em;
		}
	.obj_bloc-pushs .obj_push.var_popular h3{margin:0 0 10px;}
}

/* ================================= *
 * BLOC ROUTINE
 * ================================= */
.obj_bloc.var_routines{
	background:#fff;
	}
.obj_bloc.var_routines .ctn_bloc {
	padding:90px 10px 50px;
	max-width:1220px;
	margin:0 auto;
	}
.obj_article + .obj_bloc.var_routines .ctn_bloc{padding-top:50px; }
.obj_bloc.var_routines .ctn_routines{
	width:100%;
	text-align: center;
	}
.obj_bloc.var_routines .obj_routine{
	display: inline-block;
	width:380px;
	text-align:center;
	padding:10px;
	}
.obj_bloc.var_routines .obj_routine a{
	display:block;
	position:relative;
	z-index:1;
	overflow:hidden;
	}
.obj_bloc.var_routines .obj_routine a figure {
	position: relative;
	z-index: 2;
}
.obj_bloc.var_routines .obj_routine a:before{
	display:block; content:"";
	position:absolute;
	left:0; top:0;
	z-index:-1;
	width:380px; height:320px;
	background-repeat:no-repeat;
	background-position:left bottom;
	background-size:100% auto;
	-webkit-transition:all 0.2s;
	   -moz-transition:all 0.2s;
			transition:all 0.2s;
	}
.obj_bloc.var_routines .obj_routine a:hover:before{
	background-size:105% auto;
	}

.obj_bloc.var_routines .obj_routine a:after {
	position: absolute;
	content: "1";
	font-size: 300px;
	line-height: 460px;
	color: #9d918e;
	opacity: 0.3;
	top: 0;
	left: 0;
	counter-increment: counter;
	content: counter(counter);
	z-index: 1;
}

.obj_bloc.var_routines .obj_routine .t_title{
	padding:30px 0 20px;
	font:1.625em/1em 'LocatorWeb-Bold', sans-serif;
	color:#000;
	text-transform:uppercase;
	}
	
@media screen and (max-width:960px){
	.obj_bloc.var_routines .ctn_bloc { padding:40px 10px 10px; }
.obj_article + .obj_bloc.var_routines .ctn_bloc{padding-top:20px; }
	.obj_bloc.var_routines .ctn_routines{
		padding:0 0 20px;
		}
	.obj_bloc.var_routines .obj_routine .t_title{
		font-size:1.125em;
		}
	.obj_bloc.var_routines .obj_routine img{
		max-height:200px;
		}
	.obj_bloc.var_routines .obj_routine a:before{
		height:190px; width:100%;
		background-size:100% auto;
		}
	.obj_bloc.var_routines .obj_routine a:after {
		font-size: 200px;
		line-height: 260px;
	}
}

@media screen and (max-width:767px){
	.obj_bloc.var_routines .obj_routine{
		display:block;
		width:100%;
		}
	.obj_bloc.var_routines .obj_routine + .obj_routine{
		margin:20px 0 0;
		}
}
/* ================================= *
 * MODULE MAIL
 * ================================= */
.obj_module-mail{
	position:relative;
	padding:19.5% 16% 10% 16%;
	background:#f2f2f2;
	}
.obj_module-mail h3,
.obj_article .obj_article-aside .obj_module-mail h3{
	margin:0 0 10px;
	font:1.5em/1.16em 'LocatorWeb-Bold', sans-serif;
	color: #000;
	}
.obj_module-mail .ctn_input label{
	font:1em/1.375em 'LocatorWeb-Light', sans-serif;
	}
.obj_module-mail .ctn_input input{
	padding:10px 0;
	font:1.125em/1em 'LocatorWeb-Light', sans-serif;
	color:#008fcd;
	border:none;
	border-bottom:1px solid #d9d9d9;
	background:none;
	}
.obj_module-mail .ctn_form-element{ margin:20px 0 0; }
.obj_module-mail ::-webkit-input-placeholder { color: #008fcd; }
.obj_module-mail ::-moz-placeholder { color: #008fcd; }
.obj_module-mail :-ms-input-placeholder { color: #008fcd; }
.obj_module-mail :-moz-placeholder { color: #008fcd; }
.obj_module-mail .ctn_btn{
	margin:20px 0 0;
	}
	
.obj_category .obj_push-article .obj_module-mail{
	padding:50px 20% 40px 40px;
	height:100%;
	}
.obj_category .obj_push-article .obj_module-mail .ctn_btn{
	position:relative; bottom:auto; left:auto;
	text-align:left;
	}
@media screen and (max-width:960px){
	.obj_module-mail{ padding:12.5%; }
	.obj_module-mail .ctn_form-element{ margin:10px 0 0; }
	.obj_module-mail .ctn_input label{ font-size:0.875em; }
	.obj_module-mail .ctn_input input{ font-size:1em; }
	
	.obj_module-mail h3,
	.obj_article .obj_article-aside .obj_module-mail h3{
		font-size:1.25em;
		}
	.obj_list-filter + .obj_category .obj_push-article.var_mail{height:auto;}
	.obj_category .obj_push-article .obj_module-mail{
		padding:20px;
		max-width:320px;
		margin:0 auto;
		text-align:center;
		}
	.obj_category .obj_module-mail .ctn_input input,
	.obj_category .obj_push-article .obj_module-mail .ctn_btn{
		text-align:center;
		}
}	
@media screen and (max-width:767px){
	
	.obj_module-mail,
	.obj_category .obj_push-article .obj_module-mail{
		padding:20px;
		text-align:center;
		}
	.obj_module-mail h3,
	.obj_article .obj_article-aside .obj_module-mail h3{
		margin:0 0 5px;
		font-size:1.125em;
		}
	.obj_module-mail .ctn_form-element{
		margin:10px 0 15px;
		}
	.obj_module-mail .ctn_input input{
		text-align:center;
		padding:5px 0;
		}
	.obj_category .obj_push-article .obj_module-mail .ctn_btn{text-align:center;}
}	
/* ================================= *
 * PUSHS VIDEO
 * ================================= */
.obj_push-videos{ cursor:pointer; }
.obj_push-videos .ctn_video{
	display:block;
	position:relative;
	color:#fff;
	}
.obj_push-videos .ctn_txt{
	position:absolute;
	top:0; left:0; bottom:0; right:0;
	padding:8% 11%;
	}
.obj_push-videos .ctn_txt h3,
.obj_article .obj_push-videos .ctn_txt h3{ margin:0; font:1.3125em/1.05em 'LocatorWeb-Light', sans-serif; }
.obj_push-videos .ctn_txt h3 strong{ font-family:'LocatorWeb-Bold', sans-serif; }
.obj_push-videos .ctn_txt p{ padding:5px 0 0; font:0.875em/1.15em 'LocatorWeb-Light', sans-serif; }
.obj_push-videos .ctn_txt .ctn_btn{position:absolute; bottom:11%; left:11%;}

.obj_article .obj_push-videos{ margin:20px 0 0; }
.obj_article .obj_push-videos .ctn_txt .obj_btn.btn_video{
	height:64px; width:64px;
	background-position:-283px -83px;
	}
.obj_article .obj_push-videos:hover .ctn_txt .obj_btn.btn_video{
	-webkit-transform:scale(1.1,1.1);
		-ms-transform:scale(1.1,1.1);
			transform:scale(1.1,1.1);
	}
/* == PUSH LARGE == */
.obj_bloc.var_videos_experts{padding:30px 0 130px;}
.obj_bloc.var_videos_experts .ctn_bloc h2{
	padding:0 0 30px;
	}
.obj_bloc.var_videos_experts .ctn_videos{
	display:table; width:100%;
	text-align:center;
	}
.obj_bloc.var_videos_experts .obj_push-videos{
	display:table-cell;
	width:50%;
	vertical-align:middle;
	}
.obj_bloc.var_videos_experts .obj_push-videos .ctn_txt{
	left:50%; top:50%;
	bottom:auto;
	width:100%;
	transform:translate(-50%,-50%);
	}
.obj_bloc.var_videos_experts .obj_push-videos .ctn_txt h3{ font-size:1.5em;	}
.obj_bloc.var_videos_experts .obj_push-videos .ctn_txt p{ font:0.875em/1.3em 'LocatorWeb-Medium', sans-serif;	}
.obj_bloc.var_videos_experts .obj_push-videos .ctn_btn{
	position:relative; bottom:auto; left:auto;
	margin:0 0 15px;
	}
	
@media screen and (max-width:960px){
	.obj_push-videos .ctn_txt{ padding:5%; }
	.obj_push-videos .ctn_txt .ctn_btn{ left:5%; bottom:7%; }
	
	.obj_article .obj_push-videos .ctn_txt h3{ margin:0; font-size:1em; }
	.obj_article .obj_push-videos .ctn_txt p{ font-size:0.75em; }
	.obj_article .obj_push-videos .ctn_txt .obj_btn.btn_video{
		transform:scale(0.75,0.75);
		transform-origin:left bottom;
		}
}

@media screen and (max-width:767px){
	.obj_bloc.var_videos_experts{padding:30px 0 60px;}
	.obj_bloc.var_videos_experts .ctn_bloc{padding:0;}
	.obj_bloc.var_videos_experts .ctn_bloc h2{padding:0 20px 15px;}
	.obj_bloc.var_videos_experts .ctn_videos,
	.obj_bloc.var_videos_experts .obj_push-videos{
		display:block; width:100%;
		}
	
}

/* == VIDEO DANS POPIN == */
.ctn_decor-popin .obj_popin-player{width:860px; height:484px;}

/* ================================= *
 * BLOC CARROUSEL VIDEO
 * ================================= */
.obj_bloc.var_videos_carrousel .ctn_bloc{
	padding-top:60px;
	}
.obj_bloc.var_videos_carrousel .ctn_bloc h2:before{
	display:inline-block; content:"";
	margin:0 15px -2px 0;
	width:44px; height:31px;
	background : url("../../../resources/freefromspots2/images/sprite_icon.png") no-repeat -198px -168px / 1024px auto;
	}
.obj_carrouselCss {
	position:relative;
	opacity:0;
	max-width:100%;
	margin:0 auto;
	padding:10px 0 50px;
	text-align:center;
	overflow:hidden;
	-webkit-transition:opacity .5s;
	   -moz-transition:opacity .5s;
			transition:opacity .5s;
	}
.obj_carrouselCss.is-ready{
	opacity:1;
	}
.obj_carrouselCss .items{
	position:relative;
	height:520px;
	perspective:500px;
	z-index:1;
	}
.obj_carrouselCss .item{
	position:absolute;
	left:50%; top:0;
	z-index:0;
	height:518px;
	width:920px;
	margin-left:-460px;
	background:#70d1e4;
	text-align:center;
	opacity:0;
	box-shadow:5px 5px 10px rgba(0,0,0,.25);
	}
.obj_carrouselCss.is-ready .item{
	-webkit-transition:all .5s;
	   -moz-transition:all .5s;
			transition:all .5s;
	}
	
.obj_carrouselCss .item .obj_player{
	height:100%; width:100%;
	position:relative;
	cursor:pointer;
	}

.obj_carrouselCss .item .obj_player:before{
	display:block; content:"";
	position:absolute;
	top:50%; left:50%;
	z-index:1;
	height: 85px; width: 85px;
	margin:-42px 0 0 -42px;
	background: url('../../../resources/freefromspots2/images/sprite_icon.png') no-repeat -198px -83px / 1024px auto;
	border: none;
	-webkit-transition: all 0.2s;
	   -moz-transition: all 0.2s;
			transition: all 0.2s;
	-webkit-transform: scale(0.9);
		-ms-transform: scale(0.9);
			transform: scale(0.9);
	}
.obj_carrouselCss .item .obj_player:hover:before{
	-webkit-transform: scale(1);
		-ms-transform: scale(1);
			transform: scale(1);
	}
	
.obj_carrouselCss .item iframe.obj_player{
	height:100%; width:100%;
	}
.obj_carrouselCss .nav{
	position:absolute;
	z-index:-1;
	bottom:0;
	/*height:100%;*/
	width:100%;
	z-index:2;
	}
.obj_carrouselCss .nav button.disabled{
	opacity:0;
	cursor:default;
	}
.obj_carrouselCss .nav .prev,
.obj_carrouselCss .nav .next{
	position:absolute;
	bottom:50px;
	width:110px;
	height:520px;
	border:none;
	background:none;
	cursor:pointer;
	text-indent:-9999em;
	-webkit-appearance:none;
	   -moz-appearance:none;
		-ms-appearance:none;
			appearance:none;
	}
	
.obj_carrouselCss .nav .prev::-moz-focus-inner,
.obj_carrouselCss .nav .next::-moz-focus-inner {
	border:0;
	}
.obj_carrouselCss .nav .prev{
	left:0;
	}
.obj_carrouselCss .nav .next{
	right:0;
	}
.obj_carrouselCss .nav .prev:before,
.obj_carrouselCss .nav .next:before{
	display:block; content:"";
	position:absolute;
	top:50%;
	width:45px;
	height:45px;
	border:none;
	background:none;
	-webkit-transform:rotate(45deg) translateX(-50%);
		-ms-transform:rotate(45deg) translateX(-50%);
			transform:rotate(45deg) translateX(-50%);
	}
.obj_carrouselCss .nav .prev:before{
	left:33%;
	border-left:1px solid #008fcd;
	border-bottom:1px solid #008fcd;
	}
.obj_carrouselCss .nav .next:before{
	right:10%;
	border-right:1px solid #008fcd;
	border-top:1px solid #008fcd;
	}
.obj_carrouselCss .nav ul{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	text-align:center;
	}
.obj_carrouselCss .nav ul li{
	display:inline-block;
	margin:0 4px;
	}
.obj_carrouselCss .nav ul li button{
	display:block;
	text-align:left;
	text-indent:-9999em;
	width:12px; height:12px;
	padding:0;
	border-radius:50%;
	background:#dbdbdb;
	border:none;
	-webkit-appearance:none;
	   -moz-appearance:none;
		-ms-appearance:none;
			appearance:none;
	cursor: pointer;
	}
.obj_carrouselCss .nav ul li button.current{
	background:#008fcd;
	}

.obj_carrouselCss .prev-0{
	z-index:7;
	opacity:0;
	-webkit-transform:translateX(-980px);
		-ms-transform:translateX(-980px);
			transform:translateX(-980px);
	}	
.obj_carrouselCss .current{
	z-index:6;
	opacity:1;
	}
.obj_carrouselCss .next-0{
	z-index:5;
	opacity:1;
	-webkit-transform:translate3d(50px, 0, -25px);
		-ms-transform:translate3d(50px, 0, -25px);
			transform:translate3d(50px, 0, -25px);
	}
.obj_carrouselCss .next-1{
	z-index:4;
	opacity:1;
	-webkit-transform:translate3d(100px, 0, -50px);
		-ms-transform:translate3d(100px, 0, -50px);
			transform:translate3d(100px, 0, -50px);
	}
.obj_carrouselCss .next-2{
	z-index:2;
	opacity:0;
	-webkit-transform:translate3d(300px, 0, -200px);
		-ms-transform:translate3d(300px, 0, -200px);
			transform:translate3d(300px, 0, -200px);
	}

@media screen and (max-width:1024px) {
	.obj_carrouselCss .nav .prev,
	.obj_carrouselCss .nav .next{width:80px;}
	.obj_carrouselCss .nav .prev:before{
		border-left:1px solid #000;
		border-bottom:1px solid #000;
		}
	.obj_carrouselCss .nav .next:before{
		border-right:1px solid #000;
		border-top:1px solid #000;
		}
	
	.obj_carrouselCss .item{
		height:518px;
		width:920px;
		margin-left:-480px;
		}
	.obj_carrouselCss .next-0{
		-webkit-transform:translate3d(25px, 0, -10px);
			-ms-transform:translate3d(25px, 0, -10px);
				transform:translate3d(25px, 0, -10px);
		}
	.obj_carrouselCss .next-1{
		-webkit-transform:translate3d(50px, 0, -20px);
			-ms-transform:translate3d(50px, 0, -20px);
				transform:translate3d(50px, 0, -20px);
		}
	.obj_carrouselCss .next-2{
		-webkit-transform:translate3d(75px, 0, -30px);
			-ms-transform:translate3d(75px, 0, -30px);
				transform:translate3d(75px, 0, -30px);
		}
}
@media screen and (max-width:960px) {

	.obj_carrouselCss .items{
		height:348px;
		}
	.obj_carrouselCss .item{
		height:348px;
		width:620px;
		margin-left:-310px;
		}
	.obj_carrouselCss .nav .prev,
	.obj_carrouselCss .nav .next{
		height:350px;
		}
}
@media screen and (max-width:767px) {
	.obj_carrouselCss{
		padding:0 0 30px;
		overflow:visible;
		}
	.obj_carrouselCss .items{
		height:145px;
		}
	.obj_carrouselCss .prev-0{
		-webkit-transform:translateX(-480px);
			-ms-transform:translateX(-480px);
				transform:translateX(-480px);
		}	
	.obj_carrouselCss .item{
		height:145px;
		width:260px;
		margin-left:-130px;
		box-shadow: 5px 5px 5px rgba(0,0,0,.15);
		}
	.obj_carrouselCss .next-0{
		-webkit-transform:translate3d(10px, 0, -5px);
			-ms-transform:translate3d(10px, 0, -5px);
				transform:translate3d(10px, 0, -5px);
		}
	.obj_carrouselCss .next-1{
		-webkit-transform:translate3d(20px, 0, -10px);
			-ms-transform:translate3d(20px, 0, -10px);
				transform:translate3d(20px, 0, -10px);
		}
	.obj_carrouselCss .next-2{
		-webkit-transform:translate3d(30px, 0, -20px);
			-ms-transform:translate3d(30px, 0, -20px);
				transform:translate3d(30px, 0, -20px);
		}
	.obj_carrouselCss .nav ul li{
		margin:0 8px;
		}
	.obj_carrouselCss .nav .prev,
	.obj_carrouselCss .nav .next{
		bottom:30px;
		height:147px;
		width:30px;
		}
	.obj_carrouselCss .nav .prev:before,
	.obj_carrouselCss .nav .next:before{
		width:15px; height:15px;
		}
	.obj_carrouselCss .item .obj_player:before,
	.obj_carrouselCss .item .obj_player:hover:before{
		-webkit-transform: scale(0.5);
			-ms-transform: scale(0.5);
				transform: scale(0.5);
		}
}
/* ================================= *
 * CATEGORY FILTERS
 * ================================= */
.obj_list-filter{
	float:left;
	width:24.5%;
	padding-right:4%;
	}
.obj_list-filter > label{
	line-height:1.5em;
	font-family: 'LocatorWeb-Light';
	}
.obj_list-filter .btn_filter{ display:none; }
.obj_list-filter .obj_filter{ padding:0 0 20px 0; }
.obj_list-filter .obj_filter + .obj_filter{ padding:20px 0; border-top:1px solid #e6e6e6; }

.obj_list-filter .ctn_input.search input{
	height:46px;
	width:100%;
	position:relative;
	padding:0 50px 0 20px;
	border:none;
	font:1em/46px 'LocatorWeb-Light', sans-serif;
	border-radius:23px;
	}
.obj_list-filter .ctn_input.search .btn_search{
	position:absolute;
	right:0; top:0; bottom:0;
	width:46px;
	border:none;
	background:none;
	cursor:pointer;
	}
.obj_list-filter .ctn_input.search .btn_search:before{
	display:block; content:"";
	position:absolute;
	top:50%; left:50%;
	width:20px; height:20px;
	margin:-10px 0 0 -10px;
	background: url('../images/sprite_icon.png') no-repeat -283px -147px / 1024px auto;
	opacity:0.5;
	-webkit-transition:all 0.2s;
	   -moz-transition:all 0.2s;
			transition:all 0.2s;
	}
.obj_list-filter .ctn_input.search .btn_search:hover:before{
	opacity:1;
	}
.obj_list-filter .ctn_form-element + .ctn_form-element{
	margin:10px 0 0;
	}
.obj_list-filter .ctn_checkbox > label{
	display:block;
	margin:0 0 15px;
	font:1.125em/1em 'LocatorWeb-Medium', sans-serif;
	text-transform:uppercase;
	}
.obj_list-filter .ctn_checkbox .ctn_form-element span[aria-checked=true] + label{
	font-family:'LocatorWeb-Medium', sans-serif;
	color:#008fcd;
	}
.obj_list-filter .ctn_form-element label {
	font: 0.875em/1.286em 'LocatorWeb-Light', sans-serif;
}
	
@media screen and (max-width:960px){
	.obj_list-filter{
		width:100%;
		position:relative;
		padding:20px 0;
		margin:0 0 40px;
		border-bottom:1px solid #e6e6e6;
		}
	.obj_list-filter > label{
		margin:0 0 20px;
		display:block;
		}
	.obj_list-filter .btn_filter{
		display:block; 
		position:absolute;
		bottom:0; left:50%;
		margin:0 auto;
		padding: 10px 20px;
		border:1px solid #e6e6e6;
		background:#f2f2f2;
		font:1em/1em 'LocatorWeb-Regular', sans-serif;
		-webkit-transform:translate(-50%,50%);
			-ms-transform:translate(-50%,50%);
				transform:translate(-50%,50%);
		}
	.obj_list-filter .btn_filter:after{
		display:inline-block; content:"";
		margin:0 0 0 10px;
		position:relative;
		top:2px;
		width:12px; height:12px;
		background:url('../images/sprite_icon.png') no-repeat -321px -147px / 1024px auto;
		}
	.obj_list-filter.open .btn_filter:after{
		background-position:-329px -16px;
		}
	.obj_list-filter .ctn_list-filter{ display:none; padding:0; }
	.obj_list-filter .obj_filter{
		padding:0 20px 0 0;
		display:table-cell;
		width:33.333%;
		border-top:none;
		}
	.obj_list-filter .obj_filter + .obj_filter{
		padding:0 10px 0 20px;
		border-top:none;
		border-left:1px solid #e6e6e6;
		}
}
@media screen and (max-width:767px){
	.obj_list-filter{
		padding:15px 0;
		margin:0 0 50px;
		}
	.obj_list-filter > label {
		display:block;
		text-align:center;
		}
	.obj_list-filter .obj_filter{
		display:block;
		width:100%;
		padding:0 0 20px;
		}
	.obj_list-filter .obj_filter + .obj_filter{
		border:none;
		border-top:1px solid #e6e6e6;
		padding:20px 0;
		}
	.obj_list-filter .btn_filter{
		font-size:0.875em;
		}
}

/* ================================= *
 * CATEGORY
 * ================================= */
.obj_bloc.var_articles {background:#f2f2f2;}
.obj_bloc.var_articles .ctn_bloc{padding:60px 20px 80px;}
.obj_bloc.var_articles .ctn_bloc h2{padding-bottom:30px; font-size:2.8125em;}
.obj_category .obj_push-article{
	display:inline-block;
	height:430px;
	margin:0 0 40px;
	overflow:hidden;
	background:#fff;
	}
.obj_category .obj_push-article.var_mail{
	background:none;
	}
.obj_category .obj_push-article a{
	display:inline-block;
	}
.obj_category .obj_push-article:nth-child(odd){
	width:calc(63% - 40px);
	float:right;
	}
.obj_category .obj_push-article:nth-child(even){
	width:37%;
	float:right;
	}
.obj_category .obj_push-article:nth-child(4n + 0),
.obj_category .obj_push-article:nth-child(4n + 1){
	float:left;
	}
.obj_category .obj_push-article .ctn_table{
	position:relative;
	height:430px;
	}
.obj_category .obj_push-article:nth-child(odd) .ctn_table,
.obj_category .obj_push-article:nth-child(4n + 1) .ctn_table{
	display:table;
	width:100%;
	direction:rtl;
	}
.obj_category .obj_push-article .ctn_txt{
	padding:30px 40px;
	position:relative;
	z-index:2;
	min-height:215px;
	background:#fff;
	}
.obj_category .obj_push-article:nth-child(odd) .ctn_txt,
.obj_category .obj_push-article:nth-child(4n + 1) .ctn_txt{
	display:table-cell;
	width:50%;
	padding-top:60px;
	direction:ltr;
	}
.obj_category .obj_push-article .ctn_pic{
	height:215px;
	display:block;
	overflow:hidden;
	}
.obj_category .obj_push-article:nth-child(odd) .ctn_pic,
.obj_category .obj_push-article:nth-child(4n + 1) .ctn_pic{
	display:table-cell;
	width:50%;
	height:auto;
	position:relative;
	}
.obj_category .obj_push-article .ctn_pic a{
	display:block;
	overflow:hidden;
	height:100%; width:100%;
	}
.obj_category .obj_push-article img{
	max-width:none;
	position:absolute;
	z-index:0;
	left:50%;
	max-height:430px;
	-webkit-transition:all 0.2s;
	   -moz-transition:all 0.2s;
			transition:all 0.2s;
	-webkit-transform:translateX(-50%);
		-ms-transform:translateX(-50%);
			transform:translateX(-50%);
	}
.obj_category .obj_push-article:hover img{
	-webkit-transform:translateX(-50%) scale(1.025,1.025);
		-ms-transform:translateX(-50%) scale(1.025,1.025);
			transform:translateX(-50%) scale(1.025,1.025);
	}
.obj_category .obj_push-article:nth-child(even) img{
	max-height:215px;
	}
.obj_category .obj_push-article:nth-child(odd) .ctn_pic img,
.obj_category .obj_push-article:nth-child(4n + 1) .ctn_pic img{
	display:block;
	position:absolute;
	left:50%;
	-webkit-transform:translateX(-50%);
		-ms-transform:translateX(-50%);
			transform:translateX(-50%);
	}
.obj_category .obj_push-article:hover img,
.obj_category .obj_push-article:nth-child(odd):hover .ctn_pic img,
.obj_category .obj_push-article:nth-child(4n + 1):hover .ctn_pic img{
	-webkit-transform:translateX(-50%) scale(1.025,1.025);
		-ms-transform:translateX(-50%) scale(1.025,1.025);
			transform:translateX(-50%) scale(1.025,1.025);
	}
.obj_category .obj_push-article .ctn_txt h3{
	margin:0 0 10px;
	font:1.5625em/1.08em 'LocatorWeb-Medium', sans-serif;
	color:#000;
	}
.obj_category .obj_push-article .ctn_txt p{
	font:1em/1.375em 'LocatorWeb-Light', sans-serif;
	}
.obj_category .ctn_btn{
	padding:35px 0 0;
	text-align:center;
	}
.obj_category .obj_push-article .ctn_btn{
	position:absolute;
	left:40px; bottom:40px;
	}
	
.obj_category .obj_push-article:nth-child(even) p{display:none;}
	
@media screen and (max-width:1024px){
	.obj_category .obj_push-article{
		margin-bottom:20px;
		}
	.obj_category .obj_push-article:nth-child(odd){
		width:calc(63% - 20px);
		}
	.obj_category .obj_push-article .ctn_txt{padding:20px;}
	.obj_category .obj_push-article:nth-child(odd) .ctn_txt,
	.obj_category .obj_push-article:nth-child(4n + 1) .ctn_txt{padding-top:40px;}
	.obj_category .obj_push-article .ctn_btn{left:20px; bottom:20px;}
}	

@media screen and (max-width:960px){
	.obj_bloc.var_articles .ctn_bloc{padding:30px 20px 50px 20px;}
	
	.obj_list-filter + .obj_category{
		float:none;
		width:100%;
		}
		
	.obj_category .obj_push-article{
		height:auto;
		}	
	.obj_category .obj_push-article .ctn_table{
		display:table;
		width:100%;
		height:320px;
		}
	.obj_category .obj_push-article:nth-child(odd),
	.obj_category .obj_push-article:nth-child(even){
		width:100%;
		}
	.obj_category .obj_push-article .ctn_pic,
	.obj_category .obj_push-article .ctn_txt{
		display:table-cell;
		width:50%;
		height:auto;
		position:relative;
		}
	.obj_category .obj_push-article:nth-child(even) img,
	.obj_category .obj_push-article .ctn_pic img{
		display:block;
		position:absolute;
		left:50%;
		max-height:320px;
		-webkit-transform:translateX(-50%);
			-ms-transform:translateX(-50%);
				transform:translateX(-50%);
		}
	
	.obj_category .obj_push-article:nth-child(even) p{display:block;}
}

@media screen and (max-width:767px){
	.pg_landing .obj_bloc.var_articles .ctn_bloc h2{padding-bottom:20px;}
	.obj_bloc.var_articles .ctn_bloc h2{padding-bottom:0; font-size:1.75em;}
	
	.obj_category .obj_push-article:nth-child(even) p{display:block;}
	.obj_category .obj_push-article .ctn_pic,
	.obj_category .obj_push-article .ctn_txt,
	.obj_category .obj_push-article .ctn_table,
	.obj_category .obj_push-article:nth-child(odd) .ctn_table,
	.obj_category .obj_push-article:nth-child(4n + 1) .ctn_table,
	.obj_category .obj_push-article:nth-child(odd) .ctn_pic,
	.obj_category .obj_push-article:nth-child(4n + 1) .ctn_pic{
		display:block;
		width:100%;
		height:auto;
		text-align:center;
		}
	.obj_category .obj_push-article .ctn_txt,
	.obj_category .obj_push-article:nth-child(odd) .ctn_txt,
	.obj_category .obj_push-article:nth-child(4n + 1) .ctn_txt{
		width:100%;
		display:block;
		min-height:0;
		height:auto;
		padding:20px;
		}
	.obj_category .obj_push-article .ctn_pic,
	.obj_category .obj_push-article:nth-child(odd) .ctn_pic,
	.obj_category .obj_push-article:nth-child(4n + 1) .ctn_pic,
	.obj_category .obj_push-article .ctn_pic img,
	.obj_category .obj_push-article:nth-child(odd) .ctn_pic img,
	.obj_category .obj_push-article:nth-child(4n + 1) .ctn_pic img{
		height:190px;
		}
	
	.obj_category .obj_push-article .ctn_txt h3{font-size:1.25em;}	
	
	.obj_category .ctn_btn{ padding:20px 0 0; }
	.obj_category .obj_push-article .ctn_btn{ position:relative; left:auto; bottom:auto; padding:20px 0 0;}	
}

/* == PAGE CATEGORY == */
.obj_list-filter + .obj_category{
	float:right;
	width:75.5%;
	}
.obj_list-filter + .obj_category .obj_push-article{
	height:390px;
	}
.obj_list-filter + .obj_category .obj_push-article .ctn_table{
	height:390px;
	}
.obj_list-filter + .obj_category .obj_push-article:nth-child(odd) .ctn_txt,
.obj_list-filter + .obj_category .obj_push-article:nth-child(4n + 1) .ctn_txt{
	width:53%;
	}
.obj_list-filter + .obj_category .obj_push-article:nth-child(odd) .ctn_pic,
.obj_list-filter + .obj_category .obj_push-article:nth-child(4n + 1) .ctn_pic{
	width:47%;
	}
.obj_list-filter + .obj_category .obj_push-article:nth-child(even) img{max-height:180px;}
.obj_list-filter + .obj_category .obj_push-article .ctn_pic{height:180px;}

.obj_list-filter + .obj_category .obj_push-article .ct	n_txt{ min-height:210px; }


@media screen and (max-width:960px){
	.obj_list-filter + .obj_category{ float:none; width:100%; }
	.obj_list-filter + .obj_category .obj_push-article .ctn_pic{ width:50% !important; }
	.obj_list-filter + .obj_category .obj_push-article,
	.obj_list-filter + .obj_category .obj_push-article .ctn_table,
	.obj_list-filter + .obj_category .obj_push-article .ctn_pic{height:320px;}
	.obj_list-filter + .obj_category .obj_push-article:nth-child(even) img,
	.obj_list-filter + .obj_category .obj_push-article .ctn_pic img{max-height:320px;}
}

@media screen and (max-width:767px){
	
	
	.obj_list-filter + .obj_category .obj_push-article,
	.obj_list-filter + .obj_category .obj_push-article .ctn_table{height:auto;}
	.obj_list-filter + .obj_category .obj_push-article .ctn_pic{
		width:100% !important;
		height:auto;
		min-height:190px;
		}
	.obj_list-filter + .obj_category .obj_push-article .ctn_txt{ width:100% !important; }
}

/* ================================= *
 * ARTICLE
 * ================================= */
.obj_article{
	max-width:1220px;
	margin:0 auto;
	padding:60px 20px 20px;
	}
.obj_article p{
	line-height:1.4375em;
	}
.obj_article p strong{
	font-family:'LocatorWeb-Medium', sans-serif;
	}
.obj_article ul{
	padding:10px 0;
	}
.obj_article ul li{
	margin:5px 0;
	padding-left:10px;
	position:relative;
	}
.obj_article ul li:before{
	display:block; content:"";
	width:4px; height:4px;
	position:absolute;
	top:6px; left:0;
	background:#008fcd;
	}
.obj_article a{
	color:#008fcd;
	}
.obj_article .ctn_article{
	padding:0 20% 0 13.5%;
	position:relative;
	}
.obj_article .btn_back{
	display:inline-block;
	position:absolute;
	top:0; left:0;
	width:60px; height:60px;
	background:#f2f2f2;
	color:#b3b3b3;
	text-align:center;
	font:1.25em/60px 'LocatorWeb-Light', sans-serif;
	}
.obj_article .btn_back:hover{
	background:#b3b3b3;
	color:#f2f2f2;
	}
.obj_article .btn_back:before,
.obj_article .btn_back:after{
	display:inline-block; content:"";
	position:absolute;
	top:50%; left:50%;
	-webkit-transition:all 0.2s;
	   -moz-transition:all 0.2s;
			transition:all 0.2s;
	}
.obj_article .btn_back:before{
	width:7px; height:7px;
	margin:-4px 0 0 -8px;
	border-bottom:1px solid #c8c8c8;
	border-left:1px solid #c8c8c8;
	-webkit-transform:rotate(45deg);
		-ms-transform:rotate(45deg);
			transform:rotate(45deg);
	}
.obj_article .btn_back:after{
	width:16px; height:0;
	margin:-1px 0 0 -8px;
	border:1px solid #c8c8c8;
	}
.obj_article .btn_back:hover:before,
.obj_article .btn_back:hover:after{
	border-color:#fff;
	}
.obj_article .ctn_article u{
	display:inline-block;
	line-height:0.5em;
	font-size:0.75em;
	text-decoration:none;
	vertical-align:super;
	}
.obj_article .ctn_article-head{
	position:relative;
	margin:0 0 30px;
	}
.obj_article .ctn_article-head h1{
	font:2.8125em/1em 'LocatorWeb-Light', sans-serif;
	margin:0 0 25px;
	}
.obj_article .v_main,
.obj_article .ctn_article-txt{
	display:inline-block;
	position:relative;
	}
.obj_article .v_main{
	position:relative;
	margin:0 -90% 70px 0;
	left:-20.5%;
	max-width:100%;
	}
.obj_article .ctn_article-txt h2{
	margin:0 0 25px;
	font:1.625em/1em 'LocatorWeb-Regular', sans-serif;
	color:#008fcd;
	}
.obj_article .ctn_article-txt * + h2{
	margin-top:50px;
	}
.obj_article .ctn_article-txt h2:first-of-type{
	margin-top:0;
	}
.obj_article .ctn_article-txt h3{
	margin:0 0 5px;
	font:1.25em/1em 'LocatorWeb-Medium', sans-serif;
	}
.obj_article .ctn_article-txt h3 strong{
	font-family:'LocatorWeb-Bold', sans-serif;
	}
.obj_article .ctn_article-txt * + h3{
	margin-top:30px;
	}
.obj_article .ctn_article-txt .t_mentions{
	margin:30px 0 0;
	font-style:italic;
	color:#adadad;
	}
.obj_article .ctn_article-txt .t_tags{
	margin:40px 0 0;
	padding:20px 0 0;
	border-top:1px solid #e5e5e5;
	font-size:0.875em;
	}
.obj_article .obj_article-aside{
	position:relative;
	float:right;
	margin-left:-15%;
	margin-bottom:30px;
	right:-30.5%;
	width:46%;
	}
@media screen and (max-width:960px){
	.obj_article{ padding-top:40px; }
	.obj_article .ctn_article-txt h3{ font-size:1em; }
}

@media screen and (max-width:767px){
	.obj_article{ padding:10px 0 0; }
	.obj_article .btn_back{
		position:relative;
		padding:0 5px;
		margin:0 0 0 15px;
		width:30px; height:20px;
		line-height:1em;
		background:none;
		}
	.obj_article .ctn_article{padding:0;}
	.obj_article .ctn_article-head {padding:10px 20px 20px; margin:0;}
	.obj_article .ctn_article-head h1{margin:0; font-size:1.75em;}
	.obj_article .ctn_article-txt h3,
	.obj_article .ctn_article-txt p{
		padding:0 20px;
		}
	.obj_article ul{
		padding:10px 20px;
		}
	.obj_article .ctn_article-txt h2{
		padding:0 20px;
		font-size:1.375em;
		margin-bottom:10px;
		}
	.obj_article .ctn_article-txt * + h2{margin-top:30px;}
	.obj_article .v_main{
		margin:0;
		left:auto;
		}
	.obj_article .obj_article-aside{
		float:none;
		margin:0 0 20px 0;
		right:auto;
		width:100%;
		}
	.obj_article .ctn_article-txt .t_tags{
		margin:20px 0 0;
		padding:20px;
		}
	.obj_article .ctn_article-txt .obj_push-videos{
		margin:0;
		}
	.obj_article .ctn_article-txt .obj_push-videos h3,
	.obj_article .ctn_article-txt .obj_push-videos p {
		padding: 0;
	}
	.obj_article .ctn_article-txt .obj_push-videos h3 {
		font-size: 1.3em;
		margin-bottom: 10px
	}
	.obj_article .ctn_article-txt .obj_push-videos p {
		font-size: 1em;
	}
	.obj_article .ctn_article-txt .t_mentions {
		margin-bottom: 20px;
	}
}
	
	
/* ================================== *
 * POPIN PRODUITS
 * ================================== */
.obj_list-products{
	max-width:960px;
	text-align:center;
	font-size:0;
	}
.obj_list-products .item{
	position: relative;
	display: inline-block;
	width:100%;
	max-width:25%; min-width:210px;
	}
.obj_list-products .obj_push.product{
	width:100%;
	font-size:16px;
	padding:20px 10px;
	}
.obj_list-products .obj_push.product .ctn_infos h3 a{
	color:#000;
	}
.obj_list-products .obj_push.product .ctn_infos h3 strong{
	font-family:'LocatorWeb-Bold', sans-serif;
	}
.obj_list-products .obj_push.product .ctn_infos h4{
	margin-top:5px;
	font:0.935em/1.176em "LocatorWeb-Regular", sans-serif;
	}
.obj_list-products .obj_push.product .ctn_infos h4 a{
	color:#008fcd;
	}
.obj_list-products .obj_push.product .ctn_infos .label {
	background: #008fcd;
    color: #ffffff;
    font-family: "LocatorWeb-Regular";
    font-size: 0.813em;
    line-height: 1em;
    padding: 5px 10px;
    position: absolute;
    right: 0;
    top: 30px;
    z-index: 4;
}
.obj_list-products .obj_push.product .ctn_bottom {
	text-align:center;
	height: 30px;
	}
.obj_ratings{
	display:inline-block;
	margin:10px 0 8px 0;
	}
.obj_ratings .ctn_ratings{
	background: none;
	width:64px; height:11px;
	position:relative;
	overflow:hidden;
	float:left;
	}
.obj_ratings .ctn_stars{
	position:absolute;
	z-index:1;
	width:62px; height:11px;
	background:url("../images/sprite_icon.png") no-repeat -961px -46px / 1024px 248px;
	}
.obj_ratings .ctn_starcolor{
	background:url("../images/sprite_icon.png") no-repeat -961px -57px / 1024px 248px;
	position:absolute;
	height:11px;
	z-index:2;
	}
.obj_ratings .ctn_starcolor.score00{width:0;}
.obj_ratings .ctn_starcolor.score05{width:10%;}
.obj_ratings .ctn_starcolor.score10{width:20%;}
.obj_ratings .ctn_starcolor.score15{width:30%;}
.obj_ratings .ctn_starcolor.score20{width:40%;}
.obj_ratings .ctn_starcolor.score25{width:50%;}
.obj_ratings .ctn_starcolor.score30{width:60%;}
.obj_ratings .ctn_starcolor.score35{width:70%;}
.obj_ratings .ctn_starcolor.score40{width:80%;}
.obj_ratings .ctn_starcolor.score45{width:90%;}
.obj_ratings .ctn_starcolor.score50{width:100%;}
.obj_ratings a,
.obj_ratings span.nb{
	display:block;
	float:left;
	font:0.875em/0.875em 'LocatorWeb-Regular', sans-serif;
	color:#b1b1b1; text-decoration:none;
	margin-left:5px;
	}


/* ================================== *
 * LANDING
 * ================================== */
.pg_landing main{background:#f2f2f2;}

/* ================================== *
 * SEARCH
 * ================================== */
.pg_search main{background:#f2f2f2;}
.obj_bloc.var_search .ctn_bloc{padding-top:80px;}
.obj_bloc.var_search .obj_category{padding:80px 0;}
.obj_bloc.var_search .obj_search-google{
	max-width:450px;
	margin:0 auto;
}

.obj_list-filter .obj_search-google{ padding:15px 0 0; }
.obj_search-google .gsc-search-box-tools .gsc-search-box .gsc-input{
	padding:0;
	height:46px;
	background:none !important;
	text-indent:0 !important;
	font:16px/16px 'LocatorWeb-Light', sans-serif;
	}
.obj_search-google .gsc-search-box-tools .gsc-search-box .gsc-input-box{
	padding:0;
	line-height:46px;
	height:46px;
	border:none;
	border-radius:23px 0 0 23px;
	}
.obj_search-google table.gsc-search-box td{padding:0 20px;}
.obj_search-google table.gsc-search-box .gsib_a{ padding:0 0 0 20px; }
.obj_search-google table.gsc-search-box .gsib_b{ padding:0 10px; }
.obj_search-google table.gsc-search-box .gsst_a .gscb_a{
	position:absolute;
	top:50%; left:0;
	-webkit-transform:translateY(-50%);
		-ms-transform:translateY(-50%);
			transform:translateY(-50%);
	color:#000;
	}
.obj_search-google table.gsc-search-box .gsc-search-button{
	height:46px; width:46px;
	border:none;
	border-radius:0 23px 23px 0;
	padding:0; margin:0;
	background:#fff url('../images/i_search.png') no-repeat center center / 20px 20px;
	-webkit-transition:all 0.2s;
	   -moz-transition:all 0.2s;
			transition:all 0.2s;
	}
.obj_search-google table.gsc-search-box .gsc-search-button:hover{
	background-color:#cacaca;
	}
.obj_search-google table.gsc-search-box .cse .gsc-search-button input.gsc-search-button-v2,
.obj_search-google table.gsc-search-box input.gsc-search-button-v2{
	height:46px; width:46px;
	display:block;
	padding:0; margin:0;
	opacity:0 !important;
	}
.obj_search-google .gsc-search-button-v2 svg{
	opacity:0;
	}
	
@media screen and (max-width:960px){
	.obj_bloc.var_search .ctn_bloc{padding-top:40px;}
	.obj_bloc.var_search .obj_category{padding:40px 0;}
	.obj_list-filter .obj_search-google{ padding:0; }
}
/* ================================== *
 * DIAGNOSTIC
 * ================================== */
.obj_diagnostic {
	margin:-120px auto 140px auto;
	width: 100%;
	padding:0 20px;
	}
.obj_diagnostic .ctn_diagnostic {
	position: relative;
	padding: 50px 0;
	margin:0 auto;
	max-width: 880px;
	background:#fff;
	}
.obj_diagnostic .btn_prev,
.obj_diagnostic .btn_next {
	position: absolute;
	top: 60%;
	width: 60px; height: 60px;
	}
.obj_diagnostic .btn_prev{ left: 20px; }
.obj_diagnostic .btn_next{ right: 20px; display:none; }

.obj_diagnostic .btn_prev:before,
.obj_diagnostic .btn_next:before {
	display:block; content:"";
	width: 42px; height: 42px;
	margin:-21px 0 0 -21px;
	position: absolute;
	top: 50%; left: 50%;
	-webkit-transform:rotate(45deg);
		-ms-transform:rotate(45deg);
			transform:rotate(45deg);
	}
.obj_diagnostic .btn_prev:before{
	border-bottom:1px solid #d6d6d6;
	border-left:1px solid #d6d6d6;
	}
.obj_diagnostic .btn_next:before{
	border-top:1px solid #008fcd;
	border-right:1px solid #008fcd;
	}

/** Progress bar **/
.obj_diagnostic .obj_progressbar {
	position:absolute;
	z-index:2;
	top:40px; right:40px;
	}
.obj_diagnostic .obj_progressbar li{
	display:none;
	font:0.75em/1em 'LocatorWeb-Light', sans-serif;
	color:#009fe3;
	}
.obj_diagnostic .obj_progressbar li.active{
	display:block;
	}
/** Question **/
.obj_diagnostic .question {
	display: none;
	opacity: 0;
	padding: 0 40px;
	background:#fff;
	}
.obj_diagnostic .question > p{
	margin:0 0 20px;
	font:1.5625em/1.12em 'LocatorWeb-Light', sans-serif;
	}
.obj_diagnostic .ctn_input > label,
.obj_diagnostic .ctn_checkbox > label,
.obj_diagnostic .ctn_radio > label{
	display:block;
	margin:0 0 15px;
	font:1.5em/1em 'LocatorWeb-Regular', sans-serif;
	color:#009fe3;
	}
.obj_diagnostic .ctn_checkbox.spe .ctn_form-element,
.obj_diagnostic .ctn_radio .ctn_form-element{
	display:inline-block;
	position:relative;
	max-width:140px;
	min-width:110px;
	height:110px;
	margin:0 5px 10px;
	}
.obj_diagnostic .q_04 .ctn_radio .ctn_form-element{
	min-width:140px;
	}
.obj_diagnostic .ctn_checkbox.spe .ctn_form-element label,
.obj_diagnostic .ctn_radio .ctn_form-element label{
	display:block;
	position:absolute;
	top:50%; left:0; right:0;
	text-align:center;
	padding:10px;
	font:1.125em/1.11em 'LocatorWeb-Light', sans-serif;
	-webkit-transform:translateY(-50%);
		-ms-transform:translateY(-50%);
			transform:translateY(-50%);
	}
.obj_diagnostic .ctn_checkbox.spe .ctn_form-element  span[role=checkbox][aria-checked=true] + label,
.obj_diagnostic .ctn_radio .ctn_form-element  span[role=radio][aria-checked=true] + label{
	color:#009fe3;
	-webkit-transition:all 0.2s;
	   -moz-transition:all 0.2s;
			transition:all 0.2s;
	}
.obj_diagnostic .ctn_checkbox.spe .ctn_form-element span[role=checkbox],
.obj_diagnostic .ctn_radio .ctn_form-element span[role=radio]{
	display:block;
	width:100%; height:100%;
	margin:0;
	border:1px solid #e6e6e6;
	border-radius:0;
	background:none;
	box-shadow:none !important;
	-webkit-transition:all 0.2s;
	   -moz-transition:all 0.2s;
			transition:all 0.2s;
	}
.obj_diagnostic .ctn_checkbox.spe .ctn_form-element span[role=checkbox][aria-checked=true],
.obj_diagnostic .ctn_radio .ctn_form-element span[role=radio][aria-checked=true]{ border-color:#7fcef2; }
.obj_diagnostic .ctn_checkbox.spe .ctn_form-element span[role=checkbox]:before,
.obj_diagnostic .ctn_radio .ctn_form-element span[role=radio]:before{ display:none;}
	
.obj_diagnostic .ctn_radio.gender .ctn_form-element label:before{
	display:block; content:"";
	margin:0 auto 15px;
	background: url('../images/sprite_icon.png') no-repeat 0 0 / 1024px auto;
	opacity:0.5;
	-webkit-transition:opacity 0.2s;
	   -moz-transition:opacity 0.2s;
			transition:opacity 0.2s;
	}
.obj_diagnostic .ctn_radio.gender .ctn_form-element:hover label:before{
	opacity:0.75;
	}
.obj_diagnostic .ctn_radio.gender .ctn_form-element.woman label:before{
	width:56px; height:62px;
	background-position:-347px -92px;
	}
.obj_diagnostic .ctn_radio.gender .ctn_form-element.man label:before{
	width:53px; height:62px;
	background-position:-459px -92px;
	}
.obj_diagnostic .ctn_radio.gender .ctn_form-element.woman span[role=radio][aria-checked=true] + label:before{
	background-position:-403px -92px;
	}
.obj_diagnostic .ctn_radio.gender .ctn_form-element.man span[role=radio][aria-checked=true] + label:before{
	background-position:-512px -92px;
	}
.obj_diagnostic .ctn_radio.gender .ctn_form-element span[role=radio]{
	border:none !important;
	}
	
.obj_diagnostic .q_05 .ctn_input{
	margin:0 auto 20px;
	max-width:600px;
	}
.obj_diagnostic .ctn_input input[type=email]{
	text-align:center;
	font:1.125em/1em 'LocatorWeb-Light', sans-serif;
	border:none;
	border-bottom:1px solid #e6e6e6;
	}
.obj_diagnostic .question.q_05{
	padding-bottom:30px;
	}
.obj_diagnostic .q_05 .ctn_checkbox{
	margin:0 auto 20px;
	position:relative;
	max-width:600px;
	text-align:left;
	}
.obj_diagnostic .q_05 .ctn_checkbox label{
	display:inline-block;
	font-size:0.875em;
	}
.obj_diagnostic .q_05 .ctn_checkbox span + label{
	padding-left:30px;
	}
.obj_diagnostic .q_05 .ctn_checkbox a{
	color:#008fcd;
	}
.obj_diagnostic .q_05 .ctn_error{
	position:absolute;
	left:0; bottom:10px;
	width:100%;
	}
.obj_diagnostic .q_05 .ctn_error p{
	font-size:12px;
	margin:5px 0;
	}

@media screen and (max-width:960px){
	.obj_diagnostic .question > p{font-size:1.5em;}
	.obj_diagnostic .ctn_input > label,
	.obj_diagnostic .ctn_checkbox > label,
	.obj_diagnostic .ctn_radio > label{font-size:1.25em;}
	.obj_diagnostic .ctn_radio:not(.gender) .ctn_form-element{
		height:70px; min-width:150px;
		}
}
@media screen and (max-width:767px){
	
	.obj_diagnostic { margin:20px auto; padding:0;}
	.obj_diagnostic .ctn_diagnostic { padding: 0; min-height:0;	}
	.obj_diagnostic .question { position:relative; padding: 20px; }
	.obj_diagnostic .question > p{ margin-bottom:10px; font-size:1em;}
	.obj_diagnostic .ctn_input > label,
	.obj_diagnostic .ctn_checkbox > label,
	.obj_diagnostic .ctn_radio > label{font-size:1em;}
	.obj_diagnostic .ctn_checkbox.spe .ctn_form-element,
	.obj_diagnostic .ctn_radio .ctn_form-element{max-width:50%; margin:0 0 10px; height:70px;}
	.obj_diagnostic .ctn_checkbox.spe .ctn_form-element label,
	.obj_diagnostic .ctn_radio .ctn_form-element label{
		position:relative;
		font-size:0.875em;
		/*
		top:auto;
		-webkit-transform:none;
			-ms-transform:none;
				transform:none;
		*/
		}
	.obj_diagnostic .q_05 .ctn_btn{
		position:relative;
		right:auto; top:auto;
		}
	
	.obj_diagnostic .btn_prev{left:5px;}
	.obj_diagnostic .btn_next{right:5px;}
	.obj_diagnostic .btn_prev,
	.obj_diagnostic .btn_next {
		width: 40px; height: 40px;
		}
	.obj_diagnostic .btn_prev:before,
	.obj_diagnostic .btn_next:before {
		width: 30px; height: 30px;
		margin:-15px 0 0 -15px;
		}
		
	.obj_diagnostic .obj_progressbar { top:10px; right:10px; }

	.obj_diagnostic .question.q_05{
		padding-bottom:90px;
		}
	
}
/* ================================== *
 * WHO IS
 * ================================== */
.obj_who_is{
	padding:70px 20px 0;
	text-align: center;
	}
.obj_who_is ~ .obj_who_is{
	position:relative;
	margin:60px 0 0;
	}
.obj_who_is > h1,
.obj_who_is > h2{
	margin: 0 0 20px;
    float: none;
    font: 2.875em/1em 'LocatorWeb-Light', sans-serif;
    color: #000;
	}
.obj_who_is > p{
	margin: 0 0 30px;
	font: 1.375em/1.25em 'LocatorWeb-Light', sans-serif;
	}
.obj_who_is figure{
	position:relative;
	overflow:hidden;
	margin: 0 auto;
	max-width:860px;
	}
.obj_who_is figcaption{
	position:relative;
	margin: 30px auto 0;
	font: 1em/1.375em 'LocatorWeb-Light', sans-serif;
	color:#000;
	}
.obj_who_is figcaption h2 {
	color: #008fcd;
    display: block;
    font: 1.75em/1em "LocatorWeb-Light",sans-serif;
    padding: 40px 0 10px;
}
.obj_who_is .obj_player{
	position: relative;
    margin: 0 0 46px 0;
    padding-top: 0;
	cursor:pointer;
	}
.obj_who_is .obj_player:before{
	display:block; content:"";
	position:absolute;
	top:50%; left:50%;
	z-index:1;
	height: 85px; width: 85px;
	margin:-42px 0 0 -42px;
	background: url('../../../resources/freefromspots2/images/sprite_icon.png') no-repeat -198px -83px / 1024px auto;
	border: none;
	-webkit-transition: all 0.2s;
	   -moz-transition: all 0.2s;
			transition: all 0.2s;
	-webkit-transform: scale(0.9);
		-ms-transform: scale(0.9);
			transform: scale(0.9);
	}
.obj_who_is .obj_player:hover:before{
	-webkit-transform: scale(1);
		-ms-transform: scale(1);
			transform: scale(1);
	}
.obj_who_is iframe.obj_player{
	width:100%; height:484px;
	}
	
.obj_who_is.var_quote {
	position: relative;
	padding-bottom: 55px;
	margin-bottom: 70px;
}
.obj_who_is.var_quote:after{
	position: absolute;
    display: block;
    content: "";
    bottom: 0;
    left: 50%;
    width: 50px;
    height: 2px;
    background: #008fcd;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
	}
.obj_who_is.var_quote figcaption{
	padding:20px 60px;
	}
.obj_who_is.var_quote figcaption strong {
	display: block;
	font: 1.75em/1em 'LocatorWeb-Light', sans-serif;
	color:#008fcd;
	padding: 40px 0 10px 0;
}
.obj_who_is.var_quote figcaption strong:first-child {
	padding-top: 0;
}
.obj_who_is.var_quote figcaption:before,
.obj_who_is.var_quote figcaption:after{
	display:block;
	width:48px; height:39px;
	position:absolute;
	color:#e6e6e6;
	font:12em/1em 'LocatorWeb-Light', sans-serif;
	}
.obj_who_is.var_quote figcaption:before{
	content:"“";
	top:-20px; left:0;
	}
.obj_who_is.var_quote figcaption:after{
	content:"”";
	bottom:30px; right:20px;
	}
	
.obj_who_is.var_videos{
	margin: 0 auto 46px;
	max-width:860px;
	padding:0;
	}
	
@media screen and (max-width:960px){ }
@media screen and (max-width:767px){
	
	.obj_who_is{
		margin:0 auto;
		padding:30px 0 0;
		}
	.obj_who_is ~ .obj_who_is {
		margin: 30px 0 0;
		}
	.obj_who_is > h1{
		font-size: 2em;
		}
	.obj_who_is > h2{
		padding:0 10px;
		font-size: 1.75em;
		}
	.obj_who_is > p br{
		display:none;
		}
	.obj_who_is > p,
	.obj_who_is figcaption{
		padding:0 10px;
		font-size: 1em;
		}
	.obj_who_is figcaption br{
		display:none;
		}
	.obj_who_is .obj_player,
	.obj_who_is	iframe.obj_player{
		margin:0 auto 20px;
		width:320px;
		height:180px;
		}
		
	.obj_who_is.var_quote {
		margin-bottom: 45px;
	}
	.obj_who_is.var_quote figcaption{
		margin:20px 10px 0;
		padding: 0;
		}
	.obj_who_is.var_quote figcaption:before{
		left:0;
		background: none;
		}
	.obj_who_is.var_quote figcaption:after{
		right:0;
		background: none;
		}
	.obj_who_is.var_quote figcaption strong {
		padding-top: 30px;
	}
}

/* ================================= *
 * PUSHS
 * ================================= */	
/*-- PUSHS COMMUN --*/
.obj_pushs{
	max-width:1180px;
	margin:0 auto;
	text-align:center;
	}
.obj_pushs article.obj_push{
	position:relative;
	display:inline-block;
	text-align:left;
	}
.obj_pushs article.obj_push figure{
	overflow:hidden;
	box-sizing:content-box;
	}
.obj_pushs article.obj_push a{
	display:inline-block;
	overflow:hidden;
	height:100%; width:100%;
	}
.obj_pushs article.obj_push a img{
	z-index:0;
	max-width:none;
	-webkit-transform:none;
		-ms-transform:none;
			transform:none;
	-webkit-transition:all 0.5s;
			transition:all 0.5s;
	}
.obj_pushs article.obj_push .ctn_text{
	z-index:1;
	}
/*-- PUSHS DOUBLE --*/	
.obj_pushs.double article.obj_push{
	width:50%;
	}
.obj_pushs.double article.obj_push .v_background{
	width:100%;
	}
.obj_pushs.double article.obj_push .ctn_text{
	position:absolute;
	top:0; left:0;
	width:100%;
	padding:5%;
	}
.obj_pushs.double article.obj_push .ctn_text h3{
	margin-bottom:10px;
	font:1em/1em 'LocatorWeb-Regular', sans-serif; 
	color:#008fcd;
	}
.obj_pushs.double article.obj_push:first-child .ctn_text h3 {
	color: #fff;
}
.obj_pushs.double article.obj_push .ctn_text h2{
	font:1.313em/1em 'LocatorWeb-Light', serif;
	color:#000;
	width: 40%;
	}
.obj_pushs.double article.obj_push .ctn_text h2 strong{
	font-family:"LocatorWeb-Medium";
	}
.obj_pushs.double article.obj_push .ctn_btn{
	position:absolute;
	bottom:0; left:0;
	padding:5%;
	z-index:1;
	display:inline-block;
	}
.obj_pushs.double article.obj_push.white .ctn_text h3{
	color:#fff;
	}
.obj_pushs.double article.obj_push.white .b_push,
.obj_pushs.double article.obj_push.white .ctn_btn .obj_btn{
	background:#fff;
	color:#008fcd;
	}

@media screen and (max-width:960px){
	
	.obj_pushs.double article.obj_push .ctn_text h3{
		font-size:0.875em;
		}
	.obj_pushs.double article.obj_push .ctn_text h2{
		font-size:1.125em;
		}
	
}

@media screen and (max-width:767px){
	.obj_pushs.double article.obj_push{
		width:100%;
		}
	.obj_pushs.double article.obj_push .ctn_text h3{font-size:0.875em;}
	.obj_pushs.double article.obj_push .ctn_text h2{font-size:1em;}
	
	.obj_pushs.double.var_specialist{
		max-width:480px;
		margin:0 auto;
		}
	.obj_pushs.double.var_specialist article.obj_push a img{
		max-width:100%;
		}
}

/*-- PUSHS double var_big --*/	

.obj_pushs.double.var_big{
	margin:0 auto;
	padding:60px 0;
	}
.obj_pushs.double.var_big article.obj_push .ctn_text{
	width:65%;
	}
.obj_pushs.double.var_big article.obj_push .ctn_text h2{
	margin-bottom:20px;
	width:100%;
	font:2em/1em 'LocatorWeb-Light', serif;
	}
.obj_pushs.double.var_big article.obj_push .ctn_text p{
	font:1.125em/1.25em 'LocatorWeb-Light', serif;
	color:#000;
	}
.obj_pushs.double.var_big article.obj_push .ctn_text p strong{
	font-family:'LocatorWeb-Medium', serif;
	}
	
@media screen and (max-width:767px){
	
	.obj_pushs.double.var_big{
		max-width:590px;
		margin:0 auto;
		}
	.obj_pushs.double.var_big article.obj_push .ctn_text h2{
		margin-bottom:5px;
		font-size:1.25em;
		}
	.obj_pushs.double.var_big article.obj_push .ctn_text p{
		display:none;
		}
	.obj_pushs.double.var_big article.obj_push a img{max-width:100%;}
}
/* ================================= *
 * CARROUSEL BLOGUEUSES
 * ================================= */
.obj_bloc.var_youtubeurs {
	padding:0 20px;
	}
.obj_bloc.var_youtubeurs h3.t_ytb {
	padding:50px 0 30px;
	text-align : center;
	font : 2.5em/1em 'LocatorWeb-Light', sans-serif;
	}
.obj_bloc.var_youtubeurs h3.t_ytb:before {
	display:inline-block; content:"";
	margin:0 15px -2px 0;
	width:44px; height:31px;
	background : url("../../../resources/freefromspots2/images/sprite_icon.png") no-repeat -198px -168px / 1024px auto;
	}
	
.obj_carrousel.blogueuses{
	max-width:1180px;
	margin:0 auto;
	padding-bottom:60px;
	clear:both;
	}
.obj_carrousel.blogueuses .items{
	position: relative;
	height: auto;
	}
.obj_carrousel.blogueuses .masque{
	min-height:295px;
	margin:0;
	}
.obj_carrousel.blogueuses .item{
	width:295px;
	padding:0;
	}
.obj_carrousel.blogueuses .item figcaption{
	text-indent:-9999em;
	}
.obj_carrousel.blogueuses .nav{
	margin:20px 0 0;
	}
.obj_carrousel.blogueuses .nav .prev,
.obj_carrousel.blogueuses .nav .next{
	position:absolute;
	top:150px; left:20px;
	z-index:2;
	width:36px; height:78px;
	text-indent:-10000px;
	background:url("../../../resources/freefromspots/images/sprite_icon.png") no-repeat -76px -557px / 1024px 1024px;
	cursor:pointer;
	-webkit-transition:opacity 0.2s;
	   -moz-transition:opacity 0.2s;
		 -o-transition:opacity 0.2s;
			transition:opacity 0.2s;
	}
.obj_carrousel.blogueuses .nav .next{
	background-position:-113px -557px;
	left:auto; right:20px;
	}
.obj_carrousel.blogueuses .nav .prev.disabled:hover,
.obj_carrousel.blogueuses .nav .prev.disabled,
.obj_carrousel.blogueuses .nav .next.disabled:hover,
.obj_carrousel.blogueuses .nav .next.disabled{
	cursor:default;
	opacity:0.2;
	}

.obj_carrousel.blogueuses .nav ul{
	position:relative;
	z-index:1;
	width:100%;
	text-align:center; font-size:0; line-height:0;
	}
.obj_carrousel.blogueuses .nav ul li{
	font-size:0; line-height:0;
	display:inline-block;
	margin:0 5px 5px;
	}
.obj_carrousel.blogueuses .nav ul li a{
	display:inline-block;
	width:20px; height:20px;
	border:1px solid #d5d5d5;
	background:#fff;
	border-radius:50%;
	text-indent:-10000px;
	-webkit-transition:none;
	   -moz-transition:none;
		 -o-transition:none;
			transition:none;
	}
.obj_carrousel.blogueuses .nav ul li.active a{
	border:1px solid #008fcd;
	background:#008fcd;
	}

@media screen and (max-width:767px){
	.obj_bloc.var_youtubeurs h3.t_ytb {
		padding:0 0 20px;
		font-size : 1.875em;
		}
	.obj_carrousel.blogueuses .nav ul li a{
		width:10px; height:10px;
		}
}

/* ================================== *
 * QUIZ
 * ================================== */
.obj_bloc.var_quiz {
	padding:60px 0;
	}
.obj_quiz {
	position: relative;
	margin: 0 auto;
	max-width: 1180px;
	width: 100%;
	}
.obj_quiz .ctn_quiz {
	background: url("../../../resources/freefromspots2/images/f_quizz.jpg") no-repeat center top;
	height: 557px;
	padding: 50px 0;
	}
.obj_quiz .btn_next {
	position: absolute;
	top: 300px; right: 2.5%;
	width: 100px;
	height: 100px;
	background: #008fcd;
	border-radius: 50%;
	opacity:0;
	}
.obj_quiz .btn_next:hover {
	background: #66bce1;
	}
.obj_quiz .btn_next:before {
	content: "";
	position: absolute;
	top: 50%; left: 40%;
	width: 45px;
	height: 45px;
	border-top:1px solid #fff;
	border-right:1px solid #fff;
	transform:rotate(45deg) translate(-50%, -50%);
	transform-origin:0 0;
	transition:all 0.2s;
	}

/** Progressbar **/
.obj_quiz .obj_progressbar {
	display: none;
	opacity: 0;
	text-align: center;
	}
.obj_quiz .obj_progressbar ul {}
.obj_quiz .obj_progressbar ul li {
	display: inline-block;
	width: 42px; height: 42px;
	border: 1px solid #c9c9c9;
	border-radius: 50%;
	font:1.5em/1em 'LocatorWeb-Light', sans-serif;
	color:#c6c6c6; text-align:center;
	background: #fff;
	padding-top: 9px;
	margin: 0 15px;
	}
.obj_quiz .obj_progressbar ul li.active {
	color: #008fcd;
	border-color: #008fcd;
	}

/** Intro **/
.obj_quiz .intro {
	padding: 60px 15% 0 37%;
	}
.obj_quiz .intro h2 {
	padding: 0;
	margin-bottom: 30px;
	font:2.875em/1em 'LocatorWeb-Light', sans-serif;
	}
.obj_quiz .intro h2 strong {
	font-family: 'LocatorWeb-Medium', sans-serif;
	}
.obj_quiz .intro p {
	font: 1.125em/1.222em 'LocatorWeb-Light', sans-serif;
	}
.obj_quiz .ctn_btn {
	margin-top: 40px;
	}


/** End **/
.obj_quiz .end {
	display: none;
	opacity: 0;
	}
.obj_quiz .end {
	padding: 60px 10% 0 40%;
	}
.obj_quiz .end h2 {
	position: relative;
	padding: 0 0 0 60px;
	margin-bottom: 30px;
	font:2.875em/1em 'LocatorWeb-Light', sans-serif;
	}
.obj_quiz .end h2 strong {
	font-family: 'LocatorWeb-Medium', sans-serif;
	}
.obj_quiz .end h2:before {
	content: "";
	position: absolute;
	top: -5px; left: 0;
	width: 45px;
	height: 45px;
	background:url('../../../resources/freefromspots2/images/sprite_icon.png') -418px 0 / 1024px auto;
	}
.obj_quiz .end p {
	font: 1.625em/1.231em 'LocatorWeb-Light', sans-serif;
	}
.obj_quiz .end p strong {
	font-family: 'LocatorWeb-Medium', sans-serif;
	}
.obj_quiz .end p a {
	color: #008fcd;
	}
.obj_quiz .end .obj_share {
	margin-top: 30px;
	}
.obj_quiz .end .obj_share h2 {
	display: none;
	}
.obj_quiz .end .ctn_btn {
	margin: 20px 0 50px 0;
	}
.obj_quiz .end .ctn_btn a {
	
}

/** Question **/
.obj_quiz .question {
	display: none;
	opacity: 0;
	padding: 40px 14% 0 40%;
	}
.obj_quiz h2 {
	font:2em/1em 'LocatorWeb-Light', sans-serif;
	color:#008fcd;
	}
.obj_quiz .ctn_answers {
	padding: 30px 0 0 0;
	}
.obj_quiz .ctn_answers .obj_radio fieldset {
	float: left;
	width: 50%;
	}
.obj_quiz .ctn_answers .obj_radio label {
	font:1.125em/1em 'LocatorWeb-Regular', sans-serif;
	color:#000;
	}

/** Answer **/
.obj_quiz .answer {
	display: none;
	opacity: 0;
	padding: 40px 14% 0 40%;
	}
.obj_quiz .answer .ctn_answers .obj_radio label {
	color: #bcbcbc;
	cursor: default;
	}
.pg_quiz .answer .obj_form fieldset > div {
	margin-bottom: 0;
	}
.obj_quiz .answer .ctn_answers .obj_radio fieldset {
	margin-bottom: 30px;
	}

/** Infos **/
.obj_quiz .ctn_infos {
	position: relative;
	margin-top: 30px;
	width:105%;
	margin-left:-5%;
	background: #fff;
	padding: 20px 20px 20px 80px;
	}
.obj_quiz .ctn_infos:before {
	content: "";
	display:block;
	position: absolute;
	top: 50%; left: 38px;
	margin-top: -21px;
	width: 15px; height: 42px;
	background:url('../../../resources/freefromspots2/images/sprite_icon.png') -403px 0 / 1024px auto;
	}
.obj_quiz .ctn_infos a{
	color:#008fcd;
	}
.obj_quiz .ctn_mention{
	margin-top:10px;
	font-size:0.875em;
	color:#707070;
	}

/** Radio inputs **/
.pg_quiz .obj_form fieldset > div {
	margin-bottom: 40px;
	}
.obj_quiz .custom-radio {
	position:relative;
	z-index:0;
	}
.obj_quiz .obj_radio label {
	position:relative;
	display:block;
	padding-left:50px;
	cursor:pointer;
	color:#333; line-height: 17px;
	z-index:5;
	}
.obj_quiz .obj_radio label { 
	position:relative;
	line-height:20px;
	}
.obj_quiz .obj_radio label:before { 
	display:block;
	content:"";
	position:absolute;
	top:-7px; left:0;
	width:30px; height:30px;
	background:#fff;
	border:1px solid #bebebe;
	border-radius:50%;
	box-sizing:border-box;
	-webkit-transition:all 0.5s;
	   -moz-transition:all 0.5s;
		 -o-transition:all 0.5s;
			transition:all 0.5s;
	box-shadow: inset 0 0 0 rgba(0,0,0,0);
	}
.obj_quiz .answer .obj_radio label:before { 
	background:#f8f8f8;
	border:1px solid #dedede;
	cursor: default;
	}
.obj_quiz .error .obj_radio label:before { 
	border-color:red;
	}
.obj_quiz .obj_radio label.hover:before {
	box-shadow: inset 0 0 5px 0 rgba(0,0,0,.5);
	}
.obj_quiz .obj_radio label.checked:before {
	border-color: #000;
	box-shadow: inset 0 0 100px 0px rgba(0,0,0,1);
	}
.obj_quiz .answer .obj_radio label.checked {
	color: #5dbd2d;
	}
.obj_quiz .answer .obj_radio label.checked:before {
	border-color: #5dbd2d;
	background: #5dbd2d;
	box-shadow: inset 0 0 0 0 rgba(0,0,0,0);
	}
.obj_quiz .obj_radio input {
	position:absolute;
	top:0;
	left:-9999em;
	z-index:0;
	}

.obj_quiz .obj_share_menu{position:relative;}
.obj_quiz .obj_share_menu li{display:inline-block;}
.obj_quiz .obj_share_menu li.btn_like{margin:0 10px 0 0;}

@media screen and (max-width:960px){
	.obj_quiz h2 {
		font-size: 1.5em;
		}
	.obj_quiz .ctn_quiz {
		height: auto;
		background-position:60% top;
		background-size:960px auto;
		}
	.obj_quiz .intro,
	.obj_quiz .question,
	.obj_quiz .answer{
		padding: 40px 13% 0 30%;
		}
	.obj_quiz .end {
		padding: 40px 10% 0 39%;
		}
	.obj_quiz .obj_radio label {
		padding-left: 40px;
		}
	.obj_quiz .ctn_infos {
		margin-top: 30px;
		}
	.obj_quiz .btn_next {
		-webkit-transform:scale(0.75);
			-ms-transform:scale(0.75);
				transform:scale(0.75);
		}
}
@media screen and (max-width:767px){

	.obj_quiz .btn_next {
		-webkit-transform:scale(0.5);
			-ms-transform:scale(0.5);
				transform:scale(0.5);
		}
	.obj_quiz .ctn_quiz {
		background: #f0f0f0;
		min-height: 0;
		background-size:cover;
		padding-top: 20px;
		}
	.obj_quiz .intro,
	.obj_quiz .question,
	.obj_quiz .answer,
	.obj_quiz .end {
		padding: 0 20px;
		}
	.obj_quiz .intro h2 {
		font-size: 1.625em;
		margin-bottom: 15px;
		}
	.obj_quiz .intro .ctn_btn {
		margin-top: 20px;
		}
	.obj_quiz .obj_progressbar ul li {
		width:30px; height:30px;
		margin: 0 2px;
		padding:0;
		line-height:30px;
		}
	.obj_quiz h2 {
		padding: 20px 0 0 0;
		}
	.obj_quiz .ctn_answers {
		padding: 30px 0 0 0;
		}
	.obj_quiz .ctn_answers .obj_radio fieldset {
		float: none;
		width: 100%;
		}
	.pg_quiz .obj_form fieldset > div {
		margin-bottom: 30px;
		}
	.obj_quiz .btn_next {
		display: block;
		position: relative;
		top: auto;
		right: auto;
		left: 50%;
		margin: 20px 0 0 -50px;
		}
	.obj_quiz .ctn_infos {
		padding: 5%;
		margin: 10px 0 0;
		width:100%;
		}
	.obj_quiz .ctn_infos:before {
		position:relative;
		top:auto; left:auto;
		margin:10px auto;
		}
	
	.obj_quiz .end h2 {
		font-size: 1.625em;
		margin-bottom: 15px;
		}
	.obj_quiz .end h2:before {
		top: 3px;
		}
	.obj_quiz .end p { font: 1.125em/22px "LocatorWeb-Light",sans-serif;}
}


/* ========================== *
 * SHARE MODULE
 * ========================== */
.obj_share_module{
	max-width:1180px;
	width:100%;
	margin:94px auto 40px auto;
	padding:0 2.5%;
	}
.obj_share_module > h1,
.obj_share_module > h2{
	text-align: center;
    font: 2.875em/1em 'LocatorWeb-Light', sans-serif;
	}
.obj_share_module > h1 em,
.obj_share_module > h2 em{
	display:block;
	color:#008fcd;
	}
.obj_share_module > p{
	margin:30px 0;
	text-align: center;
	font:1.625em/1.25em 'LocatorWeb-Light', sans-serif; color: #000;
	}
.obj_share_module > p strong{
	font-family:'LocatorWeb-Bold', sans-serif;
	}
	
.obj_share_module .ctn_boutons{
	text-align:center;
	}
.obj_share_module .ctn_boutons a{
	display:inline-block;
	position:relative;
	margin:0 15px 50px;
	width:78px; height:78px;
	background:url('../../../resources/freefromspots/images/sprite_icon.png') no-repeat;
	background-size:1024px 1024px;
	text-align:left;
	text-indent:-9999em;
	-webkit-transition:none;
	-moz-transition:none;
	transition:none;
	}
.obj_share_module .ctn_boutons .b_text{background-position:-172px -464px;}
.obj_share_module .ctn_boutons .b_text.active{background-position:-172px -386px;}
.obj_share_module .ctn_boutons .b_pic{background-position:-249px -464px;}
.obj_share_module .ctn_boutons .b_pic.active{background-position:-249px -386px;}
.obj_share_module .ctn_boutons .b_play{background-position:-327px -464px;}
.obj_share_module .ctn_boutons .b_play.active{background-position:-327px -386px;}
.obj_share_module .ctn_boutons a:after{
	display:inline-block;
	content:"";
	position:absolute;
	bottom:-50px; left:50%;
	margin-left:-15px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 15px 15px 15px;
	border-color: transparent transparent #fff transparent;
	-webkit-transition:all 0.5s;
	   -moz-transition:all 0.5s;
			transition:all 0.5s;
	}
.obj_share_module .ctn_boutons a.active:after{
	border-color: transparent transparent #f6f4f4 transparent;
	}
	
.obj_share_module .ctn_comment {
	position:relative;
	width: 100%;
	z-index: 1;
	}
.obj_share_module .ctn_comment .ctn_form {
	width: 100%;
	}
.obj_share_module .ctn_comment .obj_form {
	overflow:hidden;
	padding: 2.5%;
	background: #f6f4f4;
	}
.obj_share_module .ctn_comment .ctn_col{
	width: 50%;
	margin: 0 0 10px;
	}
.obj_share_module .ctn_comment .ctn_col.var_left{
	padding-right:2.5%;
	float:left;
	}
.obj_share_module .ctn_comment .ctn_col.var_right{
	padding-left:2.5%;
	float:right;
	}
.obj_share_module .obj_recaptcha{
	padding:20px 0;
	}
.obj_share_module .ctn_comment .ctnAOX_msgError{
	color:#bd0000;
	text-align:center;
	}
.obj_share_module .ctn_comment .ctnAOX_msgError p{
	padding:10px 0;
	}
.obj_share_module .ctn_comment .ctn_btn{
	text-align:center;
	}
.obj_share_module .ctn_comment .obj_btn{
	padding: 14px 40px;
	}

@media screen and (max-width:1024px)	{

	.obj_share_module > p{
		font-size:1.5em;
		}
}
@media screen and (max-width:960px)	{

	.obj_share_module > p{
		font-size:1.125em;
		}
}
@media screen and (max-width:767px)	{

	.obj_share_module{
		margin:30px 0;
		padding:0 5%;
		}
	.obj_share_module > h2{
		font-size: 1.5em;
		}
	.obj_share_module > p{
		font-size:1em;
		}
	.obj_share_module .ctn_comment .ctn_col.var_left,
	.obj_share_module .ctn_comment .ctn_col.var_right{
		width: 100%;
		padding:0;
		margin:0;
		float:none;
		}
	.obj_share_module .ctn_comment .ctn_btn{
		margin:10px 0 0;
		}
	.obj_share_module .ctn_boutons a{
		margin:0 10px 20px;
		width:39px; height:39px;
		background-size:512px 512px;
		}
	.obj_share_module .ctn_boutons .b_text{background-position:-86px -232px;}
	.obj_share_module .ctn_boutons .b_text.active{background-position:-86px -193px;}
	.obj_share_module .ctn_boutons .b_pic{background-position:-124px -232px;}
	.obj_share_module .ctn_boutons .b_pic.active{background-position:-124px -193px;}
	.obj_share_module .ctn_boutons .b_play{background-position:-163px -232px;}
	.obj_share_module .ctn_boutons .b_play.active{background-position:-163px -193px;}
	.obj_share_module .ctn_boutons a:after{
		bottom:-20px;
		}
}
	
.obj_share_module .obj_input{
	margin-bottom:20px;
	}
.obj_share_module fieldset textarea{
	padding:10px;
	width: 100%;
	display:block;
	min-height: 100px;
	color:#6e6d6d;
	resize:none;
	}
.obj_share_module input[type=text],
.obj_share_module input[type=email],
.obj_share_module input[type=url],
.obj_share_module input[type=tel],
.obj_share_module input[type=password],
.obj_share_module textarea{
	background:#f6f4f4;
	}
.obj_share_module .obj_checkbox{
	position:relative;
	font-family:'LocatorWeb-Medium';
	}
.obj_share_module .obj_checkbox a{
	color:#008fcd;
	}
.obj_share_module .obj_checkbox label{
	display:inline-block;
	float:left;
	margin-right:5px;
	}	
.obj_share_module span[role="checkbox"]::before{
	margin-left: -5px;
	}
.obj_share_module .ctn_comment .t_obligatoire{
	margin:20px 0;
	font:0.75em/1em 'LocatorWeb-Regular', sans-serif;
	}

.obj_share_module .ctn_comment .t_error{
	color: #bd0000;
	}

@media screen and (max-width:767px)	{
	.obj_share_module .obj_input{
		margin-bottom:20px;
		}
	.obj_share_module .obj_checkbox{
		position:relative;
		padding-bottom:1em;
		}
	.obj_share_module .ctn_comment .t_error{
		text-align:center;
		}
	.obj_share_module .ctn_comment .ctn_col .obj_checkbox a{
		position:relative;
		bottom:auto;
		}
	.obj_share_module .obj_recaptcha{
		text-align:center;
		padding:10px 0;
		}
	.obj_share_module .obj_recaptcha .g-recaptcha{
		display:inline-block;
		margin:0 auto;
		}
}


.obj_share_module .ctn_comment #label{position:relative;}
.obj_share_module .ctn_comment #label a{
	position:absolute;
	top: 50%; right: 10px;
	display:block;
	margin-top:-10px;
	width:20px; height:20px;
	font-size:20px; line-height:20px;
	text-align:center;
	color:#fff;
	background:#f5a9d8;
	border-radius:3px;
	-webkit-border-radius:3px;
	   -moz-border-radius:3px;
	     -o-border-radius:3px;
	}
.obj_share_module .ctn_comment #label input{cursor:pointer;}
.obj_share_module .ctn_comment #label input[type=file]{display:none;}
.ie8 .obj_share_module .ctn_comment #label input[type=file]{display:block;}
.obj_share_module .ctn_comment #label .input-file{
	position:absolute;
	left:-10000px;
	}

.obj_share_module .ctn_comment .url{position:relative;}
.obj_share_module .ctn_comment .url a{
	position:absolute;
	padding:0 5px;
	top:50%; left:8px;
	margin-top:-12px;
	height:25px;
	display:block;
	font-size:1em;
	line-height:25px;
	color:#fff;
	background:#f5a9d8;
	border-radius:3px;
	-webkit-border-radius:3px;
	   -moz-border-radius:3px;
	     -o-border-radius:3px;
	}
.obj_share_module .ctn_comment .url input{
	padding-left:130px;
	width:260px;
	}
.obj_share_module .ctn_comment .url input.youtube {
	width: 100%;
	}
.obj_share_module .ctn_comment .obj_form .b_close-banner {
	top: -56px; right: 0;
	}
.obj_share_module .ctn_comment #form-picture,
.obj_share_module .ctn_comment #form-video {
	display: none;
	opacity: 0;
	}
.ctn_popin-video h3 {
	font:2em/1em 'LocatorWeb-Bold', sans-serif;
	}
.ctn_popin-video img {
	float: left;
	margin: 20px 10px 20px 0;
	}
.ctn_popin-video p {
	color: #F594CC;
	font-size: 17px;
	margin-top: 50px;
	}
.ctn_banner.temoignages .ctn_video {
	height: 664px;
	}
	
.obj_share_module .ctn_comment .ctn_checkbox.frmError label,
.obj_share_module .ctn_comment .ctn_checkbox.frmError label a {
	color: #bd0000;
	}
.obj_share_module .str_merci{
	padding:2.5%;
	text-align:center;
	background:#f6f4f4;
	}
.obj_share_module .str_merci h2{
	font:2.875em/1em 'LocatorWeb-Light', sans-serif;
	color:#008fcd;
	}
.obj_share_module .str_merci h3{
	font:2em/1em 'LocatorWeb-Light', sans-serif;
	}
.obj_share_module .str_merci h4{
	margin:30px 0;
	font:1.25em/1em 'LocatorWeb-Light', sans-serif;
	}
.obj_share_module .str_merci .obj_share{
	margin:20px 0;
	}
	

/* =========================== *
 * MASONRY
 * =========================== */ 
.obj_share_masonry{
	padding:30px 0;
	background:#fff;
	}
.obj_share_masonry > h2{
	text-align:center;
	font:2.25em/1em 'LocatorWeb-Light', sans-serif;
	}
.obj_share_masonry .ctn_share_masonry{
	background:none;
	padding: 20px 0;
	}
.obj_share_masonry .ctn_pushs {
	position: relative;
	max-width: 1120px;
	margin: 0 auto;
	}
.obj_share_masonry .obj_item {
	margin: 10px;
	}
.obj_share_masonry .obj_item.hidden {
	display: none;
	}
.obj_share_masonry .obj_item .ctn_push {
	width: 260px;
	background: #f6f4f4;
	}
.obj_share_masonry .obj_item .ctn_push a{
	color:#000;
	}
.obj_share_masonry .obj_item .ctn_push .ctn_visuel {
	line-height: 0;
	}
.obj_share_masonry .obj_item .ctn_push .ctn_visuel.video {
	position:relative;
	}
.obj_share_masonry .obj_item .ctn_push .ctn_visuel.video a:before {
	position:absolute;
	display:block;
	content:"";
	z-index: 1;
    top: 50%;
    left: 50%;
    height: 137px;
    width: 138px;
    margin: -68px 0 0 -68px;
    background: url("../../../resources/freefromspots/images/sprite_icon.png") no-repeat -464px 0 / 1024px 1024px;
    text-indent: -9999em;
    border: none;
    opacity: 0.7;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
	
	}
.obj_share_masonry .obj_item .ctn_push .ctn_visuel a {
	cursor: -moz-zoom-in;
	cursor: -webkit-zoom-in;
	line-height:0;
	display:block;
	}
.obj_share_masonry .obj_item .ctn_push .t_push,
.obj_share_masonry .obj_item .ctn_push .paragraphe,
.obj_share_masonry .obj_item .ctn_push .ctn_user,
.obj_share_masonry .obj_item .ctn_push .btn {
	padding:2.5% 10%;
	}
.obj_share_masonry .obj_item .ctn_push .t_push:first-child,
.obj_share_masonry .obj_item .ctn_push .ctn_visuel + .t_push{
	padding-top:10%;
	}
.obj_share_masonry .obj_item .ctn_push .paragraphe:last-child,
.obj_share_masonry .obj_item .ctn_push .ctn_user:last-child,
.obj_share_masonry .obj_item .ctn_push .btn:last-child {
	padding-bottom:10%;
	}
.obj_share_masonry .obj_item .ctn_push .t_push a{
	color:#008fcd;
	font:1.125em/1em 'LocatorWeb-Light', sans-serif;
	}
.obj_share_masonry .obj_item .ctn_push .paragraphe{
	font:0.75em/1.500em 'LocatorWeb-Regular', sans-serif;
	}
.obj_share_masonry .obj_item .ctn_push .ctn_user{
	color:#a6a6a6;
	font:0.75em/1em 'LocatorWeb-Regular', sans-serif;
	}
.obj_share_masonry .obj_item .ctn_push .btn a{
	position:relative;
	color:#008fcd;
	font:0.75em/1em 'LocatorWeb-Regular', sans-serif;
	}
.obj_share_masonry .obj_item .ctn_push .btn a:after{
	display: inline-block;
	top: 7px;
	right: -10px;
	position: absolute;
    content: "";
    margin: -2px 0 0 5px;
    height: 4px;
    width: 4px;
    border-top: 1px solid #008fcd;
    border-right: 1px solid #008fcd;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
	}
.obj_share_masonry .ctn_loader{
	text-align:center;
	}
	
@media screen and (max-width:1024px) {
	
	.obj_share_masonry .ctn_pushs {
		max-width: 840px;
		}
}	
@media screen and (max-width:768px) {
	
	.obj_share_masonry .ctn_pushs {
		max-width: 560px;
		}
}
@media screen and (max-width:767px)	{

	.obj_share_masonry > h2{
		font-size:1.5em;
		}
	.obj_share_masonry .ctn_pushs {
		max-width: 280px;
		}
	.obj_share_masonry .obj_item {
		margin-bottom: 30px;
	}
	.obj_share_masonry .obj_item .ctn_push .t_push,
	.obj_share_masonry .obj_item .ctn_push .paragraphe,
	.obj_share_masonry .obj_item .ctn_push .ctn_user,
	.obj_share_masonry .obj_item .ctn_push .btn {
		padding: 2.5% 5%;
		}
	.obj_share_masonry .obj_item .ctn_push .t_push:first-child,
	.obj_share_masonry .obj_item .ctn_push .ctn_visuel + .t_push {
		padding-top: 5%;
		}
	.obj_share_masonry .obj_item .ctn_push .paragraphe:last-child,
	.obj_share_masonry .obj_item .ctn_push .ctn_user:last-child,
	.obj_share_masonry .obj_item .ctn_push .btn:last-child {
		padding-bottom: 5%;
		}
}

/* POPIN TEMOIGNAGE */	
.str_popin.default .ctn_popin-temoignage {
	max-width: 840px;
	}
.str_popin.default .ctn_popin-temoignage > h2 {
	font:3em/1em 'LocatorWeb-Light', sans-serif;
	color:#008fcd;
	}
.str_popin.default .ctn_popin-temoignage .ctn_headbar {
    background: #f6f6f6;
    padding: 10px 20px;
    margin: 20px 0 30px 0;
    min-height: 21px;
	}
.str_popin.default .ctn_popin-temoignage p {
	font:1em/1.714em 'LocatorWeb-Light', sans-serif;
	}
.ctn_popin-temoignage .ctn_article p img {
    width: 265px;
    max-width: 840px;
    margin: 0 20px 0 0;
	}	
.ctn_popin-temoignage .ctn_headbar .ctn_socials {
	float: right;
	}
.ctn_popin-temoignage .ctn_headbar .ctn_socials ul li {
	float: left;
	vertical-align:top;
	}
.ctn_popin-temoignage .ctn_headbar .ctn_socials ul li > div {
	vertical-align: top !important;
	}
.ctn_popin-temoignage .ctn_headbar .ctn_socials ul li .fb-like {
	margin-right: 20px;
	}
.ctn_popin-temoignage .ctn_headbar .ctn_user {
	float: left;
	color: #797a7a;
	font-size: 0.875em;
	line-height: 1.429em;
	}

@media screen and (max-width:767px)	{
	.ctn_popin-temoignage .ctn_headbar .ctn_socials {
		float: none;
		margin-bottom: 10px;
		}
	.ctn_popin-temoignage .ctn_headbar {
		padding: 10px;
		margin: 20px 20px 20px 0;
		}
	.str_popin.default .ctn_popin-temoignage > h2 {
		font-size:1.5em;
		}
	.ctn_popin-temoignage .ctn_article {
		max-height: 300px;
		overflow: scroll;
		padding-right: 0;
		}
	.ctn_popin-temoignage .ctn_article p img {
		width: 100%;
		margin: 0 0 20px 0;
		}
	.str_popin.default .ctn_popin-temoignage p {
		font-size: 0.875em;
		line-height: 1.286em;
		}
	.pg_stories .str_popin.default .ctn_popin {
		padding: 20px;
		}
}	
	

/* PUSH TESTIMONALS */
.obj_bloc .ctn_bloc{
	
	}
.obj_bloc article.obj_push.var_testimonials{
	display: block;
	height:auto;
	width: 100%;
	margin: 0 auto 80px;
	padding: 0;
	background: #fff;
	}
.obj_bloc article.obj_push.var_testimonials .ctn_text{
	position:relative;
	overflow:hidden;
	padding: 60px 45% 60px 40px;
	}
.obj_bloc article.obj_push.var_testimonials .ctn_text:after{
	position:absolute;
	top:50%; left:65%;
	display:block;
	content:"";
	width:272px; height:246px;
	background:url('../../../resources/freefromspots/images/sprite_icon.png') no-repeat -464px -154px;
	background-size:1024px auto;
	-webkit-transform:translateY(-50%);
		-ms-transform:translateY(-50%);
			transform:translateY(-50%);
	}
.obj_bloc article.obj_push.var_testimonials .ctn_text > div{
	float:left;
	}
.obj_bloc article.obj_push.var_testimonials .ctn_text h3{
	margin: 0 0 30px;
	font-size: 1.75em;
	line-height: 1.25em;
	color: #008fcd;
	font-family:"LocatorWeb-Light", sans-serif;
	}
.obj_bloc article.obj_push.var_testimonials .ctn_text h3 strong{
	display: block;
	font-family:"LocatorWeb-Bold", sans-serif;
	}
.obj_bloc article.obj_push.var_testimonials .ctn_btn{
	position:relative;
	padding:0; bottom:auto; left:auto;
	margin-top:20px;
	}
.obj_bloc article.obj_push.var_testimonials a:hover .ctn_btn .obj_btn{
	background:#66bce1;
	color:#fff;
	}

@media screen and (max-width:1024px){
	
	.obj_bloc article.obj_push.var_testimonials .ctn_text h3{
		margin-bottom:10px;
		}
	.obj_bloc article.obj_push.var_testimonials .ctn_text p{
		font-size:1em;
		}
	.obj_bloc article.obj_push.var_testimonials .ctn_text > img{
		max-width:55%;
		}
	.obj_bloc article.obj_push.var_testimonials .ctn_text:after{
		right: 5%;
		left: auto;
		}		
		
}



@media screen and (max-width:767px){
	
	.obj_bloc.var_push h2{
		font-size: 1.75em;
		}
	.obj_bloc article.obj_push.var_testimonials .ctn_text{
		padding: 20px;
		text-align: center;
		}
	.obj_bloc article.obj_push.var_testimonials .ctn_text:after{
		display:none;
		}
	.obj_bloc article.obj_push.var_testimonials .ctn_text h3{
		font-size:1.5em;
		}
	.obj_bloc article.obj_push.var_testimonials .ctn_text h3 br{
		display:none;
		}
	.obj_bloc article.obj_push.var_testimonials .ctn_text > div{
		float:none;
		}
	.obj_bloc article.obj_push.var_testimonials .ctn_text > img{
		float:none;
		max-width:100%;
		}
}

/*** PATCH FOOTER SEO ***/
footer.main .footer-title{
	margin-bottom:20px;
	font:1.3125em/1em 'LocatorWeb-Light', sans-serif;
	color:#fff;
	}

footer.main .ctn_services .footer-title:before{
	left:-35px;
	width:20px; height:20px;
	background-position:-502px -61px;
	}
footer.main .ctn_newsletter .footer-title:before{
	left:-43px;
	width:29px; height:20px;
	background-position:-522px -61px;
	}
footer.main .ctn_store .footer-title:before{
	left:-30px;
	width:15px; height:21px;
	background-position:-487px -61px;
	}

@media screen and (max-width:960px){

	footer.main .ctn_services .footer-title,
	footer.main .ctn_newsletter .footer-title,
	footer.main .ctn_store .footer-title{
		padding-left:40px;
		}
	footer.main .ctn_services .footer-title:before,
	footer.main .ctn_newsletter .footer-title:before,
	footer.main .ctn_store .footer-title:before{
		left:0;
		}

}



/* PUSH OPE Spotscan */

.op_ffs2_spotscan .obj_diagnostic { margin: -60px auto 0px auto; }
.op_ffs2_spotscan .obj_banner.var_landing .ctn_banner h1 + p{
	margin-bottom:0;
	}
.obj_ope.spotscan {
    margin: 40px auto 120px;
    width: 100%;
    }
.obj_ope.spotscan .ctn_ope .var_spotscan {
    position: relative;
    height: 370px;
    margin: 0 auto;
    width: 880px;
    overflow: hidden;
    }
.obj_ope.spotscan .ctn_ope .var_spotscan {
    background-color: #5eaee5;
    }
.obj_ope.spotscan .ctn_ope .var_spotscan .f_banner picture {
    max-width: inherit;
    margin: 0 auto;
    }
.obj_ope.spotscan .ctn_ope .var_spotscan .f_banner img.img_desktop {
    right: 0;
    transform: translateY(-50%);
    max-width: inherit;
    position: absolute;
    top: 55%;
    }
.obj_ope.spotscan .ctn_ope .var_spotscan .f_banner img.img_mob {
    display: none;
    }
.obj_ope.spotscan .ctn_ope .var_spotscan a {
    position: relative;
    }
.obj_ope.spotscan .ctn_ope .var_spotscan a .ctn_txt{
    position: relative;
    z-index: 3;
    width: 100%;
    padding: 50px;
    height: 100%;
    text-align: left;
    color: #fff;
    }
.obj_ope.spotscan .ctn_ope .var_spotscan .ctn_banner .ctn_txt h6{
    position: relative;
    margin-bottom: 15px;
    font: 1.000em/1.857em 'LocatorWeb-Bold', sans-serif;
    text-transform: uppercase;
    color: #ffffff;  
    }
.obj_ope.spotscan .ctn_ope .var_spotscan .ctn_banner .ctn_txt h6 span{
    position:relative;
    font:0.875em/0.875em 'LocatorWeb-Light', sans-serif;
    display: inline-block;
    padding:8px;
    background:#008fcd;
    margin-right: 10px;
    }
.obj_ope.spotscan .ctn_ope .var_spotscan .hide_desktop { display: none; }
.obj_ope.spotscan .ctn_ope .var_spotscan .ctn_banner h2 {
    font: 2.625em/0.905em 'LocatorWeb-UltraLight', sans-serif;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 5px;
    max-width: 70%;
    }
.obj_ope.spotscan .ctn_ope .var_spotscan .ctn_banner h2 strong {
    font-family: 'LocatorWeb-Bold', sans-serif;
    }
.obj_ope.spotscan .ctn_ope .var_spotscan .ctn_banner h3 {
    margin: 0;
    font:1.063em/1.250em 'LocatorWeb-Light', sans-serif;
    color: #000000;
    max-width: 70%;
    }
.obj_ope.spotscan .ctn_ope .var_spotscan .ctn_banner .ctn_txt .ctn_code_analyse {
    position: relative;
    margin: 20px 0 0;
    display: flex;
    }
.obj_ope.spotscan .ctn_ope .var_spotscan .ctn_banner .ctn_txt .ctn_code_analyse .obj_qrcode {
    position: relative;
    margin-right: 20px;
    }
.obj_ope.spotscan .ctn_ope .var_spotscan .ctn_banner .ctn_txt .ctn_code_analyse .txt_analyse {
    position: relative;
    font: 1.500em/1em 'LocatorWeb-Medium', sans-serif;
    color: #000000;
    margin: auto;
    margin-left: 0;
    align-self: center;
    }
.obj_ope.spotscan .ctn_ope .var_spotscan .ctn_banner .ctn_btn {
    padding: 30px 0 0;
    }
.obj_ope.spotscan .ctn_ope .var_spotscan .ctn_banner .ctn_btn .obj_btn {
    color: #008fcd;
    background: #fff;
    }
.obj_ope.spotscan .ctn_ope .var_spotscan a:hover .ctn_banner .ctn_btn .obj_btn.var_white,
.obj_ope.spotscan .ctn_ope .var_spotscan .ctn_banner .ctn_btn .obj_btn.var_white:hover {
    color: #fff;
    background: #008fcd;
    }
.op_ffs2_spotscan #popin_ope-spotscan { display: none; }
@media screen and (max-width:767px){	
    .obj_ope.spotscan { margin: 40px auto 0; }
    .obj_ope.spotscan .ctn_ope .var_spotscan { height: auto; width: 100%; margin: 0 auto; }
    .obj_ope.spotscan .ctn_ope .var_spotscan a {width: 100%;}
    .obj_ope.spotscan .ctn_ope .var_spotscan .f_banner { height: 100%; text-align: center; }
    .obj_ope.spotscan .ctn_ope .var_spotscan .f_banner img { height:100%;}
    .obj_ope.spotscan .ctn_ope .var_spotscan .f_banner img.img_desktop { display: none; }
    .obj_ope.spotscan .ctn_ope .var_spotscan .f_banner img.img_mob { display: block; right: -20px; max-width: inherit; position: absolute; top: 0; }
    .obj_ope.spotscan .ctn_ope .var_spotscan .ctn_banner{ margin: 0 auto; }
    .obj_ope.spotscan .ctn_ope .var_spotscan a .ctn_txt { padding: 20px; }
    .obj_ope.spotscan .ctn_ope .var_spotscan .hide_desktop { display: inline-block; }
    .obj_ope.spotscan .ctn_ope .var_spotscan .hide_mobile { display: none; }
    .obj_ope.spotscan .ctn_ope .var_spotscan .ctn_banner .ctn_txt h6 { font: 0.875em/1.063em 'LocatorWeb-Bold', sans-serif; margin-bottom: 10px; }
    .obj_ope.spotscan .ctn_ope .var_spotscan .ctn_banner .ctn_txt h6 span { font: 1em/0.875em 'LocatorWeb-Light', sans-serif; margin: 0 0 10px; }
    .obj_ope.spotscan .ctn_ope .var_spotscan .ctn_banner h2 { font: 2.250em/0.905em 'LocatorWeb-UltraLight', sans-serif; }
    .obj_ope.spotscan .ctn_ope .var_spotscan .ctn_banner h3 { font: 1.000em/1.250em 'LocatorWeb-Light', sans-serif; max-width: 60%; }
    .obj_ope.spotscan .ctn_ope .var_spotscan .ctn_banner .ctn_txt .ctn_code_analyse { display: block; }
    .obj_ope.spotscan .ctn_ope .var_spotscan .ctn_banner .ctn_txt .ctn_code_analyse .obj_qrcode { display: none; }
    .obj_ope.spotscan .ctn_ope .var_spotscan .ctn_banner .ctn_txt .ctn_code_analyse .txt_analyse { font: 1em/1.125em 'LocatorWeb-Medium', sans-serif; }
    .obj_ope.spotscan .ctn_ope .var_spotscan .ctn_banner .ctn_btn { text-align: center; }
}

.obj_recaptcha{
	display:block;
	width:310px; height:80px;
	margin:20px auto;
	overflow:hidden;
	text-align:center;
	}
.obj_recaptcha > div{
	display:inline-block;
	max-width:100%;
	}
.obj_recaptcha.error > div {
	display:inline-block;
	border:1px solid #d95f6d;
	}
@media screen and (max-width:414px){
	.obj_recaptcha > div{
		transform:scale(0.8);
		transform-origin: left top;
		}
}