/* ============================== */
/*  Section - Common
/* ============================== */
section {
	max-width: 960px;
	margin:40px auto 60px;
	}
section header {
    margin-bottom: 20px;
	}
section header h2 {
    font: 30px/30px "FuturaBT-Bold", Arial;
    color: #008ab0;
    letter-spacing: 0;
    text-transform: uppercase;	
	}
section article h3 {
	height: auto;
	margin: 35px 0 0;
	font-size: 17px;
	line-height:17px;
	text-transform: uppercase;
	font-family: "FuturaBT-Bold";
	color: #636363; 
	}	
section article h3 em{
	font-size: 11px;
	}	
section article .content {
	position: relative;
	}
section article .content h4 {
    font: 14px/14px "FuturaBT-Bold", Arial;
	color: #666666;
	text-transform: uppercase;
	}
section article .content p {
    margin: 0px 0px 20px;
    font: 15px/21px "FuturaBT-Light", Arial;
	color: #464646;
	}
section article .content p span {
    text-transform: uppercase;
	}
section article .content .t_mentions{
	margin: 30px 0 0;
	font: 10px/12px "FuturaBT-Light", Arial;
	font-style: italic;
	}	
section article .content .b_link {
	font: 15px/15px "FuturaBT-Bold", Arial;
    text-transform: uppercase;
	color: #464646;
	transition:all .3s ease;
	-webkit-transition:all .3s ease;
	}
section article .content .b_link::after {
    content: '>';
	position: relative;
    top: -1px;
    display: inline-block;
    margin-left: 5px;
    color: #007298;
	}
section article .content .b_link:hover{
	color: #007298;
	}

@media screen and (max-width:960px){
	section{
		width: 100%;
		max-width: 960px;
		padding: 0 20px;
		}
}

@media screen and (max-width:767px){
	section{
		margin: 20px auto;
		padding: 0 20px;
		}
	section header h2{
		font: 22px/1em "FuturaBT-Bold", Arial;
		}		
}

#Hero, #Section_01, #Section_02, #Section_03{
    margin: 0px auto -200px auto;
    padding: 200px 0px 0px 0px;
	}
@media screen and (max-width: 960px){	
	#Hero, #Section_01, #Section_02, #Section_03{
		margin: 0px auto -100px auto;
		padding: 100px 20px 0px;
		}
}	
@media screen and (max-width: 767px){	
	#Hero, #Section_01, #Section_02, #Section_03{
		margin: 20px auto 0;
		padding: 0 20px;
		}
}	


div.main{
	padding-top:0;
	}
.skin-aging *{
	box-sizing: border-box;
	}	
.skin-aging #Hero{
	height: 647px;
	padding-top: 147px;
	background: #fff; 
	}
.str_left{	
	position: relative;
	display: block;
	width: 50%;
	padding-right: 15px;
	}
.str_right{	
	position: relative;
	display: block;
	text-align: right;
	width: calc(50% - 15px);
	}
.skin-aging article{
	box-sizing: border-box;
	}
.ctn_popin_video iframe{
	width:560px;
	height: 315px;
	}
.pg_landing .obj_popin .content {
    font-size: 0;
	}
	
@media screen and (max-width: 767px){	
	.ctn_popin_video{
		width:100%;
		max-width:560px;
		max-height:315px;
		}
	.ctn_popin_video iframe{
		width: 100%;
		height: auto;
		}
	.str_left{
		width: 100%;
		margin: 0 0 20px;
		padding: 0;
		float: none;
		}	
	.str_right{
		width: 100%;
		margin: 0 0 20px;
		text-align: left;
		float: none;
		}	
		
}
	
/*
#Section_01, #Section_02, #Section_03{
    margin: 0px auto -200px auto;
    padding: 200px 0px 0px 0px;
	}
*/	
	
/* ============================== */
/*  Banner
/* ============================== */
/*
#Hero {
    margin-bottom:-110px;
	}
*/	
#Hero .banner {
	width: auto;
	max-width: 960px;
	height: 550px;
	margin: 0px auto;
	padding: 0;
	}
