/* CSS Document */



/*------------------------------------------------------*/

*{
	margin:0;
	padding:0;	
}

html{
	height:100%;
	

}

body{
	/*height:100%;*/
	
	min-width:320px;
	background:#FFF; 
	font-family:Arial, Helvetica, sans-serif;
	
	font-family: 'SourceSansPro',Arial, Helvetica, sans-serif;
	
	color:#000;
	text-align:center;	
	position:relative;
	min-height:100%;
	
	font-si:14px;
	line-height:normal;

	
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	text-size-adjust: none;
	/*overflow-x:hidden;
	overflow-y:auto;*/
	

}



/*--- REAL SIZE CHECKER ----*/
#current_size_checker_tl{
	position:fixed;
	z-index:0;
	top:0;
	left:0;
	width:0;
	height:0;
	background:transparent none;
}
#current_size_checker_tr{
	position:fixed;
	z-index:0;
	top:0;
	right:0;
	width:0;
	height:0;
	background:transparent none;
}

#current_size_checker_bl{
	position:fixed;
	z-index:0;
	bottom:0;
	left:0;
	width:0;
	height:0;
	background:transparent none;
}
#current_size_checker_br{
	position:fixed;
	z-index:0;
	bottom:0;
	right:0;
	width:0;
	height:0;
	background:transparent none;
	
}



.clear{
	float:none; 
	clear:both;
	height:0;
	line-height:0;
	font-size:0.0001em;
	overflow:hidden;
	display:block;
}

#cache{
	width:0;
	height:0;
	overflow:hidden;	
}

a img{
	border:none;	
}

li{
	list-style:none none outside;	
}

.cache{
	height:0;
	width:0;
	overflow:hidden;
	line-height:0.000001em;
	font-size:0.000001em;	
}


/*--------------------------------------------------------*/


#root{
	position:relative;	
	height:100%;
	/*padding:0 40px;*/
}

body.step_910 #root{
	padding-top:108px;
}

body.step_640 #root{
	padding-top:65px;
	/*padding-right:10px;
	padding-left:10px;
	*/
}


#pageWrapper{
	background:#FFF;
}

#pageWrapper.grey{
	filter:brightness(80%);
}

.wBloc{
	margin:auto;	
	/*width:1000px;*/
	max-width:1300px;
	/*min-width:580px;*/
	text-align:left;
	position:relative;
	padding:0 30px 0 30px;
	
	
}

/*-----------------------------------------------------------*/

#header{
	margin:auto;
	max-width:1024px;
	
}

#header .top{
	height:50px;
	position:relative;
	padding:37px 0 30px 0;
	background:#FFF;
}

body.step_910 #header .top{
	height:34px;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:800;
}

body.step_640 #header .top{
	height:25px;
	padding-top:20px;
	padding-bottom:20px;
}



#header .top .logo{
	height:33px;
	float:left;
	margin-left:22px;
}

body.step_910 #header .top .logo{
	margin-left:40px;
	height:37px;
}

body.step_640  #header .top .logo{
	margin-left:10px;
	height:25px;
}


#header .top .baseline{
	position:absolute;
	bottom:49px;
	right:20px;
	/*max-width:48%;*/
	height:30px;
}

body.step_910 #header .top .baseline{
	right:91px;
	bottom: 32px;
}

body.step_640 #header .top .baseline{
	right:60px;
	bottom:22px;
	height:25px;
}

body.step_370 #header .top .baseline{
	right:48px;
	bottom:24px;
	height:18px;
	z-index:5;
}



#header .top .burger_open,
#header .top .burger_close{
	
	display:none;
}

#header .top .burger_close{
	
}

body.step_910 #header .top .burger_open,
body.step_910 #header .top .burger_close{
	display:block;	
	position:absolute;	
	right:20px;
	top:19px;
}

body.step_910 #header .top .burger_close{
	display:none;	
}

body.step_910 #header.opened .top .burger_close{
	display:block;	
}

body.step_640  #header .top .burger_open,
body.step_640  #header .top .burger_close{
	position:absolute;	
	right:-8px;
	top:0px;
}

#header .top .burger_open img,
#header .top .burger_close img{
	height:71px;
}
body.step_640  #header .top .burger_open img,
body.step_640  #header .top .burger_close img{
	height:63px;
}


#menu{
	/*height:55px;
	position:relative;
	overflow:hidden;
	background:url(../_img/menu_bg.png) repeat-x 0 0;
	text-align:left;
	
	font-family: 'SourceSansPro',Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:15px;
	
	right:auto;
	
	overflow:visible;*/
	
	max-width:550px;
	height:60px;
	position:relative;
	text-align:left;
	overflow:visible;
}

#menu a.burger:link,
#menu a.burger:visited{
	background:url(../_img/burger_1.png) no-repeat 18px 0;
	background-size:40px 40px;
	color:#383e43;
	font-size:14px;
	line-height:14px;
	text-transform:uppercase;
	padding-left:72px;
	display:inline-block;
	padding-top:14px;
	padding-bottom:10px;
	text-decoration:none;
	
	font-family: 'SourceSansPro',Arial, Helvetica, sans-serif;
	
	/*cursor:default;*/
	
}

