/* 

 * COOKIES
 * SPRITE ICONS
 * CTA
 * CONTENEUR CARROUSEL PRODUCTS
 * APERCU PLAYER VIDEO
 * PARTAGE RESEAUX SOCIAUX
 * PUSHS
 * FOOTER
 * ARTICLE
 * ABCDE METHOD
 * QUIZ
 * WORLD MAP
 * CARROUSEL PRODUCTS
 * RATINGS
 * PUSH PRODUIT
 * PICTO RECOMPENSES
 * TITLE
 * PUSH VIDEO
 * BLOC DOG
 * BLOC IMG
 
 */

section > .ctn_btn,
.obj_bloc-pushs.simple .ctn_pushs > .ctn_btn {
	padding : 50px 0 80px 0;
	text-align : center;
}
@media screen and ( max-width : 767px ) {
	section > .ctn_btn,
	.obj_bloc-pushs.simple .ctn_pushs > .ctn_btn { padding : 25px 0 40px 0; }
	}

.obj_btn {
	display : inline-block;
	border : 1px solid white;
	padding : 10px 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;
		 -o-transition : all 0.2s;
			transition : all 0.2s;
	text-align : center;
	cursor : pointer;
}
.obj_btn:hover {
	background-color : #fff;
	color : #008fcd;
}
@media screen and ( max-width : 767px ) { .obj_btn { margin : 5px 0; } }

.simple .ctn_pushs h2 {
	position : relative;
	margin : 136px 0 43px 0;
	text-align : center;
	text-transform : uppercase;
	font : 2.250em/1em "LocatorWeb-Light", sans-serif;
}
@media screen and ( max-width : 767px ) {
	.simple .ctn_pushs h2 {
		margin : 80px 0 25px 0;
		font-size: 1.4em;
	}
}

/* ================================= *
 * 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('../../../resources/freefromspots/images/sprite_icon.png');
	background-size:1024px 1024px;
	}

/* ================================= *
 * CTA
 * ================================= */
/* Pushs-Banners buttons */
.b_cta-banner{
	display:inline-block;
	background:#fff;
	font-family:'LocatorWeb-Regular', sans-serif; font-size:1em; line-height:1em; color:#008fcd;
	padding:10px 20px;
	-webkit-transition:all 0.2s;
	   -moz-transition:all 0.2s;
		 -o-transition:all 0.2s;
			transition:all 0.2s;
	}
.b_cta-banner:hover{background:#f594cc; color:#fff;}

/* Text link */
.txt_link{
	position:relative;
	padding-left:15px;
	font:0.875em/1em 'LocatorWeb-Regular', sans-serif; color:#008fcd;
	}
.txt_link:before{
	content:"";
	position:absolute; top:2px; left:0;
	width:5px; height:10px;
	display:block;
	background:url('../../../resources/freefromspots/images/sprite_icon.png') 0 -106px / 1024px 1024px;
	-webkit-transition:left 0.2s;
	   -moz-transition:left 0.2s;
		 -o-transition:left 0.2s;
			transition:left 0.2s;
	}
.txt_link:hover:before{
	left:5px;
	}
	
	
@media screen and (max-width:767px){
		
	.txt_link{
		padding-left:10px;
		font-size:0.625em;
		text-transform:uppercase;
		}
	.txt_link:before{
		top:0;
		-webkit-transform:scale(0.75);
		    -ms-transform:scale(0.75);
				transform:scale(0.75);
		}
	.txt_link:hover:before{ left:0; }
		
}

/* BOUTONS GENERAL */
main > .ctn_btn{ 
	padding:40px 0;
	text-align:center;
	}
.ctn_btn{ clear:both; }
.ctn_btn .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;
		 -o-transition:all 0.2s;
			transition:all 0.2s;
	cursor:pointer;
	}
.ctn_btn .obj_btn.var_white{
	color:#008fcd;
	background:#fff;
	}
a:hover .ctn_btn .obj_btn,
.ctn_btn .obj_btn:hover{
	background-color:#66bce1;
	color: #fff;
	}
.obj_bloc-pushs article.obj_push.white a:hover .ctn_btn .obj_btn,
.obj_bloc-pushs article.obj_push.white .ctn_btn .obj_btn:hover{
	background-color:#008fcd;
	color: #fff;
	}
@media screen and (max-width:960px){
	.ctn_btn .obj_btn{
		padding:10px 15px;
		font-size:0.875em;
		}
}	


/* ================================= *
 * PUSHS
 * ================================= */

/*-- PUSHS COMMUN --*/
.obj_bloc-pushs article.obj_push{
	position:relative;
	display:inline-block;
	float:left;
	}
.obj_bloc-pushs article.obj_push figure{
	overflow:hidden;
	box-sizing:content-box;
	}
.obj_bloc-pushs article.obj_push a{
	display:block;
	overflow:hidden;
	height:100%; width:100%;
	}
.obj_bloc-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_bloc-pushs article.obj_push .ctn_text{
	z-index:1;
	}
	
/*-- PUSHS SIMPLE --*/
.obj_bloc-pushs.simple article.obj_push{
	width:100%;
	float:none;
	}	
.obj_bloc-pushs.simple article.obj_push .v_background{
	width:1180px;
	position:relative;
	left:50%;
	margin:0 0 0 -590px;
	}
.obj_bloc-pushs.simple article.obj_push .ctn_text{
	top:0; left:0;
	padding:2.5%;
	width:100%;
	}
.obj_bloc-pushs.simple article.obj_push .ctn_text h3{
	margin:0 0 10px;
	font:1em/1em 'LocatorWeb-Light', sans-serif;
	color:#fff;
	}
.obj_bloc-pushs.simple article.obj_push .ctn_text h2{
	margin:0 0 10px;
	text-align : left;
	text-transform : none;
	font:2.25em/1em 'LocatorWeb-Light', sans-serif;
	color:#000;
	}
.obj_bloc-pushs.simple article.obj_push .ctn_text h2 strong{
	font-family:'LocatorWeb-Bold', sans-serif;
	}
.obj_bloc-pushs.simple article.obj_push .ctn_text h4{
	margin:0 0 20px;
	font:1.25em/1em 'LocatorWeb-Light', sans-serif;
	color:#008fcd;
	}
.obj_bloc-pushs.simple article.obj_push .ctn_text p{
	color:#000;
	}
.obj_bloc-pushs.simple article.obj_push .ctn_text p strong{
	font-family:'LocatorWeb-Bold', sans-serif;;
	}
.obj_bloc-pushs.simple article.obj_push .ctn_btn{
	position:absolute;
	z-index:1;
	bottom:0; left:0; right:0;
	padding:10%;
	display:inline-block;
	}
@media screen and (max-width:1024px){
	.obj_bloc-pushs.simple article.obj_push .ctn_text h2{
		margin:0 0 10px;
		}
}
@media screen and (max-width:960px){
	.obj_bloc-pushs.simple article.obj_push{
		overflow:hidden;
		}
	.obj_bloc-pushs.simple article.obj_push .v_background{
		width:960px;
		margin:0 0 0 -480px;
		}
}
@media screen and (max-width:767px){
	.obj_bloc-pushs.simple article.obj_push{
		overflow:hidden;
		}
	.obj_bloc-pushs.simple article.obj_push .v_background{
		width:960px;
		margin:0 0 0 -480px;
		}
	.obj_bloc-pushs.simple article.obj_push .ctn_text,
	.obj_bloc-pushs.simple article.obj_push .ctn_btn{
		position:relative;
		padding: 5%;
		}
	.obj_bloc-pushs.simple article.obj_push .ctn_text h2{
		font-size:1.5em;
		}
	.obj_bloc-pushs.simple article.obj_push .ctn_text p{
		font-size:0.875em;
		}
	.obj_bloc-pushs article.obj_push figure {
		height: 160px;
	}
}
	
/*-- PUSHS DOUBLE --*/	
.obj_bloc-pushs.double article.obj_push{
	width:50%;
	}
.obj_bloc-pushs.double article.obj_push .v_background{
	width:100%;
	}
.obj_bloc-pushs.double article.obj_push .ctn_text{
	top:0; left:0;
	width:100%;
	padding:5%;
	}
.obj_bloc-pushs.double article.obj_push .ctn_text h3{
	margin-bottom:10px;
	font:1em/1em 'LocatorWeb-Regular', sans-serif; 
	color:#008fcd;
	}
.obj_bloc-pushs.double article.obj_push:first-child .ctn_text h3 {
	color: #fff;
}
.obj_bloc-pushs.double article.obj_push .ctn_text h2{
	font:1.313em/1em 'LocatorWeb-Light', serif;
	color:#000;
	width: 40%;
	}
.obj_bloc-pushs.double article.obj_push .ctn_text h2 strong{
	font-family:"LocatorWeb-Medium";
	}
.obj_bloc-pushs.double article.obj_push .ctn_btn{
	position:absolute;
	bottom:0; left:0;
	padding:5%;
	z-index:1;
	display:inline-block;
	}
.obj_bloc-pushs.double article.obj_push.white .ctn_text h3{
	color:#fff;
	}
.obj_bloc-pushs.double article.obj_push.white .b_push,
.obj_bloc-pushs.double article.obj_push.white .ctn_btn .obj_btn{
	background:#fff;
	color:#008fcd;
	}

@media screen and (max-width:960px){
	
	.obj_bloc-pushs.double article.obj_push .ctn_text h3{
		font-size:0.875em;
		}
	.obj_bloc-pushs.double article.obj_push .ctn_text h2{
		font-size:1.125em;
		}
	
}

@media screen and (max-width:767px){
	.obj_bloc-pushs.double article.obj_push{
		width:100%;
		}
	.obj_bloc-pushs.double article.obj_push .ctn_text h3{font-size:0.875em;}
	.obj_bloc-pushs.double article.obj_push .ctn_text h2{font-size:1em;}
	
	.obj_bloc-pushs.double.var_specialist{
		max-width:480px;
		margin:0 auto;
		}
	.obj_bloc-pushs.double.var_specialist article.obj_push a img{
		max-width:100%;
		}
}

/*-- PUSHS double var_big --*/	

.obj_bloc-pushs.double.var_big{
	margin:0 auto 20px;
	}
.obj_bloc-pushs.double.var_big article.obj_push .ctn_text{
	width:65%;
	}
.obj_bloc-pushs.double.var_big article.obj_push .ctn_text h2{
	margin-bottom:20px;
	width:100%;
	font:2em/1em 'LocatorWeb-Light', serif;
	}
.obj_bloc-pushs.double.var_big article.obj_push .ctn_text p{
	font:1.125em/1.25em 'LocatorWeb-Light', serif;
	color:#000;
	}
.obj_bloc-pushs.double.var_big article.obj_push .ctn_text p strong{
	font-family:'LocatorWeb-Medium', serif;
	}
	
@media screen and (max-width:767px){
	
	.obj_bloc-pushs.double.var_big{
		max-width:590px;
		margin:0 auto;
		}
	.obj_bloc-pushs.double.var_big article.obj_push .ctn_text h2{
		margin-bottom:5px;
		font-size:1.25em;
		}
	.obj_bloc-pushs.double.var_big article.obj_push .ctn_text p{
		display:none;
		}
	.obj_bloc-pushs.double.var_big article.obj_push a img{max-width:100%;}
}

