/*********************************************************/
/*************************** global css ******************/
/*********************************************************/
.My-Content {
	display: block;
	width: 100%;
	min-width: 320px;
	text-align: center;
}
.My-Content .MyBlock {
	display: block;
	width: 100%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
.My-Content h1 {
	display: inline-block;
	font-family: ClarinsRegular, Clarins;
	font-size: 50px;
	font-weight: normal;
	line-height: 1em;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
}
.My-Content h1 span {
	display: inline-block;
}
.My-Content h1 span.red {
	display: block;
	color: #be0f34;
	font-size: 0.5em;
	line-height: 1em;
	margin-bottom: 10px;
}
.My-Content h1 span.red strong {
	display: block;
	font-weight: normal;
	font-size: 1.5em;
	line-height: 1em;
}
.My-Content p {
	font-family: "Gotham SSm book A", "Gotham SSm book B", Gotham, Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
}

@media only screen and (max-width:1023px) {
.My-Content h1 {
	font-size: 40px;
	line-height: 40px;
}
}

@media only screen and (max-width:761px) {
.My-Content h1 {
	width: calc(100% - 40px);
	margin-left: 20px;
	margin-right: 20px;
}
}

@media only screen and (max-width:360px) {
.My-Content h1 {
	font-size: 30px;
	line-height: 30px;
}
}
.My-Content .MyBlockFullWidth {
	display: block;
	width: 2000px;
	position: relative;
	margin-left: -375px;
	margin-right: auto;
	background-color: #FFF;
	text-align: center;
	overflow: hidden;
}

@media only screen and (max-width:1249px) {
.My-Content .MyBlockFullWidth {
	width: 100%;
	margin-left: auto;
}
}
.FullWidthBanner {
	width: 1600px;
	display: inline-block;
	text-align: left;
}
.My-Content .MyBlock {
	display: block;
	width: 100%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
	font-size: 0;/*for inline-alignment*/
}
a.VideoLink {
	display: inline-block;
	position: relative;
}
a.VideoLink::before {
	content: " ";
	background-image: url(img/video-play.png);
	width: 50px;
	height: 50px;
	top: calc(50% - 25px);
	left: calc(50% - 25px);
	z-index: 2;
	position: absolute;
}
a.VideoLink.Playing::before {
	content: "";
	display: none;
}
.My-Content p.text-link {
	text-align: center!important;
	display: block!important;
	position: relative!important;
	font-size: 11px!important;
	line-height: 14px!important;
	clear: both;
}
.My-Content p.text-link a {
	color: #000!important;
	font-family: "Gotham SSm medium A", "Gotham SSm medium B", Gotham, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	border-bottom: 1px solid #EAEAEA;
	display: inline;
	line-height: 20px!important;
}
.My-Content p.text-link a:hover {
	color: #be0f34!important;
	border-bottom: 1px solid #be0f34;
}
#IntroVideo {
	display: block;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-top: 60px;
	padding-bottom: 60px;
}
#IntroVideo img {
	display: block;
	position: relative;
	max-width: 100%;
}
#Video-Intro-Player {
	position: absolute;
	top: 60px;
	left: 0px;
	width: 100%;
	height: calc(100% - 120px);
	z-index: 2;
}
/*********************************************************/
/****************** specific css *************************/
/*********************************************************/
.My-Content p.new-formula {
	padding: 20px;
	color: #be0f34;
	text-transform: uppercase;
	position: absolute;
	font-family: "Gotham SSm medium A", "Gotham SSm medium B", Gotham, Helvetica, Arial, sans-serif;
	clear: both;
	font-size: 20px;
	line-height: 24px!important;
	top: -10px;
	right: 50px;
	transform: translateY(-100%);
}

@media only screen and (max-width:1023px) {
.My-Content p.new-formula {
	font-size: 14px;
	line-height: 15px!important;
	transform: none;
	padding: 14px;
	right: 0px;
}
}

@media only screen and (max-width:761px) {
.My-Content p.new-formula {
	position: relative;
	top: auto;
	right: auto;
	transform: none;
	margin: 20px;
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
	font-size: 16px;
	line-height: 18px!important;
}
}
.My-Content p.new-formula::before {
	content: " ";
	border-left: #be0f34 2px solid;
	border-top: #be0f34 2px solid;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 0;
	left: 0;
}
.My-Content p.new-formula::after {
	content: " ";
	border-bottom: #be0f34 2px solid;
	border-right: #be0f34 2px solid;
	width: 30px;
	height: 30px;
	position: absolute;
	right: 0;
	bottom: 0;
}
/*--------------------------------------------*/
ul.NavLinks {
	font-size: 11px;
	display: block;
	position: relative;
	font-size: 0;
	padding: 0;
	list-style: none;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}

@media only screen and (max-width:761px) {
ul.NavLinks {
	width: calc(100% - 40px);
	display: block;
	margin-bottom: 0px;
}
}
ul.NavLinks li {
	font-size: 11px;
	width: 33%;
	display: inline-block;
	margin-left: -2px;
}

@media only screen and (max-width:761px) {
ul.NavLinks li {
	width: 100%;
	display: block;
	margin-left: 0px;
	margin-top: -2px;
}
}
ul.NavLinks li:first-child {
	margin-left: 0px;
}
ul.NavLinks li.Selected {
	margin-left: 0px;
}

@media only screen and (max-width:761px) {
ul.NavLinks li:first-child {
	margin-top: 0px;
}
ul.NavLinks li.Selected {
	margin-top: 0px;
}
}
ul.NavLinks li a {
	display: block;
	text-transform: uppercase;
	color: #000;
	background-color: #FFF;
	text-decoration: none;
	font-family: "Gotham SSm medium A", "Gotham SSm medium B", Gotham, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: 400;
	padding: 15px 0;
	border: 2px solid #e5e5e5;
	position: relative;
}
ul.NavLinks li.Selected a {
	color: #FFF;
	background-color: #be0f34;
	border: 2px solid #be0f34;
	border-left: 0px solid #be0f34;
}
ul.NavLinks li.Selected a::before {
	content: " ";
	position: absolute;
	bottom: -8px;
	left: 50%;
	transform: rotate(45deg);
	width: 15px;
	height: 15px;
	display: block;
	background-color: #be0f34;
}

@media only screen and (max-width:761px) {
ul.NavLinks li.Selected a::before {
	display: none;
}
}
/*------------------ ---------------*/
#Block-TopNav {
	font-size: 0;/*padding-top: 60px;*/
}
/*------------------HEADER ---------------*/
#Block-Header {
	font-size: 0;
}

@media only screen and (max-width:761px) {
#Block-Header {
	margin-bottom: 0px;
}
}
#Block-Header .FullWidthBanner {
	background-position: left 400px top 0px;
	background-size: auto 100%;
	background-repeat: no-repeat;
	opacity: 0;
}
#Block-Header .FullWidthBanner.Loaded {
	animation: fadeINheader 2s ease-in-out both;
}
@keyframes fadeINheader {
 from {
opacity: 0;
}
 to {
opacity: 1;
}
}
#Header-1 {
	background-image: url(img/Header-1.jpg);
}

@media only screen and (max-width:1023px) {
#Header-1 {
	margin-left: 10%;
}
}

@media only screen and (max-width:761px) {
#Header-1 {
	margin-left: 0%;
}
}
#Block-Header #Header-2 {
	background-image: url(img/Header-2-right.jpg);
	background-position: right 0px top 0px;
}

@media only screen and (max-width:1249px) {
#Header-2 {
	margin-left: -15%;
}
}

@media only screen and (max-width:1023px) {
#Header-2 {
	margin-left: 0%;
}
}

@media only screen and (max-width:761px) {
#Header-2 {
	margin-left: -15%;
}
}
#Header-3 {
	background-image: url(img/Header-3.jpg);
}

@media only screen and (max-width:1249px) {
#Header-3 {
	margin-left: -15%;
}
}

@media only screen and (max-width:1023px) {
#Header-3 {
	margin-left: 0%;
}
}

@media only screen and (max-width:761px) {
#Header-3 {
	margin-left: -15%;
}
}
#Block-Header .FullWidthBanner img {
	max-width: 100%;
	display: block;
}

@media only screen and (max-width:1023px) {
#Block-Header .FullWidthBanner img {
	max-width: 90%;
}
}

@media only screen and (max-width:761px) {
#Block-Header .FullWidthBanner img {
	max-width: 130%;
}
}

@media only screen and (max-width:1249px) {
#Block-Header .FullWidthBanner {
	width: auto;
	display: inline-block;
	text-align: left;
	transform: translateX(-15%);
}
}

@media only screen and (max-width:1023px) {
#Block-Header .FullWidthBanner {
	transform: translateX(-30%);
}
#Block-Header #Header-2 {
	transform: translateX(-25%);
}
}

@media only screen and (max-width:761px) {
#Block-Header .FullWidthBanner {
	width: auto;
	display: inline-block;
	text-align: left;
	transform: none;
}
#Block-Header #Header-2 {
	transform: none;
}
}
#Block-Header .FloatingBox {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 101%;
	text-align: left;
	transform: translateY(-50%);
	background-color: #FFFFFF;
	margin-left: 80px;
	white-space: nowrap;
	width: 500px;
	z-index: 2;
}

@media only screen and (max-width:1249px) {
#Block-Header .FloatingBox {
	margin-left: 0px;
}
}

@media only screen and (max-width:1023px) {
#Block-Header .FloatingBox {
	left: 45%;
	margin-left: 0;
	width: calc(55% - 40px);
}
}

@media only screen and (max-width:761px) {
#Block-Header .FloatingBox {
	position: relative;
	transform: none;
	text-align: center;
	left: auto;
	top: auto;
	margin: 0;
	padding: 20px;
	padding-left: 0;
	padding-right: 0;
	width: 100%;
	height: auto;
	line-height: 1em;
}
}
#Block-Header .FloatingBox .wrapper {
	display: inline-block;
	padding: 10px;
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
}
#Block-Header .FloatingBox #wrapper-newformula {
	margin-left: 100px;
}

