div.main{
	padding-top:0;
	}
.intensifier #Hero{
	height:550px;
	padding-top:147px;
	background: #1d182e url('images/bg_banner.jpg') no-repeat center bottom;
	}
.intensifier section:last-child{
	margin-bottom:0;
	}
.intensifier 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:960px){
	
.intensifier #Hero {
	padding-top:75px;
	}
#Hero .banner {
	height: 750px;
	}
#Hero .banner .ctn_header h1 span {
	font: 40px/45px "FuturaBT-Book", Arial;
	}	
#Hero .banner .ctn_header ul {
	position: relative;
	margin: 30px 0 45px;
	}
#Hero .banner .ctn_header .str_left {
	padding: 0 0 0 40px;
	}	
#Hero .banner .ctn_header h1{
	margin-top:40px;
	}

}

@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;
	}
		
}
	
	
/* ============================== */
/*  Banner
/* ============================== */

#Hero {
    margin-bottom:-110px;
	}
#Hero .banner {
	width: auto;
	max-width: 960px;
	height: 550px;
	margin: 0px auto;
	padding: 0;
	}
#Hero .banner .ctn_header .str_left{
	display: block;
	width:50%;
	height: 550px;
	}
#Hero .banner .ctn_header .str_right{
	width: calc(50% - 22px);
	display: block;
	height: 550px;
	margin-right: 22px;
	}	
#Hero .banner .ctn_header .str_right a{
	position: relative;
	height: 550px;
	width: 378px;
	display:block;
	}	
#Hero .banner .ctn_header .str_right a::before{
	content:"";
	position:absolute;
	transform:translate(-50%);
	-webkit-transform:translate(-50%);
	-ms-transform:translate(-50%);
	top:43%;
	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;
	}	
#Hero .banner .ctn_header .str_right a:hover:before{
	opacity:0.7;
	}
#Hero .banner .ctn_header .str_right a span{
	display:block;
	height:65px; width:76px;
	position:absolute;
	top:160px; left:67%;
	font:20px/65px "FuturaBT-Medium", Arial;
	color:#fff;
	text-transform:uppercase;
	text-align:center;
	background:url("images/i_new.png") no-repeat center center / 76px auto;
	}
	
#Hero .banner .ctn_header h1 {
	display: inline-block;
	padding: 0 0 15px;	
	margin: 88px 0 15px;
	font: 76px/58px "FuturaBT-Light", Arial;
    letter-spacing: 1px;
	color: #4db3ce;
	text-transform: uppercase;
	border-bottom: 1px solid #4db3ce;
	}
#Hero .banner .ctn_header h1 span{
	font: 45px/45px "FuturaBT-Book", Arial;
	}	
#Hero .banner .ctn_header h2{
	font: 24px/28px "FuturaBT-Light", Arial;
	letter-spacing: 0.5px;
    color: #fff;
	text-transform: uppercase;
	}
#Hero .banner .ctn_header h2 em{
	display: inline-block;
	width: 88px;
	height: 40px;
	margin: 5px 0 0 5px;
	text-indent:-100000px;
	overflow:hidden;
	background: url("images/v_30.png") no-repeat left top;
	}	
#Hero .banner .ctn_header h4 {
	margin-top: 40px;
	font: 14px/16px "FuturaBT-Medium", Arial;
    color: #000000;
	text-transform: uppercase;
	}
#Hero .banner .ctn_header h4 strong {
	font: 14px/16px "FuturaBT-Bold", Arial;
    color: #000000;
	text-transform: uppercase;
	}
#Hero .banner .ctn_header ul {
	position: relative;
	margin: 30px 0 45px;
	}
#Hero .banner .ctn_header ul li {
	display: block;
	position: relative;
	padding: 0px 10px 0px 0;
	font: 16px/26px "FuturaBT-Book", Arial;
    color: #fff;
	text-transform: uppercase;
	}
#Hero .banner .ctn_header ul li::before {
	content: "| ";
	position: relative;
	}
#Hero .banner .ctn_header ul li strong {
	font-family: "FuturaBT-Bold";
	}