/*-- PUSHS double_article --*/	
.obj_bloc-pushs.double_article{
	clear:both;
	max-width:1180px;
	margin:20px auto;
	padding:0 1.69491%;
	}
.obj_bloc-pushs.double_article.var_border{
	margin-top:30px;
	padding:30px 30px 0;
	border-top:1px solid #e4e4e4;
	}

.obj_bloc-pushs.double_article a.txt_link{
	float:right;
	margin-top:20px;
	}
.obj_bloc-pushs.double_article > h2{
	margin:0 0 30px;
	float:left;
	color:#008fcd;
	font:2.625em/1em 'LocatorWeb-Light', serif;
	}
.obj_bloc-pushs.double_article article.obj_push{
	width:33.3333%;
	opacity:1;
	-webkit-transition:opacity 0.2s;
	   -moz-transition:opacity 0.2s;
	     -o-transition:opacity 0.2s;
			transition:opacity 0.2s;
	}
.obj_bloc-pushs.double_article article.obj_push a img{
	max-width:100%;
	}
.obj_bloc-pushs.double_article article.obj_push a:hover img{
	-webkit-transform:none;
		-ms-transform:none;
			transform:none;
	}

.obj_bloc-pushs.double_article article.obj_push .obj_player .btn_play span{
    -webkit-transform:scale(0.5);
		-ms-transform:scale(0.5);
			transform:scale(0.5);
	}
.obj_bloc-pushs.double_article article.obj_push a:hover .obj_player .btn_play span{
    -webkit-transform:scale(0.7);
		-ms-transform:scale(0.7);
			transform:scale(0.7);
	}

.obj_bloc-pushs.double_article .ctn_pushs{
	margin-bottom:50px;
	clear:both;
	}
.obj_bloc-pushs.double_article .ctn_pushs:hover article.obj_push{
	opacity:0.6;
	}
.obj_bloc-pushs.double_article .ctn_pushs:hover article.obj_push:hover{
	opacity:1;
	-webkit-box-shadow:0 0 5px rgba(0,0,0,.20);
	   -moz-box-shadow:0 0 5px rgba(0,0,0,.20);
			box-shadow:0 0 5px rgba(0,0,0,.20);
	}
.obj_bloc-pushs.double_article article.obj_push .ctn_text{
	box-sizing:content-box;
	padding:20px 15px;
	}
.obj_bloc-pushs.double_article article.obj_push .ctn_text h3{
	box-sizing:content-box;
	margin-bottom:5px;
	font:1em/1em 'LocatorWeb-Regular', sans-serif;
	color:#008fcd;
	}
.obj_bloc-pushs.double_article article.obj_push .ctn_text h2{
	box-sizing:content-box;
	margin-bottom:10px;
	font:1.250em/1em "LocatorWeb-Medium";
	color:#000;
	}
.obj_bloc-pushs.double_article article.obj_push .ctn_text p{
	box-sizing:content-box;
	font:0.875em/1.25em 'LocatorWeb-Light', serif;
	color:#000;
	}

@media screen and (max-width:1024px){	
	.obj_bloc-pushs.double_article.var_border{
		padding:20px 20px 0;
		}
}
@media screen and (max-width:767px){
	.obj_bloc-pushs.double_article{
		padding:0 20px;
		}
	.obj_bloc-pushs.double_article.var_border{
		margin:0;
		}
	.obj_bloc-pushs.double_article a.txt_link{
		float:none;
		display:block;
		margin-top:10px;
		}
	.obj_bloc-pushs.double_article .ctn_pushs{
		max-width:380px;
		margin:20px auto;
		}
	.obj_bloc-pushs.double_article article.obj_push,
	.obj_bloc-pushs.double_article .ctn_pushs:hover article.obj_push,
	.obj_bloc-pushs.double_article .ctn_pushs:hover article.obj_push:hover{
		width:100%;
		margin-bottom:20px;
		opacity:1;
		-webkit-box-shadow:none;
		   -moz-box-shadow:none;
				box-shadow:none;
		}
	.obj_bloc-pushs.double_article article.obj_push .ctn_text{
		padding:15px 0;
		}
	.obj_bloc-pushs.double_article article.obj_push .ctn_text h3{
		font-size:0.875em;
		}
	.obj_bloc-pushs.double_article article.obj_push .ctn_text h2{
		font-size:1.125em;
		}
	.obj_bloc-pushs.double_article > h2{
		float:none;
		max-width:380px;
		margin:0 auto 10px;
		font-size:1.5em;
		}
}

/*-- PUSHS TRIPLE --*/	
.obj_bloc-pushs.triple{
	max-width:1180px;
	margin:0 auto;
	padding:0 20px;
	}
.obj_bloc-pushs.triple.var_border{
	margin-top:30px;
	padding:30px 30px 0;
	border-top:1px solid #e4e4e4;
	}

.obj_bloc-pushs.triple a.txt_link{
	float:right;
	margin-top:20px;
	}
.obj_bloc-pushs.triple > h2{
	margin:0 0 30px;
	float:left;
	color:#008fcd;
	font:2.625em/1em 'LocatorWeb-Light', serif;
	}
.obj_bloc-pushs.triple article.obj_push{
	width:33.3333333%;
	opacity:1;
	-webkit-transition:opacity 0.2s;
	   -moz-transition:opacity 0.2s;
	     -o-transition:opacity 0.2s;
			transition:opacity 0.2s;
	}
.obj_bloc-pushs.triple article.obj_push a img{
	max-width:100%;
	display:block;
	}
.obj_bloc-pushs.triple article.obj_push a:hover img{
	-webkit-transform:none;
		-ms-transform:none;
			transform:none;
	}

.obj_bloc-pushs.triple article.obj_push .obj_player .btn_play span{
    -webkit-transform:scale(0.5);
		-ms-transform:scale(0.5);
			transform:scale(0.5);
	}
.obj_bloc-pushs.triple article.obj_push a:hover .obj_player .btn_play span{
    -webkit-transform:scale(0.7);
		-ms-transform:scale(0.7);
			transform:scale(0.7);
	}

.obj_bloc-pushs.triple .ctn_pushs{
	margin-bottom:50px;
	clear:both;
	}
.obj_bloc-pushs.triple .ctn_pushs:hover article.obj_push{
	opacity:0.6;
	}
.obj_bloc-pushs.triple .ctn_pushs:hover article.obj_push:hover{
	opacity:1;
	-webkit-box-shadow:0 0 5px rgba(0,0,0,.20);
	   -moz-box-shadow:0 0 5px rgba(0,0,0,.20);
			box-shadow:0 0 5px rgba(0,0,0,.20);
	}
.obj_bloc-pushs.triple article.obj_push .ctn_text{
	box-sizing:content-box;
	padding:20px 15px;
	}
.obj_bloc-pushs.triple article.obj_push .ctn_text h3{
	box-sizing:content-box;
	margin-bottom:5px;
	font:1em/1em 'LocatorWeb-Regular', sans-serif;
	color:#008fcd;
	}
.obj_bloc-pushs.triple article.obj_push .ctn_text h2{
	box-sizing:content-box;
	margin-bottom:10px;
	font:1.250em/1em "LocatorWeb-Medium";
	color:#000;
	}
.obj_bloc-pushs.triple article.obj_push .ctn_text p{
	box-sizing:content-box;
	font:0.875em/1.25em 'LocatorWeb-Light', serif;
	color:#000;
	}

@media screen and (max-width:1024px){	
	.obj_bloc-pushs.triple.var_border{
		padding:20px 20px 0;
		}
}
@media screen and (max-width:767px){
	.obj_bloc-pushs.triple.var_border{
		margin:0;
		}
	.obj_bloc-pushs.triple a.txt_link{
		float:none;
		display:block;
		margin-top:10px;
		}
	.obj_bloc-pushs.triple .ctn_pushs{
		margin:20px auto;
		}
	.obj_bloc-pushs.triple article.obj_push,
	.obj_bloc-pushs.triple .ctn_pushs:hover article.obj_push,
	.obj_bloc-pushs.triple .ctn_pushs:hover article.obj_push:hover{
		width:100%;
		margin-bottom:20px;
		opacity:1;
		-webkit-box-shadow:none;
		   -moz-box-shadow:none;
				box-shadow:none;
		}
	.obj_bloc-pushs.triple article.obj_push .ctn_text{
		padding:15px 10px;
		}
	.obj_bloc-pushs.triple article.obj_push .ctn_text h3{
		font-size:0.875em;
		}
	.obj_bloc-pushs.triple article.obj_push .ctn_text h2{
		font-size:1.125em;
		}
	.obj_bloc-pushs.triple > h2{
		float:none;
		margin-bottom:10px;
		font-size:1.5em;
		}
}

/*-- PUSHS var_video --*/	
.obj_who_is.var_q_a ~ .obj_bloc-pushs.triple.var_video{
	padding-bottom:50px;
	margin:0 auto 80px;
	position:relative;
	}	
.obj_who_is.var_q_a ~ .obj_bloc-pushs.triple.var_video: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_bloc-pushs.triple.var_video .ctn_pushs{
	margin:0 auto;
	text-align: center;
	}	
.obj_bloc-pushs.triple.var_video > h2{
	position:relative;
	margin-top:70px;
	padding-top:70px;
	float:none;
	font:2.875em/1em 'LocatorWeb-Light', sans-serif;
	color:#000;
	text-align:center;
	}	
.obj_bloc-pushs.triple.var_video > h2:before{
	position:absolute;
	display:block;
	content:"";
	top:0; left:50%;
	width:50px; height:2px;
	background:#008fcd;
	-webkit-transform:translateX(-50%);
		-ms-transform:translateX(-50%);
			transform:translateX(-50%);
	}	
.obj_bloc-pushs.triple.var_video .obj_push{
	text-align:center;
	}
.obj_bloc-pushs.triple.var_video .obj_push figure{
	display:block;
	position:relative;
	}
.obj_bloc-pushs.triple.var_video .obj_push figure:before{
	display:block; content:"";
	position:absolute;
	top:50%; left:50%;
	width:68px; height:53px;
	background:url('../../../resources/freefromspots/images/sprite_icon.png') -284px -260px / 1024px 1024px;
	-webkit-transform:translate(-50%, -50%);
		-ms-transform:translate(-50%, -50%);
			transform:translate(-50%, -50%);
	opacity:0.75;
	-webkit-transition:opacity 0.2s;
	   -moz-transition:opacity 0.2s;
	     -o-transition:opacity 0.2s;
			transition:opacity 0.2s;
	}
.obj_bloc-pushs.triple.var_video .obj_push a:hover figure:before{
	opacity:1;
	}
.obj_bloc-pushs.triple.var_video .ctn_pushs:hover article.obj_push{
	opacity:1;
	-webkit-box-shadow:none;
	   -moz-box-shadow:none;
			box-shadow:none;
	}
.obj_bloc-pushs.triple.var_video article.obj_push h2{
	margin:0; padding:0;
	font:2em/1em 'LocatorWeb-Light', sans-serif;
	}
.obj_bloc-pushs.triple.var_video article.obj_push h3{
	font-size:1.125em;
	}
.obj_bloc-pushs.triple.var_video .ctn_btn{
	padding:20px 0;
	text-align:center;
	}

