@font-face {
  font-family: 'Futura Std Book';
  src: url("./fonts/FuturaStd-Book.eot");
  src: url("./fonts/FuturaStd-Book.eot?#iefix") format("embedded-opentype"), url("./fonts/FuturaStd-Book.woff2") format("woff2"), url("./fonts/FuturaStd-Book.woff") format("woff"), url("./fonts/FuturaStd-Book.ttf") format("truetype"), url("./fonts/FuturaStd-Book.svg#FuturaStd-Book") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Futura';
  src: url("./fonts/FuturaBT-BoldCondensed.eot");
  src: url("./fonts/FuturaBT-BoldCondensed.eot?#iefix") format("embedded-opentype"), url("./fonts/FuturaBT-BoldCondensed.woff2") format("woff2"), url("./fonts/FuturaBT-BoldCondensed.woff") format("woff"), url("./fonts/FuturaBT-BoldCondensed.ttf") format("truetype"), url("./fonts/FuturaBT-BoldCondensed.svg#FuturaBT-BoldCondensed") format("svg");
  font-weight: bold;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.cristel {
  width: 100%;
  margin: 0 auto;
  background: #FFFFFF;
  /*****************************
  HEADER
  *****************************/
  /*****************************
  INTRO
  *****************************/
  /*****************************
  COLLECTION
  *****************************/
  /*****************************
  MEA
  *****************************/
  /*****************************
  FOOTER
  *****************************/
}

.cristel .h2 {
  font-family: 'Futura';
  font-weight: bold;
  font-size: 35px;
  letter-spacing: 0.7px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 32px;
}

@media screen and (min-width: 769px) {
  .cristel .h2 {
    font-size: 48px;
  }
}

.cristel .h3 {
  font-family: 'Futura Std Book';
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

@media screen and (min-width: 769px) {
  .cristel .h3 {
    font-size: 30px;
  }
}

.cristel .container {
  width: 100%;
  max-width: 1280px;
  padding: 0 16px;
}

@media screen and (min-width: 769px) {
  .cristel .container {
    padding: 0 32px;
  }
}

.cristel .video__wrapper {
  position: relative;
  cursor: pointer;
}

.cristel .video__container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: #000000;
}

.cristel .video__container.-videoUp {
  z-index: 1;
}

.cristel .video__container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cristel header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.cristel header .header__left {
  width: 120px;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .cristel header .header__left {
    width: 120px;
    border-bottom: 2px solid #000000;
  }
}

.cristel header .header__left img {
  width: 100%;
  height: auto;
  display: block;
}

.cristel header .header__right {
  width: 100%;
  border-bottom: 2px solid #000000;
}

@media screen and (min-width: 769px) {
  .cristel header .header__right {
    width: calc(100% - 120px);
    padding-left: 24px;
  }
}

.cristel header .header__right ul {
  margin: 16px 0;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .cristel header .header__right ul {
    height: 100%;
    margin: 0;
  }
}

.cristel header .header__right ul li {
  display: block;
}

@media screen and (min-width: 769px) {
  .cristel header .header__right ul li {
    height: 100%;
    width: auto;
    display: inline-block;
  }
}

.cristel header .header__right ul li a {
  font-family: 'Futura Std Book';
  color: #000000;
  font-size: 18px;
  display: block;
  height: 100%;
  padding: 4px 0;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media screen and (min-width: 769px) {
  .cristel header .header__right ul li a {
    font-size: 19px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 12px 16px;
  }
}

.cristel header .header__right ul li a:hover {
  color: #4C303F;
  background: #f4edf1;
}

.cristel .intro {
  padding: 30px 0;
  text-align: center;
  margin-bottom: 56px;
}

@media screen and (min-width: 769px) {
  .cristel .intro {
    padding: 48px 0 30px 0;
  }
}

.cristel .intro .intro__text {
  font-family: 'Futura Std Book';
  color: #000000;
  font-size: 20px;
  margin-bottom: 32px;
}

@media screen and (min-width: 769px) {
  .cristel .intro .intro__text {
    font-size: 26px;
    margin-bottom: 48px;
  }
}

.cristel .intro .intro__text strong {
  font-family: 'Futura';
  font-weight: bold;
  letter-spacing: 0.7px;
}

@media screen and (min-width: 769px) {
  .cristel .intro .intro__text strong {
    font-size: 28px;
    margin-bottom: 48px;
  }
}

.cristel .intro img {
  width: 100%;
  height: auto;
  display: block;
}

.cristel .collection {
  margin-bottom: 80px;
}

@media screen and (min-width: 769px) {
  .cristel .collection {
    margin-bottom: 100px;
  }
}

.cristel .collection .collection__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px;
}

@media screen and (min-width: 769px) {
  .cristel .collection .collection__block {
    margin-bottom: 80px;
  }
}

.cristel .collection .collection__block .video__wrapper {
  position: relative;
  display: block;
  overflow: hidden;
}

.cristel .collection .collection__block .video__wrapper:hover::after {
  background-color: rgba(0, 0, 0, 0.1);
}

.cristel .collection .collection__block .video__wrapper:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.cristel .collection .collection__block .video__wrapper::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  background-image: url("./img/youtube.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100px auto;
  pointer-events: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media screen and (min-width: 769px) {
  .cristel .collection .collection__block.-reverse .collection__left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .cristel .collection .collection__block.-reverse .collection__left .video__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .cristel .collection .collection__block.-reverse .collection__left .video__wrapper iframe {
    left: auto;
    right: 0;
  }
}

@media screen and (min-width: 769px) {
  .cristel .collection .collection__block.-reverse .collection__right {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    z-index: 1;
    padding: 32px 32px 32px 0;
  }
  .cristel .collection .collection__block.-reverse .collection__right::before {
    margin-left: 40px;
  }
}

.cristel .collection .collection__left {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .cristel .collection .collection__left {
    width: 59%;
  }
}

.cristel .collection .collection__left img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.cristel .collection .collection__left iframe {
  width: calc(100% - 40px);
}

.cristel .collection .collection__right {
  position: relative;
  z-index: 2;
  width: 100%;
  margin-top: 24px;
}

@media screen and (min-width: 769px) {
  .cristel .collection .collection__right {
    position: relative;
    background: #FFFFFF;
    width: 41%;
    margin-top: 0;
    padding: 24px 32px 24px 0;
  }
  .cristel .collection .collection__right::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #FFFFFF;
    margin-left: -40px;
    z-index: -1;
  }
}

@media screen and (min-width: 769px) {
  .cristel .collection .collection__right h3 {
    font-size: 24px;
  }
}

.cristel .collection .collection__right .collection__right__text {
  margin-bottom: 20px;
}

.cristel .collection .collection__right .collection__right__text p {
  font-family: 'Futura Std Book';
  color: #000000;
  font-size: 16px;
  margin-bottom: 12px;
}

.cristel .collection .collection__right a {
  display: block;
}

.cristel .collection .collection__right img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.cristel .valeurs {
  margin-bottom: 48px;
}

.cristel .valeurs h2 {
  margin-bottom: 40px;
}

.cristel .valeurs .valeurs__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.cristel .valeurs .valeurs__block .valeurs__solo {
  width: 100%;
  margin-bottom: 40px;
}

@media screen and (min-width: 769px) {
  .cristel .valeurs .valeurs__block .valeurs__solo {
    width: calc(33% - 24px);
  }
}

.cristel .valeurs .valeurs__block .valeurs__solo h3 {
  font-size: 16px;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .cristel .valeurs .valeurs__block .valeurs__solo h3 {
    min-height: 58px;
  }
}

@media screen and (min-width: 1024px) {
  .cristel .valeurs .valeurs__block .valeurs__solo h3 {
    font-size: 18px;
    min-height: 46px;
  }
}

.cristel .valeurs .valeurs__block .valeurs__solo .video__wrapper {
  position: relative;
  display: block;
  overflow: hidden;
}

.cristel .valeurs .valeurs__block .valeurs__solo .video__wrapper:hover::after {
  background-color: rgba(0, 0, 0, 0.1);
}

.cristel .valeurs .valeurs__block .valeurs__solo .video__wrapper:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.cristel .valeurs .valeurs__block .valeurs__solo .video__wrapper::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  background-image: url("./img/youtube.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100px auto;
  pointer-events: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.cristel .valeurs .valeurs__block .valeurs__solo img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.cristel footer {
  text-align: center;
  padding-bottom: 40px;
}

.cristel footer .footer__container {
  text-align: center;
}

.cristel footer .footer__link {
  font-family: 'Futura Std Book';
  font-weight: bold;
  color: #000000;
  font-size: 18px;
  text-transform: uppercase;
  border: 2px solid #000000;
  padding: 20px 55px;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.cristel footer .footer__link:hover {
  color: #FFFFFF;
  background: #000000;
}
/*# sourceMappingURL=style.css.map */