@-moz-keyframes dropHeader {
	0% {
		top: 0;
	}
	99% {
		top: 100vh;
		opacity: 1;
		height: 0vh;
		width: 100vw;
	}
	100% {
		top: 0;
		opacity: 0;
		height: 0;
		width: 0;
	}
}
@-moz-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
    transform:translateY(0);
  }
	40% {
    transform:translateY(-10px);
  }
	60% {
    transform:translateY(-5px);
  }
}
@-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
    transform:translateY(0);
  }
	40% {
    transform:translateY(-10px);
  }
	60% {
    transform:translateY(-5px);
  }
}
@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
    transform:translateY(0);
  }
	40% {
    transform:translateY(-10px);
  }
	60% {
    transform:translateY(-5px);
  }
}

.bounce{
  -moz-animation:bounce 2s infinite;
  -webkit-animation:bounce 2s infinite;
  animation:bounce 2s infinite;
}
@-moz-keyframes arrowMove {
	0%{
		top: 0;
	}
	100% {
		top: -10px;
	}
}
@-webkit-keyframes arrowMove {
	0%{
		top: 0;
	}
	100% {
		top: -10px;
	}
}
@keyframes arrowMove {
	0%{
		top: 0;
	}
	100% {
		top: -10px;
	}
}

@-webkit-keyframes dropHeader {
	0% {
		top: 0;
	}
	99% {
		top: 100vh;
		opacity: 1;
		height: 0vh;
		width: 100vw;
	}
	100% {
		top: 0;
		opacity: 0;
		height: 0;
		width: 0;
	}
}

@keyframes dropHeader {
	0% {
		top: 0;
	}
	99% {
		top: 100vh;
		opacity: 1;
		height: 0vh;
		width: 100vw;
	}
	100% {
		top: 0;
		opacity: 0;
		height: 0;
		width: 0;
	}
}


@-moz-keyframes imgFadeOut {
	0% {
		opacity: 1;
	}
	99% {
		opacity: 0;
		height: auto;
		width: auto;
	}
	100% {
		height: 0;
		width: 0;
	}
}

@-webkit-keyframes imgFadeOut {
	0% {
		opacity: 1;
	}
	99% {
		opacity: 0;
		height: auto;
		width: auto;
	}
	100% {
		height: 0;
		width: 0;
	}
}

@keyframes imgFadeOut {
	0% {
		opacity: 1;
	}
	99% {
		opacity: 0;
		height: auto;
		width: auto;
	}
	100% {
		height: 0;
		width: 0;
	}
}

@-moz-keyframes lineBlack {
	0% {
		margin-left: -30px;
	}
	100% {
		margin-left: 0;
	}
}
@-webkit-keyframes lineBlack {
	0% {
		margin-left: -30px;
	}
	100% {
		margin-left: 0;
	}
}

@keyframes lineBlack {
	0% {
		margin-left: -30px;
	}
	100% {
		margin-left: 0;
	}
}

@-moz-keyframes h1Anim {
	0% {
		margin-top: 170px;
	}
	100% {
		margin-top: 0;
	}
}
@-webkit-keyframes h1Anim {
	0% {
		margin-top: 170px;
	}
	100% {
		margin-top: 0;
	}
}
@keyframes h1Anim {
	0% {
		margin-top: 170px;
	}
	100% {
		margin-top: 0;
	}
}

@-moz-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-webkit-keyframes fadeInRed {
	0% {
		width: 0px;
	}
	100% {
		width: 100%;
	}
}
@-moz-keyframes fadeInRed {
	0% {
		width: 0px;
	}
	100% {
		width: 100%;
	}
}
@keyframes fadeInRed {
	0% {
		width: 0px;
	}
	100% {
		width: 100%;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@-webkit-keyframes backgroundMove {
	0% {
		background-size: 450px;
	}
	100% {
		background-size: 550px;
	}
}

@-moz-keyframes backgroundMove {
	0% {
		background-size: 450px;
	}
	100% {
		background-size: 550px;
	}
}

@keyframes backgroundMove {
	0% {
		background-size: 450px;
	}
	100% {
		background-size: 550px;
	}
}

@keyframes backgroundMoveMob {
	0% {
		background-size: 80%;
	}
	100% {
		background-size: 95%;
	}
}

@keyframes backgroundMoveTab {
	0% {
		background-size:20em;
		background-position:200% 110%;
	}
	100% {
		background-size:35em;
		background-position:110% 100%;
	}
}
@-moz-keyframes backgroundMoveMob {
	0% {
		background-size: 80%;
	}
	100% {
		background-size: 95%;
	}
}

@-moz-keyframes backgroundMoveTab {
	0% {
		background-size:20em;
		background-position:200% 110%;
	}
	100% {
		background-size:35em;
		background-position:110% 100%;
	}
}
@-webkit-keyframes backgroundMoveMob {
	0% {
		background-size: 80%;
	}
	100% {
		background-size: 95%;
	}
}

@-webkit-keyframes backgroundMoveTab {
	0% {
		background-size:20em;
		background-position:200% 110%;
	}
	100% {
		background-size:35em;
		background-position:110% 100%;
	}
}

body,
html {
	margin: 0;
	padding: 0;
	line-height: 1;
}

#intro {
	position: absolute;
	z-index: 9999999;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	/* align horizontal */
	align-items: center;
}

#intro img {
	z-index: 20;
}