#Hero .banner .ctn_header .b_gradient{
	margin:0 25px 0 0;
	}	
#Hero .banner .ctn_header .b_gradient{
	min-width:116px;
	height: 32px;
	line-height: 32px;
	padding:0;
	border:1px solid #cbd4d8;
	background: #f5f5f5; /* Old browsers */
	background: -moz-linear-gradient(top,  #f5f5f5 0%, #e9eef0 50%, #dde4e7 51%, #f7f8f9 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #f5f5f5 0%,#e9eef0 50%,#dde4e7 51%,#f7f8f9 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #f5f5f5 0%,#e9eef0 50%,#dde4e7 51%,#f7f8f9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#f7f8f9',GradientType=0 ); /* IE6-9 */
	}

@media screen and (max-width:960px){

#Hero{
    margin-bottom:-40px;
	}
#Hero .banner .ctn_header .str_left{
	width:calc(50% - 40px);
	}
#Hero .banner .ctn_header h1 {
	margin-top:40px;
	}

}

@media screen and (max-width:768px){

#Hero .banner .ctn_header h1{
    font:70px/55px "FuturaBT-Light",Arial;
	}
#Hero .banner .ctn_header h1 span{
    font:41px/41px "FuturaBT-Book",Arial;
	}

}

@media screen and (max-width:767px){

.intensifier #Hero {
	height: auto;
	padding-top: 60px;
	background: url('images/bg_banner_mob.jpg') no-repeat center bottom #211a3f;
	}
.intensifier #Hero .banner{
	height: auto;
	}
#Hero .banner .ctn_header {
	position: relative;
	}
#Hero .banner .ctn_header .str_left {
	height: auto;
	position: relative;
	padding: 30px 20px 400px 20px;
	box-sizing: border-box;
	width: 100% !important;
	float: none !important;
	clear: none;
	}
#Hero .banner .ctn_header .str_right {
	position: absolute;
	left:0; top:auto; bottom:186px;
	margin: 0;
	padding: 0;
	height: auto;
	box-sizing: border-box;
	width: 100%;
	float: none;
	clear: none;
	}	
#Hero .banner .ctn_header .str_right a{
	width:100%; height:76px;
	float:right;
	}
#Hero .banner .ctn_header .str_right a::before{
	top:0;
	}
#Hero .banner .ctn_header .str_right a span{
	left:64%; top:-65px;
	}
#Hero .banner .ctn_header h1 {
	display: block;
	margin-top: -20px;
	font: 50px/50px "FuturaBT-Light", Arial;
	}
#Hero .banner .ctn_header h1 span {
	font: 29px/29px "FuturaBT-Book", Arial;
	}	
#Hero .banner .ctn_header .str_left ul {
	display: none;
	margin: 0 0 20px 0;
	}
#Hero .banner .ctn_header .str_left ul li{
	font-size:14px; line-height:24px;
	}
#Hero .banner .ctn_header h2 {
	margin:0 0 30px;
	font: 17px/28px "FuturaBT-Light", Arial;
	}
#Hero .banner .ctn_header h2 br{
	display: none;
	}
#Hero .banner .ctn_header .b_gradient{
	position: absolute;
	left:20px; bottom:45px;
	margin:0;
	/*transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	-webkit-transform:translateX(-50%);*/
	}
#Hero .banner .ctn_header .b_gradient.more{
	bottom:45px;
	}
#Hero .banner .ctn_header .b_gradient.find{
	bottom:90px;
	}
/*#Hero .banner .ctn_header .b_gradient + .b_gradient{
	bottom:65px;
	}*/

}

@media screen and (max-width:480px){

.intensifier #Hero{
    margin-bottom:-60px;
	background-position:right 77% bottom 0;
	}
#Hero .banner .ctn_header .str_right a span{
	left:75%;
	}
	
}

@media screen and (max-width:414px){

#Hero .banner .ctn_header .str_right a::before{
	left:54%;
	}
	
}

@media screen and (max-width:360px){

#Hero .banner .ctn_header .str_right a::before{
	left:58%;
	}
	
}

