body, html {
	margin: 0;
	padding: 0;
  }
  #wrapper {
	max-width: 100%;
  }
  #wrapper.pt_category-wide .site-width-slot, #wrapper.pt_category-wide .breadcrumb-container{
	max-width:100%;
	}
.MyContent{
	width:100%;
	overflow: hidden;
	display:block;
}
#main:not(.main-homepage) {
    padding-top: 0px;
}
.breadcrumb-container{
	display:none;
}
.MyContent .Mobile{
	display:none;
}

.MyContent .Menu{
	width:100%;
	margin:0 auto;
	max-width:1048px;
	height:68px;
	display:flex;
	justify-content: center;
	margin-top:-68px;
	position:relative;
}

.MyContent .Menu .MenuLink{
	flex-basis:50%;
	position: relative;
}

.MyContent .Menu .MenuLink::before{
	content:" ";
	background-repeat: no-repeat;
	height:68px;
	width:80px;
	position:absolute;
	top:0;
	left:0;
	background-position: center center;
}

.MyContent .Menu .MenuLink:nth-child(1)::before{
	background-image:url(img/picto-1.png);
	background-size: 45px auto;
}
.MyContent .Menu .MenuLink:nth-child(2)::before{
	background-image:url(img/picto-2.png);
    background-size: 45px auto;
}

.MyContent .Menu .MenuLink a,
.MyContent .Menu .MenuLink span{
	display:flex;
	height:100%;
	font-size:16px;
	line-height:1em;
	color:#fff;
	text-decoration: none;
	justify-content: flex-start;
	align-items: center;
	text-transform: uppercase;
	padding-left:80px;
	font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", Helvetica, Arial, sans-serif;
}

.MyContent .Menu .MenuLink a{
	background-color:#0d453b
}
.MyContent .Menu .MenuLink span{
	background-color:#096e31 ;
}

.MyContent .MyBlock{
	width:100%;
	margin:0 auto;
	max-width:1600px;
	position:relative;
	overflow: hidden;
}
.MyContent .MyBlock .MainTitle{
    margin: 0;
    color: #000;
    box-sizing: border-box;
    font-size: 50px;
    font-weight: normal;
    line-height: 1em;
    font-family: ClarinsRegular,Clarins;
	margin-bottom:20px;
}
.MyContent .MyBlock .Title{
    margin: 0;
    color: #000;
    box-sizing: border-box;
    font-size: 35px;
    font-weight: normal;
    line-height: 1em;
    font-family: ClarinsRegular,Clarins;
	margin-bottom:10px;
}
.MyContent .MyBlock .BigText{
	margin:0;
	font-size:14px;
	line-height:1.4em;
	color:#000;
	text-transform: uppercase;
	font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", Helvetica, Arial, sans-serif;
	margin-bottom:10px;
	text-transform: capitalize;
}
.MyContent .MyBlock .Text{
	margin:0;
	font-size:14px;
	line-height:1.4em;
	color:#000;
	font-family: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book", Helvetica, Arial, sans-serif;
}
.MyContent .MyBlock .GreenNumber{
	margin:0;
	color:#85b128;
	font-family: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book", Helvetica, Arial, sans-serif;
	font-size:80px;
	line-height:1em;
}
.MyContent .MyBlock .GreenText{
	margin:0;
	color:#85b128;
	font-family: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book", Helvetica, Arial, sans-serif;
	font-size:20px;
	line-height:1.4em;
}
.MyContent .MyBlock .GreenTitle{
	margin:0;
	color:#08687a;
	font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", Helvetica, Arial, sans-serif;
	font-size:20px;
	line-height:1.4em;
	text-transform: uppercase;
	margin-bottom:10px;
}

.MyContent .MyBlock .BreakCol{
	display:block;
	width:1px;
	flex-basis:100%;
}

.MyContent .MyBlock .Background{
	display:block;
	width:1600px;
	margin:0 auto
}