#Hero .banner .ctn_header ul li strong {
	font-family: "FuturaBT-Bold";
	}	
#Hero .banner .ctn_header .str_left{
	display: block;
	width: 50%;
	padding-right: 15px;
	}
#Hero .banner .ctn_header .str_left ul{
	margin: 0 ;
	}	
#Hero .banner .ctn_header .str_left ul li{
	padding: 0 0 20px;
	font: 15px/21px "FuturaBT-Light", Arial;	
	color: #464646;
	}	
#Hero .banner .ctn_header .str_left ul li strong{
	font-size: 17px;
	text-transform: uppercase;
	}
#Hero .banner .ctn_header h1 {
	display: inline-block;
	padding: 0;	
	margin: 34px 0 18px;
	font: 61px/48px "FuturaBT-Light", Arial;
    letter-spacing: 1px;
	color: #22799f;
	text-transform: uppercase;
	}
#Hero .banner .ctn_header h2{
	padding: 0 0 40px;
	font-size: 27px;
	line-height: 20px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #22799f;
	}

@media screen and (max-width:960px){
	.skin-aging #Hero{
		padding: 110px 20px 0;
		}
	.skin-aging #Hero .str_right img {
		width: 100%;
		max-width: 465px;
		}	
}

@media screen and (max-width:767px){
	.skin-aging #Hero {
		height: auto;
		margin: 0;
		}
	.skin-aging #Hero .banner{
		height: auto;
		}
	#Hero .banner .ctn_header {
		position: relative;
		}
	#Hero .banner .ctn_header .str_left {
		width: 100%;
		padding-right: 0;
		float: none;
		}
	#Hero .banner .ctn_header .str_right {
		width: 100%;
		text-align: left;
		float: none;
		}	
	#Hero .banner .ctn_header h1 {
		display: block;
		margin: 0;
		font: 40px/40px "FuturaBT-Light", Arial;
		}
	#Hero .banner .ctn_header h2 {
		margin:0 0 30px;
		padding: 0;
		font: 17px/28px "FuturaBT-Light", Arial;
		}
	#Hero .banner .ctn_header h2 br{
		display: none;
		}
}


/* ============================== */
/*  Section_01
/* ============================== */
#Section_01{
	position: relative;	
	}
#Section_01 article{
	height: 370px;	
	padding: 0;
	}
#Section_01 h2{
	width: 50%;
	}	
#Section_01 .str_right{
	position: relative;
	margin-top: -45px;
	}	
#Section_01 figure{
	position: relative;
	display: block;
	height: 340px;
	float: left;
	text-align: center;
	width: 50%;
	padding-left: 38px;
	}	
#Section_01 .v_award{
	position: absolute;
	top: 40px;
	left: 38px;
	display: none;
	}
#Section_01 .fig-01 img{
	padding-top: 34px;
	}	
#Section_01 figure figcaption{	
	position: absolute;
	bottom: 0;
	height: 82px;
	margin-bottom: 10px;
	color: #000;
	font: 15px/1.2em "FuturaBT-Light";
	text-align: left;
	text-transform: uppercase;
}
#Section_01 figure figcaption span{
	display:inline-block;
	height: 18px;
	margin: 0 0 20px;
	padding: 0 5px;
	font: 9px/18px"FuturaBT-Bold",arial;
	color: #fff;
	border: 0 none;
	border-radius: 3px;
	background-color: #008ab0;
	}		
	
@media screen and (max-width:960px){
	.skin-aging #Section_01{
		position: relative;
		z-index: 1;
		}
	#Section_01{
		margin: 0;
		}
	#Section_01 article{
		padding: 40px 0;
		}	
	#Section_01 .v_award{
		top: 20px;
		left: 0;
		}	
}