#intro #intro-background {
	z-index: 2;
	position: absolute;
	background-color: #cd0d2d;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}

#intro.imgFadeOut {
	-moz-animation-name: imgFadeOut;
	-moz-animation-iteration-count: 1;
	-moz-animation-delay: 2s;
	-moz-animation-timing-function: ease-out;
	-moz-animation-duration: 0.3s;
	-moz-animation-fill-mode: forwards;
	-webkit-animation-name: imgFadeOut;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-delay: 2s;
	-webkit-animation-timing-function: ease-out;
	-webkit-animation-duration: 0.3s;
	-webkit-animation-fill-mode: forwards;
	animation-name: imgFadeOut;
	animation-iteration-count: 1;
	animation-delay: 2s;
	animation-timing-function: ease-out;
	animation-duration: 0.3s;
	animation-fill-mode: forwards;
}

#intro img.fadeOut {
	-moz-animation-name: imgFadeOut;
	-moz-animation-iteration-count: 1;
	-moz-animation-delay: 1.3s;
	-moz-animation-timing-function: ease-out;
	-moz-animation-duration: 0.01s;
	-moz-animation-fill-mode: forwards;
	-webkit-animation-name: imgFadeOut;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-delay: 1.3s;
	-webkit-animation-timing-function: ease-out;
	-webkit-animation-duration: 0.01s;
	-webkit-animation-fill-mode: forwards;
	animation-name: imgFadeOut;
	animation-iteration-count: 1;
	animation-delay: 1.3s;
	animation-timing-function: ease-out;
	animation-duration: 0.01s;
	animation-fill-mode: forwards;
}

#intro #intro-background.dropHeader {
	-moz-animation-name: dropHeader;
	-moz-animation-iteration-count: 1;
	-moz-animation-delay: 1s;
	-moz-animation-timing-function: ease-out;
	-moz-animation-duration: 1s;
	-moz-animation-fill-mode: forwards;
	-webkit-animation-name: dropHeader;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: ease-out;
	-webkit-animation-duration: 1s;
	-webkit-animation-delay: 1s;
	-webkit-animation-fill-mode: forwards;
	animation-name: dropHeader;
	animation-iteration-count: 1;
	animation-timing-function: ease-out;
	animation-duration: 1s;
	animation-delay: 1s;
	animation-fill-mode: forwards;
}

.internal-container {
	width: 100%;
	position: relative;
	margin: 0 auto;
	max-width: 1145px;
	display: table;
}

#sephora_rouge {
	width: 100%;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
}

.text-red {
	font-family: "AvantGardeBold",Arial,sans-serif;
	font-weight: normal;
	font-size: 49px;
	color: #cd0d2d;
	text-transform: initial;
	vertical-align: text-top;
}

#fourblocks {
	position: absolute;
	top: 135px;
	left: 0;
}

#fourblocks ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#fourblocks ul li {
	height: 12px;
	width: 30px;
	padding: 0;
	margin: 0;
	list-style-type: none;
	margin-bottom: 8px;
	margin-left: -30px;
	background: black;
}

#fourblocks ul li:nth-child(1) {
	-moz-animation-name: lineBlack;
	-moz-animation-iteration-count: 1;
	-moz-animation-timing-function: ease-out;
	-moz-animation-duration: 0.2s;
	-moz-animation-delay: 2.5s;
	-moz-animation-fill-mode: forwards;
	-webkit-animation-name: lineBlack;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: ease-out;
	-webkit-animation-duration: 0.2s;
	-webkit-animation-delay: 2.5s;
	-webkit-animation-fill-mode: forwards;
	animation-name: lineBlack;
	animation-iteration-count: 1;
	animation-timing-function: ease-out;
	animation-duration: 0.2s;
	animation-delay: 2.5s;
	animation-fill-mode: forwards;
}