@media screen and (max-width: 1600px) {
	.MyContent .MyBlock .Background{
		margin-left:calc(50% - 800px);
	}
}
.MyContent .MyBlock .Background img{
	display:block;
	max-width: 100%;
	margin:0 auto
}

.MyContent .MyBlock .BtnLink  {
	margin:0;
	padding:0;
}

.MyContent .MyBlock .BtnLink a {
	background-color: #000;
	display: inline-block;
	color: #fff;
	padding: 16px 30px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 11px;
	line-height: 10px;
	font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", Helvetica, Arial, sans-serif;
	/*border: 2px solid #e5e5e5;*/
}
.MyContent .MyBlock .VideoLink{
	display:block;
	margin:0 auto;
	max-width:970px;
	position:relative;
}
.MyContent .MyBlock .VideoLink::after{
	content:" ";
	cursor:pointer;
	background-image:url(img/play-video.png);
	width:50px;
	height:50px;
	left:15px;
	position:absolute;
	bottom:15px;
}

.MyContent .MyBlock .VideoLink img{
	max-width:100%;
	display:block;
}
.MyContent .Transversal-Push{
	max-width: 1024px;
	margin:0 auto;
}
.MyContent .Transversal-Push a{
	text-decoration:none;
}
.MyContent .Transversal-Push-Item{
	border:1px solid #ecedee;
	padding:20px;
	margin:25px;
	text-align:left;
	height:466px;
	box-sizing:border-box;
	max-width:285px;
	display:flex;
	flex-direction:column;
	justify-content: space-between;
	align-items: flex-start;
}
@media only screen and (max-width:1023px) {
	.MyContent .Transversal-Push-Item {
		height:416px;	margin:20px;
	}
}
.MyContent .Transversal-Push-Item .Visual{
	margin:-20px;
	margin-bottom:20px;
}
.MyContent .Transversal-Push-Item .Visual img{
	max-width:100%;
	display:block;
}
.MyContent .Transversal-Push-Item .Title{
	font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", Helvetica, Arial, sans-serif;
	color:#be0f34;
	font-size:11px;
	text-transform:uppercase;
}
.MyContent .Transversal-Push-Item .Text{
	flex:1;
	width:100%;
	font-family: ClarinsRegular,Clarins;
	font-size:30px;
	line-height:1em;
}
@media only screen and (max-width:1023px) {
.MyContent .Transversal-Push-Item .Text{
	font-size:25px;
}
}
.MyContent .Transversal-Push-Item .TextLink{
	margin:0;
	font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", Helvetica, Arial, sans-serif;
	color:#000;
	font-size:11px;
	text-transform:uppercase;
	text-decoration:none ;
	border-bottom:1px solid #ecedee;
}
/*-----------------------------------------------------------------*/
#DEV-DURABLE-2020-ECO-CONCEPTION-01 .Content{
	position: absolute;
	display:flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	top:45px;
	right:50%;
	margin-right:83px;
	width:443px;
	height:390px;
	background-color: #fff;
	box-sizing:border-box;
	padding:30px;
	text-align: center;
}
/*-----------------------------------------------------------------*/
#DEV-DURABLE-2020-ECO-CONCEPTION-02 .Content{
	position: absolute;
	top:45px;
	left:50%;
	margin-left:-485px;
	width:970px;
	height:357px;
	background-color: #fff;
	box-sizing:border-box;
	padding:50px 60px;
	display: flex;
	flex-wrap:wrap;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	text-align:left;

}
#DEV-DURABLE-2020-ECO-CONCEPTION-02 .Content::before{
	content:" ";
	background-image: url(img/feuille-1.png);
	position:absolute;
	right:-120px;
	top:-30px;
	width:158px;
	height:120px;
}

