.aflazy {
  opacity: ;
  transform: translateY(25px);
}

.chargee {
  opacity: 1;
  transform: translateY(0px);
  transition: opacity 0.7s, transform 0.9s ease-out;
}

.transparent {
  opacity: 0;
}

.enter-bottom {
  animation: enterBottom 2.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}

@keyframes enterBottom {
  0% {
    transform: translate3d(0, 20%, 0);
    opacity: opacity(0);
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
a:focus, input:focus, textarea:focus, select:focus, button:focus {
  outline: none;
  text-decoration: none;
}

html,
body {
  padding: 0;
  margin: 0;
}
html.openlegals,
body.openlegals {
  overflow: hidden;
  position: fixed;
}

* {
  box-sizing: border-box;
}

.main-container {
  width: 100%;
  min-width: 1000px;
}

.container {
  width: 1000px;
  margin: 0 auto;
}

#header {
  background-image: url("../img/texture4.jpg");
  border: 35px solid #0b3c67;
  border-top: 0;
  position: relative;
  width: 1000px;
  height: 659px;
  margin-left: 40px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
#header .logo {
	background-image: url("../img/logo.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 315px;
	height: 278px;
	margin-top: 55px;
}
html.hires #header .logo {
  background-image: url("../img/logo@2x.png");
}

#head-video {
  position: relative;
  margin: -300px auto 0;
  padding: 20px;
  width: 790px;
  height: 460px;
  background-color: #ffffff;
}
#head-video #video-1 {
  display: none;
  position: absolute;
  width: 746px;
  height: 420px;
  top: 20px;
  left: 20px;
}
#head-video #img-video {
  position: absolute;
  width: 746px;
  height: 420px;
  top: 20px;
  left: 20px;
}
#head-video .titre,
#head-video .texte {
  color: #ffffff;
}

#head-slidingtext {
  margin-top: 10px;
  width: 100%;
  height: 140px;
  margin-bottom: 170px;
  position: relative;
}
#head-slidingtext .top,
#head-slidingtext .bottom {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow-x: hidden;
  width: 100%;
}
#head-slidingtext .top-a, #head-slidingtext .top-b {
  position: absolute;
  top: 0;
}
#head-slidingtext .bottom-a, #head-slidingtext .bottom-b {
  position: absolute;
  top: 70px;
}
#head-slidingtext .wrapper {
  white-space: nowrap;
  font-family: "DidotLTPro-Roman";
  font-size: 63px;
  line-height: 1.1em;
  letter-spacing: 0;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#head-slidingtext .wrapper .rouge {
  color: #f21835;
}
#head-slidingtext .top .wrapper {
  width: 3800px;
}
#head-slidingtext .bottom .wrapper {
  width: 3800px;
}
#head-slidingtext .top-a .wrapper {
  animation: scrolling-rtl-a 15s linear infinite;
}
#head-slidingtext .top-b .wrapper {
  animation: scrolling-rtl-b 15s linear infinite;
}
#head-slidingtext .bottom-a .wrapper {
  animation: scrolling-ltr-a 15s linear infinite;
}
#head-slidingtext .bottom-b .wrapper {
  animation: scrolling-ltr-b 15s linear infinite;
}

@keyframes scrolling-rtl-a {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes scrolling-rtl-b {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes scrolling-ltr-a {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes scrolling-ltr-b {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%);
  }
}
.btn-play {
  position: absolute;
  left: 50%;
  margin-left: -45px;
  bottom: 40px;
  width: 120px;
  height: 120px;
  background-image: url("../img/btn-play.png");
  background-repeat: no-repeat;
  background-size: 120px 120px;
  background-position: center center;
  cursor: pointer;
}
html.hires .btn-play {
  background-image: url("../img/btn-play@2x.png");
}

#name {
  margin-bottom: 230px;
}

#name-titre {
  display: inline-block;
  font-family: "DidotLTPro-Roman";
  font-size: 51px;
  position: relative;
  left: 50%;
  margin-left: calc(-1140px / 3);
  padding-bottom: 20px;
  line-height: 1.1em;
  letter-spacing: 0;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#name-titre .rouge {
  color: #f21835;
}

