.pg_landing.hub_neovadiol .breadcrumb-container{
	display: none;
	}	
.hub_neovadiol .related-content{
	padding-bottom: 70px;
	background: #fff;
	}
	
/* COMMON OBJ BLOC */	
.obj_bloc .header h2 {
	margin: 0 0 30px;
	font-size: 38px;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
	text-align: center;
	}		
.hub_neovadiol p{
	font-weight: 200;	
	}	
.obj_navpages li a{
	font-weight: 700;
	}	
	
@media screen and (max-width: 767px) {		
	.hub_neovadiol p{
		font-size: 16px;		
		}
	.obj_bloc .header h2{
		margin: 0 0 20px;
		font-size: 20px;
		text-align: left;
		}	
	.pg_landing.hub_neovadiol .related-content{
		padding-bottom: 0;
		background: #fff none;
		}	
}
	
/* SLIDER LANDING */	
.obj_slider-landing{
	margin-top: 0;
	overflow: hidden;
	}
.obj_slider-landing .obj_carrouselCss .items{
	height: 670px;
	}
.obj_slider-landing .obj_carrouselCss .item{
	position: absolute;
	top: 0;
	left: 50%;
	height: 600px;
	width: 100%;
	margin-left:-50%;
	background: #fff;
	transition: all ease 400ms;
	height: 670px;	
	}
.obj_slider-landing .obj_carrouselCss .prev-0{
	z-index:5;
	opacity:0;
	-ms-transform:translateX(-50%);
		transform:translateX(-50%);
	}	
.obj_slider-landing .obj_carrouselCss .current{
	z-index:6;
	opacity:1;
	}
.obj_slider-landing .obj_carrouselCss .next-0{
	z-index:5;
	opacity:0;
	-webkit-transform:translateX(50%);
		-ms-transform:translateX(50%);
			transform:translateX(50%);
	}
.obj_slider-landing .obj_carrouselCss .item .background{
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: center center;
    z-index: 1;
	}	
.obj_slider-landing .obj_carrouselCss .item .ctn_txt {
    position: relative;
	z-index: 2;
	max-width: 1170px;
    margin: 0 auto;
	padding-top: 90px;
	}	
.obj_slider-landing .obj_carrouselCss .item .ctn_txt .ctn_left{
	width: auto;
	max-width: 620px;
	margin-left: 30px;
	margin-top: 124px;
	}	
.obj_slider-landing .obj_carrouselCss .item .ctn_txt .ctn_left h3{
	position: relative;
	display: inline-block;
	margin: 0 0 30px;
	padding: 35px;
	font-size: 51px;
	line-height: 1.1em;
	text-transform: uppercase;
	font-weight: 200;
	color: #525254;
	}	
.obj_slider-landing .obj_carrouselCss .item .ctn_txt .ctn_left h3 strong{
	font-size: 70px;
	font-weight: 500;
	}	
.obj_slider-landing .obj_carrouselCss .item .ctn_txt .ctn_left p{
	padding-left: 35px;
	font-size: 22px;
	line-height: 1.15em;
	color: #525254;
	}
.obj_slider-landing .obj_carrouselCss .item .ctn_txt .ctn_left p strong{
	font-weight: 700;
	}	
.obj_slider-landing .obj_carrouselCss .item .ctn_txt .ctn_left p em{
	font-style: italic;
	}	
.obj_slider-landing .obj_carrouselCss .item .ctn_txt .ctn_left .button{
	margin: 35px 0 0 35px;
	transition:none;
	font-size: 0.875em;
	}	
.obj_slider-landing .obj_carrouselCss .item .ctn_txt .ctn_left .button .btn-bg{
	background-color: #d4979e;
	}	
	
/* SLIDER VAR*/
.obj_slider-landing .obj_carrouselCss .item.var_menopause{
	background: #faf8ec;
	}
.obj_slider-landing .obj_carrouselCss .item.var_menopause h3:before{
	position: absolute;
	content:"";
	width: 45px;
	height: 46px;
	left:0;
	top: 0;
	background: url("../images/f_corner-top-left.png")
	}
.obj_slider-landing .obj_carrouselCss .item.var_menopause h3:after{
	position: absolute;
	content:"";
	width: 45px;
	height: 46px;
	right:0;
	bottom: 0;
	background: url("../images/f_corner-bottom-right.png")
	}	
	
/* VAR LOGO */	
.obj_slider-landing .obj_carrouselCss .item.var_menopause .v_logo{
	position: relative;
	display: inline-block;
	margin: 0 0 30px;
	padding: 35px;
	}
.obj_slider-landing .obj_carrouselCss .nav ul {
    display: flex;
    position: absolute;
    bottom: -300px;	
	}
	
