body,html{
	margin:0;
	padding:0;
	overflow-x:hidden;
}
.breadcrumb {
	display: none;
}
#main {
margin-top:0px;
}
#main:not(.main-homepage) {
margin-top:0px;
}
#feed-parallax-01 {
	background-image: url(./img/cls-parallax-bg.jpg);
}
.primary-content{
	padding-bottom:0px;
}
#MyContent {
	display:block;
	position:relative;
	max-width:1250px;
	width:100%;
	margin:0 auto;
	font-family: "Gotham SSm book A", "Gotham SSm book B", Gotham, Helvetica, Arial, sans-serif;
	
}
#MyContent  p.Text{
	font-size:18px;
font-family: "Gotham SSm book A", "Gotham SSm book B", Gotham, Helvetica, Arial, sans-serif;
	line-height:1.4em;
	margin:20px;
	margin-top:40px;
	text-align:center;
		margin-bottom:40px;
}
#MyContent .BtnLink a {
	font-family: "Gotham SSm medium A", "Gotham SSm medium B", Gotham, Helvetica, Arial, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	position: relative;
	background-color: #000;
	padding: 18px 30px;
	display: inline-block;
	line-height: 14px;
	
}
/*------------------------------------------------------------*/
#Header-Section {
	width: 100%;
	display: flex;
	position: relative;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background-image: url(./img/header.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	justify-content:flex-start;
	align-items:flex-start;
	height:500px;
	font-size:14px;
	line-height:1.4em;
}
@media only screen and (min-width:1250px) {
#Header-Section  {
	margin-left: -375px;
	width: 2000px;
	justify-content:center;
}
}
@media only screen and (max-width:1023px) {
#Header-Section  {
    margin-left: 0;
    width: 100%;
    padding-top: 62vw;
    background-size: 200vw auto;
	background-position:top left -85vw;
	height:auto;
}
}
#Header-Section p{
	margin:0;
}
#Header-Section p.Title{
	margin:0;
	font-family: "Gotham SSm medium A", "Gotham SSm medium B", Helvetica, Arial, sans-serif;
	text-transform:uppercase;
	margin-bottom:20px;
	
}
#Header-Section h1 {
	font-family:ClarinsRegular, Clarins;
	font-size:50px;
	font-weight:normal;
	line-height:50px;
	margin:0;
	margin-bottom:5px;
}




#Header-Section .wrapper {
	background-color:#fff;
	padding:50px 40px;
	width:565px;
	box-sizing:border-box;
	margin-left:40px;
	margin-top:40px;
	margin-bottom:90px;
}
@media only screen and (min-width:1250px) {
#Header-Section .wrapper {
	margin-left:0px;
	margin-right:605px;
}
}
@media only screen and (max-width:1023px) {
#Header-Section .wrapper {
	padding: 20px;
    margin: 0;
	width:auto;
}
}
#MyContent .visual .wrapper img {
	
}


#MyContent .text-link{
	font-size: 11px!important;
    line-height: 18px;
}
#MyContent .text-link a, #MyContent .text-link span {
	margin: 0;
	padding-top: 15px!important;
	color: #000!important;
	line-height: 1em!important;
	text-transform: uppercase;
	display: inline;
	font-size: 11px!important;
	text-decoration: none!important;
	border-bottom: #d4d4d4 1px solid!important;
	
	font-family: "Gotham SSm medium A", "Gotham SSm medium B", Helvetica, Arial, sans-serif;
}

#MyContent .text-link a:hover, #MyContent a:hover .text-link span {
	border-bottom: #be0f34 1px solid!important;
	color: #be0f34!important;
}


@media screen and (max-width: 1023px) {
	#Header-Section .visual{overflow: hidden;max-height: 500px; height: 100%;}
}
@media screen and (max-width: 761px) {
	#Header-Section .visual {overflow: hidden;width: 100%;position: relative;}
}

/* parallax with box home spa */

#MyContent .parallax {
	position: relative;
	display: block;
	height: 830px;
	overflow: visible;
	margin-bottom: 60px;
}

@media screen and (max-width: 1023px) {
#MyContent .parallax {
	height: auto;
	margin-bottom: 20px;
	padding:15px;
	
}
}
#MyContent .parallax .background {
	position: absolute;
	left: 50%;
	margin-left: -1250px;
	width: 2500px;
	top: 0px;
	height: 830px;
	background-repeat: no-repeat;
	background-color: #e1e1e1;
	z-index: 1;
	background-attachment: fixed;
	background-size: cover;
	background-repeat:repeat;
}

@media screen and (max-width: 1023px) {
#MyContent .parallax .background {
	height: 100%;
	background-repeat:repeat;
}
}

/* parallax with caption */

#MyContent .with-caption.parallax {
	position: relative;
	display: block;
	height: 455px;
	overflow: visible;
	margin-bottom: 60px;
}


#MyContent .white-caption-parallax {
	top: 50%;
	transform:translateY(-50%);
	left: calc(50% - 485px);
	line-height: 11px;
	max-width: 970px;
	position: absolute;
	text-align: center;
	font-size: 0px;
	width: 100%;
	z-index: 2;
	background-color:#fff;
	height:339px;
	line-height:339px;
}