body.step_910 #menu a.burger{
	display:none;	
}

body.step_910 #menu{
	height:auto;
	position:fixed;	
	top:100px;
	left:0px;
	z-index:500;
	width:100%;
	background:#FFF;
	max-width:none;
}

body.step_640 #menu{
	top:63px;	
}

body.step_910 #menu ul{
	width:100%;	
}

#menu.opened a.burger{
	background-image:url(../_img/burger_2.png);
}

#menuContent{
	position:absolute;
	z-index:500;
	background:#FFF;
	
	
	-webkit-box-shadow: 0px 16px 10px 0px rgba(0,0,0,0.13);
-moz-box-shadow: 0px 16px 10px 0px rgba(0,0,0,0.13);
box-shadow: 0px 16px 10px 0px rgba(0,0,0,0.13);

padding-bottom:38px;

display:none;
}



body.step_910 #menuContent{
	width:100%;	
}

#menu ul{
	padding:0 72px 0 72px;
}

body.step_910 #menu ul{
	padding:0;
	margin:2px 30px;
	border-top:1px solid #ececec;
	padding-top:10px;
}

#menuContent ul a:link,
#menuContent ul a:visited{
	text-decoration:none;
	color:#999c9e;
	font-size:18px;
	line-height:18px;
	text-transform:uppercase;
	display:block;
	padding:14px 0;
}

body.step_910 #menuContent ul a{
	padding:9px 0;
	font-size:16px;
	line-height:16px;
}

body.step_320 #menuContent ul a{
	padding:6px 0;
	font-size:15px;
	line-height:15px;
	
}

#menuContent ul a:hover,
#menuContent ul a:active,
#menuContent ul a.selected:link,
#menuContent ul a.selected:visited{
	color:#ef1233;
}




#menuContent .contact{
	border-top:1px solid #eaeaea;
	padding-top:30px;
	margin:0 72px;
	padding-left:74px;
	padding-top:25px;
	background:url(../_img/icon6.png) no-repeat 0 18px;
}

#menuContent .contact h6{
	color:#ef1233;
	font-size:18px;
	line-height:18px;
	font-family: 'SourceSansPro',Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-transform:uppercase;
	margin-bottom:20px;
}

#menuContent .contact a:link,
#menuContent .contact a:visited{
	margin-right:30px;
	color:#999c9e;
	font-size:16px;
	line-height:16px;
	text-decoration:underline;
}

#menuContent .contact a:hover,
#menuContent .contact a:active{
	text-decoration:none;
}

#menuContent .contact_mobile{
	display:none;	
}

body.step_910 #menuContent .contact{
	display:none;	
}

body.step_910 #menuContent .contact_mobile{
	display:block;	
	border-top:1px solid #eaeaea;
	padding-top:30px;
	margin:0 30px;
	
}

#menuContent .contact_mobile a{
	display:inline-block;
	text-align:center;	
	background:#e20031 url(../_img/icon7.png) no-repeat 0 0;
	background-size:52px auto;
	color:#FFF;
	text-decoration:none;
	text-transform:uppercase;
	font-size:16px;
	line-height:16px;
	padding:20px 65px 20px 67px;
}

body.step_470 #menuContent .contact_mobile a{
	width:100%;
	padding:20px 0 20px 0;
}


/*-----------------------------------------------------------*/

#footer{
	margin:auto;
	max-width:1024px;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	background:#333333;
	color:#FFF;
}

#footer .bottom{
	background:#000 url(../_img/footer_bottom.png) no-repeat 10px 3px;
	height:22px;
	overflow:hidden;
	color:#FFF;
	font-size:11px;
	line-height:15px;
	text-align:right;
	border-top:1px solid #FFF;
}

body.step_870 #footer .bottom{
	background:#000;
	text-align:center;
	overflow:inherit;
	height:auto;
	padding-bottom:5px;
}

#footer .bottom li{
	display:inline-block;
	vertical-align:middle;
	padding:0 10px;
	background:url(../_img/bottom_separator.png) no-repeat right 2px;
	margin-top:3px;
}

#footer .bottom li.copyright{
	background:none;
}

#footer .bottom a:link,
#footer .bottom a:visited{
	color:#FFF;
	text-decoration:none;	
}


#footer .top{
	padding:16px 10px 20px 10px;
}



#footer .top h2{
	text-transform: uppercase;
	font-size:13px;
	margin-bottom:19px;
}

#footer .top a:link,
#footer .top a:visited{
	color:#FFF;
	text-decoration:none;
	font-size:13px;
	line-height:14px;	
}

#footer .top .hasIcon img{
	width:18px;
	/*
	display:inline-block;
	vertical-align:top;
	margin-right:4px;
	*/
	float:left;
	margin-right:8px;
	margin-top:-2px;
}
#footer .top ul{
	position:relative;	
	font-size: 0;
	border-top:1px solid #4d4d4d;
}
#footer .top li{
	border-bottom:1px solid #4d4d4d;
	padding:8px 0 0 0;
	height:22px;
	display:inline-block;
	width:50%;
	vertical-align:top;
	box-sizing:inherit;
	font-size: 0;
}

