.MyContent #USP-WELCOME{
	margin: 0 auto;
	text-align: center;
	display: flex;
	flex-direction: column;
	width: 100%;
	background: url(../img/banner-welcome.jpg) no-repeat;
	background-size: 110%;
	height: 600px;
	position: relative;
	align-items: center;
}

.MyContent #USP-WELCOME #USP-MSG{
	margin-top: 100px;
}

.MyContent h1{
	font-family: ClarinsRegular;
	font-size: 40px;
	margin-bottom: 0;
	text-align: center;
}

.MyContent #USP-WELCOME #USP-MSG p{
	font-size: 18px;
    width: 700px;
    margin: 0 auto;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
}

.MyContent #USP-WELCOME #USP-PICTO h2{
	height: 80px;
	color: #fff;
	background-color: #be0f34;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 0;
	font-family: Clarinsregular;
	font-size: 30px;
	font-weight: normal;
}

.MyContent #USP-WELCOME #USP-PICTO{
	width: 80%;
	position: absolute;
	bottom: 0;
}

.MyContent #USP-WELCOME #USP-PICTO .picto-list{
	list-style-type: none;
	display: flex;
    flex-direction: row;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    border:2px solid #efefef;
    border-right: none;
}

.MyContent #USP-WELCOME #USP-PICTO .picto-list .picto-wrapper{
	width: 20%;
	border-right: 2px solid #efefef;
	padding: 20px;
}

.MyContent #USP-WELCOME #USP-PICTO .picto-list .picto,.MyContent #USP-HELP div ul li .picto{
	width: 80px;
	height: 55px;
	background:url(../img/pictos.png) no-repeat;
	margin: 0 auto;
}

.MyContent #USP-WELCOME #USP-PICTO .picto-list #picto2 .picto{
	background-position: 0 -55px;
}

.MyContent #USP-WELCOME #USP-PICTO .picto-list #picto3 .picto{
	background-position: 0 -110px;
}

.MyContent #USP-WELCOME #USP-PICTO .picto-list #picto4 .picto{
	background-position: 0 -165px;
}

.MyContent #USP-WELCOME #USP-PICTO .picto-list #picto5 .picto{
	background-position: 0 -220px;
}

.MyContent #USP-WELCOME #USP-PICTO .picto-list #picto6 .picto{
	background-position: 0 -275px;
}

.MyContent #USP-HELP div ul:first-child li .picto{
	background-position: 0 -330px;
}

.MyContent #USP-HELP div ul:last-child li .picto{
	background-position: 0 -385px;
}


.MyContent #USP-OFFERS{
	position: relative;
	width: 100%;
}

.MyContent #USP-OFFERS img{
	max-width: 100%;
}

.MyContent #USP-OFFERS .offer-wrapper{
	position: absolute;
	right: 150px;
	top: 40px;
	text-align: center;
}


.MyContent #USP-OFFERS .offer-wrapper h2{
	font-family: ClarinsRegular;
	font-size: 30px;
}

.MyContent #USP-OFFERS .offer-wrapper div p:first-child{
	font-size: 24px;
	text-transform: uppercase;
	font-family: "Gotham SSm medium A", "Gotham SSm medium B", Helvetica, Arial, sans-serif;
	font-weight: bold;
}

.MyContent #USP-OFFERS .offer-wrapper div p span{
	color: #be0f34;
}

.MyContent #USP-OFFERS .offer-wrapper .offers{
	padding: 20px;
	background-color: #FFF;
}

.MyContent #USP-OFFERS .offer-wrapper .offers .form-row.subscribe{
	padding: 0;
}

/*.MyContent #USP-HELP h1{

	font-size: 30px;
}*/



.MyContent #USP-HELP p{
	text-transform: uppercase;
	font-family: "Gotham SSm medium A", "Gotham SSm medium B", Helvetica, Arial, sans-serif;
	font-weight: bold;
}