@media only screen and (max-width:1023px) {
#Block-Header .FloatingBox .wrapper {
	padding: 0px;
}
}

@media only screen and (max-width:1023px) {
#Block-Header .FloatingBox #wrapper-newformula {
	margin-left: 75px;
	padding-top: 60px;
}
}

@media only screen and (max-width:761px) {
#Block-Header .FloatingBox .wrapper, #Block-Header .FloatingBox #wrapper-newformula {
	padding: 0px;
	transform: none;
	top: auto;
	position: relative;
	margin-left: 0px;
}
}
#Block-Header .FloatingBox p {
	line-height: 14px;
}
#Block-Header .FloatingBox p.Title {
	font-family: ClarinsRegular, Clarins;
	color: #be0f34;
	font-size: 25px;
	font-weight: normal;
	line-height: 25px;
	margin: 0;
	padding: 0;
	padding-bottom: 20px;
}

@media only screen and (max-width:1023px) {
#Block-Header .FloatingBox p.Title {
	font-size: 20px;
	font-weight: normal;
	line-height: 20px;
	padding-bottom: 10px;
}
}
#Block-Header .FloatingBox p.Title strong {
	font-family: ClarinsRegular, Clarins;
	color: #be0f34;
	font-size: 35px;
	font-weight: normal;
	line-height: 35px;
	margin: 0;
	padding: 0;
	display: block;
	padding-bottom: 10px;
}

@media only screen and (max-width:1023px) {
#Block-Header .FloatingBox p.Title strong {
	font-size: 25px;
	font-weight: normal;
	line-height: 25px;
	padding-bottom: 0px;
}
}

@media only screen and (max-width:761px) {
#Block-Header .FloatingBox p.Title strong {
	font-size: 30px;
	font-weight: normal;
	line-height: 30px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
}
}
#Block-Header .FloatingBox h2 {
	display: inline-block;
	font-family: ClarinsRegular, Clarins;
	font-size: 50px;
	font-weight: normal;
	line-height: 50px;
	margin: 0;
	max-width: 500px;
	padding: 0;
	position: relative;
	text-align: left;
	white-space: normal;
}

@media only screen and (max-width:1023px) {
#Block-Header .FloatingBox h2 {
	font-size: 35px;
	line-height: 35px;
}
}

@media only screen and (max-width:761px) {
#Block-Header .FloatingBox h2 {
	width: calc(100% - 20px);
	text-align: center;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 40px;
	line-height: 40px;
	white-space: normal;
}
}
#Block-Header .FloatingBox::before {
	content: " ";
	width: 100px;
	height: 100%;
	position: absolute;
	left: -100px;
	top: 0;
	background-image: url(img/s-shape-desktop.png);
	background-repeat: no-repeat;
	background-size: auto 100%;
}
#Block-Header .FloatingBox::after {
	content: " ";
	width: 100px;
	height: 100%;
	position: absolute;
	right: -100px;
	top: 0;
	background-image: url(img/s-shape-desktop.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top right;
}

@media only screen and (max-width:761px) {
#Block-Header .FloatingBox::after {
	display: none;
}
}
#Block-Header .FloatingBox p.Text {
	font-family: ClarinsRegular, Clarins;
	font-style: italic;
	font-size: 25px;
	padding-top: 10px;
	line-height: 1em;
}

@media only screen and (max-width:761px) {
#Block-Header .FloatingBox p.Text {
	font-size: 22px;
}
}
#Block-Header .FloatingBox img {
/*display: inline-block;
	vertical-align: middle;
	float: left;
	margin-right: 20px;*/
}

@media only screen and (max-width:1023px) {
#Block-Header .FloatingBox img {
	width: 60px;
	margin-top: 60px;
}
}

@media only screen and (max-width:761px) {
#Block-Header .FloatingBox img {
	display: none;
}
}
/*------------------RESULTS BANNER ---------------*/
#Block-Results {
	font-size: 0;
}

@media only screen and (max-width:761px) {
#Block-Results {
	margin-bottom: 0px;
}
}
#Block-Results .FullWidthBanner {
	background-position: right top;
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-image: url(img/banner-2.jpg);
}
#Block-Results .FullWidthBanner img {
	max-width: 100%;
	display: block;
}

@media only screen and (max-width:1249px) {
#Block-Results .FullWidthBanner img {
	max-width: 60%;
	margin-left: -10%;
}
}

@media only screen and (max-width:1023px) {
#Block-Results .FullWidthBanner img {
	max-width: 80%;
	margin-left: -10%;
}
}

@media only screen and (max-width:761px) {
#Block-Results .FullWidthBanner img {
	max-width: 130%;
}
}

@media only screen and (max-width:1249px) {
#Block-Results .FullWidthBanner {
	width: 100%;
}
}

@media only screen and (max-width:1023px) {
#Block-Results .FullWidthBanner {
}
}

@media only screen and (max-width:761px) {
#Block-Results .FullWidthBanner {
	width: auto;
	display: inline-block;
	text-align: left;
	transform: none;
}
}
#Block-Results .FloatingBox {
	background-color: #ffffff;
	height: 101%;
	left: 50%;
	margin-left: 0;
	position: absolute;
	text-align: left;
	top: 50%;
	transform: translateY(-50%);
	white-space: nowrap;
	width: 240px;
	z-index: 2;
}

@media only screen and (max-width:1249px) {
#Block-Results .FloatingBox {
	margin-left: 0px;
	width: 23%;
	transform: translateY(-50%) translateX(-50%);
}
}

@media only screen and (max-width:1023px) {
#Block-Results .FloatingBox {
	left: 58%;
	margin-left: 0;
	transform: translateY(-50%);
	width: 240px;
}
}

@media only screen and (max-width:761px) {
#Block-Results .FloatingBox {
	position: relative;
	transform: none;
	text-align: center;
	left: auto;
	top: auto;
	margin: 0;
	padding: 20px;
	padding-left: 0;
	padding-right: 0;
	width: 100%;
	height: auto;
	line-height: 1em;
}
}
#Block-Results .FloatingBox .wrapper {
	border-bottom: 2px solid #be0f34;
	border-top: 2px solid #be0f34;
	color: #be0f34;
	display: inline-block;
	font-family: ClarinsRegular;
	font-size: 22px;
	left: 50%;
	line-height: 1em;
	padding: 30px 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) translateX(-50%);
	text-align: left;
}
#Block-Results .FloatingBox .wrapper .num {
	display: block;
	font-family: "Gotham SSm book A", "Gotham SSm book B", Gotham, Helvetica, Arial, sans-serif;
	font-size: 120px;
	height: 120px;
	line-height: 120px;
}
#Block-Results .FloatingBox .wrapper sup {
	display: inline-block;
	font-size: 0.5em;
	line-height: 2.2em;
	vertical-align: top;
}

@media only screen and (max-width:1023px) {
#Block-Results .FloatingBox .wrapper {
}
}

@media only screen and (max-width:761px) {
#Block-Results .FloatingBox .wrapper {
	left: auto;
	position: relative;
	top: auto;
	transform: none;
}
}
#Block-Results .FloatingBox p {
	line-height: 14px;
}
#Block-Results .FloatingBox h2 {
	display: inline-block;
	font-family: ClarinsRegular, Clarins;
	font-size: 50px;
	font-weight: normal;
	line-height: 50px;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: left;
}

@media only screen and (max-width:761px) {
#Block-Results .FloatingBox h2 {
	width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-size: 40px;
	line-height: 40px;
	white-space: normal;
}
}
#Block-Results .FloatingBox::before {
	content: " ";
	width: 100px;
	height: 100%;
	position: absolute;
	left: -100px;
	top: 0;
	background-image: url(img/s-shape-desktop.png);
	background-repeat: no-repeat;
	background-size: auto 100%;
}
#Block-Results .FloatingBox::after {
	content: " ";
	width: 100px;
	height: 100%;
	position: absolute;
	right: -100px;
	top: 0;
	background-image: url(img/s-shape-desktop.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top right;
}

@media only screen and (max-width:761px) {
#Block-Results .FloatingBox::after {
	display: none;
}
}
/*-------------Block-Results-Content------------*/
#Block-Results-Content {
	padding-top: 60px;
}
#Block-Results-Content .inlineBlock {
	margin-left: 20px;
	margin-right: 20px;
	width: calc(50% - 40px);
	position: relative;
	vertical-align: middle;
	display: inline-block;
	text-align: left;
	max-width: 504px;
}
#Block-Results-Content .inlineBlock img {
	max-width: 100%;
}

@media only screen and (max-width:761px) {
#Block-Results-Content .inlineBlock {
	margin-left: 20px;
	margin-right: 20px;
	width: calc(100% - 40px);
	text-align: center;
}
}
#Block-Results-Content .inlineBlock p {
	font-size: 16px;
	line-height: 30px;
	margin: 0;
	padding-bottom: 20px;
	padding-top: 20px;
}

@media only screen and (max-width:761px) {
#Block-Results-Content .inlineBlock p {
	text-align: center;
}
}
#Block-Results-Content .inlineBlock h3 {
	display: inline-block;
	font-family: ClarinsRegular, Clarins;
	font-size: 40px;
	font-weight: normal;
	line-height: 40px;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: left;
	color: #be0f34;
}

@media only screen and (max-width:761px) {
#Block-Results-Content .inlineBlock h3 {
	text-align: center;
	font-size: 35px;
	font-weight: normal;
	line-height: 35px;
}
}
#Block-Results-Content .inlineBlock p.text-citation {
	display: block;
	font-family: ClarinsRegular, Clarins;
	font-size: 35px;
	font-weight: normal;
	line-height: 40px;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
	color: #000;
	width: 340px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 30px;
}

@media only screen and (max-width:761px) {
#Block-Results-Content .inlineBlock p.text-citation {
	font-size: 30px;
	font-weight: normal;
	line-height: 32px;
	width: 280px;
}
}
#Block-Results-Content .inlineBlock p.text-citation span {
	color: #be0f34;
	font-size: 120px;
	left: -20px;
	position: absolute;
	top: 10px;
}