#name-texte {
  display: block;
  font-family: "UniversLT-Condensed";
  font-size: 15px;
  line-height: 1.4em;
  text-align: justify;
  left: 50%;
  margin-left: calc(-355px * 3/4);
  padding-bottom: 20px;
  position: relative;
  width: 355px;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#name-bande {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(#f21835 0%, #f21835 100%);
  background-size: 100% 359px;
  background-position: left center;
  background-repeat: no-repeat;
}
#name-bande .paillettes {
  width: 973px;
  height: 648px;
  background-image: url("../img/texture.jpg");
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
#name-bande .contenu {
  background-color: #f21835;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0 40px;
  height: 359px;
  width: 50%;
}
#name-bande .contenu .titre {
  font-family: "DidotLTPro-Roman";
  font-size: 39px;
  padding-bottom: 20px;
  line-height: 1.1em;
  letter-spacing: 0;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#name-bande .contenu .texte {
  font-family: "UniversLT-Condensed";
  font-size: 15px;
  line-height: 1.4em;
  text-align: justify;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#name-flacon {
  width: 322px;
  height: 745px;
  position: relative;
  margin-top: -850px;
  margin-left: 80px;
  left: 50%;
}
#name-flacon img {
  width: 100%;
  height: auto;
}

#frag-titre {
  display: block;
  width: 500px;
  font-family: "DidotLTPro-Roman";
  font-size: 51px;
  position: relative;
  left: 50%;
  margin-left: -490px;
  padding-bottom: 20px;
  line-height: 1.1em;
  letter-spacing: 0;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#frag-titre .rouge {
  color: #f21835;
}

.frag-row {
  display: block;
  width: 1000px;
  position: relative;
  margin: 0 auto;
  z-index: 10;
}
.frag-row.flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

#frag-texte-left,
#frag-texte-right {
  display: inline-block;
  font-family: "UniversLT-Condensed";
  font-size: 15px;
  line-height: 1.4em;
  text-align: justify;
  position: relative;
  width: 355px;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#frag-texte-left {
  left: 50%;
  margin-left: -490px;
}

#frag-texte-right {
  left: 50%;
  margin-left: 140px;
}

#frag-pyramide {
  width: 750px;
  height: 750px;
  position: relative;
  margin: -300px auto 0;
}
#frag-pyramide img {
  width: 100%;
  height: auto;
}

#frag-edp {
  width: 380px;
  height: 100px;
  position: relative;
  margin: 0 auto 0;
}
#frag-edp img {
  width: 100%;
  height: auto;
}

#frag-floral {
  display: block;
  width: 500px;
  font-family: "DidotLTPro-Roman";
  font-size: 51px;
  position: relative;
  text-align: center;
  margin: 70px auto 100px;
  line-height: 1.1em;
  letter-spacing: 0;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.frag-row .note:nth-child(2) {
  padding-left: 60px;
}
.frag-row .note .ttl {
  font-family: "DidotLTPro-Roman";
  font-size: 28px;
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #f21835;
  padding-bottom: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.frag-row .note .txt {
  font-size: 15px;
  font-family: "UniversLT-Condensed";
  color: #000000;
  text-transform: uppercase;
  line-height: 1.459;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.perfumers-ttl {
  font-family: "DidotLTPro-Roman";
  font-size: 33px;
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #000000;
  padding: 75px 0 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.perfumers-txt {
  font-size: 15px;
  font-family: "UniversLT-Condensed";
  align-items: justify;
  width: 744px;
  position: relative;
  margin: 0 auto;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bloc-perfumers {
  width: 1112px;
  position: relative;
  margin: 40px auto 100px;
}
.bloc-perfumers .paillettes {
  width: 100%;
  height: 260px;
  background-image: url("../img/texture.jpg");
}
.bloc-perfumers .perfumers-testimony {
  width: 975px;
  padding: 50px 50px 30px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin: -210px auto 0;
  background-color: #ffffff;
  box-shadow: 0px 10px 15px 3px rgba(0, 0, 0, 0.1);
}
.bloc-perfumers .perfumers-testimony .testimony {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 200px;
  width: 28%;
}
.bloc-perfumers .perfumers-testimony .testimony .txt {
  font-size: 15px;
  font-family: "UniversLT-Condensed";
  color: #000000;
  text-align: justify;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.bloc-perfumers .perfumers-testimony .testimony .sign {
  text-align: right;
  height: 37px;
}
.bloc-perfumers .perfumers-testimony .testimony .sign img {
  height: 100%;
  width: auto;
}

.download-btn {
  background-color: #f21835;
  background-image: url("../img/download-circle-blanc.png");
  background-repeat: no-repeat;
  background-position: 25px center;
  background-size: 23px 23px;
  border-radius: 25px;
  height: 50px;
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 2px 30px 0 60px;
  color: #ffffff;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0.08em;
  font-family: "UniversLTPro-LightUltCond";
  color: #ffffff;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer;
  transition: background-color 0.2s ease-out;
}
html.hires .download-btn {
  background-image: url("../img/download-circle-blanc@2x.png");
}
html.no-touch .download-btn:hover {
  background-color: #000000;
}

#pack {
  
  width: 950px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 20px;
padding-bottom: 20px;
}
#pack .packshot {
  position: relative;
  width: 397px;
  height: 520px;
  padding-top: 10px;
  margin-right: 35px;
}
#pack .packshot img {
  width: 100%;
  height: auto;
}
#pack .cont {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 20px;
}
#pack .cont .titre {
  display: block;
  font-family: "DidotLTPro-Roman";
  font-size: 51px;
  z-index: 10;
  margin-left: -70px;
  padding-bottom: 20px;
  line-height: 1.1em;
  letter-spacing: 0;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#pack .cont .titre .rouge {
  color: #f21835;
}
#pack .cont .texte {
  display: inline-block;
  font-family: "UniversLT-Condensed";
  font-size: 15px;
  line-height: 1.4em;
  text-align: justify;
  position: relative;
  width: 355px;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-bottom: 20px;
}

