.MyContent {
	font-family: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book", Helvetica, Arial, sans-serif;
	text-align: center;
	background-color: #fff;
	z-index: 1;
	position: relative;
	margin: 0 auto;
	font-size: 14px;
	line-height: 1.4em;
	font-weight:normal;
	width:100%;
	overflow:hidden;
}

.MyContent .MyBlock{
	display:block;
	height:0px;
	overflow: hidden;
}
.MyContent .MyBlock[data-select="1"]{
	display:block;
	height:auto;
}

.MyContent .BreadCrumbQuestions{
	display:flex;
	justify-content: center;
	align-items: center;
	position: relative;
	max-width:200px;
	margin:20px auto;
}
.MyContent .BreadCrumbQuestions::before{
	content:" ";
	height:1px;
	width:calc(100% - 50px);
	background-color:#be0f34 ;
	position:absolute;
	left:25px;
	top:50%;
	z-index:1;
}
.MyContent .BreadCrumbQuestions span{
	border-radius:50%;
	display:flex;
	justify-content: center;
	align-items: center;
	border:1px solid #be0f34;
	box-sizing:border-box;
	width:32px;
	height:32px;
	font-size: 17px;
	color:#be0f34;
	background-color: #fff;
	margin:0 14px;
	z-index:2;
	cursor:pointer;
}
.MyContent .BreadCrumbQuestions span:last-child{
	font-size:0;
	background-image:url(img/picto.svg);
	background-size: 21px auto;
	background-repeat: no-repeat;
	background-position: center center;
}
.MyContent .BreadCrumbQuestions span.Selected{
	width:45px;
	height:45px;
	color:#fff;
	margin:0 8px;
	background-color: #be0f34;
	cursor:default;
}
.MyContent .BreadCrumbQuestions span:last-child.Selected{
	background-image:url(img/picto-white.svg);
	background-size: 26px auto;
}
.MyContent .BreadCrumbQuestions span img{
	width:20px;
	height:20px;
}
.MyContent .BtnLink{
	margin:0;
	width:100%;
	box-sizing:border-box;
	display:inline-block;
	max-width:165px;
}
.MyContent .BtnLink a{
	display:flex;
	height:50px;
	justify-content:center;
	align-items:center;
	text-transform:uppercase;
	color:#fff;
	background-color:#000;
	font-size:11px;
	line-height:1em;
	padding-left:20px;
	padding-right:20px;
	text-decoration:none;
	font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", Helvetica, Arial, sans-serif;
}
.MyContent .Title{
	text-align: center;
	margin: 0;
	font-size: 35px;
	line-height: 1em;
	font-weight: normal;
	font-family: ClarinsRegular, Clarins;
	color:#be0f34;
}
.MyContent .QuestionBlock{
   /* display:flex;justify-content: center;*/
	margin:0 auto;
	max-width:1024px;
}
@media screen and (max-width: 1023px) {
	.MyContent .QuestionBlock{
	   max-width:320px;
	}
}
.MyContent .QuestionTitle{
	text-align: center;
	margin: 0;
	font-size:22px;
	line-height: 1em;
	font-weight: normal;
	margin-bottom:20px;
}
.MyContent .QuestionBlock .AnswerBlock{
	margin:20px;
	max-width:362px;
	flex:1;
	display:flex;
	flex-direction: column; 
	cursor:pointer;
}
.MyContent .QuestionBlock .AnswerBlock .Visual{
	display:flex;
	justify-content: center;
	align-items: center;
	width:300px;
	height:212px;
}
@media screen and (max-width: 1023px) {
	.MyContent .QuestionBlock .AnswerBlock .Visual{
		width:280px;
	}
}

.MyContent .QuestionBlock .AnswerBlock .Visual img{
	max-width:100%;
	display:block;
	margin:0 auto;
}
.MyContent .QuestionBlock .AnswerBlock .AnswerText{
	display:flex;
	justify-content: center;
	align-items: center;
   /* flex-basis:50px;*/
	border:3px solid #d8d8d8;
	margin:0;
	margin-top:20px;
	font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", Helvetica, Arial, sans-serif;
	flex-direction: column;
	line-height:1em;
	height:50px;
	width:300px;
	box-sizing:border-box;
}
@media screen and (max-width: 1023px) {
	.MyContent .QuestionBlock .AnswerBlock .AnswerText{
		width:280px;
	}
}