@media only screen and (max-width:761px) {
#Block-Results-Content .inlineBlock p.text-citation span {
	color: #be0f34;
	font-size: 100px;
	left: -20px;
	position: absolute;
	top: 10px;
}
}
#Block-Results-Content .mentions {
	font-size: 10px;
	line-height: 14px;
	padding: 20px;
	text-align: center;
	opacity: 0.5;
}
/*-------------INTRO------------*/
#Block-SpecialOffer {
	border: 10px solid #e5e5e5;
	max-width: 1146px;
	margin-left: auto;
	margin-right: auto;
	width: calc(100% - 60px);
}
#Block-SpecialOffer .inlineBlock img {
	max-width: 100%;
}
#Block-SpecialOffer .inlineBlock {
	width: calc(45% - 40px);
	position: relative;
	vertical-align: middle;
	display: inline-block;
	text-align: center;
	padding: 20px;
}

@media only screen and (max-width:761px) {
#Block-SpecialOffer .inlineBlock {
	width: calc(100% - 40px);
}
}
#Block-SpecialOffer .inlineBlock:first-child {
	width: 55%;
	padding: 0px;
}
#Block-SpecialOffer h3 {
	padding: 0;
	margin: 0;
	font-size: 60px;
	font-family: ClarinsRegular;
	color: #000;
	line-height: 60px;
	font-weight: normal;
	padding-bottom: 20px;
}
#Block-SpecialOffer p {
	padding: 0;
	margin: 0;
}
#Block-SpecialOffer p.title {
	font-size: 14px;
	font-family: "Gotham SSm medium A", "Gotham SSm medium B", Gotham, Helvetica, Arial, sans-serif;
	color: #be0f34;
	line-height: 20px;
	text-transform: uppercase;
	padding-bottom: 12px;
}
#Block-SpecialOffer p.text {
	font-size: 16px;
	color: #000;
	line-height: 30px;
	padding-bottom: 20px;
}
#Block-SpecialOffer p.code-promo {
	font-size: 14px;
	font-family: "Gotham SSm medium A", "Gotham SSm medium B", Gotham, Helvetica, Arial, sans-serif;
	color: #000;
	line-height: 20px;
	text-transform: uppercase;
	padding-bottom: 20px;
}
#Block-SpecialOffer p.code-promo .red {
	color: #be0f34;
}
#Block-SpecialOffer p.btn-link {
	margin-top: 10px;
	display: inline-block;
	font-size: 11px;
	text-transform: uppercase;
	font-family: "Gotham SSm medium A", "Gotham SSm medium B", Gotham, Helvetica, Arial, sans-serif;
	color: #000;
	padding: 14px;
	line-height: 11px;
	border: 2px solid #e5e5e5;
	text-decoration: none;
}
/*-------------INTRO------------*/
#Block-Intro {
	padding-top: 60px;
}

@media only screen and (max-width:761px) {
#Block-Intro {
	padding-top: 20px;
}
}
#Block-Intro h3 {
	display: inline-block;
	font-family: ClarinsRegular, Clarins;
	font-size: 40px;
	font-weight: normal;
	line-height: 40px;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
}
#Block-Intro p {
	display: inline-block;
	font-family: "Gotham SSm book A", "Gotham SSm book B", Gotham, Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 30px;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
	padding: 20px;
	padding-bottom: 20px;
}
/*--------------------------------------------*/
ul.NavThumbnails {
	font-size: 11px;
	display: block;
	position: relative;
	font-size: 0;
	padding: 0;
	list-style: none;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	text-align: center;
}

@media only screen and (max-width:761px) {
ul.NavThumbnails {
	margin-bottom: 0px;
}
}
ul.NavThumbnails li {
	display: inline-block;
	text-align: left;
	width: 33%;
	max-width: 257px;
	vertical-align: top;
}

@media only screen and (max-width:761px) {
ul.NavThumbnails li {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
ul.NavThumbnails li:last-child {
	margin-bottom: 0px;
}
}
ul.NavThumbnails li .red {
	color: #be0f34;
}
ul.NavThumbnails li .bg-thumbs {
	/*background-color: #be0f34;*/
	display: block;
}
ul.NavThumbnails li img {
	display: block;
	max-width: 100%;
	margin-bottom: 20px;
	transition: opacity 0.5s ease-in-out;
}
ul.NavThumbnails li a {
	text-transform: uppercase;
	color: #000;
	background-color: #FFF;
	text-decoration: none;
	font-style: normal;
	font-weight: 400;
	position: relative;
	font-size: 12px;
	font-family: "Gotham SSm medium A", "Gotham SSm medium B", Gotham, Helvetica, Arial, sans-serif;
	white-space: normal;
	padding-right: 10px;
}
ul.NavThumbnails li a:hover img {
/*opacity: 0.8;*/
}
/*---------------------------------------------------*/
.Chapter {
	border-top: 2px solid #eaeaea;
	padding-top: 80px;
	margin-top: 60px;
}

@media only screen and (max-width:761px) {
.Chapter {
	margin-top: 0px;
}
}
.Chapter h3 {
	display: inline-block;
	font-family: ClarinsRegular, Clarins;
	font-size: 40px;
	font-weight: normal;
	line-height: 40px;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: left;
}

@media only screen and (max-width:761px) {
.Chapter h3 {
	font-size: 35px;
	font-weight: normal;
	line-height: 35px;
	text-align: center;
}
}
.Chapter .intro {
	margin: 0;
	font-size: 16px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.Chapter h3 .red {
	color: #be0f34;
	font-size: 80px;
	font-family: "Gotham SSm book A", "Gotham SSm book B", Gotham, Helvetica, Arial, sans-serif;
	margin-right: 10px;
}

@media only screen and (max-width:761px) {
.Chapter h3 .red {
	display: block;
	text-align: center;
	padding-bottom: 20px;
	margin-right: 0px;
}
}

/*--------------------------------------------*/

@media only screen and (max-width:761px) {
#Block-Videos p.intro {
	width: calc(100% - 40px);
	margin-left: 20px;
	margin-right: 20px;
}
#Block-Videos p.intro span {
	display: inline-block;
}
}
#VideoCarousel {
	margin: 0 auto;
	padding: 0;
	width: calc(100% - 80px);
	margin-top: -60px;
	max-width: 1024px;
}

@media only screen and (max-width:761px) {
#VideoCarousel {
	width: 100%;
	margin-top: 0px;
}
}
#VideoCarousel ul {
	font-size: 20px;
}

@media only screen and (max-width:761px) {
#VideoCarousel ul {
	height: auto;
	margin-bottom: 20px;
	position: relative;
}
}
#VideoCarousel li {
	position: relative;
	padding-top: 60px;
}

@media only screen and (max-width:761px) {
#VideoCarousel li {
	padding-bottom: 60px;
	padding-top: 0;
	overflow-y: hidden;
	height: 10px;
}
#VideoCarousel li.Visible {
	padding-bottom: 80px;
	padding-top: 0px;
	overflow-y: visible;
	height: auto;
}
}
#VideoCarousel h4 {
	display: block;
	font-family: ClarinsRegular, Clarins;
	font-size: 35px;
	font-weight: normal;
	line-height: 35px;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
	padding-top: 30px;
}

@media only screen and (max-width:761px) {
#VideoCarousel h4 {
	padding-top: 40px;
}
}
#VideoCarousel li img {
	max-width: 100%;
}

@media only screen and (max-width:761px) {
#VideoCarousel li img {
	width: 360px;
	height: 200px;
	max-width: none;
}
}

@media only screen and (max-width:361px) {
#VideoCarousel li img {
	width: 320px;
	height: 178px;
	max-width: none;
}
}
#VideoCarousel li p {
	margin: 0;
	padding: 0;
	display: block;
	font-family: "Gotham SSm book A", "Gotham SSm book B", Gotham, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #000;
	text-align: center;
	max-width: 768px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
}

@media only screen and (max-width:761px) {
#VideoCarousel li p {
	padding-bottom: 20px;
}
}
#VideoCarousel li p.Title {
	font-family: "Gotham SSm medium A", "Gotham SSm medium B", Gotham, Helvetica, Arial, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #be0f34;
	text-align: center;
	padding-bottom: 10px;
}
#VideoCarousel .jcarousel-pagination {
	display: none;
}

@media only screen and (max-width:761px) {
#VideoCarousel .jcarousel-pagination {
	display: block;
	height: 30px;
	top: 210px;
}
}

@media only screen and (max-width:361px) {
#VideoCarousel .jcarousel-pagination {
	display: block;
	height: 30px;
	top: 188px;
}
}
#VideoCarousel .products-pagination.jcarousel-control-next {
	top: 260px;
}
#VideoCarousel .products-pagination.jcarousel-control-prev {
	top: 260px;
}
/*--------------------------------------------*/
ul.NavVideoThumbnails {
	font-size: 11px;
	display: block;
	position: relative;
	font-size: 0;
	padding: 0;
	list-style: none;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	text-align: center;
}

@media only screen and (max-width:761px) {
ul.NavVideoThumbnails {
	display: none;
}
}
ul.NavVideoThumbnails li {
	display: inline-block;
	text-align: left;
	max-width: 210px;
	vertical-align: top;
	padding-left: 6px;
	padding-right: 6px;
	position: relative;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	font-family: "Gotham SSm medium A", "Gotham SSm medium B", Gotham, Helvetica, Arial, sans-serif;
	white-space: normal;
	margin-bottom: 20px;
}
ul.NavVideoThumbnails li img {
	display: block;
	width: 100%;
}
ul.NavVideoThumbnails li a {
	/*border: 6px solid #ccc;*/
	display: block;
	margin-bottom: 10px;
	position: relative;
}
ul.NavVideoThumbnails li.Selected a::after {
	content: ' ';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: calc(100% - 12px);
	height: calc(100% - 12px);
	border: 6px solid #be0f34;
}
ul.NavVideoThumbnails li.Selected a {
/*border: 6px solid #be0f34;*/
}
ul.NavVideoThumbnails li a::before {
	content: " ";
	background-image: url(img/video-play.png);
	background-size: 100% auto;
	width: 40px;
	height: 40px;
	bottom: 10px;
	left: 10px;
	z-index: 2;
	position: absolute;
}
/*--------------------------------*/
#Block-Chef {
	border: 2px solid #EAEAEA;
	display: block;
	width: 100%;
	max-width: 760px;
	posiiton: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	margin-top: 30px;
}