#fourblocks ul li:nth-child(2) {
	-webkit-animation-name: lineBlack;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: ease-out;
	-webkit-animation-duration: 0.2s;
	-webkit-animation-delay: 2.4s;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-name: lineBlack;
	-moz-animation-iteration-count: 1;
	-moz-animation-timing-function: ease-out;
	-moz-animation-duration: 0.2s;
	-moz-animation-delay: 2.4s;
	-moz-animation-fill-mode: forwards;
	animation-name: lineBlack;
	animation-iteration-count: 1;
	animation-timing-function: ease-out;
	animation-duration: 0.2s;
	animation-delay: 2.4s;
	animation-fill-mode: forwards;
}

#fourblocks ul li:nth-child(3) {
	
	-webkit-animation-name: lineBlack;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: ease-out;
	-webkit-animation-duration: 0.2s;
	-webkit-animation-delay: 2.3s;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-name: lineBlack;
	-moz-animation-iteration-count: 1;
	-moz-animation-timing-function: ease-out;
	-moz-animation-duration: 0.2s;
	-moz-animation-delay: 2.3s;
	-moz-animation-fill-mode: forwards;
	
	animation-name: lineBlack;
	animation-iteration-count: 1;
	animation-timing-function: ease-out;
	animation-duration: 0.2s;
	animation-delay: 2.3s;
	animation-fill-mode: forwards;
}

#fourblocks ul li:nth-child(4) {
	-webkit-animation-name: lineBlack;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: ease-out;
	-webkit-animation-duration: 0.2s;
	-webkit-animation-delay: 2.2s;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-name: lineBlack;
	-moz-animation-iteration-count: 1;
	-moz-animation-timing-function: ease-out;
	-moz-animation-duration: 0.2s;
	-moz-animation-delay: 2.2s;
	-moz-animation-fill-mode: forwards;
	animation-name: lineBlack;
	animation-iteration-count: 1;
	animation-timing-function: ease-out;
	animation-duration: 0.2s;
	animation-delay: 2.2s;
	animation-fill-mode: forwards;
}

#headerLp {
	width: 100%;
	margin: 0 auto;
	height: 650px;
	-webkit-animation-name: backgroundMove;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-duration: 3s;
	-webkit-animation-delay: 0.8s;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-name: backgroundMove;
	-moz-animation-iteration-count: 1;
	-moz-animation-timing-function: ease-in-out;
	-moz-animation-duration: 3s;
	-moz-animation-delay: 0.8s;
	-moz-animation-fill-mode: forwards;
	animation-name: backgroundMove;
	animation-iteration-count: 1;
	animation-timing-function: ease-in-out;
	animation-duration: 3s;
	animation-delay: 0.8s;
	animation-fill-mode: forwards;
	display: table;
	position: relative;
}

body #primary #headerLp p {
	width: 43%;
	opacity: 0;
	-webkit-animation-name: fadeIn;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: ease-out;
	-webkit-animation-duration: 1.5s;
	-webkit-animation-delay: 3.6s;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-name: fadeIn;
	-moz-animation-iteration-count: 1;
	-moz-animation-timing-function: ease-out;
	-moz-animation-duration: 1.5s;
	-moz-animation-delay: 3.6s;
	-moz-animation-fill-mode: forwards;
	animation-name: fadeIn;
	animation-iteration-count: 1;
	animation-timing-function: ease-out;
	animation-duration: 1.5s;
	animation-delay: 3.6s;
	animation-fill-mode: forwards;
	font-size: 18px!important;
	padding-left: 70px;
}

#headerLp #logoMarque {
	margin: 0 auto;
	display: block;
	text-align: center;
	max-width: 260px;
}

#headerLp #textHeaderAnimate {
	margin-top: 50px;
	overflow: hidden;
	width: 60%;
	height: 180px;
	padding-left: 70px;
}

#headerLp h1 {
	text-transform: uppercase;
	font-family: "AvantGardeBold",Arial,sans-serif;
	font-size: 90px;
	height: 180px;
	-webkit-animation-name: h1Anim;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: ease-out;
	-webkit-animation-duration: 0.3s;
	-webkit-animation-delay: 2s;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-name: h1Anim;
	-moz-animation-iteration-count: 1;
	-moz-animation-timing-function: ease-out;
	-moz-animation-duration: 0.3s;
	-moz-animation-delay: 2s;
	-moz-animation-fill-mode: forwards;
	animation-name: h1Anim;
	animation-iteration-count: 1;
	animation-timing-function: ease-out;
	animation-duration: 0.3s;
	animation-delay: 2s;
	animation-fill-mode: forwards;
	font-weight: bold;
	white-space: nowrap;
	margin-top: 260px;
}

