.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 24px;
  line-height: 32px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1em;
  line-height: 24px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  font-size: 0.75em;
}

.link-block {
  width: 48px;
  height: 48px;
  margin-left: 0px;
  float: right;
  background-color: transparent;
  background-image: url('../images/In-Off.svg');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
}

.link-block:hover {
  background-image: url('../images/In-On2x_1In On@2x.png');
}

.link-block.contact {
  width: 48px;
  height: 48px;
  background-color: transparent;
  background-image: url('../images/Twitter-Off-2.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  opacity: 1;
}

.link-block.contact:hover {
  background-image: url('../images/twitter-ON-2.svg');
  background-size: 16px;
}

.navigation {
  display: block;
  margin-right: 48px;
  float: right;
}

.nav-menu {
  position: static;
  display: none;
  margin-right: auto;
  margin-left: auto;
  float: none;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  height: 20vh;
  max-height: 80px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: transparent;
}

.navbar.home {
  z-index: 2;
}

.container {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  max-height: 80px;
  max-width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.97);
}

.section {
  height: 100vh;
  background-color: transparent;
}

.section.first-screen {
  position: static;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 95vh;
  margin: 0px auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  background-image: none;
}

.section.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-height: 10vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px none #dbdbdb;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.section.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-height: 10vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px none #dbdbdb;
  background-color: transparent;
}

.section.hello-section {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin: 0vh auto;
  padding: 48px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f8f8f8;
  color: #797986;
  font-size: 1.2em;
}