#footer .suivre{
	float:left;
	width:50%;	
}
#footer .groupe{
	float:right;
	width:50%;	
}

body.step_470 #footer .suivre,
body.step_470 #footer .groupe{
	float:none;
	width:inherit;
}

/*-----------------------------------------------------------*/






.home_slider{
	position:relative;	
	margin-bottom:70px;
	overflow:hidden;
}

.home_slider .container{
	position:relative;	
}

#homeTrackZone{
	position:absolute;
	z-index:100;
	top:0;
	left:0;
	width:100%;
	height:100%;
}


.home_slider .slides{
	position:relative;	
	height:610px;
	max-width:1440px;
	margin:auto;
	
	z-index:10;
}

.home_slider .slide{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
}

.home_slider .slide .txt{
	position:absolute;
	bottom:455px;
	right:250px;
	
	font-size:28px;
	line-height:28px;
	color:#000;
	text-transform:uppercase;
	
	font-family: 'HelveticaNeueLT-Condensed',Arial, Helvetica, sans-serif;
	
}

body.step_1024 .home_slider .slide .txt{
	right:100px;	
}

body.step_910 .home_slider .slide .txt{
	right:50px;	
}

body.step_768 .home_slider .slide .txt{
	right:10px;	
	bottom:260px;
	
}

body.step_640 .home_slider .slide .txt{
	right:0;	
	bottom:115px;
	width:100%;
	font-size:20px;
	line-height:22px;
}

.home_slider .slide .txt .txt_inner{
	display:block;	
	background:url(../_img/bg_white.png);
	padding:20px 20px;
}

body.step_640 .home_slider .slide .txt .txt_inner{
	padding:20px 20px;
	margin:0 10px;
}

.home_slider .slide .txt .br{
	display:block;	
}

body.step_640 .home_slider .slide .txt .br{
	display:inline;	
}

.home_slider .slide1{
	background-image:url(../_img/home_slide1.jpg);
}
.home_slider .slide2{
	background-image:url(../_img/home_slide2.jpg);
}
.home_slider .slide3{
	background-image:url(../_img/home_slide3.jpg);
}

.home_slider .slide4{
	background-image:url(../_img/home_slide4.jpg);
}

body.step_910 .home_slider .slide1{
	background-position:-200px 0;	
}

body.step_640 .home_slider .slide1{
	background-position:-370px 0;	
}

body.step_640 .home_slider .slide2{
	background-position:-350px 0;	
}

.home_slider .title{
	background:#f7f5f5;
	position:relative;
	z-index:100;
	height:250px;
	max-width:750px;
	background:#f7f5f5;
	margin:-250px auto 0 auto;
	font-size:30px;
	line-height:35px;
}

body.step_768 .home_slider .title{
	margin:-250px 10px 0 10px;
}

body.step_640 .home_slider .title{
	margin-top:-105px;
	
	font-size:26px;
	line-height:30px;
	height:auto;
}

.home_slider .title .title_inner{
	padding:60px 50px 0 50px;	
	color:#000000;
	
	font-family: 'SourceSansPro-bold',Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}

body.step_640 .home_slider .title .title_inner{
	padding:30px 25px 30px 25px;	
}

.home_slider .title .title_inner .br{
	display:block;	
}
body.step_768 .home_slider .title .title_inner .br{
	display:inline;
}

.home_slider .title .title_inner .red{
	color:#e20031;
}

.home_slider .nav{
	z-index:200;
}

body.step_640 .home_slider .nav{
	display:none;	
}

.home_slider .nav a:link,
.home_slider .nav a:visited{
	display:inline-block;
	vertical-align:middle;
	margin:0 5px;
	
}

.home_slider .nav a:link span,
.home_slider .nav a:visited span{
	display:block;
	width:28px;
	height:4px;
	background:#9c9c9c;
	margin:38px 0;
}

.home_slider .nav a:link span.selected,
.home_slider .nav a:visited span.selected{
	background:#2f2f2f;
}


/*---------------------------------------------------------------------*/


#page{
	margin:auto;
	max-width:1024px;
	padding-bottom:45px;
	background:#FFF;
}

#page.grey{
	filter:brightness(80%);
}



#page .red{
	color:#f61c1a;
}

#page h2{
	font-family: 'SourceSansPro-bold',Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-transform:uppercase;
	font-size:30px;
	line-height:32px;
	margin-bottom:9px;
}

#page h2 sup{
	font-size:60%;
	vertical-align: 7px;
}

body.step_768 #page h2{
	font-size:28px;
	line-height:30px;
	padding:0 20px;
}

body.step_640 #page h2{
	font-size:26px;
	line-height:28px;
}

