<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.MyContent .newsletter-form-1-container{
	width:100%;
	padding:0;
}
.MyContent .newsletter-form-1-container form{
	display:flex;
	width:100%;
	padding:0;
}
@media screen and (max-width: 1023px) {
.MyContent .newsletter-form-1-container form{
	display:block;
}
.MyContent .newsletter-form-1-container .email-field{
	float:none;
}
.MyContent .newsletter-form-1-container .form-group{
	display:block;
	margin-bottom:30px;
}
}
.MyContent .newsletter-form-1-container .form-row{
	margin:0 auto;
}
.MyContent input[type="text"]{
	width:auto;
	margin-left:0;
}
@media screen and (max-width: 1023px) {
	.MyContent input[type="text"]{
	width: calc(100% - 25px);
}
	.MyContent .newsletter-form-1-container .subscribe{
	padding:0;
	width:200px;
}
}
@media screen and (max-width: 761px) {
.MyContent .newsletter-form-1-container .subscribe{

	width:100%;
}
}
.MyContent span.error{
	font-size:12px;position: absolute;

}
.MyContent .MyBlock {
	font-family: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book", Helvetica, Arial, sans-serif;
	color: #000;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	z-index:1;
}
.MyContent .TextLink {
	margin: 0px;
}
.MyContent .TextLink a {
	font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", Helvetica, Arial, sans-serif;
	font-size: 11px;
	color:#000;
	text-transform:uppercase;
	text-decoration:none;
	border-bottom:#6f6f6f 1px solid;
}
.MyContent .TextLink a:hover {
	color: #be0f34;
	border-bottom:#be0f34 1px solid;
}
.MyContent .BtnLink {
	margin: 0px;
}
.MyContent .BtnLink 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;
}
@media screen and (max-width: 761px) {
.MyContent .BtnLink a {
	display:block;	
}
}
.MyContent .BtnLink a:hover {
	color: black;
	background-color: white;
}
#BLOCK-OFFRE-1{
	background-image:url(img/header.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	padding-top:340px;
	text-align:center;
	padding-bottom:20px;
}
@media screen and (max-width: 761px) {
#BLOCK-OFFRE-1{
	background-image:url(img/header-mobile.jpg);
	padding-top:287px;
}
}
#BLOCK-OFFRE-1 .Title{
	color: #000;
	margin: 0;
	font-size:50px;
	line-height: 1em;
	font-weight: normal;
	font-family: ClarinsRegular, Clarins;
}
@media screen and (max-width: 761px) {
#BLOCK-OFFRE-1 .Title{
	margin: 0 20px;
}
}
#BLOCK-OFFRE-1 .SubTitle{
	color: #000;
	margin: 0;
	font-size:35px;
	line-height: 1em;
	font-weight: normal;
	font-family: ClarinsRegular, Clarins;
	max-width:500px;
	margin:30px auto;
}
@media screen and (max-width: 761px) {
#BLOCK-OFFRE-1 .SubTitle{
	max-width:260px;
}
}
#BLOCK-OFFRE-2{
	max-width:882px;
	display:flex;
	padding-left:434px;
	justify-content:center;
	align-items:center;
	box-sizing:border-box;
	border:#efefef 4px solid;
	background-image:url(img/visual.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	margin:0 auto;
	flex-direction:column;
	height:230px;
}
@media screen and (max-width: 761px) {
#BLOCK-OFFRE-2{
	background-image:url(img/visual-mobile.jpg);
	width:334px;
	padding-left:0;
	padding-top:200px;
	height:auto;
	border:#efefef 0px solid;
}
}
#BLOCK-OFFRE-2 .Title{
	color: #000;
	margin: 0;
	font-size:30px;
	line-height: 1em;
	font-weight: normal;
	font-family: ClarinsRegular, Clarins;
	max-width:250px;
	padding-bottom:15px;
}
@media screen and (max-width: 761px) {
#BLOCK-OFFRE-2 .Title{
	padding-top:20px;
}
}
#BLOCK-OFFRE-3{
	max-width:882px;
	display:flex;
	justify-content:center;
	box-sizing:border-box;
	margin:60px auto;
	position:relative;
}
@media screen and (max-width: 1023px) {
#BLOCK-OFFRE-3{
	display:block;	margin:35px auto;
}
}
#BLOCK-OFFRE-3&gt;div{
	display:flex;
	justify-content:space-between;
	align-items:center;	
	flex-direction:column;
	flex-basis:50%;
}
@media screen and (max-width: 1023px) {
#BLOCK-OFFRE-3&gt;div{
	padding: 0 20px;
	padding-bottom:20px;
	display:block;
}
}
#BLOCK-OFFRE-3 .Title{
	margin:0;
	font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", Helvetica, Arial, sans-serif;
	margin-bottom:30px;
	font-size:16px;
}
@media screen and (max-width: 1023px) {
#BLOCK-OFFRE-3 .Title{
	margin-bottom:10px;
}
}
#BLOCK-OFFRE-3::after{
	content:" ";
	background-color:#efefef ;
	width:2px;
	height:100%;
	position:absolute;
	left:calc(50% - 1px);
	top:0px;
}
@media screen and (max-width: 1023px) {
#BLOCK-OFFRE-3::after{
	display:none;
}
}
#BLOCK-OFFRE-4{
	text-align:center;
}
#BLOCK-OFFRE-4 .SubTitle{
	color: #000;
	margin: 0;
	font-size:35px;
	line-height: 1em;
	font-weight: normal;
	font-family: ClarinsRegular, Clarins;
	max-width:500px;
	margin:30px auto;
}
.MyContent .SlickItem {
	display: flex!important;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	text-align: center;/*min-width:280px;
	width:280px;*/
}