@media screen and (max-width:1024px){
	.obj_bloc-pushs.triple.var_video article.obj_push h2{
		font-size:1.5em;
		}
	
}
@media screen and (max-width:767px){
		
	.obj_bloc-pushs.triple.var_video{
		padding:0;
		}
	.obj_who_is.var_q_a ~ .obj_bloc-pushs.triple.var_video{
		margin-bottom:40px;
		}	
	.obj_bloc-pushs.triple.var_video > h2{
		margin-top:30px;
		padding:30px 10px 0;
		font-size:1.75em;
		}	
	.obj_bloc-pushs.triple.var_video article.obj_push h2{
		font-size:1.5em;
		}
	.obj_bloc-pushs.triple.var_video .ctn_btn{
		padding:0 0 20px;
		}
}

/* ================================= *
 * APERCU PLAYER VIDEO
 * ================================= */	
.link_player{
	display:block;
	margin:20px 0;
	}
.obj_player{
	display:inline-block;
	position:relative;
	cursor:pointer;
	width:100%;
	}
.obj_player img{
	display:block;
	position:relative;
	z-index:0;
	margin:0 !important;
	}
.obj_player .btn_play{
	display:block;
	position:absolute;
	z-index:1;
	width:100%;
	padding:0;
	margin:0;
	top:0; right:0; bottom:0; left:0;
	background:rgba(0,0,0,0.3);
	border:none;
	cursor:pointer;
	-webkit-transition:all 0.2s;
	   -moz-transition:all 0.2s;
	     -o-transition:all 0.2s;
			transition:all 0.2s;
	}
a:hover .obj_player .btn_play{
	background:rgba(0,0,0,0.1);
	}
.obj_player .btn_play span{
	display:block;
	position:absolute;
	z-index:1;
	top:50%; left:50%;
	height:136px; width:135px;
	margin:-68px 0 0 -68px;
	background:url("../../../resources/freefromspots/images/sprite_icon.png") no-repeat -465px 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.9);
		-ms-transform:scale(0.9);
			transform:scale(0.9);
	}
a:hover .obj_player .btn_play span{
	opacity:1;
	-webkit-transform:scale(1.1);
		-ms-transform:scale(1.1);
			transform:scale(1.1);
	}

@media screen and (max-width:767px){

	.obj_player .btn_play span{
		-webkit-transform:scale(0.5);
			-ms-transform:scale(0.5);
				transform:scale(0.5);
		}
	a:hover .obj_player .btn_play span{
		-webkit-transform:scale(0.6);
			-ms-transform:scale(0.6);
				transform:scale(0.6);
		}
}


/* ================================= *
 * BANNIERE GENERIQUE
 * ================================= */
.obj_banner .ctn_banner h4.t_filet{
	padding:35px 0 10px;
	position:relative;
	text-align:center;
	color:#008fcd;
	font:1.375em/1em 'LocatorWeb-Light', sans-serif;
	}
.obj_banner .ctn_banner h4.t_filet:after{
	content:"";
	display:block;
	margin:0 auto;
	position:absolute;
	bottom:0; left:50%;
	margin-left:-25px;
	width:50px;
	border-top:2px solid #008fcd;
	}
	
/*-- ARTICLE --*/
.obj_banner.var_small{
	position: relative;
	overflow: hidden;
	min-height: 168px;
	padding-bottom: 0;
	background-image:	url('../../../resources/freefromspots/images/f_banner_freefromspots.jpg');
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color:#b8b9bb;
	background-size:cover;
	}
.obj_banner.var_small .ctn_banner{
	position:relative;
	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 h4{
	padding-top: 15px;
	margin-bottom:10px;
	color:#008fcd;
	font:3.5em/1em 'journal', sans-serif;
	}
.obj_banner.var_small .ctn_banner h2{
	text-align: center;
	color:#000;
	font:1.750em/32px 'LocatorWeb-Light', sans-serif;
	}
.obj_banner.var_small .ctn_banner h2 small{
	font-size:0.75em;
	}
.obj_banner.var_small .ctn_banner h2 strong{
	font-family:'LocatorWeb-Bold', sans-serif;
	}
.obj_banner.var_small .ctn_banner h5{
	text-align:center;
	color:#939393;
	}
.obj_banner.var_small .ctn_banner .ctn_btn{
	position:absolute;
	bottom:0; right:30px;
	text-align:right;
	}
.obj_banner.var_small .ctn_banner .ctn_btn .btn_tips{
	position:relative;
	display:inline-block;
	padding:0 20px 0 0;
	color:#008fcd;
	background:none;
	}
.obj_banner.var_small .ctn_banner .ctn_btn .btn_tips:before{
	display:block;
	content:"";
	position:absolute;
	top:50%;
	right:0;
	width:15px; height:15px;
	margin-top:-8px;
	border-top:1px solid #008fcd;
	border-right:1px solid #008fcd;
	-webkit-transform:rotate(45deg);
		-ms-transform:rotate(45deg);
			transform:rotate(45deg);
	-webkit-transition:right 0.2s;
	   -moz-transition:right 0.2s;
			transition:right 0.2s;
	}
.obj_banner.var_small .ctn_banner .ctn_btn .btn_tips:hover:before{
	right:-5px;
	}

@media screen and (max-width:1024px){
	.obj_banner.var_small .ctn_banner-inner{
		width: 80%;
		}
	.obj_banner.var_small .ctn_banner h2 {
		font-size: 1.5em;
	}
}
@media screen and (max-width:767px){

	.obj_banner.var_small{
		min-height: 140px;
		padding: 0;
		}
	.obj_banner.var_small .ctn_banner{
		padding:2.5% 2.5% 10px 2.5%;
		}
	.obj_banner.var_small .ctn_banner h4{
		margin: 0;
		padding: 10px 0 0;
		font-size: 2em;
		}
	.obj_banner.var_small .ctn_banner h2{
		padding:10px 0;
		font-size:1.125em;
		line-height:1em;
		}
	.obj_banner.var_small .ctn_banner h5 {
		display: none;
		}
	.obj_banner.var_small .ctn_banner .ctn_btn{
		position:relative;
		bottom:auto; right:auto;
		margin:10px;
		text-align:center;
		}
	.obj_banner.var_small .ctn_banner .ctn_btn .btn_tips {
		padding-bottom: 0;
		}
	.obj_banner.var_small .ctn_banner .ctn_btn .btn_tips:after {
		margin-top: -8px;
		right: 10px;
	}

}
	
/*-- LANDING --*/
.obj_banner.var_landing{
	position:relative;
	text-align:center;
	height:575px;
	}
.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;
	}
.obj_banner.var_landing .ctn_banner h4 {
	padding: 40px 0 26px;
	font : 8.125em/1em 'journal', sans-serif;
	color : #008fcd;
	transform:rotate(-5deg);
	}
.obj_banner.var_landing .ctn_banner h1{
	margin-bottom:60px;
	font : 2.250em/1.111em 'LocatorWeb-Light', sans-serif;
	width: 660px;
	margin: 0 auto 95px;
	}
.obj_banner.var_landing .ctn_banner .btn_video{
	height:136px; width:136px;
	background:url('../../../resources/freefromspots/images/sprite_icon.png') no-repeat -464px 0;
	background-size: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(0.9);
		-ms-transform:scale(0.9);
			transform:scale(0.9);
	}
.obj_banner.var_landing .ctn_banner:hover .btn_video{
	
	-webkit-transform:scale(1);
		-ms-transform:scale(1);
			transform:scale(1);
	}
.obj_banner.var_landing .ctn_banner h5 {
	color: #868686;
	font-size: 0.750em;
	text-align: center;
	width: 100%;
	position: absolute;
	bottom: 10px;
	}
	
.obj_banner.var_landing .ctn_banner .ctn_player{
	position:absolute;
	top:0; left:0; right:0;
	display:none;
	background:rgba(0,0,0, 0.7);
	opacity: 0;
	}
.obj_banner.var_landing .ctn_banner .ctn_player .ctn_iframe{
	/*padding:20px;*/
	}
.obj_banner.var_landing .ctn_banner .ctn_player iframe{
	display:block;
	margin:0 auto;
	}
.obj_banner.var_landing .ctn_banner .ctn_player .cta_close{
	position:absolute;
	top:0; left:50%;
	margin-left:452px;
	display:block;
	width:60px; height:60px;
	z-index:2;
	background: #008fcd url('../../../resources/freefromspots/images/sprite_icon.png') no-repeat 0 -310px;
	background-size:1024px 1024px;
	border:17px solid #008fcd;
	}
	
@media screen and (max-width:960px){
	
	.obj_banner.var_landing .ctn_banner .ctn_player .ctn_iframe{
		padding:90px 0;
		}
	.obj_banner.var_landing .ctn_banner .ctn_player iframe{
		width:640px;
		height:360px;
		}
	.obj_banner.var_landing .ctn_banner .ctn_player .cta_close {
		top:90px;
		margin-left: 274px;
		width:46px; height:46px;
		border:10px solid #008fcd;
		}
	.obj_banner.var_landing .ctn_banner .ctn_player{
		padding:110px 0;
		}
}
@media screen and (max-width:767px){

	.obj_banner.var_landing{
		height:215px;
		}
	.obj_banner.var_landing .ctn_banner-inner{
		padding:0 20px;
		}
	.obj_banner.var_landing .ctn_banner h4.t_filet{
		margin:0 0 20px;
		padding:20px 0 10px;
		font-size:0.875em;
		}
	.obj_banner.var_landing .ctn_banner h4 {
		padding: 10px 0 10px;
		font-size: 3.25em;
	}
	.obj_banner.var_landing .ctn_banner h3{
		font-size:1.125em;
		margin-bottom: 20px;
		}
	.obj_banner.var_landing .ctn_banner h1 {
		margin-bottom: 10px;
		font-size:0.875em;
		font-family:'LocatorWeb-Regular';
		line-height: 0.9em;
		width: 55%;
		}
	.obj_banner.var_landing .ctn_banner h1 br {
		display: none;
	}
	.obj_banner.var_landing .ctn_banner h1 strong{
		margin-top:5px;
		font-size:1.125em;
		}
	.obj_banner.var_landing .ctn_banner h5 {
		font-size: 0.625em;
		left: 0;
		color: #707070;
		}
	.obj_banner.var_landing .ctn_banner .btn_video{
		background: url("../../../resources/freefromspots/images/sprite_icon.png") no-repeat -348px 0 / 766px auto;
    	height: 101px;
    	width: 101px;
		margin-bottom:-25px;
		-webkit-transform:scale(0.65);
			-ms-transform:scale(0.65);
				transform:scale(0.65);
		-webkit-transform-origin:center 0;
			-ms-transform-origin:center 0;
				transform-origin:center 0;
		}
	.obj_banner.var_landing .ctn_banner:hover .btn_video{
		-webkit-transform:scale(0.65);
		-ms-transform:scale(0.65);
			transform:scale(0.65);
		}
	.obj_banner.var_landing .ctn_banner .ctn_player {
		z-index: 9;
		}
	.obj_banner.var_landing .ctn_banner .ctn_player .ctn_iframe{
		padding:0;
		}
	.obj_banner.var_landing .ctn_banner .ctn_player iframe{
		width:320px;
		height:180px;
		}
	.obj_banner.var_landing .ctn_banner .ctn_player .cta_close{
		margin-left:114px;
		top:60px;
		-webkit-transform:scale(0.75);
			-ms-transform:scale(0.75);
				transform:scale(0.75);
		-webkit-transform-origin:right top;
			-ms-transform-origin:right top;
				transform-origin:right top;
		}
	
	.obj_banner.var_landing .ctn_banner .ctn_player{
		padding:60px 0;
		}
}