#page h3{
	font-family: 'SourceSansPro-extralight',Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:24px;
	line-height:26px;
	margin-bottom:43px;
}
body.step_768 #page h3{
	font-size:22px;
	line-height:24px;
	padding:0 20px;
}
body.step_640 #page h3{
	font-size:20px;
	line-height:22px;
	margin-bottom:20px;
}

#page .bottom_legend{
	font-family: 'SourceSansPro',Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:12px;
	color:#ababab;
	text-align:justify;
	padding:0 10px;
}

#top_slider{
	position:relative;	
	margin-bottom:20px;
}

body.step_1104 #top_slider{
	height:400px;
}

body.step_640 #top_slider{
	height:420px;
}

#top_slider .zone{
	display:block;
	width:100%;
}

body.step_1104 #top_slider .zone{
	height:100%;
}

#top_slider .slides{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	overflow:hidden;	
	z-index:5;
}

#top_slider .slide{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	overflow:hidden;
	z-index:0;
}

#top_slider .slide .bg{
	display:block;
	width:100%;
}

body.step_1104  .slide .bg{
	/*width:auto !important;
	height:100%;	
	*/
	width:auto !important;
	height:auto !important;
}

body.step_640  .slide .bg.singe{
	margin-left:-220px !important;
	margin-top:0 !important;	
}
body.step_640  .slide .bg.jardinier{
	margin-left:-600px !important;
	margin-top:0 !important;	
}
body.step_640  .slide .bg.medecin{
	margin-left:-30px !important;
	margin-top:0 !important;	
}
body.step_640  .slide .bg.avocat{
	margin-left:-30px !important;
	margin-top:-50px !important;	
}
body.step_640  .slide .bg.chien{
	margin-left:-30px !important;
	margin-top:-120px !important;	
}

#top_slider .slide .txt{
	position:absolute;
	z-index:2;	
	right:18px;
	top:72px;
	background:#FFF;
	color:#000;
	text-align:center;
	padding:54px 60px 0 60px;
	width:292px;
	height:241px;
}

body.step_1104  #top_slider .slide .txt{
	right:0;
	top:69px;
	height:208px;
	
	width:228px;
	padding:54px 55px 0 55px;
}

body.step_640 #top_slider .slide .txt{
	width:100%;
	padding:0;
	top:188px;
	height:auto;
	background:none;
	
}

body.step_640 #top_slider .slide .txt .txt_inner{
	margin:0 10px;
	background:#FFF;
	padding-top:40px;
	height:182px;
}



#top_slider .slide .txt .s{
	font-size:24px;
	line-height:27px;
	font-family: 'SourceSansPro-light',Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	margin-bottom:20px;
}

body.step_1104  #top_slider .slide .txt .s{
	font-size:20px;
	line-height:23px;
}

body.step_640  #top_slider .slide .txt .s{
	font-size:16px;
	line-height:19px;
}

#top_slider .slide .txt strong{
	font-family: 'SourceSansPro-bold',Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-transform:uppercase;
	font-size:40px;
	line-height:42px;
}

body.step_1104  #top_slider .slide .txt strong{
	font-size:30px;
	line-height:32px;
}

body.step_640  #top_slider .slide .txt strong{
	font-size:26px;
	line-height:28px;
}

#top_slider .nav{
	position:absolute;
	z-index:10;	
	bottom:20px;
	left:0;
	width:100%;
	text-align:center;
	font-size:0;
}

body.step_640  #top_slider .nav{
	bottom:30px;
}

#top_slider .nav a:link,
#top_slider .nav a:visited{
	display:inline-block;
	width:8px;
	height:8px;
	font-size:0;
	overflow:hidden;
	background:#a4a4a1;
	margin:0 5px;
}

body.step_640  #top_slider .nav a:link,
body.step_640  #top_slider .nav a:visited{
	background:#fba4a3;
}

#top_slider .nav a.selected:link,
#top_slider .nav a.selected:visited,
#top_slider .nav a:hover,
#top_slider .nav a:active{
	background-color:#f0f0f0;
}

body.step_640  #top_slider .nav a.selected:link,
body.step_640  #top_slider .nav a.selected:visited,
body.step_640  #top_slider .nav a:hover,
body.step_640  #top_slider .nav a:active{
	background-color:#f73230;
}


a.scrollNext{
	display:block;	
	padding:4px 0;
	margin-bottom:85px;
}

a.scrollNext img{
	height:32px;	
}

body.step_768 a.scrollNext{
	margin-bottom:44px;
}



.products{
	margin-bottom:94px;
	font-size:0;
	max-width:510px;
	margin-left:auto;
	margin-right:auto;
	font-family: 'SourceSansPro',Arial, Helvetica, sans-serif;
}

body.product_page .products{
	max-width:682px;
}

body.step_640 .products{
	margin-bottom:44px;
	padding:0 10px;
}

.products a:link,
.products a:visited{
	display:inline-block;
	width:158px;
	height:209px;
	overflow:hidden;
	margin:0 5px 10px 5px;
	
	background:#f8f8f8;
	color:#000000;
	font-size:16px;
	line-height:22px;
	text-decoration:none;
	
}

.products a.selected:link,
.products a.selected:visited{
	background:#e1e1e1;
	color:#8f8f8f;
	cursor:default;
}