@media screen and (max-width: 1023px) {
.MyContent .SlickItem {
	width: 220px;
	min-width: 220px;
	margin-bottom: 30px;
}
}
.MyContent .SlickItem .Packshot {
	display: block;
}
.MyContent .SlickItem .Packshot img {
	display: block;
	margin: 0 auto;
}
.MyContent .SlickItem .Text .ProductName {
	font-weight: normal;
	display: block;
	font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", Helvetica, Arial, sans-serif;
}
.MyContent .SlickItem .Text {
	flex-basis: 77px;
	font-family: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book", Helvetica, Arial, sans-serif;
	font-size: 16px;
	max-width: 240px;
}

@media screen and (max-width:761px) {
.MyContent .SlickItem .Text {
	font-size: 14px;
}
}
.RoutineProducts .Text {
	flex-basis: 77px;
	font-family: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book", Helvetica, Arial, sans-serif;
	font-size: 16px;
	margin: 0 auto;
	margin-top:10px;
}
.RoutineProducts .Price {
	margin: 0 auto;
		margin-top:8px;
	margin-bottom:20px;
}
.RoutineProducts .Mentions {
	margin: 0 20px;
	font-size: 10px;
	font-family: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book", Helvetica, Arial, sans-serif;
	text-align: center;
	margin-top: 10px;
	opacity: 0.5;
	line-height: 1em;
}
.RoutineProducts {
	margin: 0 30px;
	width:100%;
}

@media screen and (max-width: 1023px) {
.RoutineProducts {
	max-width: 760px;
	margin: 0 30px;
}
}

@media screen and (max-width: 761px) {
.RoutineProducts {
	max-width: 760px;
	margin: 0 auto;
	margin-bottom: 0px;
	width: 220px;
}
}

/***DTW EDITS***/
.MyContent .dtwoffer3b input[type="text"]{
	    width: 251px!important;
        position: relative;
	    left: 52px;
}
.MyContent .dtwoffer3b .form-group input~label {
    top: 10px;
    left: 56px;
}
.MyContent .dtwoffer3b .form-row button{
	position: relative;
    left: 30px;
    width: 153px;
}
.MyContent .dtwoffer3b .form-row .checkbox-inner{
	position: absolute;
    top: 46px;
    width: 435px;
    left: 50px;
}

#BLOCK-OFFRE-4 {
    text-align: center;
    padding-top: 1px;
}

.MyContent .newsletter-form-1-container .form-row {
    height: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 1023px){
	.RoutineProducts{
		max-width: 700px;
		margin: 0 35px;
	}
	.MyContent .SlickItem .Text.dtwtext{
		   padding-bottom: 11px;
	}
	.MyContent .dtwoffer3b input[type="text"] {
	    width: 378px!important;
	    position: relative;
	    left: 18px;
	}
	.MyContent .dtwoffer3b .form-group input~label {
    	left: 13px;
	}
	.MyContent .dtwoffer3b .form-row .checkbox-inner {
	    position: absolute;
	    top: 68px;
	    width: 564px;
	    left: 101px;
	}
	.MyContent span.error {
    font-size: 12px;
    position: absolute;
    left: 58px;
	}
}

