@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 5, ../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*************************************/
/*************** FONTS ***************/
/*************************************/
@font-face {
  font-family: 'ITC Avant Garde Std Bk';
  src: url("//d1h8fl8on3a554.cloudfront.net/fonts/ITCAvantGarde/ITCAvantGardeStd-Bk.woff") format("woff");
  src: url("//d1h8fl8on3a554.cloudfront.net/fonts/ITCAvantGarde/ITCAvantGardeStd-Bk.woff2") format("woff2");
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-2122;
}
@font-face {
  font-family: 'ITC Avant Garde Std Md';
  src: url("//d1h8fl8on3a554.cloudfront.net/fonts/ITCAvantGarde/ITCAvantGardeStd-Md.woff") format("woff");
  src: url("//d1h8fl8on3a554.cloudfront.net/fonts/ITCAvantGarde/ITCAvantGardeStd-Md.woff2") format("woff2");
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-2122;
}
@font-face {
  font-family: 'ITC Avant Garde Std - BoldCn';
  src: url("//d1h8fl8on3a554.cloudfront.net/fonts/ITCAvantGarde/ITCAvantGardeStd-BoldCn.woff") format("woff");
  src: url("//d1h8fl8on3a554.cloudfront.net/fonts/ITCAvantGarde/ITCAvantGardeStd-BoldCn.woff2") format("woff2");
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-2122;
}
/*************************************/
/*************** COLORS **************/
/*************************************/
/*************************************/
/*************** LAYOUT **************/
/*************************************/
/* line 50, ../sass/_formatting.scss */
* {
  box-sizing: border-box;
}

/* line 54, ../sass/_formatting.scss */
html, body {
  width: 100%;
  height: 100%;
  font-size: calc(16px + 0.5vw);
  scroll-behavior: smooth;
}
@media screen and (min-width: 64em) {
  /* line 54, ../sass/_formatting.scss */
  html, body {
    font-size: .8vw;
  }
}

/*************************************/
/**************** TEXT ***************/
/*************************************/
/* line 68, ../sass/_formatting.scss */
p {
  color: #b9b9b9;
  font-family: "ITC Avant Garde Std Bk";
  font-size: 0.938rem;
  letter-spacing: 0.144rem;
  text-transform: uppercase;
}