body.step_640 .products .br{
	display:inline;	
}

body.step_640 .products a:link,
body.step_640 .products a:visited{
	display:block;
	margin:0 0 10px 0;
	height:70px;
	overflow:hidden;
	position:relative;
	width:auto;
	text-align:left;

}

.products a:hover,
.products a:active{
	color:#f61c1a;
}

.products .illustration{
	margin-top:24px;
	margin-bottom:0px;	
	width:90px;
}

.products a.selected .illustration{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

body.step_640 .products .illustration{
	position:absolute;
	left:5px;
	top:12px;
	margin:0;	
	width:60px;
}


.products .arrow{
	margin-top:13px;
	width:32px;
}

.products a.selected .arrow{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}

body.step_640 .products .arrow{
	position:absolute;
	right:5px;
	top:19px;
	margin:0;	
}

body.step_640 .products .txt{
	padding:26px 30px 0 70px;
	font-size:14px;
}



/*-----------------------------------------------*/

.rdv_bloc{
	background:#7d98af url(../_img/rdv_bg.png) no-repeat center 23px;
	color:#ffffff;
	font-family: 'SourceSansPro-light',Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:23px;
	padding-top:95px;
	height:147px;
	max-width:493px;
	margin-bottom:90px;
}

body.step_640 .rdv_bloc{
	max-width:none;
	margin-bottom:10px;
}

body.touch .rdv_bloc{
	background-image:url(../_img/rdv_bg_2x.png);
	background-size:55px auto;
	
}

.rdv_bloc .txt{
	margin-bottom:13px;
}

.rdv_bloc a:link,
.rdv_bloc a:visited{
	font-family: 'SourceSansPro',Arial, Helvetica, sans-serif;
	color:#7d98af;
	font-size:16px;
	line-height:16px;
	text-decoration:none;
	text-transform:uppercase;
	background:#e5eaef;
	display:inline-block;
	width:242px;
	padding:17px 0 16px 0;
}

.rdv_bloc a:hover,
.rdv_bloc a:active{
	background-color:#FFF;
	
}



.phone_me{
	background:#4a7896 url(../_img/phone_me_bg.png) no-repeat center 23px;
	color:#ffffff;
	font-family: 'SourceSansPro-light',Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:23px;
	padding-top:95px;
	height:147px;
	max-width:493px;
	margin-bottom:90px;
}

body.step_640 .phone_me{
	max-width:none;
	margin-bottom:10px;
	
	display:none;
}

body.touch .phone_me{
	background-image:url(../_img/phone_me_bg_2x.png);
	background-size:74px auto;
	
}

.phone_me .txt{
	margin-bottom:13px;
}

.phone_me .form_tel{
	width:242px;
	height:49px;
	overflow:hidden;
	background:#FFF;
	display:inline-block;
	position:relative;
}

.phone_me .form_tel .submit{
	background:#d1dde4;
	width:74px;
	border:none;
	position:absolute;
	top:0;
	right:0;
	color:#4a7896;
	font-size:16px;
	line-height:16px;
	text-transform:uppercase;
	font-family: 'SourceSansPro',Arial, Helvetica, sans-serif;
	
	height:49px;
	cursor:pointer;
}

.phone_me .form_tel .submit:hover{
	background:#7d98af;
	color:#FFF;
}

.phone_me .form_tel .saisie{
	color:#808284;
	font-family: 'SourceSansPro',Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:13px;
	background:#FFF;
	border:none;
	padding:17px 10px;
	width:140px;
	position:absolute;
	left:0;
	top:0;
	
	outline: none;
}

.phone_you{
	display:none;	
}

body.step_640 .phone_you{
	display:block;
	background:#4a7896 url(../_img/phone_me_bg.png) no-repeat center 23px;
	color:#ffffff;
	font-family: 'SourceSansPro-light',Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:23px;
	padding-top:95px;
	height:147px;
	
	max-width:none;
	margin-bottom:10px;
}

.phone_you strong{
	font-family: 'SourceSansPro-bold',Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:22px;
}

.phone_you em{
	font-family: 'SourceSansPro-italic',Arial, Helvetica, sans-serif;
	font-style:normal;
}

.phone_you a:link,
.phone_you a:visited{
	font-family: 'SourceSansPro',Arial, Helvetica, sans-serif;
	color:#7d98af;
	font-size:16px;
	line-height:16px;
	text-decoration:none;
	text-transform:uppercase;
	background:#e5eaef;
	display:inline-block;
	width:242px;
	padding:17px 0 16px 0;
}

.phone_you a:hover,
.phone_you a:active{
	background-color:#FFF;
	
}
.phone_you .txt{
	margin-bottom:13px;
}




::-webkit-input-placeholder {
	font-family: 'SourceSansPro-italic',Arial, Helvetica, sans-serif;	
    color:    #808284;
	opacity:  1;
}
:-moz-placeholder {
	font-family: 'SourceSansPro-italic',Arial, Helvetica, sans-serif;
   color:    #808284;
   opacity:  1;
}
::-moz-placeholder {
	font-family: 'SourceSansPro-italic',Arial, Helvetica, sans-serif;
   color:    #808284;
   opacity:  1;
}
:-ms-input-placeholder {
	font-family: 'SourceSansPro-italic',Arial, Helvetica, sans-serif;
   color:    #808284;
   opacity:  1;
}
:placeholder-shown { 
font-family: 'SourceSansPro-italic',Arial, Helvetica, sans-serif;
  color:    #808284;
  opacity:  1;
}


.phone_and_rdv{
	max-width:830px;
	margin:auto;
	padding-left:10px;
}

body.step_640 .phone_and_rdv{
	padding-left:0;
	margin-bottom:50px;
}

.phone_and_rdv .phone_me{
	float:left;
	width:50%;
	margin-left:-10px;	
}
body.step_640 .phone_and_rdv .phone_me{
	float:none;
	width:auto;
	margin-left:0;
}

.phone_and_rdv .rdv_bloc{
	float:right;
	width:50%;
}

body.step_640 .phone_and_rdv .rdv_bloc{
	float:none;
	width:auto;
}




/*-------------------------------------------------*/

.ctaProduit_ctn{
	margin-bottom:97px;
}

a.ctaProduit:link,
a.ctaProduit:visited{
	display:inline-block;
	vertical-align:middle;
	margin:auto;
	color:#FFF;
	text-decoration:none;
	font-family: 'SourceSansPro-semibold',Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:16px;
	text-transform:uppercase;
	background:#f61c1a;
	
	padding:17px 35px 17px 35px;
}

a.ctaProduit:hover,
a.ctaProduit:active{
	background:#c51615;
}

a.ctaProduit.simulation:link,
a.ctaProduit.simulation:visited{
	padding:12px 35px 12px 35px;
	
}
a.ctaProduit .pen{
	display:inline-block;
	vertical-align:middle;
	width:28px;
	margin-right:5px;
}

a.ctaProduitSmall:link,
a.ctaProduitSmall:visited{
	display:inline-block;
	vertical-align:middle;
	margin:auto;
	font-family: 'SourceSansPro',Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:16px;
	color:#000;
	text-decoration:none;
	margin-top:15px;
	/*
	color:#FFF;
	
	
	text-transform:uppercase;
	background:#f61c1a;
	
	padding:17px 35px 17px 35px;
	*/
}

a.ctaProduitSmall:link .a,
a.ctaProduitSmall:visited .a{
	color:#f61c1a;
}

a.ctaProduitSmall:hover .b,
a.ctaProduitSmall:active .b{
	text-decoration:underline;
}


.hints{
	font-size:0;
	margin-bottom:65px;
}

body.step_640 .hints{
	background:url(../_img/separator2.png) no-repeat center top;
	
}

.hint{
	display:inline-block;
	vertical-align:top;
	width:33.33%;	
	background:url(../_img/separator.png) no-repeat right 0px;
}

body.step_910 .hint{
	display:block;
	width:auto;
	background:none;
	margin-bottom:40px;
}

body.step_640 .hint{
	background:url(../_img/separator2.png) no-repeat center bottom;
	text-align:left;
	margin-bottom:0;
	padding-bottom:1px;
}

body.step_910 .hint .br{
	display:inline;	
}

.hint:last-child,
.hint.h3{
	background:none;	
}

.hint .check{
	height:71px;
}
body.step_640 .hint .check{
	display:none;
}


.hint .title{
	color:#7f7f7f;
	font-family:'SourceSansPro-bold',Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:22px;
	text-transform:uppercase;
	margin-top:45px;
	margin-bottom:10px;
}

.hint .title .regular{
	font-family:'SourceSansPro',Arial, Helvetica, sans-serif;
}

.hint sup{
	font-size:10px;
}

body.step_910 .hint .title{
	margin-top:40px;
}

body.step_640 .hint .title{
	margin:0;
	padding:20px 20px 20px 90px;
	background:url(../_img/check.png) no-repeat 25px center;
	background-size:43px auto;
}

.hint .desc{
	font-size:18px;
	line-height:22px;
	color:#000;
	font-family: 'SourceSansPro-extralight',Arial, Helvetica, sans-serif;
	padding:0 35px;
}

body.step_910 .hint .desc{
	padding:0 100px;
}

body.step_640 .hint .desc{
	display:none;
}


#topPadding{
	height:95px;
}