#MyContent .white-caption-parallax div{
	display:inline-block;
	max-width:515px;
	vertical-align:middle;
	text-align:left;
	line-height:1em;
	margin:5px;

}
#MyContent .isDesktop{
	display: block;
}
#MyContent .isMobile{
	display: none;
}
@media screen and (max-width: 761px) {
	#MyContent .isDesktop{
		display: none;
	}
	#MyContent .isMobile{
		display: block;
	}
}
#MyContent .parallax-content{
	position: relative;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 2;
	background-color: #ffffff;
	max-width: 800px;
	width: 100%;
	padding: 56px 20px 64px 20px;
}
@media screen and (max-width: 1023px) {
	#MyContent .parallax-content{
		top: auto;
		left: auto;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		transform: none;
		margin:10px;
		width:calc(100% - 50px);
		padding: 30px 15px;
	}
}
#MyContent .parallax-content .parallax-content--title{
	font-size:40px;	
	font-family: ClarinsRegular, Clarins;
	font-weight: 400;
	line-height: 50px;
	color: #52992f;
	text-align: center;
	margin: 0;
}
#MyContent .parallax-content .parallax-content--subtitle{
	font-size:14px;
	line-height:1.4em;
	color: #52992f;
	text-align: center;
	margin-top: 0;
	margin-bottom: 0px;
}
#MyContent .parallax-content .parallax-content--subtitle2{
	font-size:14px;
	line-height:1.4em;
	color: #52992f;
	text-align: center;
	margin-top: 0;
	margin-bottom: 50px;
}
#MyContent .parallax-content .parallax-content--subtitle::after{
	content: "";
	background: url('img/cls-parallax-icon.png');
	display: inline-block;
	width: 114px;
	height: 27px;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: bottom;
	margin-left: 8px;
}
#MyContent .parallax-list .parallax-list--title{
	font-size: 24px;
	color: #52992f;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 0;
}
#MyContent .parallax-list .parallax-list--subtitle{
	font-size: 14px;
	color: #52992f;
	text-transform: uppercase;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 2px;
}
#MyContent .parallax-list--content{
	max-width: 580px;
	margin: 0 auto;
}
#MyContent .parallax-list--content .parallax-list--content-item{
	display: flex;
	flex-wrap: nowrap;
    flex-direction: row;
    align-content: center;
    align-items: center;
	margin-bottom: 6px;
}
#MyContent .parallax-list--content .parallax-list--content-item:last-child{
	margin-bottom: 0;
}
#MyContent .parallax-list--content .parallax-list--content-item img{
	margin-right: 12px;
}
#MyContent .parallax-list--content .parallax-list--content-item p{
	font-size: 14px;
}
@media screen and (max-width: 761px) {	
	#MyContent .parallax-content{
		margin:20px 10px;
		width:calc(100% - 40px);
		padding: 45px 10px;
	}
	#MyContent .parallax-content .parallax-content--title{
		font-size: 35px;
		line-height: 40px;
		margin-bottom: 18px;
	}
	#MyContent .parallax-content .parallax-content--subtitle{
		max-width: 250px;
		width: 100%;
		margin: 0 auto 0px auto;
	}
	#MyContent .parallax-content .parallax-content--subtitle2{
		max-width: 250px;
		width: 100%;
		margin: 0 auto 30px auto;
	}
	#MyContent .parallax-content .parallax-content--subtitle::after {
		width: 57px;
		height: 14px;
		margin-bottom: -3px;
	}
	#MyContent .parallax-list--content .parallax-list--content-item{
		flex-direction: column;	
		text-align: center;
	}	
	#MyContent .parallax-list .parallax-list--subtitle{
		margin-bottom: 20px;
	}
	#MyContent .parallax-list--content{
		max-width: 250px;
	}
}
@media screen and (max-width: 374px) {
	#MyContent .parallax-content .parallax-content--title{
		font-size: 32px;
		line-height: 35px;
	}
	#Header-Section h1 {
		font-size: 40px;
		line-height: 40px;
	}
}


@media screen and (max-width: 1023px) {
#MyContent .white-caption-parallax div{
	text-align:center;
	
}	
}
@media screen and (max-width: 761px) {
#MyContent .white-caption-parallax div{
	padding-left:20px;
	padding-right:20px;
}	
}
#MyContent .white-caption-parallax div h2{
	font-size:40px;	
	font-family:ClarinsRegular, Clarins;
	margin:0;
	font-weight:normal;
	padding:0;
	line-height:1em;
}
@media screen and (max-width: 761px) {
#MyContent .white-caption-parallax div h2{
	font-size:35px;	
}	
}
#MyContent .white-caption-parallax div h2+p{
	font-size:14px;
	line-height:1.4em;
	margin-bottom:40px;
}
@media screen and (max-width: 761px) {
#MyContent .white-caption-parallax div h2+p{
	margin-bottom:20px;
}	
}
@media screen and (max-width: 1023px) {
#MyContent .white-caption-parallax {
	height: auto;
	position:relative;
	transform:none;
	top:auto;
	left:auto;
	margin:40px;
	width:calc(100% - 80px);
	text-align:center;line-height:1em;
	padding-top:40px;
		padding-bottom:40px;
}
}