@media screen and (max-width:320px){

#Hero .banner .ctn_header .str_right a::before{
	left:63%;
	}
	
}

/* ============================== */
/*  Section - Common
/* ============================== */

section {
	max-width: 960px;
	margin:40px auto 60px;
	}
section header {
    margin-bottom: 20px;
	}
section article header h2 {
    font: 22px/16px "FuturaBT-Bold", Arial;
    color: #008ab0;
    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: 14px/24px "FuturaBT-Light", Arial;
	color: #666666;
	}
section article .content p span {
    text-transform: uppercase;
	}
section article .content .b_link {
	font: 14px/24px "FuturaBT-Bold", Arial;
    text-transform: uppercase;
	color: #fff;
	}

@media screen and (max-width:960px){

section{
	width: 100%;
	max-width: 960px;
	}

}

@media screen and (max-width:767px){

section{
	margin: 20px auto;
	padding: 0;
	}
section article header h2{
	font: 22px/1em "FuturaBT-Bold", Arial;
	}

}



/* ============================== */
/*  Section_01
/* ============================== */

#Section_01{
	margin-top:150px;
	margin-bottom:-150px;
	}
#Section_01 article{
	height:494px;	
	padding: 60px 494px 60px 60px;
	background: #1d182e url("./images/f_section-01.jpg") no-repeat right top;
	}
#Section_01 article header h2{
	font: 22px/30px "FuturaBT-Bold", Arial;
	border:none;
	}	
#Section_01 article header h2 strong{
	font: 28px/30px "FuturaBT-Bold", Arial;
	font-weight: normal;
	}	
#Section_01 article .content p{
	font: 16px/20px "FuturaBT-Light", Arial;
	color: #fff;
	}	
#Section_01 article .content .t_02{
	margin:0 0 40px;
	font: 18px/22px "FuturaBT-Medium", Arial;
	letter-spacing: 0.5px;
	}
#Section_01 article .content .b_link::after{
	font-style:13px; line-height:13px;
	}
#Section_01 article .content .b_link::after{
	position:relative;
	top:-1px;
	display:inline-block;
	margin-left:5px;
	color:#6c92a3;
	content:'>';
	}
#Section_01 article .b_gradient{
	min-width:116px;
	height: 32px;
	line-height: 32px;
	padding:0;
	border:1px solid #cbd4d8;
	background: #f5f5f5; /* Old browsers */
	background: -moz-linear-gradient(top,  #f5f5f5 0%, #e9eef0 50%, #dde4e7 51%, #f7f8f9 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #f5f5f5 0%,#e9eef0 50%,#dde4e7 51%,#f7f8f9 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #f5f5f5 0%,#e9eef0 50%,#dde4e7 51%,#f7f8f9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#f7f8f9',GradientType=0 ); /* IE6-9 */
	}

@media screen and (max-width:960px){

#Section_01{
	margin-top:80px;
	margin-bottom:-40px;
	}
.intensifier #Section_01{
	position:relative;
	z-index:1;
	}
#Section_01 article{
	padding: 40px 320px 40px 40px;
	background-position: calc(100% + 150px);
	}	
#Section_01 article .content .t_02 {
	margin: 0 0 20px;
	}
	
}

@media screen and (max-width:767px){
	
#Section_01 article{
	height: auto;
	padding: 20px;
	background:url('images/f_section-01_mob.jpg') center center no-repeat #231c3b;
	}
#Section_01 article .content .t_02 {
	display: none;
	}

}

@media screen and (max-width:480px){

#Section_01{
	margin-top:65px;
	margin-bottom:-50px;
	}
	
}

/* ============================== */
/*  Section_02
/* ============================== */

#Section_02 {
	background: none;
	margin: 210px auto -160px auto;
	overflow: hidden;
	}
#Section_02 article header h2{	
	padding:0 0 14px;
	}
#Section_02 article .content p { padding-right: 75px; }

#Section_02 .str_tab-content {
    position: relative;
	height: 330px;
	max-width:960px; width:100%;
	padding: 30px 0 0 0;
	}