@media screen and (max-width:767px){
	#Section_01{
		margin-top: 0;
		margin-bottom: 0;
		}
	#Section_01 article{
		height: auto;
		padding: 40px 0;
		}
	#Section_01 h2{
		width: 100%;
		text-align: left;
		}	
	#Section_01 .str_right{
		margin: 0;
		}		
	#Section_01 figure{
		padding: 0;
		}	
	#Section_01 .v_award {
		top: 40px;
		left: 0;
		width: 55px;
		height: auto;
		}	
		
}

/* ============================== */
/*  Section_02
/* ============================== */
#Section_02 article{
	margin-bottom: 60px;
	}
#Section_02 article header h2{	
	padding:0 0 14px;
	}
#Section_02 article .content p { padding-right: 75px; }

/* ============================== */
/*  CARROUSEL INSTAGRAM
/* ============================== */
.obj_carrousel.instagram,
.obj_carrousel.instagram .items .item {
	height: 206px;
	}
/***/
#Section_02 .masque{
	position: relative;
	max-width: 876px; 
	height: 100%;
	margin: 0 auto;
	padding: 0 0 0 0;
	overflow: hidden;
	}	
#Section_02 .items {
    height: 100%;
    position: absolute;
    width: 100000px;
    z-index: 1;
	}
.obj_carrousel.instagram .item{
	float:left;
	min-width:206px;
	text-align: center;
	}
.obj_carrousel.instagram .item .obj_product {
	display: inline-block; 
	float:none;
	margin:0 auto;
	max-width:206px;
	width:auto;
	text-align: center;
	}
.obj_carrousel.instagram .item .obj_product figure a{
	display: block;
	}
#Section_02 .obj_product img {
    display: block;
    height: 206px;
    width: auto;
	border: 1px solid #000;
	}	
.obj_carrousel.instagram .nav {
    position: absolute;
	z-index: 30;
	top: 88px;
	width: 960px;
	margin: 0 auto;		
	}	
.obj_carrousel.instagram .nav button{
	display:block;
	width:24px; height:30px;
	border:0;
	margin:0;
	padding:0;
	text-indent:-99999px;
	overflow:hidden;
	cursor:pointer;
	opacity:0.7;
	}	
.obj_carrousel.instagram .nav button:hover{
	opacity:1;
	}	
.obj_carrousel.instagram .nav .b_prev {
    position: absolute;
	left: 0px;
	background: transparent url("images/b_prev.gif") no-repeat left top / 24px auto;	
	}
.obj_carrousel.instagram .nav .b_next {
    position: absolute;
	right: 0px;
	background: transparent url("images/b_next.gif") no-repeat left top / 24px auto;
	}
.obj_carrousel.instagram .nav button.disabled{
	opacity:0;
	}
#Section_02 header {
    margin-bottom: 45px;
	}

@media screen and (max-width: 960px) {
	#Section_02{
		width:100%;
		}	
	#Section_02 > div{
		width:90%;
		padding:35px
		}	
	.obj_carrousel.instagram .nav{
		display:block;
		width:100%;
		}	
	#Section_02 .masque{
		max-width: 680px;
		}		
}

@media screen and (max-width: 767px) {
	#Section_02 .content{
		box-shadow: none;
		width: 100%;
		}
	#Section_02 .masque {
		max-width: 210px;
		padding: 0;
		margin: 0 auto;
		}	
	#Section_02 header {
		margin-bottom: 20px;
		}	
}

/* ============================== */
/*  Section_03
/* ============================== */
#Section_03{
	margin-bottom: 100px;
	}
#Section_03 article {
	margin: 0;
	padding: 0;
	border-bottom:1px solid #7f7f7f;
	}	
#Section_03 article h3{
	margin: 0;
	}	
#Section_03 article h3 a{	
	position: relative;
	display: block;
	padding: 35px 0;
	}
#Section_03 article h3 a::after{		
	content:"";
	position: absolute;
	right: 0;
	width: 12px;
	height: 6px;
	margin-top: 6px;
	background: url("images/i_drop-down.gif") no-repeat scroll right bottom / 12px 12px;
	}	