#headerLp h1 .text-red {
	width: 0;
	overflow: hidden;
	height: 160px;
	white-space: nowrap;
	-webkit-animation-name: fadeInRed;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: ease-out;
	-webkit-animation-duration: 1.8s;
	-webkit-animation-delay: 2.4s;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-name: fadeInRed;
	-moz-animation-iteration-count: 1;
	-moz-animation-timing-function: ease-out;
	-moz-animation-duration: 1.8s;
	-moz-animation-delay: 2.4s;
	-moz-animation-fill-mode: forwards;
	animation-name: fadeInRed;
	animation-iteration-count: 1;
	animation-timing-function: ease-out;
	animation-duration: 1.8s;
	animation-delay: 2.4s;
	animation-fill-mode: forwards;
	margin-left: -15px;
	margin-top: 62px;
	display: inline-block;
}

#choiceFinish {
	width: 100%;
	background-color: #cd0d2d;
	display: table;
	margin: 0 auto;
	height: auto;
	z-index: 2;
	margin-bottom:200px;
}

body #sephora_rouge div h2.bloc-title {
	margin: 100px auto 50px auto;
	text-align: center;
	font-family: "AvantGardeBold",Arial,sans-serif;
    font-style: italic;
	font-size: 35px!important;
	font-style: italic;
	font-weight: bold;
}

body #sephora_rouge div h3.sub-title {
	margin: 0px auto 50px auto;
	text-align: center;
	font-family: "AvantGardeBold",Arial,sans-serif;
	font-size: 24px!important;
	font-weight: bold;
}

.bloc-title .white-text {
	color: #fff;
}

#blocs-choix {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
	max-width: 1145px;
	margin: 0 auto -105px auto;
}

.bloc-choix {
	max-width: 264px;
	position: relative;
}
body .pt_content #primary .content-asset .bloc-choix .img_prez ,.bloc-choix .img_prez {
    max-width: 100%;
	width: 100%;
}

.bloc-choix .bloc-text-choix {
	padding: 20px 35px;
	position: relative;
}

.bloc-choix .bloc-text-choix .titre-choix {
	font-family: "AvantGardeBold",Arial,sans-serif;
    font-style: italic;
	font-size: 18px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: bold;
	width: 100%;
	margin-bottom: 10px;
}

.bloc-choix .bloc-text-choix .desc-choix {
	font-family: "AvantGardeMedium",Arial,sans-serif;
	font-size: 15px;
	letter-spacing: 0;
    height: 100px;
	line-height: 24px;
}

.bloc-choix .bloc-text-choix .more-choix {
	font-family: "AvantGardeBold",Arial,sans-serif;
	text-transform: uppercase;
	text-decoration: underline;
	font-size: 13px;
	font-weight: bold;
	line-height: 24px;
	margin: 15px 0 35px 0;
	display: block;
	display: -webkit-inline-box;
	display: inline-flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: flex-start;
	flex-wrap: nowrap;
	min-width: 155px;
	line-height: 1;
	outline: 1px solid transparent;
	/* outline-offset: -1px; */
	box-shadow: none;
	cursor: pointer;
	overflow: hidden;
	position: relative;
	text-align: left;
	vertical-align: middle;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.bloc-choix .bloc-text-choix .more-choix:hover {
	color: #cd0d2d;
}

.bloc-choix .bloc-text-choix .button {
	font-weight: bold;
	width: auto;
	font-size: 13px;
	font-family: "AvantGardeBold",Arial,sans-serif;
	padding: 0;
	min-width: 115px;
}

.bloc-choix .bloc-text-choix .desc-choix,
.bloc-choix .bloc-text-choix .more-choix {
	width: 68%;
}

#getColor {
	width: 100%;
	margin: -30px auto 0 auto;
	height: 430px;
	z-index: 1;
	display: none;
    pointer-events: none;
}

body #sephora_rouge #getColor h2.bloc-title {
	margin: 200px auto 50px auto
}

#bloc-teintes {
	max-width: 910px;
	display: table;
	margin: 0 auto;
    pointer-events: all;
}

#leftSide {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#leftSide {
	width: 73%;
	float: left;
}

