#goto-top-page {
  display: block !important;
}
#izia-nav_top {
  display: none;
}
.izia_section {
  position: static;
}
#izia_experience-container {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: #000;
  color: #fff;
  margin-bottom: 100px;
  position: relative;
  z-index: 0;
}
#izia_experience-container button {
  display: inline-block;
  border: none;
  background-color: transparent;
  outline: none;
  vertical-align: middle;
  cursor: pointer;
}
#izia_experience-loader_container {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  transition: all 1s ease-in-out;
  color: #fff;
}
#izia_experience-loader_container svg {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 500px;
  padding-bottom: 120px;
  font-family: 'BentonSans_Light';
  font-size: 16px;
  text-align: center;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
#izia_experience-loader_container img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 500px;
  padding-bottom: 120px;
  font-family: 'BentonSans_Light';
  font-size: 16px;
  text-align: center;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
#izia_experience-loader_container _:-ms-lang(x),
#izia_experience-loader_container svg {
  display: none !important;
}
#izia_experience-loader_container _:-ms-lang(x),
#izia_experience-loader_container img {
  display: block !important;
}
@keyframes izia_rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes izia_rotateReverse {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
#izia_experience-video_container {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: center;
}
#izia_experience-video_container video {
  position: relative;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%,-50%);
}
#izia_experience-section_container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
#izia_experience-section_container section {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  text-align: center;
  pointer-events: none;
}
#izia_experience-section_container section h2 {
  text-align: center;
  font-family: 'Kinfolk_Rough';
  font-weight: normal;
  font-size: 100px;
}
#izia_experience-section_container section .izia_experience-center {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
#izia_experience-section_container section p {
  color: #c66175;
  margin: 0;
  padding: 0;
  display: inline-block;
  font-size: 15px;
  text-transform: uppercase;
}
#izia_experience-section_container section .izia_experience-item {
  opacity: 0;
  visibility: hidden;
}
#izia_experience-section_container section .izia_experience-cta span {
  width: 55px;
  height: 55px;
  background: #fff;
  display: inline-block;
  border-radius: 50%;
  vertical-align: middle;
  position: relative;
  z-index: 5;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
