@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, .hero .scrollinvite, 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-size: 100%;
  font: inherit;
  vertical-align:}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* Grid setup */
/* Fonts */
@font-face {
  font-family: Caslon;
  src: url("../fonts/CaslonTwoTwentyFour-Book.woff2") format("woff2"), url("../fonts/CaslonTwoTwentyFour-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: Caslon;
  src: url("../fonts/CaslonTwoTwentyFour-BlackIt.woff2") format("woff2"), url("../fonts/CaslonTwoTwentyFour-BlackIt.woff") format("woff");
  font-weight: 900;
  font-style: italic; }
@font-face {
  font-family: Caslon;
  src: url("../fonts/CaslonTwoTwentyFour-Black.woff2") format("woff2"), url("../fonts/CaslonTwoTwentyFour-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal; }
@font-face {
  font-family: Caslon;
  src: url("../fonts/ITCCaslon224W01-BoldItalic.woff2") format("woff2"), url("../fonts/ITCCaslon224W01-BoldItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic; }
@font-face {
  font-family: Caslon;
  src: url("../fonts/Caslon540.woff2") format("woff2"), url("../fonts/Caslon540.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: Neutra;
  src: url("../fonts/NeutrafaceText-Bold.woff2") format("woff2"), url("../fonts/NeutrafaceText-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: Neutra;
  src: url("../fonts/NeutrafaceText-Light.woff2") format("woff2"), url("../fonts/NeutrafaceText-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal; }
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url(../images/ajax-loader.gif) center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url(/fonts/slick.eot);
  src: url(/fonts/slick.eot?#iefix) format("embedded-opentype"), url(/fonts/slick.woff) format("woff"), url(/fonts/slick.ttf) format("truetype"), url(/fonts/slick.svg#slick) format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

body {
  font-family: Neutra; }
  body.no-scroll {
    overflow: hidden; }

h1, h2 {
  font-size: 30px;
  line-height: 1.14286;
  font-family: Caslon;
  font-weight: normal;
  margin-bottom: 25px;
  letter-spacing: -0.01em; }
  @media only screen and (min-width: 1200px) {
    h1, h2 {
      font-size: 35px; } }
  h1 em, h2 em {
    font-weight: 900;
    font-style: italic; }

h3 {
  font-size: 20px;
  line-height: 1.2;
  font-family: Neutra;
  font-weight: bold;
  margin-bottom: 30px;
  letter-spacing: 0.06em; }
  @media only screen and (min-width: 1200px) {
    h3 {
      font-size: 22px; } }

h4 {
  font-size: 18px;
  line-height: 30px;
  font-family: Caslon;
  font-weight: normal; }
  @media only screen and (min-width: 1200px) {
    h4 {
      font-size: 20px; } }

h5, .hero .scrollinvite {
  font-size: 13px;
  line-height: 1.38889;
  font-family: Neutra;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin-bottom: 30px; }

p {
  font-size: 16px;
  line-height: 1.38889;
  font-family: Neutra;
  font-weight: 300;
  letter-spacing: 0.02em; }
  @media only screen and (min-width: 1200px) {
    p {
      font-size: 18px; } }

a {
  color: inherit;
  text-decoration: none; }
  a:active, a:visited, a:focus {
    color: inherit; }

@media only screen and (min-width: 992px) {
  .nowrap {
    white-space: nowrap; } }

.IIV::-webkit-media-controls-play-button,
.IIV::-webkit-media-controls-start-playback-button {
  opacity: 0;
  pointer-events: none;
  width: 5px; }

body > .wrapper {
  width: 100vw;
  overflow-x: hidden; }
  @media only screen and (min-width: 992px) {
    body > .wrapper {
      width: auto;
      overflow-x: visible; } }

.intro, .clients, .manifesto {
  padding: 8vh 0;
  -webkit-transition: padding 1000s steps(1) 1000s;
  transition: padding 1000s steps(1) 1000s; }
  @media only screen and (min-width: 992px) {
    .intro, .clients, .manifesto {
      -webkit-transition: none;
      transition: none; } }
  @media only screen and (min-width: 992px) {
    .intro, .clients, .manifesto {
      padding: 20vh 0;
      padding: 0;
      min-height: 100vh; } }

section {
  position: relative; }

.container, .clients .logos {
  width: 100%;
  max-width: calc(100vw - 10px);
  margin-right: auto;
  margin-left: auto; }
  .container::after, .clients .logos::after {
    clear: both;
    content: "";
    display: block; }
  @media only screen and (min-width: 992px) {
    .container, .clients .logos {
      max-width: calc(100vw - 184px); } }

.chapter {
  width: 100%;
  max-width: calc(100vw - 10px);
  margin-right: auto;
  margin-left: auto;
  position: absolute;
  z-index: 9;
  top: 40px;
  left: 5px;
  right: 5px; }
  .chapter::after {
    clear: both;
    content: "";
    display: block; }
  @media only screen and (min-width: 992px) {
    .chapter {
      top: 100px;
      left: 92px;
      right: 92px;
      max-width: calc(100vw - 184px); } }
  .chapter__inner {
    position: relative; }
    .chapter__inner > div {
      font-family: Neutra;
      text-transform: uppercase;
      font-weight: bold;
      font-size: 13px;
      letter-spacing: 0.1em;
      color: transparent;
      width: calc(83.33333% - 18.33333px);
      float: left;
      margin-left: 10px;
      margin-left: calc(8% - 11.66667px + 20px); }
      .chapter__inner > div a {
        pointer-events: none; }
      @media only screen and (min-width: 992px) {
        .chapter__inner > div {
          width: calc(88.88889% - 18.88889px);
          float: left;
          margin-left: 10px;
          margin-left: calc(11.11111% - 11.11111px + 20px); } }
      .chapter--manifesto .chapter__inner > div {
        color: #fff; }
        .chapter--manifesto .chapter__inner > div a:nth-child(1) {
          opacity: 1; }
      .chapter--clients .chapter__inner > div {
        color: rgba(0, 0, 0, 0.8); }
        .chapter--clients .chapter__inner > div a:nth-child(2) {
          opacity: 1; }
      .chapter--projet .chapter__inner > div {
        color: #fff; }
        .chapter--projet .chapter__inner > div a:nth-child(3) {
          opacity: 1; }
      .chapter__inner > div::before {
        content: "";
        height: 1px;
        left: -5px;
        right: calc(83.33333% - 11.66667px + 20px);
        background-color: currentColor;
        display: block;
        position: absolute;
        top: 7px;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease; }
        @media only screen and (min-width: 992px) {
          .chapter__inner > div::before {
            width: calc(11.11111% - 11.11111px);
            float: left;
            margin-left: 10px;
            float: none;
            margin-left: 0;
            padding-left: 10px;
            right: auto;
            left: 0; } }
        .chapter-- .chapter__inner > div::before {
          width: 0;
          padding-left: 0; }

nav {
  width: calc(8% - 11.66667px);
  float: left;
  margin-left: 10px;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  color: #fff;
  margin: 0;
  position: fixed;
  -webkit-transition: width 0.4s ease, background-color 0.4s ease, height 0.4s ease;
  transition: width 0.4s ease, background-color 0.4s ease, height 0.4s ease;
  z-index: 10;
  width: 0;
  height: 100vh;
  -webkit-transition: height 1000s steps(1) 1000s;
  transition: height 1000s steps(1) 1000s; }
  @media only screen and (min-width: 992px) {
    nav {
      -webkit-transition: none;
      transition: none; } }
  @media only screen and (min-width: 992px) {
    nav {
      float: none;
      width: 92px; } }
  nav.open {
    width: 100%;
    background-color: rgba(46, 45, 44, 0.95); }
    nav.open .content {
      margin-right: 0;
      opacity: 1; }
      nav.open .content ul.main,
      nav.open .content ul.social,
      nav.open .content ul.lang,
      nav.open .content div.logo {
        opacity: 1;
        top: 0; }
    nav.open span div:nth-child(1) {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
    nav.open span div:nth-child(2) {
      -webkit-transform: scale(0.1);
              transform: scale(0.1); }
    nav.open span div:nth-child(3) {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
  nav .trigger {
    text-align: center;
    cursor: pointer;
    width: calc(8% - 11.66667px);
    float: left;
    margin-left: 10px;
    top: 0;
    right: auto;
    bottom: auto;
    left: -10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
    position: fixed;
    height: 100vh;
    -webkit-transition: height 1000s steps(1) 1000s;
    transition: height 1000s steps(1) 1000s; }
    @media only screen and (min-width: 992px) {
      nav .trigger {
        -webkit-transition: none;
        transition: none; } }
    @media only screen and (min-width: 992px) {
      nav .trigger {
        position: absolute;
        left: 0;
        width: 92px;
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        background-color: #3b3a38;
        -webkit-transition: background-color 0.4s ease;
        transition: background-color 0.4s ease; }
        nav .trigger:hover {
          background-color: #31302e; } }
    nav .trigger.negative span div {
      background-color: #000; }
  nav span {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: calc(50% - 10px);
    display: inline-block;
    color: #fff;
    height: 20px;
    width: 20px; }
    nav span div {
      background-color: #ededed;
      width: 100%;
      height: 3px;
      margin-bottom: 4px;
      -webkit-transform-origin: left;
              transform-origin: left;
      -webkit-transition: all 0.4s ease;
      transition: all 0.4s ease; }
      @media only screen and (min-width: 992px) {
        nav span div {
          background-color: #fff; } }
      nav span div:nth-child(2) {
        -webkit-transform-origin: center;
                transform-origin: center; }
    @media only screen and (min-width: 992px) {
      nav span {
        color: #fff; } }
  nav .content {
    margin-right: 92px;
    position: absolute;
    text-align: center;
    opacity: 0;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
    width: 100vw;
    z-index: -1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto; }
    @media only screen and (min-width: 992px) {
      nav .content {
        width: calc(100vw - 92px); } }
    nav .content div.logo {
      width: 135px;
      margin: 0 auto;
      opacity: 0;
      top: 20px;
      position: relative;
      -webkit-transition: all 0.4s ease 0.4s;
      transition: all 0.4s ease 0.4s; }
    nav .content ul.main {
      padding-top: 80px;
      padding-bottom: 80px;
      opacity: 0;
      top: 20px;
      position: relative;
      -webkit-transition: all 0.4s ease 0.4s;
      transition: all 0.4s ease 0.4s; }
      nav .content ul.main li {
        letter-spacing: -0.03em;
        font-family: Caslon;
        font-size: 50px;
        line-height: 50px;
        -webkit-transition: all 0.4s ease, letter-spacing 0.4s ease;
        transition: all 0.4s ease, letter-spacing 0.4s ease;
        letter-spacing: 0; }
        @media only screen and (min-width: 992px) {
          nav .content ul.main li {
            font-size: 70px;
            line-height: 70px; } }
        nav .content ul.main li:hover {
          letter-spacing: 0.4px;
          color: #a60000; }
    nav .content ul.social,
    nav .content ul.lang {
      opacity: 0;
      top: 20px;
      position: relative;
      -webkit-transition: all 0.4s ease 0.4s;
      transition: all 0.4s ease 0.4s; }
      nav .content ul.social li,
      nav .content ul.lang li {
        text-transform: uppercase;
        font-size: 13px;
        line-height: 35px;
        letter-spacing: 0.01em;
        font-weight: bold; }
        @media only screen and (min-width: 992px) {
          nav .content ul.social li,
          nav .content ul.lang li {
            display: inline-block; }
            nav .content ul.social li:not(:last-child)::after,
            nav .content ul.lang li:not(:last-child)::after {
              content: " | ";
              padding: 0 20px; } }
    nav .content ul.lang li {
      display: inline-block; }
      nav .content ul.lang li:not(:last-child)::after {
        content: " | "; }
  nav + .chapter {
    position: fixed; }
    nav + .chapter a {
      opacity: 0;
      -webkit-transition: opacity 0.4s ease;
      transition: opacity 0.4s ease;
      position: absolute; }
      nav + .chapter a.active {
        opacity: 1; }

footer {
  background-color: #2e2d2c;
  color: #fff; }
  footer .container, footer .clients .logos, .clients footer .logos {
    font-size: 0; }
    footer .container > div:not(:last-child), footer .clients .logos > div:not(:last-child), .clients footer .logos > div:not(:last-child) {
      float: none;
      display: inline-block;
      vertical-align: middle;
      padding-top: 20px;
      padding-bottom: 20px; }
  footer .logo {
    width: calc(83.33333% - 18.33333px);
    float: left;
    margin-left: 10px;
    margin-left: calc(8% - 11.66667px + 20px);
    margin-bottom: 30px; }
    @media only screen and (min-width: 992px) {
      footer .logo {
        width: calc(22.22222% - 12.22222px);
        float: left;
        margin-left: 10px;
        text-align: center;
        margin-bottom: 0; } }
    footer .logo img {
      width: 110px; }
  footer .contact {
    width: calc(83.33333% - 18.33333px);
    float: left;
    margin-left: 10px;
    margin-left: calc(8% - 11.66667px + 20px);
    margin-bottom: 30px;
    font-size: 17px;
    line-height: 30px;
    letter-spacing: 0.06em; }
    @media only screen and (min-width: 992px) {
      footer .contact {
        width: calc(33.33333% - 13.33333px);
        float: left;
        margin-left: 10px;
        padding-left: 6.35593%;
        padding-right: 20px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        margin-left: -5px;
        margin-right: 5px;
        margin-bottom: 0;
        border-width: 0 1px;
        border-color: currentColor;
        border-style: solid; } }
    footer .contact strong {
      font-family: Caslon;
      font-size: 20px;
      letter-spacing: 0.02em; }
  footer .social {
    width: calc(83.33333% - 18.33333px);
    float: left;
    margin-left: 10px;
    margin-left: calc(8% - 11.66667px + 20px);
    margin-bottom: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media only screen and (min-width: 992px) {
      footer .social {
        width: calc(44.44444% - 14.44444px);
        float: left;
        margin-left: 10px;
        padding-left: 6.35593%;
        margin-bottom: 0; } }
    footer .social img {
      height: 18px;
      width: auto;
      padding-right: 20px; }
  footer .legals {
    width: calc(83.33333% - 18.33333px);
    float: left;
    margin-left: 10px;
    margin-left: calc(8% - 11.66667px + 20px);
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.12em; }
    @media only screen and (min-width: 992px) {
      footer .legals {
        width: calc(100% - 20px);
        float: left;
        margin-left: 10px;
        padding: 60px 0;
        text-align: center;
        margin-bottom: 0; } }

.hero {
  background-size: cover;
  background-color: #cbc2b7;
  text-align: center;
  position: relative;
  z-index: 10;
  height: 100vh;
  overflow: hidden;
  -webkit-transition: height 1000s steps(1) 1000s;
  transition: height 1000s steps(1) 1000s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media only screen and (min-width: 992px) {
    .hero {
      -webkit-transition: none;
      transition: none; } }
  @media only screen and (min-width: 992px) {
    .hero {
      height: 100vh; } }
  .hero img {
    width: 50%;
    max-width: 320px;
    position: relative;
    z-index: 12; }
    @media only screen and (min-width: 992px) {
      .hero img {
        width: 20.93704%;
        max-width: none; } }
  .hero video {
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    background-color:  #cbc2b7;
    -webkit-transition: height 1000s steps(1) 1000s;
    transition: height 1000s steps(1) 1000s; }
    @media only screen and (min-width: 992px) {
      .hero video {
		 top: 0;
        -webkit-transition: none;
        transition: none; } }
  .hero .scrollinvite {
    color: #fff;
    position: absolute;
    bottom: 35px;
    right: 0;
    left: 0;
    z-index: 11;
    -webkit-transition: opacity 2s ease;
    transition: opacity 2s ease;
    opacity: 0; }
    .hero .scrollinvite.visible {
      opacity: 1; }
    .hero .scrollinvite::after, .hero .scrollinvite::before {
      border-color: #fff;
      border-style: solid;
      border-width: 3px 3px 0 0;
      content: "";
      display: inline-block;
      height: 16px;
      width: 16px;
      top: 15px;
      left: calc(50% - 8px);
      -webkit-transform: rotate(135deg);
              transform: rotate(135deg);
      position: absolute;
      -webkit-animation: scrolldown 2s infinite;
              animation: scrolldown 2s infinite; }
    .hero .scrollinvite::after {
      -webkit-animation-delay: 1s;
              animation-delay: 1s; }

@-webkit-keyframes scrolldown {
  0% {
    top: 15px;
    opacity: 0; }
  15% {
    opacity: 1; }
  100% {
    top: 150%;
    opacity: 0; } }

@keyframes scrolldown {
  0% {
    top: 15px;
    opacity: 0; }
  15% {
    opacity: 1; }
  100% {
    top: 150%;
    opacity: 0; } }
.intro {
  overflow: hidden; }
  .intro--text {
    color: #2e2d2c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: calc(83.33333% - 18.33333px);
    float: left;
    margin-left: 10px;
    margin-left: calc(8% - 11.66667px + 20px);
    margin-bottom: 80px;
    font-size: 0; }
    @media only screen and (min-width: 992px) {
      .intro--text {
        width: calc(33.33333% - 13.33333px);
        float: left;
        margin-left: 10px;
        margin-left: calc(11.11111% - 11.11111px + 20px);
        height: 100vh;
        margin-bottom: 0;
        -webkit-transition: height 1000s steps(1) 1000s;
        transition: height 1000s steps(1) 1000s; } }
  @media only screen and (min-width: 992px) and (min-width: 992px) {
    .intro--text {
      -webkit-transition: none;
      transition: none; } }

    .intro--text div.logo {
      max-width: 84px;
      margin-bottom: 10vh;
      -webkit-transition: margin-bottom 1000s steps(1) 1000s;
      transition: margin-bottom 1000s steps(1) 1000s; }
      @media only screen and (min-width: 992px) {
        .intro--text div.logo {
          -webkit-transition: none;
          transition: none; } }
      .intro--text div.logo img {
        width: 100%; }
      @media only screen and (min-width: 992px) {
        .intro--text div.logo {
          max-width: 120px; } }
    .intro--text div.col {
      width: 50%;
      display: inline-block;
      vertical-align: top;
      padding-right: 5px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      @media only screen and (min-width: 992px) {
        .intro--text div.col {
          padding-right: 12px; } }
    .intro--text > div {
      position: relative;
      -webkit-transition: all 0.4s ease;
      transition: all 0.4s ease; }
      @media only screen and (min-width: 992px) {
        .intro--text > div {
          top: 50px;
          opacity: 0; } }
      .intro--text > div + div {
        -webkit-transition-delay: 0.2s;
                transition-delay: 0.2s; }
      .motion .intro--text > div {
        top: 0;
        opacity: 1; }
  .intro--image {
    width: calc(83.33333% - 18.33333px);
    float: left;
    margin-left: 10px;
    margin-left: calc(8% - 11.66667px + 20px);
    position: relative; }
    @media only screen and (min-width: 992px) {
      .intro--image {
        height: 100vh; } }
    .intro--image .wrapper {
      margin-right: -15px; }
      @media only screen and (min-width: 992px) {
        .intro--image .wrapper {
          position: absolute;
          height: 100%;
          overflow: hidden;
          margin-right: -10px;
          top: 0;
          right: -92px;
          bottom: 0;
          left: 0; } }
      .intro--image .wrapper img, .intro--image .wrapper video {
        width: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
        @media only screen and (min-width: 992px) {
          .intro--image .wrapper img, .intro--image .wrapper video {
            height: 100%; } }
    @media only screen and (min-width: 992px) {
      .intro--image {
        width: calc(44.44444% - 14.44444px);
        float: left;
        margin-left: 10px;
        margin-left: calc(11.11111% - 11.11111px + 20px); } }

.scrollh {
  overflow-x: hidden; }
  @media only screen and (min-width: 992px) {
    .scrollh {
      position: relative;
      height: calc(200vw +  100vh); } }
  .scrollh > .inner {
    top: 0;
    left: 0;
    overflow: hidden;
    margin-bottom: 0; }
    @media only screen and (min-width: 992px) {
      .scrollh > .inner {
        white-space: nowrap;
        font-size: 0;
        position: absolute;
        will-change: transform; } }
  .scrollh .slick-dots {
    bottom: calc(10vh - 10px);
    text-align: left;
    width: 60%;
    padding: 0 20%; }
    .scrollh .slick-dots li button::before {
      content: "";
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background-color: currentColor;
      color: #2e2d2c; }
    .scrollh .slick-dots li.slick-active button::before {
      color: #fff; }

.manifesto {
  vertical-align: top;
  white-space: normal;
  position: relative;
  width: 100vw;
  padding: 8vh 0 20vh;
  -webkit-transition: padding 1000s steps(1) 1000s;
  transition: padding 1000s steps(1) 1000s; }
  @media only screen and (min-width: 992px) {
    .manifesto {
      -webkit-transition: none;
      transition: none; } }
  @media only screen and (min-width: 992px) {
    .manifesto {
      height: 100vh;
      display: inline-block;
      padding: 0; } }
  .manifesto > .inner {
    display: block;
    height: 100%; }
  .manifesto--norules .filler {
    border-color: transparent !important; }
  .manifesto--norules .break::after,
  .manifesto--norules .text p::after {
    visibility: hidden !important; }
  .manifesto--norules .text::before,
  .manifesto--norules .container::before,
  .manifesto--norules .clients .logos::before,
  .clients .manifesto--norules .logos::before {
    visibility: hidden !important; }
  .manifesto--norules + .inner {
    pointer-events: none;
    top: 0;
    right: 0;
    left: 0;
    overflow: hidden;
    -webkit-animation-duration: 1.8s;
            animation-duration: 1.8s;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    background: none; }
    .manifesto--norules + .inner .filler {
      background: none !important; }
    .manifesto--norules + .inner .index span {
      display: none !important; }
    .manifesto1 .manifesto--norules + .inner {
      -webkit-clip-path: polygon(100% 0%, 100% 0%, 100% 0%, 100% 0%);
              clip-path: polygon(100% 0%, 100% 0%, 100% 0%, 100% 0%); }
    .animate.manifesto1 .manifesto--norules + .inner {
      -webkit-animation-name: scan;
              animation-name: scan; }
    .manifesto2 .manifesto--norules + .inner, .manifesto3 .manifesto--norules + .inner {
      -webkit-clip-path: polygon(100% 0%, 100% 0%, 100% 25%, 75% 0%);
              clip-path: polygon(100% 0%, 100% 0%, 100% 25%, 75% 0%); }
    .animate.manifesto2 .manifesto--norules + .inner, .animate.manifesto3 .manifesto--norules + .inner {
      -webkit-animation-name: scan;
              animation-name: scan; }
    .manifesto--norules + .inner video {
      display: none; }
    .manifesto--norules + .inner * {
      color: transparent;
      background: none; }
  .manifesto .index {
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0; }
    @media only screen and (min-width: 992px) {
      .manifesto .index {
        position: static; } }
    .manifesto .index div.number {
      line-height: 0.6;
      font-size: 120px;
      text-align: center; }
      @media only screen and (min-width: 992px) {
        .manifesto .index div.number {
          font-size: 200px; } }

.manifesto1 {
  background-color: #0f0f0e;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: inline-block; }
  .manifesto1 h3 {
    color: #a60000; }
  .manifesto1 .inner {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: flex !important; }
  .manifesto1 .container, .manifesto1 .clients .logos, .clients .manifesto1 .logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
    @media only screen and (min-width: 992px) {
      .manifesto1 .container, .manifesto1 .clients .logos, .clients .manifesto1 .logos {
        display: block; }
        .manifesto1 .container::before, .manifesto1 .clients .logos::before, .clients .manifesto1 .logos::before {
          content: "";
          display: block;
          width: 100vw;
          height: 1px;
          z-index: 1;
          background-color: #fff;
          position: absolute;
          left: 50%;
          margin-left: -50vw;
          right: 50%;
          margin-right: -50vw; } }
  .manifesto1 .index {
    margin-top: -40px;
    display: block; }
    @media only screen and (min-width: 992px) {
      .manifesto1 .index {
        width: calc(33.33333% - 13.33333px);
        float: left;
        margin-left: 10px;
        padding: 80px 0; } }
    .manifesto1 .index div.filler {
      width: 100%;
      margin-left: -10px;
      padding-left: 10px;
      height: 280px;
      margin-top: 60px;
      margin-bottom: -280px;
      background-size: cover;
      border-top: 1px solid #fff;
      border-bottom: 1px solid #fff;
      display: none;
      position: relative;
      overflow: hidden; }
      @media only screen and (min-width: 992px) {
        .manifesto1 .index div.filler {
          display: block; } }
      .manifesto1 .index div.filler video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
  .manifesto1 .text {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    width: calc(83.33333% - 18.33333px);
    float: left;
    margin-left: 10px;
    margin-left: calc(8% - 11.66667px + 20px); }
    @media only screen and (min-width: 992px) {
      .manifesto1 .text {
        padding-top: 80px;
        padding-bottom: 80px; } }
    @media only screen and (min-width: 992px) {
      .manifesto1 .text {
        width: calc(66.66667% - 16.66667px);
        float: left;
        margin-left: 10px;
        padding-left: 11.18644%; }
        .manifesto1 .text::before {
          content: "";
          display: block;
          width: 1px;
          height: 100vh;
          background-color: #fff;
          position: absolute;
          left: -10px;
          top: 0;
          bottom: 50%;
          margin-bottom: -50vh; } }
    .manifesto1 .text div {
      position: relative;
      -webkit-transition: all 0.4s ease;
      transition: all 0.4s ease; }
      @media only screen and (min-width: 992px) {
        .manifesto1 .text div {
          opacity: 0;
          top: 50px; } }
      .manifesto1 .text div + div {
        -webkit-transition-delay: 0.2s;
                transition-delay: 0.2s; }
  .manifesto1.motion .text div {
    top: 0;
    opacity: 1; }

.manifesto2 {
  background-color: #a60000;
  color: #fff;
  overflow: hidden;
  position: relative; }
  .manifesto2 .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: flex !important; }
  .manifesto2 video {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    display: none;
    top: 50%;
    bottom: auto;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
    @media only screen and (min-width: 992px) {
      .manifesto2 video {
        display: block; } }
  .manifesto2 .container, .manifesto2 .clients .logos, .clients .manifesto2 .logos {
    font-size: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
    @media only screen and (min-width: 992px) {
      .manifesto2 .container, .manifesto2 .clients .logos, .clients .manifesto2 .logos {
        display: block; } }
    .manifesto2 .container > div, .manifesto2 .clients .logos > div, .clients .manifesto2 .logos > div {
      display: inline-block;
      vertical-align: bottom;
      float: none; }
  .manifesto2 .index {
    z-index: 3; }
    @media only screen and (min-width: 992px) {
      .manifesto2 .index {
        height: 100%;
        position: relative;
        width: calc(33.33333% - 13.33333px);
        float: left;
        margin-left: 10px; } }
    @media only screen and (min-width: 992px) {
      .manifesto2 .index .number {
        position: absolute;
        top: auto;
        right: 0;
        bottom: 15px;
        left: 0; } }
  .manifesto2 .text {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    width: calc(83.33333% - 18.33333px);
    float: left;
    margin-left: 10px;
    margin-left: calc(8% - 11.66667px + 20px); }
    .manifesto2 .text div {
      margin-bottom: 10px; }
    @media only screen and (min-width: 992px) {
      .manifesto2 .text {
        width: calc(66.66667% - 16.66667px);
        float: left;
        margin-left: 10px;
        padding-left: 11.18644%; }
        .manifesto2 .text div {
          float: left;
          width: 50%;
          padding-right: 10px;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box; } }
    .manifesto2 .text .break {
      margin-bottom: 80px; }
      @media only screen and (min-width: 992px) {
        .manifesto2 .text .break {
          margin-bottom: 100px; }
          .manifesto2 .text .break::after {
            content: "";
            display: block;
            width: 100vw;
            height: 1px;
            background-color: #fff;
            position: absolute;
            left: -10px;
            margin-top: 50px; } }
    @media only screen and (min-width: 992px) {
      .manifesto2 .text::before {
        content: "";
        display: block;
        width: 1px;
        height: 100vh;
        background-color: #fff;
        position: absolute;
        left: -10px;
        top: 50%;
        margin-top: -50vh;
        bottom: 50%;
        margin-bottom: -50vh; } }

.manifesto3 {
  background-color: #C6BAAD;
  color: #2e2d2c;
  overflow: hidden; }
  .manifesto3 h3 {
    color: #a60000; }
  .manifesto3 .container, .manifesto3 .clients .logos, .clients .manifesto3 .logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
    @media only screen and (min-width: 992px) {
      .manifesto3 .container, .manifesto3 .clients .logos, .clients .manifesto3 .logos {
        display: block; } }
  @media only screen and (min-width: 992px) {
    .manifesto3 .index {
      width: calc(33.33333% - 13.33333px);
      float: left;
      margin-left: 10px;
      margin-left: calc(11.11111% - 11.11111px + 20px);
      height: 100vh; } }
  .manifesto3 .index div {
    color: #fff; }
    @media only screen and (min-width: 992px) {
      .manifesto3 .index div {
        position: absolute;
        top: auto;
        right: auto;
        bottom: 80px;
        left: auto; } }
    .manifesto3 .index div span {
      display: block;
      height: 20px;
      width: 20px;
      border-radius: 50%;
      border: 1px solid #fff;
      position: absolute;
      top: 50%;
      left: 50%;
      opacity: 0;
      -webkit-transition-property: all;
      transition-property: all;
      -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
              transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
      -webkit-transform: translate3d(-50%, -50%, 0);
              transform: translate3d(-50%, -50%, 0);
      will-change: height, width, opacity; }
  .manifesto3.motion .index div span {
    opacity: 1; }
    .manifesto3.motion .index div span:nth-child(1) {
      -webkit-transition-duration: 1.15s;
              transition-duration: 1.15s;
      height: 360px;
      width: 360px;
      -webkit-transition-delay: 0.55s;
              transition-delay: 0.55s; }
    .manifesto3.motion .index div span:nth-child(2) {
      -webkit-transition-duration: 1.1s;
              transition-duration: 1.1s;
      height: 480px;
      width: 480px;
      -webkit-transition-delay: 0.5s;
              transition-delay: 0.5s; }
    .manifesto3.motion .index div span:nth-child(3) {
      -webkit-transition-duration: 1.05s;
              transition-duration: 1.05s;
      height: 600px;
      width: 600px;
      -webkit-transition-delay: 0.45s;
              transition-delay: 0.45s; }
    .manifesto3.motion .index div span:nth-child(4) {
      -webkit-transition-duration: 1s;
              transition-duration: 1s;
      height: 720px;
      width: 720px;
      -webkit-transition-delay: 0.4s;
              transition-delay: 0.4s; }
    .manifesto3.motion .index div span:nth-child(5) {
      -webkit-transition-duration: 0.95s;
              transition-duration: 0.95s;
      height: 840px;
      width: 840px;
      -webkit-transition-delay: 0.35s;
              transition-delay: 0.35s; }
    .manifesto3.motion .index div span:nth-child(6) {
      -webkit-transition-duration: 0.9s;
              transition-duration: 0.9s;
      height: 960px;
      width: 960px;
      -webkit-transition-delay: 0.3s;
              transition-delay: 0.3s; }
    .manifesto3.motion .index div span:nth-child(7) {
      -webkit-transition-duration: 0.85s;
              transition-duration: 0.85s;
      height: 1080px;
      width: 1080px;
      -webkit-transition-delay: 0.25s;
              transition-delay: 0.25s; }
    .manifesto3.motion .index div span:nth-child(8) {
      -webkit-transition-duration: 0.8s;
              transition-duration: 0.8s;
      height: 1200px;
      width: 1200px;
      -webkit-transition-delay: 0.2s;
              transition-delay: 0.2s; }
    .manifesto3.motion .index div span:nth-child(9) {
      -webkit-transition-duration: 0.75s;
              transition-duration: 0.75s;
      height: 1320px;
      width: 1320px;
      -webkit-transition-delay: 0.15s;
              transition-delay: 0.15s; }
    .manifesto3.motion .index div span:nth-child(10) {
      -webkit-transition-duration: 0.7s;
              transition-duration: 0.7s;
      height: 1440px;
      width: 1440px;
      -webkit-transition-delay: 0.1s;
              transition-delay: 0.1s; }
    .manifesto3.motion .index div span:nth-child(11) {
      -webkit-transition-duration: 0.65s;
              transition-duration: 0.65s;
      height: 1560px;
      width: 1560px;
      -webkit-transition-delay: 0.05s;
              transition-delay: 0.05s; }
    .manifesto3.motion .index div span:nth-child(12) {
      -webkit-transition-duration: 0.6s;
              transition-duration: 0.6s;
      height: 1680px;
      width: 1680px;
      -webkit-transition-delay: 0s;
              transition-delay: 0s; }
  .manifesto3 .text {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    z-index: 2;
    width: calc(83.33333% - 18.33333px);
    float: left;
    margin-left: 10px;
    margin-left: calc(8% - 11.66667px + 20px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media only screen and (min-width: 992px) {
      .manifesto3 .text {
        width: calc(55.55556% - 15.55556px);
        float: left;
        margin-left: 10px;
        height: 100vh;
        padding-left: 11.18644%; } }
    @media only screen and (min-width: 992px) {
      .manifesto3 .text h3 {
        margin-top: -4vw; } }
    @media only screen and (min-width: 992px) {
      .manifesto3 .text p::after {
        content: "";
        display: block;
        height: 1px;
        background-color: #fff;
        position: absolute;
        left: -10px;
        right: -102px;
        margin-top: 8vw; } }
    @media only screen and (min-width: 992px) {
      .manifesto3 .text::before {
        content: "";
        display: block;
        width: 1px;
        height: 100vh;
        background-color: #fff;
        position: absolute;
        left: -10px;
        top: 50%;
        margin-top: -50vh;
        bottom: 50%;
        margin-bottom: -50vh; } }

  @media only screen and (max-width: 992px) {
#video_desktop
	  {display: none;}
}

@-webkit-keyframes scan {
  0% {
    -webkit-clip-path: polygon(100% 0%, 100% 0%, 100% 25%, 75% 0%);
            clip-path: polygon(100% 0%, 100% 0%, 100% 25%, 75% 0%); }
  46% {
    -webkit-clip-path: polygon(25% 0%, 100% 75%, 100% 100%, 0% 0%);
            clip-path: polygon(25% 0%, 100% 75%, 100% 100%, 0% 0%); }
  55% {
    -webkit-clip-path: polygon(0% 0%, 100% 100%, 75% 100%, 0% 25%);
            clip-path: polygon(0% 0%, 100% 100%, 75% 100%, 0% 25%); }
  100% {
    -webkit-clip-path: polygon(0% 75%, 25% 100%, 0% 100%, 0% 100%);
            clip-path: polygon(0% 75%, 25% 100%, 0% 100%, 0% 100%); } }

@keyframes scan {
  0% {
    -webkit-clip-path: polygon(100% 0%, 100% 0%, 100% 25%, 75% 0%);
            clip-path: polygon(100% 0%, 100% 0%, 100% 25%, 75% 0%); }
  46% {
    -webkit-clip-path: polygon(25% 0%, 100% 75%, 100% 100%, 0% 0%);
            clip-path: polygon(25% 0%, 100% 75%, 100% 100%, 0% 0%); }
  55% {
    -webkit-clip-path: polygon(0% 0%, 100% 100%, 75% 100%, 0% 25%);
            clip-path: polygon(0% 0%, 100% 100%, 75% 100%, 0% 25%); }
  100% {
    -webkit-clip-path: polygon(0% 75%, 25% 100%, 0% 100%, 0% 100%);
            clip-path: polygon(0% 75%, 25% 100%, 0% 100%, 0% 100%); } }
@-webkit-keyframes scan2 {
  0% {
    -webkit-clip-path: polygon(0% 0%, 0% 0%, 25% 0%, 0% 25%);
            clip-path: polygon(0% 0%, 0% 0%, 25% 0%, 0% 25%); }
  46% {
    -webkit-clip-path: polygon(0% 75%, 75% 0%, 100% 0%, 0% 100%);
            clip-path: polygon(0% 75%, 75% 0%, 100% 0%, 0% 100%); }
  55% {
    -webkit-clip-path: polygon(0% 100%, 100% 0%, 100% 25%, 25% 100%);
            clip-path: polygon(0% 100%, 100% 0%, 100% 25%, 25% 100%); }
  100% {
    -webkit-clip-path: polygon(75% 100%, 100% 75%, 100% 100%, 100% 100%);
            clip-path: polygon(75% 100%, 100% 75%, 100% 100%, 100% 100%); } }
@keyframes scan2 {
  0% {
    -webkit-clip-path: polygon(0% 0%, 0% 0%, 25% 0%, 0% 25%);
            clip-path: polygon(0% 0%, 0% 0%, 25% 0%, 0% 25%); }
  46% {
    -webkit-clip-path: polygon(0% 75%, 75% 0%, 100% 0%, 0% 100%);
            clip-path: polygon(0% 75%, 75% 0%, 100% 0%, 0% 100%); }
  55% {
    -webkit-clip-path: polygon(0% 100%, 100% 0%, 100% 25%, 25% 100%);
            clip-path: polygon(0% 100%, 100% 0%, 100% 25%, 25% 100%); }
  100% {
    -webkit-clip-path: polygon(75% 100%, 100% 75%, 100% 100%, 100% 100%);
            clip-path: polygon(75% 100%, 100% 75%, 100% 100%, 100% 100%); } }
.clients {
  background-color: #f4f4f4;
  height: 100vh;
  -webkit-transition: height 1000s steps(1) 1000s;
  transition: height 1000s steps(1) 1000s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: Caslon; }
  @media only screen and (min-width: 992px) {
    .clients {
      -webkit-transition: none;
      transition: none; } }
  .clients .container, .clients .logos {
    font-size: 0; }
  .clients .fields {
    width: calc(83.33333% - 18.33333px);
    float: left;
    margin-left: 10px;
    margin-left: calc(8% - 11.66667px + 20px);
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media only screen and (min-width: 992px) {
      .clients .fields {
        width: calc(44.44444% - 14.44444px);
        float: left;
        margin-left: 10px;
        margin-left: calc(11.11111% - 11.11111px + 20px);
        float: none;
        vertical-align: middle;
        display: inline-block; } }
    .clients .fields li {
      font-weight: 900;
      letter-spacing: -0.01em;
      line-height: 1;
      color: rgba(0, 0, 0, 0.2);
      -webkit-transition: color 0.4s ease;
      transition: color 0.4s ease;
      cursor: pointer;
      font-size: 30px; }
      @media only screen and (min-width: 992px) {
        .clients .fields li {
          font-size: 48px; } }
      @media only screen and (min-width: 1200px) {
        .clients .fields li {
          font-size: 60px; } }
      .clients .fields li.active {
        color: #a60000;
        z-index: 8;
        position: relative; }
  .clients .logos {
    z-index: 6;
    pointer-events: none;
    top: 0;
    bottom: 0;
    width: calc(66.66667% - 16.66667px);
    float: left;
    margin-left: 10px;
    margin-left: calc(8% - 11.66667px + 20px); }
    @media only screen and (min-width: 992px) {
      .clients .logos {
        width: 100%;
        position: absolute;
        margin-left: 0; } }
    .clients .logos .logos-logos {
      height: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .clients .logos .slick-track {
      font-size: 0;
      white-space: nowrap; }
    .clients .logos .slick-slide {
      float: none;
      display: inline-block;
      vertical-align: middle;
      margin-top: 8vw;
      -webkit-transition: all 0.4s ease-out;
      transition: all 0.4s ease-out;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      @media only screen and (min-width: 992px) {
        .clients .logos .slick-slide {
          margin-top: 50px; } }
      .clients .logos .slick-slide img {
        max-width: 100%;
        width: 85%;
        margin-left: auto;
        margin-right: auto; }
        @media only screen and (min-width: 992px) {
          .clients .logos .slick-slide img {
            width: 60%; } }
    .clients .logos > li {
      position: relative;
      margin-bottom: -100%;
      visibility: hidden;
      -webkit-transform: scale(0);
              transform: scale(0);
      -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.86, 0, 0.07, 1);
      transition: -webkit-transform 0.4s cubic-bezier(0.86, 0, 0.07, 1);
      transition: transform 0.4s cubic-bezier(0.86, 0, 0.07, 1);
      transition: transform 0.4s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.4s cubic-bezier(0.86, 0, 0.07, 1);
      display: block;
      height: 100%; }
      .clients .logos > li:last-child {
        margin-bottom: 30px; }
      @media only screen and (min-width: 992px) {
        .clients .logos > li {
          width: calc(33.33333% - 13.33333px);
          float: left;
          margin-left: 10px;
          margin-left: calc(22.22222% - 12.22222px + 20px);
          padding-right: 36px;
          padding-left: 36px;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box; } }
      .clients .logos > li::before {
        content: "";
        display: block;
        padding-top: 100%;
        background-color: #2e2d2c;
        border-radius: 50%; }
        @media only screen and (min-width: 992px) {
          .clients .logos > li::before {
            -webkit-transform: translateY(-50%);
                    transform: translateY(-50%); } }
      .clients .logos > li ul {
        position: absolute;
        top: 0;
        right: 36px;
        bottom: 0;
        left: 36px;
        overflow: hidden; }
      @media only screen and (min-width: 992px) {
        .clients .logos > li {
          padding-top: 50vh; } }
      .clients .logos > li.visible {
        visibility: visible; }
      .clients .logos > li.active {
        -webkit-transform: scale(1);
                transform: scale(1); }
        .clients .logos > li.active .slick-slide {
          margin-top: 0;
          opacity: 1; }
  .clients .directory {
    color: #2e2d2c;
    position: relative;
    display: none; }
    @media only screen and (min-width: 992px) {
      .clients .directory {
        width: calc(44.44444% - 14.44444px);
        float: left;
        margin-left: 10px;
        float: none;
        vertical-align: middle;
        display: inline-block; } }
    .clients .directory div {
      font-size: 20px;
      line-height: 1.4;
      white-space: normal; }
      @media only screen and (min-width: 1200px) {
        .clients .directory div {
          font-size: 25px; } }
    .clients .directory li {
      -webkit-transition: all 0.4s ease;
      transition: all 0.4s ease;
      position: absolute;
      opacity: 0;
      margin-top: 20px;
      left: 0;
      right: 0;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      white-space: nowrap; }
      .clients .directory li.active {
        opacity: 1;
        margin-top: 0; }
    .clients .directory .luxe div, .clients .directory .media div, .clients .directory .grande-conso div {
      width: calc(50% - 5px);
      display: inline-block;
      vertical-align: top; }
      .clients .directory .luxe div:first-child, .clients .directory .media div:first-child, .clients .directory .grande-conso div:first-child {
        padding-right: 15px; }

.modalDialog {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 12;
  opacity: 0;
  -webkit-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  pointer-events: none;
  color: #2e2d2c; }
  .modalDialog:target {
    opacity: 1;
    pointer-events: auto; }
  .modalDialog > div {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 90vw;
    max-width: 800px;
    max-height: 90vh;
    overflow: auto;
    position: relative;
    margin: 50vh auto 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    padding: 30px 15px 20px;
    background: #fff; }
    @media only screen and (min-width: 992px) {
      .modalDialog > div {
        width: 60vw;
        padding: 65px 50px 40px; } }

.close {
  background: #a60000;
  color: #ffffff !important;
  line-height: 25px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  height: 24px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 0;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-transition: background 0.4s ease;
  transition: background 0.4s ease; }
  .close:hover {
    background: #2e2d2c; }

.projets {
  background-color: #2e2d2c;
  color: #fff;
  overflow: hidden;
  padding: 8vh 0 20vh;
  -webkit-transition: padding 1000s steps(1) 1000s;
  transition: padding 1000s steps(1) 1000s; }
  @media only screen and (min-width: 992px) {
    .projets {
      -webkit-transition: none;
      transition: none; } }
  @media only screen and (min-width: 992px) {
    .projets {
      padding-bottom: 200px; } }
  .projets .text {
    margin-top: 50px;
    margin-bottom: 80px;
    width: calc(83.33333% - 18.33333px);
    float: left;
    margin-left: 10px;
    margin-left: calc(8% - 11.66667px + 20px); }
    @media only screen and (min-width: 992px) {
      .projets .text {
        margin-top: 200px; } }
    @media only screen and (min-width: 992px) {
      .projets .text {
        width: calc(55.55556% - 15.55556px);
        float: left;
        margin-left: 10px;
        margin-left: calc(22.22222% - 12.22222px + 20px); } }
  .projets .gallery {
    width: calc(83.33333% - 18.33333px);
    float: left;
    margin-left: 10px;
    margin-left: calc(8% - 11.66667px + 20px); }
    @media only screen and (min-width: 992px) {
      .projets .gallery {
        width: calc(77.77778% - 17.77778px);
        float: left;
        margin-left: 10px;
        margin-left: calc(22.22222% - 12.22222px + 20px); } }
    .projets .gallery li {
      margin-bottom: 10px;
   /*   -webkit-filter: grayscale(100%);
              filter: grayscale(100%);*/
      -webkit-transition: -webkit-filter 0.4s ease;
      transition: -webkit-filter 0.4s ease;
      transition: filter 0.4s ease;
      transition: filter 0.4s ease, -webkit-filter 0.4s ease; }
      .projets .gallery li:hover {
       /* -webkit-filter: grayscale(0);
                filter: grayscale(0);*/ }
      @media only screen and (min-width: 992px) {
        .projets .gallery li {
          width: calc(25% - 12.5px);
          float: left;
          margin-left: 10px; } }
      .projets .gallery li img {
        width: 100%;
        height: auto;
        margin-bottom: -4px; }
      @media only screen and (min-width: 992px) {
        .projets .gallery li:nth-child(10n + 1) {
          width: calc(50% - 15px);
          float: left;
          margin-left: 10px; } }
      @media only screen and (min-width: 992px) {
        .projets .gallery li:nth-child(10n + 8) {
          width: calc(50% - 15px);
          float: left;
          margin-left: 10px;
          float: right;
          margin-right: 10px;
          margin-left: 0; } }
      .projets .gallery li:nth-child(10n + 1), .projets .gallery li:nth-child(10n + 6) {
        clear: both; }




/*////////*/

  .carousel {
	height: 74.76px !important;
    margin: 0 auto;
    padding:  0;
    max-width: 100%;
    overflow: hidden;
    display: flex;
	   > * {
      flex: 0 0 100%;
    }
	  
  }
	 .group {
		 	height: 74.76px !important;
    display: flex;
  will-change: transform; /* Nous devons être sympas avec le navigateur - lui indiquer ce que nous allons animer. */
  animation: scrolling 100s linear infinite;
  }
	
	 .group_inverse {
		 height: 74.76px !important;
    display: flex;
  will-change: transform; /* Nous devons être sympas avec le navigateur - lui indiquer ce que nous allons animer. */
  animation: scrolling_inverse 150s linear infinite;
  }


		 .group2 {
		 	height: 74.76px !important;
    display: flex;
  will-change: transform; /* Nous devons être sympas avec le navigateur - lui indiquer ce que nous allons animer. */
  animation: scrolling 150s linear infinite;
  }
	
	@keyframes scrolling {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-100%);
    }
  }	
	
	@keyframes scrolling_inverse {
    0% {
      transform: translateX(-100%);
    }
    100% {
      transform: translateX(0);
    }
  }	
	
  .card { 
    width: 100%;
	 	height: 74.76px 
    justify-content: center;
    align-items: center;
  }
	
	 .card img 
	{
		width: 125px;
		height: 74.76px !important;
	}

#tmp2
{
 width: 340px; height: auto;
}
  #profil_tandm
	{
		position: relative;
		left:10%;
		width:80%;
		padding-bottom: 40px; padding-top: 0px;
	}

@media only screen and (min-width: 992px) {
	 
	 #tmp2
	{
		 width: 540px; height: auto;
	}
	  .card 
	{

		height: 119.61px !important;
	} 
      .card img 
	{
		width: 200px;
		height: 119.61px !important;
	} 
	  #profil_tandm
	{
		left: 27%;
		width:73%;  
		padding-bottom: 40px; 
	}
	.group {
		 	height:119.61px !important;

  }
	
	 .group_inverse {
		 height:119.61px !important;

  }
	.carousel {
	height: 119.61px !important;
  }
	
}