@media screen and (max-width: 980px) {	
	
	.obj_carrouselCss .nav .prev {
		left: 10px;
		}
	.obj_carrouselCss .nav .next{
		right: 10px;
		}
	.obj_slider-landing{
		margin-top: 0;
		overflow: hidden;
		}	
	.obj_slider-landing .obj_carrouselCss .nav ul {
		bottom: -230px;	
		}	
	.obj_slider-landing .obj_carrouselCss .items,
	.obj_slider-landing .obj_carrouselCss .item	{
		height: 500px;
		}
	.obj_slider-landing .obj_carrouselCss .item .ctn_txt{
		padding: 0;
		}	
	.obj_slider-landing .obj_carrouselCss .item .ctn_txt .ctn_left {
		max-width: 55%;
		margin-left: 30px;
		margin-top: 45px;
		}	
	.obj_slider-landing .obj_carrouselCss .item .ctn_txt .ctn_left h3{
		font-size: 40px;
		}
	.obj_slider-landing .obj_carrouselCss .item .ctn_txt .ctn_left h3 strong{
		font-size: 55px;
		}
	.obj_slider-landing .obj_carrouselCss .item .ctn_txt .ctn_left .v_logo img{
		width: 330px;
		}
}	

@media screen and (max-width: 767px) {	
	.obj_slider-landing .obj_carrouselCss .items,
	.obj_slider-landing .obj_carrouselCss .item	{
		height: auto;
		}
	.obj_slider-landing .obj_carrouselCss .item .ctn_txt .ctn_left{
		max-width: 55%;
		margin-left: 20px;
		margin-top: 20px;
		margin-bottom: 20px;	
		}
	.obj_slider-landing .obj_carrouselCss .item .ctn_txt .ctn_left h3,
	.obj_slider-landing .obj_carrouselCss .item .ctn_txt .ctn_left .v_logo{
		margin: 0 0 10px;
		padding: 10px;
		font-size: 20px;
		}
	.obj_slider-landing .obj_carrouselCss .item .ctn_txt .ctn_left h3 strong {
		font-size: 24px;
		}
	.obj_slider-landing .obj_carrouselCss .item.var_menopause h3::before,
	.obj_slider-landing .obj_carrouselCss .item.var_menopause h3::after	{
		width: 15px;
		height: 15px;
		background-size: 100% auto;
		}
	.obj_slider-landing .obj_carrouselCss .item .ctn_txt .ctn_left p {
		padding-left: 10px;
		font-size: 14px;
		}
	.obj_slider-landing .obj_carrouselCss .item .ctn_txt .ctn_left .button {
		margin: 20px 0 0 10px;
		}
	.obj_slider-landing .obj_carrouselCss .nav ul {
		bottom: -120px;
		}	
	.obj_slider-landing .obj_carrouselCss .item .ctn_txt .ctn_left .v_logo img{
		width: 170px;
		}	
}


	
/* BLOC Stronger */
.obj_bloc.stronger{
	width: 100%;
	height: 190px;
	display: flex;
	background: #d4979e;
	}	
.obj_bloc.stronger .ctn_bloc{
	max-width: 1170px;
	margin: auto;
	padding: 0 30px;
	text-align: center;
	}	
.obj_bloc.stronger .ctn_bloc h1{
	margin: 0 0 15px;
	font-size: 	35px;
	font-weight: 700;
	color: #fff;
	}	
.obj_bloc.stronger .ctn_bloc p{
	font-size: 24px;
	line-height: 1.2em;
	font-weight: 200;
	color: #fff;
	}	
	
@media screen and (max-width: 767px) {		
	.obj_bloc.stronger{
		height: auto;
		padding: 30px 0;
		}
	.obj_bloc.stronger .ctn_bloc h1{
		font-size: 	20px;
		text-align: left;
		}	
	.obj_bloc.stronger .ctn_bloc p{
		font-size: 16px;
		text-align: left;
		}
	.obj_bloc.stronger .ctn_bloc p br{
		display: none;
		}	
}	
	