#campaign {
  width: 1000px;
  position: relative;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-left: 50px;
  margin-bottom: 20px;
}
#campaign .cont {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
#campaign .titre {
  display: block;
  font-family: "DidotLTPro-Roman";
  font-size: 51px;
  padding-bottom: 20px;
  line-height: 1.1em;
  letter-spacing: 0;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 50px;
}
#campaign .titre .rouge {
  color: #f21835;
}
#campaign .texte {
  display: inline-block;
  font-family: "UniversLT-Condensed";
  font-size: 15px;
  line-height: 1.4em;
  text-align: justify;
  position: relative;
  width: 355px;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#campaign .campaign-ad {
  width: 455px;
  height: 653px;
}
#campaign .campaign-ad img {
  width: 100%;
  height: auto;
}
#campaign .download-btn {
  margin-top: 80px;
  align-self: flex-end;
}

#training {
  width: 1000px;
  position: relative;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-left: 10px;
  margin-bottom: 10px;
}
#training .cont {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
#training .titre {
  display: block;
  font-family: "DidotLTPro-Roman";
  font-size: 51px;
  padding-bottom: 10px;
  line-height: 1.1em;
  letter-spacing: 0;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 10px;
}
#training .titre .rouge {
  color: #f21835;
}
#training .texte {
  display: inline-block;
  font-family: "UniversLT-Condensed";
  font-size: 15px;
  line-height: 1.4em;
  text-align: justify;
  position: relative;
  width: 355px;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#training .training-ad {
  width: 455px;
  height: 653px;
}
#training .training-ad img {
  width: 100%;
  height: auto;
}
#training .download-btn {
  margin-top: 80px;
  align-self: flex-end;
}


#behind {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  background-image: url("../img/iwantchoo.jpg");
  background-position: center 65px;
  background-size: contain;
  background-repeat: no-repeat;
}
html.hires #behind {
  background-image: url("../img/iwantchoo@2x.jpg");
}
#behind .titre {
  display: block;
  font-family: "DidotLTPro-Roman";
  font-size: 51px;
  padding-bottom: 25px;
  line-height: 1.1em;
  letter-spacing: 0;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#behind .titre .rouge {
  color: #f21835;
}
#behind .polas {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 25px;
}
#behind .polas .pola {
  position: relative;
}
#behind .polas .pola:nth-child(1) {
  z-index: 2;
  width: 330px;
  height: 373px;
}
#behind .polas .pola:nth-child(2) {
  z-index: 1;
  margin-left: -50px;
  margin-top: 30px;
  width: 322px;
  height: 367px;
}
#behind .polas .pola:nth-child(3) {
  margin-left: -100px;
  width: 370px;
  height: 405px;
}
#behind .polas .pola img {
  width: 100%;
  height: auto;
}