@media screen and (max-width: 761px) {
#MyContent .white-caption-parallax {
		width:100%;
		padding-top:20px;
		padding-bottom:20px;
		margin:0px;
}
#MyContent .white-caption-parallax img{
		max-width:70%;
}
}


/*-------------------------------------------------------------------*/

#Block-04  h2 {
	color: #08687a;
	margin: 0;
	padding: 0;
	font-family: ClarinsRegular;
	font-size: 40px;
	font-weight: normal;
	padding-bottom: 25px;
	line-height: 1em;
	text-align:center;
	display:block;
}
@media screen and (max-width: 761px) {
#Block-04  h2 {
	padding-left:20px;
	padding-right:20px;
}	
}
#Block-04  p.Text {
	color: #000;
	margin: 0 auto;
	padding: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1em;
	text-align:center;
	display:block;
	max-width:780px;
	padding-left:20px;
	padding-right:20px;
	line-height:1.4em;
}

/*-------------------------------------------------------------------*/

#MyContent .shadow-border {
	box-shadow: inset 0px 0px 20px rgba(0,0,0,0.1);
	position: absolute;
	left: 50%;
	width: 2600px;
	margin-left: -1300px;
	top: 0px;
	height: 100%;
	z-index: 3;
}

#Header-Section.video-header .white-block {
	margin: 0;
	width: 330px;
	position: absolute;
	right: 80px;
	top: 0px;
	height: 100%;
	line-height: 530px;
}

@media screen and (max-width: 1023px) {
#Header-Section.video-header .white-block {
	height: 530px;
	line-height: 530px;
	margin: -265px 0 0;
	position: absolute;
	right: 30px;
	top: 50%;
	width: 280px;
}
}

@media screen and (max-width: 761px) {
#Header-Section.video-header .white-block {
	width: 100%;
	margin: 0;
	position: relative;
	height: auto;
	line-height: 1em;
	top: auto;
	right: auto;
}
}
#Block-02 {
	text-align: center;
	font-size: 22px;
	line-height: 32px;
	padding-top:60px;
	padding-bottom:13px;
}
@media screen and (max-width: 1023px) {
#Block-02 {
	padding-top:20px;
	padding-bottom:20px;
}
}
#Block-02 img {
	width: 100%;
	max-width: 555px;
	margin-bottom: 60px;
}

#Block-02 .MyText-before {
	margin:0;
}

#Block-02 .MyText-before::before {
	content:" ";
	width:98px;
	height:98px;
	background-image:url(img/arbre.png);
	display:block;
	background-size:cover;
	margin: 0 auto;
}
#Block-02 .MyText-after {
		margin-top: 15px;
			color:#85b128;
}
#Block-02 .anim-digit {
	font-size: 0;
}
@media screen and (max-width: 761px) {
	#Block-02 .anim-digit  {
		left: 50%;
		/* transform: scale(0.8); */
		/* transform-origin: left top 0; */
		width: 400px;
		position: absolute;
		/* margin-left: -165px; */
		margin-top: -80px;
		transform: translateX(-50%) scale(0.65);
	}
	#Block-02 .MyText-before {
		margin-bottom: 65px;font-size:16px;
	}
	#Block-02 .MyText-after {
		margin-top: 0px;font-size:16px;
		margin-bottom: 0;
	}
	#Block-02 {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	#MyContent .parallax .background {
		background-image: url(./img/cls-parallax-bg_mob.jpg);
		margin-left: -1200px;
	}
}


#Block-02 .digit {
	width: 50px;
	height: 80px;
	display: inline-block;
	background-image: url(./img/anim-numero.png);
	font-size: 78px;
	line-height: 1em;
	color: #be0f34;
	text-align: center;
	opacity: 0;
	vertical-align:bottom;
}

