/*-----------------------------------------*/
#MyPlantATreeBlock {
	text-align: center;
	padding-top: 80px;
	position:relative;
	z-index:2;
}
@media only screen and (max-width:1023px) {
	#MyPlantATreeBlock {

	padding: 0px;
	padding-top: 0px;
	width:calc(100% - 40px);
	margin-left:20px;
	margin-right:20px;
}
}
@media only screen and (max-width:761px) {
	#MyPlantATreeBlock {
	text-align: center;
	padding-top: 40px;
	width:calc(100% - 20px);
	margin-left:10px;
	margin-right:10px;
}
}
#MyPlantATreeBlock img{
	max-width:100%;
}
#MyPlantATreeBlock h2::before {
	content: " ";
	position: absolute;
	background-image: url(lovenaturebox/leaf-light.png);
	background-repeat:no-repeat;
	height: 66px;
	width: 84px;
	bottom: 0px;
	right: 102%;
}


@media only screen and (max-width:761px) {
#MyPlantATreeBlock h2::before {
  background-size: 100% auto;
  bottom: auto;
  content: " ";
  height: 60px;
  position: absolute;
  right: calc(100% - 20px);
  top: -18px;
  width: 60px;
}
}

#MyPlantATreeBlock h2 {
	color: #be0f34;
	margin: 0;
	padding: 0;
	font-family: ClarinsRegular, Clarins;
	font-size: 50px;
	font-weight: normal;
	line-height: 1em;
	position: relative;
	display: inline-block;
	margin-top:60px;
}

@media only screen and (max-width:761px) {
#MyPlantATreeBlock h2 {
  color: #be0f34;
  display: inline-block;
  font-family: ClarinsRegular,Clarins;
  font-size: 35px;
  font-weight: normal;
  line-height: 1em;
  margin: 0;
  padding: 0 0 0 20px;
  position: relative;
}
}
#MyPlantATreeBlock h3 {
	color: #000;
	margin: 0;
	padding: 0;
	font-family: ClarinsRegular, Clarins;
	font-size: 35px;
	font-weight: normal;
	line-height: 1em;
	position: relative;
	display: block;
	padding: 10px;
}
@media only screen and (max-width:761px) {
#MyPlantATreeBlock h3 {
			font-size: 25px;
		
	}
}
#MyPlantATreeBlock p.text {
	margin: 0;
	padding: 20px;
	font-family: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.4em;
	color: #000;
	max-width: 600px;
	display: inline-block;
}
@media only screen and (max-width:761px) {
	#MyPlantATreeBlock p.text {
		padding:0;
		padding-bottom:20px;
	}
}
#MyPlantATreeBlock p.video-text {
	font-size: 11px;
padding-top:5px;
}
#MyPlantATreeBlock p span.green {
	margin: 0;
	padding: 10px;
	display: block;
	font-size: 80px;
	line-height: 80px;
	color: #85a11e;
	font-family: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book", Helvetica, Arial, sans-serif;
	text-align:center;
	position:relative;
}
@media only screen and (max-width:761px) {
#MyPlantATreeBlock p span.green {

	font-size: 70px;
	line-height: 70px;

}
}
#MyPlantATreeBlock p span.green strong {
	font-size: 16px;
	line-height: 16px;
	font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Book", Helvetica, Arial, sans-serif;
	font-weight: normal;
	position:absolute;
	bottom:20px;
}
@media only screen and (max-width:1023px) {
	#MyPlantATreeBlock p span.green strong {

	position:relative;
	bottom:auto;
	display:block;

}
}
#MyPlantATreeBlock a.VideoLink {
	display: inline-block;
	position: relative;
}
#MyPlantATreeBlock a.VideoLink::before {
	content: " ";
	background-image: url(img/video-play.png);
	width: 50px;
	height: 50px;
	bottom: 15px; /* calc(50% - 25px);*/
	left: 15px; /* calc(50% - 25px);*/
	z-index: 2;
	position: absolute;
}

#MyPlantATreeBlock a.VideoLink.Playing::before {
	content: "";
	display: none;
}
/*-----------------------------------------*/

#MyPurProjetBlock {
	text-align: center;
	display:block;
	width:auto;
	margin-left: auto;
	margin-right: auto; 
	background-color:#baded7;
	margin-top:-60px;
	position:relative;
	z-index:1;
	padding-top:80px;
	padding-bottom:80px;
}
@media only screen and (min-width:1250px) {
#MyPurProjetBlock {
  width: 2000px;
  margin-left:-375px;
 
}
}
@media only screen and (max-width:761px) {
#MyPurProjetBlock {
	padding-bottom: 20px;
	background-color: transparent;
}
}
#MyPurProjetBlock img.Decor{
	display:block;
	margin:0 auto;
}
@media only screen and (max-width:761px) {
#MyPurProjetBlock img.Decor{
	max-width:100%;
	display:none;
}	
}
#MyPurProjetBlock .FlexBlock{
	display:flex;
	justify-content:center;
	align-items:center;
}