@media only screen and (max-width:761px) {
#Block-Chef {
	height: 220px;
	text-align: center;
}
}
#Block-Chef img {
	display: inline-block;
	vertical-align: middle;
}

@media only screen and (max-width:761px) {
#Block-Chef img {
	margin-top: 95px;
	width: 276px;
}
}
#Block-Chef span {
	vertical-align: middle;
	display: inline-block;
	font-family: ClarinsRegular, Clarins;
	font-size: 18px;
	text-align: center;
	width: calc(100% - 420px);
}

@media only screen and (max-width:761px) {
#Block-Chef span {
	display: block;
	margin-top: -200px;
	vertical-align: middle;
	width: 100%;
}
}
#Block-Chef.cjuice {
	background-image: url(img/cjuice.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#Block-Chef.cjuice span, #Block-Chef.cjuice img {
	opacity: 0;
}
#Block-Chef span strong {
	display: block;
	font-family: "Gotham SSm book A", "Gotham SSm book B", Gotham, Helvetica, Arial, sans-serif;
	font-size: 25px;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
	padding-top: 10px;
}
#Block-Chef span.ChefWrapper {
	text-align: left;
	padding: 40px;
}
#Block-Chef span.ChefTexte {
	font-family: 'Gotham SSm book A', 'Gotham SSm book B', Gotham, Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 21px;
	display: block;
	width: 320px;
	text-align: left;
	padding-top: 20px;
}
#Block-Chef span strong {
	text-align: left;
}

@media only screen and (max-width:761px) {
#Block-Chef {
	height: auto;
}
#Block-Chef span {
	display: block;
	margin-top: 0;
	vertical-align: middle;
	width: 100%;
}
#Block-Chef span.ChefWrapper {
	text-align: center;
	padding: 20px;
	width: calc(100% - 40px);
}
#Block-Chef img {
	vertical-align: top;
	width: 180px;
	margin-top: 0px;
}
#Block-Chef span strong {
	text-align: center;
}
#Block-Chef span.ChefTexte {
	display: block;
	font-family: "Gotham SSm book A", "Gotham SSm book B", Gotham, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 14px;
	padding-top: 20px;
	width: 100%;
	text-align: center;
}
}
/*--------------------------------------*/
#Block-Recettes {
	margin-left: 40px;
	margin-right: 40px;
	width: calc(100% - 80px);
}
#Block-Recettes .visual {
	margin: 0px;
	padding: 0px;
}

@media only screen and (max-width:761px) {
#Block-Recettes .visual {
	margin-top: 0px;
}
}

@media only screen and (max-width:761px) {
#Block-Recettes {
	margin-left: 20px;
	margin-right: 20px;
	width: calc(100% - 40px);
}
}
#RecettesCarousel {
	font-size: 20px;
	margin-top: -60px;
}

@media only screen and (max-width:761px) {
#RecettesCarousel {
	margin-top: 8px;
}
}
#Block-Recettes .Title {
	margin: 0;
	padding: 0;
	color: #be0f34;
	font-family: "Gotham SSm medium A", "Gotham SSm medium B", Gotham, Helvetica, Arial, sans-serif;
	font-size: 14px;
	padding-bottom: 10px;
	text-align: center;
	text-transform: uppercase;
}
#Block-Recettes .recette {
	font-size: 0;
	text-align: center;
	position: relative;
	padding-top: 60px;
	border: 0px solid;
}

@media only screen and (max-width:761px) {
#Block-Recettes .recette {
	padding-bottom: 80px;
	padding-top: 0px;
	overflow-y: hidden;
	height: 10px;
}
#Block-Recettes .recette.Visible {
	padding-bottom: 80px;
	padding-top: 0px;
	overflow-y: visible;
	height: auto;
}
}
#Block-Recettes .recette img {
	max-width: 100%;
}

@media only screen and (max-width:761px) {
#Block-Recettes .recette img {
	height: 208px;
	max-width: none;
	width: 320px;
	margin-bottom: 30px;
}
}

@media only screen and (max-width:761px) {
#Block-Recettes .recette img {
	opacity: 0;
}
#Block-Recettes .recette.Visible img {
	opacity: 1;
}
}

@media only screen and (max-width:761px) {
#Block-Recettes .recette .ShareLink {
	display: none;
}
#Block-Recettes .recette.Visible .ShareLink {
	display: block;
}
}
#Block-Recettes .recette h4 {
	display: block;
	font-family: ClarinsRegular, Clarins;
	font-size: 35px;
	font-weight: normal;
	line-height: 35px;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 40px;
}

@media only screen and (max-width:761px) {
#Block-Recettes .recette h4 {
	padding-top: 10px;
}
}
#Block-Recettes .recette .Title span.small-text {
	font-size: 0.7em;
	display: block;
}
#Block-Recettes .recette .ingredients {
	display: inline-block;
	position: relative;
	vertical-align: top;
	width: 200px;
	text-align: left;
}

@media only screen and (max-width:761px) {
#Block-Recettes .recette .ingredients {
	padding-left: 0px;
	width: 100%;
}
}
#Block-Recettes .recette .ingredients p {
	font-family: "Gotham SSm book A", "Gotham SSm book B", Gotham, Helvetica, Arial, sans-serif;
	color: #000;
	font-size: 11px;
}
#Block-Recettes .recette .ingredients p.Title {
	color: #000;
	font-family: "Gotham SSm medium A", "Gotham SSm medium B", Gotham, Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.4em;
	padding-bottom: 10px;
	text-align: left;
	text-transform: none;
}
#Block-Recettes .recette .ingredients ul {
	font-family: "Gotham SSm book A", "Gotham SSm book B", Gotham, Helvetica, Arial, sans-serif;
	color: #8b8b8b;
	font-size: 11px;
	list-style: none;
	padding: 0;
	margin: 0;
	line-height: 16px;
	width: auto!important;
}
#Block-Recettes .recette .ingredients ul li {
	display: block;
	width: auto!important;
	float: none!important;
}
#Block-Recettes .recette .preparation {
	text-align: left;
	width: calc(100% - 300px);
	display: inline-block;
	position: relative;
	vertical-align: top;
	padding-left: 100px;
}

@media only screen and (max-width:1023px) {
#Block-Recettes .recette .preparation {
	padding-left: 40px;
	width: calc(100% - 240px);
}
}

@media only screen and (max-width:761px) {
#Block-Recettes .recette .preparation {
	padding-left: 0px;
	width: 100%;
}
}
#Block-Recettes .recette .preparation p.Title {
	color: #000;
	font-family: "Gotham SSm medium A", "Gotham SSm medium B", Gotham, Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.4em;
	padding-bottom: 10px;
	text-align: left;
	text-transform: none;
}
#Block-Recettes .recette .preparation ul {
	font-family: "Gotham SSm book A", "Gotham SSm book B", Gotham, Helvetica, Arial, sans-serif;
	width: auto!important;
	color: #000;
	font-size: 14px;
	list-style: none;
	line-height: 20px;
	padding: 0;
	margin: 0;
}
#Block-Recettes .recette .preparation ul li {
	padding-bottom: 4px;
	display: block;
	width: auto!important;
	float: none!important;
}
#Block-Recettes .recette .preparation ul li::before {
	content: "•";
	margin-right: 5px;
}
#Block-Recettes .red {
	color: #be0f34;
}

@media only screen and (max-width:761px) {
#Block-Recettes .tab-name {
	text-transform: uppercase;
	display: block;
	font-size: 14px;
	text-align: left;
	position: relative;
	font-family: "Gotham SSm medium A", "Gotham SSm medium B", Gotham, Helvetica, Arial, sans-serif;
	border-top: #e5e5e5 2px solid;
	border-bottom: #e5e5e5 0px solid;
	padding-top: 20px;
	padding-bottom: 20px;
	cursor: pointer;
}
#Block-Recettes .Selected .tab-name {
	border-top: #e5e5e5 2px solid;
	border-bottom: #e5e5e5 2px solid;
	margin-bottom: 20px;
}
#Block-Recettes .preparation {
	border-bottom: #e5e5e5 2px solid;
}
#Block-Recettes .preparation.Selected {
	padding-bottom: 20px
}
#Block-Recettes .ingredients {
/*border-bottom:#e5e5e5 2px solid;*/
}
#Block-Recettes .ingredients.Selected {
	padding-bottom: 20px
}
#Block-Recettes .tab-name::before {
	content: "+";
	color: #000;
	position: absolute;
	top: 14px;
	right: 14px;
	font-size: 18px;
}
#Block-Recettes .Selected .tab-name::before {
	content: "-";
}
#Block-Recettes .preparation p, #Block-Recettes .preparation ul {
	display: none;
}
#Block-Recettes .ingredients p, #Block-Recettes .ingredients ul {
	display: none;
}
#Block-Recettes .Selected p, #Block-Recettes .Selected ul {
	display: block;
}
}
/*--------------------------------------------*/
ul.recettesThumbnails {
	font-size: 11px;
	display: block;
	position: relative;
	font-size: 0;
	padding: 0;
	list-style: none;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	text-align: left;
}

@media only screen and (max-width:761px) {
ul.recettesThumbnails {
	display: none;
}
}
ul.recettesThumbnails li {
	display: inline-block;
	text-align: left;
	width: calc(20% - 12px);
	vertical-align: top;
	padding-left: 6px;
	padding-right: 6px;
	position: relative;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	font-family: "Gotham SSm medium A", "Gotham SSm medium B", Gotham, Helvetica, Arial, sans-serif;
	white-space: normal;
	margin-bottom: 20px;
}

@media only screen and (max-width:1023px) {
ul.recettesThumbnails li {
	width: calc(33% - 12px);
}
}