#DEV-DURABLE-2020-ECO-CONCEPTION-02 .Title{
	margin-bottom:30px;
	width:426px;
	margin-right:40px;
}
#DEV-DURABLE-2020-ECO-CONCEPTION-02 .Text{
	width:426px;
}
#DEV-DURABLE-2020-ECO-CONCEPTION-02 .GreenNumber,
#DEV-DURABLE-2020-ECO-CONCEPTION-02 .GreenText{
	width:350px;

}
/*-----------------------------------------------------------------*/
#DEV-DURABLE-2020-ECO-CONCEPTION-03{
	max-width:768px;
	text-align:center;
	padding:40px;
	background-color: #fff;
	padding-bottom:0;
	overflow: visible;
}
#DEV-DURABLE-2020-ECO-CONCEPTION-03::after{
	content:" ";
	background-image: url(img/feuille-2.png);
	position:absolute;
	left:-135px;
	top:-83px;
	width:130px;
	height:178px;
}
/*-----------------------------------------------------------------*/
#DEV-DURABLE-2020-ECO-CONCEPTION-04{
	height:265px;
	max-width:970px;
	background-color: #fff;
	box-sizing:border-box;
	padding:0px;
	display: flex;
	flex-wrap:wrap;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	text-align:left;
	padding-right:162px;	
	padding-top:20px;
}
#DEV-DURABLE-2020-ECO-CONCEPTION-04 .Picture{
	flex-basis: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;

	width:556px;

}
/*-----------------------------------------------------------------*/
#DEV-DURABLE-2020-ECO-CONCEPTION-05 .HollowBox{
	color:#fff;
	position:absolute;
	top:35px;
	width:870px;
	left:50%;
	margin-left:-435px;
}
#DEV-DURABLE-2020-ECO-CONCEPTION-05 .HollowBox .Title{
	color:#fff;
	text-transform: uppercase;
	font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", Helvetica, Arial, sans-serif;
	font-size:30px;
	margin:0;
	line-height: 1em;

}
#DEV-DURABLE-2020-ECO-CONCEPTION-05 .HollowBox .Text{
	color:#fff;
	font-family: ClarinsRegular,Clarins;
	font-size:30px;
	margin:0;
	line-height: 1em;
}
#DEV-DURABLE-2020-ECO-CONCEPTION-05 .Content{
	position: absolute;
	display:flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	top:140px;
	right:50%;
	width:487px;
	height:485px;
	background-color: #fff;

	box-sizing:border-box;
	padding:40px;
	text-align: center;
}
#DEV-DURABLE-2020-ECO-CONCEPTION-05 .Content .Citation{
	margin:0;
	color: #335174;
	font-style: italic;
	font-family: ClarinsRegular,Clarins;
	font-size:20px;
	line-height: 1.2em;
	text-align: left;
	padding:20px 40px;
	position:relative;
}

#DEV-DURABLE-2020-ECO-CONCEPTION-05 .Content .Citation::before{
	content: "“";
	color: rgb(51, 81, 116);
    font-family: ClarinsRegular, Clarins;
    font-size: 120px;
    line-height: 120px;
    text-align: left;
    position: absolute;
    font-style: normal;
    left: -10px;
    top: -10px;

}
#DEV-DURABLE-2020-ECO-CONCEPTION-05 .Content .Author{
	margin:0;
	font-style: italic;
	font-family: ClarinsRegular,Clarins;
	font-size:14px;
	color:#000;
	text-align: right;
	margin-right:0;
	margin-left:auto;
	margin-bottom:30px;
}
#DEV-DURABLE-2020-ECO-CONCEPTION-05 .Content .BoldText{
	margin:0;
	font-size:14px;
	font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", Helvetica, Arial, sans-serif;
	color:#0f1d20;
	line-height:1.4em;
	max-width:380px;
}

/*-----------------------------------------------------------------*/
#DEV-DURABLE-2020-ECO-CONCEPTION-06{
	margin-top:-65px;
	margin-bottom:50px;
	min-height:100px;
}


#DEV-DURABLE-2020-ECO-CONCEPTION-06 .BtnLink{
	display:block;
	margin:0 auto;
	max-width:970px;
	text-align:center ;
	padding:30px;
}