body.step_640 #topPadding{
	height:45px;
}


.onlyMobile{
	display:none;	
}

body.step_640 .onlyMobile{
	display:inherit;	
}


body.step_640 .onlyDesktop{
	display:none;	
}


.apps{
	padding-top:15px;	
	text-align:center;
	font-size:0;
}

.apps img{
	display:inline-block;
	vertical-align:middle;	
	margin-bottom:5px;
}

.apps .gplay{
	margin-right:2.5px;
	margin-left:2.5px;
}
.apps .appstore{
	margin-left:2.5px;
	margin-right:2.5px;
}





.bandeau{
	max-width:1080px;
	height:496px;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	margin:auto;
	position:relative;
	z-index:0;
}

body.step_768 .bandeau{
	height:415px;
}

body.financement .bandeau{
	background-image:url(../_img/bandeau_financement.jpg);
}
body.ecommerce .bandeau{
	background-image:url(../_img/bandeau_ecommerce.jpg);
}
body.protection_activite .bandeau{
	background-image:url(../_img/bandeau_protection_activite.jpg);
}
body.transmission .bandeau{
	background-image:url(../_img/bandeau_transmission.jpg);
}
body.protection_juridique .bandeau{
	background-image:url(../_img/bandeau_protection_juridique.jpg);
}
body.encaissement_mobile .bandeau{
	background-image:url(../_img/bandeau_encaissement_mobile.jpg);
}
body.developper_international .bandeau{
	background-image:url(../_img/bandeau_developper_international.jpg);
}
body.protection_des_salaries .bandeau{
	background-image:url(../_img/bandeau_protection_des_salaries.jpg);
}
body.retraite .bandeau{
	background-image:url(../_img/bandeau_retraite.jpg);
}