@media only screen and (max-width:761px) {
ul.recettesThumbnails li {
	width: calc(50% - 12px);
}
}
ul.recettesThumbnails li img {
	display: block;
	width: 100%;
}
ul.recettesThumbnails li a {
	/*border: 6px solid #ccc;*/
	display: block;
	margin-bottom: 5px;
	position: relative;
}
ul.recettesThumbnails li.Selected a {
/*border: 6px solid #be0f34;*/
}
ul.recettesThumbnails li.Selected a::after {
	content: ' ';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: calc(100% - 12px);
	height: calc(100% - 12px);
	border: 6px solid #be0f34;
}
#Block-Recettes .jcarousel-pagination {
	display: none;
}

@media only screen and (max-width:761px) {
#Block-Recettes .jcarousel-pagination {
	bottom: auto;
	display: block;
	top: 210px;
}
#Block-Recettes ul {
	margin-top: 0px;
}
}
#Block-Recettes .products-pagination.jcarousel-control-next {
	top: 260px;
	right: 100px;
}
#Block-Recettes .products-pagination.jcarousel-control-prev {
	top: 260px;
	left: 100px;
}

@media only screen and (max-width:1249px) {
#Block-Recettes .products-pagination.jcarousel-control-next {
	right: 7%;
}
#Block-Recettes .products-pagination.jcarousel-control-prev {
	left: 7%;
}
}

@media only screen and (max-width:1023px) {
#Block-Recettes .products-pagination.jcarousel-control-next {
	right: 0px;
}
#Block-Recettes .products-pagination.jcarousel-control-prev {
	left: 0px;
}
}
/*--------------------------------------*/
#Block-Product-Coach-Minceur {
	margin-left: 40px;
	margin-right: 40px;
	width: calc(100% - 80px);
	font-size: 0;
	padding-top: 40px;
}
#Block-Product-Coach-Minceur .inlineBlock {
	margin-left: 20px;
	margin-right: 20px;
	width: calc(50% - 40px);
	position: relative;
	vertical-align: middle;
	display: inline-block;
	text-align: left;
	max-width: 540px;
}
#Block-Product-Coach-Minceur .inlineBlock:first-child {
	text-align: right;
}

@media only screen and (max-width:761px) {
#Block-Product-Coach-Minceur .inlineBlock {
	width: 100%;
	text-align: left;
	margin-left: 0px;
	margin-right: 0px;
}
#Block-Product-Coach-Minceur .inlineBlock:first-child {
	text-align: center;
}
}

@media only screen and (max-width:761px) {
#Block-Product-Coach-Minceur {
	margin-left: 20px;
	margin-right: 20px;
	width: calc(100% - 40px);
	text-align: center;
}
}
#Block-Product-Coach-Minceur h3 {
	margin: 0;
	padding: 0;
	font-size: 40px;
	line-height: 40px;
	width: 100%;
	font-family: ClarinsRegular;
	font-weight: normal;
	margin-bottom: 10px;
}

@media only screen and (max-width:761px) {
#Block-Product-Coach-Minceur h3 {
	text-align: center;
}
}
#Block-Product-Coach-Minceur p {
	text-align: right;
	width: 100%;
	font-size: 16px;
	line-height: 30px;
}

@media only screen and (max-width:761px) {
#Block-Product-Coach-Minceur p {
	text-align: center;
}
}
#Block-Product-Coach-Minceur ul {
	font-size: 14px;
	line-height: 26px;
	margin: 0;
	padding: 0;
	text-align: right;
	width: 100%;
}

@media only screen and (max-width:761px) {
#Block-Product-Coach-Minceur ul {
	text-align: center;
}
}
#Block-Product-Coach-Minceur ul li {
	background-image: url("img/checkbox.png");
	background-position: right top;
	background-repeat: no-repeat;
	display: block;
	padding-bottom: 10px;
	padding-right: 40px;
	padding-top: 5px;
	text-align: right;
}

@media only screen and (max-width:761px) {
#Block-Product-Coach-Minceur ul li {
	background-position: left top;
	padding-right: 0px;
	padding-left: 40px;
	text-align: left;
}
}
#Block-Product-Coach-Minceur img {
	max-height: 490px;
}

@media only screen and (max-width:761px) {
#Block-Product-Coach-Minceur img {
	width: 100%;
}
}
#Block-Product-Coach-Minceur .Product {
	display: inline-block;
	position: relative;
}

@media only screen and (max-width:761px) {
#Block-Product-Coach-Minceur .Product {
	width: 50%;
}
}
#Block-Product-Coach-Minceur .VideoLink {
	margin-top: 40px;
	margin-bottom: 40px;
}
#Block-Product-Coach-Minceur .Product .ingredient {
	position: absolute;
	font-size: 11px;
	line-height: 12px;
	text-align: left;
	top: 40%;
	left: 100%;
	width: 200px;
}

@media only screen and (max-width:761px) {
#Block-Product-Coach-Minceur .Product .ingredient {
	top: 20%;
}
}
#Block-Product-Coach-Minceur .Product .wrapper {
	bottom: 4%;
	left: 100%;
	position: absolute;
	text-align: left;
}
#Block-Product-Coach-Minceur .packshot {
	display: inline-block;
	position: relative;
	width: auto;
	margin: 0;
}
#Block-Product-Coach-Minceur .Product .product-price {
	padding: 0;
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: left;
}
#Block-Product-Coach-Minceur .Product .product-name {
	padding: 0;
	margin-top: 0px;
	color: #be0f34;
	font-family: ClarinsRegular;
	font-size: 18px;
	line-height: 18px;
	text-align: left;
}
#Block-Product-Coach-Minceur .Product .product-shop-btn {
	text-align: left;
	margin-bottom: 0;
}
#Block-Product-Coach-Minceur .Product .product-shop-btn a {
	background-color: #000;
	color: #FFF;
	text-decoration: none;
	font-size: 11px;
	line-height: 12px;
	padding: 18px;
	display: inline-block;
	padding-left: 28px;
	padding-right: 28px;
}
#Block-Product-Coach-Minceur p.text-link {
	margin-top: 40px;
}
/*--------------------------------------*/
#Block-Tab {
	padding-top: 60px;
	position: relative;
	padding-bottom: 40px;
}

@media only screen and (max-width:761px) {
#Block-Tab {
	padding-top: 0px;
}
}
#Block-Tab .wrapper {
	position: relative;
	display: block;
	max-width: 1180px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #FFF;
}

@media only screen and (max-width:761px) {
#Block-Tab .wrapper {
	width: calc(100% - 20px);
}
}
#Block-Tab h3 {
	margin: 0;
	padding: 0;
	font-size: 40px;
	line-height: 40px;
	width: calc(100% - 40px);
	font-family: ClarinsRegular;
	font-weight: normal;
	margin-bottom: 10px;
	text-align: center;
	color: #000;
	margin-left: 20px;
	margin-right: 20px;
}

@media only screen and (max-width:761px) {
#Block-Tab h3 {
	font-size: 35px;
	line-height: 35px;
	margin: 20px;
	margin-top: 40px;
}
}
#Block-Tab .TabBlock {
	width: 100%;
	display: block;
	position: absolute;
	height: 100px;
	top: 120px;
	left: 0;
	background-color: #FFF;
}

@media only screen and (max-width:761px) {
#Block-Tab .TabBlock {
	width: 100%;
	display: block;
	position: relative;
	height: auto;
	top: auto;
	left: auto;
	background-color: #FFF;
	margin-top: 0px;
}
}
#Block-Tab .TabBlock.Selected {
	width: 100%;
	display: block;
	position: relative;
	height: auto;
	margin-top: 120px;
	left: auto;
	top: auto;
	z-index: 3;
}

@media only screen and (max-width:761px) {
#Block-Tab .TabBlock.Selected {
	width: 100%;
	display: block;
	position: relative;
	height: auto;
	margin-top: 0;
	left: auto;
	top: auto;
	z-index: 3;
}
}
#Block-Tab .TabBlock h4 {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #fff #fff #e5e5e5;
	border-image: none;
	border-style: solid;
	border-width: 0 2px 2px;
	bottom: 100%;
	cursor: pointer;
	display: block;
	font-family: "Gotham SSm book A", "Gotham SSm book B", Gotham, Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 12px;
	padding-bottom: 24px;
	padding-top: 24px;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	width: 33.33%;
}
#Block-Tab .TabBlock.Selected h4 {
	border: 2px #e5e5e5 solid;
	border-bottom: 2px #FFF solid;
	border-top: 0px #FFF solid;
	color: #be0f34;
	cursor: default;
	min-height: 12px;
}
#Block-Tab .TabBlock.Selected h4::before {
	border-top: 4px solid #be0f34;
	content: " ";
	left: -2px;
	position: absolute;
	top: 0;
	width: calc(100% + 4px);
}
#Block-Tab .TabBlock:nth-child(1) h4 {
	left: 0;
}
#Block-Tab .TabBlock:nth-child(2) h4 {
	left: 33.33%;
}
#Block-Tab .TabBlock:nth-child(3) h4 {
	left: 66.66%;
}

@media only screen and (max-width:761px) {
#Block-Tab .TabBlock:nth-child(1) h4 {
	left: auto;
}
#Block-Tab .TabBlock:nth-child(2) h4 {
	left: auto;
}
#Block-Tab .TabBlock:nth-child(3) h4 {
	left: auto;
}
}