.MyContent #USP-HELP{
	width: 100%;
	text-align: center;
	margin-top: 40px;
}
.MyContent #USP-HELP div{
	display: flex;
	flex-direction: row;
	margin: 0 auto;
	justify-content: center;
}


.MyContent #USP-HELP div ul{
	list-style-type: none;
	display: flex;
    flex-direction: row;
    width: 40%;
}

.MyContent #USP-HELP div ul li{
	width: 250px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border:2px solid #efefef;
}

.MyContent #USP-HELP div ul li:first-child{
	border-right: none;
	overflow: hidden;
}

.MyContent #USP-HELP div ul li:last-child{
	border-left: none;
}

.MyContent #USP-HELP div ul li img{
	max-width: 100%;
	margin-top: -20px;
    margin-bottom: -20px;
}

.MyContent #USP-CLUB{
	width: 100%;
	display: flex;
	flex-direction: row;
	border:2px solid #efefef;
	margin-top: 40px;
}

.MyContent #USP-CLUB .left,.MyContent #USP-CLUB .right{
	width: 50%;
}

.MyContent #USP-CLUB .left img{
	max-width: 100%;
	margin-bottom: -3px;
}

.MyContent #USP-CLUB .right{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.MyContent #USP-CLUB .right img{
	max-width: 30%;
}

.MyContent #USP-CLUB .right p{
	padding-left: 40px;
	padding-right: 40px;
	font-size: 14px;
}

.MyContent #USP-CLUB h2{
	font-family: ClarinsRegular;
	font-size: 30px;
	margin-bottom: 10px;
}

.MyContent #USP-SERVICES{
	margin-top: 60px;
}

.MyContent #USP-SERVICES h1{
	margin-bottom: 60px;
}

.MyContent #USP-HELP h1{
	margin-bottom: 40px;
}

.MyContent .btn-cta a{
	font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", Helvetica, Arial, sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    color: white;
    text-decoration: none;
    position: relative;
    padding-top: 16px;
    padding-right: 30px;
    padding-bottom: 16px;
    padding-left: 30px;
    display: inline-block;
    line-height: 14px;
    min-width: 110px;
    text-align: center;
    background-color: black;
    cursor: pointer;
    transition: color ease-in-out 0.5s, background 0.5s ease-in-out;
    border: 2px solid #000;
}

.MyContent #USP-SERVICES .pushs-wrapper{
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
}

.MyContent #USP-SERVICES .pushs-wrapper .push{
	display: flex;
	flex-direction: column;
	width: 200px
}

.MyContent #USP-SERVICES .pushs-wrapper .push img{
	width: 100%;
}

.MyContent #USP-SERVICES .pushs-wrapper .push a div:last-child{
	padding: 20px;
	background-color: white;
	margin-top: -3px;
}

.MyContent #USP-SERVICES .pushs-wrapper .push p:nth-child(1){
	color: #be0f34;
	font-family: ClarinsRegular;
	font-size: 20px;
}

.MyContent #USP-SERVICES .pushs-wrapper .push p:nth-child(2){
	font-family: gotham ssm book a,gotham ssm book b,Helvetica,Arial,sans-serif;
	font-size: 14px;
}

.MyContent #USP-SERVICES .pushs-wrapper .push p:nth-child(3){
text-decoration: none;
    color: #000;
    font-size: 11px;
    border-bottom: 1px solid rgba(0,0,0,.5);
    line-height: 1.5em;
    letter-spacing: .1em;
    width: max-content;
font-family: gotham ssm medium a,gotham ssm medium b,Gotham,Helvetica,Arial,sans-serif;
    text-transform: uppercase;
}

.MyContent #greybanner{
	width: 100%;
    background-color: #efefef;
    height: 300px;
    z-index: -2;
    margin-top: -270px;
}

.MyContent #USP-WELCOME #USP-PICTO p{
	font-weight: bold;
}

@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) 
and (orientation : portrait) {

.MyContent #greybanner{
	margin-top: -288px;
}