#izia_experience-section_container section .izia_experience-cta span:before {
  content: '';
  position: absolute;
  border: #fff solid 4px;
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  border-radius: 50%;
  backface-visibility: hidden;
}
#izia_experience-section_container section .izia_experience-cta span i {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 21px;
  z-index: 6;
  -webkit-transform: translate(-50%,-50%) scale(1);
  -ms-transform: translate(-50%,-50%) scale(1);
  transform: translate(-50%,-50%) scale(1);
  -webkit-transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
}
#izia_experience-section_container section .izia_experience-cta span i.icon-dot {
  display: block;
  width: 16px;
  height: 16px;
  background: #c66175;
  border-radius: 50%;
}
#izia_experience-section_container section .izia_experience-cta span i.icon-play {
  color: #fff;
}
#izia_experience-section_container section .izia_experience-cta span i.icon-play {
  left: 55%;
}
#izia_experience-section_container section .izia_experience-cta span img {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 21px;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 56px;
  height: 56px;
  border-radius: 50%;
  z-index: 5;
}
#izia_experience-section_container section .izia_experience-cta div {
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  padding: 1px 20px 0px 20px;
  margin-left: -5px;
  background: #fff;
  height: 25px;
  line-height: 26px;
  position: relative;
  z-index: 4;
}
#izia_experience-section_container section .izia_experience-cta div p {
  position: relative;
  display: inline-block;
  height: 25px;
  line-height: 26px;
}
#izia_experience-section_container section .izia_experience-cta div p::before {
  content: attr(data-letters);
  position: absolute;
  z-index: 2;
  overflow: hidden;
  color: #b34157;
  white-space: nowrap;
  width: 0%;
  transition: width 0.2s 0.2s;
  left: 0;
}
#izia_experience-section_container section .izia_experience-cta div::after {
  content: '';
  width: 37px;
  height: 25px;
  background-image: url('/skin/frontend/sisley/default/images_new/izia/experience/findetext.png');
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: -37px;
}
#izia_experience-section_container section .izia_experience-cta:hover div p::before {
  width: 100%;
}
#izia_experience-section_container section .izia_experience-cta:hover span:before,
#izia_experience-section_container section .izia_experience-cta:hover span:focus:before,
#izia_experience-section_container section .izia_experience-cta:hover span:active:before {
  -webkit-animation-name: hvr-ripple-out;
  animation-name: hvr-ripple-out;
}
#izia_experience-section_container section .izia_experience-cta:hover .icon-play:before {
  opacity: 1;
}
#izia_experience-section_container section .izia_experience-cta[data-direction=rtl] div {
  padding: 1px 9px 0px 40px;
  margin-left: 0px;
  margin-right: -5px;
}
#izia_experience-section_container section .izia_experience-cta[data-direction=rtl] div::after {
  left: -37px;
  transform: rotate(180deg);
}
#izia_experience-section_container section[data-name=intro] h2 {
  text-align: center;
  width: 500px;
  margin: 0 auto;
}
#izia_experience-section_container section[data-name=intro] h2 svg {
  max-width: 500px;
}
@media screen and (max-height: 725px) {
  #izia_experience-section_container section[data-name=intro] h2 svg {
    height: 280px;
  }
}
@media screen and (max-height: 600px) {
  #izia_experience-section_container section[data-name=intro] h2 svg {
    height: 240px;
  }
}
#izia_experience-section_container section[data-name=intro] p.izia_experience-subtitle {
  width: 538px;
  padding: 15px 20px;
  height: 61px;
  box-sizing: border-box;
  background: url('/skin/frontend/sisley/default/images_new/izia/experience/firstbackgroundtext.png');
}
#izia_experience-section_container section[data-name=intro] button[data-name=izialefilm] {
  position: absolute;
  top: -15%;
  left: 62%;
}
#izia_experience-section_container section[data-name=intro] button[data-name=izialefilm] span {
  width: 100px;
  height: 100px;
}
#izia_experience-section_container section[data-name=intro] button[data-name=izialefilm] span img {
  width: 100px;
  height: 100px;
}
#izia_experience-section_container section[data-name=intro] .button-group {
  position: absolute;
  bottom: 12vh;
  width: 100%;
}
#izia_experience-section_container section[data-name=intro] .button-group button {
  font-size: 16px;
  position: relative;
  padding-right: 20px;
  transition: all 0.25s ease-in-out;
  color: #fff;
}
#izia_experience-section_container section[data-name=intro] .button-group button i {
  position: absolute;
  right: -14px;
  top: 5px;
  font-size: 11px;
  transition: all 0.25s ease-in-out;
}
#izia_experience-section_container section[data-name=intro] .button-group button:first-child {
  margin-right: 60px;
}
#izia_experience-section_container section[data-name=rose] h2 {
  position: absolute;
  top: 45%;
  left: 15%;
}
#izia_experience-section_container section[data-name=rose] button[data-name=souvenirs] {
  position: absolute;
  top: 9%;
  left: -60%;
}
#izia_experience-section_container section[data-name=rose] button[data-name=idornano] {
  position: absolute;
  top: 9%;
  left: 35%;
}
#izia_experience-section_container section[data-name=parfum] h2 {
  position: absolute;
  top: 30%;
  right: 15%;
}
#izia_experience-section_container section[data-name=parfum] button[data-name=parfumeur] {
  position: absolute;
  top: 10%;
  left: 40%;
}
#izia_experience-section_container section[data-name=parfum] button[data-name=coeur] {
  position: absolute;
  top: 60%;
  right: 15%;
}
#izia_experience-section_container section[data-name=parfum] button[data-name=envolee] {
  position: absolute;
  bottom: 35%;
  left: 10%;
}
#izia_experience-section_container section[data-name=parfum] button[data-name=sillage] {
  position: absolute;
  bottom: 20%;
  left: 50%;
}
#izia_experience-section_container section[data-name=flacon] h2 {
  margin-bottom: 30px;
}
#izia_experience-section_container section[data-name=flacon] .izia_experience-center img {
  max-height: 250px;
  margin-bottom: -60px;
}
#izia_experience-section_container section[data-name=flacon] button[data-name=krzysztof] {
  position: absolute;
  top: 50%;
  right: 10%;
}
#izia_experience-section_container section[data-name=flacon] button[data-name=dessin] {
  position: absolute;
  top: 65%;
  right: 52%;
}
#izia_experience-section_container section[data-name=end] h2 {
  position: absolute;
  bottom: 20%;
  left: 8%;
}
#izia_experience-section_container section[data-name=end] img {
  position: absolute;
  bottom: 0;
  right: 10%;
  max-height: 320px;
}
#izia_experience-section_container section[data-name=end] button[data-name=jones] {
  position: absolute;
  top: 22%;
  left: 15%;
}
#izia_experience-section_container section[data-name=end] button[data-name=musique] {
  position: absolute;
  top: 40%;
  right: 14%;
}
#izia_experience-section_container section[data-name=end] button[data-name=campagne] {
  position: absolute;
  top: 19%;
  right: 20%;
}
#izia_experience-nav {
  position: absolute;
  right: 20px;
  top: 50vh;
  z-index: 6;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#izia_experience-nav li {
  text-align: right;
  display: block;
  height: 14px;
  margin: 10px 0px;
}
#izia_experience-nav li button {
  font-size: 12px;
  letter-spacing: 1px;
  vertical-align: middle;
  color: #FFF;
}
#izia_experience-nav li button div {
  text-transform: uppercase;
  text-align: right;
  padding-right: 24px;
  display: inline;
  opacity: 0;
  position: absolute;
  width: 220px;
  right: 0;
  vertical-align: middle;
  transition-property: all;
  transition-duration: .5s;
  pointer-events: none;
}
#izia_experience-nav li button span {
  color: #FFF !important;
}
#izia_experience-nav li .izia_s_tl {
  display: inline-block;
}
#izia_experience-nav li .izia_space_tl {
  padding: 0px .5px;
}
#izia_experience-nav li .izia_hover_span div,
#izia_experience-nav li button:hover div {
  opacity: 1;
}
#izia_experience-nav li button:after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  transition-property: all;
  transition-duration: .5s;
  transition-timing-function: ease-in-out;
}
#izia_experience-nav li button:before {
  content: '';
  display: inline-block;
  position: relative;
  top: 0px;
  left: 10px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border: solid 2px white;
  background: transparent;
  transition-property: border;
  transition-duration: .5s;
  transition-timing-function: ease-in-out;
}
#izia_experience-nav li .izia_hover_button_b::before,
#izia_experience-nav li button:hover::before {
  content: '';
  background: black;
  border-radius: 50%;
  border: solid 2px #c66175;
  top: 0px;
  left: 10px;
}
#izia_experience-nav li .izia_hover_button_a::after,
#izia_experience-nav li button:hover::after {
  content: '';
  opacity: 0;
}
#izia_experience-next {
  position: absolute;
  bottom: 10px;
  left: 50%;
  width: 60px;
  font-size: 30px;
  margin-left: -30px;
  z-index: 3;
  color: #fff;
  opacity: 0;
}
.izia_experience-sticky #izia_experience-video_container,
.izia_experience-sticky #izia_experience-section_container,
.izia_experience-sticky #izia_experience-nav,
.izia_experience-sticky #izia_experience-next {
  position: fixed;
}
.izia_experience-sticky #izia_experience-section_container section {
  height: 100%;
}
.izia_experience-bottom #izia_experience-video_container,
.izia_experience-bottom #izia_experience-section_container {
  position: absolute;
  top: auto;
  bottom: 0;
}
.izia_experience-bottom #izia_experience-nav {
  position: absolute;
  top: auto;
  bottom: 50vh;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}