.bandeau .txt{
	position:absolute;
	z-index:10;
	bottom:160px;
	right:72px;
	
	font-size:28px;
	line-height:28px;
	color:#000;
	text-transform:uppercase;
	
	font-family: 'HelveticaNeueLT-Condensed',Arial, Helvetica, sans-serif;
	
}

.bandeau .txt span{
	display:block;	
	background:url(../_img/bg_white.png);
	padding:20px 20px;
}

body.step_1024 .bandeau .txt{
	right:40px;
}

body.step_910 .bandeau .txt{
	right:20px;
}

body.step_768 .bandeau .txt{
	right:0;
	width:100%;
	bottom:135px;
	font-size:20px;
	line-height:22px;
}

body.step_768 .bandeau .txt span{
	margin:0 20px;	
	padding:15px 15px;
}

.pageTextZone{
	z-index:10;	
	margin:-102px 70px 40px 70px;
	padding:55px 90px 55px 90px;
	background:#f7f5f5;
	position:relative;
	
	font-size:18px;
	line-height:26px;
	font-family: 'SourceSansPro-extralight',Arial, Helvetica, sans-serif;
}

body.step_1024 .pageTextZone{
	padding:55px 50px 55px 50px;
	margin:-102px 40px 40px 40px;
}

body.step_910 .pageTextZone{
	margin:-102px 20px 40px 20px;
	padding:30px 30px 30px 30px;
}

body.step_768 .pageTextZone{
	margin:-125px 20px 50px 20px;
}

body.step_640 .pageTextZone{
	
}

.pageTextZone h1{
	font-family: 'SourceSansPro-bold',Arial, Helvetica, sans-serif;
	font-weight:normal;	
	color:#000;
	font-size:30px;
	line-height:35px;
	margin-bottom:35px;
	text-transform:uppercase;
}

body.transmission .pageTextZone h1{
	font-size:28px;
	letter-spacing:-1px;
}
body.encaissement_mobile .pageTextZone h1{
	font-size:28px;
	letter-spacing:-1px;
}

body.protection_des_salaries .pageTextZone h1{
	font-size:27px;
	letter-spacing:-1px;
}

body.step_640 .pageTextZone h1{
	font-size:26px;
	line-height:30px;
	margin-bottom:20px;
}


.hits2{
	position:relative;	
	margin:auto auto 75px auto;
}

.hits2 .hit{
	display:inline-block;
	vertical-align:top;
	width:30%;
	height:175px;
	
	font-size:18px;
	line-height:20px;
	text-transform:uppercase;
	font-family: 'SourceSansPro',Arial, Helvetica, sans-serif;
	color:#474747;
	
}

body.step_768 .hits2{
	padding:0 30px;	
	margin-bottom:20px;
}

body.step_768 .hits2 .hit{
	display:block;
	width:auto;	
}

body.step_640 .hits2 .hit{
	height:auto;
	font-size:16px;
	line-height:18px;
	padding-bottom:40px;
}

.hits2 .hit img{
	height:77px;
	display:block;
	margin:25px auto 10px auto;
}

.hits2 .hit2{
	border-left:1px solid #d0d0d0;
	border-right:1px solid #d0d0d0;
}

body.step_768 .hits2 .hit2{
	border-top:1px solid #d0d0d0;
	border-bottom:1px solid #d0d0d0;
	border-left:none;
	border-right:none;
}



.contactsBloc{
	position:relative;
	margin-bottom:90px;
	background:#e20031;
	
	padding-top:50px;
	
	
	color:#FFF;
}

.contactsBloc .rdv_mobile,
.contactsBloc .tel_mobile{
	display:none;	
}


.contactsBloc .rdv_desktop{
	display:inline-block;
	vertical-align:top;
	width:400px;
}

.contactsBloc .tel_desktop{
	display:inline-block;
	vertical-align:top;
	width:400px;
}

.contactsBloc .rdv_desktop,
.contactsBloc .tel_desktop{
	padding-bottom:65px;
}