.obj_banner.var_landing .ctn_visuel{
	display:block;
	position:absolute;
	z-index:0;
	top:0; left:0;
	width:100%;
	height:100%;
	color:#000;
	}
.obj_banner.var_landing .ctn_visuel img{
	max-width:none;
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	}
@media screen and (max-width:767px){
	
	.obj_banner.var_landing .ctn_banner h1 {
		margin-top: 5px;
		line-height: 1em;
	}
	.obj_banner.var_landing .ctn_visuel img {
		height: 215px;
	}

}
	
/*-- menu share fixe --*/		
.obj_share_menu{
	position:absolute; 
	top:0; left:0;
	width:100%;
	}
.ctn_share_menu{
	position:relative; 
	width:100%;
	margin:0 auto;
	}
.ctn_share_menu ul{
	position:absolute;
	z-index:10;
	right:0; top:260px;
	margin-top:-60px;
	text-align:right;
	}
.ctn_decor-popin  .ctn_share_menu ul,
.obj_who_is  .ctn_share_menu ul{
	top:200px;
	}
.obj_share_menu li{
	display:block;
	transform:translateX(0);
	transition:all 0.5s;
	}
.obj_share_menu li.open{
	transform:translateX( calc(-100% + 60px) );
	}
.obj_share_menu li > a,
.obj_share_menu li > button{
	position:relative;
	display:inline-block;
	height:60px; 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:20px; width:20px;
	top:50%; left:50%;
	margin:-10px 0 0 -10px;
	background:url('../../../resources/freefromspots/images/sprite_icon.png') no-repeat;
	background-size:1024px auto;
	}
.obj_share_menu li > a:hover,
.obj_share_menu li > button:hover{
	background:#000;
	}
.obj_share_menu .btn_fbk > a{background-color:#3955a0;}
.obj_share_menu .btn_fbk > a:before{background-position:-173px -335px;}
.obj_share_menu .btn_twt > a{background-color:#5ea9dd;}
.obj_share_menu .btn_twt > a:before{background-position:-193px -335px;}
.obj_share_menu .btn_mail > button{background-color:#fb6262;}
.obj_share_menu .btn_mail > button:before{background-position:-213px -335px;}
	
.obj_share_menu .btn_mail{margin-right:-380px;}
.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){

	.obj_share_menu{
		display: none;
		}
}

/*-- MENU --*/
.obj_nav.var_lp{
	width:100%;
	padding:18px 0 20px 0;
	background:#fff
	}
.pg_landing .obj_nav.var_lp {
	padding: 13px 0 0 0;
	}
.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,
.pg_landing .obj_nav.var_lp ul li a.pg_landing,
.pg_quiz .obj_nav.var_lp ul li a.pg_quiz,
.pg_stories .obj_nav.var_lp ul li a.pg_stories,
.pg_article .obj_nav.var_lp ul li a.pg_article,
.pg_ffs .obj_nav.var_lp ul li a.pg_ffs,
.pg_dermato .obj_nav.var_lp ul li a.pg_dermato{
	color:#000;
	}
	
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('../../../resources/freefromspots/images/sprite_menu-mobile.png') left top;
		background-size: 180px auto;
		}
}
	


/*-- push stories --*/
.obj_bloc-pushs.simple article.obj_push.var_stories {
	display:table;
	width:100%;
	background: #008fcd;
	}
.obj_bloc-pushs.simple article.obj_push.var_stories .ctn_text {
	display:table-cell;
	width: 35%; height:100%;
	position:relative; top:auto; left:auto;
	}
.obj_bloc-pushs.simple article.obj_push.var_stories .ctn_text .ctn_btn{
	padding:10%;
	}
.obj_bloc-pushs.simple article.obj_push.var_stories .ctn_play {
	display:table-cell;
	width: 65%;
	position:relative;
	}
.obj_bloc-pushs.simple article.obj_push.var_stories .ctn_play:before{
	content:""; display:block;
	z-index: 999;
	position:absolute; top:50%; left:50%;
	margin:-69px 0 0 -69px;
	height: 139px;
	width: 136px;
	background: url('../../../resources/LipikarFamilies2/images/sprite_icon.png') no-repeat -464px 0;
	background-size: 1024px auto;
	-webkit-transform:scale(0.5);
		-ms-transform:scale(0.5);
			transform:scale(0.5);
	-webkit-transition:all 0.2s;
	   -moz-transition:all 0.2s;
			transition:all 0.2s;
	}
.obj_bloc-pushs.simple article.obj_push.var_stories .ctn_play:hover:before{
	-webkit-transform:scale(0.75);
		-ms-transform:scale(0.75);
			transform:scale(0.75);
	}
	
.obj_bloc-pushs.simple article.obj_push.var_stories h3 {
	font:1.250em/1em 'LocatorWeb-Regular', serif;
	}
.obj_bloc-pushs.simple article.obj_push.var_stories h2 {
	color: #fff;
	}
.obj_bloc-pushs.simple article.obj_push.var_stories a:hover .ctn_btn .obj_btn.var_white {
	background: #33a5d7;
	color: #fff;
	}
.obj_bloc-pushs.simple article.obj_push.var_stories img{
	max-width:100%;
	}

@media screen and (max-width:767px){
	
	.obj_bloc-pushs.simple article.obj_push.var_stories img{
		width:100%;
		}
	.obj_bloc-pushs.simple article.obj_push.var_stories .ctn_text .ctn_btn{
		padding:0;
		margin-top:10px;
		position:relative;
		}
	.obj_bloc-pushs.simple article.obj_push.var_stories .ctn_text,
	.obj_bloc-pushs.simple article.obj_push.var_stories .ctn_play {
		display:block;
		width: 100%;
		}

}

/*-- push world map --*/
.obj_bloc-pushs.simple article.obj_push.var_world {
	background: #008fcd;
	display: table;
	}
.obj_bloc-pushs.simple article.obj_push.var_world .ctn_text {
	display: table-cell;
	width: 35%;
	height: 100%;
	padding-top:5%;
	padding-left:3%;
	top: 0; left: auto; right: 0;
	}
.obj_bloc-pushs.simple article.obj_push.var_world h2 {
	color: #fff;
	margin-right: 30%;
	}
.obj_bloc-pushs.simple article.obj_push.var_world h2 strong {
	display: block;
	font:1.167em/1em 'LocatorWeb-Regular', serif;
	}
.obj_bloc-pushs.simple article.obj_push.var_world .v_background {
	width: 65%;
	margin: 0;
	left: 0;
	}
.obj_bloc-pushs.simple article.obj_push.var_world:hover .ctn_btn .obj_btn.var_white {
	background: #33a5d7;
	color: #fff;
	}

@media screen and (max-width:767px){
	
	.obj_bloc-pushs.simple article.obj_push.var_world .ctn_text {
		width: 100%;
		position:relative;
		}
	.obj_bloc-pushs.simple article.obj_push.var_world .v_background {
		width: 100%;
		}
	.obj_bloc-pushs.simple article.obj_push.var_world h2 {
		margin-right: 0;
		}
}


/*-- push produit --*/
.obj_bloc-pushs.simple article.obj_push.var_produit{
	height:430px;
	/*background:url('../../../resources/freefromspots/images/v_texture_lipikar.jpg') no-repeat 30% 160px;*/
	}
.obj_bloc-pushs.simple article.obj_push.var_produit .ctn_text{
	text-align:center;
	}
.obj_bloc-pushs.simple article.obj_push.var_produit .ctn_text h3{
	color:#008fcd;
	}
.obj_bloc-pushs.simple article.obj_push.var_produit .v_produit{
	position:absolute;
	bottom:0; left:0; right:0;
	text-align:center;
	}
.obj_bloc-pushs.simple article.obj_push.var_produit .ctn_btn{
	padding-left:68%;
	bottom: 15%;
	}
.obj_bloc-pushs.simple article.obj_push.var_produit a:hover .ctn_btn .obj_btn{
	background:#66bce1;
	color:#fff;
	}
@media screen and (max-width:1024px){
	.obj_bloc-pushs.simple article.obj_push.var_produit .ctn_btn{
		padding-left:65%;
		}
}
@media screen and (max-width:767px){
	.obj_bloc-pushs.simple article.obj_push.var_produit{
		height:320px;
		background-size:320px auto;
		background-position:30% 120px;
		}
	.obj_bloc-pushs.simple article.obj_push.var_produit .ctn_text h2{
		font-size:1.25em;
		}
	.obj_bloc-pushs.simple article.obj_push .ctn_text h4{
		font-size:1em;
		}
	.obj_bloc-pushs.simple article.obj_push.var_produit .v_produit{
		height:55%;
		}
	.obj_bloc-pushs.simple article.obj_push.var_produit .v_produit img{
		height:100%;
		}
	.obj_bloc-pushs.simple article.obj_push.var_produit .ctn_btn {
		width:100%;
		text-align:right;
		left: auto;
		bottom: 0;
		}

}

/*-- push families --*/
.obj_bloc-pushs.simple article.obj_push.var_testimonials{
	height:auto;
	}
.obj_bloc-pushs.simple article.obj_push.var_testimonials .ctn_text{
	position:relative;
	overflow:hidden;
	padding: 70px 45% 70px 13%;
	}