#Block-02 .DigitBlurANIM {
	opacity: 1;
	animation-name: DigitBlur;
	animation-duration: 0.5s;
	animation-timing-function: linear;
	animation-iteration-count: 30;
	background-position: -118px 0px;
}
@keyframes DigitBlur {
 0% {
 background-position:-118px 0px;
}
 100% {
 background-position: -118px -807px;
}
}
#Block-02 .DigitEndANIM-0 {
	opacity: 1;
	animation-name: DigitAnim-0;
	animation-duration: 0.5s;
	animation-timing-function: ease-out;
	animation-fill-mode:forwards;
}
@keyframes DigitAnim-0 {
 0% {
 background-position: -20px 0px;
}
 100% {
 background-position: -20px 0px;
}
}
#Block-02 .DigitEndANIM-1 {
	opacity: 1;
	animation-name: DigitAnim-1;
	animation-duration: 0.5s;
	animation-timing-function: ease-out;
	animation-fill-mode:forwards;
}
@keyframes DigitAnim-1 {
 0% {
background-position: -20px 0px;
}
 100% {
background-position: -20px -80px;
}
}
#Block-02 .DigitEndANIM-2 {
	opacity: 1;
	animation-name: DigitAnim-2;
	animation-duration: 0.5s;
	animation-timing-function: ease-out;
	animation-fill-mode:forwards;
}
@keyframes DigitAnim-2 {
 0% {
background-position: -20px 0px;
}
 100% {
background-position: -20px -160px;
}
}
#Block-02 .DigitEndANIM-3 {
	opacity: 1;
	animation-name: DigitAnim-3;
	animation-duration: 0.5s;
	animation-timing-function: ease-out;
	animation-fill-mode:forwards;
}
@keyframes DigitAnim-3{
 0% {
 background-position: -20px 0px;
}
 100% {
background-position: -20px -240px;
}
}
#Block-02 .DigitEndANIM-4 {
	opacity: 1;
	animation-name: DigitAnim-4;
	animation-duration: 0.5s;
	animation-timing-function: ease-out;
	animation-fill-mode:forwards;
}
@keyframes DigitAnim-4 {
 0% {
background-position: -20px 0px;
}
 100% {
background-position: -20px -320px;
}
}
#Block-02 .DigitEndANIM-5 {
	opacity: 1;
	animation-name: DigitAnim-5;
	animation-duration: 0.5s;
	animation-timing-function: ease-out;
	animation-fill-mode:forwards;
}
@keyframes DigitAnim-5{
 0% {
 background-position: -20px 0px;
}
 100% {
background-position: -20px -400px;
}
}
#Block-02 .DigitEndANIM-6 {
	opacity: 1;
	animation-name: DigitAnim-6;
	animation-duration: 0.5s;
	animation-timing-function: ease-out;
	animation-fill-mode:forwards;
}
@keyframes DigitAnim-6 {
 0% {
background-position: -20px 0px;
}
 100% {
background-position: -20px -480px;
}
}
#Block-02 .DigitEndANIM-7 {
	opacity: 1;
	animation-name: DigitAnim-7;
	animation-duration: 0.5s;
	animation-timing-function: ease-out;
	animation-fill-mode:forwards;
}
@keyframes DigitAnim-7 {
 0% {
background-position: -20px 0px;
}
 100% {
background-position: -20px -560px;
}
}
#Block-02 .DigitEndANIM-8 {
	opacity: 1;
	animation-name: DigitAnim-8;
	animation-duration: 0.5s;
	animation-timing-function: ease-out;
	animation-fill-mode:forwards;
}
@keyframes DigitAnim-8 {
 0% {
 background-position: -20px 0px;
}
 100% {
background-position: -20px -640px;
}
}
#Block-02 .DigitEndANIM-9 {
	opacity: 1;
	animation-name: DigitAnim-9;
	animation-duration: 0.5s;
	animation-timing-function: ease-out;
	animation-fill-mode:forwards;
}
@keyframes DigitAnim-9 {
 0% {
background-position: -20px 0px;
}
 100% {
background-position: -20px -720px;
}
}

#Block-02 .DigitEndANIM-Plus {
	opacity: 1;
	animation-name: DigitAnim-Plus;
	animation-duration: 0.5s;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
	background-image: none;
	vertical-align: bottom;
	font-size: 90px;
}
#Block-02 .DigitEndANIM-Plus::before {
	content:"+";
	color:#85b128;
	font-size:80px;
}
@keyframes DigitAnim-Plus{
 0% {
background-position: -20px 0px;
}
 100% {
background-position: -20px -720px;
}
}


#Block-02 .digit span {
	display: none;
}
#Block-02 .dot {
	display: inline-block;
	font-size: 50px;
	line-height: 1em;
	color: #81b044;
	z-index:2;
	vertical-align:bottom;
}


#Block-Carte img{
	display:block;
	max-width:100%;
}
#Block-Carte #jcarousel-Carte-content{
	max-width: 560px;
	padding-bottom: 40px;
	margin: 0 auto;
}
#Block-Carte #jcarousel-Carte-content .jcarousel-pagination{
	bottom: 10px;
}
#Block-Carte .countries_list .countries_item{
	display: inline-block;
	list-style: none;
}
#Block-Carte .countries_list .countries_item p{
	font-family: "Gotham SSm medium A", "Gotham SSm medium B", Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #294648;
	text-transform: uppercase;
	padding-left: 20px;
}
#Block-Carte .countries_list .countries_item p::before{
	content:"";
	background:url('img/cls-map-bullet.png');
	background-repeat: no-repeat;
	background-position: center;
	width: 20px;
	height: 20px;
	display: inline-block;
	margin-left: -20px;
	margin-bottom: -6px;
}
#Block-Carte .countries_list .countries_item .countries_content{
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: space-around;
}
@media screen and (max-width: 761px) {
#Block-Carte {
	padding-bottom:40px;
}	
}
#mentions{
	font-size: 11px !important;
}