.MyContent .QuestionBlock .AnswerBlock .AnswerText span{
	text-transform: uppercase;
	display:block;
}
.MyContent .SepaOther{
    font-size: 22px;
    padding: 0px;
    padding-top: 280px;
    flex-basis: 100px;
    white-space: nowrap;
	margin-left:-50px;
	margin-right:-50px;
}
.MyContent .ResultBlock{
	/*display:flex;*/
    margin: 0 auto;
    justify-content: center;
}
.MyContent .ResultBlock::before{
    content: " ";
    margin: 0 auto;
    background-image: url(img/vague.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    height: 800px;
    padding-top: 100px;
    width: 1600px;
    position: absolute;
    z-index: -1;
    top: 550px;
    left: calc(50% - 800px);
}
.MyContent .ResultBlock {
	display:flex;
	margin:0 auto;
	max-width: 1170px;
}
@media screen and (max-width: 1023px) {
	.MyContent .ResultBlockSlider {
		display:none;
	}
}


.MyContent .LeftCol .ProductBlock:nth-child(1) img{
    transform: translateX(-22%);
}
.MyContent .LeftCol .ProductBlock:nth-child(2) img{
    transform: translateX(-22%);
}

.MyContent .LeftCol .ProductBlock:nth-child(3) img{
    transform: translateX(-22%);
}

.MyContent .RightCol .ProductBlock:nth-child(1) img{
		z-index: -1;
		transform: translateY(11%) translateX(-56%);
}
.MyContent .RightCol .ProductBlock:nth-child(2) img{
	z-index: -1;
    transform: translateY(3%) translateX(-51%);
}
.MyContent .RightCol .ProductBlock:nth-child(3) img{
	transform: translateX(-54%);
}
.MyContent .ProductBlock{
	display:none;
	margin:0 auto;
	justify-content: center;
	align-items: center;
	width:100%;
	max-width:270px;
}
@media screen and (max-width: 1113px) and (min-width:1024px){
	.MyContent .ProductBlock{
		max-width:230px;
	}
}
.MyContent .ProductBlock[data-select="1"]{
	display:flex;flex-direction: column;
	height:100%;
}
.MyContent .ProductBlock .Packshot{
	position: relative;
	height:532px;
}
@media screen and (max-width: 1113px) and (min-width:1024px){
	.MyContent .ProductBlock .Packshot{
	transform:scale(0.8);
	}
}
@media screen and (max-width: 1023px) {
	.MyContent .ProductBlock .Packshot{
		height:452px;
		transform: scale(0.8);
		transform-origin: bottom center;
	}
}
.MyContent .ProductBlock .Packshot img{
	position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.MyContent .ProductBlock .ProductName{
	margin:0;
	font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", Helvetica, Arial, sans-serif;
	font-size: 18px;
	color:#be0f34;
	line-height:1.4em;
}
.MyContent .ProductBlock .Text{
	margin:0;
	padding-top:10px;
	font-size:14px;
	flex:1;
}
.MyContent .ProductBlock .Packshot .IngredientName{
	position: absolute;
	font-size: 12px;
	line-height: 14px;
	text-align: left;
}

.MyContent .LeftCol .Packshot .IngredientName {
    top: 100px;
    left: 70px;
    text-align: left;
    width: 100px;
}
.MyContent .RightCol .Packshot .IngredientName:nth-child(2) {
    top: 110px;
    right: 130px;
    text-align: right;
    width: 100px;
}
.MyContent .RightCol .Packshot .IngredientName:nth-child(3) {
	bottom: -20px;
    left: 100px;
    text-align: left;
    width: 100px;
}
.MyContent .RightCol .ProductBlock:nth-child(2) .Packshot .IngredientName:nth-child(2) {
	top: auto;
    right: auto;
	bottom:10px;
    left: 80px;
    text-align: left;
    width: 100px;
}
.MyContent .RightCol .ProductBlock:nth-child(2) .Packshot .IngredientName:nth-child(3) {
	bottom: auto;
    left: auto;
    top: 70px;
    right: 170px;
    text-align: right;
    width: 100px;
}

.MyContent .RightCol .ProductBlock:nth-child(3) .Packshot .IngredientName:nth-child(2) {
	top: 250px;
    right: 100px;
    text-align: right;
    width: 100px;
}
.MyContent .RightCol .ProductBlock:nth-child(3) .Packshot .IngredientName:nth-child(3) {

bottom: 180px;
left: 120px;
width: 100px;
}
@media screen and (max-width: 1023px) {
.MyContent .LeftCol .Packshot .IngredientName {
    top: 0px;
    left: 70px;
    text-align: left;
    width: 100px;
}
.MyContent .RightCol .Packshot .IngredientName:nth-child(2) {
    top: 0px;
    right: 130px;
    text-align: right;
    width: 100px;
}
.MyContent .RightCol .Packshot .IngredientName:nth-child(3) {
	bottom: -20px;
    left: 100px;
    text-align: left;
    width: 100px;
}
.MyContent .RightCol .ProductBlock:nth-child(2) .Packshot .IngredientName:nth-child(2) {
	top: auto;
    right: auto;
	bottom: -20px;
    left: 80px;
    text-align: left;
    width: 100px;
}
.MyContent .RightCol .ProductBlock:nth-child(2) .Packshot .IngredientName:nth-child(3) {
	bottom: auto;
    left: auto;
    top: -20px;
    right: 170px;
    text-align: right;
    width: 100px;
}
.MyContent .RightCol .ProductBlock:nth-child(3) .Packshot .IngredientName:nth-child(2) {

	top: 170px;
	}
.MyContent .RightCol .ProductBlock:nth-child(3) .Packshot .IngredientName:nth-child(3) {

	bottom: 0px;
	}
}

.MyContent .ProductBlock .Content{

    padding: 0px;
    max-width: 270px;
    box-sizing: border-box;
    margin: 10px;
	flex: 1;
	display:flex;
	justify-content: space-between;
	flex-direction: column;
	align-items: center;
	padding-top: 30px;
}

@media screen and (max-width: 1023px) {
	.MyContent .ProductBlock .Content{
		text-align: center;
	}
}
/*
.MyContent .slick-track ,
.MyContent .slick-slide ,
.MyContent .slick-slide > div .ProductBlock,
.MyContent .slick-slide > div,
.MyContent .slick-slide > div > div{
	height:100%;
}*/
.MyContent .ResultBlockSliderMobile{
	display:none;
}
@media screen and (max-width: 1023px) {
	.MyContent .ResultBlock{
		display:none;
	}
	.MyContent .ResultBlockSliderMobile{
		display: block;
    padding-bottom: 20px;
    background-image: url(img/vague.jpg);
    background-position: top 250px left 0;
    background-repeat: no-repeat;
	}
}
@media screen and (max-width: 761px) {
	.MyContent .ResultBlockSliderMobile{
    background-position: top 250px left -50vw;
	}
}
.MyContent .ResultBlockSlider-Slide-2{
/*display:flex;
justify-content: center;*/
padding-top:440px;
}
.MyContent .ResultBlockSlider-Slide-2 .ProductBlock{
	max-width:375px;
}
.MyContent .ResultBlockSlider-Slide-2 .SepaOther{
	padding-top: 10px;
    margin-bottom: -20px;
}
.MyContent .ResultBlockSlider-Slide-2 .Cleanser .Packshot{
	position: absolute;
	right:50%;
	top: 0;
    width: 150px;
}
.MyContent .ResultBlockSlider-Slide-2 .CleanserMousse .Packshot{
	position: absolute;
	left:50%;
	top: 0;
    width: 150px;
}
.MyContent .ResultBlockSlider-Slide-2 .Cleanser .ProductName,
.MyContent .ResultBlockSlider-Slide-2 .CleanserMousse .ProductName{
	text-align:left;
	padding-left:50px;
	position: relative;
}
.MyContent .ResultBlockSlider-Slide-2 .Cleanser .ProductName::before,
.MyContent .ResultBlockSlider-Slide-2 .CleanserMousse .ProductName::before{
	content: "+";
    border: 2px #be0f34 solid;
    width: 34px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    left: 0;
    font-family: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book", Helvetica, Arial, sans-serif;
    font-size: 30px;
    top: 8px;
}
.MyContent .ResultBlockSlider-Slide-2 .Cleanser .Text,
.MyContent .ResultBlockSlider-Slide-2 .CleanserMousse .Text{
	display:none;
}
.MyContent .ResultBlockSlider-Slide-2 .Cleanser .ProductName[data-expand="1"]+p,
.MyContent .ResultBlockSlider-Slide-2 .CleanserMousse .ProductName[data-expand="1"]+p{
	display:block;
}

/***DTW EDITS***/
.MyContent .ProductBlock .Content {
    padding-top: 60px;
}
@media only screen and (max-width:761px) {
	.MyContent .RightCol .ProductBlock:nth-child(2) 
	.Packshot .IngredientName:nth-child(3) {
    	right: 156px;
	}
}

.MyContent .QuestionBlock .AnswerBlock .Visual img {
    max-width: 60%;
}