.contactsBloc .rdv_desktop .title,
.contactsBloc .tel_desktop .title{
	margin-bottom:10px;	
}

.contactsBloc .rdv_desktop .title span,
.contactsBloc .tel_desktop .title span{
	display:inline-block;
	font-size:16px;
	line-height:16px;
	font-family: 'SourceSansPro-semibold',Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	padding-left:42px;
	padding-top:8px;
	padding-bottom:12px;
}

.contactsBloc .rdv_desktop .title span{
	background:url(../_img/icon1.png) no-repeat 0 0;
}

.contactsBloc .tel_desktop .title span{
	background:url(../_img/icon2.png) no-repeat 0 0;
}

.contactsBloc .tel_desktop img{
	height:55px;
}

.contactsBloc .rdv_desktop a:link,
.contactsBloc .rdv_desktop a:visited{
	width:165px;
	display:inline-block;
	vertical-align:top;
	margin:2px 5px 0 5px;
	background:#FFF;
	text-decoration:none;
	color:#000;
	font-size:14px;
	line-height:14px;
	font-family: 'SourceSansPro',Arial, Helvetica, sans-serif;
	padding:17px 0 18px 0;
}

.contactsBloc .rdv_desktop a:hover,
.contactsBloc .rdv_desktop a:active{
	color:#e20031;
}

body.step_768 .contactsBloc{
	margin-bottom:40px;
	background:none;
	padding-top:0;
	padding-left:10px;
	padding-right:10px;
}

#page h2.contact_h2{
	/*display:none;*/
	margin-bottom:40px;
}

#page h2.products_h2{
	margin-bottom:50px;
}

body.step_768 #page h2.contact_h2{
	display:block;
	margin-bottom:35px;
}

body.step_768 #page h2.products_h2{
	margin-bottom:35px;
}

body.step_768 .contactsBloc .rdv_desktop,
body.step_768 .contactsBloc .tel_desktop{
	display:none;
}

body.step_768 .contactsBloc .rdv_mobile{
	display:block;	
	background:#b00026 url(../_img/icon5.png) no-repeat center top;
	background-size:auto 90px;
	margin-bottom:10px;
	padding-top:100px;
	padding-bottom:30px;
}

body.step_768 .contactsBloc .rdv_mobile .title{
	font-size:16px;
	line-height:20px;
	font-family: 'SourceSansPro-light',Arial, Helvetica, sans-serif;
	margin-bottom:15px;
}

body.step_768 .contactsBloc .rdv_mobile a{
	color:#b00026;
	text-decoration:none;
	display:inline-block;
	vertical-align:top;
	background:#efccd4;
	text-transform:uppercase;
	padding:18px 30px 18px 30px;
	
	font-size:16px;
	line-height:16px;
}


body.step_768 .contactsBloc .tel_mobile{
	display:block;	
	background:#e20031 ;
	margin-bottom:10px;
	display:block;
	padding:20px 0 24px 0;
}

body.step_768 .contactsBloc .tel_mobile img{
	width:258px;
}


/*-------------------------------------------------*/

#videos{
	margin-bottom:60px;
	padding-top:47px;
}

#videos .list{
	position:relative;
}

#videos .videoLink,
#videos a.videoLink:link,
#videos a.videoLink:visited{
	display:inline-block;	
	width:280px;
	margin:0 18px;
	vertical-align:top;
	
	color:#e20031;
	text-decoration:none;
	font-size:16px;
	line-height:16px;
	
	font-family: 'SourceSansPro-bold',Arial, Helvetica, sans-serif;
	
	padding-bottom:20px;
}

body.step_640 #videos .videoLink{
	/*margin-left:0;
	margin-right:0;*/
	width:320px;
	display:block;
	margin:0 auto 10px auto;
}

#videos .videoLink .visuel{
	position:relative;	
	display:block;
}

#videos .videoLink .visuel img{
	width:100%;	
}

#videos .videoLink .visuel .btn{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;	
	background:url(../_img/video_hover.png) no-repeat center center;
	background-size:40px auto;
}

body.step_640 #videos .videoLink .visuel .btn{
	background-size:56px auto;
}

#videos .videoLink .title{
	display:block;
	padding-top:17px;
}

.videoContainer{
	padding-top:10px;	
	padding-bottom:8px;
}

.videoContainer h3{
	padding-left:20px;	
	font-size:28px;
	line-height:28px;
	font-family: 'SourceSansPro-extralight',Arial, Helvetica, sans-serif;
	font-weight:normal;
	margin-bottom:5px;
}

.videoContainer h4{
	padding-left:20px;	
	font-size:19px;
	line-height:19px;
	font-family: 'SourceSansPro-bold',Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#e20031;
	margin-bottom:18px;
}

.videoContainer .sns{
	padding:15px 0 0 13px;
	display:none;
}

.videoContainer .sns img{
	width:45px;
}

.popin_rdv1_inner{
	height:500px;
	width:610px;
	padding:0 10px;
	overflow:auto;
	margin-top:30px;
}