@media only screen and (min-width: 1023px) and (max-width: 1024px){
	.RoutineProducts{
		margin: unset;
	}
	.MyContent .SlickItem .Text {
    	min-height: 89px;
	}

	.MyContent .dtwoffer3b input[type="text"]{
	    width: 251px!important;
        position: relative;
	    left: 52px;
}
.MyContent .dtwoffer3b .form-group input~label {
    top: 10px;
    left: 56px;
}
.MyContent .dtwoffer3b .form-row button{
	position: relative;
    left: 30px;
    width: 153px;
}
.MyContent .dtwoffer3b .form-row .checkbox-inner{
	position: absolute;
    top: 65px;
    width: 335px;
    left: 52px;
}
.MyContent .newsletter-form-1-container .form-row {
    height: 50px;
}
.MyContent span.error {
    font-size: 12px;
    position: absolute;
    left: 58px;
}

	
}

@media only screen and (min-width: 1024px){
	.RoutineProducts{
		margin: unset;
		}
	.MyContent .SlickItem .Text {
	    min-height: 0px;
		}	
}

@media screen and (max-width: 761px) {
	.MyContent .SlickItem .Text {
    min-height: 92px;
		}
	.MyContent .dtwoffer3b input[type="text"] {
	width: 313px!important;
    left: unset;
	}
	.MyContent .dtwoffer3b .form-group input~label {
    left: unset;
	}
	.MyContent .dtwoffer3b .form-row button {
    position: relative;
    top: 30px;
    left: -4px;
    width: 153px;
	}
	.MyContent .dtwoffer3b .form-row .checkbox-inner {
    position: absolute;
    top: 128px;
    width: 282px;
    left: 3px;
	}

}
.MyContent .dtwoffer3b #newsletterTerms-error {
position: relative;
top: -84px;
left: 46px;
}
.MyContent .dtwoffer3b .form-row .checkbox-inner {
top: 80px;
}
.MyContent span.error {
    font-size: 12px;
    position: relative;
    left: 58px;
}
#BLOCK-OFFRE-4 {
    text-align: center;
    padding-top: 50px;
}

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {
.MyContent .dtwoffer3b .form-row button {
    position: relative;
    left: 30px;
    top: -1px;
}
.MyContent .dtwoffer3b .form-row .checkbox-inner {
    top: 112px;
}
.MyContent .newsletter-form-1-container form {
    display: flex!important;
}
.MyContent .dtwoffer3b input[type="text"] {
    width: 378px!important;
    position: relative;
    left: 74px;
}
.MyContent .dtwoffer3b .form-row button {
    /* position: relative; */
    left: 62px;
    }
    .MyContent .dtwoffer3b .form-group input~label {
    left: 76px;
    top: 15px;
}
.MyContent span.error {
    font-size: 12px;
    position: relative;
    left: 80px;
}
.MyContent .dtwoffer3b .form-row .checkbox-inner {
    position: absolute;
    top: 82px;
    width: 564px;
    left: 46px;
    }
    #BLOCK-OFFRE-4 {
    text-align: center;
    padding-top: 85px;
    padding-left: 31px;
}
.MyContent .dtwoffer3b #newsletterTerms-error{
	position: relative;
    top: -56px;
    left: 46px;
}
}

@media screen and (max-width: 761px){
.MyContent .dtwoffer3b .form-row button {
    position: relative;
    top: 129px;
    }
    .MyContent .dtwoffer3b .form-row .checkbox-inner {
    top: 100px;
}
.MyContent .dtwoffer3b #newsletterTerms-error {
    position: relative;
    top: -109px;
    left: 25px;
}
.MyContent span.error {
    font-size: 12px;
    position: relative;
    left: 6px;
}
.MyContent .dtwoffer3b .form-row button {
    position: relative;
    top:172px;
    }
    .newsletter-form-1-container .email-field {
    display: block;
}
.MyContent .dtwoffer3b .form-group input~label {
    top: 15px;
    }
}</pre></body></html>