#Section_03 article h3 a.open::after{
	background: url("images/i_drop-down.gif") no-repeat scroll right top / 12px 12px;
	}
#Section_03 article .content{
	margin: 0 0 35px 0;		
	}
#Section_03 .video-ozone{
	position: relative;
	display: inline-block;
	}	
#Section_03 .video-ozone::before{
	content:"";
	position:absolute;
	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	top:50%;
	left:50%;
	display:block;
	width:77px;
	height:76px;
	background: url("images/i_play.png") no-repeat scroll center top / 77px auto;
	opacity:0.5;
	transition:all .3s ease;
	-webkit-transition:all .3s ease;
	}	
#Section_03 .video-ozone:hover:before{
	opacity:1;
	}
#Section_03 article:last-child{
	border: none;	
	}	
#Section_03 article:last-child .str_right{
	text-align: left;
	}
#Section_03 article:last-child .str_right a:nth-child(2){
	margin: 0 10px;
	}	
#Section_03 .art-02 .str_right{	
	height: 255px;
	}	
#Section_03 .art-02 .str_right p{
	color: #008BB0;	
	font-family: "FuturaBT-Book",arial;
	}
#Section_03 .art-02 .str_right .t_legende-01{
	position: absolute;
	width: 215px;
	left: -110px;
	top: 90px;
	font-size: 10px;
	transform: rotate(-90deg);
	margin: 0;
	text-transform: uppercase;
	text-align: center;
	}
#Section_03 .art-02 .str_right .t_legende-02{
	position: absolute;
	width: 465px;
	left: 0;
	top: 220px;
	font-size: 10px;
	margin: 0;
	text-transform: uppercase;
	text-align: center;
	}	
#Section_03 .art-02 .str_right .t_legende-03{	
	position: absolute;
	width: 60px;
	left: 8px;
	top: 220px;
	margin: 0;
	padding: 3px;
	display: inline-block;
	font-size: 8px;
	line-height: 9px;
	text-align: left;
	text-transform: uppercase;
	background: #c7e4e7;
	}
#Section_03 .art-02 .str_right .graph{
	position: absolute;
	font-size: 8px;
	line-height: 14px;
	margin: 0;
	text-transform: uppercase;
	text-align: center;
	color: #008BB0;	
	font-family: "FuturaBT-Medium",arial;
	}
#Section_03 .art-02 .str_right .graph strong{
	font-size: 11px;
	letter-spacing: 1px;
	}	
#Section_03 .art-02 .str_right .t_legende-04{
	width: 60px;
	left: 8px;
	top: 160px;
	}
#Section_03 .art-02 .str_right .t_legende-05{
	width: 108px;
	left: 68px;
	top: 160px;
	}	
#Section_03 .art-02 .str_right .t_legende-06{
	width: 210px;
	left: 176px;
	top: 160px;
	}		
	
@media screen and (max-width:960px){	
	
	#Section_03 .str_right img{
		width: 100%;
		max-width: 465px;
		}	
	#Section_03 article:last-child .str_right img{
		width: inherit;
		max-width: inherit;
		}
	#Section_03 .art-02 .str_right p,
	#Section_03 .art-02 .str_right .t_legende-03{
		display: none;
		}		
		
}

@media screen and (max-width:767px){
	#Section_03 article h3 a{
		padding: 20px 15px 20px 0;
		}	
	#Section_03 article:last-child .str_right a,
	#Section_03 article:last-child .str_right a:nth-child(2){		
		display: block;
		width: 33%;
		margin: 10px auto;
		text-align: center;	
		float: left;
		line-height: 140px;
		}
	#Section_03 article:last-child .str_right a img{	
		height: 100%;
		height: 140px;
		width: auto;
		max-width: auto;
		vertical-align: bottom;	
		}
	#Section_03 article:last-child .str_right a:nth-child(2) img{	
		width: 62px;
		height: auto;
		}	
	#Section_03 .art-02 .str_right{	
		height: auto;
		}
		
}
