#footer {
  width: 1000px;
  height: 485px;
  border: 32px solid #0b3c67;
  border-bottom: 0;
  position: relative;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background-image: url("../img/texture4.jpg");
  background-size: cover;
}
#footer .iwc {
  width: 215px;
  margin-top: 5px;
}
#footer .iwc img {
  width: 100%;
  height: auto;
}
#footer .download-btn {
  background-color: #ffffff;
  background-image: url("../img/download-circle-big-noir.png");
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 32px 32px;
  border-radius: 25px;
  height: 50px;
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 5px 30px 0 70px;
  color: #000000;
  font-size: 25px;
  line-height: 1em;
  font-family: "UniversLTPro-UltCond";
  color: #000000;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer;
  transition: background-color 0.2s ease-out, color 0.2s ease-out;
}
html.hires #footer .download-btn {
  background-image: url("../img/download-circle-big-noir@2x.png");
}
html.no-touch #footer .download-btn:hover {
  background-image: url("../img/download-circle-big-blanc.png");
  color: #ffffff;
  background-color: #000000;
}
html.hires html.no-touch #footer .download-btn:hover {
  background-image: url("../img/download-circle-big-blanc@2x.png");
}
#footer .jc {
  width: 170px;
  height: 200px;
  margin-bottom: 100px;
  background-image: url("../img/logo@2x.png");
  background-repeat: no-repeat;
  background-size: contain;
}
html.hires #footer .jc {
  background-image: url("../img/logo@2x.png");
}
#footer .links {
  width: calc(100% - 60px);
  padding-bottom: 30px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
#footer .link {
  font-size: 35px;
  font-family: "UniversLTPro-UltCond";
  color: #ffffff;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#footer .link.active {
  cursor: pointer;
  transition: color 0.2s ease-out;
}
html.no-touch #footer .link.active:hover {
  color: #000000;
}

#legals {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 200;
  padding: 100px 70px;
  background-color: #ffffff;
  overflow: scroll;
}
#legals .cont {
  font-family: "UniversLTPro-LightCond";
  margin: 0 auto;
}
#legals h2, #legals h3, #legals h4 {
  font-family: "UniversLT-Condensed";
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#legals .close {
  width: 50px;
  height: 50px;
  position: fixed;
  top: 10px;
  right: 10px;
  background-image: url("../img/cross.svg");
  background-repeat: no-repeat;
  background-size: 50px 50px;
  background-position: center center;
  cursor: pointer;
}

#login .blochead {
  background-image: url("../img/texture.jpg");
  border: 25px solid #f21835;
  border-top: 0;
  position: relative;
  width: 1146px;
  height: 400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#login .logo {
  background-image: url("../img/logo.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 285px;
  height: 253px;
}
html.hires #login .logo {
  background-image: url("../img/logo@2x.png");
}
#login .polas {
  position: relative;
  width: 1100px;
  margin: -170px auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
#login .pola01 {
  width: 348px;
  height: 387px;
}
#login .pola01 img {
  width: 100%;
  height: auto;
}
#login .pola02 {
  margin-top: -40px;
  margin-right: 10px;
  width: 322px;
  height: 367px;
}
#login .pola02 img {
  width: 100%;
  height: auto;
}
#login .form-input {
  background-color: #f21835;
}
#login .form {
  position: relative;
  margin-top: -30px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-items: center;
  align-items: center;
}
#login .form-group {
  padding-bottom: 15px;
  width: 330px;
}
#login .form-input,
#login .placeholder {
  color: #ffffff;
  width: 330px;
  height: 50px;
  border-radius: 25px;
  border: 2px solid #f21835;
  line-height: 50px;
  text-align: center;
  font-family: "UniversLTPro-UltCond";
  font-weight: normal;
  font-style: normal;
  font-size: 25px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  transition: color 0.2s ease-out, border-color 0.2s ease-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#login .form-input {
  border: 2px solid #f21835;
}
#login .form-input.error {
  border-color: #000000;
}
#login .form-input.error + .placeholder {
  color: #000000;
}
#login .placeholder {
  position: relative;
  margin-top: -50px;
  cursor: pointer;
}
#login .form-input.rempli + .placeholder,
#login .form-input:focus + .placeholder {
  display: none;
}
#login #error-msg {
  text-align: center;
  font-family: "UniversLTPro-UltCond";
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #f21835;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 50px;
  padding-bottom: 30px;
}

#btn-enter {
  text-align: center;
  font-family: "DidotLTPro-Roman";
  font-weight: normal;
  font-style: normal;
  font-size: 30px;
  text-transform: uppercase;
  color: #000000;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  margin-top: 35px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer;
}

/*# sourceMappingURL=styles.css.map */