#Section_02 .str_tab-content figure{
	margin: 0 30px 0 0;
	float: left;
	}	
#Section_02 .str_tab-content figure	img{
	border: 1px solid #a8a8a8;
	box-sizing: border-box;
	display: block;	
	}
#Section_02 .str_tab-content p {
    margin: 0;
    font: 16px/20px "FuturaBT-Light", Arial;
	color: #231f20;
	}
#Section_02 .str_tab-content h3{
	padding: 0 0 30px;
	font: 22px/22px "FuturaBT-Light", Arial;
	color: #007298;
	}
#Section_02 .str_tab-menu {
    padding: 0;
	}
#Section_02 .str_tab-menu ul {
    display: block;
    width: 465px;
	position:absolute;
	top:180px; right:0;
	}
#Section_02 .str_tab-menu ul li{ 	
	float:left;
    position: relative;
	display: block;	
	width:132px; height:132px;
	margin:0 30px 0 0; 
	padding:0;
	box-sizing:border-box;
	}
#Section_02 .str_tab-menu ul li a {
	display: block;
	width:100%; height:100%;	
	font-size:0;
	box-sizing:border-box;
	}
#Section_02 .str_tab-menu ul li:nth-child(3) {	
	margin: 0;
	}
#Section_02 .str_tab-menu ul li:hover,
#Section_02 .str_tab-menu ul li.on {
	padding:8px;
	background:#999999;
	}
#Section_02 .str_tab-menu ul li:hover,
#Section_02 .str_tab-menu ul li.on {
	}
	
#Section_02 .str_tab-menu .li_01 a {	
	background:#999999 url("images/v_proxylane-small.jpg") no-repeat center center;
	}
#Section_02 .str_tab-menu .li_02 a {	
	background:#999999 url("images/v_purplerice-small.jpg") no-repeat center center;
	}
#Section_02 .str_tab-menu .li_03 a {	
	background:#999999 url("images/v_ha-small.jpg") no-repeat center center;
	}	
#Section_02 .b_link{
	position: absolute;
	top: 340px;
	left: 495px;
	color: #333333;
	}

#Section_02 .obj_carrousel .masque{
	height:360px;
	}
#Section_02 .obj_carrousel .items{
	width:100000px; height:100%;
	left:0; top:0;
	}
#Section_02 .obj_carrousel .item{
	float:left;
	}
#Section_02 .obj_carrousel .nav_carrousel-mobile{
	display:none;
	}

@media screen and (max-width:960px){

#Section_02{
	margin-top:80px;
	margin-bottom:-90px;
	max-width: inherit;
	padding: 40px;
	box-sizing: border-box;
	background-position: center bottom;
	}
#Section_02 .obj_carrousel .masque{
	height:345px;
	}
#Section_02 .str_tab-content{
	max-width:688px;
	padding:0;
	}
#Section_02 article .content p{
    padding-right:0;
	}
#Section_02 article .content figure{
	width: auto;
	}
#Section_02 .str_tab-menu ul{
	position: relative;
	top: inherit;
	left: inherit
	display: block;
	width: auto;
	margin-top:10px;
	}
#Section_02 .b_link{
	position: relative;
	top: inherit;
	left: inherit;
	}	
#Section_02 .str_tab-content h3{
	width: calc(100% - 494px);
	float: left;
	}	
#Section_02 .str_tab-content .ctn_indications{
	width: calc(100% - 494px);
	float: left;
	}
	
}

@media screen and (max-width:767px){

#Section_02{
	box-sizing: border-box;
	padding:0 20px;
	}
#Section_02 .str_tab-menu{
	display:none;
	}
#Section_02 .obj_carrousel .nav_carrousel-mobile{
	display:block;
	position:absolute;
	left:0; top:110px;
	width:100%;
	}
#Section_02 .obj_carrousel .nav_carrousel-mobile button{
	position:absolute;
	top:0;
	display:block;
	padding:0;
	width:15px; height:28px;
	background:red;
	border:none;
	text-indent:-100000px;
	cursor:pointer;
	opacity:0.7;
	}