.obj_bloc-pushs.simple article.obj_push.var_testimonials .ctn_text:after{
	position:absolute;
	top:50%; left:60%;
	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-pushs.simple article.obj_push.var_testimonials .ctn_text > div{
	float:left;
	}
.obj_bloc-pushs.simple article.obj_push.var_testimonials .ctn_text h2{
	margin:0;
	font-size:2.875em;
	}
.obj_bloc-pushs.simple article.obj_push.var_testimonials .ctn_text h3{
	margin:30px 0;
	color:#008fcd;
	font-size:1.75em;
	line-height:1.25em;
	}
.obj_bloc-pushs.simple article.obj_push.var_testimonials .ctn_text h3 strong{
	display:block;
	font-family:"LocatorWeb-Bold", sans-serif;
	}
.obj_bloc-pushs.simple article.obj_push.var_testimonials .ctn_btn{
	position:relative;
	padding:0; bottom:auto; left:auto;
	margin-top:20px;
	}
.obj_bloc-pushs.simple article.obj_push.var_testimonials a:hover .ctn_btn .obj_btn{
	background:#66bce1;
	color:#fff;
	}

@media screen and (max-width:1024px){
	
	.obj_bloc-pushs.simple article.obj_push.var_testimonials .ctn_text h3{
		margin-bottom:10px;
		}
	.obj_bloc-pushs.simple article.obj_push.var_testimonials .ctn_text h2{
		font-size:1.8em;
		}
	.obj_bloc-pushs.simple article.obj_push.var_testimonials .ctn_text p{
		font-size:1em;
		}
	.obj_bloc-pushs.simple article.obj_push.var_testimonials .ctn_text > img{
		max-width:55%;
		}
}
@media screen and (max-width:767px){
	
	.obj_bloc-pushs.simple article.obj_push.var_testimonials .ctn_text{
		padding: 20px;
		}
	.obj_bloc-pushs.simple article.obj_push.var_testimonials .ctn_text:after{
		display:none;
		}
	.obj_bloc-pushs.simple article.obj_push.var_testimonials .ctn_text h3{
		font-size:1.5em;
		}
	.obj_bloc-pushs.simple article.obj_push.var_testimonials .ctn_text h3 br{
		display:none;
		}
	.obj_bloc-pushs.simple article.obj_push.var_testimonials .ctn_text > div{
		float:none;
		margin-bottom:30px;
		}
	.obj_bloc-pushs.simple article.obj_push.var_testimonials .ctn_text > img{
		float:none;
		max-width:100%;
		}
}


/* ================================= *
 * PUSH ONGLETS
 * ================================= */
.obj_bloc-pushs article.obj_push.var_onglets .ctn_text{
	top:0; left:auto; right:0; bottom:0;
	padding:30px;
	z-index:1;
	background:#008fcd;
	}
.obj_bloc-pushs article.obj_push.var_onglets.var_50 .ctn_text{
	width:50%;
	}
.obj_bloc-pushs.double article.obj_push.var_onglets.var_50 figure img{
	-webkit-transform:translateX(-50%);
		-ms-transform:translateX(-50%);
			transform:translateX(-50%);
	}
.obj_bloc-pushs article.obj_push.var_onglets.var_30 .ctn_text{
	width:38%;
	}
.obj_bloc-pushs article.obj_push.var_onglets .ctn_text:before{
	position:absolute;
	top:50%; left:-40px;
	z-index:0;
	margin-top:-70px;
	display:block; content:"";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 70px 70px 70px 0;
	border-color: transparent #008fcd transparent transparent;
	transition:left 0.2s;
	}
.obj_bloc-pushs article.obj_push.var_onglets a:hover .ctn_text:before{
	left:-70px;
	}
.obj_bloc-pushs article.obj_push.var_onglets .ctn_text h2{
	width:100%;
	font-size:2.25em;
	color:#fff;
	}
.obj_bloc-pushs article.obj_push.var_onglets .ctn_btn{
	padding:30px;
	}
	
.obj_bloc-pushs article.obj_push.var_true_false .ctn_text h2{
	width:65%;
	color:#008fcd;
	font-size:2.25em;
	}
	
@media screen and (max-width:767px){
	.pg_landing .obj_bloc-pushs.simple,
	.pg_landing .obj_bloc-pushs.double{
		max-width:480px; margin:0 auto;
		}
	.obj_bloc-pushs article.obj_push.var_onglets .ctn_text{padding:20px;}
	.obj_bloc-pushs article.obj_push.var_onglets .ctn_text h2{
			margin-bottom:10px;
			font-size:1.25em;
			}
	
	.obj_bloc-pushs.simple article.obj_push.var_onglets.var_50 .ctn_text,
	.obj_bloc-pushs.double article.obj_push.var_onglets.var_50 .ctn_text,
	.obj_bloc-pushs.simple article.obj_push.var_onglets.var_30 .ctn_text{
		width:100%;
		position:relative;
		}
	.obj_bloc-pushs article.obj_push.var_onglets .ctn_text:before,
	.obj_bloc-pushs article.obj_push.var_onglets a:hover .ctn_text:before,
	.obj_bloc-pushs.simple article.obj_push.var_onglets .ctn_text:before,
	.obj_bloc-pushs.simple article.obj_push.var_onglets a:hover .ctn_text:before{
		top:-25px; left:50%;
		margin-left:-25px;
		margin-top:0;
		border-width: 0 35px 35px 35px;
		border-color: transparent transparent #008fcd transparent;
		transition:top 0.2s;
		}

	.obj_bloc-pushs.simple article.obj_push.var_onglets .ctn_btn{
		padding:0;
		}
	.obj_bloc-pushs.double article.obj_push.var_onglets .ctn_btn{
		padding:0;
		position:relative;
		}
	.obj_bloc-pushs.simple article.obj_push.var_onglets.var_50 figure img,
	.obj_bloc-pushs.double article.obj_push.var_onglets.var_50 figure img{
		-webkit-transform:none;
			-ms-transform:none;
				transform:none;
		max-width:100%;
		}
	.obj_bloc-pushs article.obj_push.var_true_false a img{
		max-width:100%;
		}
	.obj_bloc-pushs article.obj_push.var_true_false .ctn_text h2{
		font-size:1.25em;
		}
}
	
/* ================================= *
 * PUSH EFFACLAR
 * ================================= */
.obj_bloc-pushs article.obj_push.var_effaclar .ctn_text{
	padding:3.4% 3.4% 0 3.4%;
	}
.obj_bloc-pushs article.obj_push.var_effaclar .ctn_text h6{
	display:inline-block;
	padding:5px 10px;
	margin:0 0 25px;
	background:#008fcd;
	color:#fff;
	font-size:1.125em;
	}
.obj_bloc-pushs article.obj_push.var_effaclar .ctn_text h2{
	margin:0 0 20px;
	color:#fff;
	font-size:2.625em;
	}
.obj_bloc-pushs article.obj_push.var_effaclar .ctn_text h3{
	margin:0 0 40px;
	color:#000;
	font-size:2em;
	max-width: 260px;
	}
.obj_bloc-pushs article.obj_push.var_effaclar a > img{
	position:relative;
	left:50%;
	z-index:0;
	transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	}
.obj_bloc-pushs article.obj_push.var_effaclar .t_mention{
	position:absolute;
	z-index:1;
	bottom:3.4%; left:3.4%;
	color:#fff;
	font-size:0.875em;
	}
@media screen and (max-width:767px){
	.obj_bloc-pushs article.obj_push.var_effaclar{
		background:#7eaddd;
		}
	.obj_bloc-pushs article.obj_push.var_effaclar a > img{
		display:none;
		}
	.obj_bloc-pushs article.obj_push.var_effaclar .ctn_text h2{
		font-size:1.75em;
		}
	.obj_bloc-pushs article.obj_push.var_effaclar .ctn_text h3{
		margin:0 0 20px;
		font-size:1.5em;
		max-width: 100%;
		}
	.obj_bloc-pushs article.obj_push.var_effaclar .ctn_text h3 br{
		display:none;
		}
	.obj_bloc-pushs article.obj_push.var_effaclar .ctn_text figure img{
		display:block;
		margin:0 auto;
		}
}

/* ================================= *
 * FOOTER
 * ================================= */
footer.main{
	padding:40px 0; margin-top:100px;
	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:-178px -93px;
	}
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;
	}

@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{
		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:-198px -93px;
	}
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;
		}
	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:-68px -125px;
	}
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("../../../resources/freefromspots/images/sprite_icon.png") no-repeat -227px -93px;
	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%;
	}
footer.main .obj_socials ul li.twitter a:before{
	background-position:-173px -123px;
	width:31px; height:25px;
	margin:-12px 0 0 -15px;
	}
footer.main .obj_socials ul li.facebook a:before{
	background-position:-204px -123px;
	width:16px; height:31px;
	margin:-15px 0 0 -8px;
	}
footer.main .obj_socials ul li.google a:before{
	background-position:-237px -154px;
	width:25px; height:24px;
	margin:-12px 0 0 -12px;
	}
footer.main .obj_socials ul li.instagram a:before{
	background-position:-220px -123px;
	width:24px; height:24px;
	margin:-12px 0 0 -12px;
	}
footer.main .obj_socials ul li.youtube a:before{
	background-position:-244px -123px;
	width:35px; height:24px;
	margin:-12px 0 0 -17px;
	}
@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{
		transform:scale(0.75);
		-webkit-transform:scale(0.75);
		-ms-transform:scale(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;
		}
}

	
/* ================================= *
 * PARTAGE RESEAUX SOCIAUX
 * ================================= */	
/*-- COMMUN --*/
.obj_share ul {
	font-size: 0;
	}
.obj_share ul li{
	display:inline-block;
	margin:0 0 5px;
	vertical-align:top;
	}
.obj_share ul li:first-child{
	margin-right:30px;
	}
.obj_share ul li div{
	vertical-align:top !important;
	}
.obj_share ul li .btn{
	display:block;
	width:20px;
	height:20px;
	text-indent:-9999em;
	background:url("../../../resources/freefromspots/images/sprite_icon.png") no-repeat 0 -106px / 1024px 1024px;
	}
.obj_share ul li .btn.fb{
	background-position:-281px -154px;
	}
.obj_share ul li .btn.twt{
	background-position:-301px -154px;
	}
.obj_share ul li .btn.pin{
	background-position:-321px -154px;
	}
.obj_share ul li .btn.print{
	background-position:-321px -174px;
	background-color:#008fcd;
	}
.obj_share ul li .btn.fav{
	background-position:-341px -174px;
	background-color:#008fcd;
	}
.obj_share ul li .btn.print:hover,
.obj_share ul li .btn.fav:hover{
	background-color:#e87fbc;
	}


/* ================================= *
 * HEADER COMMUN
 * ================================= */
.obj_header{
	max-width:1180px;
	width:100%;
	margin:0 auto;
	padding:64px 2.5% 0;
	}
.is-pinned + .obj_header{
	margin-top:80px;
	}
	
.obj_header h1{
	margin-bottom:19px;
	text-align:center;
	font:2.875em/50px 'LocatorWeb-Light', sans-serif;
	color:#000;
	}
.obj_header h1 strong {
	font: 1.174em/0.852em 'LocatorWeb-Bold', sans-serif;
	color: #008fcd;
}
.obj_header p{
	line-height:1.3em;
	}
@media screen and (max-width:960px){
	.obj_header{
		padding:2.5%;
		}
	.obj_header h1{
		margin-bottom:0;
		font-size:2em;
		line-height:1em;
		}
}
@media screen and (max-width:767px){
	.obj_header{
		padding:5%;
		}
}

/*========== STORIES ===========*/

.obj_header.var_stories{
	text-align:center;
	}
	
/*-- BIG BUTTONS --*/
.obj_share.var_big h2{
	margin:0 0 30px;
	font:2.75em/1em "LocatorWeb-Light", serif;
	color:#bcbcbc;
	}
.obj_share.var_big ul li .btn{
	width:61px;	height:61px;
	}
.obj_share.var_big ul li .btn.fb{
	background-position:-281px -93px;
	}
.obj_share.var_big ul li .btn.twt{
	background-position:-342px -93px;
	}
.obj_share.var_big ul li .btn.pin{
	background-position:-403px -93px;
	}
	
@media screen and (max-width:767px){
	.obj_share.var_big h2{
		margin:0 0 15px;
		font-size:1.5em;
		}
}


/* ================================= *
 * ARTICLE
 * ================================= */
.obj_conteneur_article{
	margin:0 auto;
	position:relative;
	padding-top:80px;
	max-width:1180px;
	width:100%;
	}
.is-pinned + .obj_conteneur_article {
    margin-top: 80px;
}	
@media screen and (max-width:767px){
	.obj_conteneur_article{
		padding-top:20px;
		}
}

/* COL GAUCHE */
.obj_col_left{
	float:left;
	width:27%;
	position:relative;
	max-width:318px;
	top:0;
	transition:all 0.2s;
	}
.obj_col_left.is-pinned{
	position:fixed;
	top:120px;
	}