.MyContent #USP-WELCOME #USP-PICTO{
	position: initial;
}
.MyContent #USP-WELCOME #USP-PICTO .picto-list{
	flex-wrap: wrap;
}
.MyContent #USP-WELCOME #USP-PICTO .picto-list .picto-wrapper{
	width: 35.5%;
}
.MyContent #USP-WELCOME{
	height: max-content;
	margin-bottom: 40px;
}
.MyContent #USP-OFFERS .offer-wrapper{
	position: initial;
}
.MyContent #USP-HELP div{
	flex-direction: column;
}
.MyContent #USP-CLUB{
	flex-direction: column;
	margin-top: 0;
}
.MyContent #USP-CLUB .left, .MyContent #USP-CLUB .right{
	width: 100%;
}
.MyContent #USP-CLUB .right{
	padding: 20px 0;
}
.MyContent #USP-SERVICES .pushs-wrapper{
	flex-wrap: wrap;
}
/*.MyContent #greybanner{
	display: none;
}*/
.MyContent #USP-HELP div ul{
	flex-direction: column;
	padding: 0;
	width: initial;
    margin: 0 auto;
    margin-bottom: 20px;
}
.MyContent #USP-HELP div ul li:first-child{
	border-right: 2px solid #efefef;
}
.MyContent #USP-HELP div ul li:last-child{
	border-left: 2px solid #efefef;
	border-top: none;
	padding: 20px 0;
}
.MyContent #USP-HELP div ul li img{
	max-width: initial;
	    margin-top: -20px;
    margin-bottom: -20px;
}

.MyContent #USP-WELCOME #USP-MSG p{
	width: initial;
	font-size: 14px;
}

.MyContent #USP-OFFERS .offer-wrapper h2{
	margin-bottom: 0;
}

.slick-dots{
	bottom: -70px;
}

.slick-initialized .slick-slide{
	margin: 0 50px;
}

}

@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) 
and (orientation : landscape) {

.MyContent #greybanner{
	margin-top: -288px;
}

.MyContent #USP-WELCOME #USP-PICTO{
	position: initial;
}
.MyContent #USP-WELCOME #USP-PICTO .picto-list{
	flex-wrap: wrap;
}
.MyContent #USP-WELCOME #USP-PICTO .picto-list .picto-wrapper{
	width: 42% !important;
}
.MyContent #USP-WELCOME{
	height: max-content;
	margin-bottom: 40px;
}
.MyContent #USP-OFFERS .offer-wrapper{
	position: initial;
}
.MyContent #USP-HELP div{
	flex-direction: column;
}
.MyContent #USP-CLUB{
	flex-direction: column;
	margin-top: 0;
}
.MyContent #USP-CLUB .left, .MyContent #USP-CLUB .right{
	width: 100%;
}
.MyContent #USP-CLUB .right{
	padding: 20px 0;
}
.MyContent #USP-SERVICES .pushs-wrapper{
	flex-wrap: wrap;
}
/*.MyContent #greybanner{
	display: none;
}*/
.MyContent #USP-HELP div ul{
	flex-direction: column;
	padding: 0;
	width: initial;
    margin: 0 auto;
    margin-bottom: 20px;
}
.MyContent #USP-HELP div ul li:first-child{
	border-right: 2px solid #efefef;
}
.MyContent #USP-HELP div ul li:last-child{
	border-left: 2px solid #efefef;
	border-top: none;
	padding: 20px 0;
}
.MyContent #USP-HELP div ul li img{
	max-width: initial;
	    margin-top: -20px;
    margin-bottom: -20px;
}

.MyContent #USP-WELCOME #USP-MSG p{
	width: initial;
	font-size: 14px;
}

.MyContent #USP-OFFERS .offer-wrapper h2{
	margin-bottom: 0;
}

.slick-dots{
	bottom: -70px;
}

.slick-initialized .slick-slide{
	margin: 0 50px;
}

}