/* BLOC Experts */
/*
.obj_bloc.experts{
	width: 100%;
	height: auto;
	padding-top: 90px;
	background: #fff;
	}	
.obj_bloc.experts .header p{
	padding: 0 0 45px;
	font-size: 20px;
	line-height: 1.2em;
	font-weight: 200;
	text-align: center;
	}		
.obj_slider-experts .obj_carrouselCss .items {
    height: 586px;
	}	
.obj_slider-experts .obj_carrouselCss .item {
    display: flex;
	position: absolute;
    top: 0;
    left: 50%;
    height: 586px;
    width: 100%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    background: #f1f4f1;
	justify-content: flex-end;
	}	
.obj_slider-experts .obj_carrouselCss .item::after{
	position: absolute;
	right: 0;
	content:"";
	display:block;
	height: 100%;
	width: 32.5%;
	background: #fff;
	}	
.obj_slider-experts .obj_carrouselCss .item figure{
	position: relative;
	width: 460px;
	height: 520px;
	margin: auto 0 0;
	}	
.obj_slider-experts .obj_carrouselCss .item figure figcaption{
	font-size: 22px;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
	text-align: left;
	margin-top: -24px;
	padding-left: 80px;
	}
.obj_slider-experts .obj_carrouselCss .item figure figcaption strong{
	font-size: 44px;	
	}	
.obj_slider-experts .obj_carrouselCss .item figure figcaption::before{
	content:"";
	position: absolute;
	z-index: 99;
	display: block;
	left: 0;
	top: 0;
	width: 64px;
	height: 64px;
	border: solid 4px black;
	border-bottom: none;
	border-right: none;
	text-indent: -9999px;
	}
.obj_slider-experts .obj_carrouselCss .item figure::after{
	content:"";
	position: absolute;
	z-index: 99;
	display: block;
	right: 0;
	bottom: 65px;
	width: 64px;
	height: 64px;
	border: solid 4px black;
	border-top: none;
	border-left: none;
	text-indent: -9999px;
	}	
.obj_slider-experts .obj_carrouselCss .item figure img {
    position: absolute;
    bottom: 0;
    left: 0;
	}
.obj_slider-experts .obj_carrouselCss .item .ctn_txt {
    position: relative;
	display: flex;
    z-index: 2;
    max-width: 650px;
	width: 100%;
	height: 400px;
    margin: auto 13.75% auto 120px ;
	padding: 0 130px;
	box-sizing: border-box;
	color: #525254;
	background: #fff;
	}
.obj_slider-experts .obj_carrouselCss .item.prev-0 .ctn_txt .ctn_left,
.obj_slider-experts .obj_carrouselCss .item.next-0 .ctn_txt .ctn_left {
    opacity: 0;
    transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -webkit-transform: translateY(-50px);	
	}
.obj_slider-experts .obj_carrouselCss .item.current .ctn_txt .ctn_left {
    opacity: 1;
    transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
	}
	
.obj_slider-experts .obj_carrouselCss .item.prev-0 figure,
.obj_slider-experts .obj_carrouselCss .item.next-0 figure{
    opacity: 0;
    transform: translateY(50px);
    -ms-transform: translateY(50px);
    -webkit-transform: translateY(50px);	
	}
.obj_slider-experts .obj_carrouselCss .item.current figure{
    opacity: 1;
    transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
	}	
	
.obj_slider-experts .obj_carrouselCss .item .ctn_txt .ctn_left{	
	display: inline-block;
	height: auto;
	margin: auto;	
	}
.obj_slider-experts .obj_carrouselCss .item .ctn_txt h3{
	padding: 0 0 10px;
	font-size: 36px;
	font-weight: 700;
	}
.obj_slider-experts .obj_carrouselCss .item .ctn_txt p{
	padding: 0 0 25px;
	font-size: 24px;
	line-height: 1.2em;
	font-weight: 200;
	}
.obj_slider-experts .obj_carrouselCss .nav {
	max-width: 650px;
    left: auto;
    transform: translate(0, 0);
    right: 13.75%;
	}
.obj_slider-experts .obj_carrouselCss .nav .prev {
    left: 50px;	
	}
.obj_slider-experts .obj_carrouselCss .nav .next {
    right: 50px;	
	}	
.obj_slider-experts .obj_carrouselCss .nav ul {
	bottom: -170px;
	}		

@media screen and (max-width: 1200px) {
	.obj_slider-experts .obj_carrouselCss .items,
	.obj_slider-experts .obj_carrouselCss .item{
		height: 500px;
		}
	.obj_slider-experts .obj_carrouselCss .item .ctn_txt {
		max-width: 50%;
		margin: auto 0 auto 60px;
		padding: 0 50px;
		}
	.obj_slider-experts .obj_carrouselCss .item .ctn_txt h3 {
		font-size: 26px;
		}	
	.obj_slider-experts .obj_carrouselCss .item .ctn_txt p {
		font-size: 20px;
		}	
	.obj_slider-experts .obj_carrouselCss .item figure {
		width: 445px;
		height: 450px;
		margin: auto 0 0 20px;
		}	
	.obj_slider-experts .obj_carrouselCss .item figure img{
		width: 340px;
		}
	.obj_slider-experts .obj_carrouselCss .nav .prev {
		left: 25px;
		}
	.obj_slider-experts .obj_carrouselCss .nav .next {
		right: 25px;
		}
	.obj_slider-experts .obj_carrouselCss .nav {
		max-width: 50%;
		left: auto;
		right: 0;
		}
}	

@media screen and (max-width: 767px) {	
	.obj_bloc.experts{
		padding-top: 50px;
		}
	.obj_bloc.experts .header{
		padding: 0 30px 20px;
		text-align: left;
		}
	.obj_bloc.experts .header p{
		padding: 0;
		text-align: left;
		font-size: 16px;
		}	
	.obj_bloc.experts .header p br{
		display: none;	
		}	
	.obj_slider-experts .obj_carrouselCss .items,
	.obj_slider-experts .obj_carrouselCss .item {
		height: 475px;
		}
	.obj_slider-experts .obj_carrouselCss .item {
		flex-flow: column;
		padding: 30px 15px;
		}
	.obj_slider-experts .obj_carrouselCss .item .ctn_txt {
		max-width: inherit;
		margin: 0 auto;
		padding: 0 35px;
		width: 100%;
		height: 210px;
		}	
	.obj_slider-experts .obj_carrouselCss .item .ctn_txt h3 {
		font-size: 20px;
		}	
	.obj_slider-experts .obj_carrouselCss .item .ctn_txt p {
		padding: 0 0 15px;
		font-size: 16px;
		}		
	.obj_slider-experts .obj_carrouselCss .item figure{
		width: 220px;
		height: 200px;
		margin: 0 auto;
		}
	.obj_slider-experts .obj_carrouselCss .item figure img {
		width: 190px;
		bottom: -45px;
		}	
	.obj_slider-experts .obj_carrouselCss .item figure figcaption {
		font-size: 12px;
		margin-top: -10px;
		padding-left: 44px;
		}	
	.obj_slider-experts .obj_carrouselCss .item figure figcaption strong {
		font-size: 18px;
		}
	.obj_slider-experts .obj_carrouselCss .item figure figcaption::before {
		width: 30px;
		height: 30px;
		border: solid 3px black;
		border-bottom: none;
		border-right: none;
		}	
	.obj_slider-experts .obj_carrouselCss .item figure::after,	
	.obj_slider-experts .obj_carrouselCss .item::after{
		display: none;
		}
	.obj_slider-experts .obj_carrouselCss .nav {
		max-width: inherit;
		left: auto;
		right: auto;
		top: calc(220px + 110px);
		width: 100%;
		}	
	.obj_slider-experts .obj_carrouselCss .nav ul {
		bottom: -134px;
		}	
	.obj_slider-experts .obj_carrouselCss .item.prev-0 .ctn_txt .ctn_left,
	.obj_slider-experts .obj_carrouselCss .item.next-0 .ctn_txt .ctn_left {
		transform: translateY(-25px);
		-ms-transform: translateY(-25px);
		-webkit-transform: translateY(-25px);	
		}	
}
*/


