

.MyFinderCalmEssentiel {
	box-sizing: border-box;
	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;
	background: linear-gradient(45deg,#f4d9db,#fcf5f6);
	padding:40px;
}
@media screen and (max-width: 761px) {
	.MyFinderCalmEssentiel {
		padding:20px 0;
	}
}
.MyFinderCalmEssentiel .MyBlock{
	display:block;
	height:0px;
	overflow: hidden;
}
.MyFinderCalmEssentiel .MyBlock[data-select="1"]{
	display:block;
	height:auto;
}

.MyFinderCalmEssentiel .BreadCrumbQuestions{
	display:flex;
	justify-content: center;
	align-items: center;
	position: relative;
	max-width:200px;
	margin:20px auto;
}
.MyFinderCalmEssentiel .BreadCrumbQuestions::before{
	content:" ";
	height:1px;
	width:calc(100% - 50px);
	background-color:#d6006e ;
	position:absolute;
	left:25px;
	top:50%;
	z-index:1;
}
.MyFinderCalmEssentiel .BreadCrumbQuestions span{
	border-radius:50%;
	display:flex;
	justify-content: center;
	align-items: center;
	border:1px solid #d6006e;
	box-sizing:border-box;
	width:32px;
	height:32px;
	font-size: 17px;
	color:#be0f34;
	background-color: #fff;
	margin:0 14px;
	z-index:2;
	cursor:pointer;
}
.MyFinderCalmEssentiel .BreadCrumbQuestions span.Selected{
	width:45px;
	height:45px;
	color:#fff;
	margin:0 8px;
	background-color: #d6006e;
	cursor:default;
}
/*----------------------------------------------------------------*/
.MyFinderCalmEssentiel .BreadCrumbQuestions span:nth-child(2),
.MyFinderCalmEssentiel .BreadCrumbQuestions span:nth-child(3){
	font-size:0;
	background-size: 21px auto;
	background-repeat: no-repeat;
	background-position: center center;
}
.MyFinderCalmEssentiel .BreadCrumbQuestions span:nth-child(2){
	background-image:url(img/picto-day.svg);
}
.MyFinderCalmEssentiel .BreadCrumbQuestions span:nth-child(3){
	background-image:url(img/picto-night.svg);
}

/*----------------------------------------------------------------*/
.MyFinderCalmEssentiel .BreadCrumbQuestions span:nth-child(2).Selected,
.MyFinderCalmEssentiel .BreadCrumbQuestions span:nth-child(3).Selected{
	background-size: 26px auto;
}
.MyFinderCalmEssentiel .BreadCrumbQuestions span:nth-child(2).Selected{
	background-image:url(img/picto-day-white.svg);
}
.MyFinderCalmEssentiel .BreadCrumbQuestions span:nth-child(3).Selected{
	background-image:url(img/picto-night-white.svg);
}
/*----------------------------------------------------------------*/
.MyFinderCalmEssentiel .BreadCrumbQuestions span img{
	width:20px;
	height:20px;
}
.MyFinderCalmEssentiel .BtnLink{
	margin:0;
	width:100%;
	box-sizing:border-box;
	display:inline-block;
	max-width:165px;
}
.MyFinderCalmEssentiel .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;
}
.MyFinderCalmEssentiel .Title{
	text-align: center;
	margin: 0;
	font-size: 35px;
	line-height: 1em;
	font-weight: normal;
	font-family: ClarinsRegular, Clarins;
	color:#d6006e;
}
.MyFinderCalmEssentiel .QuestionBlock{
	margin:0 auto;
	max-width:910px;
}
@media screen and (max-width: 1023px) {
	.MyFinderCalmEssentiel .QuestionBlock{
	   max-width:263px;
    padding-bottom: 20px;
    margin-bottom: 30px;
	}
}
.MyFinderCalmEssentiel .QuestionTitle{
	text-align: center;
	margin: 0;
	font-size:22px;
	line-height: 1em;
	font-weight: normal;
	margin-bottom:20px;
}
.MyFinderCalmEssentiel .QuestionBlock .AnswerBlock{
	padding:20px;
	
	flex:1;
	display:flex;
	flex-direction: column; 
	cursor:pointer;
}
@media screen and (max-width: 1023px) {
	.MyFinderCalmEssentiel .QuestionBlock .AnswerBlock {
		padding:0px;

	}
}
.MyFinderCalmEssentiel .QuestionBlock .AnswerBlock .Visual{
	display:flex;
	justify-content: center;
	align-items: center;
	width:263px;
	height:186px;

}

@media screen and (max-width: 1023px) {
	.MyFinderCalmEssentiel .QuestionBlock .AnswerBlock .Visual{
		width:263px;
	}
}

.MyFinderCalmEssentiel .QuestionBlock .AnswerBlock .Visual img{
	max-width:100%;
	display:block;
	margin:0 auto;
}

.MyFinderCalmEssentiel .QuestionBlock .AnswerBlock .AnswerText{
	display:flex;
	justify-content: center;
	align-items: center;
	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:53px;
	width:263px;
	box-sizing:border-box;
	background-color: #fff;;
}
@media screen and (max-width: 1023px) {
	.MyFinderCalmEssentiel .QuestionBlock .AnswerBlock .AnswerText{
		
	}
}

.MyFinderCalmEssentiel .QuestionBlock .AnswerBlock .AnswerText span{
	text-transform: uppercase;
	display:block;
}

.MyFinderCalmEssentiel .ResultBlock{
    margin: 0 auto;
    justify-content: center;
}

.MyFinderCalmEssentiel .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);
}