#MyPurProjetBlock .FlexBlock > img{
	width:5vw;
	max-width:66px;
}
#MyPurProjetBlock .FlexBlock > img:last-child{
	width:5vw;
	max-width:69px;
}
@media only screen and (max-width:761px) {
#MyPurProjetBlock .FlexBlock > img{
	display:none;

}
}
#MyPurProjetBlock .Wrapper{
	background-color:#fff;
	display:block;
	padding:10px;
	font-size:0;
}

@media only screen and (max-width:761px) {
#MyPurProjetBlock .Wrapper{
	display:flex;
	flex-direction:column-reverse;
	margin-left:10px;
	margin-right:10px;
}
}
#MyPurProjetBlock .InlineBlock img{
	display:block;
	max-width:100%;
}
#MyPurProjetBlock .InlineBlock {
	position: relative;
	display: inline-block;
	vertical-align:middle;
}
#MyPurProjetBlock .InlineBlock:first-child {
	width:calc(45% - 40px);
}
#MyPurProjetBlock .InlineBlock:last-child {
	padding:40px;
	max-width:510px;
	text-align:left;
	width:calc(55% - 40px);
	padding-top:10px;
	padding-bottom:10px;
}


#MyPurProjetBlock .InlineBlock:last-child p:nth-child(4){
	padding-right:45px;
	

}	
@media only screen and (max-width:761px) {
#MyPurProjetBlock .InlineBlock:last-child p:nth-child(4){
	padding-right:0px;
	

}
}	


@media only screen and (max-width:1023px) {
#MyPurProjetBlock .InlineBlock:last-child {
  max-width: 320px;
  padding: 0px;
  text-align: left;
}
}


@media only screen and (max-width:761px) {
#MyPurProjetBlock .InlineBlock{
	display:block!important;
	width:100%!important;
	max-width:100%!important;
	box-sizing:border-box;
	position:relative;
}
}
#MyPurProjetBlock h3 {
	color: #00856c;
	margin: 0;
	padding: 0;
	font-family: ClarinsRegular, Clarins;
	font-size: 30px;
	font-weight: normal;
	line-height: 1em;
	position: relative;
	display: inline-block;
	padding-bottom:20px;
}
@media only screen and (max-width:761px) {
#MyPurProjetBlock h3 {
	padding-top:10px;
	padding-right:30px;
}
}
#MyPurProjetBlock h3::after {
	content: " ";
	position: absolute;
	background-image: url(lovenaturebox/leaf.png);
	background-repeat:no-repeat;
	height: 112px;
	width: 128px;
	bottom:30px;
	right: -140px;
}
@media only screen and (max-width:761px) {
#MyPurProjetBlock h3::after {
	right:-50px;
	background-size:cover;
	height: 72px;
	width: 78px;

}
}
#MyPurProjetBlock .InlineBlock p.text{
	display:block;
	color:#000;
	font-size:14px;
	padding-bottom:10px;
	line-height:1.4em;
}
#MyPurProjetBlock .InlineBlock p.title{
	display:block;
	color:#00856c;
	font-size:16px;
	padding-bottom:10px;
}
#MyPurProjetBlock .InlineBlock .logo{
	display:block;
	position:absolute;
	bottom:0px;
	right:0px;
}
@media only screen and (max-width:761px) {
#MyPurProjetBlock .InlineBlock .logo{
	position:relative;
	margin:20px auto;
}
}
/*----------------------------------------------*/
#ClarinsEngagementsBlock{
	padding-top:70px;
	background-image:url(lovenaturebox/pur-projet-end.png);
	background-position:bottom center;
	padding-bottom:240px;
	background-repeat:no-repeat;
}
@media only screen and (max-width:761px) {
#ClarinsEngagementsBlock{
	padding-top:30px;
	background-size: 850px auto;
		padding-bottom:140px;
}
}
#ClarinsEngagementsBlock p.text{
	margin:0 auto;
	display:block;
	color:#000;
	font-size:14px;
	line-height:1.4em;
	max-width:770px;
	padding-bottom:20px;
}
@media only screen and (max-width:1023px) {
#ClarinsEngagementsBlock p.text{
	padding:40px;
	padding-top:0;

}
}
#ClarinsEngagementsBlock h2 {
	color: #000;
	margin: 0;
	padding: 0;
	font-family: ClarinsRegular, Clarins;
	font-size: 40px;
	font-weight: normal;
	line-height: 1em;
	position: relative;
	display: inline-block;
	padding-bottom:20px;
}






/*DTWPH*/
@media (min-width: 762px) and (max-width: 768px) {
	#MyPurProjetBlock .InlineBlock:last-child {
		width: 100%;
		max-width: 500px;
		margin-top: 20px;
	}
	#MyPurProjetBlock .InlineBlock:first-child {
		width: calc(60% - 40px);
	}
	#MyPurProjetBlock .InlineBlock .logo {
		right: -95px;
	}
	#MyPurProjetBlock .InlineBlock:last-child p:nth-child(4) {
		padding-right: 0;
	}
	
}

@media screen and (max-width: 761px) {
	#MyPurProjetBlock h3::after {
		right: -5px;
	}
	#MyPurProjetBlock h3 {
		padding-right: 99px;
	}
	#MyPurProjetBlock h3::after{
		width: 85px;
	}

}