#contSlide {
	width: 90%;
	overflow: hidden;
	display: block;
	height: auto;
	position: relative;
	padding-bottom: 30px;
	margin-top: 30px;
}

#leftSide ul,
#rightSide ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: table;
	width: 100%;
}

#leftSide #contSlide ul#slider li,
#leftSide #img_product img,
#leftSide #contSlide ul#slider li,
#leftSide #contSlide ul#slider li img {
	width: 100%;
}

#leftSide #img_product {
	max-width: 100px;
	margin: 0 40px 0 70px;
	float: left;
	display: block;
	width: auto;
}

#rightSide {
	width: 26%;
	display: block;
	float: left;
}

#rightSide {
	padding-left: 2%;
}

#leftSide #contSlide ul#slider li {
	width: 100%;
	height: auto;
}
#down{
	margin: 30px auto;
	height: 28px;
	width: 20px;
	display:block;
	margin-top: 0px;
	position: absolute;
	bottom: 0;
	left: calc(50% - 5px);
}
#down img{
	display:block;
}
#leftSide ul#navImg {
	clear: both;
	margin: 20px auto 10px auto;
	height: 20px;
	width: 70px;
	display: block;
	line-height: 0;
	padding-left: 10px;
	box-sizing: border-box;
	left: -35px;
	margin-left: 50%;
	position: absolute;
	bottom: -10px;
}

#leftSide ul#navImg li {
	height: 20px;
	width: 20px;
	float: left;
	margin-right: 10px;
}

#leftSide ul#navImg a {
	height: 20px;
	width: 20px;
	border-radius: 20px;
	background: #777;
	text-indent: -5000px;
	display: block;
}

#leftSide ul#navImg a.actif {
	background: #fff;
	border: 1px solid #ccc;
}

#rightSide #bloc_vignettes-couleur {
	width: 100%;
	margin: 30px 0 0 0px;
	padding: 0;
}

#rightSide #bloc_vignettes-couleur ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	width: 100%;
}

#rightSide #bloc_vignettes-couleur ul li {
	/* display:block; */
	height: 30px;
	width: 30px;
	/* explanation below */
	flex: 0 1 30px;
	margin-bottom: 10px;
	margin-right: 10px;
}

#rightSide #bloc_vignettes-couleur ul li a {
	display: block;
	background: purple;
	width: 100%;
	height: 100%;
}

#rightSide #bloc_vignettes-couleur ul li.actif {
	border: 1px solid rgba(174, 13, 29, 0.2);
}

#rightSide #bloc_vignettes-couleur ul li.actif a {
	width: 99%;
	height: 99%;
	border: 6px solid #fff;
}

#rightSide #bloc_vignettes-couleur ul li:nth-child(5n+0) {
	margin-right: 0;
}

#bloc-details {
	width: 100%;
	margin: 0 auto;
	display: block;
	height: 190px;
	position: relative;
}

#priceprod,
#nameprod {
	font-weight: 900;
	line-height: 25px;
	font-size: 20px;
	text-transform: uppercase;
}
#nameprod {height: auto;}

#add-to-cart,
#priceprod {
	font-weight: normal;
	margin-bottom: 20px;
}

#add-to-cart{
    position: absolute;
    bottom: 30px;
}

#bloc-details .btn {
	font-family: "AvantGardeBold",Arial,sans-serif;
	font-weight: bold;
	line-height: 15px;
	font-size: 13px;
	letter-spacing: 0;
	text-transform: uppercase;
	display: block;
	position: absolute;
	bottom: 20px;
}

#popinRougeFini {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 9999;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#bg-popinRougeFini {
	background: rgba(0, 0, 0, 0.2);
	height: 100vh;
	width: 100vw;
	z-index: 0;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

#popinRougeFini #popinRougeFini-content::-webkit-scrollbar {
	width: 5px;
}

#popinRougeFini #popinRougeFini-content::-webkit-scrollbar-thumb {
	background-color: #cd0d2d;
}

#popinRougeFini #popinRougeFini-content {
	overflow: auto;
	right: -40%;
	z-index: 9999;
	background: #fff;
	position: absolute;
	top: 0;
	padding: 40px 20px 40px 40px;
	height: 100vh;
	width: 40%;
}

#closePopinSephoraRouge {
	position: absolute;
	right: 30px;
	top: 30px;
	font-family: "AvantGardeMedium",Arial,sans-serif;
	font-size: 40px;
	font-stretch: expanded;
	transform: scaleY(0.7);
	-webkit-transition: -webkit-transform .25s;
	-moz-transition: -moz-transform .25s;
	transition: transform .25s;
}