.MyFinderCalmEssentiel .ResultBlock {
	display:flex;
	margin:0 auto;
	max-width:970px;
	
}
@media screen and (max-width: 1023px){

	.MyFinderCalmEssentiel .ResultBlock {
		max-width: 100%;
		display: block;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
}
.MyFinderCalmEssentiel .TextLink {
	margin:0 auto;
	padding:20px;
}
.MyFinderCalmEssentiel .TextLink a{
	font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", Helvetica, Arial, sans-serif;
	text-decoration: none;
	border-bottom:1px solid #000;
	font-size:11px;
	text-transform: uppercase;
	color:#000;

}
.MyFinderCalmEssentiel  .TextLink a:hover{
	border-bottom:1px solid #d6006e;
	color:#d6006e;
}


.MyFinderCalmEssentiel .ProductBlock{
	display:flex;flex-direction: column;
	height:100%;
	margin:0 auto;
	justify-content: center;
	align-items: center;
	width:320px;
	max-width:320px;
}
@media screen and (max-width: 1023px){
	.MyFinderCalmEssentiel .ProductBlock{
		max-width:270px;width:100%;
	}
}
@media screen and (max-width:761px){
	.MyFinderCalmEssentiel .ProductBlock{
		max-width:270px;
	}
}
.MyFinderCalmEssentiel .ProductBlock .Packshot{
	position: relative;
	height:340px;
}
@media screen and (max-width: 761px){
.MyFinderCalmEssentiel .ProductBlock .Packshot {
	transform: scale(0.9);
}
}
.MyFinderCalmEssentiel .ProductBlock .Packshot img{
	position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.MyFinderCalmEssentiel .slick-list {
	overflow:visible;
	
}
.MyFinderCalmEssentiel .slick-slide {
	opacity:0;
}
.MyFinderCalmEssentiel .slick-current,
.MyFinderCalmEssentiel .slick-active{
	opacity:1;
}

.MyFinderCalmEssentiel .ProductBlock[data-product="Lotion-Tonique-Apaisante"] .Packshot img {
	width:252px;
	margin-left:-10px;
}
.MyFinderCalmEssentiel .ProductBlock[data-product="Emulsion-Apaisante"] .Packshot img {
	width:155px;
	margin-left:35px;
}
.MyFinderCalmEssentiel .ProductBlock[data-product="Gel-Anti-Rougeurs"] .Packshot img {
	width:153px;
	margin-left:35px;
}
.MyFinderCalmEssentiel .ProductBlock[data-product="Eau-Micellaire"] .Packshot img {
	width:201px;
	margin-left:58px;
}
.MyFinderCalmEssentiel .ProductBlock[data-product="Duo"] .Packshot img {
	width:218px;
	margin-left:0px;
}

.MyFinderCalmEssentiel .ProductBlock[data-product="Huile-Restructurante"] .Packshot img {
	width:219px;
	margin-left:55px;
}
.MyFinderCalmEssentiel #routine-peau-tres-seche-nuit .ProductBlock[data-product="Huile-Restructurante"] .Packshot img {
	width:160px;
	margin-left:35px;
}
.MyFinderCalmEssentiel .ProductBlock .Num{
	font-size:30px;
	line-height: 1em;
	color:#f0b3b6;
	text-align: center;
	margin:0px auto;
	margin-top:10px;

}
.MyFinderCalmEssentiel .ProductBlock .ProductName{
	margin:0;
	font-size: 14px;
	color:#000;
	line-height:1.4em;
	margin-top:10px;
}
.MyFinderCalmEssentiel .ProductBlock .Text{
	margin:0;
	padding-top:10px;
	font-size:14px;
	flex:1;
}
.MyFinderCalmEssentiel .ProductBlock .Packshot .IngredientName{
	position: absolute;
	font-size: 12px;
	line-height: 14px;
	text-align: left;
}

.MyFinderCalmEssentiel  .ProductBlock[data-product="Lotion-Tonique-Apaisante"] .Packshot .IngredientName:nth-child(2)  {
    bottom: 160px;
    right: 70px;
    text-align: right;
    width: 80px;
}
.MyFinderCalmEssentiel  .ProductBlock[data-product="Lotion-Tonique-Apaisante"] .Packshot .IngredientName:nth-child(3) {
	bottom:10px;
    left: 80px;
    text-align: left;
    width: 100px;
}
.MyFinderCalmEssentiel  .ProductBlock[data-product="Emulsion-Apaisante"] .Packshot .IngredientName {
    bottom: 270px;
    left: 80px;
    text-align: left;
    width: 100px;
}

.MyFinderCalmEssentiel  .ProductBlock[data-product="Gel-Anti-Rougeurs"] .Packshot .IngredientName {
    bottom: 270px;
    left: 80px;
    text-align: left;
    width: 100px;
}

.MyFinderCalmEssentiel  .ProductBlock[data-product="Eau-Micellaire"] .Packshot .IngredientName {
    bottom: 50px;
    left: 70px;
    text-align: left;
    width: 100px;
}
.MyFinderCalmEssentiel  .ProductBlock[data-product="Duo"] .Packshot .IngredientName {
	bottom: 270px;
    left: 20px;
    text-align: left;
    width: 100px;
}
.MyFinderCalmEssentiel  .ProductBlock[data-product="Huile-Restructurante"] .Packshot .IngredientName {
    bottom: 240px;
    left: 95px;
    text-align: left;
    width: 100px;
}

.MyFinderCalmEssentiel #routine-peau-tres-seche-nuit .ProductBlock[data-product="Huile-Restructurante"] .Packshot .IngredientName {
	bottom: 170px;
    left: 65px;
    text-align: left;
    width: 100px;
}