/* ANSWERS TOPICS */
.obj_bloc.topics {
    width: 100%;
    height: auto;
    background: #fff;
	}
.obj_bloc.topics .header{
	padding: 110px 30px;
	}		
.obj_bloc.topics .header p {
    position: relative;
	padding: 0 0 45px;
    font-size: 34px;
    line-height: 1.2em;
    font-weight: 200;
    text-align: center;
	}	
.obj_bloc.topics .header p::after{	
	content:"";
	position: absolute;
	left: 50%;
	bottom: -15px;
	z-index: 1;
	display: block;
	height: 32px;
	width: 32px;
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	border-bottom: solid 2px #232323;
	border-left: solid 2px #232323;
	text-indent: -9999px;
	}	
	
/* OBJ PUSHS */ 	
.obj_bloc.topics .obj_push{
	display: flex;
	max-width: 1600px;
	margin: 0 auto;	
	}	
.obj_bloc.topics div.obj_push:nth-of-type(2),
.obj_bloc.topics div.obj_push:nth-last-of-type(1){	
	background: #f7f7f7;
	}	
.obj_bloc.topics .obj_push .ctn_txt{
	flex: 1; 
	margin: auto 0;
	padding: 0 80px;
	text-align: right;
	}
.obj_bloc.topics .obj_push .ctn_txt h3{
	padding: 0 0 40px;
	font-size: 70px;
	font-weight: 200;
	text-transform: uppercase;
	}	
.obj_bloc.topics .obj_push .ctn_txt p{
	padding: 0 0 25px;
	font-size: 22px;
	font-weight: 200;
	}
.obj_bloc.topics .obj_push figure{
	width: 906px;
	max-height: 500px;
	}
.obj_bloc.topics .obj_push figure img{
	width: 100%;
	}	
	
.obj_bloc.topics .obj_push.var_right figure{
	order: 1;	
	}	
.obj_bloc.topics .obj_push.var_right .ctn_txt{
	order: 2;
	text-align: left;
	}
	
@media screen and (max-width: 1200px) {	
	.obj_bloc.topics .obj_push .ctn_txt h3 {
		font-size: 50px;
		padding: 0 0 15px;
		}
	.obj_bloc.topics .obj_push .ctn_txt {
		padding: 0 40px 0 20px;
		}
	.obj_bloc.topics .obj_push figure {
		position: relative;
		width: 50%;
		height: 370px;
		overflow: hidden;
		text-align: right;
		}	
	.obj_bloc.topics .obj_push figure img {
		width: auto;
		height: 100%;
		left: 50%;
		position: absolute;
		transform: translateX(-50%);
		}
}	
	