.obj_col_left.is-pinned.over-limit{
	position:relative;
	top:auto;
	}
.obj_col_left.is-pinned.over-limit{
	position:relative;
	top:auto;
	}
@media screen and (max-width:767px){
	.obj_col_left{
		float:none;
		width:100%;
		max-width:100%;
		}
	.obj_col_left .obj_aside-article{
		display:none;
		}
}

/* NAV ARTICLE */
.btn_menu_article{
	display:none;
	}
.obj_nav-article{
	position:relative;
	padding:30px 0 0;
	background:#008fcd;
	}
.is-pinned.over-limit .obj_nav-article{
	top:auto;
	position:absolute;
	bottom:40px;
	}
.obj_nav-article h2{
	padding:0 10% 0 8.80503%;
	margin:0;
	font:2em/1em 'LocatorWeb-Light', sans-serif;
	color:#fff;
	}
.obj_nav-article ul{
	padding:5px 0 10px 0;
	}
.obj_nav-article ul li a{
	padding:15px 10%;
	position:relative;
	display:block;
	color:#fff;
	font:1.25em/20px 'LocatorWeb-Light', sans-serif;
	}
.obj_nav-article ul li a:before{
	display:block;
	content:"";
	position:absolute;
	left:0;
	top:50%;
	margin-top:-2px;
	height:4px; width:4px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform:rotate(45deg);
		-ms-transform:rotate(45deg);
			transform:rotate(45deg);
	opacity:0;
	transition:all 0.2s;
	}
.obj_nav-article ul li a:hover:before,
.obj_nav-article ul ul li.active > a:before{
	left:5%;
	opacity:1;
	}

.obj_nav-article li.active > a{
	font-family:'LocatorWeb-Medium', sans-serif;
	}
	


.obj_nav-article ul ul{
	padding:15px 0;
	margin:0 0 10px;
	background:#109edb;
	display:none;
	}	
.obj_nav-article ul ul li a,
.obj_nav-article ul .active li a{
	padding:8px 10%;
	font:0.875em/1em 'LocatorWeb-Light';
	}
.obj_nav-article ul .active li.active a{
	font-family:'LocatorWeb-Medium', sans-serif;
	}
.obj_nav-article ul ul li a em{
	font-style:italic;
	}

.obj_nav-article .active ul,
.var_dermatologists .obj_nav-article .var_dermatologists ul,
.var_acne_lifestyle .obj_nav-article .var_acne_lifestyle ul,
.var_acne_education .obj_nav-article .var_acne_education ul,
.var_hot_topics .obj_nav-article .var_hot_topics ul{
	display:block;
	}

	
	
.obj_nav-article .btn_back{
	position:absolute;
	top:-50px; left:0;
	display:block;
	text-indent:-9999em;
	width:60px; height:50px;
	background:#ebebeb;
	}
.obj_nav-article .btn_back:hover{
	background:#109edb;
	}
.obj_nav-article .btn_back:before{
	position:absolute;
	top:50%; left:50%;
	display:block;
	content:"";
	text-indent:-9999em;
	margin:-7px 0 0 -5px;
	width:15px; height:15px;
	border-top: 1px solid #008fcd;
	border-left: 1px solid #008fcd;
	-webkit-transform:rotate(-45deg);
		-ms-transform:rotate(-45deg);
			transform:rotate(-45deg);
	transition:all 0.2s;
	}
.obj_nav-article .btn_back:hover:before{
	border-color:#fff;
	}
	
@media screen and (max-width:767px){
	.btn_menu_article{
		display: block;
		position: relative;
		z-index: 2;
		text-indent: -9999em;
		margin: 0 auto -25px;
		height: 50px;
		width: 50px;
		border: 1px solid #ebedef;
		background: #fff;
		border-radius: 50%;
		cursor: pointer;
		}
	.btn_menu_article:after{
		display: block;
		content: "";
		position:absolute;
		top:50%; left:50%;
		margin:-15px 0 0 -10px;
		height:20px; width: 20px;
		border-bottom:1px solid #008fcd;
		border-right:1px solid #008fcd;
		-webkit-transform:rotate(45deg);
			-ms-transform:rotate(45deg);
				transform:rotate(45deg);
		cursor: pointer;
		}
	.obj_nav-article{
		float:none;
		width:100%;
		height:0;
		overflow:hidden;
		padding:0;
		margin-bottom:30px;
		border-top: 1px solid #ebedef;
		}
	.ctn_nav-article{
		padding-top:50px;
		}
	.obj_nav-article h2{
		padding-left:5%;
		padding-right:5%;
		}
	.obj_nav-article ul li a,
	.obj_nav-article ul ul li a{
		padding-left:5%;
		padding-right:5%;
		}
	.obj_nav-article ul li a:hover:before{
		left:2.5%;
		}
	.obj_nav-article .btn_back{
		display:none;
		}
}

/* - ASIDE ARTICLE - */
.obj_aside-article{
	width:100%;
	}
@media screen and (max-width:767px){
	.obj_aside-article{
		width:320px;
		margin:0 auto 40px;
		}
}
	
	
.obj_article{
	float:right;
	width:73%;
	padding-left:4.23729%;
	}
.obj_article .ctn_article{
	padding:0;
	margin:0 auto;
	}
.obj_article .ctn_article header{
	margin-bottom:20px;
	}
.obj_article .ctn_article header h1{
	margin-bottom:20px;
	text-align:left;
	font:2.875em/50px 'LocatorWeb-Light', sans-serif; color: #000;
	}
.obj_article .ctn_article header h1 strong{
	font-family:'LocatorWeb-Medium', sans-serif;
	}
.obj_article .ctn_article header h1 em{
	font-style:italic;
	font-size:1em;
	margin:0;
	display:inline;
	}
.obj_article .ctn_article header p{
	padding:20px 0 0;
	font: 1em/1.25em 'LocatorWeb-Regular', sans-serif;
	}
.obj_article .ctn_article header em{
	display: inline-block;
    margin-top: -5px;
    font-size: 0.75em;
	}
.obj_article .ctn_article header span{
	margin:10px 0;
	display:block;
	font: 0.75em/1em 'LocatorWeb-Light', sans-serif;
	color:#707070;
	}
.obj_article .ctn_article header span a{
	color:#707070;
	}
.obj_article .ctn_article p{
	line-height:1.5em;
	}
.obj_article .ctn_article p a{
	color:#008fcd;
	}
.obj_article .ctn_article p strong{
	font-family:'LocatorWeb-Medium';
	}
.obj_article .ctn_article em{
	display:inline-block;
	margin-top:-5px;
	font-size:0.75em;
	}
.obj_article .obj_share{
	padding:5% 0;
	}
	
	
@media screen and (max-width:767px){
	.obj_article{
		float:none;
		width:100%;
		padding:0;
		}
	.obj_article .ctn_article{
		padding:5%;
		}
	.obj_article .ctn_article header h1{
		margin-bottom:10px;
		font-size:1.75em;
		line-height:1em;
		}
	.obj_article .ctn_article .edito iframe{
		display:block;
		width:300px; height:169px;
		margin:20px auto;
		padding-top:0;
		}
	
	.obj_article .obj_share ul{
		width:200%;
		-webkit-transform:scale(0.5);
			-ms-transform:scale(0.5);
				transform:scale(0.5);
		-webkit-transform-origin:0 0;
			-ms-transform-origin:0 0;
				transform-origin:0 0;
		}
}

.obj_article .ctn_article .edito iframe{
	margin:20px auto;
	}

/* ==================================== *
 * ARTICLES
 * ==================================== */

.edito .ctn_par h2{
	margin:40px 0 10px;
	font:1.375em/1.231em 'LocatorWeb-Medium', sans-serif;
	color: #00;
	}
.edito .ctn_par h3{
	margin: 5px 0 20px 0;
	font: 1em/1em 'LocatorWeb-Regular', sans-serif;
	color: #898989;
	}
.edito .ctn_par h4{
	margin: 20px 0 5px 0;
	font: 1em/1em 'LocatorWeb-Regular', sans-serif;
	color: #008fcd;
	}
.edito .ctn_par a{
	color:#008fcd;
	}
.edito .ctn_par p.mention {
	margin:30px 0 10px 0;
	font: 0.75em/1.5em 'LocatorWeb-Light', sans-serif;
	color:#707070;
	}
.edito .ctn_par ul{
	padding:20px 0 20px 15px;
	}
.edito .ctn_par ul li{
	position:relative;
	margin-bottom:5px;
	}
.edito .ctn_par ul li:before{
	display:block;
	content:"";
	position:absolute;
	top:7px; left:-15px;
	background:#008fcd;
	width:5px; height:5px;
	}	

/*------------ BLOC POINT ------------*/	
.obj_article .obj_point-blue{
	margin:50px 0 0;
	}	
.obj_article .obj_point-blue div{
	display:block;
	width:30px;
	float:left;
	}
.obj_article .obj_point-blue div em{
	display:block;
	width:30px; height:30px;
	font:1.375em/30px "LocatorWeb-Regular", sans-serif;
	text-align:center;
	color:#fff;
	background:#008fcd;
	border-radius:50%;
	}
.obj_article .obj_point-blue p{
	float:left;
	width:calc(100% - 30px);
	padding-left:10px;
	}
.obj_article .obj_point-blue p strong{
	font-size:1.25em;
	line-height:1.1em;
	font-family:"LocatorWeb-Medium", sans-serif;
	color:#008fcd;
	/*text-transform:uppercase;*/
	}

/*------------ BLOC INFO ------------*/	
.obj_article .obj_info{
	padding:15px 0;
	}
.obj_article .obj_info h3{
	padding:15px;
	margin:0;
	background:#f5f5f5;
	border-bottom:1px solid #e4e4e4;
	font:1.25em/1.125em 'LocatorWeb-Regular', sans-serif;
	color:#333333;
	}
.obj_article .obj_info h3 strong{
	font-family:'LocatorWeb-Bold', sans-serif;
	}
.obj_article .obj_info .ctn_info{
	padding:25px 15px 15px;
	border-bottom:1px solid #e4e4e4;
	}
.obj_article .obj_info .ctn_info p{
	padding:0;
	}
.obj_article .obj_info .ctn_info .t_blue{
	margin:20px 0 5px 0;
	color:#008fcd;
	font-family:'LocatorWeb-Medium';
	}

/*--- var_dermato ---*/	
.obj_article .obj_info.var_dermato h3:before{
	display:inline-block;
	content:"";
	width:27px; height:28px;
	margin:0 10px -5px 0;
	background:url('../../../resources/freefromspots/images/sprite_icon.png') no-repeat -328px -229px;
	background-size:1024px auto;
	}
	
/*--- var_didyouknow ---*/	
.obj_article .obj_info.var_didyouknow h3:before{
	display:inline-block;
	content:"";
	width:18px; height:18px;
	margin:0 10px -3px 0;
	background:url('../../../resources/freefromspots/images/sprite_icon.png') no-repeat -173px -232px;
	background-size:1024px auto;
	}	
	