@media only screen and (max-width:761px) {
#Block-Tab .TabBlock h4, #Block-Tab .TabBlock.Selected h4 {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #e5e5e5;
	border-image: none;
	border-style: solid;
	border-width: 2px 0 0;
	cursor: pointer;
	display: block;
	font-family: "Gotham SSm medium A", "Gotham SSm medium B", Gotham, Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 15px;
	margin: 0;
	padding-bottom: 20px;
	padding-right: 30px;
	padding-top: 20px;
	position: relative;
	text-align: left;
	text-transform: uppercase;
	width: calc(100% - 30px);
}
#Block-Tab .TabBlock.Selected h4 {
	color: #000;
	border-bottom: 2px solid #e5e5e5;
	margin-bottom: 20px;
}
#Block-Tab .TabBlock h4::before {
	color: #000;
	content: "+";
	font-size: 18px;
	position: absolute;
	right: 14px;
	top: 50%;
	transform: translateY(-50%);
}
#Block-Tab .TabBlock.Selected h4::before {
	content: "-";
	border-top: 0px solid;
	top: 50%;
	width: auto;
	left: auto;
}
}
#Block-Tab .TabBlock .BlockRoutine {
	display: none;
}
#Block-Tab .TabBlock .BlockRoutine p.text-link {
	min-height: 60px;
}

@media only screen and (max-width:761px) {
#Block-Tab .TabBlock .BlockRoutine p.text-link {
	min-height: 0px;
}
}
#Block-Tab .TabBlock.Selected .BlockRoutine {
	width: 100%;
	display: block;
	position: relative;
	text-align: right;
	font-size: 0;
}

@media only screen and (max-width:1249px) {
#Block-Tab .TabBlock.Selected .BlockRoutine {
	text-align: center;
}
}
#Block-Tab .TabBlock .BlockRoutine .Routineitem {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	font-size: 14px;
	text-align: center;
}

@media only screen and (max-width:761px) {
#Block-Tab .TabBlock .BlockRoutine .Routineitem {
	width: 50%;
	vertical-align: bottom;
}
#Block-Tab .TabBlock .BlockRoutine .Routineitem:last-child {
	width: calc(100% - 20px);
}
}
#Block-Tab .TabBlock .BlockRoutine .Routineitem .packshot {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	font-size: 1px;
	line-height: 390px;
}

@media only screen and (max-width:761px) {
#Block-Tab .TabBlock .BlockRoutine .Routineitem .packshot {
	height: 200px;
	line-height: normal;
	position: relative;
	width: 100%;
}
}

@media only screen and (max-width:761px) {
#Block-Tab .TabBlock .BlockRoutine #goutte {
	display: none;
}
#Block-Tab .TabBlock .BlockRoutine .Routineitem .packshot img {
	bottom: 0;
	display: inline-block;
	left: 50%;
	position: absolute;
	transform: scale(0.5) translateX(-50%);
	transform-origin: left bottom 0;
}
}
#Block-Tab .TabBlock .BlockRoutine .Routineitem .packshot a {
	display: inline-block;
	vertical-align: bottom;
	line-height: 0px;
}
#Block-Tab .TabBlock .BlockRoutine p.RoutineText {
	max-width: 300px;
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	margin-left: 90px;
	padding-bottom: 20px;
	position: relative;
}

@media only screen and (max-width:1249px) {
#Block-Tab .TabBlock .BlockRoutine p.RoutineText {
	display: inline-block;
	max-width: 1250px;
	vertical-align: top;
	width: calc(40% - 60px);
	margin-top: 40px;
}
}

@media only screen and (max-width:761px) {
#Block-Tab .TabBlock .BlockRoutine p.RoutineText {
	width: 100%;
	text-align: center;
	margin: 0px;
}
}
#Block-Tab .TabBlock .BlockRoutine span {
	color: #be0f34;
	font-size: 30px;
	line-height: 30px;
	vertical-align: middle;
	position: relative;
	z-index: 4;
}

@media only screen and (max-width:761px) {
#Block-Tab .TabBlock .BlockRoutine span {
	width: 40px;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	line-height: 20px;
}
}

@media only screen and (max-width:761px) {
#Block-Tab .TabBlock .BlockRoutine .div-OU {
	left: 50%;
	position: absolute;
	text-align: center;
	top: 150px;
	transform: translateX(-50%);
	width: 60px;
}
#Block-Tab .TabBlock .BlockRoutine .div-PLUS {
	left: auto;
	position: relative;
	text-align: center;
	top: auto;
	transform: none;
	width: 100%;
}
}
#Block-Tab .TabBlock .BlockRoutine p.RoutineText span {
	display: block;
	padding-top: 10px;
}

@media only screen and (max-width:761px) {
#Block-Tab .TabBlock .BlockRoutine p.RoutineText span {
	display: block;
	padding-top: 10px;
	text-align: center;
	width: 100%;
}
}
#Block-Tab .TabBlock .BlockRoutine p.RoutineText .num {
	color: #be0f34;
	font-size: 60px;
	line-height: 60px;
	margin-right: 5px;
	margin-top: -3px;
	padding: 0;
	position: absolute;
	right: 100%;
	text-align: right;
	top: -20px;
	width: 60px;
}

@media only screen and (max-width:761px) {
#Block-Tab .TabBlock .BlockRoutine p.RoutineText .num {
	padding: 0;
	font-size: 60px;
	line-height: 60px;
	position: relative;
	margin: 10px;
	right: auto;
	text-align: center;
	color: #be0f34;
	width: auto;
	display: block;
	top: auto;
}
#Block-Tab .TabBlock .BlockRoutine p.RoutineText:last-child .num {
	margin-top: 30px;
}
#Block-Tab .TabBlock .BlockRoutine p.RoutineText:last-child .num::before {
	content: "+";
	display: block;
	font-size: 20px;
	left: 50%;
	line-height: 20px;
	padding: 10px;
	position: absolute;
	top: -40px;
	transform: translateX(-50%);
}
}
#Block-Tab .TabBlock .BlockRoutine p.RoutineText strong {
	font-family: ClarinsRegular;
	color: #be0f34;
	display: block;
	font-weight: normal;
	font-size: 22px;
	line-height: 22px;
	padding-bottom: 8px;
	padding-top: 8px;
}

@media only screen and (max-width:761px) {
#Block-Tab .TabBlock .BlockRoutine p.RoutineText strong {
	text-align: center;
}
}
#Block-Tab .TabBlock .BlockRoutine p.RoutineText .video-link {
	margin-left: -30px;
}
#Block-Tab .TabBlock .BlockRoutine .price {
}
#Block-Tab .TabBlock .BlockRoutine .btn-link a {
	margin-top: 10px;
	display: inline-block;
	font-size: 11px;
	text-transform: uppercase;
	font-family: "Gotham SSm medium A", "Gotham SSm medium B", Gotham, Helvetica, Arial, sans-serif;
	color: #000;
	padding: 14px;
	line-height: 11px;
	border: 2px solid #e5e5e5;
	text-decoration: none;
}
#gommage-packshot, #gommage-packshot-2 {
	margin-left: -30px;
	z-index: 2;
}
#masvelt-packshot {
	margin-left: -30px;
	z-index: 1;
}

@media only screen and (max-width:1023px) {
#masvelt-packshot {
	margin-left: -60px;
	z-index: 1;
}
}

@media only screen and (max-width:761px) {
#gommage-packshot, #gommage-packshot-2 {
	margin-left: 0px;
}
#masvelt-packshot {
	margin-left: 0px;
}
}

/**patch ipad portrait ---------*/
@media only screen and (max-width:1249px) and (min-width:762px) {
#Block-Tab .TabBlock:last-child .BlockRoutine .Routineitem {
	max-width: 30%;
	vertical-align: middle;
}
#Block-Tab .TabBlock .BlockRoutine p.RoutineText {
	display: inline-block;
	margin-top: 40px;
	max-width: 1250px;
	vertical-align: top;
	width: calc(50% - 60px);
}
#Block-Tab .TabBlock .BlockRoutine p.RoutineText {
	margin-left: 40px;
}
#Block-Tab .TabBlock:last-child .BlockRoutine p.RoutineText:last-child {
	width: calc(100% - 60px);
	margin-left: 0;
}
#Block-Tab .TabBlock .BlockRoutine .Routineitem:last-child {
	text-align: center;
}
}

@media only screen and (min-width:762px) {
.TabBlock h4 span {
	display: block;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) translateX(-50%);
	width: 100%;
}
}
/*--------------------------------------*/
#Block-Ingredient {
	border-top: 2px solid #eaeaea;
	padding-top: 40px;
	padding-bottom: 40px;
	width: calc(100% - 80px);
	margin-left: 40px;
	margin-right: 40px;
}

@media only screen and (max-width:761px) {
#Block-Ingredient {
	width: calc(100% - 20px);
	margin-left: 10px;
	margin-right: 10px;
}
}
#Block-Ingredient h3 {
	width: 100%;
	font-size: 40px;
	line-height: 40px;
	font-family: ClarinsRegular;
	margin: 0;
	padding: 0;
	font-weight: normal;
	text-align: center;
	padding-bottom: 30px;
}

@media only screen and (max-width:761px) {
#Block-Ingredient h3 {
	font-size: 30px;
	line-height: 30px;
	text-align: center;
	width: calc(100% - 20px);
	margin-left: 10px;
	margin-right: 10px;
}
}
#Block-Ingredient h3 strong {
	color: #be0f34;
	display: block;
	font-weight: normal;
}

@media only screen and (max-width:761px) {
#Block-Ingredient h3 span {
	display: inline-block;
}
}
#Block-Ingredient .Selected .text-link {
	display: none!important;
}
#Block-Ingredient .to-hide {
	display: none;
}
#Block-Ingredient .Selected .to-hide {
	display: block;
}
#Block-Ingredient .inlineBlock {
	position: relative;
	display: inline-block;
	text-align: left;
	vertical-align: middle;
	width: 50%;
	margin-top: 30px;
	margin-bottom: 30px;
}

@media only screen and (max-width:761px) {
#Block-Ingredient .inlineBlock {
	margin-left: 20px;
	margin-right: 20px;
	width: calc(100% - 40px);
	text-align: center;
}
}
#Block-Ingredient .inlineBlock .Ingredient {
	font-size: 12px;
	line-height: 14px;
	position: absolute;
	right: 75%;
	text-align: right;
	top: 23%;
	width: 200px;
}

@media only screen and (max-width:761px) {
#Block-Ingredient .inlineBlock .Ingredient {
	font-size: 10px;
	line-height: 12px;
}
}
#Block-Ingredient .inlineBlock img {
	max-width: calc(100% - 40px);
}

