@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

button,
input { /* 1 */
  overflow: visible;
}

button,
select { /* 1 */
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html {
  font-size: 18px;
}

@font-face {
  font-family: "CliffordNine";
  src: url("fonts/CliffordNine-Roman.woff2") format("woff2"), url("fonts/CliffordNine-Roman.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aeonik TRIAL";
  src: url("fonts/AeonikTRIAL-Regular.woff2") format("woff2"), url("fonts/AeonikTRIAL-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --brown: $color;
  --vh: 100dvh;
}

html {
  font-family: "CliffordNine", serif;
  color: #492316;
  padding: 0;
}

img {
  width: 100%;
}

picture {
  width: 100%;
}

body {
  font-family: "CliffordNine", serif;
}

li {
  list-style: none;
}

a {
  color: black;
  text-decoration: none;
}

button {
  font: inherit;
  background: none;
  border: 0;
  color: #492316;
}

strong,
b {
  font-weight: 400;
}

small {
  font-size: inherit;
}

body.no-scroll {
  overflow: hidden;
}

.show-mobile {
  display: none;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}

body {
  margin: 0;
  font-family: sans-serif;
  background: #fff;
  color: #000;
}

header {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.letters {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 25px;
  height: 100%;
  margin-top: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  line-height: 0.9em;
}

.resizer {
  position: fixed;
  top: 0;
  left: 60%;
  width: 20px;
  height: 100dvh;
  background: rgba(0, 0, 0, 0);
  padding: 10px;
  cursor: col-resize;
  z-index: 10;
  margin-left: -10px;
}
.resizer:hover .letters {
  opacity: 1;
}

.footer-column .caption-block {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease;
  display: none;
}
.footer-column .caption-block .title-caption {
  display: flex;
  align-items: flex-start;
  font-size: 0.8em;
  line-height: 1em;
  height: 2.3em;
}
.footer-column .caption-block .caption-index {
  line-height: 1em;
  margin-right: 7px;
}
.footer-column .caption-block h3,
.footer-column .caption-block .subtitle {
  font-family: "Aeonik TRIAL";
  font-size: 11.5px;
  line-height: 13px;
  text-transform: uppercase;
  font-weight: normal;
}

.caption-block.is-visible {
  visibility: visible;
  opacity: 1;
  flex-wrap: wrap;
  display: block;
}
.caption-block.is-visible p {
  flex-basis: 100%;
}

.left-column {
  background-color: #efefef;
}

.image-grid .img picture,
.image-grid .img a {
  display: block;
}
.image-grid .img a,
.image-grid .img .wrap-img {
  display: flex;
}
.image-grid .img img {
  width: 100%;
  height: auto;
  display: block;
}
.image-grid .col-image-1 {
  grid-column: span 1;
}
.image-grid .col-image-2 {
  grid-column: span 2;
}
.image-grid .col-image-3 {
  grid-column: span 3;
}
.image-grid .col-image-4 {
  grid-column: span 4;
}
.image-grid .col-image-5 {
  grid-column: span 5;
}
.image-grid .col-image-6 {
  grid-column: span 6;
}

.is-inactive {
  opacity: 0.3;
  pointer-events: none;
}

.col-1 {
  width: 8.3333333333%;
}

.col-2 {
  width: 16.6666666667%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.3333333333%;
}

.col-5 {
  width: 41.6666666667%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.3333333333%;
}

.col-8 {
  width: 66.6666666667%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.3333333333%;
}

.col-11 {
  width: 91.6666666667%;
}

.col-12 {
  width: 100%;
}

@media (max-width: 580px) {
  .col-xs-1 {
    width: 8.3333333333%;
  }
  .col-xs-2 {
    width: 16.6666666667%;
  }
  .col-xs-3 {
    width: 25%;
  }
  .col-xs-4 {
    width: 33.3333333333%;
  }
  .col-xs-5 {
    width: 41.6666666667%;
  }
  .col-xs-6 {
    width: 50%;
  }
  .col-xs-7 {
    width: 58.3333333333%;
  }
  .col-xs-8 {
    width: 66.6666666667%;
  }
  .col-xs-9 {
    width: 75%;
  }
  .col-xs-10 {
    width: 83.3333333333%;
  }
  .col-xs-11 {
    width: 91.6666666667%;
  }
  .col-xs-12 {
    width: 100%;
  }
}
@media (max-width: 768px), (orientation: portrait) and (max-width: 1024px) {
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1360px) {
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
}
@media (min-width: 2000px) {
  .col-xl-1 {
    width: 8.3333333333%;
  }
  .col-xl-2 {
    width: 16.6666666667%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-4 {
    width: 33.3333333333%;
  }
  .col-xl-5 {
    width: 41.6666666667%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-7 {
    width: 58.3333333333%;
  }
  .col-xl-8 {
    width: 66.6666666667%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-10 {
    width: 83.3333333333%;
  }
  .col-xl-11 {
    width: 91.6666666667%;
  }
  .col-xl-12 {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  body {
    font-size: 14px;
  }
}
.page {
  min-height: 100dvh;
}
.page .left-column,
.page .right-column {
  position: fixed;
  top: 0;
}
.page .left-column {
  width: 60%;
  left: 0;
  padding: 0;
  padding-left: 20px;
  padding-right: 25px;
  overflow-y: auto;
  box-sizing: border-box;
  height: 100dvh;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.page .right-column {
  width: 40%;
  padding-left: clamp(16px, var(--col-width) * 0.02, 40px);
  padding-right: clamp(16px, var(--col-width) * 0.02, 40px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #0076cb;
  right: 0;
  overflow-y: auto;
  min-height: 100vh;
  box-sizing: border-box;
  font-family: "Aeonik TRIAL";
  --col-width: 600px;
  font-size: clamp(18px, var(--col-width) / 30, 55px);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  min-height: 100%;
}
.page .right-column .presentation {
  font-family: "CliffordNine";
}
.page .right-column .presentation p {
  font-size: inherit;
  line-height: 1.02em;
  white-space: pre-line;
}

.right-column {
  transition: background-color 0.3s ease-in-out;
}

.right-column.contact-active {
  background-color: #fad36c !important;
}

.contact-panel {
  position: absolute;
  margin-top: 1.5em;
  text-align: center;
  left: 0;
  width: 100%;
  font-size: 25px;
}
.contact-panel .contact-content {
  width: auto;
  display: inline-block;
  text-align: center;
}
.contact-panel .contact-content a {
  transition: opacity 0.3s ease-in-out;
}
.contact-panel .contact-content:hover a {
  opacity: 0.3;
}
.contact-panel .contact-content:hover a:hover {
  opacity: 1;
}

.show-sm-flex {
  display: none;
}

.legal-panel {
  font-family: "CliffordNine";
  margin-top: 1.5em;
  max-height: 75dvh;
  overflow: auto;
}
.legal-panel p + p {
  margin-top: 1em;
}

.page .simplebar-scrollbar::before {
  background-color: #cdcccf;
  top: 0px;
  bottom: 0px;
  left: 0;
  right: 0;
  border-radius: 0;
  z-index: 20;
}

.page .simplebar-scrollbar.simplebar-visible:before {
  opacity: 1;
  transition-delay: 0s;
  transition-duration: 0s;
}

.page .simplebar-scrollbar::after {
  background-color: white;
  width: 100%;
  left: 0;
  top: -100vh;
  bottom: 0;
  right: 0;
  border-radius: 0;
  position: absolute;
  height: 200dvh;
  content: "";
  display: block;
  z-index: 10;
  opacity: 0;
  transition: opacity 0.2s 0.5s linear;
}

.page .simplebar-scrollbar.simplebar-visible::after, .page .simplebar-scrollbar.simplebar-over::after {
  opacity: 1;
  transition-delay: 0s;
  transition-duration: 0s;
}

@media screen and (max-width: 768px) {
  .show-sm-flex {
    display: flex;
  }
  .hide-sm {
    display: none;
  }
  html {
    height: 100dvh;
    overflow: hidden;
  }
  body,
  main {
    height: 100%;
  }
  body {
    overflow: hidden;
    width: 100%;
  }
  .page {
    width: auto;
    height: 100dvh;
    overflow: hidden;
    position: fixed;
    display: flex;
    touch-action: pan-y;
  }
  .page {
    will-change: transform;
    touch-action: pan-y;
  }
  .page .left-column,
  .page .right-column {
    touch-action: pan-y;
    overflow-x: hidden;
  }
  .page .right-column {
    width: calc(100dvw - 30px);
    padding-left: 10px;
    padding-right: 10px;
    overflow: auto;
    height: calc(var(--vh, 1dvh) * 100);
    box-sizing: border-box;
    font-family: "Aeonik TRIAL";
    font-size: 17px;
  }
  .page .left-column {
    width: calc(100dvw - 30px);
    padding-left: 20px;
    padding-right: 10px;
    height: 100dvh;
  }
  .presentation {
    margin-top: 15px;
  }
  .page .left-column,
  .page .right-column {
    position: relative;
    top: 0;
  }
  .resizer {
    display: none;
  }
  .contact-panel .contact-content {
    font-size: 17px;
  }
  .left-column:not(.is-active) a,
  .left-column:not(.is-active) button,
  .left-column:not(.is-active) [role=button],
  .right-column:not(.is-active) a,
  .right-column:not(.is-active) button,
  .right-column:not(.is-active) [role=button] {
    pointer-events: none;
  }
  /* Confort */
  .left-column:not(.is-active),
  .right-column:not(.is-active) {
    -moz-user-select: none;
         user-select: none;
    -webkit-user-select: none;
  }
  .about-template .footer-column .row {
    margin-bottom: 0;
  }
  .footer-column .caption-block {
    margin-bottom: 0;
  }
  .holder-scroll {
    margin-bottom: 15px;
  }
}
.menu {
  font-size: 25px;
  padding: 0;
  padding-top: 17px;
}
.menu.menu--small {
  font-size: 18px;
}
.menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.menu ul li {
  padding: 0 0.25rem;
  display: flex;
  align-items: center;
}
.menu ul li .plus {
  margin-left: 0rem;
}
.menu ul li.is-active {
  flex-basis: 100%;
  text-align: center;
  justify-content: center;
}
.menu nav.nav-hovered li {
  opacity: 0.2;
  transition: all 0.3s ease;
}
.menu nav.nav-hovered li:hover {
  opacity: 1;
}

li.link-nav.opened {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.submenu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.submenu ul li {
  text-transform: uppercase;
  display: block;
  margin-right: 2px;
}
.submenu ul li a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}
.submenu ul li:after {
  content: ", ";
  margin-left: -2px;
}
.submenu ul li:last-of-type:after {
  content: "";
}

.header-logos {
  display: flex;
  position: fixed;
  width: var(--left-col-width);
  padding: 15px 0;
  box-sizing: border-box;
  justify-content: space-between;
  z-index: 5;
  transition: width 0.5s ease;
}

.is-dragging .header-logos {
  transition: none;
}

.header-nono.is-narrow {
  width: 95px;
}

.plus,
.cat {
  display: inline-block;
}

.plus {
  font-size: 11px;
  line-height: 1.5em;
  margin-bottom: 2px;
  font-family: "Aeonik TRIAL", sans-serif;
}

.logo {
  position: relative;
}
.logo svg {
  fill: black;
  position: absolute;
  top: 1px;
  left: 50%;
  height: 24px;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.logo span {
  transition: opacity 0.3s ease-in-out;
}
.logo:hover span {
  opacity: 0;
}
.logo:hover svg {
  opacity: 1;
}

.menu-landing {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0;
  color: black;
  list-style: none;
}
.menu-landing li {
  height: 30px;
  margin-left: 0px;
  padding-left: 0;
  font-family: "Aeonik TRIAL", sans-serif;
  font-size: 11.5px;
}
.menu-landing li.grid-view .link {
  width: 150px;
}
.menu-landing li,
.menu-landing a {
  display: flex;
  text-transform: uppercase;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.menu-landing li .picto,
.menu-landing a .picto {
  height: auto;
  width: auto;
  display: inline-block;
  line-height: 0;
  transform: translateX(-2px);
}
.menu-landing li .picto svg,
.menu-landing a .picto svg {
  fill: black;
  width: auto;
}
.menu-landing .link,
.menu-landing .project-header-menu {
  padding: 6px;
  display: inline-block;
  margin: 0;
  line-height: 1;
  margin-bottom: -3px;
  opacity: 0;
  transition: all 0.3s ease;
  visibility: hidden;
  position: absolute;
  left: 26px;
}
.menu-landing .project-header-menu {
  opacity: 1;
  visibility: visible;
  min-width: 200px;
}
.menu-landing .projects-list {
  padding: 6px;
  display: inline-block;
  margin: 0;
  padding-top: 1em;
  line-height: 1;
  opacity: 0;
  transition: all 0.3s ease;
  position: absolute;
  left: 26px;
  top: 22px;
  visibility: visible;
  opacity: 0;
  width: 300px;
  transition-delay: unset;
}
.menu-landing .projects-list li {
  height: auto;
  line-height: 1.15em;
}
.menu-landing .header-item:hover .link,
.menu-landing .header-item:hover .projects-list {
  opacity: 1;
  visibility: visible;
}
.menu-landing li#contact-link .link {
  width: 245px;
}
.menu-landing li#instagram-link .link a {
  display: inline-block;
}
.menu-landing li#instagram-link .link a + a {
  margin-left: 10px;
}
.menu-landing li#instagram-link .link {
  left: unset;
  right: 100%;
  margin-right: 3px;
  width: 260px;
  text-align: right;
}
.menu-landing li#home-link {
  margin-left: 3px;
}

.link-nav {
  cursor: pointer;
}
.link-nav .bracket {
  transition: all 0.2s ease;
  position: relative;
  display: inline-block;
  line-height: 1em;
  transform: translate(0, -2px);
}

.link-nav:hover .bracket-l {
  transform: translate(-3px, -2px);
}
.link-nav:hover .bracket-r {
  transform: translate(3px, -2px);
}

.menu ul .cat-list li {
  transition: opacity 0.3s ease-in-out;
  padding-left: 0;
  padding-right: 0;
}
.menu ul .cat-list li + li {
  margin-left: 2px;
}

.cat-list ul:hover li {
  opacity: 0.2;
}
.cat-list ul:hover li:hover {
  opacity: 1;
}

.link-nav.about-nav.is-active {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.menu-opened .link-nav {
  opacity: 0.3;
  transition: opacity 0.3s ease-in-out;
}
.menu-opened .link-nav.is-active,
.menu-opened .link-nav.opened {
  opacity: 1;
}

.menu-opened .link-nav:hover {
  opacity: 1;
}

#gallery-toggle .link.toggle-popup {
  right: 26px;
  width: 120px;
  text-align: right;
  left: unset;
}

.contact-active .link-nav {
  opacity: 0.3;
}
.contact-active .link-nav.link-contact,
.contact-active .link-nav:hover {
  opacity: 1;
}

@media (max-width: 768px) {
  .menu {
    font-size: 17px;
    padding-top: 15px;
  }
  .header-logos {
    display: flex;
    position: fixed;
    width: calc(100dvw - 30px);
    left: 0;
    padding: 15px 0;
    padding-left: 20px;
    padding-right: 10px;
    box-sizing: border-box;
    justify-content: space-between;
    z-index: 5;
    transition: width 0.5s ease;
  }
  .menu-landing {
    width: 100%;
  }
  .project-header-menu {
    display: none;
    visibility: hidden;
  }
  .menu-landing:hover .link,
  .menu-landing:hover .projects-list {
    display: none;
    visibility: hidden;
  }
  .menu nav.nav-hovered li {
    opacity: 1;
    transition: all 0.3s ease;
  }
  .menu nav.nav-hovered li:hover {
    opacity: 1;
  }
  .menu-landing li {
    height: 23px;
  }
  .menu-landing .header-item.hover .link,
  .menu-landing .header-item.hover .projects-list {
    opacity: 1;
    visibility: visible;
    display: block;
  }
  .menu-landing li .picto svg,
  .menu-landing a .picto svg {
    fill: black;
    width: auto;
    height: 20px;
  }
}
.footer-column .row {
  justify-content: flex-start;
  margin-bottom: -15px;
}
.footer-column .row .col {
  width: 200px;
  margin-bottom: 15px;
}

.footer-right {
  font-size: 11px;
  text-transform: uppercase;
  width: 100%;
  font-family: "Aeonik TRIAL", sans-serif;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 16px;
  box-sizing: border-box;
}
.footer-right.is-active .row button {
  opacity: 0.3;
}
.footer-right.is-active .row button.is-active {
  opacity: 1;
}
.footer-right .row {
  width: 100%;
  display: flex;
}
.footer-right .row button {
  transition: opacity 0.3s ease-in-out;
  cursor: pointer;
}
.footer-right .row:hover button {
  opacity: 0.3;
}
.footer-right .row:hover button:hover {
  opacity: 1;
}
.footer-right .row .col {
  text-align: left;
}
.footer-right .row .col button {
  text-transform: uppercase;
  font-family: "Aeonik TRIAL", sans-serif;
  color: black;
}
.footer-right .row .col button.active {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .footer-right {
    padding: 10px;
    text-align: center;
  }
  .footer-right .row {
    text-align: center;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    text-align: center;
  }
  .footer-right .row .col + .col {
    margin-top: 0.5em;
  }
  .footer-col {
    margin-left: -20px;
    margin-right: -10px;
  }
  .footer-right .row .col {
    margin-top: 0.5em;
    text-align: center;
  }
}
.right-column {
  height: 100dvh;
}
.right-column .right-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100dvh;
}

.image-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  margin-top: 70px;
  min-height: calc(100dvh - 70px);
}
.image-grid .img {
  width: 100%;
  margin-bottom: 15px;
  display: flex;
  opacity: 0;
}
.image-grid .img .img-holder {
  display: flex;
  position: relative;
  transition: opacity 0.3s ease;
}
.image-grid .img .img-holder .img-index {
  margin-left: 5px;
}
.image-grid .img.align-start {
  justify-content: start;
}
.image-grid .img.align-center {
  justify-content: center;
}
.image-grid .img.align-end {
  justify-content: end;
}
.image-grid .img-25 .img-holder {
  width: 25%;
}
.image-grid .img-33 .img-holder {
  width: 33.3333%;
}
.image-grid .img-50 .img-holder {
  width: 50%;
}
.image-grid .img-55 .img-holder {
  width: 55%;
}
.image-grid .img-66 .img-holder {
  width: 66.6667%;
}
.image-grid .img-75 .img-holder {
  width: 75%;
}
.image-grid .vertical .img-holder {
  max-width: 66.666%;
}

.image-grid .img.random-placement {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
.image-grid .img.random-placement .img-holder {
  width: auto;
}
.image-grid .img.random-placement.m-2 .img-holder {
  grid-column: 3/span 2;
}
.image-grid .img.random-placement.m-0 .img-holder {
  grid-column: 2/span 2;
}
.image-grid .img.random-placement.m-1 .img-holder {
  grid-column: 1/span 5;
}
.image-grid .img.random-placement.m-2 .img-holder {
  grid-column: 2/span 4;
}
.image-grid .img.random-placement.m-3 .img-holder {
  grid-column: 3/span 3;
}
.image-grid .img.random-placement.m-4 .img-holder {
  grid-column: 4/span 2;
}
.image-grid .img.random-placement.m-5 .img-holder {
  grid-column: 1/span 2;
}
.image-grid .img.random-placement.m-6 .img-holder {
  grid-column: 3/span 2;
}
.image-grid .img.random-placement.m-7 .img-holder {
  grid-column: 2/span 2;
}
.image-grid .img.random-placement.m-8 .img-holder {
  grid-column: 3/span 3;
}
.image-grid .img.random-placement.m-9 .img-holder {
  grid-column: 4/span 4;
}
.image-grid .img.random-placement.m-10 .img-holder {
  grid-column: 5/span 5;
}
.image-grid .img.random-placement.m-11 .img-holder {
  grid-column: 1/span 3;
}
.image-grid .img.random-placement.m-12 .img-holder {
  grid-column: 2/span 4;
}

.project-img.furnitures a picture {
  transition: filter 0.3s ease;
}

.project-img.furnitures a:hover picture {
  filter: grayscale(100%) brightness(0);
  -webkit-filter: grayscale(100%) brightness(0);
}

.is-faded {
  opacity: 0.3 !important;
  pointer-events: none;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}

.left-column--narrow {
  padding-left: 15px;
  padding-right: 15px;
}
.left-column--narrow .image-grid {
  grid-template-columns: repeat(10, 1fr);
  gap: 15px;
  padding-left: 0;
  padding-right: 0;
}
.left-column--narrow .image-grid .img-1 {
  grid-column: 1/span 9;
  justify-self: start;
}
.left-column--narrow .image-grid .img-2 {
  grid-column: 2/span 7;
  justify-self: center;
}
.left-column--narrow .image-grid .img-3 {
  grid-column: 3/span 8;
  justify-self: end;
}
.left-column--narrow .image-grid .img-4 {
  grid-column: 1/span 8;
  justify-self: center;
}
.left-column--narrow .image-grid .img-5 {
  grid-column: 3/span 8;
  justify-self: start;
}
.left-column--narrow a {
  display: flex;
}

.right-column.is-gallery-view {
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s ease;
  transform-origin: right center;
}
.right-column.is-gallery-view:not(.is-animating):hover {
  transform: scaleX(1.1);
}

.home-logo {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1200;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}
.home-logo .site-title {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.home-logo .site-title h1 {
  font-size: 8vh;
  font-weight: normal;
  font-family: "Aeonik TRIAL", sans-serif;
}
.home-logo .logo-holder {
  position: absolute;
  top: -5%;
  left: 0;
  height: 110%;
  width: auto;
}
.home-logo .logo-holder svg {
  height: 100%;
  width: auto;
  display: block;
  fill: white;
  opacity: 0.95;
}

.home-intro-pending .right-column {
  background: #fefcf0;
  /* couleur de départ de ton anim */
}

.home-intro-pending .home-logo {
  opacity: 1;
  pointer-events: auto;
  display: block;
}

.home-intro-already-played .home-logo {
  display: none !important;
}

.home-intro-already-played .right-column {
  background: #0076cb;
}

@media screen and (max-width: 768px) {
  .home-logo .site-title {
    z-index: 1000;
    position: relative;
  }
  .home-logo .site-title h1 {
    font-size: 10vw;
  }
  .home-logo-mobile.logo-holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .home-logo-mobile.logo-holder svg {
    width: 120%;
    position: absolute;
    left: -10%;
    top: -16px;
    height: auto;
  }
  .is-faded {
    opacity: 1 !important;
    pointer-events: all;
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
  }
}
.about-template .right-column {
  height: 100dvh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fad36c;
}

.caption-block {
  margin-right: 15px;
}
.caption-block.is-visible.is-faded {
  opacity: 0.3;
}

.about-template .img-holder,
.about-template .caption-block {
  cursor: pointer;
}

.about-template .short-description {
  margin-top: 0;
}

.about-template .suggestions .row,
.about-template .illustrations .row {
  background-color: #fad36c;
}
.about-template .suggestions .col,
.about-template .illustrations .col {
  background-color: #fad36c;
}

.about-nav .cat-list li {
  opacity: 0.3;
  transition: opacity 0.3s ease-in-out;
}
.about-nav .cat-list li.is-active, .about-nav .cat-list li:hover {
  opacity: 1;
}

.about-template .footer-column .row {
  margin-bottom: 0;
}

.contact-panel h2 {
  font-size: 25px;
  text-transform: uppercase;
  font-weight: normal;
}
.contact-panel h1,
.contact-panel h1 span {
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: "Aeonik TRIAL" !important;
  text-transform: uppercase !important;
  font-weight: normal !important;
}
.contact-panel .go3176171171 p, .contact-panel p span {
  font-size: 14px !important;
  line-height: 0.9em !important;
  font-family: "CliffordNine", serif !important;
  margin-top: 0.9em !important;
  margin-bottom: 0.9em !important;
  padding: 0 10px !important;
}
.contact-panel .newsletter-text {
  font-size: 14px;
  line-height: 0.9em;
  font-family: "CliffordNine", serif;
  margin-top: 0.9em;
  margin-bottom: 0.9em;
  padding: 0 10px;
}
.contact-panel .needsclick.kl-private-reset-css-Xuajs1 {
  display: flex;
  flex-direction: column !important;
  padding: 5px 0 !important;
}
.contact-panel input#email_01K8BZ3QBKMATZQXDWHKCNV577 {
  border: 1px solid black !important;
  border-radius: 50px !important;
  text-align: center !important;
}
.contact-panel button.needsclick.go300628013.kl-private-reset-css-Xuajs1 {
  width: 100% !important;
  height: 40px !important;
  margin: 0 !important;
  border-radius: 50px;
  flex: none !important;
}
.contact-panel .needsclick.kl-private-reset-css-Xuajs1 {
  width: 100% !important;
  display: block !important;
  padding: 1px 0 !important;
}
.contact-panel button.needsclick.go300628013.kl-private-reset-css-Xuajs1 {
  width: 100% !important;
  height: 40px !important;
  margin: 0 !important;
  border-radius: 50px !important;
  background-color: black !important;
  color: #fad36c !important;
  font-family: "Aeonik TRIAL" !important;
  text-transform: uppercase !important;
  padding: 0 !important;
  display: block;
}
.contact-panel button.needsclick.go300628013.kl-private-reset-css-Xuajs1:hover {
  background-color: #fad36c !important;
  color: black !important;
}
.contact-panel form.needsclick.klaviyo-form.klaviyo-form-version-cid_1.go3279073480.kl-private-reset-css-Xuajs1 {
  padding: 10px !important;
  padding-top: 0 !important;
}
.contact-panel input#email_01K8BZ3QBKMATZQXDWHKCNV577 {
  font-family: "CliffordNine", serif !important;
  font-size: 14px !important;
}
.contact-panel input#email_01K8BZ3QBKMATZQXDWHKCNV577::-moz-placeholder {
  font-family: "CliffordNine", serif !important;
  font-size: 14px !important;
}
.contact-panel input#email_01K8BZ3QBKMATZQXDWHKCNV577::placeholder {
  font-family: "CliffordNine", serif !important;
  font-size: 14px !important;
}

@media screen and (max-width: 768px) {
  .about-template .image-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 70px;
  }
  .contact-panel h2 {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: normal;
  }
}
.project-page .left-column {
  background-color: #efefef;
}
.project-page .right-column {
  background-color: #fefcf0;
  height: 100dvh;
}
.project-page .project-title,
.project-page .project-subtitle {
  font-family: "Aeonik TRIAL", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 25px;
  margin-bottom: 0;
  text-align: center;
}
.project-page .project-title {
  margin-top: 1em;
}

.presentation {
  margin-top: 1em;
}
.presentation p + p {
  margin-top: 1em;
}

.swiper-project {
  height: 100%;
  width: 100%;
}
.swiper-project .swiper-wrapper,
.swiper-project .swiper-slide {
  height: 100%;
  width: 100%;
}
.swiper-project .swiper-wrapper img,
.swiper-project .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom left;
     object-position: bottom left;
  opacity: 0;
}
.swiper-project .swiper-wrapper.swiper-slide-active img, .swiper-project .swiper-wrapper.swiper-slide-prev img,
.swiper-project .swiper-slide.swiper-slide-active img,
.swiper-project .swiper-slide.swiper-slide-prev img {
  opacity: 1;
}
.swiper-project.is-resizing .swiper-wrapper img,
.swiper-project.is-resizing .swiper-slide img {
  opacity: 0;
}
.swiper-project.is-resizing .swiper-wrapper.swiper-slide-active img,
.swiper-project.is-resizing .swiper-slide.swiper-slide-active img {
  opacity: 1;
}
.swiper-project .swiper-slide {
  padding: 15px 0;
  padding-bottom: 20px;
}

.suggestions,
.illustrations {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.suggestions .row,
.illustrations .row {
  margin: 0 -5px;
  background-color: #fefcf0;
}
.suggestions picture,
.illustrations picture {
  display: block;
  mix-blend-mode: multiply;
  background-color: #fefcf0;
}

.suggestions .col,
.illustrations .col {
  padding: 0px 5px;
  box-sizing: border-box;
  margin-bottom: 0.5em;
  background-color: #fefcf0;
}
.suggestions .col h3,
.illustrations .col h3 {
  color: black;
  font-weight: normal;
  font-family: serif;
  font-size: 12px;
}

.suggestions a {
  mix-blend-mode: multiply;
  display: block;
}

.suggestions img {
  aspect-ratio: 4/3;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  mix-blend-mode: multiply;
  transition: all 0.3s ease-in-out;
}

.suggestions img:hover {
  filter: grayscale(0%);
}

.suggestions h2 {
  font-weight: normal;
  font-family: "Aeonik TRIAL", sans-serif;
  font-size: 0.64rem;
  margin-bottom: 1em;
  text-transform: uppercase;
}

.illustrations {
  margin-bottom: 50px;
}

.illustrations img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  mix-blend-mode: multiply;
}

.illustrations .row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.illustration-block {
  mix-blend-mode: multiply;
  background-color: var(--color-2);
}

.footer-column {
  padding-bottom: 15px;
}

.footer-project {
  font-size: 0.8rem;
}
.footer-project h3 {
  font-weight: normal;
  text-transform: none;
  font-family: "Aeonik TRIAL";
  font-size: 0.8em;
}
.footer-project p {
  font-family: serif;
}

.project-template .footer-project .col {
  width: 155px;
}
.project-template .footer-project .col h3 {
  margin-top: 1em;
}

@media screen and (max-width: 768px) {
  .right-column {
    display: block;
    flex-direction: column;
    height: 100dvh;
    overflow-y: auto;
  }
  .right-content {
    display: block;
  }
  .project-template .scroll-wrapper {
    display: flex;
    flex-direction: column;
    min-height: auto;
  }
  .project-template .holder-scroll {
    flex-shrink: 0;
  }
  .project-template .footer-column.footer-project {
    margin-top: auto;
    padding-bottom: 15px;
  }
  .project-template .suggestions {
    flex-shrink: 0;
    padding-top: 2rem;
    overflow: hidden;
  }
  .project-template .swiper-wrapper {
    display: flex;
    flex-direction: column;
    height: auto;
    overflow: hidden;
  }
  .project-template .swiper-slide {
    height: auto;
    align-items: flex-start;
    padding-bottom: 30px;
    cursor: pointer;
    overflow: hidden;
  }
  .project-template .swiper-project .swiper-wrapper img,
  .project-template .swiper-project .swiper-slide img {
    width: 100%;
    height: auto;
    max-height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: top center;
       object-position: top center;
    opacity: 1;
  }
  .project-template .swiper-project {
    height: auto;
    width: 100%;
    padding-top: 46px;
  }
  .project-template .project-page .left-column {
    padding-left: 7px;
    padding-right: 7px;
  }
  .project-template .project-template .project-title,
  .project-template .project-template .project-subtitle {
    font-size: 17px;
  }
  .project-template .right-column .right-content {
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .project-page .right-column {
    min-height: 100dvh;
    height: auto;
  }
}
.project-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  margin-top: 1em;
}
.project-list h3 {
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 400;
  line-height: 1em;
}
.project-list .project-title {
  margin-left: 0.2rem;
  margin-right: 0.2rem;
}
.project-list .project-title a {
  display: flex;
  align-items: flex-end;
}
.project-list .project-title a .caption-index {
  font-size: 0.5em;
  line-height: 1.6em;
  margin-right: 0.4em;
}

.cat-list {
  display: flex;
  align-items: center;
  margin-left: 3px;
  margin-right: 3px;
}
.cat-list ul li:after {
  content: ", ";
}
.cat-list ul li:last-child:after {
  content: "";
}
.cat-list li {
  text-transform: uppercase;
}

.opened .cat-list {
  display: inline-block;
  text-align: center;
}
.opened .cat-list ul {
  display: inline;
  text-align: center;
}
.opened .cat-list ul li {
  display: inline-block;
}

.project-item {
  transition: opacity 0.3s ease-in-out;
  opacity: 1;
}

.project-item.is-inactive {
  opacity: 0.3;
}

.img .img-index {
  font-size: 10px;
  font-family: "Aeonik TRIAL";
}

.short-description {
  font-size: 14px;
  line-height: 0.9em;
  font-family: "CliffordNine", serif;
  margin-top: 0.9em;
}

.footer-column .caption-block.project-block .caption-index {
  line-height: 1em;
  margin-right: 7px;
}
.footer-column .caption-block.project-block h3,
.footer-column .caption-block.project-block .subtitle {
  font-family: "Aeonik TRIAL";
  font-size: 11.5px;
  line-height: 13px;
  text-transform: uppercase;
  font-weight: normal;
}
.footer-column .caption-block.project-block.is-visible.is-faded {
  opacity: 0.3;
}

.furniture-hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.furniture-hover img {
  filter: grayscale(100%) brightness(0);
}

.furnitures a {
  position: relative;
}
.furnitures:hover .furniture-hover {
  opacity: 1;
}

.grid-view-gallery {
  margin-top: 70px;
  padding-bottom: 10px;
}

.project-gallery-block {
  width: 100%;
}
.project-gallery-block .gallery-images {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.5em;
}
.project-gallery-block .gallery-images .gallery-image-item {
  opacity: 0.3;
  transition: all 0.3s ease-in-out;
  line-height: 0;
  filter: grayscale(100%);
  transition: all 0.3s ease-in-out;
}
.project-gallery-block .gallery-images .gallery-image-item:first-of-type {
  opacity: 1;
  filter: grayscale(0);
}
.project-gallery-block .gallery-images:hover .gallery-image-item {
  opacity: 1;
  filter: grayscale(0);
}
.project-gallery-block + .project-gallery-block {
  margin-top: 2.5em;
}

.title-caption {
  font-size: 11.5px;
  text-transform: uppercase;
  display: flex;
  align-items: flex-start;
  padding: 8px 0;
}
.title-caption .caption-index {
  margin-right: 10px;
}
.title-caption h3 {
  font-weight: normal;
  font-size: 1em;
}

.footer-col {
  position: relative;
  background: #efefef;
  isolation: isolate;
  margin-left: -20px;
  margin-right: -25px;
  overflow: hidden;
}
.footer-col .logo-footer {
  position: relative;
  z-index: 0;
}
.footer-col .logo-footer svg {
  width: 100%;
  height: auto;
  display: block;
}
.footer-col .row-footer--white {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 15px;
  z-index: 1;
}
.footer-col .row-footer--white p,
.footer-col .row-footer--white a,
.footer-col .row-footer--white span {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: clamp(0.028 * var(--left-col-width), 0.9rem, 5rem);
}
.footer-col .row-footer--grey {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 15px;
  z-index: 2;
  pointer-events: none;
  -webkit-mask-image: url("./logo-mask.svg");
  mask-image: url("./logo-mask.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.footer-col .row-footer--grey p,
.footer-col .row-footer--grey a,
.footer-col .row-footer--grey span {
  color: #efefef;
  text-decoration: none;
  text-transform: uppercase;
  font-size: clamp(0.028 * var(--left-col-width), 0.9rem, 5rem);
}

.mobile-captions {
  position: fixed;
  left: 40px;
  bottom: 10px;
  width: auto;
}
.mobile-captions .title-caption {
  padding: 0px 0;
}
.mobile-captions .caption-block.project-block {
  opacity: 0;
  display: none;
}
.mobile-captions .caption-block.project-block.is-visible {
  opacity: 1;
  display: block;
  margin-top: 0;
  width: auto;
}

@media screen and (max-width: 768px) {
  .image-grid .img .img-holder {
    width: 100%;
  }
  .image-grid .img a,
  .image-grid .img .wrap-img {
    display: flex;
    width: 100%;
  }
  .image-grid .img.random-placement .img-holder {
    width: 100%;
  }
  .image-grid .img.random-placement {
    display: flex;
    flex-direction: column;
  }
  .image-grid .img.random-placement .img-holder {
    width: 100%;
  }
  .image-grid .vertical .img-holder {
    max-width: 70%;
  }
  .image-grid .img.vertical:nth-of-type(even) {
    justify-content: end;
  }
  .image-grid .img.vertical:nth-of-type(odd) {
    justify-content: start;
  }
  .grid-view-gallery {
    margin-top: 0;
    padding-bottom: 10px;
    padding-right: 10px;
  }
  .project-gallery-block + .project-gallery-block {
    margin-top: 0;
  }
  .project-template .project-title,
  .project-template .project-subtitle {
    font-size: 17px;
  }
  .project-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    margin-top: 1em;
  }
  .right-column .right-content {
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100%;
  }
  .footer-column .row .col {
    width: 50%;
    margin-right: 0;
    padding-left: 5px;
    padding-right: 5px;
  }
  .footer-column .row {
    margin-left: -5px;
    margin-right: -5px;
  }
  .caption-block {
    margin-right: 0;
    width: 50%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .img-holder.is-faded {
    opacity: 1;
  }
}
.show-md {
  display: none;
}

.hide-md {
  display: block;
}

.hide-md-flex {
  display: flex;
}

.show-md-flex {
  display: none;
}

.show-sm {
  display: none;
}

.hide-sm {
  display: block;
}

.hide-sm-flex {
  display: flex;
}

.show-sm-flex {
  display: none;
}

@media screen and (max-width: 1360px) and (min-width: 768px) {
  .show-md {
    display: block;
  }
  .show-md-flex {
    display: flex;
  }
  .hide-md, .hide-md-flex {
    display: none;
  }
}
@media screen and (max-width: 768px), (orientation: portrait) and (max-width: 1024px) {
  .show-sm {
    display: block;
  }
  .hide-sm {
    display: none;
  }
  .show-sm-flex {
    display: flex;
  }
  .hide-sm-flex {
    display: none;
  }
}/*# sourceMappingURL=index.css.map */