#Section_02 .obj_carrousel .nav_carrousel-mobile button:hover{
	opacity:1;
	}
#Section_02 .obj_carrousel .nav_carrousel-mobile .prev{
	left:-16px;
	background:url("images/b_prev.png") left top / 15px auto no-repeat;
	}
#Section_02 .obj_carrousel .nav_carrousel-mobile .next{
	right:-16px;
	background:url("images/b_next.png") left top / 15px auto no-repeat;
	}
#Section_02 .obj_carrousel .nav_carrousel-mobile button.disabled{
	opacity:0;
	}
#Section_02 article .content figure{
	float:none;
	margin:0 auto;
	max-width:360px; width:100%;
	}
#Section_02 article .content figure img{
	max-width:360px; width:100%;
	}
#Section_02 .str_tab-content{
	max-width:100%; height:auto;
	}
#Section_02 .str_tab-content h3,
#Section_02 .str_tab-content .ctn_indications{
	float:none;
	max-width:360px; width:100%;
	margin:0 auto;
	}
#Section_02 .str_tab-content h3{
	margin-top:30px;
	}
#Section_02 .b_link{
    position:relative;
    left:auto; top:auto;
	display:inline-block;
	height: 32px;
	font-size:12px; line-height: 32px;
	font-family:'FuturaBT-Medium', Arial;
	text-transform: none;
	padding:0 15px;
	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%);
	}
#Section_02 .b_link:hover{
	color:#666;
	}
#Section_02 .ctn_product-detail{
	margin-bottom:20px;
	}
	
}

@media screen and (max-width:480px){

#Section_02{
	margin-top:90px;
	margin-bottom:-65px;
	}
	
}

@media screen and (max-width:320px){

#Section_02 .obj_carrousel .nav_carrousel-mobile{
	top:85px;
	}
	
}

/* ============================== */
/*  Section_03
/* ============================== */

#Section_03 {
	background: none;
	margin: 200px auto -110px auto;
	overflow: visible;
	}
#Section_03 article header h2{	
	padding:0 0 14px;
	}
#Section_03 ul{
	margin: 0 0 30px;
	}	
#Section_03 ul li{
	display: inline-block;
	width: 150px;
	padding-left: 15px;
	font: 16px/20px "FuturaBT-Light", Arial;
	border-left: 1px solid #007298;
	color: #000;
	}	
#Section_03 ul li:first-child{
	padding-left:0;
	border:0; 
	}	
#Section_03 ul li strong{
	font: 22px/22px "FuturaBT-Bold", Arial;
	color:#007298;	
	}		
	
#Section_03 article .content .obj_before-after {
	height: auto;
	width:298px;
	margin: 0 33px 0 0 ;
	float:left;
	}
#Section_03 article .content .obj_before-after_03{
	margin:0;
	}	
#Section_03 article .content .obj_before-after .ctn_before-after,
#Section_03 article .content .obj_before-after figure img {
	height: 180px;
	width: 298px;
	margin:0 0 20px;
	}
#Section_03 article .content .obj_before-after figure figcaption {
	width: 150px;
	font: 14px/14px "FuturaBT-Heavy", Arial;
	text-transform: uppercase;
	}
#Section_03 article .content .obj_before-after .ctn_detail{
	position: relative;
	}
#Section_03 article .content .obj_before-after h3 {
	position:relative;
	width:298px;
	margin:0 0 20px;
	margin-right: 30px;
	font: 16px/20px "FuturaBT-Book", Arial;
	color: #008bb0;	
	text-transform: uppercase;
	}
#Section_03 article .content .obj_before-after .ctn_drop-down h3{
	margin-bottom:5px;
	}
#Section_03 article .content .obj_before-after h3:hover span{
	display:block;
	}
#Section_03 article .content .obj_before-after h3 span{
	display:none;
	position:absolute;
	left:0; top:50px;
	padding:10px;
	font:12px/1em 'FuturaBT-Book';
	color:black;
	text-transform:none;
	background:white;
	border:1px solid black;
	}