@media only screen 
and (min-device-width : 414px) 
and (max-device-width : 736px) 
and (orientation : portrait) {
	.MyContent #USP-WELCOME #USP-PICTO .picto-list .picto-wrapper {
		width: 37%;
	}
	.slick-initialized .slick-slide {
	    margin: 0 60px;
	}
	.MyContent #greybanner{
	margin-top: -288px;
}
}

@media only screen 
and (min-device-width : 414px) 
and (max-device-width : 736px) 
and (orientation : landscape) {
	.MyContent #greybanner{
	margin-top: -288px;
}
	.MyContent #USP-WELCOME #USP-PICTO{
	position: initial;
}
.MyContent #USP-WELCOME #USP-PICTO .picto-list{
	flex-wrap: wrap;
}
.MyContent #USP-WELCOME #USP-PICTO .picto-list .picto-wrapper{
	width: 42.7%;
}
.MyContent #USP-WELCOME{
	height: max-content;
	margin-bottom: 40px;
}
.MyContent #USP-OFFERS .offer-wrapper{
	position: initial;
}
.MyContent #USP-HELP div{
	flex-direction: row;
}
.MyContent #USP-CLUB{
	flex-direction: column;
	margin-top: 0;
}
.MyContent #USP-CLUB .left, .MyContent #USP-CLUB .right{
	width: 100%;
}
.MyContent #USP-CLUB .right{
	padding: 20px 0;
}
.MyContent #USP-SERVICES .pushs-wrapper{
	flex-wrap: wrap;
}
/*.MyContent #greybanner{
	display: none;
}*/
.MyContent #USP-HELP div ul{
	flex-direction: column;
	padding: 0;
	width: initial;
    margin: 0 auto;
    margin-bottom: 20px;
}
.MyContent #USP-HELP div ul li:first-child{
	border-right: 2px solid #efefef;
}
.MyContent #USP-HELP div ul li:last-child{
	border-left: 2px solid #efefef;
	border-top: none;
	padding: 20px 0;
}
.MyContent #USP-HELP div ul li img{
	max-width: initial;
	    margin-top: -20px;
    margin-bottom: -20px;
}

.MyContent #USP-WELCOME #USP-MSG p{
	width: initial;
	font-size: 14px;
}

.MyContent #USP-OFFERS .offer-wrapper h2{
	margin-bottom: 0;
}

.slick-dots{
	bottom: -70px;
}

.slick-initialized .slick-slide {
    margin: 0 140px;
}
}

@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 812px) 
and (-webkit-device-pixel-ratio : 3)
and (orientation : landscape) {
	.MyContent #USP-WELCOME #USP-PICTO{
	position: initial;
}
.MyContent #USP-WELCOME #USP-PICTO .picto-list{
	flex-wrap: wrap;
}
.MyContent #USP-WELCOME #USP-PICTO .picto-list .picto-wrapper{
	width: 42.7%;
}
.MyContent #USP-WELCOME{
	height: max-content;
	margin-bottom: 40px;
}
.MyContent #USP-OFFERS .offer-wrapper{
	position: initial;
}
.MyContent #USP-HELP div{
	flex-direction: row;
}
.MyContent #USP-CLUB{
	flex-direction: column;
	margin-top: 0;
}
.MyContent #USP-CLUB .left, .MyContent #USP-CLUB .right{
	width: 100%;
}
.MyContent #USP-CLUB .right{
	padding: 20px 0;
}
.MyContent #USP-SERVICES .pushs-wrapper{
	flex-wrap: wrap;
}
/*.MyContent #greybanner{
	display: none;
}*/
.MyContent #USP-HELP div ul{
	flex-direction: column;
	padding: 0;
	width: initial;
    margin: 0 auto;
    margin-bottom: 20px;
}
.MyContent #USP-HELP div ul li:first-child{
	border-right: 2px solid #efefef;
}
.MyContent #USP-HELP div ul li:last-child{
	border-left: 2px solid #efefef;
	border-top: none;
	padding: 20px 0;
}
.MyContent #USP-HELP div ul li img{
	max-width: initial;
	    margin-top: -20px;
    margin-bottom: -20px;
}