@media only screen and (max-width:761px) {
#Block-Ingredient .inlineBlock img {
/*height: 400px;
  max-width: none;
  width: auto;*/
}
}
#Block-Ingredient .inlineBlock p {
	margin: 0;
	padding: 0;
	text-align: left;
	padding-bottom: 40px;
	font-size: 16px;
	line-height: 22px;
}

@media only screen and (max-width:761px) {
#Block-Ingredient .inlineBlock p {
	text-align: center;
}
}
#Block-Ingredient .inlineBlock p.Title {
	width: 100%;
	font-size: 14px;
	line-height: 18px;
	font-family: "Gotham SSm medium A", "Gotham SSm medium B", Gotham, Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	font-weight: normal;
	text-transform: uppercase;
	text-align: left;
	padding-bottom: 10px;
	color: #be0f34;
}

@media only screen and (max-width:761px) {
#Block-Ingredient .inlineBlock p.Title {
	text-align: center;
}
}
#Block-Ingredient .inlineBlock h3 {
	width: 100%;
	font-size: 40px;
	line-height: 40px;
	font-family: ClarinsRegular;
	margin: 0;
	padding: 0;
	font-weight: normal;
	text-align: left;
	padding-bottom: 15px;
}

@media only screen and (max-width:761px) {
#Block-Ingredient .inlineBlock h3 {
	width: 100%;
	font-size: 30px;
	line-height: 30px;
	text-align: center;
}
}
#Block-Ingredient ul {
	font-size: 14px;
	line-height: 26px;
	margin: 0;
	padding: 0;
	text-align: right;
	width: 100%;
}
#Block-Ingredient ul li {
	background-image: url("img/checkbox.png");
	background-position: left -5px top 0px;
	background-repeat: no-repeat;
	display: block;
	padding-bottom: 10px;
	padding-left: 35px;
	padding-top: 5px;
	text-align: left;
}
/*--------------------------------------*/
#Block-Actifs-Performants .VideoLink {
	margin-bottom: 25px;
}
#Block-Actifs-Performants p:nth-child(2) {
	margin-left: 40px;
	margin-right: 40px;
	font-size: 22px;
	line-height: 30px;
}
#Block-Actifs-Performants ul {
	margin: 0;
	padding: 0;
	display: block;
	margin-top: 20px;
	list-style: none;
	border-bottom: 2px solid #be0f34;
	height: 228px;
	font-size: 0;
	margin-bottom: 150px;
}
#Block-Actifs-Performants .VideoLink img {
	max-width: 100%;
}

@media only screen and (max-width:761px) {
#Block-Actifs-Performants p span {
	display: inline-block;
}
}

@media only screen and (max-width:1023px) {
#Block-Actifs-Performants ul {
	height: 180px;
}
}
#Block-Actifs-Performants ul li {
	margin: 0;
	padding: 0;
	display: inline-block;
	position: relative;
	height: 228px;
	line-height: 228px;
	min-width: 110px;
}

@media only screen and (max-width:1023px) {
#Block-Actifs-Performants ul li {
	height: 180px;
	line-height: 180px;
	min-width: 80px;
}
}

@media only screen and (max-width:761px) {
#Block-Actifs-Performants ul li {
	display: none;
}
#Block-Actifs-Performants ul li.Selected {
	display: block;
}
}
#Block-Actifs-Performants ul li img {
	height: 120px;
	display: inline-block;
	transition: height 0.5s ease-in-out;
	vertical-align: bottom;
	cursor: pointer;
}

@media only screen and (max-width:1023px) {
#Block-Actifs-Performants ul li img {
	height: 90px;
}
}
#Block-Actifs-Performants ul li.Selected img {
	height: 228px;
}

@media only screen and (max-width:1023px) {
#Block-Actifs-Performants ul li.Selected img {
	height: 180px;
}
}
#Block-Actifs-Performants ul li span.red {
	display: none;
}
#Block-Actifs-Performants ul li.Selected span.red {
	display: block;
	font-size: 14px;
	line-height: 14px;
	text-align: center;
	color: #be0f34;
	font-family: "Gotham SSm medium A", "Gotham SSm medium B", Gotham, Helvetica, Arial, sans-serif;
	width: 300px;
	position: absolute;
	top: 100%;
	left: 50%;
	padding-top: 30px;
	margin-top: 2px;
	transform: translateX(-50%);
	text-transform: uppercase;
	background-image: url(img/arrow.png);
	background-repeat: no-repeat;
	background-position: top center;
}
#Block-Actifs-Performants ul li.Selected span.objectif {
	display: block;
	font-size: 14px;
	line-height: 14px;
	text-align: center;
	color: #000;
	width: 300px;
	position: absolute;
	top: calc(100% + 54px);
	left: 50%;
	transform: translateX(-50%);
}
#Block-Actifs-Performants ul li p.text-link {
	display: none!important;
}
#Block-Actifs-Performants ul li.Selected p.text-link {
	display: block!important;
	font-size: 14px;
	line-height: 14px;
	text-align: center;
	color: #000;
	width: 300px;
	position: absolute!important;
	top: calc(100% + 68px);
	left: 50%;
	transform: translateX(-50%);
}
#Block-Actifs-Performants .MyPagination {
	display: none;
}

@media only screen and (max-width:761px) {
#Block-Actifs-Performants .MyPagination {
	display: block;
	float: none;
	font-size: 0;
}
}
#Block-Actifs-Performants .MyPagination a.active {
	background: #4e443c none repeat scroll 0 0;
	box-shadow: 0 0 2px #f0efe7;
	color: #fff;
	opacity: 1;
}
#Block-Actifs-Performants .MyPagination a {
	background: #fff none repeat scroll 0 0;
	border-radius: 10px;
	box-shadow: 0 0 2px #4e443c;
	color: #4e443c;
	display: inline-block;
	font-size: 11px;
	height: 10px;
	line-height: 10px;
	margin-right: 7px;
	text-decoration: none;
	text-indent: -9999px;
	width: 10px;
}
/*--------------------------------------*/
#Block-Product-Quince-Leaf {
	padding-top: 50px;
	padding-bottom: 50px;
	width: 100%;
}

@media only screen and (max-width:761px) {
#Block-Product-Quince-Leaf {
	margin-left: 0;
	margin-right: 0;
	padding-bottom: 20px;
	padding-top: 20px;
	text-align: left;
	width: 100%;
}
}
#Block-Product-Quince-Leaf .inlineBlock {
	margin-left: 20px;
	margin-right: 20px;
	position: relative;
	vertical-align: top;
	display: inline-block;
	text-align: left;
}
#Block-Product-Quince-Leaf .inlineBlock:first-child {
	text-align: right;
}

@media only screen and (max-width:761px) {
#Block-Product-Quince-Leaf .inlineBlock {
	width: calc(100% - 20px);
	text-align: left;
	margin-left: 10px;
	margin-right: 10px;
}
#Block-Product-Quince-Leaf .inlineBlock:first-child {
	text-align: center;
}
}
#Block-Product-Quince-Leaf h3 {
	width: 100%;
	font-size: 40px;
	line-height: 40px;
	font-family: ClarinsRegular;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

@media only screen and (max-width:761px) {
#Block-Product-Quince-Leaf h3 {
	font-size: 35px;
	line-height: 35px;
}
}
#Block-Product-Quince-Leaf h3 .red {
	color: #be0f34;
	padding-bottom: 15px;
	display: inline-block;
}
#Block-Product-Quince-Leaf .results-text {
	border-bottom: 1px solid #be0f34;
	border-top: 1px solid #be0f34;
	color: #be0f34;
	display: inline-block;
	font-size: 14px;
	line-height: 1em;
	padding: 20px 0;
	text-align: left;
	margin-top: 50px;
}

@media only screen and (max-width:761px) {
#Block-Product-Quince-Leaf .results-text {
	margin-top: 20px;
	width: 100%;
	text-align: center;
}
}
#Block-Product-Quince-Leaf .results-text .num {
	font-size: 75px;
	height: 75px;
	line-height: 75px;
}
#Block-Product-Quince-Leaf .results-text span {
	display: inline-block;
	vertical-align: middle;
}
#Block-Product-Quince-Leaf .results-text sup {
	display: inline-block;
	font-size: 0.5em;
	line-height: 2.2em;
	vertical-align: top;
}
#Block-Product-Quince-Leaf ul {
	font-size: 14px;
	line-height: 20px;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-left: 20px;
}

@media only screen and (max-width:761px) {
#Block-Product-Quince-Leaf ul {
	margin-right: 20px;
	margin-left: 20px;
}
}
#Block-Product-Quince-Leaf ul li {
	margin: 0;
	padding: 0;
	padding-bottom: 25px;
	max-width: 200px;
}

@media only screen and (max-width:761px) {
#Block-Product-Quince-Leaf ul li {
	max-width: 761px;
}
}
#Block-Product-Quince-Leaf ul li strong {
	padding-bottom: 10px;
	color: #be0f34;
	font-weight: normal;
	font-family: "Gotham SSm medium A", "Gotham SSm medium B", Gotham, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	display: inline-block;
}
#Block-Product-Quince-Leaf img {
	max-width: 100%;
}
#Block-Product-Quince-Leaf .Product {
	display: inline-block;
	position: relative;
	margin-right: 250px;
}

@media only screen and (max-width:761px) {
#Block-Product-Quince-Leaf .Product {
	display: inline-block;
	width: 100%;
	position: relative;
}
}
#Block-Product-Quince-Leaf .VideoLink {
	margin-top: 40px;
	margin-bottom: 40px;
}
#Block-Product-Quince-Leaf .Product .wrapper {
	bottom: 4%;
	left: 100%;
	margin-left: 10px;
	position: absolute;
	text-align: left;
}
#Block-Product-Quince-Leaf .packshot {
	display: inline-block;
	position: relative;
	margin: 0;
}

