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/parallax.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: 455px;
	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: 455px;
	background-repeat: no-repeat;
	background-color: #e1e1e1;
	z-index: 1;
	background-attachment: fixed;
	background-size:100% auto;
	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: 375px;
    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;

}
@media screen and (max-width: 1023px) {
#MyContent .white-caption-parallax div{
	text-align:left;
	
}	
}
@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;
		margin-top: 10px;
}
}

@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:60px;
}
@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;
	}
	#Block-02 .MyText-before {
		margin-bottom: 80px;font-size:16px;
	}
	#Block-02 .MyText-after {
		margin-top: 0px;font-size:16px;
	}
}


#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;
	font-family: ArialNarrow;
	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%;
}
@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;
}


/*DTW ADD ON*/
@media only screen and (max-width: 1023px){
	#Block-07 h4{
		font-size: 19px;
	}
	#Block-08 p{
		margin-top: 20px;
	}
}
@media only screen and (max-width: 761px){
	#MyContent #Transversal-Push h2{
		font-size: 25px;
	}
	#Block-02 .anim-digit{
		left: 57%;
	}
}

/*DTW EDITS*/
@media only screen and (min-width: 1024px){
#Block-07 {
    background-color: #e9eac9;
    text-align: center;
    padding-top: 130px;
    padding-bottom: 170px;
    background-image: url(img/frise.png);
    background-repeat: repeat-x;
    background-position: bottom center;
    font-size: 0;
}
}
@media only screen and (min-width: 1024px){
	#aso {
    width: 100%;
    margin-left: 7%;
    margin-right: 3%;
}
}
@media only screen and (min-width: 1024px){
	#further {
    width: 100%;
    margin-left: 7%;
    margin-right: 3%;
}
}
/*@media only screen and (min-width: 1024px){
	#aso {
    width: 100%;
    margin-left: 13%;
    margin-right: 3%;
}
}*/

.MyText-before-green{
	color: #81b044;
	font-size: 50px;
    font-family: ClarinsRegular, Clarins;
    margin: 0;
    font-weight: normal;
    padding: 0;
    line-height: 1em;
}

.MyText-after-black{
	color: #000;
	margin-top: 10px;
    font-weight: 500;
}

#Block-02-further {
    text-align: center;
    font-size: 22px;
    line-height: 32px;
    padding-top: 60px;
    padding-bottom: 0px;
    text-align: center;
}

#Block-02-aso {
    text-align: center;
    font-size: 22px;
    line-height: 32px;
    padding-top: 60px;
    padding-bottom: 0px;
    text-align: center;
}
#MyContent #btn-green a {
    font-family: "Gotham SSm medium A", "Gotham SSm medium B", Gotham, Helvetica, Arial, sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    color: #FFF;
    text-decoration: none;
    position: relative;
    background-color: #81b044;
    padding: 18px 30px;
    display: inline-block;
    line-height: 14px;
}
#Block-06 .MyText {
    margin: 0;
    margin-top: 30px;
    font-size: 14px;
    line-height: 1.4em;
    width: 120%;
}

/*#MyContent .white-caption-parallax div h2 {
    font-size: 17px;
    font-family: ClarinsRegular, Clarins;
    margin: 0;
    font-weight: normal;
    padding: 0;
    line-height: 1em;
}*/
#MyContent .white-caption-parallax div h2 {
    font-size: 14px;
    font-family: ClarinsRegular, Clarins;
    margin: 0;
    font-weight: normal;
    padding: 0;
    line-height: 1.5em;
}