/*---------*/

#Block-06 {
	max-width:1170px;
	display:block;
	display:flex;
	justify-content:center;
	align-items:center;

		padding-right:40px;
		box-sizing:border-box;
		padding-bottom:60px;
}
@media screen and (max-width: 1023px) {
	#Block-06 {
		flex-direction:column;
	}
}
@media screen and (max-width: 761px) {
	#Block-06 {
		padding-right:0;
		flex-direction:column;
		padding-bottom:20px;
	}
	#Block-06 img{
		max-width:calc(100vw + 14px);
	
	}
	#Block-06 div:first-child{
		margin-left:-15px;

	}
	#Block-06{
		margin-top:-35px;
		z-index:2;
		position:relative;
	}
}
#Block-06 h4{
	color:#08687a;
	text-transform:uppercase;
	margin:0;
	font-size:20px;
		font-family: "Gotham SSm medium A", "Gotham SSm medium B", Helvetica, Arial, sans-serif;
		padding-top:60px;
}
@media screen and (max-width: 1023px) {
#Block-06 h4{
			margin:30px;
			text-align:center;
	}
}
@media screen and (max-width:761px) {
#Block-06 h4{margin:20px;
				padding-top:0px;
	}
}
#Block-06 .MyText {
	margin:0;
	margin-top:30px;
	font-size:14px;
	line-height:1.4em;
}
@media screen and (max-width: 1023px) {
#Block-06 .MyText {
			margin:30px;
			text-align:center;
	}
}
@media screen and (max-width:761px) {
#Block-06 .MyText {
			margin:20px;
			text-align:center;
	}
}
#Block-06 .MyText em{
	color:#83a03b;
	font-family:ClarinsRegular, Clarins;
	font-size:20px;
}
/*---------*/

#Block-07 {
	background-color:#e9eac9;	
	text-align:center;
	padding-top:60px;
	padding-bottom:170px;
	background-image:url(img/frise.png);
	background-repeat:repeat-x;
	background-position:bottom center;
	font-size:0;

}
#Block-07 h2{
	color:#000;
	margin:0;
	font-size:40px;
	font-family:ClarinsRegular, Clarins;
	font-weight:normal;
}
@media screen and (max-width:761px) {
#Block-06 h2{
	color:#000;
	margin:0;
	font-size:35px;
	font-family:ClarinsRegular, Clarins;
	font-weight:normal;
}
}
#Block-07 h3{
	color:#000;
	margin:0;
	font-size:25px;
	font-family:ClarinsRegular, Clarins;
	font-weight:normal;
	padding-top:35px;
	padding-bottom:40px;

}
@media only screen and (min-width:1250px) {
#Block-07  {
	margin-left: -375px;
	width: 2000px;

}
}
#Block-07 .InlineBlock{
	display:inline-block;
	vertical-align:top;
	max-width:465px;
	text-align:left;
	width:calc(50% - 40px);
	margin:20px;
}
@media screen and (max-width:761px) {
	#Block-07 .InlineBlock{
	max-width:768px;
	text-align:center;
	width:calc(100% - 40px);
	margin:20px;
}
}
#Block-07 h4{
	color:#08687a;
	text-transform:uppercase;
	margin:0;
	font-size:16px;
		font-family: "Gotham SSm medium A", "Gotham SSm medium B", Helvetica, Arial, sans-serif;
		padding-top:0px;	text-align:center;
}
#Block-07 ul {
	margin:0;
	list-style:none;
	padding:0;
	z-index:1;
	
}
#Block-07 ul li{
	font-size:14px;
	line-height:1.4em;
	padding-left:100px;
	padding-top:40px;
	position:relative;
	z-index:2;
}
@media screen and (max-width:761px) {
	#Block-07 ul li{
	text-align:left;
}
}
#Block-07 ul li strong{
		font-family: "Gotham SSm medium A", "Gotham SSm medium B", Helvetica, Arial, sans-serif;
		font-weight:normal;
}
#Block-07 ul li img{
	position:absolute;
	left:0px;
	top:calc(50% - 20px);
	transition:transform 0.5s ease-in-out;
	z-index:-1;
}

#Block-07 ul li:hover img{
	transform:scale(1.2);
}
/*---------*/

#Block-08{
	max-width:1170px;
	padding:10px;
	box-sizing:border-box;
	background-image:url(img/parallax.jpg);
	background-position:bottom center;
	width:calc(100% - 40px);
	margin:60px auto;
}
@media screen and (max-width: 761px) {
#Block-08{
		margin-top:0px;
	}
}
#Block-08 .Wrapper{
	background-color:#fff;
	text-align:center;
	padding:40px;
}
#Block-08 h2{
	color:#000;
	margin:0;
	font-size:40px;
	font-family:ClarinsRegular, Clarins;
	font-weight:normal;
	padding-bottom:20px;
}
#Block-08 h4{
	text-transform:uppercase;
	margin:0;
	font-size:16px;
	font-family: "Gotham SSm medium A", "Gotham SSm medium B", Helvetica, Arial, sans-serif;
	padding-top:0px;
	line-height:1.4em;
	font-weight:normal;
}
#Block-08 ul {
	margin:0;
	list-style:none;
	padding:0;
	padding-bottom:40px;
}
#Block-08 .jcarousel{
	max-width:840px;
	margin: 0 auto;
	padding-bottom:40px;
}
@media screen and (max-width: 761px) {
	#Block-08 .jcarousel{
			width:235px;
				padding-bottom:60px;
	}
}
#Block-08 p{
	max-width:740px;
	margin: 0 auto;
	font-size:14px;
}

