/* ============================== */
/*  Section - Common
/* ============================== */

.container section{
	width: 100%;
	max-width: 960px;
	margin: 40px auto;
	}
section header{
    margin-bottom: 16px;
	}
section article header h2{
    font: 22px/16px "FuturaBT-Bold", Arial;
    color: #007298;
    letter-spacing: 0;
    text-transform: uppercase;
	border-bottom:1px solid #d1d3d4;
	}
section article .content{
	position: relative;
	}
section article .content h3{
    font: 16px/24px "FuturaBT-Medium", Arial;
	color: #000000;
	}
section article .content h4{
    font: 14px/14px "FuturaBT-Bold", Arial;
	color: #666666;
	text-transform: uppercase;
	}
section article .content p{
    margin: 0px 0px 25px;
    font: 16px/18px "FuturaBT-Light", Arial;
	color: #000;
	}
section article .content p span{
    text-transform: uppercase;
	}
section article .content .b_link{
	font: 14px/24px "FuturaBT-Bold", Arial;
    text-transform: uppercase;
	color: #fff;
	}
section article .content .b_link:hover{
	color: #007298;
	}	
/*	
.obj_popin{
	left: 50% !important;
	top: 0 !important;
	transform: translate(-50%, 2%);	
	}
*/
@media screen and (max-width: 767px){
	/*.obj_popin .content,
	.obj_popin-player{
		width: 320px;
		height: 180px;
		}	
	*/	
	
}
	
#Hero, #Section_01, #Section_02, #Section_03, #SectionBestSellers, #Section_04{
    margin: 0px auto -200px auto;
    padding: 200px 0px 0px 0px;
	}
.pg_home #FindSkincare{
    padding: 150px 0px 0px 0px;
	}

@media screen and (max-width: 960px){
	#Hero, #Section_01, #Section_02, #Section_03, #SectionBestSellers, .pg_home #FindSkincare{
		margin: 0px auto -100px auto;
		padding: 100px 0px 0px 0px;
		}
}

@media screen and (max-width: 767px){
	#Section_01 article, #Section_02 article, #Section_03 article, #Section_04 article{
		max-width: 480px;	
	}
}

.main .b_arrow{
	font:12px/1em 'FuturaBT-Bold';
	text-transform:uppercase;
	transition:all .3s ease;
	-webkit-transition:all .3s ease;
	}
.main .b_arrow::after{
	position:relative;
	top:-1px;
	display:inline-block;
	content:'>';
	margin-left:5px;
	font-family:'FuturaBT-Book';
	color:#007298;
	}
.obj_carrousel{
	z-index:5;
	}
.ctn_home .b_gradient,
.ctn_home a.b_gradient{
	display: inline-block;
	height: 32px;
	line-height: 32px;
	padding:0 20px;
	font-family: FuturaBT-Book,"arial";
	text-align: center;
	border:1px solid #cbd4d8;
	background: #f5f5f5;
	background:-webkit-linear-gradient(top, #f5f5f5 0%, #e9eef0 50%, #dde4e7 51%, #f7f8f9 100%);
	background:linear-gradient(to bottom, #f5f5f5 0%, #e9eef0 50%, #dde4e7 51%, #f7f8f9 100%);
	transition: all 0.3s ease;
	}
.ctn_home  .obj_carrousel .item:hover .b_gradient,
.ctn_home a.b_gradient:hover{
	color: #666;
	}
.obj_carrousel.wide .nav{
	bottom:0 ;
	}
.ctn_popin_video {
    height: 315px;
	}	
.ctn_popin_video iframe {
    width: 560px;
    height: 315px;
	}
	
@media screen and (max-width:767px){

	.container section{
		margin: 20px auto;
		padding: 0;
		}
	section article header h2{
		font: 22px/1em "FuturaBT-Bold", Arial;
		}
	.ctn_popin_video {
		height: auto;
		}	
	.ctn_popin_video iframe {
		width: 320px;
		height: auto;
		}	

}

/* ============================== */
/*  Banner
/* ============================== */

#Hero {
	height: 450px;
	padding-top: 147px;
	margin-bottom: -110px;
	}

@media screen and (max-width: 960px) {
	#Hero {
		padding-top: 75px;
		margin-bottom: -40px;
		}
}

@media screen and (max-width: 767px) {
	#Hero {
		top: 60px;
		padding-top: 0;
		margin-bottom: 0;
		}
}

/* ============================== */
/*  Section_01
/* ============================== */