@media screen and (max-width: 767px) {		
	.obj_bloc.topics .header {
		padding: 25px 30px;
		}
	.obj_bloc.topics .header p {
		padding: 0;
		font-size: 16px;
		text-align: left;
		}		
	.obj_bloc.topics .header p::after{
		display: none;
		}	
	.obj_bloc.topics .header p br{
		display: none;
		}
	.obj_bloc.topics .obj_push{
		flex-flow: column;
		}
	.obj_bloc.topics div.obj_push:nth-of-type(2),
	.obj_bloc.topics div.obj_push:nth-last-of-type(1){
		background: #fff;
		}	
	.obj_bloc.topics .obj_push figure {
		position: relative;
		width: 100%;
		max-width: 453px;
		height: 250px;
		overflow: hidden;
		order: 1;
		margin: 0 auto;
		}
	.obj_bloc.topics .obj_push figure img {
		width: auto;
		height: 100%;
		left: 0;
		position: absolute;
		transform: none;
		}	
	.obj_bloc.topics .obj_push .ctn_txt {
		width: calc(100% - 40px);
		max-width: 413px;
		margin: -55px auto 55px;
		padding: 25px 20px 0;
		order: 2;
		z-index: 2;
		text-align: left;
		background: #fff;
		}	
	.obj_bloc.topics .obj_push .ctn_txt h3 {
		font-size: 32px;
		padding: 0 0 15px;
		}	
	.obj_bloc.topics .obj_push .ctn_txt p {
		padding: 0 0 20px;
		font-size: 16px;
		}	
	
}	

/* OBJ INTO YOUR SKIN */	
.obj_bloc.into {
    width: 100%;
    height: auto;
    background: #fff;
	}
.obj_bloc.into .header{
	padding: 90px 30px 75px;
	}		
.obj_bloc.into .header p {
    padding: 0;
    font-size: 20px;
    line-height: 1.2em;
    font-weight: 200;
    text-align: center;
	}	
.obj_bloc.into .obj_push-into{
	position: relative;
	max-width: 1390px;
	margin: 0 auto;
	text-align: right;
	}
.obj_bloc.into .obj_push-into .ctn_txt{
	position: absolute;
	width: 41%;
	left: 0;
	top: 50%;
	margin: auto 0;
	padding: 90px 100px 90px 20px;
	text-align: left;
	background: #fff;
	transform: translateY(-50%);
	}	
.obj_bloc.into .obj_push-into .ctn_txt h3{
	padding: 0 0 25px;
	font-size: 32px;
    line-height: 1.2em;
    font-weight: 700;
	color: #525254;
	}	
.obj_bloc.into .obj_push-into .ctn_txt p{
	padding: 0 0 45px;
	font-size: 18px;
    line-height: 1.2em;
    font-weight: 200;
	}	
.obj_bloc.into .obj_push-into figure{
	display: inline-block;
	}	
	
@media screen and (max-width: 767px) {
	.obj_bloc.into .obj_push-into{
		display: flex;
		flex-flow: column;
		}
	.obj_bloc.into .header {
		padding: 0 30px 25px;
		}
	.obj_bloc.into .header p {
		padding: 0;
		font-size: 16px;
		text-align: left;
		}
	.obj_bloc.into .obj_push-into figure {
		position: relative;
		width: 100%;
		max-width: 453px;
		height: 250px;
		overflow: hidden;
		order: 1;
		margin: 0 auto;
		}
	.obj_bloc.into .obj_push-into figure img {
		width: auto;
		height: 100%;
		left: 0;
		position: absolute;
		transform: none;
		}
	.obj_bloc.into .obj_push-into .ctn_txt {
		position: relative;
		top: auto;
		left: auto;
		width: calc(100% - 40px);
		max-width: 413px;
		margin: -55px auto 55px;
		padding: 20px 20px 0;
		transform: none;
		order: 2;
		z-index: 2;
		text-align: left;
		background: #fff;
		}
	.obj_bloc.into .obj_push-into .ctn_txt h3 {
		font-size: 20px;
		padding: 0 0 15px;
		}
	.obj_bloc.into .obj_push-into .ctn_txt p {
		padding: 0 0 20px;
		font-size: 16px;
		}
}

/* OBJ PARTNER*/	
.obj_bloc.partner {
    width: 100%;
    height: auto;
    background: #fff;
	}
.obj_bloc.partner .header{
	max-width: 1390px;
	margin: 0 auto;
	padding: 90px 30px 75px;
	text-align: center;
	}
.obj_bloc.partner .header p{
	padding: 0;
	font-size: 20px;
	line-height: 1.2em;
	font-weight: 200;
	text-align: center;
	}	
.obj_bloc.partner .obj_push-partner figure{
	width: 100%;
	max-width: 1210px;
	margin: 0 auto;
	}
.obj_bloc.partner .obj_push-partner figure img{
	width: 100%;
	}	
.obj_bloc.partner .obj_push-partner .ctn_txt {
	text-align: center;
	margin: 0 auto;
	}
	
@media screen and (max-width: 767px) {
	.obj_bloc.partner .header{
		padding: 0 30px 25px;
		}
	.obj_bloc.partner .header p{
		text-align: left;
		}	
	.obj_bloc.partner .header p br{
		display: none;
		}	
	.obj_bloc.partner .obj_push-partner{
		margin: 0 15px;
		padding: 0  0 50px;
		}	
}	

/* OBJ BLOC QUOTE */
.obj_bloc.quote{
	padding-top:90px;
	}