.izia_experience-bottom #izia_experience-section_container section {
  top: auto;
  bottom: 0;
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb {
  background: #ffffff;
  border: 0px solid #ffffff;
}
::-webkit-scrollbar-thumb:hover {
  background: #ffffff;
}
::-webkit-scrollbar-thumb:active {
  background: #000000;
}
::-webkit-scrollbar-track {
  background: #000;
  border: 0px none #ffffff;
}
::-webkit-scrollbar-track:hover {
  background: #000;
}
::-webkit-scrollbar-track:active {
  background: #000;
}
::-webkit-scrollbar-corner {
  background: transparent;
}
@-webkit-keyframes hvr-hang {
  0% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  50% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
}
@keyframes hvr-hang {
  0% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  50% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  100% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
}
@-webkit-keyframes hvr-hang-sink {
  100% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
}
@keyframes hvr-hang-sink {
  100% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
}
.hvr-hang,
.hvr-hang span {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-animation-name: hvr-hang-sink, hvr-hang;
  animation-name: hvr-hang-sink, hvr-hang;
  -webkit-animation-duration: .8s, 1.5s;
  animation-duration: .8s, 1.5s;
  -webkit-animation-direction: reverse, reverse;
  animation-direction: reverse, reverse;
}
.hvr-hang:hover > span,
.hvr-hang:focus > span,
.hvr-hang:active > span {
  -webkit-animation-name: hvr-hang;
  animation-name: hvr-hang;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
.hvr-hang:hover,
.hvr-hang:focus,
.hvr-hang:active {
  -webkit-animation-name: hvr-hang;
  animation-name: hvr-hang;
  -webkit-animation-duration: .8s, 1.5s;
  animation-duration: .8s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}
@-webkit-keyframes hvr-ripple-out {
  100% {
    top: -18px;
    right: -18px;
    bottom: -18px;
    left: -18px;
    opacity: 0;
  }
}
@keyframes hvr-ripple-out {
  100% {
    top: -18px;
    right: -18px;
    bottom: -18px;
    left: -18px;
    opacity: 0;
  }
}
img {
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
html[lang=ru] #izia_experience-section_container section h2 {
  font-family: Georgia, Times, "Times New Roman", serif;
}
html[lang=cn] #izia_experience-section_container section h2 {
  font-family: Tahoma, Helvetica, Arial, "Microsoft Yahei", "微软雅黑", STXihei, "华文细黑", sans-serif;
}
html[lang=jp] #izia_experience-section_container section h2 {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
html[lang=nl] #izia_experience-section_container section[data-name=end] button[data-name=jones] {
  top: 12%;
}
html[lang=cz] #izia_experience-section_container .izia_overlay .item-name {
  font-family: Arial, sans-serif;
}
html[lang=gr] #izia_experience-section_container section h2 {
  font-family: Georgia, Times, "Times New Roman", serif;
}
html[lang=gr] #izia_overlay-container .izia_overlay h2 {
  font-family: Georgia, Times, "Times New Roman", serif;
}
html[lang=gr] #izia_experience-section_container section[data-name=intro] p.izia_experience-subtitle {
  padding: 12px 20px 15px 70px;
}
html[lang=gr] #izia_experience-section_container section[data-name=rose] h2 {
  left: auto;
  right: 15%;
}
html[lang=gr] #izia_overlay-container .izia_overlay.izia_overlay-grid .items .item .item-name {
  font-family: Arial, sans-serif;
  font-weight: normal;
  font-size: 27px;
  letter-spacing: 1.5px;
}
html[lang=gr] #izia_overlay-container .izia_overlay .text,
html[lang=gr] #izia_overlay-container .izia_overlay .text p,
html[lang=gr] #izia_overlay-container .izia_overlay .izia_overlay-subtitle {
  font-family: Arial, sans-serif !important;
  text-align: center;
}