/*-----------------------------------------------------------------*/
#DEV-DURABLE-2020-ECO-CONCEPTION-07{
	max-width:1170px;
	z-index:2;
	padding:10px;
	display:flex;
	background-image: url(img/motif.png);
	margin:20px auto;
	overflow:visible;
	margin-bottom:100px;
}
#DEV-DURABLE-2020-ECO-CONCEPTION-07 .Picture{
	position:absolute;
	top:50%;
	left:-50px;
	transform:  translateY(-50%);
}
#DEV-DURABLE-2020-ECO-CONCEPTION-07 .Content{
	background-color: #fff;
	/*flex-basis:100%;*/
	padding-top:50px;
	padding-bottom:50px;
	display:flex;
	flex-wrap: wrap;
	text-align: center;
	justify-content: center;
	align-items: center;
	padding-left:496px;
	max-width:1170px;
}
#DEV-DURABLE-2020-ECO-CONCEPTION-07 .Title{
	font-size:40px;
	flex-basis:100%;
}
#DEV-DURABLE-2020-ECO-CONCEPTION-07 .ArgumentsSlider{
	/*flex-basis:100%;*/
	margin-top:20px;
}
#DEV-DURABLE-2020-ECO-CONCEPTION-07 .Argument{
	padding:0 20px;
	box-sizing: border-box;
}
#DEV-DURABLE-2020-ECO-CONCEPTION-07 .Num{
	color:#07687a;
	font-family: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book", Helvetica, Arial, sans-serif;
	font-size:50px;
	margin:0 auto;
}
#DEV-DURABLE-2020-ECO-CONCEPTION-07 .SmallTitle{
	font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", Helvetica, Arial, sans-serif;
	font-size:16px;
	text-transform:uppercase;
	margin:10px auto;
}
#DEV-DURABLE-2020-ECO-CONCEPTION-07 .Text{
max-width:260px;
margin:0 auto;
}

/*-----------------------------------------------------------------*/
#DEV-DURABLE-2020-ECO-CONCEPTION-08{
	max-width:1048px;
	text-align:center;
}
/*-----------------------------------------------------------------*/
#DEV-DURABLE-2020-INGREDIENTS-01 .Content{
	position: absolute;
	display:flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	top:57px;
	right:50%;
	margin-right:83px;
	width:443px;
	height:316px;
	background-color: #fff;
	box-sizing:border-box;
	padding:30px;
	text-align: center;
}
#DEV-DURABLE-2020-INGREDIENTS-01 .Background::before{
	position: absolute;
	content: " ";
	width:177px;
	height:177px;
	background-image:url(img/picto-domaine-header.png);
	background-size: 100% auto;
	top:50px;
	left:50%;
	transform: translateX(-74px);
}
#DEV-DURABLE-2020-INGREDIENTS-01 .Background::after{
	position: absolute;
    content: " ";
    width: 120px;
    height: 120px;
    background-image: url(img/domaine-clarins-white.svg);
    background-size: 100% auto;
    top: 75px;
    left: 50%;
    transform: translateX(-44px);
}
/*-----------------------------------------------------------------*/
#DEV-DURABLE-2020-INGREDIENTS-02{
	max-width:1170px;
	z-index:2;
	padding:10px;
	display:flex;
	background-image: url(img/motif.png);
	margin:40px auto;
	overflow:visible;
}

#DEV-DURABLE-2020-INGREDIENTS-02 .Content{
	background-color: #fff;
	padding-top:50px;
	padding-bottom:50px;
	display:flex;
	flex-wrap: wrap;
	text-align: left;
	justify-content: center;
	align-items: center;
	width:100%;
}
#DEV-DURABLE-2020-INGREDIENTS-02 .GreenBlock{
	flex-basis:45%;
	text-align:right;
	padding-bottom:40px;
}
#DEV-DURABLE-2020-INGREDIENTS-02 .GreenText,
#DEV-DURABLE-2020-INGREDIENTS-02 .GreenNumber{
	margin-right:40px;
	margin-left:auto;
	text-align:left;
	max-width:295px;
}
#DEV-DURABLE-2020-INGREDIENTS-02 .Wrapper{
	flex-basis:55%;
}
#DEV-DURABLE-2020-INGREDIENTS-02 .Title{
	font-size:40px;
	margin:0 auto;
	flex-basis:100%;
	text-align: center;
	margin-bottom:40px;
}
#DEV-DURABLE-2020-INGREDIENTS-02 .Text{
	max-width:465px;
}