.obj_bloc.quote .ctn_bloc{
	position:relative;
	width:100%; max-width:1080px;
	margin:0 auto;
	padding:40px 50px 50px 115px;
	background:#f5f2e1;
	}
.obj_bloc.quote h2{
	font-size:1.375em; line-height:1;
	}
.obj_bloc.quote h2 strong{
	font-size:1.727em;
	font-weight:700;
	}
.obj_bloc.quote p{
	margin-top:20px;
	font-size:1em; line-height:1.5;
	font-style:italic;
	font-weight:400;
	}
.obj_bloc.quote .i_quote{
	position:absolute;
	left:-22px; top:40px;
	width:86px; height:68px;
	background:#000;
	}
.obj_bloc.quote .i_quote::before{
	position:absolute;
	left:50%; top:50%;
	width:44px; height:12px;
	background:#000;
	transform:translate(-50%,-50%);
	border-top:5px solid #fff;
	border-bottom:5px solid #fff;
	content:'';
	}
.obj_bloc.quote .i_quote::after{
	position:absolute;
	right:0; bottom:0;
	width:0; height:0;
	border-style:solid;
	border-width:0 20px 20px 0;
	border-color:transparent #000 transparent transparent;
	transform:translateY(98%);
	content:'';
	}
	
@media screen and (max-width:1125px){
	.obj_bloc.quote .i_quote{
		left:20px;
		transform-origin:0 0;
		transform:scale(0.8);
		}
}	
@media screen and (max-width:767px){
	.obj_bloc.quote{
		padding-top:50px;
		}
	.obj_bloc.quote .ctn_bloc{
		padding:30px;
		}
	.obj_bloc.quote .i_quote{
		top:0; left:30px;
		transform:scale(0.5) translateY(-50%);
		}
}	

/*****************/
/* PAGE CATEGORY */	
/*****************/
.hub_neovadiol .related-content{
	margin: 0;
	}
.pg_vichymag.pg_category.hub_neovadiol .breadcrumb-container{
	max-width: 1170px;
	height: 78px;
	padding: 0;
	}	
.pg_category.hub_neovadiol .breadcrumb-container ul{
	line-height: 68px;
	}	
.obj_banner-category .ctn_bloc{
	height: 493px;
	position: relative;
	}
.obj_banner-category .ctn_bloc .background{
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: center center;
    z-index: 1;
	}	
.obj_banner-category .ctn_bloc .ctn_txt {
    position: relative;
	display: flex;
	z-index: 2;
	max-width: 1170px;
	height: 100%;
    margin: 0 auto;
	padding-top: 90px;
	}	
.obj_banner-category.var_right .ctn_bloc .ctn_txt {	
	justify-content: flex-end;
	}	
.obj_banner-category .ctn_bloc .ctn_txt .ctn_left{
	width: auto;
	max-width: 520px;
	margin: 0;
	padding: 100px 0 0;
	}	
.obj_banner-category .ctn_bloc .ctn_txt .ctn_left h2{
	position: relative;
	display: inline-block;
	margin: 0 0 25px -2px;
	padding: 0;
	font-size: 51px;
	line-height: 1.1em;
	text-transform: uppercase;
	font-weight: 200;
	color: #000000;
	}	
.obj_banner-category .ctn_bloc .ctn_txt .ctn_left h2 strong{
	font-size: 70px;
	font-weight: 500;
	}	
.obj_banner-category .ctn_bloc .ctn_txt .ctn_left p{
	font-size: 22px;
	line-height: 1.15em;
	color: #000;
	}

	
@media screen and (max-width: 1200px) {		
	.obj_banner-category.var_left .ctn_bloc .background {
		max-width: 100%;
		background-position: 60% center;
		}
	.obj_banner-category.var_right .ctn_bloc .background {
		max-width: 100%;
		background-position: 40% center;
		}	
	.obj_banner-category .ctn_bloc .ctn_txt{
		padding-top: 0;
		}	
	.obj_banner-category .ctn_bloc .ctn_txt .ctn_left {
		width: 50%;
		max-width: inherit;
		margin: auto 0;
		}	
	.obj_banner-category.var_left .ctn_bloc .ctn_txt .ctn_left,
	.obj_banner-category.var_right .ctn_bloc .ctn_txt .ctn_left {	
		padding: 0 20px;		
		}
	.obj_banner-category .ctn_bloc .ctn_txt .ctn_left h2 {
		margin: 0 0 10px -2px;
		}	
}	
	