#closePopinSephoraRouge:hover {
	-webkit-transform: rotate(270deg) scaleY(0.7);
	-moz-transform: rotate(270deg) scaleY(0.7);
	transform: rotate(270deg) scaleY(0.7);
}

#popinRougeFini #popinRougeFini-content .bloc-title {
	font-size: 60px;
	font-weight: bold;
	font-family: "AvantGardeBold",Arial,sans-serif;
	text-transform: uppercase;
	font-style: italic;
	line-height: 60px;
	margin-bottom: 30px;
}

#popinRougeFini #popinRougeFini-content .sub-title {
	margin-bottom: 30px;
}

#popinRougeFini #popinRougeFini-content .sub-title,
#popinRougeFini #popinRougeFini-content p strong {
	font-size: 20px;
	font-weight: bold;
	font-family: "AvantGardeBold",Arial,sans-serif;
	text-transform: uppercase;
	line-height: 20px;
}

#popinRougeFini #popinRougeFini-content .button-secondary {}

#popinRougeFini #popinRougeFini-content .popup-youtube {
	display: block;
	margin: 30px auto;
}

#popinRougeFini #popinRougeFini-content .popup-youtube img {}

#popinRougeFini #popinRougeFini-content p strong {
	margin: 30px 0;
	display: table;
}

#popinRougeFini #popinRougeFini-content .bloc-title,
#popinRougeFini #popinRougeFini-content .sub-title,
#popinRougeFini #popinRougeFini-content p {
	max-width: 80%
}
#bloc-tuto{
	width:100%;
	background:#000;
	height:400px;
	clear:both;
	display: table;
	margin: -50px auto 20px auto;
}
#bloc-tuto h2{
	
text-align: center;
	
font-weight: bold;
	
	font-family: "AvantGardeBold",Arial,sans-serif;
	
margin: 100px auto 50px auto;
	
color:#fff;
	
font-style: italic;
	
display: table;
}
.owl-stage-outer, .slider-stage-outer {
    overflow: hidden;
}
#bloc-tuto .container-slider{
	
    overflow: hidden;
max-width: 1145px;
	
margin: 0 auto 50px auto;
	
display: table;
	
width: 100%;
	
width: 100%;
	
display: flex;
	
flex-direction: row;
	
justify-content: space-between;
	
align-items: center;
	
text-align: center;
}
#bloc-tuto .container-slider ul{
	
list-style-type: none;
	
display: block;
}
#bloc-tuto .container-slider .item{
	
    width: calc(100% - 20px);
    position: relative;
    margin: 0;
margin-right: 20px;
}
#bloc-tuto .container-slider .item:last-child{
	margin-right:0;
}
#bloc-tuto .container-slider .item a{
	
display: block;
	
width: 100%;
	
height: 100%;
	
text-decoration: none;
	
position: relative;
}
#bloc-tuto .container-slider .item a img{
	
width: 100%;
	
display: block;
}
#bloc-tuto .container-slider .item a .text-tuto{
    text-align: left;	color:#fff;