#Block-08 ul li{
	font-size:14px;
	line-height:1.4em;
	position:relative;
	display:inline-block;
	max-width:190px;
	vertical-align:top;
	margin:10px;
}
@media screen and (max-width: 1023px) {
#Block-08 ul li{
			max-width:130px;
			
	}
}
@media screen and (max-width: 761px) {
	#Block-08 ul li {
			max-width:235px;margin:0px;
	}

	#Block-08 .jcarousel-pagination {
			bottom:20px;
	}
}
#Block-08 .Num{
	font-size:50px;
	color:#07687a;
	margin:0;
	padding-top:40px;line-height:1.4em;
}
#Block-08 img{
	max-width:100%;
}
#Block-08 .BtnLink{
	padding-bottom:40px;
}
/*---------*/
.col-video {
	max-width: 432px;
	margin-left: 40px;
	margin-right: 40px;
}
@media screen and (max-width: 1023px) {
.col-video {
	max-width: 320px;
	margin-left: 20px;
	margin-right: 20px;
}
}

.visual{
	position: relative;
	display:block;
	margin:0 auto;
	text-align:center;
	background-image:url("img/video-bg.png");
	padding:50px;
	background-position:center top;
	background-repeat:no-repeat;
}
@media screen and (max-width: 761px) {
	.visual{
			padding:20px;
	}
}
a.link-video::after {
	content:" ";
	background-image: url("img/video-play.png");
	background-repeat: no-repeat;
	background-position:center center;
	position: absolute;
	display:block;
	width: 50px;
	height: 50px;
	bottom:15px;
	left:15px;
}
a.link-video {
	position: relative;
	display:inline-block;
}
a.link-video img{
	position: relative;
	display:block;
	max-width:100%;
}
@media screen and (max-width: 761px) {
a.link-video {
	background-size:auto 20% ;
}
}
/*-------------------------------------------*/

#MyContent #Transversal-Push h2{
	color:#000;
	font-family:ClarinsRegular, Clarins;
	font-size:35px;
	line-height:1em;
	font-weight:normal;
	margin:0;	
	box-sizing:border-box;
	padding-top:40px;
	padding-bottom: 20px;
	text-align:center;
}
@media screen and (max-width: 761px) {
#MyContent #Transversal-Push h2{
	padding-top:20px;
	font-size:30px;
}
}
#MyContent #Transversal-Push {
	position:relative;
	padding-bottom:20px;
}
#MyContent #Transversal-Push .jcarousel {
	margin-left: auto;
	margin-right: auto;
	width: 915px;
}
@media screen and (max-width: 1023px) {
	#MyContent #Transversal-Push .jcarousel {
	width: 590px;
}

}
#MyContent #Transversal-Push .products-pagination.jcarousel-control-next, 
#MyContent #Transversal-Push .products-pagination.jcarousel-control-prev{
	top:calc(50% - 35px);
	display:none;
	
}
@media screen and (max-width: 1023px) {
#MyContent #Transversal-Push .products-pagination.jcarousel-control-next, 
#MyContent #Transversal-Push .products-pagination.jcarousel-control-prev{
	display:block;
	
}
}
@media screen and (max-width: 761px) {
#MyContent #Transversal-Push .products-pagination.jcarousel-control-next, 
#MyContent #Transversal-Push .products-pagination.jcarousel-control-prev{
	display:none;
	
}
}
#MyContent #Transversal-Push .products-pagination.jcarousel-control-next{
	right:20px;
}
#MyContent #Transversal-Push .products-pagination.jcarousel-control-prev{
	left:20px;
	
}
@media screen and (max-width: 761px) {
#MyContent #Transversal-Push .jcarousel {
	width: 290px;
	padding-bottom:40px;
}
#MyContent #Transversal-Push .jcarousel-pagination {
	display:block;
	bottom:0;
}
}
#MyContent #Transversal-Push ul {
	display: block;
	
	text-align: center;
	position: relative;
	margin-bottom: 60px;
}

#MyContent #Transversal-Push ul li {
	font-size: 0;
	border: 2px solid #e5e5e5;
	cursor: pointer;
	display: inline-block;
	margin: 10px;
	max-width: 284px;
	min-height: 410px;
	padding-bottom: 50px;
	text-align: left;
	vertical-align: top;
	/*width: calc(50% - 40px);*/
	position:relative;
}
#MyContent #Transversal-Push ul li img {
	max-width: 100%;
}
@media screen and (max-width: 1023px) {
#MyContent #Transversal-Push ul li  {
	margin: 5px;
}
}