@media screen and (max-width: 767px) {	
	.obj_banner-category .ctn_bloc{
		height: auto;
		margin-bottom: 30px;
		}
	.obj_banner-category .ctn_bloc .background {
		height: 200px;
		}
	.obj_banner-category .ctn_bloc .ctn_txt{
		padding: 0;
		}	
	.obj_banner-category .ctn_bloc .ctn_txt .ctn_left {
		width: 100%;
		max-width: inherit;
		margin: 210px 0 0;
		padding: 0 20px;
		}	
	.obj_banner-category .ctn_bloc .ctn_txt .ctn_left h2 {
		position: absolute;
		top: 70px;
		margin: 0 0 10px;
		padding: 0;
		font-size: 20px;
		font-weight: 400;
		}
	.obj_banner-category.var_right .ctn_bloc .ctn_txt .ctn_left h2 {
		left: 50%;
		width: 50%;
		padding: 0 10px 0 0;
		}		
	.obj_banner-category .ctn_bloc .ctn_txt  .ctn_left p {
		padding-left: 0;
		font-size: 16px;
		}
	.pg_category.hub_neovadiol .breadcrumb-container {
		margin: 20px auto;
		height: auto;
		}
	.pg_category.hub_neovadiol.expert .obj_banner-category.var_left .ctn_bloc .background{
		right: -160px;
		}	
	.pg_category.hub_neovadiol.expert .obj_banner-category.var_left .ctn_bloc .ctn_txt h2 {
		max-width: 50%;
		}
		
		
		
}	


/* BLOC FILTRES */
/*
.obj_bloc.filtres{
	width: 100%;
	height: 178px;
	background: #f7f7f7;
	}	
.obj_bloc.filtres .ctn_bloc{
	max-width: 1170px;
	width: 100%;
	height: 100%;
	display: flex;
	flex-flow: row;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	}	
.obj_bloc.filtres .ctn_bloc .col{
	width: 34.61%;
	margin: 40px 0 auto;
	padding-bottom: 10px;
	}
.obj_bloc.filtres .ctn_bloc .col:nth-of-type(2){
	border-left: 1px solid #d4c5a6;
	padding-left: 40px;
	}
.obj_bloc.filtres .ctn_bloc h3{
	margin: 0 0 20px;
	font-size: 	20px;
	font-weight: 700;
	color: #af8e4d;
	}	
.obj_bloc.filtres .ctn_bloc ul{	
	display: flex;
	max-height: 60px;
	flex-flow: column;
	flex-wrap: wrap;
	padding-right: 40px;
	}
.obj_bloc.filtres .ctn_bloc ul li{
	width: 180px;
	display: inline-block;
	padding: 0 0 3px;
	}	
.obj_bloc.filtres .ctn_bloc ul li a{
	display: inline-block;
	font-size: 16px;
	line-height: 1em;
	font-weight: 400;
	color: #525254;
	text-align: left;
	}	
.obj_bloc.filtres .ctn_bloc ul li a:hover{
	color: #000;
	}	
	
@media screen and (max-width: 1200px) {
	.obj_bloc.filtres .ctn_bloc{
		padding: 0 0 0 20px;
		}
}
	
@media screen and (max-width: 1024px) {	
	.obj_bloc.filtres .ctn_bloc .col {
		width: 50%;
		}
	.obj_bloc.filtres .ctn_bloc ul li {
		width: auto;
		padding: 0 10px 3px 0;
		}	
}	
@media screen and (max-width: 767px) {		
	.obj_bloc.filtres{
		height: auto;
		padding: 0;
		background: #fff;
		}
	.obj_bloc.filtres .ctn_bloc{
		padding: 0 15px;	
		flex-flow: column;
		}
	.obj_bloc.filtres .ctn_bloc .col{
		width: 100%;
		margin: 0 auto 2px;
		}
	.obj_bloc.filtres .ctn_bloc .col:nth-of-type(2) {
		border: 0;
		padding: 0;
		}	
	.obj_bloc.filtres .accordion-container {
		position: relative;
		max-height: 46px;
		overflow: hidden;
		transition: 0.6s ease-in-out;
		}	
	.obj_bloc.filtres .accordion-container.active {
		max-height: 1500px;
		transition: 0.6s ease-in-out;
		}
	.obj_bloc.filtres .accordion-container h3{
		display: block;
		position: relative;
		margin: 0;
		padding: 15px;
		font-size: 16px;
		text-align: left;
		color: #000;
		text-transform: uppercase;
		cursor: pointer;
		background: #eee9d4;
		}	
	.obj_bloc.filtres .accordion-container.active h3{
		color: #a08977;
		}	
	.obj_bloc.filtres .accordion-container h3::after{	
		position: absolute;
		z-index: 2;
		content:"";
		display: block;
		height: 10px;
		width: 10px;
		top: 50%;
		margin-top: -9px;
		right: 20px;
		transform: rotate(135deg);
		-ms-transform: rotate(135deg);
		-webkit-transform: rotate(135deg);
		border-top: solid 2px #bd9e82;
		border-right: solid 2px #bd9e82;
		text-indent: -9999px;
		transition: all ease 400ms;
		}
	.obj_bloc.filtres .accordion-container.active h3::after{	
		margin-top: -4px;
		transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		border-top: solid 2px #000;
		border-right: solid 2px #000;
		}
	.obj_bloc.filtres .ctn_bloc ul {
		max-height: inherit;
		flex-wrap: wrap;
		padding: 5px 15px 15px;
		background: #f8f5e6;
		}
	.obj_bloc.filtres .ctn_bloc ul li {
		width: auto;
		padding: 0;
		}	
	.obj_bloc.filtres .ctn_bloc ul li a {
		display: block;
		padding: 5px 0;
		font-weight: 400;
		color: #a08977;
		text-align: left;
		}	
	.obj_bloc.filtres .ctn_bloc p{
		font-size: 16px;
		text-align: left;
		}
	.obj_bloc.filtres .ctn_bloc p br{
		display: none;
		}	
	
		
}	
*/