#btn-green{
	background-color: #81b044;
	color: #fff;
	width: 37%;
}
#MyContent .parallax {
    position: relative;
    display: block;
    height: 455px;
    overflow: visible;
    margin-bottom: 5px;
}
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) { 
	#btn-green {
    background-color: #81b044;
    color: #fff;
    width: 100%;
    text-align: center;
}
#MyContent .parallax {
    position: relative;
    display: block;
    height: 455px;
    overflow: visible;
    margin-bottom: 40px;
}
#Block-06 .MyText {
    margin: 5%;
    /* margin-top: 15px; */
    font-size: 14px;
    line-height: 1.4em;
    width: 90%;
    text-align: left;
}
#aso {
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
}
#Block-07 {
    background-color: #e9eac9;
    text-align: center;
    padding-top: 195px;
    padding-bottom: 170px;
    background-image: url(img/frise.png);
    background-repeat: repeat-x;
    background-position: bottom center;
    font-size: 0;
}
#MyContent .white-caption-parallax {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0px;
    margin-top: 12%;
}
#MyContent .white-caption-parallax div h2 {
    font-size: 14px;
    font-family: ClarinsRegular, Clarins;
    margin: 0;
    font-weight: normal;
    padding: 0;
    line-height: 1.5em;
    text-align: left;
}
.dtw-whiteplus-p{
	text-align: left;
	margin-bottom: 20px;
}
}


@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) { 
	#Block-06 .MyText {
    margin: 3%;
    /* margin-top: 15px; */
    font-size: 14px;
    line-height: 1.4em;
    width: 100%;
    text-align: left;
}
	#btn-green {
    background-color: #81b044;
    color: #fff;
    /* width: 37%; */
    margin-left: 33%;
}
#MyContent .parallax {
    position: relative;
    display: block;
    height: 455px;
    overflow: visible;
    margin-bottom: 120px;
}
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) { 
#MyContent .parallax {
    position: relative;
    display: block;
    height: 455px;
    overflow: visible;
    margin-bottom: 5px;
}
#btn-green {
    background-color: #81b044;
    color: #fff;
    width: 37%;
}
#Block-06 .MyText {
    margin: 0;
    margin-top: 30px;
    font-size: 14px;
    line-height: 1.4em;
    width: 100%;
}
}

@media only screen and (max-width: 761px){
	#Block-02 .anim-digit {
    left: 52%;
}
}
@media screen and (max-width: 761px){
	#Block-02 .MyText-before {
    margin-bottom: 80px;
    font-size: 15px;
    margin-left: 2%;
}
}
@media screen and (max-width: 761px){
	#Block-02 .MyText-after {
    margin-top: 0px;
    font-size: 16px;
    margin-left: 5%;
}
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) { 
	#further {
    width: 100%;
    margin-left: 1%;
    margin-right: 0%;
}
}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) { 
#aso {
    width: 100%;
    margin-left: -1%;
    margin-right: 0%;
}
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) { 	
	#Block-06 h4 {
    margin: 30px;
    text-align: center;
    margin-left: 10%;
    margin-top: -4%;
}
#Block-07 {
    background-color: #e9eac9;
    text-align: center;
    padding-top: 135px;
    padding-bottom: 180px;
    background-image: url(img/frise.png);
    background-repeat: repeat-x;
    background-position: bottom center;
    font-size: 0;
}
}
@media screen and (max-width: 1023px){
	#MyContent .parallax .background {
    height: 145%;
    background-repeat: repeat;
}
}


/*DTW 2021 Edits*/
#Header-Section h1{
	font-size: 36px;
	line-height: 38px;
}
.MyText-before-green{
	font-size: 36px;
}


/*DTW 2021 Responsive Edits*/

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) { 
	#Block-07{
		padding-top: 60px;
	}
}

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) { 
	#Block-07{
		padding-top: 60px;
	}
}

/*1023 width*/
@media screen and (max-width: 1023px) {
	#Block-06{
		padding: 0 40px;
	}
}

/*761*/
@media only screen and (max-width:761px) {
	#Block-06 .MyText{
		width: 100%;
	}
	#Block-07 ul {
	    margin: 0 auto;
	    max-width: 300px;
	    width: 100%;
	    list-style-type: none;
	}
}

/*Iphone 7,8,9 plus*/
@media only screen
  and (max-width : 414px)
  and (max-height : 736px) {
	#Block-07{
		padding-top: 40px;
	}
}
/*Iphone 7*/
@media only screen
  and (max-width : 375px)
  and (max-height : 667px) {
	#Block-07{
		padding-top: 40px;
	}
}

/*I phone 5 SE*/
@media only screen and (max-width:320px) {

}