#MyContent #Transversal-Push ul li h3 {
	margin: 0;
	font-family: ClarinsRegular, Clarins;
	font-size: 30px;
	line-height: 30px;
	color: #000;
	padding: 0;
	padding-bottom: 10px;
	font-weight: normal;
	padding-left: 20px;
	padding-right: 20px;
	min-height: 100px;
}

#MyContent #Transversal-Push ul li p.Title {
	color: #be0f34;
	text-transform: uppercase;
	font-family: "Gotham SSm medium A", "Gotham SSm medium B", Gotham, Helvetica, Arial, sans-serif;
	margin: 0;

	font-size: 11px;
	padding: 20px;
	padding-bottom: 10px;
}
#MyContent #Transversal-Push ul li p.Text {
	color: #8b8b8b;
	margin: 0;
	font-size: 11px;
	padding: 20px;
	padding-top: 0px;
	padding-bottom: 10px;
	line-height: 14px;
}
#MyContent #Transversal-Push ul li p.text-link {
	bottom: 20px;
	font-size: 11px;
	line-height: 14px;
	margin: 0;
	padding: 20px;
	position: absolute;
		padding-bottom:8px;
}
#MyContent #Transversal-Push ul li p.text-link a {
	text-transform: uppercase;
	color: #000;
	text-decoration: none;
	border-bottom: #d5d5d5 1px solid;
}

/*=============================*/
@media only screen and (min-device-width : 834px) and (max-device-width : 1112px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 2){
	#Block-08 ul li{
		max-width: 155px;
	}
	#YTvideobox{
		left: 7%;
	}
}


/*DTW Edits*/
#MyContent #Transversal-Push ul li h3{
	min-height: 130px;
}

/* ------------2022-updates---------------------- */
/*#Block-09{
	max-width:1170px;
	padding:10px;
	box-sizing:border-box;
	background-image:url(img/background-leaves.png);
	background-position:bottom center;
	width:calc(100% - 40px);
	margin:60px auto;
	height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}
#Block-10{
	max-width:1170px;
	padding:10px;
	box-sizing:border-box;
	background-image:url(img/trousse-seeds-2022.png);
	background-position:bottom center;
	width:calc(100% - 40px);
	margin:60px auto;
	height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}
#Block-09 .Wrapper {
    display: flex;
}
#Block-09 h1, #Block-10 h1 {
    color: #85b128;
}
.calque-4-packshots {
	flex-basis: 50%;
}
.calque-4-pharagraph {
	flex-basis: 50%;
}
.calque-4-packshots img {
    width: 160%;
} 
.calque-4-packshots img {
    width: 32%;
    margin-left: 346px;
    margin-bottom: 100px;
    margin-top: 43px;
}
#Block-09 .MyText {
	width: 311px;
}
.calque-4-pharagraph {
	flex-basis: 50%;
    padding: 117px 0;
}

#block10-title {
	text-align: center;
    padding-top: 24px;
}
#block10-sub {
	font-size: 15px;
	color: #85b128;
}
#Block-10 img {
	padding-top: 60px;
    width: 228px;
    margin-left: 592px;
}
#block10-cta {
	margin-left: 48%;
    margin-bottom: 85px;
}

@media screen and (max-width: 480px) {
	#Block-09{
		max-width:1170px;
		padding:10px;
		box-sizing:border-box;
		background-image:url(img/background-leaves-mobile.png);
		background-position:bottom center;
		width:calc(100% - 40px);
		margin:60px auto;
		height: 100%;
		background-size: cover;
		background-repeat: no-repeat;
	}
	#Block-10{
		max-width:1170px;
		padding:10px;
		box-sizing:border-box;
		background-image:url(img/trousse-seeds-2022-mobile.png);
		background-position:bottom center;
		width:calc(100% - 40px);
		margin:60px auto;
		height: 100%;
		background-size: cover;
		background-repeat: no-repeat;
	}
	.calque-4-packshots img {
		width: 100%;
		margin-left: 24px;
		margin-top: 32px;
		margin-bottom: unset;
	}
	#Block-09 .MyText {
		width: 132px;
	}
	.calque-4-packshots, .calque-4-pharagraph {
		flex-basis: unset;
	}
	.calque-4-pharagraph {
		padding: 24px 0;
		margin-left: 38px;
	}
	#Block-09 h1 {
		font-size: 1.5em;
	}
	#Block-10 img {
		margin-left: 51%;
		padding-top: 0px;
	}
}*/


