.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 .ResultBlock{
	/*display:flex;*/
	margin:0 auto;
	justify-content: center;
	align-items: center;
	background-image: url(img/background.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	height:800px;
	padding-top:100px;
}
.MyContent .ResultBlockSlider {
	/*display:flex;*/
	margin:0 auto;
	max-width: 1170px;
}
@media screen and (max-width: 1023px) {
	.MyContent .ResultBlockSlider {
		max-width: 370px;
	}
}
.MyContent .LeftCol .ProductBlock{
	flex-direction: row-reverse;
	text-align: right;
	justify-content: flex-start;
}
.MyContent .RightCol .ProductBlock{
	flex-direction: row;
	text-align: left;
	justify-content: flex-start;
}
.MyContent .ProductBlock{
	display:none;
	margin:0 auto;
	justify-content: center;
	align-items: center;
}
@media screen and (max-width: 1023px) {
	.MyContent .ProductBlock{
		flex-direction: column!important;
	}
}
.MyContent .ProductBlock[data-select="1"]{
	display:flex;
}
.MyContent .ProductBlock .Packshot{
	position: relative;
}
.MyContent .ProductBlock .Packshot img{
   /* max-width:100%;*/
}
@media screen and (max-width: 1250px) {
	.MyContent .ProductBlock .Packshot img{
		height:40vw;
	}
}
@media screen and (max-width: 1023px) {
	.MyContent .ProductBlock .Packshot img{
		height:370px;
	}
	.MyContent .LeftCol .ProductBlock .Packshot{
		margin-left: 90px;
	}
}
.MyContent .ProductBlock .ProductName{
	margin:0;
	font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", Helvetica, Arial, sans-serif;
	font-size: 22px;
	color:#be0f34;
	line-height:1.4em;
}
.MyContent .ProductBlock .Text{
	margin:0;
	padding-top:10px;
	font-size:16px;
}
.MyContent .ProductBlock .Packshot .IngredientName{
	position: absolute;
	top: 62%;
	right: 0;
	font-size: 12px;
	line-height: 14px;
	text-align: left;
	width: 35%;
}
.MyContent .ProductBlock .Content{
   background-color:#fff;
   padding:20px;
   max-width:302px;
   box-sizing:border-box;margin:30px;
}
@media screen and (max-width: 1023px) {
	.MyContent .ProductBlock .Content{
		text-align: center;
	}
}
@media screen and (max-width: 1250px) {
	.MyContent .LeftCol{
		width:56vw;
	}
	.MyContent .RightCol{
		width:44vw;
	}
	.MyContent .LeftCol .ProductBlock .Content{
		flex-basis:28vw;
	}
	.MyContent .RightCol .ProductBlock .Content{
		flex-basis:25vw;
	}
}
@media screen and (max-width: 1023px) {
	.MyContent .LeftCol{
		width:100%;
	}
	.MyContent .RightCol{
		width:100%;
	}
	.MyContent .LeftCol .ProductBlock .Content{
		flex-basis:300px;
	}
	.MyContent .RightCol .ProductBlock .Content{
		flex-basis:300px;
	}
}




@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.MyContent .QuestionBlock .AnswerBlock .Visual{
		display: inline;
		height: 225px;
	}
}
/*DTW EDITS*/
.MyContent .ProductBlock .Text {
    height: 100px;
}

.MyContent .QuestionBlock .AnswerBlock .Visual img {
    max-width: 64%;
}

.MyContent .ProductBlock .Text {
    height: 178px;
}