#Section_01 {
	padding-top: 120px;
}
#Section_01 article {
	position: relative;
	box-sizing: border-box;
	height: 400px;
	margin: 0 auto 60px auto;
	padding: 45px 0 0 36px;
	box-sizing: border-box;
	background: url("images/v_section-01.jpg") no-repeat right top;
	}
#Section_01 article .content {
	padding: 0;
	}
#Section_01 article .content h2 {
	font: 20px/1.2em "FuturaBT-Light", Arial;
	color: #000;
	text-transform: uppercase;
	}
#Section_01 article .content p {
	width: 40%;
	margin: 50px 0 0;
	font: 16px/1.2em "FuturaBT-Light", Arial;
	color: #000;
	}
#Section_01 article .content p:last-of-type {
	margin-top: 10px;
}
#Section_01 article .content p strong {
	font-family: "FuturaBT-Bold", Arial;
}
#Section_01 article .content .separate {
	position: relative;
	display: block;
	width: 100%;
	text-align: center;
	font: 60px/44px "FuturaBT-Bold", Arial;
	color: #000;
}
#Section_01 article .content .separate:before {
	content: "";
	position: absolute;
	top: 25px;
	left: 0;
	width: 47%;
	height: 1px;
	background-color: #000;
}
#Section_01 article .content .separate:after {
	content: "";
	position: absolute;
	top: 25px;
	right: 0;
	width: 47%;
	height: 1px;
	background-color: #000;
}
#Section_01 article .b_gradient {
	width: 116px;
	height: 32px;
	margin: 15px 0 0 0;
	line-height: 32px;
	box-sizing: border-box;
	}
	
@media screen and (max-width: 960px) {
	#Section_01 {
		padding-top: 40px;
	}
	#Section_01 article {
		background: url("images/v_section-01.jpg") no-repeat right -20px;
		}
	#Section_01 article .content p {
		width: 100%;
		margin: 50px 0 0;
		}
	#Section_01 article .content .separate {
		position: relative;
		display: block;
		width: 100%;
		text-align: center;
		font: 60px/44px "FuturaBT-Bold", Arial;
		color: #000;
		}
	#Section_01 article .content .separate:before {
		content: "";
		position: absolute;
		top: 25px;
		left: 0;
		width: 47%;
		height: 1px;
		background-color: #000;
		}
	#Section_01 article .content .separate:after {
		content: "";
		position: absolute;
		top: 25px;
		right: 0;
		width: 47%;
		height: 1px;
		background-color: #000;
		}
}
@media screen and (max-width: 767px) {
	#Section_01 {
		padding-top: 80px;
	}
	#Section_01 article {
		height: auto;
		margin: 0 0 25px;
		padding: 20px; 
		background-position: right 0;
		background-size: contain;
		}
	#Section_01 article .content h2{
		font-size: 18px;
		line-height: 21px;
		}
	#Section_01 article .content p {
		width: 100%;
		margin: 20px 0 0;
		}
	#Section_01 article .content p:last-of-type {
		margin-top: 0;
	}
	#Section_01 article .content .separate {
		margin-top: -5px;
	}

}

/* ============================== */
/*  Section_02 */
/* ============================== */
#Section_02 {
	font-size:0;
	}
#Section_02 article {
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 60px;
	padding: 35px 36px 30px;
	min-height: 310px;
	width: 48%;
	}

#Section_02 .push-01{
	padding-right: 120px;
	margin-right: 2%;
	background: url('images/v_push-01.jpg') no-repeat right bottom #fff;
	}
#Section_02 .push-01 h2{
	color: #007298;
	}	
#Section_02 .push-01 .t_desc{
	max-width: 77%;
	}	
#Section_02 .push-01.b_arrow:hover{	
	color: #2e9ebe;
	}

#Section_02 .push-02{
	padding-right: 40px;
	margin-left: 2%;
	background: url('images/v_push-02.jpg') no-repeat right bottom #fff;
	}
#Section_02 .push-02 header h2,
#Section_02 .push-02 header h3{	
	color: #007298;
	}
#Section_02 .push-02 .t_desc{
	padding-right: 170px;
	}	

#Section_02 .push-03{
	padding-right: 10%;
	margin-right: 2%;
	background: url('images/v_push-03.jpg') right bottom #fff no-repeat;
	}
#Section_02 .push-03 h2{
	color: #000;
	}	
#Section_02 .push-03 .t_desc{
	max-width: 80%;
	}

#Section_02 article header {
	margin-bottom: 25px;
	}