/*DTW Custom Edits 2022*/
.custom-cta-SG {
    margin: 20px auto 0;
    display: block;
    text-align: center;
    max-width: 122px;
    width: 100%;
}
.custom-cta-SG a {
    display: inline-block;
    line-height: 45px;
    width: 100%;
    background: #000;
    color: #fff;
}
#Block-Custom-1-SG {
    margin: 20px auto;
    
}
.Block-Custom-1-SG_container{
	background-image: url(img/Custom-Block-4-bg.jpg);
    background-position: center;
    width: 1190px;
    background-size: contain;
    background-repeat: no-repeat;
    height: auto;
    padding: 100px 0 110px;
    margin: 0 auto;
}
.Block-Custom-1-SG-text-header-mob {
    display: none;
    font-size: 20px;
    color: #84b127;
}
.Block-Custom-1-SG-box-contents {
    display: flex;
    justify-content: center;
     align-items: center;
}
.Block-Custom-1-SG-img {
    width: auto;
}
.Block-Custom-1-SG-img img {
    max-width: 72%;
    width: 100%;
}
.Block-Custom-1-SG-text {
    width: 100%;
    max-width: 423px;
}
.Block-Custom-1-SG-text-header-desk {
    font-size: 20px;
    color: #84b127;
    line-height: 100%;
}
.Block-Custom-1-SG-text-descript {
    font-size: 16px !important;
    line-height: 1.5em;
}
.Block-Custom-1-SG-text-price {
    font-size: 15px;
    line-height: 100%;
}
.Block-Custom-1-SG-text-cta {
    font-size: 16px;
    text-decoration: underline;
    font-weight: bold;
}


#Block-Custom-2-SG {
    
    margin: 30px auto 40px;
    
}
.Block-Custom-2-SG_container{
	width: 960px;
    background: #fff;
    border: 11px solid #84b127;
    text-align: center;
    margin: 0 auto;
    padding: 0 0 30px;
}
#Block-Custom-2-SG h2 {
    font-size: 30px;
    line-height: 100%;
    text-transform: uppercase;
    color: #84b127;
}
#Block-Custom-2-SG p {
    font-size: 15px;
    line-height: 1.5em;
}

#Block-Custom-2-SG h3 {
    color: #84b127;
    font-size: 20px;
    line-height: 1.5em;
    text-transform: uppercase;
}
.Block-Custom-2-SG-img {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 390px;
    width: 100%;
    margin: 0 auto;
}
.Block-Custom-2-SG-img-1 {
    width: 100%;
    margin: 0 0 0;
}
.Block-Custom-2-SG-img-1 img {
    width: 230px;
}
.Block-Custom-2-SG-img-2 img {
    width: 150px;
}
.Block-Custom-2-SG-cta {
    font-size: 16px;
    text-decoration: underline;
    font-weight: bold;
    margin: 20px 0 0;
    display: block;
}

/*DTW Responsive Custom Edits 2022*/
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {
	#Block-Custom-2-SG {
	    width: 100%;
	    padding: 0;
	}
	#Block-Custom-1-SG {
		width: 100%;
	    padding: 0;
	}
	.Block-Custom-1-SG_container {
	    width: 100%;
	    height: 470px;
	    margin: 0 auto;
	    padding: 0;
	}
	.Block-Custom-1-SG-box-contents {
	    padding: 60px 0 0;
	}
	.Block-Custom-2-SG_container {
	    width: 770px;
	    padding: 0 0 30px;
	    margin: 0 auto;
	}
}

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {
	#Block-Custom-1-SG{
		width: 100%;
	}
	.Block-Custom-1-SG_container{
		width: 100%;	
	}
}

/*iPhone 6/7/8/plus, XR, 11, X, 12 and 11.*/
@media (max-width: 480px) {
	#Block-Custom-1-SG {
	    margin: 20px auto;
	    padding: 0 10px;
	}
	.Block-Custom-1-SG_container {
		background-image: url(img/background-leaves-mobile.png);
	    background-position: center;
	    width: 100%;
	    background-size: cover;
	    background-repeat: no-repeat;
	    height: 309px;
	    padding: 20px 0 0;
	}
	.Block-Custom-1-SG-text-header-desk{
		display: none;
	}
	.Block-Custom-1-SG-text-header-mob {
	    display: block;
	    text-align: center;
	}
	.Block-Custom-1-SG-text-descript {
	    font-size: 12px !important;
	    line-height: 1.5em;
	}
	.Block-Custom-1-SG-box-contents {
	    align-items: flex-start;
	    padding: 0 30px;
	}
	.Block-Custom-1-SG-text {
	    width: 100%;
	    max-width: 233px;
	}
	.Block-Custom-1-SG-text-descript {
	    font-size: 11px !important;
	    line-height: 1.5em;
	}
	.Block-Custom-1-SG-text-cta {
	    font-size: 12px;
	}
	#Block-Custom-2-SG {
	    margin: 30px auto 40px;
	    padding: 0 10px;
	        
	}
	#Block-Custom-2-SG h2 {
	    font-size: 24px;
	}
	#Block-Custom-2-SG h3 {
	    font-size: 17px;
	}
	.Block-Custom-2-SG_container {
	    width: 100%;
	    width: 91%;
	}
	.Block-Custom-2-SG-img {
	    max-width: 100%;
	    width: 100%;
	    justify-content: center;
	}
	.Block-Custom-2-SG-img-1 {
	    width: auto;
	}
	.Block-Custom-2-SG-img-1 img {
	    width: 150px;
	}



}