@media only screen and (max-width:761px) {
#Block-Product-Quince-Leaf .Product .wrapper {
	bottom: auto;
	display: inline-block;
	left: auto;
	margin-bottom: 15px;
	position: relative;
	vertical-align: bottom;
	width: calc(100% - 130px);
}
#Block-Product-Quince-Leaf .packshot {
	display: inline-block;
}
}
#Block-Product-Quince-Leaf .Product .product-price {
	padding: 0;
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: left;
}
#Block-Product-Quince-Leaf .Product .product-description {
	padding: 0;
	margin: 0px;
	width: 230px;
	margin-bottom: 30px;
}

@media only screen and (max-width:761px) {
#Block-Product-Quince-Leaf .Product .product-description {
	width: 100%;
}
}
#Block-Product-Quince-Leaf .Product .product-description strong {
	font-family: ClarinsRegular;
	font-size: 20px;
	line-height: 20px;
	font-weight: normal;
}
#Block-Product-Quince-Leaf .Product .product-name {
	padding: 0;
	margin: 0px;
	color: #be0f34;
	font-family: ClarinsRegular;
	font-size: 18px;
	line-height: 18px;
	text-align: left;
}
#Block-Product-Quince-Leaf .Product .product-shop-btn {
	padding: 0;
	margin: 0px;
	text-align: left;
}
#Block-Product-Quince-Leaf .Product .product-shop-btn a {
	background-color: #000;
	color: #FFF;
	text-decoration: none;
	font-size: 11px;
	line-height: 12px;
	padding: 18px;
	display: inline-block;
	padding-left: 28px;
	padding-right: 28px;
}
#Block-Product-Quince-Leaf .mentions {
	font-size: 10px;
	line-height: 14px;
	padding: 20px;
	text-align: center;
	opacity: 0.5;
}
/*--------------------------------------*/
#Block-Product {
	margin-left: 40px;
	margin-right: 40px;
	width: calc(100% - 80px);
}

@media only screen and (max-width:761px) {
#Block-Product {
	margin-left: 20px;
	margin-right: 20px;
	width: calc(100% - 40px);
	text-align: left;
}
}
#Block-Product h3 {
	text-align: center;
	width: 100%;
}
#Block-Product p {
	text-align: center;
	width: 100%;
}
#Block-Product img {
	max-width: 100%;
}
#Block-Product .Product {
	display: inline-block;
	position: relative;
}

@media only screen and (max-width:761px) {
#Block-Product .Product {
	display: inline-block;
	width: 100%;
	position: relative;
}
}
#Block-Product .VideoLink {
	margin-top: 40px;
	margin-bottom: 40px;
}
#Block-Product .Product .ingredient {
	font-size: 11px;
	left: 100%;
	line-height: 12px;
	position: absolute;
	text-align: left;
	top: 40%;
	width: 200px;
}

@media only screen and (max-width:761px) {
#Block-Product .Product .ingredient {
	top: 20%;
}
}
#Block-Product .Product .wrapper {
	bottom: 1%;
	left: 100%;
	position: absolute;
	text-align: left;
}
#Block-Product .packshot {
	display: inline-block;
	position: relative;
	margin: 0;
}

@media only screen and (max-width:761px) {
#Block-Product .Product .wrapper {
	left: 50%;
}
#Block-Product .packshot {
	width: 50%;
	display: inline-block;
}
}
#Block-Product .Product .product-price {
	padding: 0;
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: left;
}
#Block-Product .Product .product-name {
	padding: 0;
	margin-top: 0px;
	color: #be0f34;
	font-family: ClarinsRegular;
	font-size: 18px;
	line-height: 18px;
	text-align: left;
}
#Block-Product .Product .product-shop-btn {
	text-align: left;
}
#Block-Product .Product .product-shop-btn a {
	background-color: #000;
	color: #FFF;
	text-decoration: none;
	font-size: 11px;
	line-height: 12px;
	padding: 18px;
	display: inline-block;
	padding-left: 28px;
	padding-right: 28px;
}
/*------------------------------*/
#Block-Push {
	border-top: 2px solid #eaeaea;
	padding-top: 40px;
	margin-top: 30px;
	padding-bottom: 40px;
	max-width: 970px;
}

@media only screen and (max-width:1023px) {
#Block-Push {
	max-width: 670px;
}
}
#Block-Push ul {
	display: block;
	font-size: 20px;
	margin: 0;
	min-height: 470px;
	padding: 0;
	position: relative;
}
#Block-Push ul li {
	padding: 0;
	margin: 0;
	display: inline-block;
	position: relative;
}
#Block-Push ul li .wrapper {
	padding: 0;
	margin: 0;
	display: inline-block;
	border: 2px solid #eaeaea;
	width: calc(100% - 44px);
	margin-left: 20px;
	margin-right: 20px;
	vertical-align: top;
	position: relative;
	min-height: 467px;
	max-width: 284px;
	cursor: pointer;
}
#Block-Push ul li img {
	max-width: 100%;
	display: block;
	margin-bottom: 15px;
}
#Block-Push ul li p {
	padding: 15px;
	margin: 0;
	font-size: 11px;
	line-height: 1.4em;
	text-align: left;
	padding-top: 0px;
}
#Block-Push ul li p.visual {
	padding: 0;
	margin: 0;
}
#Block-Push ul li p.Title {
	color: #be0f34;
	font-family: "Gotham SSm medium A", "Gotham SSm medium B", Gotham, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}
#Block-Push ul li p.Link a {
	color: #000;
	font-family: "Gotham SSm medium A", "Gotham SSm medium B", Gotham, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	border-bottom: 1px solid #EAEAEA;
	position: absolute;
	bottom: 15px;
}
#Block-Push ul li h4 {
	display: block;
	font-family: ClarinsRegular, Clarins;
	font-size: 30px;
	font-weight: normal;
	line-height: 30px;
	margin: 0;
	padding: 0 15px 15px;
	position: relative;
	text-align: left;
}
#Block-Push .jcarousel-pagination {
	display: none;
}

@media only screen and (max-width:761px) {
#Block-Push .jcarousel-pagination {
	bottom: auto;
	display: block;
	left: auto;
	margin-top: 20px;
	position: relative;
	top: auto;
	transform: none;
	z-index: 100;
}
}
#Block-Push .products-pagination.jcarousel-control-next {
	right: -40px;
	top: calc(50% - 35px);
}
#Block-Push .products-pagination.jcarousel-control-prev {
	left: -40px;
	top: calc(50% - 35px);
}
#VideoCarousel .ShareLink {
	padding: 0;
	margin: 0;
	position: relative;
	height: 1px;
	text-align: right;
	width: 100%;
	max-width: 1250px;
	z-index: 2;
}

@media only screen and (max-width:1023px) {
#VideoCarousel .ShareLink {
	height: auto;
	text-align: center;
}
}

@media only screen and (max-width:761px) {
#VideoCarousel .ShareLink {
	bottom: 0px;
	position: absolute;
	text-align: center;
	height: 55px;
}
}

@media only screen and (max-width:761px) {
#VideoCarousel li .VideoLink {
	opacity: 0;
}
#VideoCarousel li.Visible .VideoLink {
	opacity: 1;
}
}

@media only screen and (max-width:761px) {
#VideoCarousel li .ShareLink {
	display: none;
}
#VideoCarousel li.Visible .ShareLink {
	display: block;
}
}
#Block-Recettes .ShareLink {
	padding: 0;
	margin: 0;
	position: relative;
	height: 1px;
	text-align: right;
	width: 100%;
	max-width: 1250px;
	z-index: 2;
}

@media only screen and (max-width:1023px) {
#Block-Recettes .ShareLink {
	height: auto;
	text-align: center;
}
}

@media only screen and (max-width:761px) {
#Block-Recettes .ShareLink {
	bottom: 0;
	position: absolute;
	text-align: center;
	height: 55px;
}
}
.ShareLink a {
	margin-top: 10px;
	display: inline-block;
	font-size: 11px;
	text-transform: uppercase;
	font-family: "Gotham SSm medium A", "Gotham SSm medium B", Gotham, Helvetica, Arial, sans-serif;
	color: #000;
	padding: 14px;
	line-height: 11px;
	border: 2px solid #e5e5e5;
	text-decoration: none;
}
.ShareLink span {
	padding: 0px;
	display: inline-block;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 11px;
	text-decoration: none;
	height: 38px;
	width: 38px;
	margin: 1px;
	margin-top: 15px;
}

@media only screen and (max-width:761px) {
.ShareLink span {
	margin-top: 1px;
}
}
.AnchorLinkTarget {
	padding-top: 50px;
	margin-bottom: -50px;
}

@media only screen and (max-width:761px) {
.AnchorLinkTarget {
	padding-top: 50px;
	margin-bottom: 0px;
}
}
/*-----------------------------*/
.st_facebook_custom {
	background: url("img/facebook.svg") no-repeat scroll left top transparent;
	background-size: 100% auto;
	padding: 38px 38px 0 0;
	display: block;
	cursor: pointer;
}
.st_twitter_custom {
	background: url("img/twitter.svg") no-repeat scroll left top transparent;
	background-size: 100% auto;
	padding: 38px 38px 0 0;
	display: block;
	cursor: pointer;
}
.st_pinterest_custom {
	background: url("img/pinterest.svg") no-repeat scroll left top transparent;
	background-size: 100% auto;
	padding: 38px 38px 0 0;
	display: block;
	cursor: pointer;
}

/*-----------------------------*/

@media only screen and (max-width:761px) {
#sticky-add-to-bag {
	display: none;
}
}
#STICKY-QUICKSHOP .product-quickshop {
	border: 0px solid;
}
#STICKY-QUICKSHOP #quickviewbutton {
	width: 100%;
	height: 52px;
	line-height: 52px;
	padding: 0;
	background-color: #000;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	transition: opacity 0.3s ease 0s, background-color 0.3s ease 0s;
	font-family: "Gotham SSm medium A", "Gotham SSm medium B", Helvetica, Arial, sans-serif;
	font-size: 12px;
	letter-spacing: 0.1em;
	min-width: 165px;
	text-align: center;
	text-transform: uppercase;
	overflow: visible;
	margin: 0;
}