#DEV-DURABLE-2020-INGREDIENTS-02 .BtnLink{
	margin-top:20px;
}


#DEV-DURABLE-2020-INGREDIENTS-02 .Herbier{
	margin-top:20px;
	max-width:970px;
	flex-basis:100%;
}

#DEV-DURABLE-2020-INGREDIENTS-02 .IngredientVisual{
	width:215px;
	height:340px;
	position: relative;
	margin:0 auto;
}
#DEV-DURABLE-2020-INGREDIENTS-02 .IngredientVisual img{
	position: absolute;
	bottom:0;
	left:50%;
	transform: translateX(-50%);
	display:block;
}
#DEV-DURABLE-2020-INGREDIENTS-02 .ingredientName{
	margin:10px auto;
	text-align:center;
	font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", Helvetica, Arial, sans-serif;
	font-size:14px;
	line-height:1.4em;
}

/*-----------------------------------------------------------------*/
#DEV-DURABLE-2020-INGREDIENTS-03 {
	margin-bottom:-263px;
	overflow:visible;
}
#DEV-DURABLE-2020-INGREDIENTS-03 .Content{
	position: absolute;
	top:50px;
	left:calc(50% - 384px);
	width:768px;
	box-sizing:border-box;
	text-align: center;
}
#DEV-DURABLE-2020-INGREDIENTS-03 .Content::before{
	content: " ";
    background-image: url(img/feuille-4.png);
    position: absolute;
    right: -165px;
    top: -20px;
    width: 130px;
    height: 178px;
}
#DEV-DURABLE-2020-INGREDIENTS-03 .Content::after{
    content: " ";
    background-image: url(img/feuille-3.png);
    position: absolute;
    left: -65px;
    top: -70px;
    width: 108px;
    height: 71px;
}
#DEV-DURABLE-2020-INGREDIENTS-03 .Title{
	font-size:40px;
	color:#08687a;
}
#DEV-DURABLE-2020-INGREDIENTS-03 .Text{
	margin:20px auto;
}

/*-----------------------------------------------------------------*/
#DEV-DURABLE-2020-INGREDIENTS-04 {
	max-width:1000px;
	margin-bottom:-282px;
}
#DEV-DURABLE-2020-INGREDIENTS-04 .Background{
	max-width:1000px;
}
@media screen and (max-width: 1600px){
	#DEV-DURABLE-2020-INGREDIENTS-04 .Background{
		margin-left: calc(50% - 500px);
	}
}
#DEV-DURABLE-2020-INGREDIENTS-04 .Content{
	position: absolute;
	top:50px;
	left:50px;
	width:768px;
	box-sizing:border-box;
	text-align: left;
	
}
#DEV-DURABLE-2020-INGREDIENTS-04  .Title{
	color:#fff;
	font-size:40px;
}


/*-----------------------------------------------------------------*/
#DEV-DURABLE-2020-INGREDIENTS-05 {
	max-width:920px;
	padding:16px;
	background-color: #fff;
	box-sizing: border-box;
	display:flex;
	overflow:visible;

}