.MyContent #USP-WELCOME #USP-MSG p{
	width: initial;
	font-size: 14px;
}

.MyContent #USP-OFFERS .offer-wrapper h2{
	margin-bottom: 0;
}

.slick-dots{
	bottom: -70px;
}

.slick-initialized .slick-slide {
    margin: 0 140px;
}
}

/*---------------- Edits -------------------------*/

.MyContent #USP-SERVICES .pushs-wrapper .push a div:last-child{
	height:220px;
}

.pushs-wrapper .slick-list .slick-track{width:94%;}

.pushs-wrapper .slick-slide{padding:10px;}



@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {
	.MyContent #USP-WELCOME #USP-MSG{
	margin-top: 75px;
}
.MyContent #USP-HELP div ul{
    width: 50%;
    margin-right:42px;
}
}


@media screen and (max-width: 1023px) {
	.MyContent #USP-WELCOME{
	background-size: 150%;
	background-position-x:-110px;
}
.MyContent #USP-WELCOME #USP-MSG{
	margin-top: 57px;
}
.MyContent #USP-WELCOME #USP-PICTO{
	width: 100%;
}
.MyContent #USP-OFFERS{
	width: 130%;
	left:-90px;
}
.MyContent #USP-OFFERS .offer-wrapper{
	top: -2px;
}
.MyContent #USP-HELP div ul{
    width: 40%;
    display:block;
    padding-right: 40px;
}
.MyContent #USP-HELP div ul li{
	width: 310px;
	border:none;
}
.MyContent #USP-HELP div ul li:last-child{
	border: none;
	padding:20px;
	width:267px;
}
.MyContent #USP-CLUB{
	border:none;
}
.MyContent #USP-CLUB .left img{
	max-width: 120%;
	margin-left:-60px;
}
.MyContent #USP-SERVICES .pushs-wrapper .push{
	width: 240px
}
}

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {
	.MyContent #USP-OFFERS .offer-wrapper{
	right:180px;
}
.MyContent #USP-HELP div ul{
    padding-right: 22px;
}
.MyContent #USP-SERVICES .pushs-wrapper .push{
	width: 260px
}
.MyContent #USP-CLUB h2{
	font-size: 28px;
}
}

@media screen and (max-width: 761px) {
	/*.MyContent #USP-WELCOME #USP-MSG p{
	width: 280px;
}*/
.MyContent #USP-WELCOME #USP-MSG p{
	width: 250px;
}
.MyContent #USP-WELCOME #USP-PICTO .picto-list .picto-wrapper{
	width: 38.5%;
}
.MyContent #USP-OFFERS{
	width: 100%;
	left:0px;
}
.MyContent #USP-HELP div ul{
    width: 73%;
}
.slick-next {
    right: 0px;
}
.slick-prev {
    left: 0px;
}
}

#USP-SERVICES .push div:last-child{
	background-color: #FFF;
	padding: 20px;
	height:180px;
}

@media screen and (max-width: 374px) {
	.MyContent #USP-WELCOME{
		height: 1360px;
	}
	.MyContent #USP-OFFERS .offer-wrapper{
	top: 130px;
	right:0px;
}
.MyContent #USP-HELP{
	margin-top: 500px;
}
.MyContent #USP-HELP div{flex-direction: column;}

.MyContent #USP-CLUB{flex-direction: column;}
.MyContent #USP-CLUB .left, .MyContent #USP-CLUB .right{width:100%;}
.MyContent #USP-CLUB .right{padding-top:30px;}
.MyContent #USP-HELP div ul li:first-child{width:260px;}
.MyContent #USP-HELP div ul li:last-child{width:217px;}
.pushs-wrapper .slick-slide{margin: 0px 86px;}
	
}