display: table;text-transform: uppercase;font-family: "AvantGardeBold",Arial,sans-serif;font-weight: bold;font-size: 20px;width: 100%;line-height: 26px;letter-spacing: 0px;margin: 20px auto;}
#bloc-tuto .container-slider .item a .text-tuto span{display: block;font-size: 13px;font-weight: bold;	font-family: "AvantGardeBold",Arial,sans-serif;}
body .pt_content #primary p.mentions{
	max-width:1440px;
	width:100%;
	margin:20px auto;
	color:#aaa;
	font-size:12px;
}
@media screen and (max-width: 1024px) {
	body #sephora_rouge #headerLp #textHeaderAnimate {
		margin-top: 65px;
	}
	.internal-container {
		width: 100%;
		height:calc(100vh - 140px);
	}
	body #sephora_rouge .bloc-choix {
		max-width: calc(50% - 30px);
		position: relative;
		width: calc(50% - 30px);
		float: left;
		clear: none;
		margin: 15px;
		box-sizing: border-box;
	}
	#bloc-tuto h2,
	#bloc-tuto{
		margin:20px auto;
		overflow: hidden;
		display: block;
		height: auto;
	}
	#bloc-tuto .container-slider .item a .text-tuto{
		text-align:left;
	}

	#choiceFinish{
		margin-bottom: 0;
	}
	body #sephora_rouge #choiceFinish div h2.bloc-title,
	body #sephora_rouge div h2.bloc-title {
		margin: 50px auto 50px auto;

	}
	#bloc-tuto .container-slider .item{
		width: 33vw;
		margin: 0;
		float: left;
	}
	.owl-stage, .slider-stage{
		margin-left:20px;
	}
	#bloc-tuto .container-slider {
		display: block;
		padding-left: 20px;
		overflow: auto;

	}
	#bloc-tuto .slider_{
		width: max-content;
		display: table;
	}
	#blocs-choix {
		display: table;
		align-items: normal;
		justify-content: normal;
		padding: 0;
		max-width: 1024px;
		margin: 0 auto 10% auto;
		width: 80%;
	}
	.bloc-choix .bloc-text-choix .button{
		clear:both;
		display: table;
		line-height: 40px;
	}
	#rightSide {
		width: 220px;
	}
	#leftSide {
		width: 67%;
	}
	#leftSide #img_product{
		width: 60px!important;
	}
	#contSlide{
		margin-left:20px;
	}
}
@media screen and (max-width: 767px) {
	#intro {
		height:100vh;
	}
	body #leftSide ul#navImg{
		bottom:30px;
	}
	body #sephora_rouge #blocs-choix {
		display: flex;
		align-items: center;
		justify-content: space-evenly;
		padding: 0;
		max-width: 100%;
		margin: 0 auto;
		width: 100%;
		flex-flow: row wrap;
	}
	body #sephora_rouge .bloc-choix {
		max-width: calc(50% - 30px);
		position: relative;
		width: calc(50% - 30px);
		clear: both;
		/* min-height: 270px; */
		margin-bottom: 20px;
	}
	body #sephora_rouge .bloc-choix .img_prez {
		width: 100%;
		max-width: 100%!important;
	}
	body #sephora_rouge .bloc-choix .bloc-text-choix {
		padding: 1em 10px 0.3em 10px;
		position: relative;
	}
	body #sephora_rouge .bloc-choix .img-bg {
		position: absolute;
		z-index: 2;
		right: 0px;
		bottom: 45%;
		overflow: hidden;
		display: table;
		width: 45%;
	}
	body #sephora_rouge .bloc-choix .img-bg:before {
		z-index: -1;
		content: "";
		opacity: 0;
		width: 80%;
		height: 200px;
		position: absolute;
		top: -20px;
		right: 0;
		BACKGROUND-SIZE: 100%;
	}
	body #sephora_rouge .bloc-choix .img-bg>img {
		width: 90%;
	}
	body #sephora_rouge .bloc-choix .img-bg:after {
		content: "";
		opacity: 0;
		width: 80%;
		height: 150px;
		position: absolute;
		bottom: 22%;
		right: -5px;
		BACKGROUND-SIZE: 100%;
		top: auto;
	}
	body #sephora_rouge .bloc-choix .bloc-text-choix .titre-choix {
		font-family: "AvantGardeBold",Arial,sans-serif;
        font-style: italic;
		font-size: 16px;
		line-height: 18px;
		text-transform: uppercase;
		font-weight: bold;
		width: 6em;
		margin-bottom: 10px;
	}
	body #sephora_rouge .bloc-choix .bloc-text-choix .desc-choix {
		display: none;
	}
	body #sephora_rouge .bloc-choix .bloc-text-choix .more-choix {
	font-family: "AvantGardeBold",Arial,sans-serif;
		text-transform: uppercase;
		text-decoration: underline;
		font-size: 13px;
		font-weight: bold;
		line-height: 24px;
		margin: 15px 0 15px 0;
		display: block;
	}
	body #sephora_rouge .bloc-choix .bloc-text-choix .desc-choix,
	.bloc-choix .bloc-text-choix .more-choix {
		width: 100%;
	}
	body #sephora_rouge .bloc-choix .bloc-text-choix .button {
		font-weight: bold;
		width: auto;
		font-size: 13px;
		font-family: "AvantGardeBold",Arial,sans-serif;
		padding: 0;
		min-width: 115px;
		width: 100%;
		border: 0;
		outline-color: transparent;
		border-top: 1px solid black;
	}
	body #sephora_rouge #getColor h2.bloc-title,
	body #sephora_rouge div h2.bloc-title {
		margin: 50px auto;
		text-align: center;
		font-family: "AvantGardeBold",Arial,sans-serif;
		font-size: 35px!important;
		font-style: italic;
		font-weight: bold;
		width: 7.5em;
	}
	#headerLp {
		overflow: hidden;
		position: relative;
		background-position: right center;
		background-size: 80%;
		display: table;
	}
	.internal-container {
		width: 100%;
		position: relative;
		margin: 0 auto;
		max-width: 1440px;
		display: table;
	}
	body #primary #headerLp p {
		width: calc(100% - 40px);
		font-size: 15px!important;
		margin: 20px auto;
		padding: 0;
	}
	body #sephora_rouge #headerLp #textHeaderAnimate {
		width: calc(100% - 40px);
		height: 130px;
		padding-left: 40px;
		/* position: absolute; */
		margin-bottom: 50vh;
		margin-top: 0;
	}
	body #sephora_rouge #headerLp h1 {
		text-transform: uppercase;
		font-family: "AvantGardeBold",Arial,sans-serif;
		font-size: 4em;
		min-height: 120px;
		font-weight: bold;
		white-space: nowrap;
		margin-top: 220px;
		height: auto;
	}
	body #sephora_rouge #headerLp h1 .text-red {
		overflow: hidden;
		height: auto;
		white-space: nowrap;
		margin-left: 6px;
		margin-top: -0.6em;
		display: inline-block;
		font-size: 1em;
		display: table;
		padding-bottom: 25px;
	}
	body #sephora_rouge #headerLp #logoMarque {
		margin: 0 auto;
		display: block;
		text-align: center;
		width: 80%;
	}
	body #sephora_rouge #headerLp {
		display: table;
	}
	body #sephora_rouge #fourblocks {
		position: absolute;
		top: 74px;
		left: 0px;
	}
	body #sephora_rouge #fourblocks ul li {
		height: 5px;
		width: 10px;
		padding: 0;
		margin: 0;
		list-style-type: none;
		margin-bottom: 6px;
		margin-left: -30px;
		background: black;
	}
	#leftSide,
	#rightSide {
		width: 100%;
		float: none;
		clear: both;
	}
	#getColor {
		width: 100%;
		margin: 0px auto 0 auto;
		height: 430px;
		z-index: 1;
		display: table;
	}
	body #sephora_rouge div h3.sub-title {
		margin: 0px auto 10px auto;
		text-align: center;
		font-family: "AvantGardeMedium",Arial,sans-serif;
		font-size: 24px!important;
	}
	#leftSide,
	#rightSide {
		width: calc(100vw - 40px);
		float: none;
		clear: both;
		align-items: flex-end;
		box-sizing: border-box;
		margin: 0 auto 30px auto;
		padding: 0;
	}
	#contSlide {
		width: 70%;
		overflow: hidden;
		display: block;
		height: auto;
		position: relative;
		padding-bottom: 0px;
		margin-top: 30px;
		padding-left: 0px;
		padding-bottom: 30px;
		box-sizing: border-box;
	}
	#leftSide #img_product,
	#rightSide {
		width: 20%;
		display: block;
		float: left;
		margin: 0;
		padding: 30px 0;
	}
	#rightSide {
		width: 100%;
	}
	#rightSide #bloc_vignettes-couleur {
		width: 100vw;
		margin: 0 auto 60px auto;
		/* padding: 0 20px; */
		overflow: auto;
		display: block;
	}
	#rightSide #bloc_vignettes-couleur ul {
		display: block;
		flex-flow: initial;
		justify-content: center;
		width: max-content;
		overflow: scroll;
	}
	#rightSide #bloc_vignettes-couleur ul li:nth-child(5n+0),
	#rightSide #bloc_vignettes-couleur ul li {
		/* display: block; */
		height: 40px;
		width: 40px;
		flex: none;
		margin-bottom: 10px;
		margin-right: 10px;
		float: left;
	}
	#bloc-details {
		width: 100%;
		margin: 0 auto 40px auto;
		display: block;
		text-align: center;
	}
	/* #popinRougeFini {}
	#bg-popinRougeFini {} */
	#popinRougeFini #popinRougeFini-content {
		width: 100%;
	}
	#closePopinSephoraRouge { 
		right: 10px;
		top: 5px;
	}
	/* #popinRougeFini #popinRougeFini-content .bloc-title {}
	#popinRougeFini #popinRougeFini-content .sub-title {}
	#popinRougeFini #popinRougeFini-content .button-secondary {}
	#popinRougeFini #popinRougeFini-content .popup-youtube {}
	#popinRougeFini #popinRougeFini-content p>strong> {} */
	#choiceFinish {
		margin-bottom:50px;
	}
	#down{
		top: calc(67vh - 25px);
		bottom: 0;
	}
	/* #down img{
	} */
	#bloc-details .btn ,	
	#add-to-cart {
		position: relative;
		bottom: auto;
	}
}