#DEV-DURABLE-2020-INGREDIENTS-05::before{
    content: " ";
    background-image: url(img/feuille-5.png);
    position: absolute;
    left: calc(50% - 400px);
    bottom: -100px;
    width: 106px;
    height: 100px;
}
#DEV-DURABLE-2020-INGREDIENTS-05 .Content{
	flex-basis:50%;
	margin:20px;
	position:relative;
	overflow: hidden;
	margin-top:0px;
}
#DEV-DURABLE-2020-INGREDIENTS-05 .Logo{
	width: 80px;
    height: 80px;
    margin-top: 0px;
    margin-bottom: 20px;
}
#DEV-DURABLE-2020-INGREDIENTS-05 .Logo img{
	max-width:100%;
}
#DEV-DURABLE-2020-INGREDIENTS-05 .Background{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	margin:0;
	margin-top:20px;
}
#DEV-DURABLE-2020-INGREDIENTS-05 .Background::before{
    content: " ";
    position: absolute;
    background: linear-gradient(180deg,rgba(252,222,146,0),rgba(252,222,146,1));
    height: 90px;
    width: 100%;
    bottom: 0;
    /* z-index: 3; */
    left: 0;
}
#DEV-DURABLE-2020-INGREDIENTS-05 .Background img{
	display:block;
	max-width:100%;
}
#DEV-DURABLE-2020-INGREDIENTS-05 .Wrapper{
	display:block;
	margin-top:204px;
	background-color:rgba(252,222,146,0.95);
	position:relative;
	z-index:2;
	padding:26px;
	text-align:left;
	/**___**/
	bottom: 0;
    position: absolute;
}
#DEV-DURABLE-2020-INGREDIENTS-05 .Text{
	width:100%;
	margin-bottom:15px;
}
#DEV-DURABLE-2020-INGREDIENTS-05  .BigText{
	text-transform: none;
}

/*-----------------------------------------------------------------*/
#DEV-DURABLE-2020-INGREDIENTS-06 {
	max-width:505px;
	padding:60px;	
	overflow: visible;
	padding-top:0;
}
#DEV-DURABLE-2020-INGREDIENTS-06::before{
    content: " ";
    background-image: url(img/feuille-3.png);
    position: absolute;
    right: -65px;
    bottom: 50px;
    width: 108px;
    height: 71px;
}
#DEV-DURABLE-2020-INGREDIENTS-06::after {
	content:" ";
	border-bottom:1px solid #85b128;
	display:block;
	margin:0 auto;
	height:1px;
	width:290px;
}
#DEV-DURABLE-2020-INGREDIENTS-06  .Citation{
	margin:0;
	color: #85b128;
	font-style: italic;
	font-family: ClarinsRegular,Clarins;
	font-size:20px;
	line-height: 1.2em;
	text-align: left;
	padding:20px 40px;
	position:relative;
}

#DEV-DURABLE-2020-INGREDIENTS-06  .Citation::before{
	content: "“";
	color: rgb(133, 177, 40);
    font-family: ClarinsRegular, Clarins;
    font-size: 120px;
    line-height: 120px;
    text-align: left;
    position: absolute;
    font-style: normal;
    left: -10px;
    top: -10px;

}
#DEV-DURABLE-2020-INGREDIENTS-06   .Author{
	margin:0;
	font-style: italic;
	font-family: ClarinsRegular,Clarins;
	font-size:14px;
	color:#000;
	text-align: right;
	margin-right:0;
	margin-left:auto;
	margin-bottom:30px;
}
/*-----------------------------------------------------------------*/
#DEV-DURABLE-2020-INGREDIENTS-07{
	text-align:center;
}
#DEV-DURABLE-2020-INGREDIENTS-07  .Title{
	font-size:25px;
	margin-bottom:30px;
}


/*-----------------------------------------------------------------*/
#DEV-DURABLE-2020-INGREDIENTS-08{
	max-width:1048px;
	text-align:center;
	padding-top:40px;
}
#DEV-DURABLE-2020-INGREDIENTS-08>.Title{
	font-size:40px;
}

/*-----------------------------------------------------------------*/
.slick-initialized .slick-slide {
    outline: #fff;
}
/*DTW EDIT*/

@media (max-width: 761px) {
#DEV-DURABLE-2020-ECO-CONCEPTION-08 {
    max-width: 1048px;
    text-align: center;
    height: 600px;
	}
}
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {
#YTvideobox {
    left: 6.5%;
}	
}