/* ================================= *
 * 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 ~ .obj_who_is:before{
	position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 50%;
    width: 50px;
    height: 2px;
    background: #008fcd;
    -webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
			transform: translateX(-50%);
	}
.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.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; content:'';
	width:48px; height:39px;
	position:absolute;
	background: url('../../../resources/freefromspots/images/sprite_icon.png') no-repeat -284px -309px;
	background-size: 1024px auto;
	}
.obj_who_is.var_quote figcaption:before{
	top:0; left:20px;
	}
.obj_who_is.var_quote figcaption:after{
	bottom:0; right:20px;
	-webkit-transform:scale(-1);
		-ms-transform:scale(-1);
			transform:scale(-1);
	}
	
.obj_who_is.var_q_a{
	position: relative;
    margin: 0 0 46px 0;
    padding-top: 0;
	}
.obj_who_is.var_q_a:before{
    background: none;
	}
.obj_who_is.var_q_a h2:before{
	display:inline-block; content:'';
	width:48px; height:40px;
	margin:0 30px -10px 0;
	background: url('../../../resources/freefromspots/images/sprite_icon.png') no-repeat -346px -189px;
	background-size: 1024px auto;
	}
.obj_who_is.var_q_a figcaption {
	font-size: 1.750em;
	color: #008fcd;
}
	
@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 > 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	iframe{
		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;
	}
		
	.obj_who_is.var_q_a{
		margin: 0 0 20px 0;
		padding-top: 0;
		}
	.obj_who_is.var_q_a h2:before{
		margin:0 15px -10px 0;
		}
	.obj_who_is.var_q_a figcaption {
		font-family: "LocatorWeb-Regular";
		font-size: 1.125em;
		line-height: 1em;
		margin-top: 15px;
	}
}
 
/* =========================== *
 * 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%;
		}
}


/* ========================== *
 * 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%;
	}
.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 .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 span[role=checkbox]{
	position:absolute;
	top:-3px; left:0;
	z-index:5;
	}
.obj_share_module .obj_checkbox label{
	display:inline-block;
	float:left;
	margin-right:5px;
	}
.obj_share_module .custom-checkbox{
	width:auto; float:left;
	margin:0 5px 10px 0;
	}

.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 {
		width: 270px;
		margin-bottom: 20px;
	}
}


.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-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;
	}

/* ================================== *
 * QUIZ
 * ================================== */
.obj_quiz {
	position: relative;
	margin: 0 auto;
	max-width: 1180px;
	width: 100%;
	}
.obj_quiz .ctn_quiz {
	background: url("../../../resources/freefromspots/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/freefromspots/images/sprite_icon.png') 0 -474px / 1024px 1024px;
	}
.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/freefromspots/images/sprite_icon.png') 0 -433px / 1024px 1024px;
	}
.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;
	}


@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;
	}

}

/*****************/
/***** POPIN *****/
/*****************/
.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 p {
	font:1em/1.714em 'LocatorWeb-Light', sans-serif;
}
.ctn_popin-temoignage .obj_content {
	padding: 40px;
	background: none;
	}
.ctn_popin-temoignage .obj_content h1 {
	font-family:"gillsans-bold";
	font-style: normal; font-size: 42px; line-height: 42px; color: #000;
	}
.ctn_popin-temoignage .ctn_headbar {
	background: #f6f6f6;
	padding: 10px 20px; margin: 20px 0 30px 0;
	min-height: 21px;
	}
.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;
	}
.ctn_popin-temoignage .ctn_article {
	/*height: 473px;*/
	}
.ctn_popin-temoignage .ctn_article p img {
	width: 265px; max-width: 840px;
	margin: 0 20px 0 0;
	}
.ctn_popin-temoignage .btn a {
	display: block;
	width: 95px; height: 46px;
	z-index:5;
	background:url('../../../resources/SkinChecker2/images/b_valider.png') left top no-repeat;
	font-family: gillsans-bold; font-size: 16px; color: #fff; text-transform: uppercase; text-align: right;
	padding: 13px 44px 0 0;
	}
@media screen and (max-width:767px)	{

	.pg_stories .str_popin.default {
		margin: 0 5%;
	}
	.pg_stories .str_popin.default .ctn_decor-popin {
		max-width: 100%;
		}
	.pg_stories .str_popin.default .ctn_popin {
		padding: 20px 0 20px 20px;
	}
	.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: 20px;
	}
	.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;
	}

}

/*-- POPIN COLLECT DATA --*/
.str_popin.default .ctn_popin .obj_freefromspots_form{
	max-width:660px;
	}
.str_popin.default .ctn_popin .obj_freefromspots_form .ctn_top{
	padding:5%;
	background: #d3d3d3 url('../../../resources/freefromspots/images/bg_form-collect_data.jpg') no-repeat left bottom;
	background-size:cover;
	text-align:center;
	}
.str_popin.default .ctn_popin .obj_freefromspots_form .ctn_top h3{
	margin:0;
	font:2em/1em 'LocatorWeb-Light';
	color: #000;
	}
.str_popin.default .ctn_popin .obj_freefromspots_form .ctn_top h3 strong{
	font-family:'LocatorWeb-Bold';
	}
.str_popin.default .ctn_popin .obj_freefromspots_form .ctn_top h2{
	margin:30px 0;
	padding:0;
	font:4.5em/1em 'journal';
	color:#008fcd;
	}
.str_popin.default .ctn_popin .obj_freefromspots_form .ctn_top h2 strong{
	font-family:'LocatorWeb-Bold';
	}
.str_popin.default .ctn_popin .obj_freefromspots_form .ctn_top p {
	font:1.5em/1em 'LocatorWeb-Bold';
}
.str_popin.default .ctn_popin .obj_freefromspots_form .ctn_bottom{
	padding:5%;
	}
.obj_form.var_collect_data .checkbox,
.obj_form.var_collect_data .radio{
	font-size:0.8125em;
	}
.obj_form.var_collect_data .checkbox a{
	color:#008fcd;
	display: inline-block;
	vertical-align: text-bottom;
	}
.obj_form.var_collect_data .checkbox label{
	margin:0;
	}
.obj_form.var_collect_data .radio h4{
	display:inline-block;
	float:left;
	margin-right:20px;
	color:#008fcd;
	}
.obj_form.var_collect_data .ctn_ligne{
	margin:15px 0;
	}
.obj_form.var_collect_data .ctn_ligne .text{
	display:inline-block;
	float:left;
	width:50%;
	padding:0 0 0 10px;
	}
.obj_form.var_collect_data .ctn_ligne input{
	padding:5px 10px;
	}
.obj_form.var_collect_data .ctn_ligne .text:first-child{
	padding:0 10px 0 0;
	}
.obj_form.var_collect_data .ctn_btn{
	margin:30px 0 0;
	text-align:center;
	}
.obj_form.var_collect_data .ctn_btn .obj_btn:hover{
	background:#000;
	color:#fff;
	}
.obj_form.var_collect_data .ctn_mentions{
	margin:40px 0 0;
	color:#b5b5b5;
	font:0.875em/1em 'LocatorWeb-Light', sans-serif;
	}
.obj_form.var_collect_data .ctn_radio .custom-radio {
	display: inline-block;
	}
.str_popin.default .ctn_popin .ctn_confirm {
	text-align: center;
	margin: 0 0 30px 0;
	}
.str_popin.default .ctn_popin .ctn_confirm .ctn_btn {
	margin-top: 20px;
	}
	
@media screen and (max-width:767px){
	
	.str_popin.default .ctn_popin .obj_freefromspots_form .ctn_top {
		padding:40px 20px 20px;
		}
	.str_popin.default .ctn_popin .obj_freefromspots_form .ctn_top h3{
		font-size:1em;
		color:#000;
		}
	.str_popin.default .ctn_popin .obj_freefromspots_form .ctn_top h2{
		font-size:2.5em;
		margin:10px 0 0;
		text-shadow:0 0 10px rgba(255,255,255,0.75);
		}
	.str_popin.default .ctn_popin .obj_freefromspots_form .ctn_top p{
		display:none;
		}
	.str_popin.default .ctn_popin .obj_freefromspots_form .ctn_top p br{
		display:none;
		}
	.obj_form.var_collect_data .ctn_ligne{
		margin:0;
		}
	.obj_form.var_collect_data .ctn_ligne .text,
	.obj_form.var_collect_data .ctn_ligne .text:first-child{
		display:block;
		width:100%;
		padding:0;
		margin:5px 0;
		}
	.obj_form.var_collect_data .ctn_error p{
		margin:5px 0;
		font-size:0.875em;
		width:100%;
		padding:0;
		margin:5px 0;
		}
	.obj_form.var_collect_data .ctn_btn{
		margin:15px 0 0;
		}
	.obj_form.var_collect_data .ctn_mentions{
		margin-top:20px;
		font-size:0.75em;
		}
	
}

/* ================================= *
 * CONTENEUR CARROUSEL PRODUCTS
 * ================================= */	
 .ctn_carrousel{
	position:relative;
	max-width:1180px;
	padding:0 30px;
	margin:40px auto;
	clear:both;
	}
.ctn_carrousel h2{
	margin-bottom:40px;
	float:left;
	font:2.625em/1em "LocatorWeb-Light", serif; color:#008fcd;
	}
@media screen and (max-width:767px){
	.ctn_carrousel{
		padding:0 20px;
		}
	.ctn_carrousel h2{
		margin-bottom:10px;
		font-size:1.5em;
		}
}
/* ================================= *
 * CARROUSEL PRODUCTS
 * ================================= */	
.obj_carrousel.products{
	max-width:1180px;
	margin:0 auto;
	clear:both;
	}
.obj_carrousel.products .items{
	position: relative;
	padding:5px 0;
	height: auto;
	}
.obj_carrousel.products .masque{
	min-height:320px;
	margin:0 30px;
	}
.obj_carrousel.products .item{
	width:265px;
	}

/* Seulement 3 produits à l'inter, donc pas de carrousel */
/*
.obj_carrousel.products .nav {
	display: none;
}
*/

.obj_carrousel.products .nav .prev,
.obj_carrousel.products .nav .next{
	position:absolute;
	top:120px; left:0;
	z-index:2;
	width:30px; height:63px;
	text-indent:-10000px;
	background:url("../../../resources/freefromspots/images/sprite_icon.png") no-repeat -83px -240px / 1024px 1024px;
	cursor:pointer;
	opacity:0.7;
	-webkit-transition:opacity 0.2s;
	   -moz-transition:opacity 0.2s;
		 -o-transition:opacity 0.2s;
			transition:opacity 0.2s;
	}
.obj_carrousel.products .nav .next{
	background-position:-113px -240px;
	left:auto; right:0;
	}
.obj_carrousel.products .nav .prev:hover,
.obj_carrousel.products .nav .next:hover{
	opacity:1;
	}
.obj_carrousel.products .nav .prev.disabled:hover,
.obj_carrousel.products .nav .prev.disabled{
	background-position:-83px -492px !important;
	cursor:default;
	opacity:1;
	}
.obj_carrousel.products .nav .next.disabled:hover,
.obj_carrousel.products .nav .next.disabled{
	background-position:-113px -492px !important;
	cursor:default;
	opacity:1;
	}
	
@media screen and (max-width:767px){
	.obj_carrousel.products .masque{
		margin:0;
		}
	.obj_carrousel.products .nav .prev {
		left: 10px;
		}
	.obj_carrousel.products .nav .next {
		right: 10px;
		}
	
}