#Section_02 article h3 {
	margin-bottom: 5px;
	font: 16px/1em 'FuturaBT-Light';
	color: #fff;
	text-transform: uppercase;
	}
#Section_02 article h2 {
	font: 20px/1.2em 'FuturaBT-Light';
	color: #fff;
	border: none;
	text-transform: uppercase;
	}
#Section_02 article h2 strong{
	font: 22px/1.2em 'FuturaBT-Bold';
	}	
#Section_02 article .t_desc {
	margin-bottom: 30px;
	font: 16px/19px 'FuturaBT-Light';
	}
#Section_02 article .b_arrow{
	color: #000;
	}

@media screen and (max-width: 960px) {
	#Section_02 .push-01{
		padding-right: 25px;
		}
	#Section_02 .push-02 .t_desc {
		padding-right: 115px;
		}	
}

@media screen and (max-width:768px) {
	#Section_02 .push-01,
	#Section_02 .push-02 {
		padding-right: 25px;
		}
	#Section_02 .push-02 {
		background-position: 40% top;
		}
	#Section_02 article .t_desc {
		font-size: 14px;
		}
}

@media screen and (max-width: 767px) {
	#Section_02 {
		}
	#Section_02 article {
		width: 100%; min-height: auto;
		}
	#Section_02 article h3 {
		font-size: 15px;
		}
	#Section_02 article h2 {
		font-size: 18px;
		}
	#Section_02 article h2 strong {
		font-size: 20px;
		}	
	#Section_02 .push-01{
		height: 313px;
		margin-right: 0;
		margin-bottom: 0;
		padding: 30px 25px;
		background-size: cover;
		background-position: right center;
		}
	#Section_02 .push-01 header{
		padding-right: 25%;
		}	
	#Section_02 .push-01 .t_desc{
		max-width: 50%;
		}	
	#Section_02 article .t_desc {
		max-width: 50%;
		margin-bottom: 30px;
		font: 14px/16px "FuturaBT-Light", Arial;
		}
	#Section_02 article p {
		margin-bottom: 10px;
		}
	#Section_02 .push-02 {
		min-height: 313px;
		margin-bottom: 0;
		margin-left: 0;
		padding: 30px 25px;
		background-position: right -50px bottom 0;
		background-size: cover;
		background-color: #F9F8F6;
		}
	#Section_02 .push-02 .t_desc{
		padding-right: 38%;
		}		
	#Section_02 .push-02 p {
		padding: 0;
		}
}

/* ============================== */
/*  Best Sellers */
/* ============================== */
.ctn_best_sellers{
	height:auto;
	}
.ctn_best_sellers .masque{
	position:relative;
	max-width:960px;
	height:420px;
	padding: 0 0 0 0;
	overflow:hidden;
	}
.ctn_best_sellers .items{
    height:100%;
    position:absolute;
    width:100000px;
    z-index:1;
	}
.ctn_best_sellers .obj_carrousel.products .item{
	float:left;
	min-width:230px;
	text-align:center;
	}
.ctn_best_sellers .obj_carrousel.products .item .obj_product{
	display:inline-block;
	float:none;
	margin:0 auto;
	max-width:240px;
	width:auto;
	text-align:center;
	}
.ctn_best_sellers .obj_carrousel.products .item .obj_product .pPhilosophy{
    left:0; right:0;
    top:0;
	}
.ctn_best_sellers .obj_carrousel.products .item .obj_product figure a{
	display:block;
	}
.ctn_best_sellers .obj_carrousel.products .nav{
    position:absolute;
	z-index:30;
	top:170px;
	width:960px;
	margin:0 auto;
	}
.ctn_best_sellers .obj_carrousel.products .nav button{
	display:block;
	width:22px; height:40px;
	border:0;
	margin:0;
	padding:0;
	text-indent:-99999px;
	overflow:hidden;
	cursor:pointer;
	opacity:0.7;
	}
.ctn_best_sellers .obj_carrousel.products .nav button:hover{
	opacity:1;
	}
.ctn_best_sellers .obj_carrousel.products .nav button.disabled{
	opacity:0;
	}
.ctn_best_sellers .wrapper_best-sellers{
	box-shadow:none;
	box-sizing:border-box;
	height:auto;
	overflow:hidden;
	margin:0 auto 60px;
	padding:0;
	border-bottom:1px solid #d1d3d4;
	}
.ctn_best_sellers header{
    margin-bottom:30px;
	}
.ctn_best_sellers header h2{
	padding-bottom:10px;
    color:#007298;
    font:22px/1em "FuturaBT-Bold";
    text-transform:uppercase;
	border-bottom:1px solid #d1d3d4;
	}