#Section_03 article .content .obj_before-after a{
	position:absolute;
	right:0; top:50%;
	display:block;
	width:26px; height:11px;
	background:url('images/bt_drop-down.png') 0 0 / 26px auto no-repeat;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	}
#Section_03 article .content .obj_before-after a.open{
	transform:translateY(-50%) rotate(180deg);
	-webkit-transform:translateY(-50%) rotate(180deg);
	-ms-transform:translateY(-50%) rotate(180deg);
	}
#Section_03 article .content .obj_before-after p{
	width:298px;
	font: 16px/20px "FuturaBT-Light", Arial;
	color: #000;	
	}
#Section_03 article .content .obj_before-after .ui-draggable div{
	background:#fff;
	}
#Section_03 article .content .obj_before-after_03 h3:nth-of-type(2){
	margin:0 0 5px;
	color: #000;
	}
#Section_03 article .content figure.magnitude img{
	height:auto;
	}

@media screen and (max-width:960px){

#Section_03{
	margin-top:120px;
	margin-bottom:-70px;
	padding: 0 40px;
	max-width: inherit;
	box-sizing: border-box;
	}
#Section_03 article .content .obj_before-after{
    float:none;
	margin:0 auto;
	}
#Section_03 article .content .obj_before-after h3 span{
	display:block;
	position:relative;
	left:auto; top:auto;
	padding:10px 10px 0 0;
	margin:0;
	border:none;
	}
#Section_03 article .content .obj_before-after a{
	display:none;
	}
#Section_03 ul{
	font-size:0;
	}	
#Section_03 ul li{
	width: 20%;		
	box-sizing: border-box;
	}
#Section_03 article .content .ctn_left,
#Section_03 article .content .ctn_right{
	float: none;
	margin: 20px auto 0px auto;
	}
#Section_03 article .content .ctn_left{
	width: 335px;
	}
#Section_03 article .content .ctn_right{
	width: 410px;
	}
#Section_03 article .content .t_mentions{
	bottom: inherit;
	width: auto;
	margin-top: 25px;
	position: inherit;
	}
	
}

@media screen and (max-width:767px){
	
#Section_03{
	padding: 0 20px;
	}
#Section_03 ul{
	margin: 0 0 5px;
	}
#Section_03 ul li{
	width: 100%;
	box-sizing: border-box;
	border: 0;
	padding: 0 0 10px;
	}
#Section_03 ul li br{
	display: none;
	}
#Section_03 article .content .obj_before-after{
	margin:0;
	width:280px;
	}
#Section_03 article .content .obj_before-after_02,
#Section_03 article .content .obj_before-after_03{
	display: none;
	}
#Section_03 article .content .obj_before-after .ctn_before-after{
	margin-bottom: 0;
	transform:scale(0.94);
	-ms-transform:scale(0.94);
	-webkit-transform:scale(0.94);
	transform-origin:0 0;
	-ms-transform-origin:0 0;
	-webkit-transform-origin:0 0;
	}
#Section_03 article .content .obj_before-after h3{
	width:280px;
	margin-right: 0;
	}
#Section_03 article .content .obj_before-after h3 span{
	padding-right: 0;
	}
#Section_03 article .content .obj_before-after p{
	width:280px;
	}
#Section_03 article .content figure.magnitude img{
	width: 100%;
	}
#Section_03 article .content .obj_before-after .bt_protocol{
	position:relative;
	right:auto; top:auto;
	display:block;
	width:auto; height:auto;
	margin-bottom:15px;
	text-decoration:underline;
	background:none;
	transform:none;
	-webkit-transform:none;
	-ms-transform:none;
	}
#Section_03 article .content .obj_before-after > span{
	display: none;
	}

}

@media screen and (max-width:480px){

#Section_03{
	margin-top:100px;
	margin-bottom:-80px;
	}
	
}

/* ============================== */
/*  Section_04
/* ============================== */

#Section_04 {
	height: 420px;
	padding-bottom: 0;
	margin-top: 150px;
	margin-bottom: -150px;
	}