/* line 1, ../sass/_landing.scss */
.section-container {
  position: relative;
}
/* line 4, ../sass/_landing.scss */
.section-container nav {
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 4.8125rem;
  top: 18.125rem;
  z-index: 999;
}
/* line 12, ../sass/_landing.scss */
.section-container nav p {
  line-height: 2.5rem;
  opacity: .33;
  cursor: pointer;
}
/* line 17, ../sass/_landing.scss */
.section-container nav p.active {
  opacity: 1;
  color: #333333;
}
/* line 21, ../sass/_landing.scss */
.section-container nav p.active:before {
  content: "";
  display: inline-block;
  width: 0.625rem;
  height: .125rem;
  background-color: #333333;
  margin-right: 1rem;
  margin-bottom: .125rem;
}
/* line 31, ../sass/_landing.scss */
.section-container nav p.active--black {
  color: #000;
}
/* line 34, ../sass/_landing.scss */
.section-container nav p.active--black:before {
  background-color: #000;
}
/* line 39, ../sass/_landing.scss */
.section-container nav p.active--white {
  color: #fff;
}
/* line 42, ../sass/_landing.scss */
.section-container nav p.active--white:before {
  background-color: #fff;
}
/* line 51, ../sass/_landing.scss */
.section-container .vertical-slider .section-item {
  width: calc(100vw - (100vw - 100%));
  height: 100vh;
  position: relative;
}
/* line 57, ../sass/_landing.scss */
.section-container .vertical-slider .section-header {
  background: url("../assets/img/bck-header.jpg") no-repeat center;
  background-size: cover;
}
/* line 61, ../sass/_landing.scss */
.section-container .vertical-slider .section-header .logo-header {
  width: auto;
  height: 13.875rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* line 70, ../sass/_landing.scss */
.section-container .vertical-slider .section-header .scrolldown {
  position: absolute;
  width: 10.75rem;
  height: 2.1875rem;
  bottom: 2.25rem;
  right: 4.1875rem;
}
/* line 79, ../sass/_landing.scss */
.section-container .vertical-slider .section-who {
  background-color: #f2f2f2;
}
/* line 82, ../sass/_landing.scss */
.section-container .vertical-slider .section-who .ysl-who {
  width: 50%;
  height: 100vh;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
/* line 92, ../sass/_landing.scss */
.section-container .vertical-slider .section-who .qui-sommes-nous {
  position: absolute;
  width: 26.625rem;
  top: 15.1875rem;
  left: 24.375rem;
}
/* line 98, ../sass/_landing.scss */
.section-container .vertical-slider .section-who .qui-sommes-nous .qui {
  width: auto;
  height: 1.625rem;
  margin-bottom: 3.4375rem;
}
/* line 105, ../sass/_landing.scss */
.section-container .vertical-slider .section-who .qui-sommes-nous__slider__nav {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5.75rem;
  position: relative;
}
/* line 111, ../sass/_landing.scss */
.section-container .vertical-slider .section-who .qui-sommes-nous__slider__nav p {
  color: #333333;
  font-size: 1.188rem;
  font-family: "ITC Avant Garde Std Md";
  font-weight: 700;
  position: relative;
  cursor: pointer;
  opacity: .21;
  letter-spacing: normal;
}
/* line 121, ../sass/_landing.scss */
.section-container .vertical-slider .section-who .qui-sommes-nous__slider__nav p.active {
  opacity: 1;
}
/* line 124, ../sass/_landing.scss */
.section-container .vertical-slider .section-who .qui-sommes-nous__slider__nav p.active:after {
  content: "";
  display: block;
  width: 5rem;
  height: 0.188rem;
  background-color: #333333;
  position: absolute;
  bottom: -1.75rem;
}
/* line 137, ../sass/_landing.scss */
.section-container .vertical-slider .section-who .qui-sommes-nous__slider__nav p:nth-of-type(1).active:after {
  width: 5.8rem;
}
/* line 145, ../sass/_landing.scss */
.section-container .vertical-slider .section-who .qui-sommes-nous__slider__nav p:last-of-type.active:after {
  width: 4rem;
}
/* line 152, ../sass/_landing.scss */
.section-container .vertical-slider .section-who .qui-sommes-nous__slider__nav:after {
  content: "";
  display: block;
  width: 26.625rem;
  height: 2px;
  background-color: #cecece;
  opacity: .21;
  position: absolute;
  bottom: -1.75rem;
}
/* line 165, ../sass/_landing.scss */
.section-container .vertical-slider .section-who .qui-sommes-nous__slider__for .text-who1 {
  max-width: 26.25rem;
}
/* line 169, ../sass/_landing.scss */
.section-container .vertical-slider .section-who .qui-sommes-nous__slider__for .text-who2 {
  max-width: 26.25rem;
}
/* line 173, ../sass/_landing.scss */
.section-container .vertical-slider .section-who .qui-sommes-nous__slider__for .text-who3 {
  max-width: 26.6rem;
}
/* line 181, ../sass/_landing.scss */
.section-container .vertical-slider .section-rgpd {
  background-color: #f2f2f2;
}
/* line 184, ../sass/_landing.scss */
.section-container .vertical-slider .section-rgpd .ysl-rgpd {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
/* line 193, ../sass/_landing.scss */
.section-container .vertical-slider .section-rgpd .ysl-rgpd.sliding {
  animation: 1s slideDown ease-out forwards;
}
/* line 198, ../sass/_landing.scss */
.section-container .vertical-slider .section-rgpd .text-rgpd {
  max-width: 31.3125rem;
  position: absolute;
  top: 14.875rem;
  left: 24.375rem;
}
/* line 206, ../sass/_landing.scss */
.section-container .vertical-slider .section-rgpd2 {
  background-color: #f2f2f2;
}
/* line 209, ../sass/_landing.scss */
.section-container .vertical-slider .section-rgpd2 .ysl-rgpd {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
/* line 218, ../sass/_landing.scss */
.section-container .vertical-slider .section-rgpd2 .ysl-rgpd.sliding {
  animation: 1s slideDown ease-out forwards;
}
/* line 223, ../sass/_landing.scss */
.section-container .vertical-slider .section-rgpd2 .text-rgpd {
  max-width: 31.3125rem;
  position: absolute;
  top: 14.875rem;
  left: 24.375rem;
}
/* line 231, ../sass/_landing.scss */
.section-container .vertical-slider .section-rgpd3 {
  background-color: #f2f2f2;
}
/* line 234, ../sass/_landing.scss */
.section-container .vertical-slider .section-rgpd3 .ysl-rgpd {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
/* line 243, ../sass/_landing.scss */
.section-container .vertical-slider .section-rgpd3 .ysl-rgpd.sliding {
  animation: 1s slideDown ease-out forwards;
}
/* line 248, ../sass/_landing.scss */
.section-container .vertical-slider .section-rgpd3 .text-rgpd {
  max-width: 31.3125rem;
  position: absolute;
  top: 14.875rem;
  left: 24.375rem;
}
/* line 256, ../sass/_landing.scss */
.section-container .vertical-slider .section-experts {
  background-color: #000;
  background: url("../assets/img/bck-graphite.jpg") no-repeat center;
  background-size: cover;
  position: relative;
}
/* line 262, ../sass/_landing.scss */
.section-container .vertical-slider .section-experts .expert-slick {
  width: 55%;
  height: 100%;
  margin: 0 auto;
}
/* line 267, ../sass/_landing.scss */
.section-container .vertical-slider .section-experts .expert-slick img {
  width: 50rem;
  margin-top: 8rem;
}
/* line 271, ../sass/_landing.scss */
.section-container .vertical-slider .section-experts .expert-slick img:last-child {
  margin-top: 0;
}
/* line 277, ../sass/_landing.scss */
.section-container .vertical-slider .section-experts .experts-img {
  max-width: 75.8125rem;
  position: absolute;
  top: 11.5625rem;
  left: 33.9375rem;
}
/* line 284, ../sass/_landing.scss */
.section-container .vertical-slider .section-experts .slick-list {
  margin-left: 8rem;
  padding-top: 7rem;
}
/* line 289, ../sass/_landing.scss */
.section-container .vertical-slider .section-experts .slick-dots {
  position: absolute;
  bottom: 3rem;
  left: 5rem;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
/* line 301, ../sass/_landing.scss */
.section-container .vertical-slider .section-experts .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
/* line 311, ../sass/_landing.scss */
.section-container .vertical-slider .section-experts .slick-dots li.slick-active button:before {
  opacity: 1;
  width: 13px;
  content: '';
  height: 13px;
  background-color: #fff;
  border-radius: 50%;
}
/* line 320, ../sass/_landing.scss */
.section-container .vertical-slider .section-experts .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  background-color: #37393b;
  border: 0;
  outline: none;
  width: 13px;
  border-radius: 50%;
  height: 13px;
  border: 1px solid #ffffff;
}
/* line 335, ../sass/_landing.scss */
.section-container .vertical-slider .section-experts .slick-dots li button::before {
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: 'ÔÇó';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
}
/* line 352, ../sass/_landing.scss */
.section-container .vertical-slider .section-lovestory {
  background-color: #f2f2f2;
}
/* line 359, ../sass/_landing.scss */
.section-container .vertical-slider .section-lovestory .ysl-rgpd02 {
  max-width: 24.3125rem;
  position: absolute;
  top: 14.875rem;
  left: 24.375rem;
}
/* line 366, ../sass/_landing.scss */
.section-container .vertical-slider .section-lovestory .ysl-rgpd02.sliding {
  animation: 1s slideDown ease-out forwards;
}
/* line 371, ../sass/_landing.scss */
.section-container .vertical-slider .section-lovestory .text-rgpd02 {
  width: auto;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5rem;
}
/* line 439, ../sass/_landing.scss */
.section-container .vertical-slider .section-team {
  background-image: linear-gradient(180deg, #ffffff 0%, #f0f4f7 100%), radial-gradient(circle 3099px at 50% 900.92%, rgba(255, 255, 255, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
}
/* line 442, ../sass/_landing.scss */
.section-container .vertical-slider .section-team .img-team {
  max-width: 90.0625rem;
  position: absolute;
  top: 11.3125rem;
  left: 24.375rem;
}
/* line 450, ../sass/_landing.scss */
.section-container .vertical-slider .section-sampling {
  background: url("../assets/img/bck-survey.jpg") no-repeat center;
  background-size: cover;
}
/* line 454, ../sass/_landing.scss */
.section-container .vertical-slider .section-sampling a {
  width: 100%;
  height: 100%;
  display: block;
}
/* line 460, ../sass/_landing.scss */
.section-container .vertical-slider .section-sampling .ysl-sampling {
  width: 32%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
/* line 470, ../sass/_landing.scss */
.section-container .vertical-slider .section-portfolio {
  display: block;
  width: 100%;
}
/* line 474, ../sass/_landing.scss */
.section-container .vertical-slider .section-portfolio__item {
  height: 100vh !important;
}
/* line 477, ../sass/_landing.scss */
.section-container .vertical-slider .section-portfolio__item a {
  z-index: 0;
  outline: none;
  display: block;
  height: 100%;
}
/* line 483, ../sass/_landing.scss */
.section-container .vertical-slider .section-portfolio__item a img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  opacity: .75;
}
/* line 500, ../sass/_landing.scss */
.section-container .vertical-slider .section-portfolio__item a:hover img {
  -webkit-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  opacity: 1;
}
/* line 515, ../sass/_landing.scss */
.section-container .vertical-slider .section-portfolio .slick-prev {
  position: absolute;
  bottom: 2.5625rem;
  left: 33.5%;
  transform: translateX(-50%);
  cursor: pointer;
  width: 5.3125rem;
  height: 5.3125rem;
  z-index: 99;
  box-shadow: 0px 0px 10px #000;
  border-radius: 50%;
}
/* line 528, ../sass/_landing.scss */
.section-container .vertical-slider .section-portfolio .slick-next {
  position: absolute;
  bottom: 2.5625rem;
  left: 66.75%;
  transform: translateX(-50%);
  cursor: pointer;
  width: 5.3125rem;
  height: 5.3125rem;
  z-index: 99;
  box-shadow: 0px 0px 10px #000;
  border-radius: 50%;
}
/* line 542, ../sass/_landing.scss */
.section-container .vertical-slider .section-blackbox {
  background: url("../assets/img/bck-blackbox.jpg") no-repeat center;
  background-size: cover;
}
/* line 547, ../sass/_landing.scss */
.section-container .vertical-slider .section-blackbox2 {
  background: url("../assets/img/bck-blackbox2.jpg") no-repeat center top;
  background-size: cover;
  position: relative;
}
/* line 552, ../sass/_landing.scss */
.section-container .vertical-slider .section-blackbox2 .text-blackbox2 {
  max-width: 64rem;
  position: absolute;
  bottom: 6rem;
  left: 24.5rem;
}
/* line 560, ../sass/_landing.scss */
.section-container .vertical-slider .section-blackbox3 {
  background-color: #000;
}
/* line 566, ../sass/_landing.scss */
.section-container .vertical-slider .section-blackbox3 .title-marque {
  max-width: 235px;
  margin: 18vh 0 0 27.5rem;
}
/* line 571, ../sass/_landing.scss */
.section-container .vertical-slider .section-blackbox3 .logo-beauty {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 75.5rem;
  margin: auto;
}
/* line 578, ../sass/_landing.scss */
.section-container .vertical-slider .section-blackbox3 .logo-beauty a, .section-container .vertical-slider .section-blackbox3 .logo-beauty .bl {
  width: 15.9375rem;
  height: 8.75rem;
}
/* line 582, ../sass/_landing.scss */
.section-container .vertical-slider .section-blackbox3 .logo-beauty a img, .section-container .vertical-slider .section-blackbox3 .logo-beauty .bl img {
  width: 100%;
}
/* line 589, ../sass/_landing.scss */
.section-container .vertical-slider .section-merci {
  background-color: #000;
}
/* line 592, ../sass/_landing.scss */
.section-container .vertical-slider .section-merci .merci {
  max-width: 23.8125rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
/* line 601, ../sass/_landing.scss */
.section-container .vertical-slider .section-merci {
  background-color: #000;
}
/* line 604, ../sass/_landing.scss */
.section-container .vertical-slider .section-merci .merci {
  max-width: 23.8125rem;
  position: absolute;
  left: 50%;
  top: 25%;
  transform: translate(-50%, -50%);
}
/* line 612, ../sass/_landing.scss */
.section-container .vertical-slider .section-merci .merci-team {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;
  height: 100%;
  margin-left: 40px;
}
/* line 625, ../sass/_landing.scss */
.section-container .vertical-slider .section-merci .merci-team .team {
  margin-right: 30px;
}
/* line 628, ../sass/_landing.scss */
.section-container .vertical-slider .section-merci .merci-team .team p {
  color: #bcbcbc;
  font-size: 1.1rem;
  line-height: 1.5em;
}
/* line 636, ../sass/_landing.scss */
.section-container .vertical-slider .section-merci .logo {
  max-width: 23.8125rem;
  position: absolute;
  left: 50%;
  top: 75%;
  transform: translate(-50%, -50%);
}

/* line 648, ../sass/_landing.scss */
.slick-vertical .slick-slide {
  border: none;
}

/* line 653, ../sass/_landing.scss */
.slick-slide {
  outline: none;
}

/* line 656, ../sass/_landing.scss */
.popup {
  visibility: hidden;
  z-index: -1;
  opacity: 0;
  transition: 0.3s;
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 669, ../sass/_landing.scss */
.ico {
  position: absolute;
  left: 32rem;
  width: 2.5rem;
  height: 2.5rem;
  z-index: 1;
  cursor: pointer;
  bottom: 15rem;
}

/* The actual popup */
/* line 683, ../sass/_landing.scss */
.popup .popuptext {
  width: auto;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  top: 22rem;
  position: absolute;
  left: 46rem;
}

/* Popup arrow */
/* line 697, ../sass/_landing.scss */
.popup .popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Toggle this class - hide and show the popup */
/* line 709, ../sass/_landing.scss */
.popup.show {
  z-index: 1;
  opacity: 1;
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