.ctn_best_sellers .obj_product img{
    display:block;
    height:280px;
    width:auto;
	}
.ctn_best_sellers .obj_product header{
    margin:0 auto;
    padding:14px 15px 0;
    width:auto !important;
    text-align:center;
	}
.ctn_best_sellers .obj_product .pPhilosophy span{
	width:45px; height:12px;
    border:0 none;
    border-radius:3px;
    display:inline-block;
    padding:2px 5px;
	background-color:#008ab0;
	font: 9px/12px"FuturaBT-Bold",arial;
	text-align:center;
	color:#ffffff;
	}
.ctn_best_sellers .obj_product header a{
	padding-top:26px;
	}
.ctn_best_sellers .obj_product h3{
	margin-bottom:10px;
	color:#000;
	font:16px/1.2em "FuturaBT-Light";
	text-transform: uppercase;
	}
.ctn_best_sellers .obj_product p:not([class]){
	margin:-10px 0 10px;
	text-transform:none;
	}
.ctn_best_sellers .obj_product .baseline{
	color:#008ab0;
	font-size:10px;
	margin:0 0 10px;
	}
.ctn_best_sellers .ctn_bt{
	font:10px/10px "FuturaBT-Bold",arial;
	text-transform:uppercase;
	color:#2e9ebe;
	}
.ctn_best_sellers .ctn_bt span{
	font:10px/10px "FuturaBT-Light",arial;
	}

@media screen and (max-width:1024px){
	.ctn_best_sellers{
		width:100%;
		}
	.ctn_best_sellers .masque{
		max-width:760px;
		padding:0; margin:0 auto;
		}
	.ctn_best_sellers .wrapper_best-sellers{
		width: 100%;
		padding: 0 30px;
		}
	.ctn_best_sellers .obj_carrousel.products .nav {
		width:100%;
		}
	.ctn_best_sellers .obj_carrousel.products .nav .b_prev{
		left:20px;
		}
	.ctn_best_sellers .obj_carrousel.products .nav .b_next{
		right:30px;
		}
}

@media screen and (max-width:768px){
	.ctn_best_sellers header h2{
		font: 22px/1em 'FuturaBT-Bold';
		}
}

@media screen and (max-width:767px){
	.ctn_best_sellers .wrapper_best-sellers {
		width: 100%;
		margin-bottom: 0;
		padding: 0 25px;
		border-bottom: 0;
		}
	.ctn_best_sellers header h2 {
		font: 20px/1em 'FuturaBT-Bold';
		}	
	.ctn_best_sellers .obj_carrousel.products{
		border-bottom: 1px solid #d1d3d4;
		}	
}

@media screen and (max-width:640px){
	.ctn_best_sellers{
		padding:90px 0 50px;
		}
}

@media screen and (max-width:480px){
	#SectionBestSellers{
		padding-top: 120px;
		margin-bottom: -60px;
		}
	.ctn_best_sellers .obj_carrousel.products .item .obj_product{
		margin:0;
		max-width:inherit;
		width:auto;
		}
	.ctn_best_sellers .obj_carrousel.products .item{
		float:left;
		max-width:inherit;
		min-width:inherit;
		text-align:center;
		}
}

/* ============================== */
/*  Section_03 */
/* ============================== */
#Section_03{
	position: relative;
	z-index: 4;
	padding: 160px 0 15px 0;
	border-bottom: 1px solid #d1d3d4;
	}
#Section_03 article{
	min-height: 394px;
	padding-right: 60%;
	background: url('images/v_pro.jpg') right top no-repeat;
	}
#Section_03 article h2 em{
	font:16px/1em 'FuturaBT-Light';
	}
#Section_03 article h2{
	padding-top: 55px;
	font: 22px/1.2em 'FuturaBT-Bold';
	margin-bottom:5px;
	color: #007298;
	border: none;
	text-transform:uppercase;
	}
#Section_03 article .t_desc{
	margin-bottom:30px;
	font:16px/19px 'FuturaBT-Light';
	}
#Section_03 article a.b_gradient{
	height:32px;
	line-height:32px;
	padding:0 20px 0 20px;
	border:1px solid #cbd4d8;
	background:#f5f5f5;
	background:-webkit-linear-gradient(top, #f5f5f5 0%, #e9eef0 50%, #dde4e7 51%, #f7f8f9 100%);
	background:linear-gradient(to bottom, #f5f5f5 0%, #e9eef0 50%, #dde4e7 51%, #f7f8f9 100%);
	color: inherit;
	}
#Section_03 article a.b_gradient:hover{
	color:#666;
	}