/* BLOC ARTICLES */
/*
.obj_bloc.articles{
	width: 100%;
	height: auto;
	background: #fff;
	}	
.obj_bloc.articles .ctn_bloc{
	display: flex;
	max-width: 1170px;
	width: 100%;
	height: 100%;
	display: flex;
	flex-flow: row;
	flex-wrap: wrap;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	justify-content: space-between;
	}	
.obj_bloc.articles .obj_push-article{
	position: relative;
	width: 50%;
	max-width: 564px;
	margin: 0 0 45px;
	}	
.obj_bloc.articles .obj_push-article .ctn_txt {
    position: absolute;
	z-index: 2;
    margin: auto 0;
    background: #fff;
	}
.obj_bloc.articles .obj_push-article.var_left .ctn_txt {	
	right: 0;
    bottom: 40px;	
	width: 56.20%;
	padding: 25px 0 25px 35px;
    text-align: left;
	}
.obj_bloc.articles .obj_push-article.var_left:first-child .ctn_txt {	
	right: 0;
    top: 40px;	
	bottom: auto;
	width: 56.20%;
	padding: 25px 0 25px 30px;
    text-align: left;
	}	
.obj_bloc.articles .obj_push-article.var_left figure{
	max-width: 372px;
	}
.obj_bloc.articles .obj_push-article.var_center figure{
	max-width: 562px;
	}	
.obj_bloc.articles .obj_push-article figure img{
	width: 100%;
	}
	
.obj_bloc.articles .obj_push-article .ctn_txt h3{
	padding: 0 0 10px;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.2em;
	}	
.obj_bloc.articles .obj_push-article .ctn_txt p{
	line-height: 1.1em;
	padding: 0 0 15px;
	font-weight: 200;
	}
.obj_bloc.articles .obj_push-article.var_center .ctn_txt {	
	left: 50%;
    top: 210px;	
	width: 84.4%;
	padding: 25px 20px 0 30px;
    text-align: left;
	transform: translateX(-50%);
	}
	
	
@media screen and (max-width: 1024px) {	
	.obj_bloc.articles .obj_push-article {
		width: 48%;
		max-width: 564px;
		margin: 0 0 45px;
		}
	.obj_bloc.articles .obj_push-article.var_left .ctn_txt,
	.obj_bloc.articles .obj_push-article.var_center .ctn_txt{
		padding: 20px;
		}	
	.obj_bloc.articles .obj_push-article.var_left:first-child .ctn_txt {
		width: 50%;
		}
	.obj_bloc.articles .obj_push-article.var_center .ctn_txt{	
		top: 35%;
		}
	.obj_bloc.articles .obj_push-article .ctn_txt h3 {
		font-size: 22px;
		font-weight: 600;
		line-height: 1em;
		}
}	
	
@media screen and (max-width: 767px) {	
	.obj_bloc.articles .ctn_bloc{
		width: 100%;
		height: 100%;
		flex-flow: column;
		text-align: left;
		}	
	.obj_bloc.articles .obj_push-article{
		width: 100%;
		max-width: 414px;
		margin: 0 auto 20px;
		}	
	.obj_bloc.articles .obj_push-article.var_left figure {
		max-width: 185px;
		height: 305px;
		overflow: hidden;
		}
	.obj_bloc.articles .obj_push-article.var_left figure img {
		width: auto;
		height: 100%;
		}	
	.obj_bloc.articles .obj_push-article.var_left:first-child .ctn_txt,
	.obj_bloc.articles .obj_push-article.var_left .ctn_txt{
		width: 58.75%;
		padding: 12px 15px;
		top: 50%;
		bottom: auto;
		transform: translateY(-50%);
		}
	.obj_bloc.articles .obj_push-article .ctn_txt h3{
		font-size: 18px;
		}
	.obj_bloc.articles .obj_push-article .ctn_txt h3 br,
	.obj_bloc.articles .obj_push-article .ctn_txt p br{
		display: none;
		}	
	.obj_bloc.articles .obj_push-article.var_center figure {
		max-width: 414px;
		position: relative;
		height: 216px;
		}	
	.obj_bloc.articles .obj_push-article.var_center figure img {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		height: 100%;
		width: auto;
		}	
	.obj_bloc.articles .obj_push-article.var_center .ctn_txt{
		top: auto;
		position: relative;
		margin: -50px auto 0;
		width: calc(100% - 30px);
		left: auto;
		transform: none;
		padding: 12px 15px;
		}
}	
*/