/*-- PUSH PRODUIT --*/	
.obj_push.product{
	position: relative;
	text-align:center;
	padding:20px 15px 10px 15px; margin:0 15px;
	-webkit-transition :all 200ms ease-in-out;
	   -moz-transition :all 200ms ease-in-out;
		 -o-transition :all 200ms ease-in-out;
			transition :all 200ms ease-in-out;
	}
.obj_push.product:hover{
	-webkit-box-shadow:0 0 5px rgba(0,0,0,.20);
	   -moz-box-shadow:0 0 5px rgba(0,0,0,.20);
			box-shadow:0 0 5px rgba(0,0,0,.20);
	}
.obj_push.product > a{
	display:block;
	}
.obj_push.product .ctn_infos{
	margin-top:10px;
	}
.obj_push.product .ctn_infos .label {
	background: #008fcd none repeat scroll 0 0;
	color: #fff;
	font-family: "LocatorWeb-Regular",sans-serif;
	font-size: 0.813em;
	right: 0;
	line-height: 1em;
	padding: 5px 10px;
	position: absolute;
	top: 30px;
	z-index: 4;
	}
.obj_push.product .ctn_infos h3,
.obj_push.product .ctn_infos h3 a{
	font:1em/1em "LocatorWeb-Regular", sans-serif;
	color:#000;
	}
.obj_push.product .ctn_infos h3 a strong{
	font-family:"LocatorWeb-Medium";
	}
.obj_push.product .ctn_infos h4,
.obj_push.product .ctn_infos h4 a{
	margin-top:5px;
	display:block;
	height:36px;
	overflow:hidden;
	font:0.935em/1.176em "LocatorWeb-Regular", sans-serif;
	color:#008fcd;
	}
.obj_push.product .ctn_bottom{
	text-align:center;
	height: 30px;
	}

/** Label CE **/
.obj_push.product.LP15254:before {
	content: "";
	position: absolute;
	top: 160px; left: 30px;
	width: 63px;height: 19px;
	background: url("../../includeV4/images/i_norme-ce_small.gif") no-repeat;;
	}

@media screen and (max-width:767px){
	.obj_push.product:hover{
		-webkit-box-shadow:none;
		   -moz-box-shadow:none;
				box-shadow:none;
		}
}

@media screen and (max-width:480px){
	.obj_push.product .ctn_infos h4,
	.obj_push.product .ctn_infos h4 a{
		height:auto;
		}
}

/* ================================= *
 * CARROUSEL BLOGUEUSES
 * ================================= */	
.obj_carrousel.blogueuses{
	max-width:1180px;
	margin:0 auto;
	padding-bottom:60px;
	clear:both;
	}
.pg_landing .obj_carrousel.blogueuses{
	padding-bottom:0;
	}
.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 .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;
	}
.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_carrousel.blogueuses .nav ul li a{
	width:10px; height:10px;
	}
}
/*-- PUSH BLOGUEUSE --*/	
.obj_push.blogueuse{
	position: relative;
	}
.obj_push.blogueuse > a{
	display:block;
	}
.obj_push.blogueuse figcaption{
	position:absolute;
	left:-99999em;
	}	

@media screen and (max-width:767px){
	.obj_carrousel.blogueuses{
		max-width:480px;
		margin:0 auto 40px;
		}
	.obj_carrousel.blogueuses .masque {min-height: 240px;}
	.obj_carrousel.blogueuses .item{width:240px;}
	.obj_carrousel.blogueuses .nav .prev,
	.obj_carrousel.blogueuses .nav .next{
		top:120px;
		}
	.obj_carrousel.blogueuses .nav ul li{
		margin:0 2px;
		}
}

@media screen and (max-width:480px){
	.obj_carrousel.blogueuses{
		max-width:295px;
		}
	.obj_carrousel.blogueuses .masque {min-height: 295px;}
	.obj_carrousel.blogueuses .item{width:295px;}
	.obj_carrousel.blogueuses .nav .prev,
	.obj_carrousel.blogueuses .nav .next{
		top:150px;
		}
}
/* ================================= *
 * RATINGS
 * ================================= */
/* SMALL / STANDARD */
.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("../../../resources/freefromspots/images/sprite_icon.png") no-repeat -961px -44px / 1024px 1024px;
	}
.obj_ratings .ctn_starcolor{
	background:url("../../../resources/freefromspots/images/sprite_icon.png") no-repeat -961px -55px / 1024px 1024px;
	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{
	display:block;
	float:left;
	font:0.875em/0.875em "LocatorWeb-Regular", sans-serif;
	color:#b1b1b1; text-decoration:none;
	margin-left:5px;
	}

/* VARIANTE BIG / OMBRE */

.obj_ratings.var_big{
	display:inline-block;
	margin:15px 0 0;
	font:0.875em/26px "LocatorWeb-Regular", sans-serif;
	color:#b1b1b1;
	}
.obj_ratings.var_big .ctn_ratings{
	width:122px; height:22px;
	}
.obj_ratings.var_big .ctn_stars{
	width:122px; height:22px;
	background-position:-903px 0;
	}
.obj_ratings.var_big .ctn_starcolor{
	height:22px;
	background-position:-903px -22px;
	}
.obj_ratings.var_big a{
	display:inline-block;
	margin:0 5px;
	float:none;
	vertical-align:top;
	color:#008fcd;
	text-decoration:none;
	font:1em/26px "LocatorWeb-Regular", sans-serif;
	}
.obj_ratings.var_big a:first-child{
	margin:-2px 5px 0 0;
	}
.obj_ratings.var_big a:hover{
	text-decoration:underline;
	}
@media screen and (max-width:767px){

	.obj_ratings.var_big{
		line-height:13px;
		}
	.obj_ratings.var_big .ctn_ratings{
		width:61px; height:11px;
		}
	.obj_ratings.var_big .ctn_stars{
		width:61px; height:11px;
		background-position:-452px 0;
		background-size:512px auto;
		}
	.obj_ratings.var_big .ctn_starcolor{
		height:11px;
		background-position:-452px -11px;
		background-size:512px auto;
		}
	.obj_ratings.var_big a{
		line-height:13px;
		}
	.obj_ratings.var_big a:first-child {
		margin: 0 2px 0 0;
		}
}



/* ================================= *
 * PICTO RECOMPENSES
 * ================================= */	
.obj_picto{
	position:absolute;
	z-index:2;
	}
.obj_push.product .obj_picto{
	width:60px;
	top:20px;
	left:20px;
	}



/* ================================= *
 * TITLE
 * ================================= */
.obj_bloc-title {
	margin-bottom : 50px;
	margin-top: 50px;
	background : #008fcd;
}

.obj_bloc-title .ctn_bloc {
	max-width : 1180px;
	margin : 0 auto;
	height : 100px;
	text-align : center;
}

.obj_bloc-title .ctn_bloc h1,
.obj_bloc-title .ctn_bloc h2 {
	text-transform : uppercase;
	font : 2.875em/100px "LocatorWeb-Light",sans-serif;
	color : white;
}

@media screen and (max-width:767px) {
	.obj_bloc-title {
		margin-top: 0;
	}
	.obj_bloc-title .ctn_bloc {
		height: auto;
		width: 100%;
		padding: 15px;
		/* height: 50px; */
	}
	
	.obj_bloc-title .ctn_bloc h1,
	.obj_bloc-title .ctn_bloc h2 {
		font-size: 1.3em;
		line-height: 1em;
	}

}



/* ================================= *
 * BLOC
 * ================================= */
.obj_bloc .ctn_bloc {
	padding:0 20px;
	}
.obj_bloc .ctn_bloc h3 {
	text-align : center;
	font : 2.5em/1em 'LocatorWeb-Light', sans-serif;
	}
.obj_bloc .ctn_bloc h3.t_ytb {
	margin:50px 0 30px;
	}
.obj_bloc .ctn_bloc h3.t_ytb:before {
	display:inline-block; content:"";
	margin:0 15px -2px 0;
	width:44px; height:31px;
	background : url("../../../resources/freefromspots/images/sprite_icon.png") no-repeat -284px -229px / 1024px auto;
	}

.obj_bloc .ctn_bloc h4 {
	margin : 20px 0;
	text-align : center;
	font : 1.750em/1.214em 'LocatorWeb-Light', sans-serif;
	color : #008fcd;
	}
	
@media screen and (max-width:767px) {
	.obj_bloc .ctn_bloc h3 {
		font-size : 1.875em;
		}
	.obj_bloc .ctn_bloc h4 {
		font-size : 1.125em;
		}
}

/* ================================= *
 * PUSH VIDEO
 * ================================= */
.obj_push.push-video {
	display : inline-block;
	margin : 15px;
}

.obj_push.push-video .ctn_bloc {
	position : relative;
	display : block;
	width : 610px;
	height : 290px;
	z-index : 0;
}

.obj_push.push-video .ctn_bloc .ctn_txt {
	position : absolute;
	top : 30px;
	left : 30px;
	z-index : 10;
}

.obj_push.push-video .ctn_bloc .ctn_txt p {
	margin-bottom : 10px;
	font-size : 16px;
	color : white;
}

.obj_push.push-video .ctn_bloc .ctn_txt h4 {
	font : 21px/1em "LocatorWeb-Bold",sans-serif;
	color : white;
}

.obj_push.push-video .ctn_bloc img {
	position : absolute;
	top : 0;
	left : 0;
	z-index : 5;
}

.obj_push.push-video .ctn_bloc .overlay {
	position : absolute;
	top : 0;
	left : 0;
	width : 610px;
	height : 290px;
	background : rgba(0,0,0,0.3);
	z-index : 6;
	-webkit-transition :all 200ms ease-in-out;
	   -moz-transition :all 200ms ease-in-out;
		 -o-transition :all 200ms ease-in-out;
			transition :all 200ms ease-in-out;
}
.obj_push.push-video .ctn_bloc:hover .overlay { background : rgba(0,0,0,0); }

.obj_push.push-video .ctn_bloc .btn_play {
	position : absolute;
	top : 50%;
	left : 50%;
	display : block;
	width : 68px;
	height : 69px;
	margin : -35px 0 0 -35px;
	background : url("../../../resources/freefromspots/images/sprite_icon.png") no-repeat -232px 0 / 512px 512px;
	z-index : 7;
}

@media screen and ( max-width : 767px ) {

	.obj_push.push-video { margin : 15px 0; }

	.obj_push.push-video .ctn_bloc {
		width : 290px;
		height : 137px;
	}

	.obj_push.push-video .ctn_bloc .ctn_txt {
		position : absolute;
		top : 15px;
		left : 15px;
		z-index : 10;
	}

	.obj_push.push-video .ctn_bloc .ctn_txt p {
		font-size : 12px;
		margin-bottom : 5px;
	}

	.obj_push.push-video .ctn_bloc .ctn_txt h4 {
		font-size : 14px;
	}

	.obj_push.push-video .ctn_bloc .overlay {
		width : 290px;
		height : 137px;
	}

}

/*** PATCH FOOTER SEO ***/
footer.main .footer-title{
	display:block;
	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:-178px -93px;
	}
footer.main .ctn_newsletter .footer-title:before{
	left:-43px;
	width:29px; height:20px;
	background-position:-198px -93px;
	}
footer.main .ctn_store .footer-title:before{
	left:-30px;
	width:15px; height:21px;
	background-position:-68px -125px;
	}

footer.main .ctn_newsletter a{
  width:auto;
  color:#fff;
	}

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:400!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 .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;
		}

}