.section.work-space {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin: 0vh auto;
  padding: 0px 48px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(16%, #f8f8f8), color-stop(81%, #f8f8f8), to(#fff));
  background-image: linear-gradient(180deg, #fff, #f8f8f8 16%, #f8f8f8 81%, #fff);
  color: #797986;
  font-size: 1.2em;
}

.nav-link {
  margin-right: 6px;
  margin-left: 6px;
  font-family: Montserrat, sans-serif;
  color: #797987;
  font-size: 14px;
  font-weight: 300;
  text-transform: none;
}

.nav-link:hover {
  color: #00adff;
  font-weight: 400;
}

.nav-link.w--current {
  display: block;
  color: #00adff;
  font-weight: 600;
  text-decoration: none;
}

.nav-link.w--current:visited {
  color: #797986;
}

.nav-link.cd {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  margin-right: 0px;
  margin-left: 48px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: color 200ms cubic-bezier(.474, .007, .433, 1.001);
  transition: color 200ms cubic-bezier(.474, .007, .433, 1.001);
  font-size: 18px;
  font-weight: 300;
  text-align: left;
}

.nav-link.cd:hover {
  color: #00adff;
}

.nav-link.cd.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #333;
  text-align: left;
}

.nav-link.cd {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  margin-right: 0px;
  margin-left: 48px;
  -webkit-transition: color 200ms cubic-bezier(.474, .007, .433, 1.001);
  transition: color 200ms cubic-bezier(.474, .007, .433, 1.001);
  font-size: 18px;
  font-weight: 300;
}

.nav-link.cd:hover {
  color: #00adff;
}

.heading {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: auto;
  margin-top: 48px;
  margin-bottom: 0px;
  padding-bottom: 24px;
  clear: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #797987;
  font-family: Varela, sans-serif;
  color: #797987;
  font-size: 1.2em;
  text-align: center;
}

.heading.work {
  width: auto;
  margin-top: 0px;
  padding-bottom: 24px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-width: 1px;
  border-color: #797986;
  font-family: Montserrat, sans-serif;
  font-size: 1.2em;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
}

.heading.work.page {
  padding-bottom: 0px;
  border-style: none;
}

.paragraph {
  display: block;
  max-width: 720px;
  margin: 96px auto 0px;
  font-family: Montserrat, sans-serif;
  font-size: 1.5em;
  line-height: 64px;
  font-weight: 300;
  text-align: center;
}

.div-block-hello {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  max-width: 840px;
  padding: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
}

.button {
  position: static;
  display: block;
  width: 240px;
  height: auto;
  margin: 48px auto;
  padding: 16px;
  border: 2px none #797986;
  border-radius: 6px;
  background-color: transparent;
  -webkit-transition: color 650ms cubic-bezier(.165, .84, .44, 1);
  transition: color 650ms cubic-bezier(.165, .84, .44, 1);
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 0.5em;
  font-weight: 400;
  text-align: center;
  text-decoration: underline;
  text-transform: uppercase;
}

.button:hover {
  color: #00adff;
  text-decoration: underline;
}

.heading-2 {
  margin-top: 8px;
  margin-bottom: 8px;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #797987;
  font-size: 0.8em;
  line-height: 32px;
  font-weight: 600;
  text-align: left;
  text-transform: uppercase;
}

.text-block-2 {
  display: block;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 0.6em;
  line-height: 24px;
  font-weight: 300;
  text-align: left;
  text-decoration: none;
}

.footer-rights {
  margin-top: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 0.4em;
}

.image-6 {
  width: 64px;
  height: 64px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 10vh;
  margin-top: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.card {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: auto;
  max-height: none;
  max-width: 100.07769%;
  min-height: auto;
  min-width: auto;
  margin: 8px 0px;
  padding: 16px;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #fff;
  opacity: 0.8;
  -webkit-filter: none;
  filter: none;
  -webkit-transition: opacity 450ms ease-in-out, box-shadow 650ms ease, -webkit-filter 450ms ease-in-out;
  transition: opacity 450ms ease-in-out, box-shadow 650ms ease, -webkit-filter 450ms ease-in-out;
  transition: filter 450ms ease-in-out, opacity 450ms ease-in-out, box-shadow 650ms ease;
  transition: filter 450ms ease-in-out, opacity 450ms ease-in-out, box-shadow 650ms ease, -webkit-filter 450ms ease-in-out;
}

.card:hover {
  border: 1px none #00adff;
  box-shadow: 0 3px 5px 0 #dbdbdb;
  opacity: 1;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.card.digital {
  opacity: 1;
}

.card.digital:hover {
  border-style: none;
}

.card.product {
  opacity: 1;
  -webkit-transition: opacity 450ms ease-in-out, box-shadow 650ms ease, -webkit-filter 450ms ease-in-out;
  transition: opacity 450ms ease-in-out, box-shadow 650ms ease, -webkit-filter 450ms ease-in-out;
  transition: filter 450ms ease-in-out, opacity 450ms ease-in-out, box-shadow 650ms ease;
  transition: filter 450ms ease-in-out, opacity 450ms ease-in-out, box-shadow 650ms ease, -webkit-filter 450ms ease-in-out;
}

.card.product:hover {
  border-style: none;
  border-color: #38ad8b;
  background-color: #fff;
}

.card.gaming:hover {
  border-style: none;
  border-color: #7f5eca;
}

.card.search:hover {
  border-style: none;
  border-color: #ff2465;
}

.nav-menu-desktop {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  float: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.home-menu-int {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -webkit-perspective: 100%;
  perspective: 100%;
}

.image-7 {
  position: relative;
  left: -431px;
  top: -113px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: block;
}

.image-7.home {
  left: -263px;
  top: -40px;
  z-index: 2;
  max-width: 10%;
}

.image-8 {
  position: relative;
  right: -472px;
  bottom: 173px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image-8.home {
  right: -332px;
  bottom: 79px;
  z-index: 2;
  max-width: 10%;
}

.image-9 {
  position: relative;
  top: -39px;
  right: -169px;
  max-width: 10%;
}

.image-10 {
  position: relative;
  right: -80px;
  bottom: -9px;
}

.image-10.home {
  right: -75px;
  bottom: -40px;
  z-index: 2;
  max-width: 10%;
}

.image-11 {
  position: relative;
  right: -50px;
  bottom: -80px;
  max-width: 10%;
}

.image-12 {
  position: relative;
  left: 5px;
  bottom: -8px;
}

.image-12.home {
  left: 25px;
  top: 40px;
  bottom: auto;
  z-index: 2;
  max-width: 10%;
}

.image-13 {
  position: relative;
  left: 0px;
  top: 0px;
  max-width: 10%;
}

.image-14 {
  position: relative;
  left: -70px;
  top: -113px;
}

.image-14.home {
  position: relative;
  left: -25px;
  top: -40px;
  z-index: 2;
  max-width: 10%;
}

.image-15 {
  position: relative;
  left: -50px;
  top: -80px;
  max-width: 10%;
}

.image-16 {
  position: relative;
  left: -250px;
  top: 70px;
}

.image-16.home {
  left: -144px;
  top: 79px;
  z-index: 2;
  max-width: 10%;
}

.image-17 {
  position: relative;
  left: -169px;
  top: 39px;
  max-width: 10%;
}

.section-2 {
  height: 90vh;
}

.slider {
  width: 100%;
  height: 90vh;
}

.slide-nav {
  bottom: 32px;
  display: none;
  margin-right: 0px;
}

.right-arrow {
  display: none;
}

.left-arrow {
  display: none;
}

.slide {
  background-color: #fff;
  background-image: url('../images/Eden.jpg'), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: url('../images/Eden.jpg'), linear-gradient(180deg, #fff, #fff);
  background-position: 50% 50%, 0px 0px;
  background-size: contain, auto;
  background-repeat: no-repeat, repeat;
}

.paragraph-2.sliders {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  margin-right: auto;
  margin-bottom: 48px;
  margin-left: auto;
  font-weight: 300;
  text-align: center;
}

.slide-2 {
  background-color: #fff;
  background-image: url('../images/ATX-CAB-Shingun.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.first-screen {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #000;
  background-image: url('../images/Calque-0.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.slide-3 {
  position: static;
  height: 480px;
  padding-right: auto;
  padding-bottom: auto;
  background-color: #fff;
  background-image: url('../images/Second-view2-lights.jpg'), -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-image: url('../images/Second-view2-lights.jpg'), linear-gradient(180deg, #000, #000);
  background-position: 50% 50%, 0px 0px;
  background-size: contain, auto;
  background-repeat: no-repeat, repeat;
  cursor: pointer;
}

.slide-4 {
  background-color: #fff;
  background-image: url('../images/Calque-0.png'), -webkit-gradient(linear, left top, left bottom, from(#3cb2b4), to(#3cb2b4));
  background-image: url('../images/Calque-0.png'), linear-gradient(180deg, #3cb2b4, #3cb2b4);
  background-position: 50% 50%, 0px 0px;
  background-size: contain, auto;
  background-repeat: no-repeat, repeat;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block-33 {
  position: absolute;
  left: 0px;
  top: auto;
  right: 0px;
  bottom: 32px;
  z-index: 2;
  display: block;
  width: 1px;
  height: 100px;
  margin-right: auto;
  margin-left: auto;
  background-color: #797987;
  color: transparent;
}

.div-block-33.home-liseret {
  position: absolute;
  left: 0px;
  top: auto;
  right: 0px;
  bottom: -64px;
  z-index: 2;
  height: 160px;
  background-color: #dbdbdb;
}

.section-8 {
  position: static;
  left: 0px;
  top: 780px;
  right: 0px;
  bottom: 820px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hello {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 180px;
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: none;
  color: #333;
  font-size: 0.8em;
  line-height: 32px;
  font-weight: 300;
  text-align: center;
}

.hello.graphic {
  display: none;
  color: #ffc100;
  font-weight: 300;
  letter-spacing: 1px;
  text-shadow: 1px 1px 3px #f8f8f8;
}

.hello.interactive {
  display: none;
  color: #00adff;
  font-weight: 300;
  letter-spacing: 1px;
  text-shadow: 1px 1px 3px #f8f8f8;
}

.hello.motion {
  display: none;
  color: #7f5eca;
  font-weight: 300;
  letter-spacing: 1px;
  text-shadow: 1px 1px 3px #f8f8f8;
}

.hello.researches {
  display: none;
  color: #ff2465;
  font-weight: 300;
  letter-spacing: 1px;
  text-shadow: 1px 1px 3px #f8f8f8;
}

.thumbnail {
  width: auto;
  height: 220px;
  max-height: 220px;
  min-height: auto;
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/CD_logo_color.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  opacity: 0.21;
  text-decoration: none;
  cursor: pointer;
}

.thumbnail:hover {
  opacity: 1;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.thumbnail._1 {
  background-image: url('../images/Eden.jpg');
  opacity: 1;
}

.thumbnail._2 {
  background-image: url('../images/ATX-CAB-Shingun.png');
  opacity: 1;
}

.thumbnail._3 {
  background-image: url('../images/Thumbnails_0002_videopitrail.png');
  opacity: 1;
}

.thumbnail._3:hover {
  background-size: cover;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.thumbnail._4 {
  background-image: url('../images/Branding-mockup-RMbkg.jpg');
  background-position: 75% 50%;
  background-size: cover;
  opacity: 1;
}

.thumbnail._5 {
  background-image: url('../images/Eizoobrandsmall.png');
  background-position: 35% 50%;
  background-size: cover;
  opacity: 1;
}

.thumbnail._6 {
  background-image: url('../images/Warhol-Sale.jpg');
  opacity: 1;
}

.thumbnail._7 {
  background-image: url('../images/Calque-0.png');
}

.thumbnail._8 {
  background-image: url('../images/nina-ricci-ladurc3a9e.png');
}

.thumbnail._9 {
  background-image: url('../images/Speaker-Black.jpg');
  opacity: 1;
}

.thumbnail._10 {
  background-image: url('../images/Finale-Shirt0200.png');
  opacity: 1;
}

.thumbnail._11 {
  margin-bottom: 0px;
  background-image: url('../images/PAd-MacNew.png');
  opacity: 1;
}

.thumbnail._12 {
  background-image: url('../images/Garage-ON.jpg');
  opacity: 1;
}

.thumbnail._13 {
  background-image: url('../images/Eizoo_0000_console-profil-net-copie.png');
  opacity: 1;
}

.thumbnail._14 {
  background-image: url('../images/mockup-66li.png');
  opacity: 1;
}

.thumbnail._15 {
  background-image: url('../images/3_HIGH_15_PresetNew.png');
}

.thumbnail._16 {
  background-image: url('../images/Hakiu-interface.png');
  opacity: 1;
}

.thumbnail._17 {
  background-image: url('../images/Musique-Dematerialisee.png');
}

.thumbnail._18 {
  background-image: url('../images/IMG_9547-copie-colored.png');
}

.thumbnail._19 {
  margin-bottom: 0px;
  background-image: url('../images/Lagamelle.png');
  opacity: 1;
}

.thumbnail._20 {
  margin-bottom: 0px;
  background-image: url('../images/Grid-18.png');
  opacity: 1;
}

.thumbnail._21 {
  margin-bottom: 0px;
  background-image: url('../images/Skills-Yass.png');
}

.thumb-color-id {
  position: relative;
  left: -16px;
  top: 4px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  width: 20px;
  height: 10px;
  margin-top: 194px;
  margin-left: 290px;
  float: right;
}

.thumb-color-id.product {
  background-color: #38ad8b;
}

.thumb-color-id.digital {
  background-color: #00adff;
}

.thumb-color-id.edu {
  background-color: #ff2465;
}

.thumb-color-id.gaming {
  background-color: #7f5eca;
}

.thumb-color-id.culinary {
  background-color: #dd0;
}

.thumb-color-id.identity {
  background-color: #f90;
}

.works-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 10vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(34%, #f8f8f8), color-stop(94%, #f8f8f8), to(#fff));
  background-image: linear-gradient(180deg, #fff, #f8f8f8 34%, #f8f8f8 94%, #fff);
}

.works-filters {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
  min-width: 992px;
  margin-top: 68px;
  margin-bottom: 0px;
  padding-right: 32px;
  padding-bottom: 32px;
  padding-left: 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(121, 121, 134, 0.13);
}

.div-block-36 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1136px;
  min-width: 992px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.collection-item-works {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 33.333333333333336%;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 8px;
  padding-left: 8px;
  clear: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.tabs-menu {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tabs-menu.works-filters {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 8px;
  padding-bottom: 16px;
  padding-left: 8px;
  float: none;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border-bottom-width: 1px;
}

.tab {
  padding-bottom: 8px;
  background-color: transparent;
}

.tab.w--current {
  background-color: transparent;
}

.tab.culinary {
  position: static;
  display: block;
  padding-right: 16px;
  padding-left: 16px;
  float: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #797986;
  font-weight: 300;
}

.tab.culinary.w--current {
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #b9b902;
  font-weight: 500;
}

.tab.prodcut {
  position: static;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #797986;
  font-weight: 300;
}

.tab.prodcut.w--current {
  color: #38ad8b;
  font-weight: 500;
}

.tab.illu {
  position: static;
  max-width: 16%;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #797986;
  font-weight: 300;
}

.tab.illu.w--current {
  padding-right: 16px;
  padding-left: 16px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #e7b92a;
  font-weight: 500;
}

.tab.digit {
  position: static;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #797986;
  font-weight: 300;
}

.tab.digit.w--current {
  position: static;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #00adff;
  font-weight: 500;
}

.tab.motion {
  position: static;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #797986;
  font-weight: 300;
}

.tab.motion.w--current {
  color: #ff2465;
  font-weight: 500;
}

.tab.search {
  position: static;
  display: block;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #797986;
  font-weight: 300;
}

.tab.search.w--current {
  color: #7f5eca;
  font-weight: 500;
}

.tab.story {
  display: block;
  margin-bottom: 0px;
  padding-bottom: 8px;
  border-bottom: 1px dotted #dfdfdf;
}

.tab.tech {
  margin-top: 16px;
}

.slide-5 {
  background-image: url('../images/Luminis.png'), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: url('../images/Luminis.png'), linear-gradient(180deg, #fff, #fff);
  background-position: 50% 50%, 0px 0px;
  background-size: contain, auto;
  background-repeat: no-repeat, repeat;
}

.tabs {
  position: static;
  display: block;
  max-width: 100%;
  min-width: 992px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.tabs-content {
  padding-top: 8px;
}

.navbar-4 {
  position: static;
  display: block;
  height: 0px;
}

.statut-container {
  position: absolute;
  right: 0px;
  bottom: 180px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 156px;
  margin-right: 24px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.statut-box {
  position: relative;
  z-index: 1;
  width: 156px;
  height: 156px;
  margin-right: 16px;
  border: 1px solid #fff;
  background-color: rgba(0, 0, 0, 0.75);
}

.statut-box-title {
  margin-top: 16px;
  color: #fff;
  font-size: 0.75em;
  text-align: center;
  text-transform: uppercase;
}

.text-block-10 {
  margin-top: 24px;
  color: #fff;
  font-size: 1em;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.slide-nav-3 {
  display: none;
}

.slide-6 {
  position: static;
  width: 100%;
  background-color: #797986;
}

.liseret-title {
  position: static;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 2px;
  height: auto;
  margin-right: 32px;
  padding-left: 0px;
  float: left;
  clear: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #38ad8b;
  color: #38ad8b;
}

.left-arrow-3 {
  position: absolute;
  left: 24px;
  top: 0px;
  bottom: -540px;
  display: none;
  height: 64px;
  opacity: 0;
}

.right-arrow-3 {
  top: -680px;
  right: 48px;
  bottom: -680px;
  height: 64px;
}

.div-block-69 {
  width: 40px;
  height: 40px;
  margin-right: 4px;
  background-image: url('../images/linkedin3x.png');
  background-position: 50% 50%;
  background-size: cover;
}

.container-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 48px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-14 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  max-height: 80px;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.97);
}

.div-block-70 {
  width: 40px;
  height: 40px;
  background-image: url('../images/Twitter3x.png');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-71 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1270px;
  padding-left: 24px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: none;
  border-left-width: 1px;
  border-left-color: #38ad8b;
}

.slide2-eden {
  width: 100%;
  height: 100%;
  background-color: #f3f5f4;
  background-image: url('../images/Nouvel-EDEN---2019---Inside.jpg');
  background-position: 50% 30%;
  background-size: cover;
  background-repeat: no-repeat;
}

.heading-14 {
  color: #fff;
  font-size: 1.25em;
  font-weight: 300;
}

.title-container {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 156px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
}

.eden-slider {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
}

.div-block-73 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.heading-15 {
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #fff;
  font-size: 1.75em;
  text-transform: uppercase;
}

.column-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.heading-17 {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-left: 24px;
  border-left: 10px solid #38ad8b;
  font-size: 0.8em;
  font-weight: 400;
  text-transform: uppercase;
}

.div-block-74 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.context {
  display: block;
  height: auto;
  max-width: 1270px;
  margin-right: auto;
  margin-left: auto;
  border-bottom: 1px solid rgba(121, 121, 134, 0.13);
}

.column-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-75 {
  display: block;
  max-width: 1270px;
  min-width: auto;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
}

.columns-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 1270px;
  min-width: auto;
  margin: 0px auto;
  padding: 32px 16px 16px;
  border: 1px none #000;
}

.paragraph-8 {
  display: block;
  margin-top: 16px;
  font-size: 0.65em;
  line-height: 32px;
}

.next {
  display: block;
  margin-top: 24px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 16px 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.marketing-branding {
  display: block;
  max-width: 1270px;
  margin-top: 24px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 16px 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.img-sky-eden {
  height: 440px;
  margin-top: 24px;
  float: none;
  background-image: url('../images/Coussinet-2019-Good.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-79 {
  height: 440px;
  margin-top: 24px;
  background-image: url('../images/rought-Eden.jpg');
  background-position: 50% 50%;
  background-size: 840px;
  background-repeat: no-repeat;
}

.eden-gallery-2 {
  width: 100%;
  height: 100%;
}

.research {
  display: block;
  width: auto;
  max-width: 1270px;
  min-width: auto;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 16px 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.img-strat-eden {
  height: 440px;
  margin-top: 24px;
  background-image: url('../images/Concept-Eden.jpg');
  background-position: 54% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.experience {
  display: block;
  max-width: 1270px;
  margin-top: 24px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 16px 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.eden-gallery-3 {
  width: 100%;
  height: 100%;
}

.img-mktg-eden {
  height: 440px;
  margin-top: 24px;
  background-image: url('../images/package-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.img-mktg-eden._2 {
  background-image: url('../images/Program-EdeNamed-light.jpg');
  background-position: 0% 6%;
  background-size: cover;
}

.eden-gallery-4 {
  width: 100%;
  height: 100%;
}

.eden-glow-pack {
  height: 100%;
  background-image: url('../images/package-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

.next-img-eden {
  height: 440px;
  margin-top: 24px;
  background-image: url('../images/Eden.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.project-h2 {
  margin-top: 0px;
  margin-left: 0px;
  padding-left: 24px;
  border-left: 10px solid #38ad8b;
  font-size: 0.8em;
  font-weight: 400;
  text-transform: uppercase;
}

.project-h2.related {
  margin-bottom: 0px;
  padding-bottom: 16px;
  padding-left: 16px;
  border-bottom: 1px solid #dbdbdb;
  border-left-style: none;
  color: #797986;
  font-weight: 700;
  text-transform: none;
}

.project-h2.filter {
  width: 100%;
  height: auto;
  min-height: auto;
  min-width: auto;
  margin-top: 64px;
  margin-bottom: 16px;
  padding-top: 16px;
  padding-bottom: 0px;
  padding-left: 16px;
  float: left;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-bottom: 1px solid #dbdbdb;
  border-left-style: none;
  color: #797986;
  font-size: 0.6em;
  font-weight: 300;
  text-align: left;
  text-transform: none;
}

.release-img-eden {
  height: 440px;
  margin-top: 24px;
  background-image: url('../images/Bijoux-inon-white.jpg');
  background-position: 50% 50%;
  background-size: 396px;
  background-repeat: no-repeat;
}

.eden-gallery {
  display: block;
  height: 440px;
  margin-top: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.project {
  display: block;
  max-width: 1270px;
  min-width: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 32px 16px;
  border-bottom: 1px solid #dbdbdb;
}

.paragraph-9 {
  margin-top: 24px;
  margin-bottom: 0px;
  font-size: 0.65em;
  line-height: 24px;
}

.lightbox-link {
  width: 25%;
  height: 50%;
}

.eden-gallery-8 {
  width: 100%;
  height: 100%;
}

.text-span-5 {
  font-weight: 700;
}

.product-design {
  display: block;
  max-width: 1270px;
  margin-top: 24px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 16px 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.eden-gallery-7 {
  width: 100%;
  height: 100%;
}

.ux-eden {
  height: 440px;
  margin-top: 24px;
  background-image: url('../images/Nouvel-EDEN---2019---Inside.jpg');
  background-position: 50% 50%;
  background-size: 988px;
  background-repeat: no-repeat;
}

.eden-gallery-5 {
  width: 100%;
  height: 100%;
}

.img-skinside-eden {
  height: 440px;
  margin-top: 24px;
  float: none;
  background-image: url('../images/medaille-close-Web.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.exhibition {
  display: block;
  margin-top: 24px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 16px 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.eden-gallery-6 {
  width: 100%;
  height: 100%;
}

.strategy {
  display: block;
  max-width: 1270px;
  margin-top: 24px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 16px 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.eden-gallery-1 {
  width: 100%;
  height: 100%;
}

.img-conception-eden {
  height: 440px;
  margin-top: 24px;
  background-image: url('../images/Bijoux-inon-white.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.gallerie {
  display: block;
  margin-top: 24px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 16px 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.paragraph-10 {
  margin-top: 8px;
  margin-bottom: 0px;
  font-size: 0.6em;
  line-height: 24px;
  font-weight: 300;
}

.div-block-76 {
  height: 50%;
  padding: 16px 24px;
  border-radius: 8px;
}

.related-projects-new {
  display: block;
  max-width: 1270px;
  min-width: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 16px 32px 48px;
  border-bottom: 1px solid #dbdbdb;
}

.div-block-77 {
  width: 30px;
  height: 16px;
  margin-right: 16px;
  margin-bottom: 16px;
  background-color: #38ad8b;
  color: #38ad8b;
}

.link {
  display: block;
  margin-right: auto;
  margin-left: auto;
  color: #797986;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

.related-h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #797986;
  font-size: 0.85em;
  font-weight: 700;
}

.div-block-80 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 75%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-image: url('../images/Nouvel-EDEN---2019---pack.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-81 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 368px;
  margin-top: 32px;
  margin-right: 16px;
  margin-left: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 1px solid #dbdbdb;
  border-radius: 8px;
}

.grid-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-bottom: 48px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-template-areas: ". . . .";
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.div-block-78 {
  display: block;
  min-width: auto;
  margin-right: auto;
  margin-left: auto;
}

.heading-card-project {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #797986;
  font-size: 0.8em;
  line-height: 32px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.card-project-txt {
  display: block;
  height: 72px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Montserrat, sans-serif;
  color: #797986;
  font-size: 0.6em;
  line-height: 24px;
  font-weight: 300;
  text-align: left;
  text-decoration: none;
}

.card-base {
  position: static;
  display: none;
  width: auto;
  height: auto;
  max-height: auto;
  max-width: 362px;
  min-height: 390px;
  min-width: 304px;
  margin: 8px 0px;
  padding: 16px;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -webkit-transition: box-shadow 650ms ease;
  transition: box-shadow 650ms ease;
}

.card-base:hover {
  box-shadow: 0 3px 13px 0 #dbdbdb;
}

.collection-list-wrapper-home {
  display: block;
  width: auto;
  max-width: none;
  min-width: 990px;
  margin-top: 0px;
}

.div-block-83 {
  display: none;
}

.link-block-2 {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  display: block;
  overflow: visible;
  width: 100%;
  height: auto;
  max-height: none;
  max-width: 330px;
  min-height: 360px;
  min-width: auto;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.kisetsu-slider {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
}

.link-block-4 {
  width: 48px;
  height: 48px;
  margin-left: 0px;
  float: right;
  background-color: #797987;
  background-image: url('../images/linkedin3x_1.png');
  background-position: 50% 50%;
  background-size: cover;
}

.link-block-4.contact {
  width: 48px;
  height: 48px;
  background-color: #797987;
  background-image: url('../images/Twitter3x_1.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.container-16 {
  position: fixed;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  max-width: 100%;
  min-height: 80px;
  min-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.97);
}

.navbar-5 {
  position: static;
}

.link-block-12 {
  background-image: url('../images/Twitter-OFF.svg');
}

.title {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 180px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: none;
  color: #797986;
  font-size: 1.2em;
  font-weight: 800;
  text-align: center;
  letter-spacing: 1px;
}

.title.culinary {
  display: none;
  color: #dddc00;
  font-size: 0.8em;
  line-height: 24px;
  font-weight: 300;
  letter-spacing: 1px;
  text-shadow: 1px 1px 3px #f8f8f8;
}

.title.product {
  display: none;
  color: #00ad8a;
  font-size: 0.8em;
  line-height: 24px;
  font-weight: 300;
  letter-spacing: 1px;
  text-shadow: 1px 1px 3px #f8f8f8;
}

.projects-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: auto;
  height: auto;
  max-width: 1136px;
  min-width: 990px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.container-projects {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 99vw;
  max-height: auto;
  max-width: 99vw;
  min-width: 992px;
  margin-top: 0px;
  padding-top: 48px;
  padding-bottom: 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
}

.contacts-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 96px;
  height: 48px;
  margin-right: 48px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-86 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  margin-bottom: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1em;
  line-height: 24px;
}

.heading-project-new {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #333;
  font-size: 1.6em;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.heading-project-new.opi {
  text-transform: none;
}

.left-side-container-visuals {
  position: -webkit-sticky;
  position: sticky;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 50vw;
  padding-right: 32px;
  padding-left: 32px;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.header-projects-new {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1270px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #dbdbdb;
  border-left-width: 0px;
  border-left-color: #38ad8b;
}

.header-projects-new.product {
  border-bottom-style: dotted;
}

.client-subtitle {
  margin-top: 16px;
  margin-bottom: 16px;
  color: #444;
  font-size: 1em;
  font-weight: 300;
  text-align: center;
}

.history-block {
  position: static;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
  width: 100%;
  height: auto;
  padding: 24px 32px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-left: 1px none #38ad8b;
  background-color: transparent;
  color: #444;
}

.image-project-sub {
  width: 100%;
  height: auto;
  max-height: 540px;
  min-height: 540px;
  margin-top: 16px;
  margin-bottom: 16px;
  background-image: url('../images/Front-cover.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #000;
}

.image-project-sub._2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: contain;
}

.image-project-sub._2.eden {
  background-image: url('../images/felicitations-m.jpg.png.jpg');
  background-position: 50% 67%;
  background-size: cover;
  -webkit-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
}

.image-project-sub._2.rm {
  background-image: url('../images/Mockup-Home-RM.png');
  background-position: 50% 65%;
  background-size: auto 120%;
  background-attachment: scroll;
}

.image-project-sub._2.soth {
  height: 1331px;
  max-height: 1331px;
  background-image: url('../images/Live-Auction-Plan.jpg');
  background-position: 50% 50%;
  background-size: contain;
}

.image-project-sub._2.flow {
  background-color: #000;
  background-image: url('../images/Rendu-Menu.png');
  background-position: 50% 50%;
  background-size: contain;
}

.image-project-sub._2.ams {
  background-image: url('../images/IMG-20170610-WA0002.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-project-sub._2.opi {
  background-image: url('../images/Scanner-OPI.jpg');
  background-position: 50% 50%;
  background-size: contain;
}

.image-project-sub._2.shis {
  background-image: url('../images/Rough.jpg');
  background-position: 50% 50%;
  background-size: contain;
}

.image-project-sub._2.comics {
  max-height: 1024px;
  min-height: 1024px;
  background-image: url('../images/Comics-P1-Web.jpg');
  background-position: 50% 50%;
  background-size: contain;
}

.image-project-sub._2.gamelle {
  background-image: url('../images/Shin-Temple-BB.jpg');
}

.image-project-sub._2.z {
  background-image: url('../images/Envers-Inverse-modif-copy-800x600.jpg');
}

.image-project-sub._2.gem {
  background-image: url('../images/Garage-ON.jpg');
  background-size: cover;
}

.image-project-sub._2.oo {
  background-image: url('../images/Speaker-Black.jpg');
  background-size: cover;
}

.image-project-sub._3 {
  margin-top: 16px;
  margin-bottom: 16px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: contain;
}

.image-project-sub._3.eden {
  background-image: url('../images/MIA-Ipad.jpg');
  background-size: contain;
  -webkit-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
}

.image-project-sub._3.rm {
  background-image: url('../images/Homepage-Specs-Small.jpg');
  background-position: 50% 50%;
  background-size: auto 95%;
}

.image-project-sub._3.soth {
  height: 1331px;
  max-height: 1331px;
  background-image: url('../images/Live-Auction-Wire.jpg');
  background-size: contain;
}

.image-project-sub._3.flow {
  background-color: #000;
  background-image: url('../images/players.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.image-project-sub._3.ams {
  background-image: url('../images/AMS-2Playersmall.jpg');
}

.image-project-sub._3.opi {
  background-image: url('../images/map.png');
  background-size: 95%;
}

.image-project-sub._3.shis {
  background-image: url('../images/Application-Eizoo.jpg');
}

.image-project-sub._3.comics {
  max-height: 1024px;
  min-height: 1024px;
  background-image: url('../images/Comics-P2-Web.jpg');
  background-size: contain;
}

.image-project-sub._3.gamelle {
  background-image: url('../images/Clean-BB-2.jpg');
}

.image-project-sub._3.z {
  background-image: url('../images/Grid-8.jpg');
  background-size: cover;
}

.image-project-sub._3.gem {
  background-image: url('../images/Gems-topdown.jpg');
  background-size: cover;
}

.image-project-sub._3.oo {
  background-image: url('../images/3-4-Black.jpg');
  background-size: cover;
}

.image-project-sub._4 {
  margin-top: 16px;
  margin-bottom: 16px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: contain;
}

.image-project-sub._4.eden {
  background-image: url('../images/Record-Mockup2.png');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
}

.image-project-sub._4.rm {
  background-image: url('../images/5-Steps-CCM.jpg');
  background-size: 140%;
}

.image-project-sub._4.soth {
  height: 1331px;
  max-height: 1331px;
  background-image: url('../images/Live-Auction-Render.jpg');
  background-size: contain;
}

.image-project-sub._4.flow {
  background-color: #000;
  background-image: url('../images/Rules-New.jpg');
  background-position: 50% 50%;
  background-size: contain;
}

.image-project-sub._4.ams {
  background-image: url('../images/AMSnoel.jpg');
}

.image-project-sub._4.opi {
  background-image: url('../images/Start-OPI.jpg');
  background-position: 0px 0px;
  background-size: contain;
}

.image-project-sub._4.shis {
  background-image: url('../images/COmposition-basic-Eizoo.jpg');
  background-position: 50% 50%;
  background-size: contain;
}

.image-project-sub._4.comics {
  background-image: url('../images/SearchChara.jpg');
  background-position: 0px 0px;
  background-size: contain;
}

.image-project-sub._4.gamelle {
  background-image: url('../images/109-BB3.jpg');
}

.image-project-sub._4.z {
  background-image: url('../images/Grid-9.jpg');
  background-size: cover;
}

.image-project-sub._4.gem {
  background-image: url('../images/Gems-Bottom-low.jpg');
  background-size: cover;
}

.image-project-sub._4.oo {
  background-image: url('../images/Back-head-2.jpg');
  background-size: cover;
}

.image-project-sub._5 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: contain;
}

.image-project-sub._5.eden {
  background-image: url('../images/Composition-Phone.png');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
}

.image-project-sub._5.rm {
  background-color: #eee;
  background-image: url('../images/Estimation-covers.jpg');
  background-position: 50% 50%;
  background-size: contain;
}

.image-project-sub._5.soth {
  height: 640px;
  max-height: 640px;
  background-image: url('../images/Mockup-BID-small.png');
  background-size: contain;
}

.image-project-sub._5.flow {
  background-color: #000;
  background-image: url('../images/reacting.jpg');
  background-position: 50% 50%;
  background-size: contain;
}

.image-project-sub._5.ams {
  background-image: url('../images/Ams-Access.jpg');
}

.image-project-sub._5.opi {
  background-image: url('../images/Speak-flow.jpg');
  background-size: contain;
}

.image-project-sub._5.shis {
  background-image: url('../images/Eizoobrandsmall.png');
  background-size: cover;
}

.image-project-sub._5.comics {
  background-image: url('../images/Neo-Planche.jpg');
  background-size: contain;
}

.image-project-sub._5.gamelle {
  background-image: url('../images/109-BB2.jpg');
}

.image-project-sub._5.z {
  background-image: url('../images/Grid-7.jpg');
  background-size: cover;
}

.image-project-sub._5.gem {
  background-image: url('../images/gems-horizon.jpg');
  background-size: cover;
}

.image-project-sub._5.oo {
  background-image: url('../images/Lampe-fil-Ass.jpg');
  background-size: cover;
}

.image-project-sub._6 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: contain;
}

.image-project-sub._6.eden {
  background-image: url('../images/Nouvel-EDEN---2019---Front-Open-High-Neckless.jpg');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
}

.image-project-sub._6.rm {
  background-image: url('../images/Expace-client-RM.png');
  background-position: 100% 50%;
  background-size: contain;
}

.image-project-sub._6.soth {
  height: 1331px;
  max-height: 1331px;
  background-image: url('../images/Last-offer-Plan.jpg');
  background-size: contain;
}

.image-project-sub._6.flow {
  background-color: #000;
  background-image: url('../images/generation.jpg');
  background-size: contain;
}

.image-project-sub._6.ams {
  background-image: url('../images/AMS-access2.jpg');
}

.image-project-sub._6.opi {
  background-image: url('../images/Chat-Journey.jpg');
  background-position: 50% 50%;
  background-size: contain;
}

.image-project-sub._6.shis {
  display: none;
}

.image-project-sub._6.comics {
  background-color: transparent;
  background-image: url('../images/LiveComics-Pitch.jpg'), -webkit-gradient(linear, left bottom, left top, from(#7f7f7f), color-stop(14%, #858585), color-stop(34%, #9f9f9f), to(#9f9f9f));
  background-image: url('../images/LiveComics-Pitch.jpg'), linear-gradient(0deg, #7f7f7f, #858585 14%, #9f9f9f 34%, #9f9f9f);
  background-position: 50% 50%, 0px 0px;
  background-size: auto 100%, auto;
  background-repeat: no-repeat, repeat;
}

.image-project-sub._6.gamelle {
  background-image: url('../images/Shin3-BB.jpg');
}

.image-project-sub._6.z {
  background-image: url('../images/Grid-16.jpg');
}

.image-project-sub._6.gem {
  background-image: url('../images/Handold.jpg');
  background-size: cover;
}

.image-project-sub._6.oo {
  background-image: url('../images/Black---Smooth-Criminal---Mod.jpg');
  background-size: cover;
}

.image-project-sub._7 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: contain;
}

.image-project-sub._7.eden {
  background-image: url('../images/Nouvel-EDEN---2019---Inside.jpg');
  -webkit-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
}

.image-project-sub._7.rm {
  background-image: url('../images/Artisan-selection.png');
  background-size: auto 113%;
}

.image-project-sub._7.soth {
  height: 1331px;
  max-height: 1331px;
  background-image: url('../images/Last-offer-Wire.jpg');
  background-size: contain;
}

.image-project-sub._7.flow {
  background-image: url('../images/t-shirt-greyColors.png');
}

.image-project-sub._7.ams {
  max-height: 800px;
  min-height: 800px;
  background-image: url('../images/AMs-duo-1.jpg');
}

.image-project-sub._7.opi {
  background-image: url('../images/type-flow.jpg');
  background-size: contain;
}

.image-project-sub._7.shis {
  display: none;
}

.image-project-sub._7.comics {
  background-image: url('../images/Action-Web.jpg');
}

.image-project-sub._7.gamelle {
  background-image: url('../images/Shin-BB-G2.jpg');
}

.image-project-sub._7.z {
  background-image: url('../images/Grid-6.jpg');
}

.image-project-sub._7.oo {
  background-image: url('../images/Extended--Black.jpg');
  background-size: cover;
}

.image-project-sub._8 {
  display: block;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: contain;
}

.image-project-sub._8.eden {
  background-image: url('../images/Eden-packed.jpg');
  -webkit-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
}

.image-project-sub._8.eden:hover {
  background-image: url('../images/Eden-packed-glow.jpg');
}

.image-project-sub._8.rm {
  background-image: url('../images/Fat-espace-Client.png');
  background-size: auto 113%;
}

.image-project-sub._8.soth {
  height: 1331px;
  max-height: 1331px;
  background-image: url('../images/Last-offer-Render.jpg');
  background-size: contain;
}

.image-project-sub._8.flow {
  background-image: url('../images/easyalliest-Playersmall.jpg');
  background-size: contain;
}

.image-project-sub._8.ams {
  max-height: 800px;
  min-height: 800px;
  background-image: url('../images/AMs-duo-2.jpg');
}

.image-project-sub._8.opi {
  background-image: url('../images/Reveal-message.jpg');
}

.image-project-sub._8.shis {
  display: none;
}

.image-project-sub._8.comics {
  display: block;
  background-image: url('../images/Strat-Web.jpg');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.image-project-sub._8.z {
  background-image: url('../images/Grid-12.jpg');
}

.image-project-sub._8.oo {
  background-image: url('../images/Collection-rays.jpg');
  background-size: cover;
}

.image-project-sub._9 {
  display: block;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: contain;
}

.image-project-sub._9.eden {
  background-image: url('../images/package-1.jpg');
  -webkit-transition: all 650ms ease-in-out;
  transition: all 650ms ease-in-out;
}

.image-project-sub._9.eden:hover {
  background-image: url('../images/package-2.jpg');
}

.image-project-sub._9.rm {
  background-image: url('../images/1579788694-renovation-appartement-complet-paris11-5.png');
  background-size: cover;
}

.image-project-sub._9.soth {
  height: 540px;
  max-height: 540px;
  background-image: url('../images/Mockup-BID-Now--small.png');
  background-size: auto 140%;
}

.image-project-sub._9.flow {
  background-image: url('../images/finale-image.jpg');
  background-size: contain;
}

.image-project-sub._9.ams {
  display: none;
}

.image-project-sub._9.opi {
  background-image: url('../images/Reveal-process.jpg');
}

.image-project-sub._9.shis {
  display: none;
}

.image-project-sub._9.comics {
  display: block;
  max-height: 1080px;
  min-height: 1080px;
  background-image: url('../images/BD-integration-Web.jpg');
  background-size: contain;
}

.image-project-sub._9.z {
  background-image: url('../images/Grid-15.jpg');
}

.image-project-sub._9.oo {
  background-image: url('../images/Back-Black-Pers.jpg');
  background-size: cover;
}

.image-project-sub._10 {
  background-image: url('../images/Grid-17.jpg');
  background-position: 50% 50%;
  background-size: contain;
}

.tab-diy-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #444;
  cursor: default;
}

.tab-diy-menu.space {
  margin-top: 8px;
}

.tab-diy-container {
  overflow: hidden;
  margin-top: 8px;
}

.paragraph-context {
  display: block;
  overflow: visible;
  margin-top: 32px;
  margin-bottom: 0px;
  font-size: 0.65em;
  line-height: 32px;
}

.tab-diy-content-tools {
  display: block;
  margin-left: 16px;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.tab-diy-content-roles {
  display: block;
  margin-top: 0px;
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.chevron-tab-tools {
  width: 48px;
  height: 48px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('../images/Chevron-Product.svg');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  cursor: pointer;
}

.chevron-tab-tools.culinary {
  background-image: url('../images/Chevron--culinaire.svg');
}

.chevron-tab-tools.digital {
  background-image: url('../images/Chevron-Interactiv.svg');
}

.chevron-tab-tools.gaming {
  background-image: url('../images/Chevron-Research.svg');
}

.chevron-tab-tools.learn {
  background-image: url('../images/Chevron-Motion.svg');
}

.chevron-tab-roles {
  width: 48px;
  height: 48px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('../images/Chevron-Product.svg');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  cursor: pointer;
}

.chevron-tab-roles.culinary {
  background-image: url('../images/Chevron--culinaire.svg');
}

.chevron-tab-roles.digital {
  background-image: url('../images/Chevron-Interactiv.svg');
}

.chevron-tab-roles.gaming {
  background-image: url('../images/Chevron-Research.svg');
}

.chevron-tab-roles.learn {
  background-image: url('../images/Chevron-Motion.svg');
}

.paragraph-roles {
  display: block;
  overflow: hidden;
  height: auto;
  margin: 8px 32px 16px 16px;
  font-size: 0.65em;
  line-height: 1.6em;
}

.paragraph-tools {
  display: block;
  margin-top: 16px;
  margin-right: 32px;
  font-size: 0.65em;
  line-height: 1.6em;
}

.header-projects-new-phone {
  display: none;
  width: 100%;
  max-width: 1270px;
  margin-bottom: 40px;
  padding-bottom: 24px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: none none dotted;
  border-bottom-width: 1px;
  border-bottom-color: #bdbdbd;
  border-left-width: 0px;
  border-left-color: #38ad8b;
}

.image-project-main {
  width: 100%;
  height: auto;
  max-height: 720px;
  min-height: 720px;
  margin-top: 12px;
  margin-bottom: 12px;
  background-color: transparent;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #000;
}

.image-project-main.prod {
  height: 85vh;
  max-height: none;
  min-height: 540px;
  margin-top: 16px;
  margin-bottom: 16px;
  background-color: #38ad8b;
}

.image-project-main.prod.eden {
  background-color: transparent;
  background-image: url('../images/About-Photo-small.png');
  background-size: cover;
  -webkit-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
}

.image-project-main.prod.rm {
  background-color: transparent;
  background-image: url('../images/Branding-mockup-RMbkg.jpg');
  background-position: 50% 55%;
}

.image-project-main.prod.soth {
  background-color: transparent;
  background-image: url('../images/SotheBays-Cover.jpg');
  background-size: contain;
}

.image-project-main.prod.flow {
  background-color: #00adff;
  background-image: url('../images/Finale-Shirt0200.png');
}

.image-project-main.prod.ams {
  background-color: transparent;
  background-image: url('../images/CAB-Trees.png');
  background-position: 50% 100%;
  background-size: cover;
}

.image-project-main.prod.opi {
  background-color: transparent;
  background-image: url('../images/Thumbnails_0002_videopitrail.png');
  background-size: contain;
}

.image-project-main.prod.shis {
  background-color: transparent;
  background-image: url('../images/Eizoobrandblue.png');
  background-size: cover;
}

.image-project-main.prod.comics {
  background-color: transparent;
  background-image: url('../images/66-li-neutral-Web.jpg');
}

.image-project-main.prod.gamelle {
  background-color: transparent;
  background-image: url('../images/poilus-cantines-dejeuner-tranchees.jpg');
}

.image-project-main.prod.z {
  background-image: url('../images/Grid-18.jpg');
  background-size: cover;
}

.image-project-main.prod.gem {
  background-image: url('../images/the-cave--New---Glow.jpg');
}

.image-project-main.prod.kss {
  background-image: url('../images/Galerie-Joseph.jpg');
}

.image-project-main.prod.oo {
  background-image: url('../images/Top-Allonged-Solo-Black.jpg');
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.image-project-main.prod.oo:hover {
  background-image: url('../images/Top-Allonged-Solo-Black-Light.jpg');
}

.right-side-container-context {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 50vw;
  height: auto;
  margin-top: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  background-color: hsla(0, 0%, 100%, 0.59);
}

.section-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  padding-top: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.text-block-14 {
  position: static;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-bottom: 8px;
  font-size: 12px;
  text-align: center;
}

.chevron-tab-size {
  width: 48px;
  height: 48px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('../images/Chevron-Product.svg');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  cursor: pointer;
}

.chevron-tab-size.culinary {
  background-image: url('../images/Chevron--culinaire.svg');
}

.chevron-tab-size.digital {
  background-image: url('../images/Chevron-Interactiv.svg');
}

.chevron-tab-size.gaming {
  background-image: url('../images/Chevron-Research.svg');
}

.chevron-tab-size.learn {
  background-image: url('../images/Chevron-Motion.svg');
}

.tab-diy-content-size {
  display: block;
  margin-top: 0px;
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.paragraph-size {
  display: block;
  margin-top: 16px;
  margin-right: 32px;
  margin-left: 16px;
  font-size: 0.65em;
  line-height: 1.6em;
}

.video-project {
  display: block;
  width: 100%;
  height: auto;
  max-height: none;
  min-height: auto;
  margin-top: 16px;
  margin-bottom: 16px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #000;
}

.heading-19 {
  display: none;
}

.the-project-summary {
  display: none;
}

.filter-typology.culinary {
  border-left: 10px solid #dd0;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
}

.filter-typology.graphic {
  border-left: 10px solid #ffc100;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
}

.filter-typology.motion {
  border-left: 10px solid #ff2465;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
}

.filter-typology.product {
  border-left: 10px solid #38ad8b;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
}

.filter-typology.digital {
  border-left: 10px solid #00adff;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
}

.filter-typology.search {
  border-left: 10px solid #7f5eca;
  font-size: 20px;
  text-align: right;
  text-transform: uppercase;
}

.nav-menu-mobile {
  position: static;
  display: none;
  margin-right: auto;
  margin-left: auto;
  float: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.about-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 60vh;
  max-width: 1136px;
  min-width: 992px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 40px 64px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 0.6em;
  line-height: 24px;
  text-align: left;
}

.studios-logo-container {
  display: -ms-grid;
  display: grid;
  width: 100%;
  height: 40vh;
  max-width: 1136px;
  min-width: 992px;
  margin: 0px auto 16px;
  padding: 16px 64px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-top: 1px solid #f3f3f3;
}

.studio-logo {
  width: 128px;
  height: 80px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: 80px;
  background-repeat: no-repeat;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.studio-logo.silver._2 {
  background-image: url('../images/Nina-Ricci.svg');
  background-size: 120px;
  -webkit-filter: none;
  filter: none;
}

.studio-logo.silver._3 {
  background-image: url('../images/OPI.svg');
  background-size: 60em 1.1em;
  -webkit-filter: none;
  filter: none;
}

.studio-logo.silver._4 {
  background-image: url('../images/DAN-Paris.svg');
  background-size: 120px;
  -webkit-filter: none;
  filter: none;
}

.studio-logo.silver._5 {
  background-image: url('../images/TBWA.svg');
  background-size: 120px;
}

.studio-logo.silver._1 {
  background-image: url('../images/Christofle.svg');
  background-size: auto 1.6em;
  -webkit-filter: none;
  filter: none;
}

.studio-logo.silver._6 {
  background-image: url('../images/AMS.svg');
  background-size: 120px 1.6em;
}

.studio-logo.gold {
  width: 128px;
  height: 80px;
}

.studio-logo.gold._5 {
  background-image: url('../images/SNCF-2.svg');
  background-size: auto 1.6em;
  -webkit-filter: none;
  filter: none;
}

.studio-logo.gold._6 {
  background-image: url('../images/Shiseido.svg');
  background-position: 50% 50%;
  background-size: 120px;
  background-repeat: no-repeat;
  -webkit-filter: none;
  filter: none;
}

.studio-logo.gold._1 {
  background-image: url('../images/Sothebys.svg');
  background-position: 50% 50%;
  background-size: 120px 1.6em;
  background-repeat: no-repeat;
  -webkit-filter: none;
  filter: none;
}

.studio-logo.gold._4 {
  background-image: url('../images/Monnaie-de-Paris.svg');
  background-size: auto 1.6em;
  -webkit-filter: none;
  filter: none;
}

.studio-logo.gold._2 {
  background-image: url('../images/Pompidou.svg');
  background-position: 50% 50%;
  background-size: 60px;
  background-repeat: no-repeat;
  -webkit-filter: none;
  filter: none;
}

.studio-logo.gold._3 {
  background-image: url('../images/Ebay.svg');
  background-position: 50% 50%;
  background-size: auto 1.6em;
  background-repeat: no-repeat;
  -webkit-filter: none;
  filter: none;
}

.category-subtitle {
  margin-top: 0px;
  margin-bottom: 16px;
  color: #797986;
  font-size: 0.6em;
  font-weight: 300;
  text-align: center;
}

.property-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 5vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.project-container {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100vw;
  height: 90vh;
  margin-top: 80px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -o-object-fit: fill;
  object-fit: fill;
}

.title-more-projects-show {
  margin-top: 56px;
  border-bottom: 1px solid #dbdbdb;
  color: #333;
  font-size: 0.5em;
  font-weight: 300;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.title-more-projects-show:hover {
  border-color: #00adff;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  color: #00adff;
}

.back-to-top-home {
  margin-top: 56px;
  border-bottom: 1px solid #dbdbdb;
  color: #333;
  font-size: 0.5em;
  font-weight: 300;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.back-to-top-home:hover {
  border-color: #00adff;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  color: #00adff;
}

.collection-list---home {
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 1136px;
  min-width: 990px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.collection-list-4 {
  display: -ms-grid;
  display: grid;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.twitter-link {
  display: block;
  width: 48px;
  height: 48px;
  float: none;
  background-image: url('../images/Twitter-Off-2.svg');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
}

.twitter-link:hover {
  background-image: url('../images/twitter-ON-2.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.linked-link {
  display: block;
  width: 48px;
  height: 48px;
  margin-left: 0px;
  float: none;
  background-color: transparent;
  background-image: url('../images/In-Off.svg');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
}

.linked-link:hover {
  background-image: url('../images/In-On2x_1In On@2x.png');
}

.linked-twitter {
  display: block;
  width: 48px;
  height: 48px;
  margin-left: 0px;
  float: none;
  background-color: transparent;
  background-image: url('../images/Twitter-Off-2.svg');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
}

.linked-twitter:hover {
  background-image: url('../images/twitter-ON-2.svg');
}

.card-project-typo {
  display: block;
  height: auto;
  margin-top: 16px;
  margin-bottom: 0px;
  padding-top: 8px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-top: 1px solid #dbdbdb;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 0.45em;
  line-height: 24px;
  font-weight: 300;
  text-align: right;
  text-decoration: none;
}

.the-project-summary-mobile {
  display: none;
}

.tab-title-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-20 {
  margin-top: 16px;
  margin-bottom: 16px;
  padding-left: 24px;
  font-size: 0.8em;
  line-height: 2px;
  font-weight: 400;
  text-transform: uppercase;
}

.heading-20.project {
  padding-left: 0px;
  border: 1px none #000;
  color: #444;
  font-weight: 500;
}

.liseret {
  width: 25px;
  height: 2px;
}

.liseret.design {
  background-color: #38ad8b;
}

.liseret.culinary {
  background-color: #dd0;
}

.liseret.digital {
  background-color: #00adff;
}

.liseret.gaming {
  background-color: #7f5eca;
}

.liseret.learn {
  background-color: #ff2465;
}

.text-span-7 {
  font-weight: 700;
}

.text-span-8 {
  color: #000;
  font-weight: 600;
}

.text-span-10 {
  color: #b9b902;
  font-style: italic;
  font-weight: 500;
}

.text-span-11 {
  text-decoration: underline;
}

.collection-list---food {
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 1136px;
  min-width: 990px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.collection-list---product {
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 1136px;
  min-width: 990px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.collection-list---identity {
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 1136px;
  min-width: 990px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.collection-list---digital {
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 1136px;
  min-width: 990px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.collection-list---gaming {
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 1136px;
  min-width: 990px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.collection-list---research {
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 1136px;
  min-width: 990px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.title-all-projects-show {
  margin-top: 56px;
  border-bottom: 1px solid #dbdbdb;
  color: #333;
  font-size: 0.5em;
  font-weight: 300;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.title-all-projects-show:hover {
  border-color: #00adff;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  color: #00adff;
}

.link-block-13 {
  position: relative;
  left: 25px;
  top: 40px;
  display: block;
  width: 100%;
  height: 100%;
  max-height: 10%;
  max-width: 10%;
  min-height: 10%;
  min-width: 10%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .navigation {
    display: none;
    margin-right: 16px;
  }

  .nav-menu {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    height: 100vh;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #fff;
  }

  .container {
    z-index: 4;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    float: none;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .section.first-screen {
    position: static;
    top: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 90vh;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section.footer {
    position: static;
    left: 0px;
    top: -104px;
    right: 0px;
    bottom: 0px;
    max-height: 15vh;
    margin-top: 0vh;
    margin-bottom: 0px;
    padding-top: 8px;
    padding-bottom: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-image: none;
  }

  .section.footer {
    position: static;
    left: 0px;
    top: -104px;
    right: 0px;
    bottom: 0px;
    max-height: 15vh;
    margin-top: 0vh;
    margin-bottom: 0px;
    padding-top: 8px;
    padding-bottom: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .section.hello-section {
    height: auto;
    padding: 48px;
  }

  .section.work-space {
    height: auto;
    padding: 48px 24px;
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(6%, #f8f8f8), color-stop(96%, #f8f8f8), to(#fff));
    background-image: linear-gradient(180deg, #fff, #f8f8f8 6%, #f8f8f8 96%, #fff);
  }

  .nav-link {
    position: static;
    top: 80px;
    display: block;
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    font-size: 32px;
    line-height: 40px;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
  }

  .nav-link:hover {
    color: #00adff;
    font-weight: 700;
  }

  .nav-link.w--current {
    position: static;
    display: block;
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    color: #00adff;
    font-weight: 700;
    text-align: center;
  }

  .nav-link.cd {
    position: relative;
    z-index: 6;
    width: auto;
    height: auto;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-transition-property: none;
    transition-property: none;
    text-align: center;
  }

  .nav-link.cd:hover {
    color: #797986;
  }

  .nav-link.cd.w--current {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 6;
    margin-top: 0px;
    margin-right: 76px;
    padding-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #797986;
    font-weight: 400;
    text-align: left;
  }

  .nav-link.cd {
    margin-right: auto;
    margin-left: auto;
    padding-right: 80px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-transition-property: none;
    transition-property: none;
    text-align: center;
  }

  .nav-link.cd:hover {
    color: #797986;
    font-weight: 300;
  }

  .heading {
    margin-top: 0vh;
    padding-bottom: 16px;
    font-size: 1em;
  }

  .heading.work {
    padding-bottom: 16px;
    border-width: 1px;
    font-family: Montserrat, sans-serif;
    font-size: 1em;
    font-weight: 300;
  }

  .heading.work.page {
    font-size: 1.2em;
  }

  .paragraph {
    display: block;
    margin-top: 48px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.1em;
    line-height: 48px;
    font-weight: 300;
  }

  .div-block-hello {
    width: 680px;
    height: auto;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 48px;
    padding-bottom: 48px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .button {
    width: auto;
    margin-bottom: 0px;
    font-size: 0.5em;
    letter-spacing: 1px;
    text-transform: uppercase;
  }

  .heading-2 {
    margin-bottom: 0px;
    font-family: Georgia, Times, 'Times New Roman', serif;
    font-size: 0.85em;
    font-weight: 700;
    text-align: left;
    text-decoration: none;
  }

  .text-block-2 {
    margin-top: 8px;
    font-size: 0.6em;
    line-height: 24px;
    text-decoration: none;
  }

  .footer-rights {
    margin-top: 8px;
    margin-bottom: 32px;
    font-size: 0.5em;
  }

  .card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    max-height: 480px;
    max-width: 100%;
    min-height: auto;
    min-width: 100%;
    float: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .menu-button {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    margin-left: 16px;
    float: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .menu-button:hover {
    color: red;
  }

  .menu-button.w--open {
    z-index: 6;
    background-color: transparent;
    color: red;
  }

  .nav-menu-desktop {
    position: fixed;
    top: 0px;
    z-index: 3;
    display: none;
    height: 150vh;
    margin-top: 0px;
    padding-top: 80px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #fff;
  }

  .icon {
    position: relative;
    z-index: 2;
    -webkit-transition: color 200ms cubic-bezier(.561, .001, .444, .989);
    transition: color 200ms cubic-bezier(.561, .001, .444, .989);
  }

  .icon:hover {
    color: #00adff;
  }

  .home-menu-int {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: auto;
    margin-bottom: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }

  .image-7.home {
    left: -406px;
    top: -62px;
    right: auto;
    bottom: auto;
    max-width: 20%;
  }

  .image-8.home {
    right: -513px;
    bottom: 126px;
    max-width: 20%;
  }

  .image-9 {
    top: -63px;
    right: -260px;
    max-width: 20%;
  }

  .image-10.home {
    right: -114px;
    bottom: -61px;
    max-width: 20%;
  }

  .image-11 {
    right: -76px;
    bottom: -124px;
    max-width: 20%;
  }

  .image-12.home {
    left: auto;
    top: 61px;
    right: -38px;
    max-width: 20%;
  }

  .image-13 {
    position: relative;
    max-width: 20%;
  }

  .image-14.home {
    left: -38px;
    top: -62px;
    max-width: 20%;
  }

  .image-15 {
    left: -76px;
    top: -124px;
    max-width: 20%;
  }

  .image-16.home {
    left: -222px;
    top: 124px;
    max-width: 20%;
  }

  .image-17 {
    left: -260px;
    top: 62px;
    max-width: 20%;
  }

  .section-2 {
    height: 80vh;
  }

  .slider {
    position: static;
    height: 100%;
  }

  .slide {
    background-position: 50% 50%;
    background-size: 100%;
  }

  .paragraph-2.sliders {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin-bottom: 48px;
    text-align: center;
  }

  .first-screen {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    min-height: 85vh;
    margin-top: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-position: 50% 50%;
  }

  .slide-3 {
    background-size: cover;
  }

  .slide-4 {
    background-image: url('../images/Calque-0.png'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url('../images/Calque-0.png'), linear-gradient(180deg, transparent, transparent);
    background-size: cover, auto;
  }

  .div-block-33 {
    position: absolute;
    left: 0px;
    top: auto;
    right: 0px;
    bottom: auto;
    height: 124px;
  }

  .div-block-33.home-liseret {
    bottom: 0px;
  }

  .section-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hello {
    font-size: 0.9em;
    font-weight: 300;
  }

  .thumbnail {
    display: block;
    height: 260px;
    max-height: 280px;
    opacity: 1;
  }

  .thumbnail._1 {
    opacity: 1;
  }

  .thumbnail._4 {
    margin-bottom: 16px;
  }

  .thumbnail._6 {
    margin-bottom: 0px;
  }

  .thumb-color-id {
    top: 40px;
  }

  .works-section {
    min-width: 768px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(6%, #f8f8f8), color-stop(94%, #f8f8f8), to(#f8f8f8));
    background-image: linear-gradient(180deg, #fff, #f8f8f8 6%, #f8f8f8 94%, #f8f8f8);
  }

  .div-block-36 {
    max-width: 991px;
    min-width: 768px;
  }

  .collection-item-works {
    display: block;
    width: 50%;
    max-width: 50%;
    min-width: 50%;
    padding-right: 8px;
    padding-left: 8px;
    float: left;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .tabs-menu.works-filters {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 100%;
    min-width: 768px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 16px;
    padding-right: 8px;
    padding-left: 8px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .picture-proj {
    height: auto;
  }

  .tab {
    padding-top: 8px;
  }

  .tab.culinary {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 8px;
    padding-left: 8px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .tab.culinary.w--current {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .tab.prodcut {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 8px;
    padding-left: 8px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .tab.illu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 8px;
    padding-left: 8px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .tab.illu.w--current {
    padding-right: 8px;
    padding-left: 8px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .tab.digit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 16%;
    padding-right: 8px;
    padding-left: 8px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .tab.digit.w--current {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .tab.motion {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 8px;
    padding-left: 8px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .tab.motion.w--current {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .tab.search {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 8px;
    padding-left: 8px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .tab.search.w--current {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .tab.story {
    display: none;
  }

  .slide-5 {
    background-image: url('../images/Luminis.png'), -webkit-gradient(linear, left top, left bottom, from(null), to(null));
    background-image: url('../images/Luminis.png'), linear-gradient(180deg, null, null);
    background-size: cover, auto;
  }

  .tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    min-width: 768px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .tabs-content {
    position: static;
    display: block;
    overflow: visible;
    min-width: 100%;
    padding-top: 0px;
    clear: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .tab-pane-digital {
    position: static;
    display: block;
    min-width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .tab-pane-culinary {
    position: static;
    display: block;
    overflow: visible;
    min-width: 100%;
    clear: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .tab-pane-products {
    position: static;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    min-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .tab-pane-motion {
    position: static;
    min-width: 100%;
  }

  .tab-pane-graphic {
    position: static;
    min-width: 100%;
  }

  .navbar-4 {
    position: fixed;
    z-index: 5;
  }

  .statut-container {
    z-index: 1;
    height: auto;
    margin-right: 8px;
  }

  .statut-box {
    height: auto;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .statut-box-title {
    margin-top: 0px;
    font-size: 0.65em;
  }

  .text-block-10 {
    margin-top: 8px;
    margin-bottom: 0px;
    font-size: 0.8em;
  }

  .slide-6 {
    z-index: 0;
  }

  .liseret-title {
    margin-right: 16px;
  }

  .left-arrow-3 {
    opacity: 0;
  }

  .right-arrow-3 {
    left: auto;
    top: 96px;
    right: 24px;
    bottom: auto;
  }

  .container-13 {
    display: none;
    padding-right: 8px;
  }

  .container-14 {
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    float: none;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .div-block-71 {
    padding-left: 0px;
  }

  .slide2-eden {
    background-position: -536px -12px;
  }

  .heading-14 {
    font-size: 0.95em;
  }

  .title-container {
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    padding-right: 24px;
    padding-left: 24px;
  }

  .div-block-73 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
  }

  .heading-15 {
    font-size: 1.4em;
  }

  .column-4 {
    clear: none;
  }

  .column-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .div-block-75 {
    min-width: auto;
  }

  .columns-2 {
    min-width: auto;
    padding-right: 32px;
    padding-left: 32px;
  }

  .img-sky-eden {
    background-size: contain;
  }

  .img-mktg-eden {
    background-size: cover;
  }

  .img-mktg-eden._2 {
    background-image: url('../images/Program-EdeNamed-light.jpg');
    background-position: 50% 0px;
    background-size: cover;
  }

  .eden-glow-pack {
    background-image: url('../images/package-2.jpg');
    background-size: cover;
    background-repeat: no-repeat;
  }

  .next-img-eden {
    background-size: cover;
  }

  .project-h2.filter {
    width: auto;
    max-width: 100%;
    margin: 64px 0px 0px;
    padding: 0px 8px 8px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .eden-gallery {
    height: 320px;
    background-image: none;
  }

  .project {
    min-width: auto;
  }

  .lightbox-link {
    padding: 8px;
  }

  .ux-eden {
    background-size: cover;
  }

  .img-skinside-eden {
    background-position: 47% 47%;
    background-size: 1403px;
  }

  .img-conception-eden {
    background-size: contain;
  }

  .div-block-76 {
    height: 50%;
  }

  .grid-6 {
    grid-template-areas: ". ."
      ". .";
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .div-block-78 {
    min-width: auto;
  }

  .heading-card-project {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: Georgia, Times, 'Times New Roman', serif;
    font-size: 0.75em;
    text-align: left;
  }

  .card-project-txt {
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 0.6em;
    line-height: 24px;
  }

  .card-base {
    display: none;
    height: 440px;
    max-height: 480px;
    max-width: 100%;
    min-height: 376px;
    min-width: 100%;
    float: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .collection-list-wrapper-home {
    display: block;
    max-width: 100%;
    min-width: auto;
    float: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .link-block-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    max-width: none;
    min-height: 90%;
    min-width: 84%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .menu-button-2 {
    margin-left: 0px;
  }

  .menu-button-2.w--open {
    z-index: 5;
    background-color: transparent;
    color: #00adff;
  }

  .container-16 {
    padding-right: 16px;
    padding-left: 16px;
  }

  .link-block-7 {
    width: 100%;
    text-decoration: none;
  }

  .title {
    font-weight: 300;
  }

  .projects-block {
    display: block;
    overflow: hidden;
    max-width: 100%;
    min-width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .container-projects {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    min-width: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .contacts-block {
    display: none;
    width: auto;
    margin-right: 16px;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .div-block-86 {
    margin-top: 16px;
  }

  .heading-project-new {
    margin-bottom: 0px;
    color: #333;
    font-size: 1.4em;
  }

  .left-side-container-visuals {
    overflow: visible;
    width: 100%;
    padding: 32px 0px 0px;
  }

  .header-projects-new {
    display: none;
    padding-left: 0px;
  }

  .client-subtitle {
    margin-top: 24px;
    margin-bottom: 24px;
    font-size: 1em;
  }

  .history-block {
    position: static;
    width: 100%;
    height: auto;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    border-top: 1px dotted #797986;
    background-color: hsla(0, 0%, 100%, 0.8);
  }

  .image-project-sub {
    height: auto;
    max-height: 480px;
    min-height: 480px;
    margin-top: 16px;
    background-color: #e0e0e0;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }

  .image-project-sub._2 {
    background-color: transparent;
  }

  .image-project-sub._2.eden {
    background-image: url('../images/felicitations-m.jpg.png.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .image-project-sub._2.rm {
    background-color: transparent;
    background-size: cover;
  }

  .image-project-sub._2.soth {
    height: 1024px;
    max-height: 1024px;
    min-height: 480px;
    background-color: transparent;
    background-position: 50% 50%;
    background-size: contain;
  }

  .image-project-sub._2.flow {
    background-color: #000;
    background-position: 50% 50%;
    background-size: contain;
  }

  .image-project-sub._2.opi {
    background-color: transparent;
  }

  .image-project-sub._2.shis {
    background-color: transparent;
    background-size: cover;
  }

  .image-project-sub._2.comics {
    background-color: transparent;
  }

  .image-project-sub._2.gem {
    background-size: cover;
  }

  .image-project-sub._3 {
    background-color: transparent;
  }

  .image-project-sub._3.eden {
    background-color: transparent;
  }

  .image-project-sub._3.rm {
    background-color: transparent;
  }

  .image-project-sub._3.soth {
    height: 1024px;
    max-height: 1024px;
    background-color: transparent;
  }

  .image-project-sub._3.flow {
    background-color: #000;
    background-size: contain;
  }

  .image-project-sub._3.opi {
    background-color: transparent;
  }

  .image-project-sub._3.shis {
    background-color: transparent;
  }

  .image-project-sub._3.comics {
    background-color: transparent;
  }

  .image-project-sub._3.gem {
    background-size: cover;
  }

  .image-project-sub._4 {
    background-color: transparent;
  }

  .image-project-sub._4.eden {
    background-color: transparent;
  }

  .image-project-sub._4.rm {
    background-color: transparent;
  }

  .image-project-sub._4.soth {
    height: 1024px;
    max-height: 1024px;
    background-color: transparent;
  }

  .image-project-sub._4.flow {
    background-color: #000;
    background-size: contain;
  }

  .image-project-sub._4.opi {
    background-color: transparent;
  }

  .image-project-sub._4.shis {
    background-color: transparent;
  }

  .image-project-sub._4.comics {
    background-color: transparent;
  }

  .image-project-sub._4.gem {
    background-position: 0% 100%;
    background-size: cover;
  }

  .image-project-sub._5 {
    background-color: transparent;
  }

  .image-project-sub._5.eden {
    background-color: transparent;
  }

  .image-project-sub._5.rm {
    background-color: transparent;
    background-position: 50% 65%;
    background-size: cover;
  }

  .image-project-sub._5.soth {
    height: 480px;
    max-height: 480px;
    background-color: transparent;
  }

  .image-project-sub._5.flow {
    background-color: #000;
    background-size: contain;
  }

  .image-project-sub._5.opi {
    background-color: transparent;
  }

  .image-project-sub._5.shis {
    background-color: transparent;
  }

  .image-project-sub._5.comics {
    background-color: transparent;
  }

  .image-project-sub._5.gem {
    background-position: 50% 0%;
    background-size: cover;
  }

  .image-project-sub._6 {
    background-color: transparent;
  }

  .image-project-sub._6.rm {
    background-color: transparent;
  }

  .image-project-sub._6.soth {
    height: 1024px;
    max-height: 1024px;
    background-color: transparent;
  }

  .image-project-sub._6.flow {
    background-color: #000;
    background-size: contain;
  }

  .image-project-sub._6.opi {
    background-color: transparent;
  }

  .image-project-sub._6.gem {
    background-size: cover;
  }

  .image-project-sub._7 {
    background-color: transparent;
  }

  .image-project-sub._7.eden {
    background-image: url('../images/Nouvel-EDEN---2019---Inside.jpg');
  }

  .image-project-sub._7.rm {
    background-color: transparent;
  }

  .image-project-sub._7.soth {
    height: 1024px;
    max-height: 1024px;
    background-color: transparent;
  }

  .image-project-sub._7.flow {
    background-color: transparent;
  }

  .image-project-sub._7.ams {
    max-height: 640px;
    min-height: 640px;
    background-position: 50% 50%;
  }

  .image-project-sub._7.opi {
    background-color: transparent;
  }

  .image-project-sub._7.comics {
    background-color: transparent;
  }

  .image-project-sub._8 {
    background-color: transparent;
  }

  .image-project-sub._8.rm {
    background-color: transparent;
  }

  .image-project-sub._8.soth {
    height: 1024px;
    max-height: 1024px;
    background-color: transparent;
  }

  .image-project-sub._8.flow {
    background-color: transparent;
  }

  .image-project-sub._8.ams {
    max-height: 640px;
    min-height: 640px;
    background-position: 50% 50%;
  }

  .image-project-sub._8.comics {
    background-color: transparent;
  }

  .image-project-sub._9 {
    background-color: transparent;
  }

  .image-project-sub._9.eden {
    margin-bottom: 0px;
  }

  .image-project-sub._9.rm {
    background-color: transparent;
  }

  .image-project-sub._9.soth {
    height: 480px;
    max-height: 480px;
    background-color: transparent;
  }

  .image-project-sub._9.flow {
    background-color: transparent;
    background-size: contain;
  }

  .image-project-sub._9.comics {
    background-color: transparent;
  }

  .image-project-sub._10 {
    background-color: transparent;
  }

  .tab-diy-container {
    margin-top: 0px;
  }

  .paragraph-context {
    margin-top: 0px;
    line-height: 2em;
  }

  .paragraph-roles {
    display: block;
  }

  .paragraph-tools {
    line-height: 2em;
  }

  .header-projects-new-phone {
    display: block;
    margin-bottom: 24px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .image-project-main {
    max-height: 480px;
    min-height: 480px;
    margin-top: 0px;
    background-color: #e0e0e0;
  }

  .image-project-main.prod {
    height: auto;
    max-height: 480px;
    min-height: 480px;
  }

  .image-project-main.prod.gem {
    background-position: 34% 50%;
  }

  .right-side-container-context {
    position: static;
    overflow: visible;
    width: 100%;
    margin-top: 32px;
  }

  .section-10 {
    height: 100vh;
    padding-right: 32px;
    padding-left: 32px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .paragraph-size {
    font-size: 0.65em;
    line-height: 2em;
  }

  .video-project {
    display: block;
    height: auto;
    max-height: none;
    min-height: auto;
    background-color: #e0e0e0;
  }

  .video-project.z {
    display: block;
  }

  .lottie-animation {
    width: 16px;
    height: 20px;
    font-size: 12px;
    line-height: 12px;
  }

  .heading-19 {
    display: block;
    margin-top: 0px;
    margin-bottom: 24px;
    color: #444;
    font-size: 0.8em;
    font-weight: 500;
    text-align: center;
  }

  .the-project-summary {
    display: none;
    padding-bottom: 32px;
    border-bottom: 1px dotted #797986;
  }

  .body-3 {
    background-color: #fff;
  }

  .filter-typology.culinary {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 16px;
  }

  .filter-typology.culinary.nav {
    color: #fff;
    font-weight: 700;
    text-align: right;
  }

  .filter-typology.graphic {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 16px;
  }

  .filter-typology.graphic.nav {
    color: #fff;
    font-weight: 700;
    text-align: right;
  }

  .filter-typology.motion {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 16px;
  }

  .filter-typology.motion.nav {
    color: #fff;
    font-weight: 700;
    text-align: right;
  }

  .filter-typology.product {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 16px;
  }

  .filter-typology.product.nav {
    color: #fff;
    font-weight: 700;
    text-align: right;
  }

  .filter-typology.digital {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 16px;
  }

  .filter-typology.digital.nav {
    color: #fff;
    font-weight: 700;
    text-align: right;
  }

  .filter-typology.search {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 16px;
    text-align: center;
  }

  .filter-typology.search.nav {
    color: #fff;
    font-weight: 700;
    text-align: right;
  }

  .div-block-95 {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    height: 33.33%;
    padding: 32px;
    float: left;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .nav-menu-tyopoly {
    display: none;
    overflow: auto;
    height: 50vh;
    max-height: 100%;
    min-height: auto;
    margin-top: 16px;
    margin-bottom: 16px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .nav-menu-mobile {
    position: fixed;
    top: 0px;
    z-index: 3;
    display: none;
    height: 150vh;
    margin-top: 0px;
    padding-top: 80px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #fff;
  }

  .about-block {
    height: 60vh;
    max-width: 991px;
    min-width: auto;
    margin-bottom: 16px;
    padding: 64px 32px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 0.6em;
    line-height: 24px;
    text-align: left;
  }

  .studios-logo-container {
    width: 100%;
    height: 40vh;
    max-width: 980px;
    min-width: 768px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding: 16px 32px;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .category-subtitle {
    margin-top: 0px;
    margin-bottom: 24px;
    font-size: 0.6em;
    text-align: center;
  }

  .project-container {
    position: static;
    width: 100vw;
    padding-right: 32px;
    padding-left: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .title-more-projects-show {
    font-size: 0.5em;
    letter-spacing: 1px;
  }

  .back-to-top-home {
    font-size: 0.5em;
    letter-spacing: 1px;
  }

  .collection-list---home {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    min-width: auto;
    margin-bottom: 16px;
    float: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .collection-list-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 16px;
    float: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .about-cover {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-image: url('../images/About-Photo-small.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.5;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }

  .menu-links-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .card-project-typo {
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 12px;
    padding-bottom: 0px;
    font-size: 0.5em;
    line-height: 24px;
  }

  .the-project-summary-mobile {
    display: block;
    margin-bottom: 16px;
    padding-bottom: 32px;
    border-bottom: 1px dotted #797986;
  }

  .collection-list---food {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    min-width: auto;
    margin-bottom: 16px;
    float: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .collection-list---product {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    min-width: auto;
    margin-bottom: 16px;
    float: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .collection-list---identity {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    min-width: auto;
    margin-bottom: 16px;
    float: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .collection-list---digital {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    min-width: auto;
    margin-bottom: 16px;
    float: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .collection-list---gaming {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    min-width: auto;
    margin-bottom: 16px;
    float: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .collection-list---research {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    min-width: auto;
    margin-bottom: 16px;
    float: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .title-all-projects-show {
    font-size: 0.5em;
    letter-spacing: 1px;
  }
}

@media screen and (max-width: 767px) {
  .link-block {
    display: none;
  }

  .navigation {
    display: none;
  }

  .nav-menu {
    display: none;
  }

  .navbar {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    background-color: #fff;
  }

  .container {
    z-index: 5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 76px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .section.first-screen {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 100vh;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('../images/CD_logo_color_1.svg');
    background-position: 50% 45%;
    background-size: 65%;
  }

  .section.footer {
    background-image: none;
  }

  .section.hello-section {
    height: 60vh;
    padding: 48px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .section.work-space {
    height: auto;
    padding: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(6%, #dfdfdf), color-stop(94%, #dfdfdf), to(#fff));
    background-image: linear-gradient(180deg, #fff, #dfdfdf 6%, #dfdfdf 94%, #fff);
  }

  .nav-link {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 24px;
  }

  .nav-link.w--current {
    display: block;
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 16px;
    padding-bottom: 16px;
    color: #00adff;
    font-size: 24px;
  }

  .nav-link.cd {
    position: relative;
    z-index: 5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 8px;
    padding-right: 0px;
    padding-left: 0px;
    float: left;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .nav-link.cd.w--current {
    position: static;
    width: auto;
    margin-top: 0px;
    margin-right: 0px;
    padding-right: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #797986;
    font-size: 18px;
    font-weight: 400;
  }

  .nav-link.cd {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0px;
    padding-right: 10px;
    padding-left: 0px;
    float: left;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .heading {
    margin-top: 0vh;
    font-size: 1em;
  }

  .heading.work {
    border-width: 1px;
    font-family: Montserrat, sans-serif;
    font-size: 1em;
    font-weight: 300;
    text-decoration: none;
  }

  .heading.work.page {
    font-size: 1em;
  }

  .paragraph {
    margin-top: 48px;
    font-size: 0.8em;
    line-height: 50px;
    font-weight: 300;
  }

  .div-block-hello {
    width: auto;
    height: 50vh;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 24px;
    padding-bottom: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .button {
    width: auto;
    margin-top: 32px;
    margin-bottom: 48px;
    font-size: 0.5em;
    line-height: 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
  }

  .heading-2 {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: 25%;
    margin-top: 16px;
    padding-left: 8px;
    clear: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 0.7em;
  }

  .text-block-2 {
    display: block;
    height: auto;
    margin-top: 0px;
    padding: 8px;
    clear: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 0.6em;
  }

  .card {
    position: static;
    display: block;
    overflow: visible;
    width: 100%;
    height: auto;
    max-height: none;
    max-width: none;
    min-height: 380px;
    min-width: 100%;
    margin-bottom: 0px;
    padding-top: 16px;
    padding-bottom: 16px;
    float: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-top: 4px none #38ad8b;
    border-left: 4px none #38ad8b;
  }

  .menu-button {
    z-index: 6;
    margin-left: 16px;
    float: left;
  }

  .menu-button.w--open {
    z-index: 6;
  }

  .nav-menu-desktop {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 80px;
  }

  .home-menu-int {
    position: static;
    display: none;
    margin-top: auto;
    margin-bottom: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .image-7.home {
    max-width: 10%;
  }

  .image-8.home {
    max-width: 10%;
  }

  .image-9 {
    max-width: 10%;
  }

  .image-10.home {
    max-width: 10%;
  }

  .image-11 {
    max-width: 10%;
  }

  .image-12.home {
    top: 30px;
    right: -19px;
    max-width: 10%;
  }

  .image-13 {
    position: relative;
    max-width: 10%;
  }

  .image-14.home {
    max-width: 10%;
  }

  .image-15 {
    max-width: 10%;
  }

  .image-16.home {
    max-width: 10%;
  }

  .image-17 {
    max-width: 10%;
  }

  .section-2 {
    height: 60vh;
  }

  .slider {
    position: static;
    display: block;
    height: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: transparent;
  }

  .slide {
    background-color: transparent;
    background-position: 50% 0px;
    background-size: 140%;
  }

  .paragraph-2.sliders {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin-bottom: 48px;
    text-align: center;
  }

  .slide-2 {
    background-color: transparent;
  }

  .first-screen {
    height: 100vh;
    min-height: auto;
    margin-top: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .slide-3 {
    background-size: cover;
    background-repeat: no-repeat;
  }

  .slide-4 {
    background-image: url('../images/Calque-0.png'), -webkit-gradient(linear, left top, left bottom, from(#3cb2b4), to(#3cb2b4));
    background-image: url('../images/Calque-0.png'), linear-gradient(180deg, #3cb2b4, #3cb2b4);
    background-size: contain, auto;
  }

  .div-block-33 {
    top: auto;
    bottom: auto;
  }

  .div-block-33.home-liseret {
    bottom: -96px;
  }

  .hello {
    font-size: 0.8em;
    font-weight: 400;
  }

  .thumbnail {
    height: 380px;
    max-height: 280px;
  }

  .thumbnail._4 {
    margin-bottom: 0px;
  }

  .thumbnail._5 {
    opacity: 1;
  }

  .thumb-color-id {
    top: 60px;
  }

  .works-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 480px;
    background-color: #f8f8f8;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(2%, #fff), color-stop(3%, #f8f8f8), to(#f8f8f8));
    background-image: linear-gradient(180deg, #fff 2%, #f8f8f8 3%, #f8f8f8);
  }

  .div-block-36 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 767px;
    min-width: 480px;
  }

  .collection-item-works {
    display: block;
    overflow: visible;
    width: 100%;
    height: auto;
    max-width: 100%;
    min-width: 100%;
    margin-bottom: 8px;
    float: left;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-decoration: none;
  }

  .tabs-menu.works-filters {
    display: block;
    width: 100%;
    min-width: 480px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 16px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .picture-proj {
    height: auto;
  }

  .tab.culinary {
    display: block;
    max-width: 50%;
    min-width: 50%;
    margin-bottom: 8px;
    float: left;
    clear: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    color: #797986;
    font-weight: 300;
  }

  .tab.culinary.w--current {
    color: #b9b902;
    font-weight: 700;
  }

  .tab.prodcut {
    display: block;
    max-width: 50%;
    min-width: 50%;
    margin-bottom: 8px;
    float: left;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    color: #797986;
    font-weight: 300;
  }

  .tab.prodcut.w--current {
    color: #38ad8b;
    font-weight: 700;
  }

  .tab.illu {
    display: block;
    max-width: 50%;
    min-width: 50%;
    margin-bottom: 8px;
    padding-right: 8px;
    padding-left: 8px;
    float: left;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    color: #797986;
    font-weight: 300;
  }

  .tab.illu.w--current {
    color: #e7b92a;
    font-weight: 700;
  }

  .tab.digit {
    position: static;
    display: block;
    max-width: 50%;
    min-width: 50%;
    margin-bottom: 8px;
    float: left;
    color: #797986;
    font-weight: 300;
  }

  .tab.digit.w--current {
    display: block;
    max-width: 33%;
    min-width: 50%;
    margin-bottom: 8px;
    float: left;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    color: #00adff;
    font-weight: 700;
  }

  .tab.motion {
    display: block;
    max-width: 50%;
    min-width: 50%;
    margin-bottom: 8px;
    float: left;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    color: #797986;
    font-weight: 300;
  }

  .tab.motion.w--current {
    font-weight: 700;
  }

  .tab.search {
    display: block;
    max-width: 50%;
    min-width: 50%;
    margin-bottom: 8px;
    float: left;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    color: #797986;
    font-weight: 300;
  }

  .tab.search.w--current {
    color: #7f5eca;
    font-weight: 700;
  }

  .tab.story {
    display: none;
  }

  .tab.tech {
    margin-top: 16px;
  }

  .tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    min-width: 480px;
  }

  .tab-pane-digital {
    min-width: 480px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .statut-container {
    height: auto;
    margin-right: 8px;
  }

  .statut-box {
    height: auto;
    margin-right: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .statut-box-title {
    margin-top: 0px;
    font-size: 0.6em;
  }

  .text-block-10 {
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 0.75em;
  }

  .liseret-title {
    margin-right: 16px;
  }

  .left-arrow-3 {
    bottom: -520px;
    display: none;
    width: 48px;
    opacity: 0;
  }

  .right-arrow-3 {
    position: absolute;
    left: auto;
    top: 88px;
    right: 24px;
    bottom: auto;
    width: 48px;
  }

  .container-13 {
    display: none;
    padding-right: 4px;
  }

  .container-14 {
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .div-block-71 {
    width: 90%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 24px;
    padding-left: 24px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .slide2-eden {
    background-position: -639px -12px;
  }

  .heading-14 {
    margin-top: 0px;
    font-size: 0.85em;
  }

  .title-container {
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-73 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .heading-15 {
    margin-top: 0px;
    font-size: 1.2em;
  }

  .div-block-75 {
    min-width: auto;
  }

  .columns-2 {
    min-width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-79 {
    background-size: contain;
  }

  .img-strat-eden {
    background-position: 50% 50%;
    background-size: contain;
  }

  .img-mktg-eden {
    background-position: 50% 50%;
    background-size: cover;
  }

  .img-mktg-eden._2 {
    background-image: url('../images/Program-EdeNamed-light.jpg');
    background-position: 50% 0px;
    background-size: cover;
  }

  .eden-glow-pack {
    background-image: url('../images/package-2.jpg');
    background-size: cover;
    background-repeat: no-repeat;
  }

  .project-h2.filter {
    width: 90%;
    margin-top: 64px;
    margin-bottom: 8px;
    padding: 0px 8px 8px;
  }

  .eden-gallery {
    height: auto;
  }

  .project {
    min-width: auto;
  }

  .lightbox-link {
    width: 50%;
    padding: 8px;
  }

  .ux-eden {
    background-size: cover;
  }

  .img-skinside-eden {
    background-size: 1059px;
  }

  .gallerie {
    display: block;
    height: auto;
  }

  .div-block-76 {
    height: 50%;
  }

  .related-projects-new {
    display: block;
    max-width: none;
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-81 {
    width: auto;
    margin-bottom: 16px;
  }

  .grid-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-78 {
    min-width: auto;
  }

  .heading-card-project {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    margin-top: 0px;
    padding-left: 8px;
    clear: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-family: Georgia, Times, 'Times New Roman', serif;
    font-size: 0.7em;
    text-decoration: none;
  }

  .card-project-txt {
    display: block;
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 8px;
    clear: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 0.6em;
    text-decoration: none;
  }

  .card-base {
    position: static;
    display: none;
    width: auto;
    height: auto;
    max-height: auto;
    min-height: 380px;
    min-width: 80%;
    margin-bottom: 0px;
    padding-top: 16px;
    padding-bottom: 16px;
    float: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-top: 4px none #38ad8b;
    border-left: 4px none #38ad8b;
  }

  .collection-list-wrapper-home {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
  }

  .link-block-2 {
    min-height: 90%;
    min-width: 95%;
  }

  .menu-button-2 {
    margin-left: 8px;
  }

  .menu-button-2.w--open {
    z-index: 5;
    background-color: transparent;
    color: #00adff;
  }

  .link-block-4 {
    display: none;
  }

  .link-block-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    text-decoration: none;
  }

  .title {
    font-weight: 300;
  }

  .projects-block {
    margin-top: 0px;
    text-decoration: none;
  }

  .container-projects {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-height: auto;
    min-width: auto;
    margin-top: 0vh;
    margin-bottom: 0vh;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-decoration: none;
  }

  .div-block-86 {
    margin-top: 16px;
  }

  .heading-project-new {
    margin-top: 0px;
    color: #333;
    font-size: 1.2em;
  }

  .left-side-container-visuals {
    padding-top: 40px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .header-projects-new {
    display: none;
    width: 90%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 24px;
    padding-left: 24px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .client-subtitle {
    margin-top: 24px;
    margin-bottom: 0px;
    font-size: 0.9em;
  }

  .history-block {
    position: static;
    width: 100%;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    border-top: 1px dotted #797986;
  }

  .image-project-sub {
    height: auto;
    max-height: 320px;
    min-height: 320px;
    margin-top: 0px;
  }

  .image-project-sub._2 {
    max-height: 320px;
    min-height: 320px;
    margin-top: 16px;
  }

  .image-project-sub._2.eden {
    background-image: url('../images/felicitations-m.jpg.png.jpg');
  }

  .image-project-sub._2.rm {
    background-color: transparent;
  }

  .image-project-sub._2.soth {
    height: 800px;
    max-height: 800px;
    min-height: auto;
    background-size: contain;
  }

  .image-project-sub._2.opi {
    background-color: transparent;
  }

  .image-project-sub._2.shis {
    background-color: transparent;
    background-size: cover;
  }

  .image-project-sub._2.comics {
    max-height: 720px;
    min-height: 720px;
  }

  .image-project-sub._3.rm {
    background-color: transparent;
  }

  .image-project-sub._3.soth {
    height: 800px;
    max-height: 800px;
    min-height: auto;
  }

  .image-project-sub._3.opi {
    background-color: transparent;
  }

  .image-project-sub._3.shis {
    background-color: transparent;
  }

  .image-project-sub._3.comics {
    max-height: 720px;
    min-height: 720px;
  }

  .image-project-sub._4.eden {
    background-color: transparent;
  }

  .image-project-sub._4.rm {
    background-color: transparent;
  }

  .image-project-sub._4.soth {
    height: 800px;
    max-height: 800px;
    min-height: auto;
  }

  .image-project-sub._4.opi {
    background-color: transparent;
    background-position: 50% 50%;
  }

  .image-project-sub._4.shis {
    background-color: transparent;
  }

  .image-project-sub._4.comics {
    background-position: 50% 50%;
  }

  .image-project-sub._5 {
    margin-top: 16px;
  }

  .image-project-sub._5.eden {
    background-color: transparent;
  }

  .image-project-sub._5.rm {
    background-color: transparent;
    background-size: cover;
  }

  .image-project-sub._5.soth {
    height: 400px;
    max-height: 400px;
    min-height: auto;
  }

  .image-project-sub._5.opi {
    background-color: transparent;
  }

  .image-project-sub._5.shis {
    background-color: transparent;
  }

  .image-project-sub._6 {
    margin-top: 16px;
  }

  .image-project-sub._6.eden {
    background-color: transparent;
  }

  .image-project-sub._6.rm {
    background-color: transparent;
  }

  .image-project-sub._6.soth {
    height: 800px;
    max-height: 800px;
    min-height: auto;
  }

  .image-project-sub._6.opi {
    background-color: transparent;
  }

  .image-project-sub._7 {
    margin-top: 16px;
  }

  .image-project-sub._7.eden {
    background-color: transparent;
  }

  .image-project-sub._7.rm {
    background-color: transparent;
  }

  .image-project-sub._7.soth {
    height: 800px;
    max-height: 800px;
    min-height: auto;
  }

  .image-project-sub._7.ams {
    max-height: 640px;
    min-height: 640px;
    background-position: 50% 100%;
  }

  .image-project-sub._7.opi {
    background-color: transparent;
  }

  .image-project-sub._8 {
    margin-top: 16px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .image-project-sub._8.rm {
    background-color: transparent;
  }

  .image-project-sub._8.soth {
    height: 800px;
    max-height: 800px;
    min-height: auto;
  }

  .image-project-sub._8.ams {
    max-height: 640px;
    min-height: 640px;
    background-position: 50% 100%;
  }

  .image-project-sub._8.opi {
    background-color: transparent;
  }

  .image-project-sub._9 {
    margin-top: 16px;
  }

  .image-project-sub._9.eden {
    margin-bottom: 16px;
  }

  .image-project-sub._9.rm {
    background-color: transparent;
  }

  .image-project-sub._9.soth {
    height: 400px;
    max-height: 400px;
    min-height: auto;
  }

  .image-project-sub._9.opi {
    background-color: transparent;
  }

  .image-project-sub._9.comics {
    max-height: 720px;
    min-height: 720px;
  }

  .image-project-sub._10 {
    background-color: transparent;
  }

  .tab-diy-container {
    margin-top: 0px;
  }

  .paragraph-context {
    line-height: 2em;
  }

  .header-projects-new-phone {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 24px;
    margin-left: 0px;
    padding-right: 0px;
    padding-bottom: 16px;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }

  .image-project-main {
    height: auto;
    max-height: 320px;
    min-height: 320px;
    margin-top: 0px;
  }

  .image-project-main.prod {
    height: auto;
    max-height: 320px;
    min-height: 320px;
    background-color: transparent;
  }

  .right-side-container-context {
    margin-top: 16px;
  }

  .section-10 {
    height: auto;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .paragraph-size {
    font-size: 0.65em;
  }

  .video-project {
    display: block;
    height: auto;
    margin-top: 0px;
  }

  .heading-19 {
    margin-top: 0px;
    margin-bottom: 24px;
    color: #444;
    font-size: 0.7em;
    text-align: center;
  }

  .the-project-summary {
    display: none;
    margin-bottom: 32px;
    padding-bottom: 32px;
    border-bottom: 1px dotted #797986;
  }

  .filter-typology {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-left: 10px solid #000;
    font-size: 18px;
    text-transform: uppercase;
  }

  .filter-typology.culinary {
    border-left-color: #dd0;
  }

  .filter-typology.culinary.nav {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right;
  }

  .filter-typology.graphic {
    border-left-color: #ffc100;
  }

  .filter-typology.graphic.nav {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .filter-typology.motion {
    border-left-color: #ff2465;
  }

  .filter-typology.motion.nav {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .filter-typology.product {
    border-left-color: #38ad8b;
  }

  .filter-typology.product.nav {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right;
  }

  .filter-typology.digital {
    border-left-color: #00adff;
  }

  .filter-typology.digital.nav {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right;
  }

  .filter-typology.search {
    border-left-color: #7f5eca;
  }

  .filter-typology.search.nav {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .div-block-95 {
    overflow: visible;
    height: 33.33%;
    padding-bottom: 16px;
  }

  .nav-menu-tyopoly {
    overflow: auto;
    height: 40vh;
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .nav-menu-mobile {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    padding-top: 80px;
  }

  .about-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    max-width: 767px;
    min-width: auto;
    padding: 40px 0px;
    font-size: 0.6em;
    line-height: 28px;
    text-align: left;
  }

  .studios-logo-container {
    height: auto;
    max-width: 768px;
    min-width: 480px;
    margin-bottom: 0px;
    padding-top: 16px;
    padding-right: 0px;
    padding-left: 0px;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .studio-logo {
    width: 64px;
    height: 64px;
  }

  .studio-logo.silver._2 {
    width: 100%;
    background-size: 100px 0.6em;
  }

  .studio-logo.silver._3 {
    width: 100%;
  }

  .studio-logo.silver._4 {
    width: 100%;
    background-size: auto 1em;
  }

  .studio-logo.silver._5 {
    width: 100%;
    background-size: auto 0.6em;
  }

  .studio-logo.silver._1 {
    width: 100%;
    background-size: 80px;
  }

  .studio-logo.silver._6 {
    min-width: 100%;
    background-size: 60px;
  }

  .studio-logo.gold._5 {
    width: 100%;
    height: 64px;
    background-size: auto 1.2em;
  }

  .studio-logo.gold._6 {
    width: 100%;
    height: 64px;
    background-size: auto 0.6em;
  }

  .studio-logo.gold._1 {
    width: 100%;
    height: 64px;
    background-size: auto 0.8em;
  }

  .studio-logo.gold._4 {
    width: 100%;
    height: 64px;
  }

  .studio-logo.gold._2 {
    width: 100%;
    height: 64px;
  }

  .studio-logo.gold._3 {
    width: 100%;
    height: 64px;
    background-size: auto 1.2em;
  }

  .category-subtitle {
    margin-top: 0px;
    margin-bottom: 24px;
    font-size: 0.7em;
  }

  .property-container {
    height: 10vh;
  }

  .project-container {
    width: 100vw;
    padding-right: 32px;
    padding-left: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .title-more-projects-show {
    margin-top: 32px;
    font-size: 0.5em;
    letter-spacing: 1px;
  }

  .back-to-top-home {
    margin-top: 32px;
    font-size: 0.5em;
    letter-spacing: 1px;
  }

  .collection-list---home {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: none;
    min-width: auto;
    margin-bottom: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-decoration: none;
  }

  .collection-list-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-decoration: none;
  }

  .about-cover {
    height: 45vh;
  }

  .menu-links-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .linked-link {
    display: none;
  }

  .linked-twitter {
    display: none;
  }

  .card-project-typo {
    display: block;
    height: auto;
    margin-top: 8px;
    margin-bottom: 0px;
    padding: 16px 8px 8px;
    clear: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 0.5em;
    text-decoration: none;
  }

  .the-project-summary-mobile {
    margin-bottom: 16px;
    padding-bottom: 24px;
    border-bottom: 1px dotted #797986;
  }

  .collection-list---food {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: none;
    min-width: auto;
    margin-bottom: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-decoration: none;
  }

  .collection-list---product {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: none;
    min-width: auto;
    margin-bottom: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-decoration: none;
  }

  .collection-list---identity {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: none;
    min-width: auto;
    margin-bottom: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-decoration: none;
  }

  .collection-list---digital {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: none;
    min-width: auto;
    margin-bottom: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-decoration: none;
  }

  .collection-list---gaming {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: none;
    min-width: auto;
    margin-bottom: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-decoration: none;
  }

  .collection-list---research {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: none;
    min-width: auto;
    margin-bottom: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-decoration: none;
  }

  .title-all-projects-show {
    margin-top: 32px;
    font-size: 0.5em;
    letter-spacing: 1px;
  }
}

@media screen and (max-width: 479px) {
  .link-block {
    display: none;
  }

  .nav-menu {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    z-index: 4;
    display: block;
    overflow: visible;
    width: 100vw;
    height: 100vh;
    min-width: 100vw;
    margin-top: 0vh;
    margin-right: auto;
    margin-left: auto;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .navbar {
    left: 0px;
    top: 0px;
    right: 0px;
  }

  .container {
    padding-right: 0px;
  }

  .section.first-screen {
    width: 100vw;
    height: 90vh;
    background-image: url('../images/CD_logo_color_1.svg');
    background-position: 50% 45%;
    background-size: 70%;
  }

  .section.footer {
    padding-top: 24px;
    background-image: none;
  }

  .section.hello-section {
    height: auto;
    padding: 32px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .section.work-space {
    height: auto;
    margin: 0vh 0px;
    padding: 0px 8px 32px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(6%, #dfdfdf), color-stop(94%, #dfdfdf), to(#fff));
    background-image: linear-gradient(180deg, #fff, #dfdfdf 6%, #dfdfdf 94%, #fff);
  }

  .nav-link {
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 16px;
    padding-bottom: 16px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-weight: 300;
  }

  .nav-link:hover {
    color: #00adff;
  }

  .nav-link.w--current {
    display: block;
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #00adff;
  }

  .nav-link.cd {
    position: absolute;
    z-index: 5;
    display: block;
    width: 100%;
    margin: 32px auto;
    padding-right: 40px;
    padding-left: 0px;
    float: right;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    text-decoration: none;
  }

  .nav-link.cd.w--current {
    position: static;
    height: auto;
    margin-top: 0px;
    margin-right: 68px;
    margin-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #797986;
    font-size: 16px;
    font-weight: 400;
  }

  .nav-link.cd {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 60px;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    float: right;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
  }

  .heading {
    margin-top: 24px;
    padding-bottom: 16px;
    font-size: 0.8em;
  }

  .heading.work {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 16px;
    border-width: 1px;
    font-size: 0.8em;
    font-weight: 300;
  }

  .heading.work.page {
    width: auto;
    font-size: 1em;
  }

  .paragraph {
    margin-top: 32px;
    font-size: 0.8em;
    line-height: 32px;
    font-weight: 300;
  }

  .div-block-hello {
    height: auto;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 16px;
    padding-bottom: 24px;
    padding-left: 16px;
  }

  .button {
    margin-top: 32px;
    margin-bottom: 0vh;
    font-size: 0.5em;
    letter-spacing: 1px;
  }

  .heading-2 {
    margin-top: 16px;
    margin-right: 8px;
    margin-left: 8px;
    border-style: none;
    border-left-width: 4px;
    border-left-color: #000;
    font-size: 0.8em;
    text-decoration: none;
  }

  .text-block-2 {
    margin-right: 8px;
    margin-left: 8px;
    font-size: 0.6em;
  }

  .card {
    overflow: visible;
    width: 100%;
    height: auto;
    max-height: none;
    min-height: auto;
    min-width: auto;
    margin-top: 0px;
    padding: 0px 0px 16px;
    float: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-left-style: none;
  }

  .menu-button {
    position: relative;
    z-index: 6;
    margin-right: 0px;
    margin-left: 8px;
    float: left;
  }

  .menu-button.w--open {
    z-index: 5;
  }

  .nav-menu-desktop {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 4;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100vh;
    margin-right: auto;
    margin-left: auto;
    padding-top: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .icon {
    z-index: 6;
  }

  .home-menu-int {
    display: none;
    margin: auto;
    padding-left: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .section-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 72vh;
    max-height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .slide {
    position: static;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-position: 50% 50%;
    background-size: 185%;
  }

  .paragraph-2 {
    position: relative;
    display: block;
    margin-right: 16px;
    margin-left: 16px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .paragraph-2.sliders {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin-bottom: 48px;
    color: #797986;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
  }

  .first-screen {
    height: 80vh;
    min-height: auto;
    margin-top: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .slide-3 {
    background-position: 50% 50%;
    background-size: cover;
  }

  .slide-4 {
    background-image: url('../images/Calque-0.png'), -webkit-gradient(linear, left top, left bottom, from(#00b2b4), to(#00b2b4));
    background-image: url('../images/Calque-0.png'), linear-gradient(180deg, #00b2b4, #00b2b4);
    background-position: 50% 50%, 0px 0px;
    background-size: 548px, auto;
    background-repeat: no-repeat, repeat;
  }

  .div-block-33 {
    left: 0px;
    top: auto;
    right: 0px;
    bottom: auto;
    height: 80px;
  }

  .div-block-33.home-liseret {
    left: 0px;
    right: 0px;
    bottom: 32px;
    height: 80px;
  }

  .section-8 {
    top: 718px;
  }

  .hello {
    padding-right: 16px;
    padding-left: 16px;
    color: #797986;
    font-size: 0.8em;
    font-weight: 400;
  }

  .thumbnail {
    opacity: 1;
  }

  .thumbnail._4 {
    margin-bottom: 0px;
  }

  .thumbnail._5 {
    background-position: 0% 50%;
  }

  .thumbnail._11 {
    background-image: url('../images/PAd-MacNew.png');
  }

  .thumbnail._19 {
    background-image: url('../images/Lagamelle.png');
    background-size: cover;
  }

  .thumbnail._20 {
    background-image: url('../images/Grid-18.png');
  }

  .thumbnail._21 {
    background-image: url('../images/Skills-Yass.png');
  }

  .works-section {
    min-width: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(6%, #f8f8f8), color-stop(94%, #f8f8f8), color-stop(102%, #fff));
    background-image: linear-gradient(180deg, #fff, #f8f8f8 6%, #f8f8f8 94%, #fff 102%);
  }

  .div-block-36 {
    min-width: auto;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .collection-item-works {
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: auto;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    float: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-decoration: none;
  }

  .tabs-menu.works-filters {
    width: 90%;
    min-width: auto;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 16px;
    padding-right: 8px;
    padding-left: 8px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .picture-proj {
    height: auto;
  }

  .tab {
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .tab.culinary {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 8px;
    padding-right: 8px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .tab.prodcut {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 8px;
    padding-right: 0px;
    padding-left: 8px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .tab.prodcut.w--current {
    font-weight: 700;
  }

  .tab.illu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 50%;
    margin-bottom: 8px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .tab.illu.w--current {
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .tab.digit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 8px;
    float: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .tab.digit.w--current {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 50%;
    margin-bottom: 8px;
    padding-right: 0px;
    padding-left: 8px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .tab.motion {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 50%;
    padding-right: 8px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .tab.search {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 50%;
    padding-right: 0px;
    padding-left: 8px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .tab.story {
    display: none;
  }

  .tab.tech {
    margin-top: 0px;
  }

  .tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: auto;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
  }

  .tabs-content {
    display: block;
    min-width: 100%;
    padding-top: 8px;
    padding-right: 8px;
    padding-left: 8px;
  }

  .tab-pane-digital {
    display: block;
    min-width: auto;
    margin-right: auto;
    margin-left: auto;
  }

  .navbar-4 {
    display: block;
  }

  .statut-container {
    position: absolute;
    left: 0px;
    top: 75vh;
    right: 0px;
    bottom: auto;
    width: 100%;
    height: auto;
    margin-right: 0px;
    padding-right: 0px;
    padding-left: 8px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .statut-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    margin-right: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .statut-box-title {
    width: 120px;
    margin-top: 0px;
    font-size: 0.6em;
  }

  .text-block-10 {
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 0.75em;
  }

  .liseret-title {
    width: 2px;
    height: auto;
    margin-right: 8px;
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .left-arrow-3 {
    left: 0px;
    top: 88px;
    bottom: auto;
    display: none;
    width: 64px;
    opacity: 0;
  }

  .right-arrow-3 {
    left: auto;
    top: 88px;
    right: 16px;
    bottom: auto;
    display: block;
  }

  .icon-2 {
    display: block;
    height: 37px;
  }

  .container-13 {
    display: none;
    padding-right: 8px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .container-14 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .div-block-71 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 16px 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .slide2-eden {
    background-position: 76% 23%;
    background-size: auto 100%;
  }

  .heading-14 {
    width: auto;
    max-width: none;
    margin-top: 0px;
    margin-bottom: 16px;
    font-size: 0.7em;
    text-align: center;
  }

  .title-container {
    position: absolute;
    left: 0px;
    top: 80vh;
    right: 0px;
    bottom: auto;
    z-index: 1;
    width: auto;
    height: auto;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 8px;
    padding-bottom: 8px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: #000;
  }

  .div-block-73 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .heading-15 {
    overflow: visible;
    width: auto;
    height: auto;
    max-height: auto;
    max-width: none;
    margin-top: 16px;
    margin-bottom: 16px;
    clear: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 1em;
    text-align: center;
  }

  .column-4 {
    margin-top: 16px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-74 {
    text-align: left;
  }

  .context {
    margin-top: 96px;
    padding-top: 0px;
  }

  .column-3 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-75 {
    position: static;
    min-width: auto;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .columns-2 {
    width: 100%;
    min-width: auto;
    margin-top: 10vh;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .next {
    padding-right: 0px;
    padding-left: 0px;
  }

  .marketing-branding {
    padding-right: 0px;
    padding-left: 0px;
  }

  .img-sky-eden {
    height: 240px;
  }

  .div-block-79 {
    height: 240px;
    background-position: 50% 50%;
    background-size: contain;
  }

  .research {
    display: block;
    width: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .img-strat-eden {
    height: 240px;
  }

  .experience {
    padding-right: 0px;
    padding-left: 0px;
  }

  .img-mktg-eden {
    height: 240px;
    background-position: 50% 50%;
    background-size: cover;
  }

  .img-mktg-eden._2 {
    background-image: url('../images/Program-EdeNamed-light.jpg');
    background-position: 50% 0px;
    background-size: cover;
  }

  .eden-glow-pack {
    background-image: url('../images/package-2.jpg');
    background-size: cover;
    background-repeat: no-repeat;
  }

  .next-img-eden {
    height: 240px;
  }

  .project-h2.filter {
    display: block;
    width: 90%;
    margin-top: 64px;
    margin-bottom: 8px;
    padding: 0px 0px 8px 8px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 0.6em;
    line-height: 100%;
    text-align: left;
  }

  .release-img-eden {
    height: 240px;
    background-size: contain;
  }

  .eden-gallery {
    display: -ms-grid;
    display: grid;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .project {
    display: block;
    width: 100%;
    min-width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .lightbox-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .product-design {
    padding-right: 0px;
    padding-left: 0px;
  }

  .ux-eden {
    height: 240px;
    background-size: cover;
  }

  .text-span-6 {
    font-style: italic;
    text-decoration: underline;
  }

  .img-skinside-eden {
    height: 240px;
    background-position: 48% 50%;
    background-size: 608px;
  }

  .exhibition {
    padding-right: 0px;
    padding-left: 0px;
  }

  .strategy {
    padding-right: 0px;
    padding-left: 0px;
  }

  .eden-gallery-1 {
    display: inline-block;
  }

  .img-conception-eden {
    height: 240px;
  }

  .gallerie {
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-76 {
    height: 50%;
  }

  .div-block-81 {
    margin-bottom: 16px;
  }

  .grid-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-78 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .heading-card-project {
    height: auto;
    margin-top: 0px;
    padding-left: 16px;
    border-style: none;
    border-left-width: 4px;
    border-left-color: #000;
    font-family: Georgia, Times, 'Times New Roman', serif;
    font-size: 0.8em;
    text-decoration: none;
  }

  .card-project-txt {
    margin-bottom: 0px;
    padding: 8px 16px;
    font-size: 0.6em;
    text-decoration: none;
  }

  .card-base {
    display: none;
    overflow: visible;
    width: auto;
    height: auto;
    max-height: none;
    min-width: auto;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    float: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-left-style: none;
  }

  .collection-list-wrapper-home {
    display: block;
    min-width: auto;
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-decoration: none;
  }

  .div-block-83 {
    display: none;
  }

  .link-block-2 {
    position: absolute;
    min-height: 340px;
    min-width: 97%;
  }

  .italic-text {
    font-size: 1.2em;
    line-height: 32px;
  }

  .bold-text {
    color: #797986;
  }

  .menu-button-2 {
    margin-left: 8px;
    float: left;
  }

  .menu-button-2.w--open {
    z-index: 5;
    background-color: transparent;
  }

  .link-block-4 {
    display: none;
  }

  .container-16 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 16px;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .navbar-5 {
    background-color: hsla(0, 0%, 100%, 0.97);
  }

  .icon-3open {
    background-color: transparent;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    color: #797986;
    font-weight: 300;
  }

  .link-block-7 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .title {
    color: #797986;
    font-size: 0.8em;
  }

  .title.product {
    font-size: 0.8em;
  }

  .projects-block {
    display: block;
    overflow: visible;
    padding-right: 8px;
    padding-left: 8px;
    text-decoration: none;
  }

  .container-projects {
    max-height: none;
    padding-top: 0px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-decoration: none;
  }

  .contacts-block {
    display: none;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .div-block-86 {
    margin-top: 16px;
  }

  .heading-project-new {
    overflow: visible;
    width: auto;
    height: auto;
    max-height: auto;
    max-width: none;
    margin-top: 0px;
    margin-bottom: 8px;
    clear: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    color: #444;
    font-size: 1.1em;
    line-height: 1.4em;
    text-align: center;
    text-transform: uppercase;
  }

  .left-side-container-visuals {
    position: -webkit-sticky;
    position: sticky;
    padding: 0px;
  }

  .header-projects-new {
    position: relative;
    display: none;
    margin: 16px 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .client-subtitle {
    width: auto;
    max-width: none;
    margin-top: 0px;
    margin-bottom: 16px;
    color: #333;
    font-size: 0.8em;
    text-align: center;
  }

  .history-block {
    position: static;
    width: 100%;
    margin-top: 16px;
    padding: 16px 0px;
    border-top: 1px dotted #797986;
  }

  .image-project-sub {
    height: auto;
    max-height: 320px;
    min-height: 320px;
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .image-project-sub._2.rm {
    background-color: transparent;
  }

  .image-project-sub._2.soth {
    height: 540px;
    max-height: 540px;
    min-height: 420px;
  }

  .image-project-sub._2.opi {
    background-color: transparent;
  }

  .image-project-sub._2.shis {
    background-size: cover;
  }

  .image-project-sub._2.comics {
    max-height: 400px;
    min-height: 400px;
    background-color: transparent;
  }

  .image-project-sub._3.eden {
    background-size: cover;
  }

  .image-project-sub._3.rm {
    background-color: transparent;
    background-position: 0% 50%;
    background-size: contain;
  }

  .image-project-sub._3.soth {
    height: 540px;
    max-height: 540px;
  }

  .image-project-sub._3.shis {
    background-size: contain;
  }

  .image-project-sub._3.comics {
    max-height: 400px;
    min-height: 400px;
  }

  .image-project-sub._4.rm {
    background-color: transparent;
  }

  .image-project-sub._4.soth {
    height: 540px;
    max-height: 540px;
  }

  .image-project-sub._5.rm {
    background-color: transparent;
  }

  .image-project-sub._5.soth {
    height: 320px;
    max-height: 320px;
    background-size: cover;
  }

  .image-project-sub._6.rm {
    background-color: transparent;
  }

  .image-project-sub._6.soth {
    height: 540px;
    max-height: 540px;
  }

  .image-project-sub._7.rm {
    background-color: transparent;
    background-size: cover;
  }

  .image-project-sub._7.soth {
    height: 540px;
    max-height: 540px;
  }

  .image-project-sub._7.ams {
    max-height: 320px;
    min-height: 320px;
  }

  .image-project-sub._8.rm {
    background-color: transparent;
    background-size: cover;
  }

  .image-project-sub._8.soth {
    height: 540px;
    max-height: 540px;
  }

  .image-project-sub._8.ams {
    max-height: 320px;
    min-height: 320px;
  }

  .image-project-sub._9.eden {
    margin-bottom: 0px;
  }

  .image-project-sub._9.rm {
    background-color: transparent;
  }

  .image-project-sub._9.soth {
    height: 320px;
    max-height: 320px;
  }

  .image-project-sub._9.opi {
    background-size: 121%;
  }

  .image-project-sub._9.comics {
    max-height: 400px;
    min-height: 400px;
  }

  .image-project-sub._10 {
    background-color: transparent;
  }

  .tab-diy-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    min-height: 48px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .paragraph-context {
    margin-top: 0px;
    border-bottom: 1px none #797986;
    font-size: 0.65em;
  }

  .tab-diy-content-tools {
    margin-left: 0px;
  }

  .paragraph-roles {
    margin-left: 0px;
    font-size: 0.6em;
  }

  .paragraph-tools.video {
    margin-right: 16px;
  }

  .header-projects-new-phone {
    position: relative;
    display: block;
    width: 100%;
    margin: 0px 0px 16px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .image-project-main {
    height: auto;
    max-height: none;
    min-height: 320px;
    margin-top: 16px;
    margin-bottom: 16px;
    background-image: none;
  }

  .image-project-main.prod {
    max-height: 320px;
    min-height: 320px;
  }

  .image-project-main.prod.rm {
    background-image: url('../images/Branding-mockup-RM-2.png');
    background-size: cover;
  }

  .image-project-main.prod.shis {
    background-position: 100% 50%;
  }

  .image-project-main.prod.gem {
    background-position: 47% 50%;
  }

  .right-side-container-context {
    overflow: visible;
    margin-top: 16px;
  }

  .section-10 {
    height: auto;
    padding-right: 16px;
    padding-left: 16px;
  }

  .text-block-14 {
    line-height: 24px;
  }

  .chevron-tab-size {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .paragraph-size {
    margin-left: 0px;
  }

  .paragraph-size.video {
    margin-right: 16px;
  }

  .video-project {
    display: block;
    height: auto;
    max-height: none;
    min-height: auto;
    margin-top: 16px;
    margin-bottom: 16px;
    background-image: none;
  }

  .heading-19 {
    margin-top: 8px;
    margin-bottom: 24px;
    color: #444;
    font-size: 0.7em;
    text-align: center;
  }

  .the-project-summary {
    display: none;
    padding-bottom: 32px;
    border-bottom: 1px dotted #797986;
  }

  .body-3 {
    background-color: #fff;
    background-image: none;
  }

  .filter-typology.culinary {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .filter-typology.graphic {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .filter-typology.motion {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .filter-typology.product {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .filter-typology.product.nav {
    text-align: right;
  }

  .filter-typology.digital {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .filter-typology.search {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .div-block-95 {
    height: 33.33%;
    padding-right: 16px;
    padding-left: 16px;
  }

  .nav-menu-tyopoly {
    display: none;
    height: 40vh;
    margin-top: 16px;
    margin-bottom: 16px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .nav-menu-mobile {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 4;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100vh;
    margin-right: auto;
    margin-left: auto;
    padding-top: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .about-block {
    height: auto;
    min-width: auto;
    padding: 16px 0px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    font-size: 0.6em;
    line-height: 24px;
    font-weight: 300;
    text-align: left;
  }

  .studios-logo-container {
    width: 100%;
    height: auto;
    max-width: none;
    min-width: auto;
    padding-right: 8px;
    padding-left: 8px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    grid-column-gap: 6px;
    grid-row-gap: 8px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .studio-logo {
    width: 48px;
    height: 60px;
    min-width: 100%;
    background-size: 48px;
  }

  .studio-logo.silver {
    min-height: 60px;
  }

  .studio-logo.silver._2 {
    width: 48px;
    height: 48px;
    background-size: 100px;
  }

  .studio-logo.silver._3 {
    width: 48px;
    height: 48px;
    background-size: auto 0.8em;
  }

  .studio-logo.silver._4 {
    background-size: 100px 30px;
  }

  .studio-logo.silver._5 {
    background-size: 100px 1em;
  }

  .studio-logo.silver._1 {
    width: 48px;
    height: 48px;
    background-size: auto 1.2em;
  }

  .studio-logo.silver._6 {
    background-size: 64px;
  }

  .studio-logo.gold {
    min-height: 60px;
  }

  .studio-logo.gold._5 {
    width: auto;
    height: auto;
    min-height: 60px;
    background-size: auto 30px;
  }

  .studio-logo.gold._6 {
    width: 48px;
    height: 48px;
    background-size: 100px;
  }

  .studio-logo.gold._1 {
    width: 100%;
    height: 60px;
    background-size: 100px 40px;
  }

  .studio-logo.gold._4 {
    width: 100%;
    height: 60px;
    background-size: auto 1.6em;
  }

  .studio-logo.gold._2 {
    width: 100%;
    height: 60px;
    background-size: auto 1.2em;
  }

  .studio-logo.gold._3 {
    width: 100%;
    height: 60px;
    background-size: auto 1.1em;
  }

  .category-subtitle {
    width: auto;
    max-width: none;
    margin-top: 0px;
    margin-bottom: 24px;
    color: #bdbdbd;
    font-size: 0.6em;
    line-height: 24px;
    font-weight: 400;
    text-align: center;
  }

  .project-container {
    padding-top: 40px;
    padding-right: 24px;
    padding-left: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .title-more-projects-show {
    margin-top: 32px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 0.5em;
    letter-spacing: 1px;
  }

  .back-to-top-home {
    margin-top: 32px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 0.5em;
    letter-spacing: 1px;
  }

  .collection-list---home {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    max-width: 100%;
    min-width: auto;
    margin-top: 16px;
    margin-bottom: 16px;
    padding-right: 0px;
    padding-left: 0px;
    text-decoration: none;
  }

  .collection-list-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    max-width: 100%;
    margin-bottom: 16px;
    padding-right: 0px;
    padding-left: 0px;
    text-decoration: none;
  }

  .menu-links-block {
    height: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .linked-link {
    display: none;
  }

  .linked-twitter {
    display: none;
  }

  .card-project-typo {
    margin-right: 16px;
    margin-bottom: 0px;
    margin-left: 16px;
    padding: 8px 8px 0px 16px;
    font-size: 0.5em;
    text-align: right;
    text-decoration: none;
  }

  .the-project-summary-mobile {
    margin-bottom: 16px;
    padding-bottom: 24px;
    border-bottom: 1px dotted #797986;
  }

  .tab-title-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 16px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .heading-20 {
    margin-top: 16px;
    margin-bottom: 16px;
    padding-left: 16px;
    font-size: 0.7em;
    line-height: 1.6em;
    font-weight: 400;
    text-transform: uppercase;
  }

  .liseret {
    width: 25px;
    height: 2px;
    padding-right: 0px;
    padding-bottom: 0px;
  }

  .liseret.design {
    border: 1px none transparent;
    background-color: #38ad8b;
    color: transparent;
  }

  .text-span-10 {
    font-size: 0.8em;
  }

  .collection-list---food {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    max-width: 100%;
    min-width: auto;
    margin-top: 16px;
    margin-bottom: 16px;
    padding-right: 0px;
    padding-left: 0px;
    text-decoration: none;
  }

  .collection-list---product {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    max-width: 100%;
    min-width: auto;
    margin-top: 16px;
    margin-bottom: 16px;
    padding-right: 0px;
    padding-left: 0px;
    text-decoration: none;
  }

  .collection-list---identity {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    max-width: 100%;
    min-width: auto;
    margin-top: 16px;
    margin-bottom: 16px;
    padding-right: 0px;
    padding-left: 0px;
    text-decoration: none;
  }

  .collection-list---digital {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    max-width: 100%;
    min-width: auto;
    margin-top: 16px;
    margin-bottom: 16px;
    padding-right: 0px;
    padding-left: 0px;
    text-decoration: none;
  }

  .collection-list---gaming {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    max-width: 100%;
    min-width: auto;
    margin-top: 16px;
    margin-bottom: 16px;
    padding-right: 0px;
    padding-left: 0px;
    text-decoration: none;
  }

  .collection-list---research {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    max-width: 100%;
    min-width: auto;
    margin-top: 16px;
    margin-bottom: 16px;
    padding-right: 0px;
    padding-left: 0px;
    text-decoration: none;
  }

  .title-all-projects-show {
    margin-top: 32px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 0.5em;
    letter-spacing: 1px;
  }
}

#w-node-b466f635-150c-c948-1db1-bbe7c17cf8c3-86b39c14 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-b466f635-150c-c948-1db1-bbe7c17cf8cb-86b39c14 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-b466f635-150c-c948-1db1-bbe7c17cf8d3-86b39c14 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-b466f635-150c-c948-1db1-bbe7c17cf8db-86b39c14 {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_8c1d206f-2082-c690-66ab-1eed85f48e05-77b39c1c {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_5eea7ee4-7652-8ceb-d5fc-a47b939af126-77b39c1c {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8c1d206f-2082-c690-66ab-1eed85f48e02-77b39c1c {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_8c1d206f-2082-c690-66ab-1eed85f48e03-77b39c1c {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_8c1d206f-2082-c690-66ab-1eed85f48e07-77b39c1c {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_8c1d206f-2082-c690-66ab-1eed85f48e09-77b39c1c {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_8c1d206f-2082-c690-66ab-1eed85f48e0a-77b39c1c {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_8c1d206f-2082-c690-66ab-1eed85f48e0b-77b39c1c {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_8c1d206f-2082-c690-66ab-1eed85f48e06-77b39c1c {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_3083137d-49a6-e21a-e9d9-03cd3d0a8b82-77b39c1c {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8c1d206f-2082-c690-66ab-1eed85f48e0c-77b39c1c {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_8c1d206f-2082-c690-66ab-1eed85f48e04-77b39c1c {
  -ms-grid-column-align: center;
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-b466f635-150c-c948-1db1-bbe7c17cf8cb-86b39c14 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-b466f635-150c-c948-1db1-bbe7c17cf8d3-86b39c14 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-b466f635-150c-c948-1db1-bbe7c17cf8db-86b39c14 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_8c1d206f-2082-c690-66ab-1eed85f48e05-77b39c1c {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_5eea7ee4-7652-8ceb-d5fc-a47b939af126-77b39c1c {
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_8c1d206f-2082-c690-66ab-1eed85f48e02-77b39c1c {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_8c1d206f-2082-c690-66ab-1eed85f48e03-77b39c1c {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_8c1d206f-2082-c690-66ab-1eed85f48e07-77b39c1c {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_8c1d206f-2082-c690-66ab-1eed85f48e09-77b39c1c {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_8c1d206f-2082-c690-66ab-1eed85f48e0a-77b39c1c {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_8c1d206f-2082-c690-66ab-1eed85f48e0b-77b39c1c {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_8c1d206f-2082-c690-66ab-1eed85f48e06-77b39c1c {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_3083137d-49a6-e21a-e9d9-03cd3d0a8b82-77b39c1c {
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_8c1d206f-2082-c690-66ab-1eed85f48e0c-77b39c1c {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_8c1d206f-2082-c690-66ab-1eed85f48e05-77b39c1c {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_5eea7ee4-7652-8ceb-d5fc-a47b939af126-77b39c1c {
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_8c1d206f-2082-c690-66ab-1eed85f48e02-77b39c1c {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_8c1d206f-2082-c690-66ab-1eed85f48e03-77b39c1c {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_8c1d206f-2082-c690-66ab-1eed85f48e07-77b39c1c {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_8c1d206f-2082-c690-66ab-1eed85f48e09-77b39c1c {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_8c1d206f-2082-c690-66ab-1eed85f48e0a-77b39c1c {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_8c1d206f-2082-c690-66ab-1eed85f48e0b-77b39c1c {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_8c1d206f-2082-c690-66ab-1eed85f48e06-77b39c1c {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_3083137d-49a6-e21a-e9d9-03cd3d0a8b82-77b39c1c {
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_8c1d206f-2082-c690-66ab-1eed85f48e0c-77b39c1c {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