#Section_04 article {
	height: 420px;
	padding:55px;
	background: #1a112e url("./images/f_section-04.jpg") no-repeat right top;
	box-sizing:border-box;
	}
#Section_04 article header{
	float: left;
	}	
#Section_04 article h2{
	font: 21px/24px "FuturaBT-Bold", Arial;
	color: #3a9cbd;
	border: 0;
	}
#Section_04 article .content{
	float: right;
	}
#Section_04 .video-expert::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_04 .video-expert:hover:before{
	opacity:0.7;
	}

@media screen and (max-width:960px){

#Section_04{
	margin-top:120px;
	margin-bottom:-80px;
	}
#Section_04 article{
	padding:0 40px;
	height:auto;
	background:none;
	}
#Section_04 article header{
	float:none;
	}
#Section_04 article header h2{
	padding-bottom:14px;
    border-bottom:1px solid #d1d3d4;
	}
/*#Section_04 article header h2 br{
	display:none;
	}*/
#Section_04 article .content{
    float:none;
	width:570px;
	margin:0 auto;
	}
	
}

@media screen and (max-width:767px){

#Section_04{
	height:auto;
	}
#Section_04 article{
	padding: 0 20px;
	}
#Section_04 article .content,
#Section_04 article .content img{
	width:280px;
	}
#Section_04 .video-expert::before{
	transform:translate(-50%,-50%) scale(0.8);
	-ms-transform:translate(-50%,-50%) scale(0.8);
	-webkit-transform:translate(-50%,-50%) scale(0.8);
	}
	
}

@media screen and (max-width:480px){

#Section_04{
	margin-top:100px;
	margin-bottom:-65px;
	}
	
}

/* ============================== */
/*  Section_05
/* ============================== */

#Section_05{	
	margin: 210px auto 50px ;
	}
#Section_05 article header h2{
    padding: 0 0 14px;
	}
#Section_05 .str_tab-content{
    position: relative;
	height: 542px;
	padding: 40px 0 0 0;
	box-sizing: border-box;
	background: #1d0f46;
	}
#Section_05 .str_tab-menu-regimen{
	height: 58px;
    padding: 0;
	}
#Section_05 .str_tab-content .ctn_figure{
	position:relative;
	display:block;
	width: 25%;
	height: 440px;	
	float: left;
	}
#Section_05 .str_tab-content .ctn_figure:after{
	content:"";
	position: absolute;
	top: 50%;
	right: -16px;
	display: block;
	width: 33px; height: 33px;
	background: url("images/i_plus.png") left center / 33px auto;
	}	
#Section_05 .str_tab-content .ctn_figure:last-child:after{
	display: none;
	}
#Section_05 #tabContent05 .ctn_figure:nth-child(2):after,
#Section_05 #tabContent06 .ctn_figure:nth-child(2):after{
	right: 12px;
	}	
#Section_05 #tabContent05 .ctn_figure:nth-child(3):after,
#Section_05 #tabContent06 .ctn_figure:nth-child(3):after{
	right: -38px;
	}
#Section_05 .str_tab-content figure{	
	position: absolute;
	bottom: 0;
	margin: 0;
	text-align: center;
	left:50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	}	
#Section_05 .str_tab-content figure	img{
	display: inline-block;	
	margin: 0 auto;
	}
#Section_05 .str_tab-content p {
    margin: 0;
    font: 16px/20px "FuturaBT-Light", Arial;
	color: #231f20;
	}
#Section_05 .str_tab-content figure figcaption{
	height:40px;
	padding: 30px 0 0;
	font: 16px/20px "FuturaBT-Light", Arial;
	text-transform: uppercase; 
	text-align: center;
	color: #fff;
	vertical-align: text-bottom;
	}
#Section_05 h3{ 	
	float: left;
    position: relative;
	display: block;	
	width: 33%; height: 58px;
	line-height: 58px;
	margin: 0 0.5% 0 0; 
	padding: 0;
	box-sizing: border-box;
	vertical-align: middle;
	border-radius: 20px 20px 0 0;
	border: 1px solid #1d0f46;
	background: #fff;
	transition: all ease 0.2s;
	}