@media screen and (max-width:960px){
	#Section_03{
		padding: 60px 0 15px 0;
		}
	#Section_03 article{	
		padding-left: 30px;
		background: url('images/v_pro.jpg') no-repeat right center / 50% auto;
		}	
}

@media screen and (max-width:767px){
	#Section_03{
		padding-top: 60px;
		}
	#Section_03 article{
		min-height: auto;
		padding: 0 20px 360px 20px;
		background: url('images/v_pro.jpg') center bottom / 414px auto no-repeat;
		}
	#Section_03 article h3{
		padding-top:20px;
		}
	#Section_03 article h2{
		padding-top: 25px;
		font-size: 17px;
		}
	#Section_03 article h2 em{
		font-size: 14px;
		}	
}

/* ============================== */
/*  Section_04 */
/* ============================== */
#Section_04{
	position: relative;
	padding: 215px 0 15px 0;
	margin-bottom: 0;
	}
#Section_04 article{
	position: relative;
	min-height: 394px;
	padding-right: 60%;
	background: url('images/v_section-04.jpg') right top no-repeat;
	}
#Section_04 article h2 em{
	font:16px/1em 'FuturaBT-Light';
	}
#Section_04 article h2{
	padding-top: 55px;
	font: 22px/1.2em 'FuturaBT-Bold';
	margin-bottom:5px;
	color: #007298;
	border: none;
	text-transform:uppercase;
	}
#Section_04 article .t_desc{
	margin-bottom:30px;
	font:16px/19px 'FuturaBT-Light';
	}
#Section_04 article a.b_gradient{
	height:32px;
	line-height:32px;
	padding:0 20px 0 20px;
	border:1px solid #cbd4d8;
	background:#f5f5f5;
	background:-webkit-linear-gradient(top, #f5f5f5 0%, #e9eef0 50%, #dde4e7 51%, #f7f8f9 100%);
	background:linear-gradient(to bottom, #f5f5f5 0%, #e9eef0 50%, #dde4e7 51%, #f7f8f9 100%);
	color: inherit;
	}
#Section_04 article a.b_gradient:hover{
	color:#666;
	}
#Section_04 article .b_video {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50%;
    padding: 0;
    border: none;
    cursor: pointer;
    background: transparent;
	}	
#Section_04 article .b_video::before {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 71px;
    width: 71px;
    background: url('images/i_play.png') left top / 71px auto no-repeat;
    content: '';
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
	}
#Section_04 article .b_video:hover::before{
	transform: translate(-50%,-50%) scale(1.2);
	-webkit-transform: translate(-50%,-50%) scale(1.2);
	-ms-transform: translate(-50%,-50%) scale(1.2);
	}	

@media screen and (max-width:960px){
	#Section_04{
		padding: 115px 0 0 0;
		}
	#Section_04 article{
		padding-left: 30px;
		}
	#Section_04 article{	
		background: url('images/v_section-04.jpg') no-repeat right center / 50% auto;
		}
}

@media screen and (max-width:767px){
	#Section_04{
		}
	#Section_04 article{
		min-height: auto;
		padding: 0 20px 0 20px;
		background: url('images/v_section-04_mob.jpg') no-repeat center bottom / auto 224px;
		}
	#Section_04 article h3{
		padding-top: 20px;
		}
	#Section_04 article .b_video {
		position: relative;
		height: 224px;
		width: 100%;
		margin-top: 26px;
		}
	#Section_04 article h2{
		padding-top: 25px;
		font-size: 17px;
		}
	#Section_04 article h2 em{
		font-size: 14px;
		}	
}

/* ============================== */
/*  Skincare */
/* ============================== */
.pg_home .container .obj_find-skincare header h2{
	border:none;
	}

@media screen and (max-width:960px){
	.pg_home #FindSkincare .obj_find-skincare{
		padding-bottom: 0;
		}
}	

@media screen and (max-width:768px){
	.pg_home .container .obj_find-skincare{
		margin-top: 80px;
		}
}

@media screen and (max-width:640px){
	.pg_home .container .obj_find-skincare{
		margin-top: 50px;
		}
}

@media screen and (max-width:480px){
	.pg_home #FindSkincare{
		padding-top:70px;
		padding-bottom: 80px;
		}
	.pg_home #FindSkincare .obj_find-skincare{
		margin-top: 0px;
		}
}