#Section_05 h3 a {
	display: inline-block;
	width:100%;
	font-size:0;
	box-sizing:border-box;
	color: #1d0f46;
	font: 16px/20px "FuturaBT-Light", Arial;
	text-transform: uppercase;
	text-align:center;
	vertical-align:middle;
	}
#Section_05 h3:nth-child(3) {	
	margin: 0;
	}
#Section_05 h3:nth-child(3) a{
	height:100%;
	line-height:58px;
	}	
#Section_05 h3:nth-child(3):hover a,
#Section_05 h3:nth-child(3).on a{	
	line-height:58px;
	}
#Section_05 h3:hover,
#Section_05 h3.on{
	background: #1d0f46;
	}
#Section_05 h3:hover a,
#Section_05 h3.on a{	
	font: 16px/20px "FuturaBT-Bold", Arial;
	color: #2e9ebe;
	}
#Section_05 .b_gradient{
	display: none;
	height:32px;
	line-height:32px;
	padding:0 25px;
	margin-top: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%);
	}
#Section_05 .ctn_figure.var_pot img{
	max-width:175px;
	}
	
@media screen and (max-width:960px){

#Section_05{
	margin-top:120px;
	}
#Section_05 header{
	padding: 0 40px;
	}
	
}

@media screen and (max-width:767px){

#Section_05 header{
	padding:0 20px;
	}	
#Section_05 h3{
	float:none;
	width:100%;
	height:70px; line-height:70px;
	border-radius:0;
	margin:0 0 2px 0;
	background: #1d0f46;
	border:none;
	}
#Section_05 h3::after{
	position:absolute;
	right:20px; top:50%;
	width:23px; height:23px;
	background:url('images/v_plus-mob.png') 0 0 / 23px auto no-repeat;
	transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	content:'';
	}
#Section_05 h3 a,
#Section_05 h3:hover a{
	padding:0 50px 0 20px;
	text-align:left;
	font: 14px/18px "FuturaBT-Bold", Arial;
	color: #2e9ebe;
	}
#Section_05 h3 a br{
	display:none;
	}
#Section_05 .str_tab-content{
	height:auto;
	margin:-2px 0 2px 0;
	padding:0;
	}
#Section_05 .str_tab-content .ctn_figure{
	float:none;
	position:relative;
	display:block;
	width:100%; height:auto;
	margin:0;
	}
#Section_05 .str_tab-content .ctn_figure:last-child{
	padding-bottom:40px;
	}
#Section_05 .str_tab-content figure{
    position:relative;
    bottom:auto; left:auto;
	padding-top:20px;
    transform:translate(0, 0);
    -webkit-transform:translate(0, 0);
    -ms-transform:translate(0, 0);
	}
#Section_05 .str_tab-content figure .ctn_img-product{
	float:left;
	margin-left:20px;
	width:120px;
	text-align:center;
	}
#Section_05 .str_tab-content figure img,
#Section_05 .ctn_figure.var_pot img{
	max-height:130px;
	max-width:80px;
	}
#Section_05 .str_tab-content figure .ctn_txt-product{
	float:left;
	width:50%;
	text-align:left;
	}
#Section_05 .str_tab-content figure figcaption{
	height:auto;
	margin-bottom:10px;
	padding:25px 0 0 0;
	text-align:left;
	font:14px/16px "FuturaBT-Light", Arial;
	}
#Section_05 .str_tab-content figure figcaption br{
	display: none;
	}
#Section_05 .str_tab-content .ctn_figure::after{
	display:none;
	}
#Section_05 .str_tab-menu-regimen{
	display:none;
	}
#Section_05 .b_gradient{
	display:inline-block;
	margin-top:10px;
	}
#Section_05 .ctn_figure.var_pot{
	padding-bottom:40px;
	}
#Section_05 .ctn_figure.var_pot figure{
	padding-top:50px;
	}
#Section_05 .ctn_figure.var_pot figcaption{
	padding-top:0;
	}
	
}

@media screen and (max-width:480px){

#Section_05{
	margin-top:90px;
	}
	
}