@charset "UTF-8";
html {
  font-size: 18px;
}

@font-face {
  font-family: "Merriweather";
  src: url("./fonts/Merriweather-Regular.woff2") format("woff2"), url("./fonts/Merriweather-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Founders Grotesk";
  src: url("./fonts/FoundersGrotesk-Regular.woff2") format("woff2"), url("./fonts/FoundersGrotesk-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --blue: #000090;
  --gold: #ad7c1c;
  --tinysize: 12px;
  --smallsize: 15px;
  --menusize:18px;
  --regularsize:27px;
  --mediumsize: 19.8px;
  --bigsize: 43px;
  --maingap: 30px;
}

html {
  font-family: "Merriweather", serif;
  font-size: var(--smallsize);
  color: var(--blue);
}

body {
  height: 100dvh;
  overflow: auto;
}

img {
  width: 100%;
  height: auto;
}

picture {
  width: 100%;
  display: block;
}

body {
  font-family: "Merriweather", serif;
  padding-bottom: 0;
}

li {
  list-style: none;
}

a {
  color: var(--gold);
  text-decoration: none;
  transition: color 0.3s ease;
}
a:hover {
  color: var(--blue);
}

button {
  font: inherit;
  background: none;
  border: 0;
  color: var(--blue);
  cursor: pointer;
}

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;
}

h1 {
  font-size: var(--bigsize);
  font-weight: normal;
}

h3,
strong {
  text-transform: uppercase;
  color: var(--gold);
  letter-spacing: 0.07em;
  font-weight: normal;
  font-size: var(--tinysize);
}

.body-small {
  font-size: var(--smallsize);
}
.body-small p {
  line-height: 1.4em;
}

.body-regular {
  font-size: var(--regularsize);
  line-height: 1.26em;
}

.small-cap {
  font-size: var(--tinysize);
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: var(--gold);
}

.barba-wrapper {
  height: 100%;
  min-height: 100vh;
  min-height: 100dvh;
}

.barba-container,
.container-artisans {
  height: 100%;
  min-height: 100vh;
  min-height: 100dvh;
}

#smooth-content {
  position: relative;
}

.is-artisans #smooth-content, .is-artisans #smooth-wrapper {
  height: 100%;
}

.col-1 {
  width: 5%;
}

.col-2 {
  width: 10%;
}

.col-3 {
  width: 15%;
}

.col-4 {
  width: 20%;
}

.col-5 {
  width: 25%;
}

.col-6 {
  width: 30%;
}

.col-7 {
  width: 35%;
}

.col-8 {
  width: 40%;
}

.col-9 {
  width: 45%;
}

.col-10 {
  width: 50%;
}

.col-11 {
  width: 55%;
}

.col-12 {
  width: 60%;
}

.col-13 {
  width: 65%;
}

.col-14 {
  width: 70%;
}

.col-15 {
  width: 75%;
}

.col-16 {
  width: 80%;
}

.col-17 {
  width: 85%;
}

.col-18 {
  width: 90%;
}

.col-19 {
  width: 95%;
}

.col-20 {
  width: 100%;
}

@media (max-width: 580px) {
  .col-xs-1 {
    width: 5%;
  }
  .col-xs-2 {
    width: 10%;
  }
  .col-xs-3 {
    width: 15%;
  }
  .col-xs-4 {
    width: 20%;
  }
  .col-xs-5 {
    width: 25%;
  }
  .col-xs-6 {
    width: 30%;
  }
  .col-xs-7 {
    width: 35%;
  }
  .col-xs-8 {
    width: 40%;
  }
  .col-xs-9 {
    width: 45%;
  }
  .col-xs-10 {
    width: 50%;
  }
  .col-xs-11 {
    width: 55%;
  }
  .col-xs-12 {
    width: 60%;
  }
  .col-xs-13 {
    width: 65%;
  }
  .col-xs-14 {
    width: 70%;
  }
  .col-xs-15 {
    width: 75%;
  }
  .col-xs-16 {
    width: 80%;
  }
  .col-xs-17 {
    width: 85%;
  }
  .col-xs-18 {
    width: 90%;
  }
  .col-xs-19 {
    width: 95%;
  }
  .col-xs-20 {
    width: 100%;
  }
}
@media (max-width: 768px), (orientation: portrait) and (max-width: 1024px) {
  .col-sm-1 {
    width: 5%;
  }
  .col-sm-2 {
    width: 10%;
  }
  .col-sm-3 {
    width: 15%;
  }
  .col-sm-4 {
    width: 20%;
  }
  .col-sm-5 {
    width: 25%;
  }
  .col-sm-6 {
    width: 30%;
  }
  .col-sm-7 {
    width: 35%;
  }
  .col-sm-8 {
    width: 40%;
  }
  .col-sm-9 {
    width: 45%;
  }
  .col-sm-10 {
    width: 50%;
  }
  .col-sm-11 {
    width: 55%;
  }
  .col-sm-12 {
    width: 60%;
  }
  .col-sm-13 {
    width: 65%;
  }
  .col-sm-14 {
    width: 70%;
  }
  .col-sm-15 {
    width: 75%;
  }
  .col-sm-16 {
    width: 80%;
  }
  .col-sm-17 {
    width: 85%;
  }
  .col-sm-18 {
    width: 90%;
  }
  .col-sm-19 {
    width: 95%;
  }
  .col-sm-20 {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1440px) {
  .col-md-1 {
    width: 5%;
  }
  .col-md-2 {
    width: 10%;
  }
  .col-md-3 {
    width: 15%;
  }
  .col-md-4 {
    width: 20%;
  }
  .col-md-5 {
    width: 25%;
  }
  .col-md-6 {
    width: 30%;
  }
  .col-md-7 {
    width: 35%;
  }
  .col-md-8 {
    width: 40%;
  }
  .col-md-9 {
    width: 45%;
  }
  .col-md-10 {
    width: 50%;
  }
  .col-md-11 {
    width: 55%;
  }
  .col-md-12 {
    width: 60%;
  }
  .col-md-13 {
    width: 65%;
  }
  .col-md-14 {
    width: 70%;
  }
  .col-md-15 {
    width: 75%;
  }
  .col-md-16 {
    width: 80%;
  }
  .col-md-17 {
    width: 85%;
  }
  .col-md-18 {
    width: 90%;
  }
  .col-md-19 {
    width: 95%;
  }
  .col-md-20 {
    width: 100%;
  }
}
@media (min-width: 2000px) {
  .col-xl-1 {
    width: 5%;
  }
  .col-xl-2 {
    width: 10%;
  }
  .col-xl-3 {
    width: 15%;
  }
  .col-xl-4 {
    width: 20%;
  }
  .col-xl-5 {
    width: 25%;
  }
  .col-xl-6 {
    width: 30%;
  }
  .col-xl-7 {
    width: 35%;
  }
  .col-xl-8 {
    width: 40%;
  }
  .col-xl-9 {
    width: 45%;
  }
  .col-xl-10 {
    width: 50%;
  }
  .col-xl-11 {
    width: 55%;
  }
  .col-xl-12 {
    width: 60%;
  }
  .col-xl-13 {
    width: 65%;
  }
  .col-xl-14 {
    width: 70%;
  }
  .col-xl-15 {
    width: 75%;
  }
  .col-xl-16 {
    width: 80%;
  }
  .col-xl-17 {
    width: 85%;
  }
  .col-xl-18 {
    width: 90%;
  }
  .col-xl-19 {
    width: 95%;
  }
  .col-xl-20 {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1440px) {
  :root {
    --tinysize: 13px;
    --smallsize: 14px;
    --menusize: 17px;
    --regularsize: 21px;
    --mediumsize:20px;
    --bigsize: 32px;
    --maingap: 20px;
  }
  .logo-footer {
    width: 12vw;
  }
}
@media screen and (max-width: 1000px) {
  :root {
    --tinysize: 13px;
    --smallsize: 14px;
    --menusize: 17px;
    --regularsize: 20px;
    --mediumsize: 19.8px;
    --bigsize: 32px;
    --maingap: 20px;
  }
}
@media screen and (max-width: 480px) {
  :root {
    --tinysize: 13px;
    --smallsize: 14px;
    --menusize: 17px;
    --regularsize: 19px;
    --mediumsize: 17px;
    --bigsize: 29px;
    --maingap:20px;
  }
  .home-link--creations:hover {
    color: var(--gold);
  }
  a:hover {
    color: var(--gold);
  }
}
.barba-wrapper,
[data-barba=container] {
  width: 100%;
}

.is-transitioning {
  will-change: transform, opacity;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  border-radius: 0px;
  border-left: 8px dashed var(--gold);
}

@supports (-webkit-hyphens: none) and (not (-moz-appearance: none)) {
  ::-webkit-scrollbar-thumb {
    border-left: 8px solid var(--gold);
  }
}
header {
  z-index: 1000;
}

.main-menu {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  justify-content: space-between;
  padding: var(--maingap);
  align-items: center;
  z-index: 100;
  font-size: var(--menusize);
}

.main-menu__left,
.main-menu__right {
  display: flex;
  align-items: center;
  gap: 20px;
}

.view-switch {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-top: -5px;
  height: 30px;
  padding-top: 9px;
}
.view-switch a {
  display: inline-block;
}
.view-switch a svg {
  height: auto;
  width: 45px;
  transition: all 0.3s ease;
}
.view-switch a svg .cls-1 {
  transition: all 0.3s ease;
  fill: var(--gold);
}
.view-switch a:hover svg .cls-1, .view-switch a.is-active svg .cls-1 {
  fill: var(--blue);
}

.view-btn svg {
  fill: var(--gold);
}
.view-btn.is-active svg {
  fill: var(--blue);
}

.home-link.is-active,
.main-menu .menu-link.is-active {
  color: var(--blue);
}

.is-hidden {
  display: none !important;
}

@media screen and (min-width: 768px) and (max-width: 1440px) {
  .view-switch a svg {
    width: 35px;
  }
}
@media screen and (max-width: 767px) {
  .view-switch a svg {
    height: auto;
    width: 36px;
    transition: all 0.3s ease;
  }
  .about-mobile a {
    color: var(--blue);
  }
}
footer {
  position: absolute;
  z-index: 100;
  bottom: 0;
  width: 100%;
  background: transparent;
}

.logo-footer {
  width: 8vw;
  position: fixed;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  z-index: 1000;
  height: auto;
}
.logo-footer svg {
  width: 100%;
  height: auto;
  fill: var(--gold);
}
.logo-footer a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.footer-menu__list {
  display: flex;
  gap: 30px;
  width: 100%;
  padding: 30px;
  justify-content: space-between;
}

.footer-menu {
  display: flex;
  justify-content: flex-end;
  padding-bottom: 30px;
  padding-left: var(--maingap);
  padding-right: var(--maingap);
}
.footer-menu__left {
  display: flex;
  gap: 30px;
  padding-left: 0;
  justify-content: flex-start;
}
.footer-menu__left li {
  width: auto;
}
.footer-menu__right {
  display: flex;
  gap: 30px;
  padding-left: 0;
  justify-content: flex-end;
}
.footer-menu__right li {
  width: auto;
  text-transform: lowercase;
}

.about-link {
  font-size: 1em;
  position: sticky;
  bottom: 0px;
  left: 0;
  transform: rotate(-90deg);
  transform-origin: left center;
  padding-left: 1px;
  padding-top: 25px;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -clip-text: all;
  width: auto;
  display: inline-block;
  z-index: 100;
  left: var(--maingap);
}

.footer-menu__right.col-4 {
  text-align: right;
}

.footer-menu__link {
  font-size: var(--menusize);
}

.menu-footer__link {
  font-size: var(--menusize);
}
.menu-footer__link svg {
  transition: all 0.3s ease;
}
.menu-footer__link.is-active {
  color: var(--blue);
}

.menu-footer__link:hover svg {
  fill: var(--blue);
}

a.footer-menu__link.is-active {
  color: var(--blue);
}
a.footer-menu__link.is-active:hover {
  color: var(--gold);
}

.footer-fixed {
  position: fixed;
  left: var(--maingap);
  bottom: var(--maingap);
  z-index: 1000;
}
.footer-fixed .footer-menu {
  justify-content: flex-start;
  padding: 0;
}

html.is-home .footer-fixed,
html.is-home header {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
html.is-home footer {
  display: none;
}

.footer-fixed,
header {
  transition: all 0.5s ease;
}

@media (min-width: 768px) and (max-width: 1440px) {
  .logo-footer {
    width: 10vw;
  }
}
@media (min-width: 768px) and (max-width: 1440px) {
  .footer-menu__left li {
    width: auto;
  }
}
@media screen and (max-width: 768px), (orientation: portrait) {
  .about-link {
    transform: none;
    font-size: 1em;
    position: fixed;
    bottom: unset;
    left: unset;
    padding-left: 1px;
    padding-top: 20px;
    padding-bottom: 5px;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -clip-text: none;
    width: auto;
    display: inline-block;
    z-index: 100;
    right: var(--maingap);
    top: 0px;
  }
  footer {
    display: none;
  }
  .footer-fixed {
    position: fixed;
    left: 0;
    padding: var(--maingap);
    bottom: 0;
    font-size: var(--menusize);
  }
  .footer-menu {
    display: flex;
    justify-content: center;
    padding-bottom: 50px;
    padding-top: var(--maingap);
    padding-left: var(--maingap);
    padding-right: var(--maingap);
    width: 100%;
    flex-direction: column;
    padding-bottom: 50vw;
    padding-top: 30px;
  }
  .footer-menu__right {
    justify-content: space-between;
    text-align: center;
    gap: 10px;
  }
  .footer-fixed .main-menu__right .is-active {
    display: none;
  }
  .logo-footer {
    width: 26vw;
    bottom: 20px;
  }
  html.is-artisans .footer-fixed,
  html.is-artisans header {
    display: flex;
    opacity: 1;
    visibility: visible;
  }
  .menu-footer__link svg, .menu-footer__link:hover svg {
    fill: var(--gold);
  }
}
.home {
  min-height: 100vh;
  min-height: 100dvh;
  overflow: hidden;
  padding: 0;
  height: auto;
}

.home-container {
  background-color: var(--blue);
}
.home-container.is-ready {
  background-color: transparent;
}

/* --- Background --- */
.home-bg {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  height: calc(var(--vh, 1vh) * 100);
  overflow: hidden;
  --overlay-left: var(--gold);
  --overlay-mid: var(--gold);
  --overlay-right: var(--gold);
}
.home-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 3;
  mix-blend-mode: screen;
  background: linear-gradient(to right, var(--overlay-left) 0%, var(--overlay-left) 35%, var(--overlay-mid) 50%, var(--overlay-right) 65%, var(--overlay-right) 100%);
}

.home-bg {
  opacity: 0;
  transition: opacity 0.6s ease;
}

.home-bg.is-ready {
  opacity: 1;
}

.home-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--blue);
  mix-blend-mode: screen;
  opacity: 0;
  pointer-events: none;
  z-index: 3;
  will-change: opacity;
}

.cover-holder {
  display: block;
  width: 60%;
  height: 100%;
}

.cover-holder:nth-of-type(1) {
  position: absolute;
  left: 0;
  top: 0;
}

.cover-holder:nth-of-type(2) {
  position: absolute;
  right: 0;
  top: 0;
}
.cover-holder:nth-of-type(2):after {
  z-index: 9;
}

.cover-prehome {
  position: relative;
  pointer-events: none;
}

.cover-prehome .cover-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.cover-prehome {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: contrast(0.4) brightness(1.3);
}

.cover-prehome--right {
  z-index: 1;
}

.cover-prehome--left {
  z-index: 2;
  -webkit-mask-image: linear-gradient(to right, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 70%, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 0) 100%);
  mask-image: linear-gradient(to right, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 70%, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  filter: saturate(0);
}

/* Header et logo : tu peux garder tel quel */
.home-link {
  text-transform: lowercase;
  text-decoration: none;
  color: inherit;
  font-size: var(--menusize);
}

.home-logo-footer {
  position: fixed;
  left: 50%;
  bottom: 0;
  z-index: 1000;
  width: 20vw;
  height: 100%;
  transform: translateX(-50%);
  display: flex;
}
.home-logo-footer a.menu-footer__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.home-logo-footer svg {
  width: 100%;
  height: auto;
  fill: var(--gold);
}

.page-transition {
  position: fixed;
  inset: 0;
  z-index: 9999;
  pointer-events: none;
  opacity: 0;
}

.page-transition {
  position: fixed;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  z-index: 9999;
}

.page-transition__svg {
  width: 100%;
  height: 100%;
  display: block;
}

.home-creations-leave,
.home-creations-enter-to {
  opacity: 1;
}

.home-creations-leave-active,
.home-creations-enter-active {
  transition: opacity 0.6s ease;
}

.home-creations-leave-to,
.home-creations-enter {
  opacity: 0;
}

.home-link--creations {
  position: fixed;
  top: 0;
  left: 0;
  width: 33.333%;
  text-align: left;
  padding: 30px;
  z-index: 1000;
  bottom: 0;
  color: var(--gold);
}
.home-link--creations:hover {
  color: var(--gold);
}

.home-link--artisans {
  position: fixed;
  bottom: 0;
  top: 0;
  left: unset;
  right: 0;
  width: 33.3333%;
  text-align: right;
  padding: 30px;
  z-index: 1000;
  color: var(--gold);
}
.home-link--artisans:hover {
  color: var(--gold);
}

.is-artisans .home-link {
  width: auto;
  height: auto;
  bottom: unset;
}

@media screen and (max-width: 768px), (orientation: portrait) {
  .cover-holder {
    width: 100%;
  }
  .home {
    height: 100vh;
    height: 100dvh;
    height: calc(var(--vh, 1vh) * 100);
    overflow: auto;
    padding: 0;
  }
  .home-bg {
    position: relative;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    height: calc(var(--vh, 1vh) * 100);
    overflow: hidden;
    --overlay-top: var(--gold);
    --overlay-mid: var(--gold);
    --overlay-bottom: var(--gold);
  }
  .home-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 3;
    mix-blend-mode: screen;
    background: linear-gradient(to bottom, var(--overlay-top) 0%, var(--overlay-top) 35%, var(--overlay-mid) 50%, var(--overlay-bottom) 65%, var(--overlay-bottom) 100%);
  }
  .home-template .home-logo-footer.logo-footer {
    position: fixed;
    left: 50%;
    bottom: 0;
    z-index: 1000;
    width: 50%;
    transform: translateX(-50%);
    opacity: 1;
    visibility: visible;
    height: 100%;
  }
  .home-template .home-logo-footer.logo-footer a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
  .home-link--creations {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 20px;
    z-index: 100000;
    height: 50%;
  }
  .home-link--artisans {
    position: fixed;
    bottom: 0;
    top: unset;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 20px;
    z-index: 100000;
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
  .cover-holder {
    display: block;
    width: 100%;
    height: 60%;
  }
  .cover-holder:nth-of-type(1) {
    position: absolute;
    left: 0;
    top: 0;
  }
  .cover-holder:nth-of-type(2) {
    position: absolute;
    left: 0;
    bottom: 0;
    top: unset;
  }
  .cover-holder:nth-of-type(2):after {
    z-index: 9;
  }
  .cover-prehome {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    filter: contrast(0.4) brightness(1.3);
  }
  .cover-prehome--left {
    z-index: 2;
    -webkit-mask-image: linear-gradient(to right, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0.6) 65%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0.1) 85%, rgba(0, 0, 0, 0) 100%);
    mask-image: linear-gradient(to right, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0.6) 65%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0.1) 85%, rgba(0, 0, 0, 0) 100%);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
  }
  /* Header et logo : tu peux garder tel quel */
  .home-header {
    position: absolute;
    z-index: 30;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 30px;
    top: 0;
    width: 100%;
    left: 0;
  }
  .home-header a {
    color: var(--gold);
  }
  .home-link {
    text-transform: lowercase;
    text-decoration: none;
    font-size: var(--menusize);
  }
  .cover-prehome--left {
    z-index: 2;
    -webkit-mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 70%, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 0) 100%);
    mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 70%, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 0) 100%);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
  }
}
---------------------------------- .creations-page {
  position: relative;
  min-height: 100vh;
}
.view-switch svg {
  overflow: visible;
}

.container-barba.is-entering {
  position: absolute;
  top: 0;
  height: 100vh;
  height: 100dvh;
  width: 100%;
  z-index: -1;
}

.creations-page {
  position: relative;
}

.creations-header {
  position: sticky;
  top: 0;
  z-index: 20;
  pointer-events: none;
}
.creations-header__hover {
  padding: 0.75em 1.5em;
  font-size: 0.9rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  opacity: 0;
  transition: opacity 0.2s ease;
  min-height: 2.5em;
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.creations-header__hover.is-visible {
  opacity: 1;
}

.creations-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  pointer-events: none;
  will-change: transform;
  min-height: 100vh;
  overflow: visible;
  top: 0;
}
.creations-bg-grid {
  position: static;
  inset: 0;
  opacity: 0.2;
}
.creations-bg-grid img {
  mix-blend-mode: screen;
}
.creations-bg .bg-picture {
  background-color: var(--gold);
}

.creations.creations--gallery {
  overflow: hidden;
  height: 100%;
  padding-bottom: 30px;
}

.creations-bg-grid {
  display: flex;
  gap: 10vw;
  padding: 10vw;
  padding-top: 10vh;
  padding-bottom: 10vh;
  opacity: 0.3;
  z-index: -1;
}

.creations-bg-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10vw;
}

.creations-bg-col.is-offset {
  margin-top: 20vh;
}

.creations-bg-item {
  width: 100%;
}

.creations-bg-item img {
  width: 100%;
  height: auto;
  display: block;
}

.creations.creations--gallery {
  position: relative;
  z-index: 10;
  padding: var(--maingap) 0;
  padding-bottom: 160px;
}

.creations-gallery {
  -moz-column-count: 3;
       column-count: 3;
  -moz-column-gap: var(--maingap);
       column-gap: var(--maingap);
  width: 91%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  -moz-column-fill: balance;
       column-fill: balance;
  position: relative;
}
@media (max-width: 1024px) {
  .creations-gallery {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media (max-width: 768px) {
  .creations-gallery {
    -moz-column-count: 2;
         column-count: 2;
  }
}

.creations-gallery > *:nth-child(1) {
  margin-top: 25vh !important;
}

.creations-gallery > * {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  margin-bottom: var(--maingap);
}

.project-item {
  position: relative;
  isolation: isolate;
  cursor: pointer;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  gap: 0;
  color: inherit;
  text-decoration: none;
}
.project-item a {
  height: -moz-fit-content;
  height: fit-content;
}
.project-item .project-figure {
  aspect-ratio: 3/4;
  background-color: var(--gold);
}
.project-item .project-figure picture {
  width: 100%;
  height: 100%;
}
.project-item figure img,
.project-item .project-figure picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.project-item .project-cover {
  position: relative;
  z-index: 10;
  border: 4px solid white;
  -o-object-fit: cover;
     object-fit: cover;
}
.project-item .project-ref {
  position: absolute;
  z-index: 2;
  overflow: visible;
}
.project-item:hover .project-cover {
  z-index: 1;
}
.project-item:hover .project-ref {
  z-index: 11;
}
.project-item.pos-top a, .project-item.pos-bottom a {
  grid-column: span 6;
}
.project-item.pos-top {
  margin-top: 25%;
}
.project-item.pos-top .project-ref {
  top: -6vw;
}
.project-item.pos-bottom {
  margin-bottom: 25%;
}
.project-item.pos-bottom .project-ref {
  bottom: -4vw;
  top: unset;
}
.project-item.pos-left a, .project-item.align-corner-left a {
  grid-column: 4/span 6;
}
.project-item.pos-left .project-ref, .project-item.align-corner-left .project-ref {
  left: -25%;
}
.project-item.pos-right a, .project-item.align-corner-right a {
  grid-column: 1/span 6;
}
.project-item.pos-right .project-ref, .project-item.align-corner-right .project-ref {
  right: -25%;
  left: unset;
}
.project-item.align-left .project-ref {
  left: 30px;
}
.project-item.align-right .project-ref {
  right: 30px;
  left: unset;
}
.project-item.align-center.pos-top .project-ref, .project-item.align-center.pos-bottom .project-ref {
  left: 50%;
}
.project-item.align-center.pos-top .project-ref picture, .project-item.align-center.pos-bottom .project-ref picture {
  transform: translateX(-50%);
}
.project-item.align-center.pos-left .project-ref, .project-item.align-center.pos-right .project-ref {
  top: 40%;
}
.project-item.align-center.pos-left .project-ref picture, .project-item.align-center.pos-right .project-ref picture {
  transform: translateY(-50%);
}
.project-item.align-top .project-ref {
  top: 30px;
  bottom: unset;
}
.project-item.align-bottom .project-ref {
  bottom: 30px;
  top: unset;
}
.project-item.pos-top.offset-0 a, .project-item.pos-bottom.offset-0 a {
  grid-column: 1/span 6;
}
.project-item.pos-top.offset-1 a, .project-item.pos-bottom.offset-1 a {
  grid-column: 2/span 6;
}
.project-item.pos-top.offset-2 a, .project-item.pos-bottom.offset-2 a {
  grid-column: 3/span 6;
}
.project-item.pos-right.offset-0 a, .project-item.align-corner-right.offset-0 a {
  grid-column: 1/span 6;
}
.project-item.pos-right.offset-1 a, .project-item.align-corner-right.offset-1 a {
  grid-column: 2/span 6;
}
.project-item.pos-right.offset-2 a, .project-item.align-corner-right.offset-2 a {
  grid-column: 3/span 6;
}
.project-item.pos-left.offset-0 a, .project-item.align-corner-left.offset-0 a {
  grid-column: 4/span 6;
}
.project-item.pos-left.offset-1 a, .project-item.align-corner-left.offset-1 a {
  grid-column: 3/span 6;
}
.project-item.pos-left.offset-2 a, .project-item.align-corner-left.offset-2 a {
  grid-column: 5/span 6;
}

.project-link {
  position: relative;
  display: block;
}

.creations-gallery .project-ref {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.creations-gallery .project-ref {
  position: absolute;
  height: auto;
  width: 8vw;
  overflow: visible;
  transform-origin: center;
  transition: transform 0.3s ease, opacity 0.3s ease;
  z-index: 0;
}
@media (max-width: 1024px) {
  .creations-gallery .project-ref {
    width: 10vw;
  }
}
@media (max-width: 768px) {
  .creations-gallery .project-ref {
    width: 22vw;
  }
}
.creations-gallery .project-ref picture {
  background-color: var(--gold);
  display: block;
  aspect-ratio: 3/4;
  height: auto;
  width: 100%;
  aspect-ratio: 3/4;
}
.creations-gallery .project-ref img {
  mix-blend-mode: screen;
  width: 100%;
  height: 100%;
  display: block;
  aspect-ratio: 3/4;
  -o-object-fit: cover;
     object-fit: cover;
}
.creations-gallery .project-ref--0 {
  top: -10%;
  right: 5%;
}
.creations-gallery .project-ref--1 {
  bottom: -10%;
  left: 0;
}
.creations-gallery .project-ref--2 {
  top: 30%;
  left: -8%;
}
.project-card--gallery:hover .creations-gallery .project-ref, .project-card--gallery:focus-visible .creations-gallery .project-ref {
  transform: translate3d(0, -4px, 0) scale(1.03);
  opacity: 1;
}

.creations-gallery a.is-visited .project-ref picture {
  background-color: var(--blue);
}

.project-card--gallery:hover .project-card__ref--0,
.project-card--gallery:focus-visible .project-card__ref--0 {
  transform: translate3d(0, -6px, 0) scale(1.07);
}

.aside {
  position: fixed;
  top: 50px;
  height: 100%;
  width: 200px;
  overflow: auto;
}

.creations-layout {
  display: grid;
  grid-template-columns: repeat(20, minmax(0, 1fr));
  gap: 30px;
  padding-bottom: 5vw;
  min-height: 100vh;
  min-height: 100dvh;
}
.creations-layout .creations-grid-wrapper {
  grid-column: 4/span 14;
}

.creations.creations--grid {
  width: 100%;
  position: relative;
}

.creations-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 30px;
  padding-top: 115px;
}
.creations-grid .project-card--grid {
  transition: opacity 0.3s ease;
}
.creations-grid .project-card--grid .project-cover-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 7/10;
  overflow: hidden;
}
.creations-grid .project-card--grid .project-cover {
  position: absolute;
  inset: 0;
  display: block;
  background-color: var(--gold);
}
.creations-grid .project-card--grid .project-cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.creations-grid .project-card--grid .project-cover.is-bw img {
  mix-blend-mode: screen;
  transition: opacity 0.25s ease;
}
.creations-grid .project-card--grid .project-cover.is-color {
  opacity: 0;
  transition: opacity 0.25s ease;
}
.creations-grid .project-card--grid:hover .project-cover.is-bw, .creations-grid .project-card--grid:focus-visible .project-cover.is-bw {
  opacity: 0;
}
.creations-grid .project-card--grid:hover .project-cover.is-color, .creations-grid .project-card--grid:focus-visible .project-cover.is-color {
  opacity: 1;
}
.creations-grid .project-card--grid.is-visited picture {
  background-color: var(--blue);
}
.creations-grid .project-card.faded {
  opacity: 0.2;
  transition: opacity 0.25s ease;
}

.creations-grid:has(.project-card--grid:hover) .project-card--grid {
  opacity: 0.2;
  transition: opacity 0.25s ease;
}
.creations-grid:has(.project-card--grid:hover) .project-card--grid:hover {
  opacity: 1;
}

.is-filtered .project-card--grid:not(.faded) .project-cover.is-bw {
  opacity: 0;
}
.is-filtered .project-card--grid:not(.faded) .project-cover.is-color {
  opacity: 1;
}

.creations-layout.is-filtered .project-card.faded {
  opacity: 0.12;
  pointer-events: none;
}

.creations.creations--grid.is-filtered [data-project].faded {
  opacity: 0.12;
  pointer-events: none;
}

.creations-layout.is-filtered .creations-grid:has(.project-card--grid:hover) .project-card--grid {
  opacity: 1;
}

.creations-filters {
  position: fixed;
  top: 0;
  left: 0;
  width: 150px;
  height: 100%;
  overflow: auto;
  padding: 110px 53px 51px 30px;
  z-index: 20;
  max-width: 1200px;
  opacity: 1;
  transition: width 0.3s ease, opacity 0.3s ease;
}
.creations-filters .filters {
  opacity: 0;
}
.creations-filters.is-open {
  opacity: 1;
  pointer-events: auto;
  width: 100%;
  opacity: 1;
}
.creations-filters.is-open .creations-filters-toggle {
  color: var(--blue);
}
.creations-filters.is-open .filters {
  opacity: 1;
}
.creations-filters.is-open::before {
  opacity: 1;
}
.creations-filters .filter-sublist {
  margin-left: 30px;
}
.creations-filters::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.8) 40%, rgba(255, 255, 255, 0) 100%);
  z-index: -1;
  opacity: 0;
}
.creations-filters button {
  color: var(--gold);
  transition: color 0.3s ease;
}
.creations-filters button:hover {
  color: var(--blue);
}

.creations-filters .filter-sublist {
  display: none;
}

.creations-filters-toggle {
  position: fixed;
  left: 30px;
  top: 75px;
  z-index: 125;
  cursor: pointer;
  text-transform: lowercase;
}

.creations-filters-toggle .bracket {
  display: inline-block;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.creations-filters-toggle.is-active {
  color: var(--blue);
}

.filter-group:hover .filter-btn--parent {
  color: var(--blue);
}
.filter-group:hover .filter-sublist {
  display: block;
}

.creations-filters-toggle {
  color: var(--gold);
}
.creations-filters-toggle:hover {
  color: var(--blue);
}

.project-card.is-dimmed {
  opacity: 0.2;
  transition: opacity 0.3s ease;
}

.project-card--gallery:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.7);
  outline-offset: 4px;
}

.project-hero {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  padding-top: 20px;
}
.project-hero.is-active:before {
  max-height: 100%;
}

.project-hero {
  pointer-events: none;
}

.project-hero__titles {
  pointer-events: auto;
}

.project-hero__titles {
  opacity: 1;
  transition: opacity 0.25s ease;
}

.is-active .project-hero__titles {
  opacity: 1;
}

.filter-btn--parent {
  text-transform: lowercase;
}

.filter-btn .bracket,
.filter-all .bracket {
  opacity: 0;
  transition: all 0.3s ease;
}

.filter-btn[aria-expanded=true] .bracket,
.filter-btn.is-active .bracket {
  opacity: 1;
}

.filter-btn.filter-all.is-active {
  text-transform: lowercase;
}
.filter-btn.filter-all.is-active .bracket {
  opacity: 0;
}

.filter-group.is-open .filter-btn--parent,
.filter-btn--child.is-active {
  color: var(--blue);
}

@media (min-width: 768px) {
  .creations-filters {
    position: fixed;
    top: 0;
    left: 0;
    width: 150px;
    height: 100%;
    overflow: auto;
    padding: 110px 53px 51px 30px;
    z-index: 20;
    max-width: 1200px;
    opacity: 1;
    transition: width 0.3s ease, opacity 0.3s ease;
  }
  .creations-filters .filters {
    opacity: 0;
  }
  .creations-filters .filter-sublist {
    margin-left: 30px;
  }
  .creations-filters::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.8) 40%, rgba(255, 255, 255, 0) 100%);
    z-index: -1;
    opacity: 0;
  }
  .creations-filters button {
    color: var(--gold);
    transition: color 0.3s ease;
  }
  .creations-filters button:hover {
    color: var(--blue);
  }
  .creations-filters {
    width: 150px;
    opacity: 1;
    transition: width 0.3s ease, opacity 0.3s ease;
  }
  .creations-filters .filters {
    opacity: 0;
    transition: opacity 0.2s ease;
  }
  .creations-filters::before {
    opacity: 0;
    transition: opacity 0.2s ease;
  }
  .creations-filters.is-open {
    width: 33.333%;
    min-width: 200px;
  }
  .creations-filters.is-open .filters {
    opacity: 1;
  }
  .creations-filters.is-open::before {
    opacity: 1;
  }
  .creations-filters.is-open .creations-filters-toggle {
    color: var(--blue);
  }
}
@media (max-width: 768px), (orientation: portrait) {
  .creations-filters {
    width: 100%;
    padding: 110px 20px 51px 20px;
    max-width: none;
  }
  .creations-filters-toggle {
    top: 30px;
  }
  .project-item {
    grid-template-columns: repeat(1, 1fr);
  }
  .project-item.pos-right {
    padding-top: 22vw;
  }
  .project-item.pos-right .project-ref {
    top: -15vw;
    right: unset;
    bottom: unset;
  }
  .project-item.pos-left {
    padding-bottom: 15vw;
  }
  .project-item.pos-left .project-ref {
    margin-top: -15vw;
    top: unset;
    left: unset;
  }
  .project-item.align-bottom .project-ref {
    right: 0;
    left: unset;
  }
  .project-item.align-top .project-ref {
    right: unset;
    left: 0;
  }
  .project-item.align-center .project-ref {
    left: 50%;
  }
  .project-item.align-center .project-ref picture {
    transform: translateX(-50%) !important;
  }
  .project-item.align-center.pos-right .project-ref {
    top: -15vw;
    bottom: unset;
  }
  .project-item.align-center.pos-left .project-ref {
    bottom: -15vw;
    top: unset;
  }
  .creations-gallery > *:nth-child(1) {
    margin-top: 5vh !important;
  }
  .creations-bg-grid {
    flex-direction: column;
    gap: 10vw;
    /* ou autre */
  }
  .creations-bg-col {
    width: 100%;
  }
  .creations-bg-col.is-offset {
    margin-top: 0;
  }
  .logo-footer {
    width: 26vw;
    position: fixed;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    z-index: 1000;
    height: auto;
  }
  .creations-layout {
    display: block;
    padding-bottom: 5vw;
    min-height: 100vh;
    min-height: 100dvh;
    padding-left: var(--maingap);
    padding-right: var(--maingap);
  }
  .creations-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    padding-top: 90px;
  }
  .creations-filters-toggle {
    top: 57px;
    left: var(--maingap);
  }
  .creations-filters {
    width: 100%;
    padding: 95px 18px 44px 18px;
    max-width: none;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
  }
  .creations-filters.is-open {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
  .filter-group,
  .filter-sublist {
    margin-top: 6px;
  }
  .filter-group li,
  .filter-sublist li {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .creations-filters::before {
    background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.9) 60%, rgba(255, 255, 255, 0) 100%);
  }
  .creations--grid .project-hero {
    bottom: 50px;
    top: unset;
  }
  h1 {
    font-size: var(--bigsize);
    font-weight: normal;
  }
  .home-template .logo-footer {
    opacity: 1;
    visibility: visible;
  }
}
.project-layout {
  display: grid;
  grid-template-columns: repeat(20, minmax(0, 1fr));
  gap: var(--maingap);
  padding-left: var(--maingap);
  padding-right: var(--maingap);
}

.project-page .project-hero {
  position: relative;
  top: 0;
  z-index: 10;
  padding-top: 20px;
}
.project-page .project-hero__titles {
  opacity: 1;
  transition: opacity 0.25s ease;
}
.project-page p + h3 {
  margin-top: 1.6em;
}

.project-layout-col.project-layout-col--1\/2.project-layout-col--image {
  width: 50%;
  flex: 1;
}

.project-page {
  position: relative;
}
.project-page aside.project-refs {
  margin-top: var(--maingap);
  padding: var(--maingap);
  position: fixed;
  top: 103px;
  height: auto;
  left: 0;
  width: 20%;
  z-index: 1000;
}
.project-page .project-ref {
  width: 40%;
  transition: width 0.3s ease;
  z-index: 1;
  padding: 0;
}
.project-page .project-ref picture {
  display: block;
  line-height: 0;
  background: var(--gold);
}
.project-page .project-ref picture img {
  display: block;
  width: 100%;
  height: auto;
  mix-blend-mode: screen;
}
.project-page .project-ref figcaption {
  margin-top: 17px;
  font-size: 0.75em;
  color: var(--gold);
  opacity: 0;
  transition: opacity 0.2s ease;
  transition-delay: 0s;
}

@media (hover: hover) {
  .project-ref:hover {
    width: 90%;
    z-index: 10;
  }
  .project-ref:hover figcaption {
    opacity: 1;
    transition: opacity 0.2s ease;
    transition-delay: 0.25s;
    width: 10em;
  }
}
.legende.show-mobile {
  color: var(--gold);
}

.project-hero__titles {
  width: 100%;
  text-align: center;
  color: var(--gold);
}
.project-hero__titles .project-subtitle {
  font-size: var(--mediumsize);
  line-height: 1.7em;
}
.project-hero__titles .project-subtitle p {
  line-height: 1.1em;
}
.project-hero__titles .project-year {
  font-size: var(--mediumsize);
  margin-top: 0;
}

.project-main {
  grid-column: 3/19;
  padding-bottom: 30vh;
  padding-bottom: 30dvh;
  margin-top: 30px;
}

.project-layout-row {
  display: flex;
  gap: var(--maingap);
}
.project-layout-row + .project-layout-row {
  margin-top: var(--maingap);
}

.project-columns {
  margin-top: var(--maingap);
  display: grid;
  grid-template-columns: repeat(16, minmax(0, 1fr));
}

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

.project-tech {
  grid-column: span 10;
}
.project-tech button {
  font-size: var(--tinysize);
  letter-spacing: 0.07em;
}
.project-tech button:hover {
  color: var(--blue);
}
.project-tech__item {
  display: flex;
  color: var(--gold);
  justify-content: space-between;
  padding: 8px 0;
}
.project-tech__item + .project-tech__item {
  border-top: 1px solid var(--gold);
}

.tab-item {
  padding-top: 6px;
  margin-bottom: 0px;
  padding-bottom: 8px;
  width: 100%;
  border-bottom: 1px solid var(--gold);
  text-align: left;
}
.tab-item.project-contact {
  border-bottom: none;
}

figure.img-block {
  line-height: 0;
}

.project-presentation + .project-contact {
  margin-top: var(--maingap);
}

.project-infos {
  margin-top: var(--maingap);
}

.project-tech__panel {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.35s ease;
}

.block-type-video figure {
  display: block;
  margin: 1.5em 0;
}

.video {
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: calc(var(--h) / var(--w) * 100%);
  height: 0;
  overflow: hidden;
}
.video iframe,
.video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  margin-left: auto;
  margin-right: auto;
}

.video-embed video {
  width: 100%;
  height: auto;
}

.video-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.video-wrap video {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.video-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  background: transparent;
  border: 0;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.2);
}
.video-overlay svg {
  width: 60px;
  height: 60px;
  fill: var(--gold);
}
.video-overlay svg:hover {
  fill: var(--blue);
}

.video-wrap.is-playing .video-overlay {
  display: none;
}

.project-layout-col.project-layout-col--1\/1 {
  width: 100%;
}

.video-progress {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  height: 4px;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  overflow: hidden;
}

.video-progress-bar {
  height: 100%;
  width: 0%;
  background: var(--gold);
  transform-origin: left center;
}

.project-col--rowinfos {
  grid-column: span 5;
  display: flex;
}
.project-col--events {
  width: 60%;
  flex: 60%;
  padding-right: calc(var(--maingap) / 2);
}
.project-col--infos {
  width: 40%;
  flex: 40%;
  padding-left: calc(var(--maingap) / 2);
}
.project-col--infos p + p {
  margin-top: 1em;
}
.project-col--presentation {
  grid-column: 7/17;
}

.artisan-logo {
  width: 100%;
  padding: 8vh 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.artisan-logo svg {
  width: 15vw;
  height: auto;
  fill: var(--gold) !important;
  max-width: 180px;
}
.artisan-logo svg path {
  fill: var(--gold) !important;
}
.artisan-logo--portrait svg {
  width: 15vw;
}
.artisan-logo--landscape svg {
  width: 22vw;
  max-width: 290px;
}

.video-overlay.is-hidden {
  display: none;
}

.artisan-col-info:nth-of-type(1) {
  width: 60%;
  flex: 60%;
  padding-right: calc(var(--maingap) / 2);
}

.artisan-col-info:nth-of-type(2) {
  width: 40%;
  flex: 40%;
  padding-left: calc(var(--maingap) / 2);
}
.artisan-col-info:nth-of-type(2) p + p {
  margin-top: 1em;
}

@media screen and (max-width: 1440px) and (min-width: 769px) {
  .project-columns {
    gap: var(--maingap);
  }
  .project-col--rowinfos {
    grid-column: span 6;
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .project-layout {
    display: block;
  }
  .project-columns {
    margin-top: var(--maingap);
    display: block;
    grid-template-columns: repeat(16, minmax(0, 1fr));
  }
  .project-page .project-hero {
    position: relative;
    top: 0;
    z-index: 10;
    padding-top: 60px;
  }
  .project-page h1 {
    font-size: var(--bigsize);
    line-height: 1.2em;
  }
  .project-page .project-hero__titles .project-subtitle {
    font-size: var(--mediumsize);
    line-height: 1.4em;
    margin-bottom: 0;
  }
  .project-page .project-hero__titles .project-year {
    font-size: var(--mediumsize);
    line-height: 1.4em;
  }
  .project-main {
    margin-top: 20px;
  }
  .project-columns {
    display: flex;
    flex-direction: column-reverse;
  }
  .project-col {
    display: flex;
    flex-direction: column;
  }
  .project-col--rowinfos {
    grid-column: span 16;
    display: flex;
    flex-direction: row;
    margin-top: 20px;
  }
  .project-col--events {
    width: 50%;
    flex: 50%;
    padding-right: calc(var(--maingap) / 2);
  }
  .project-col--infos {
    width: 50%;
    flex: 50%;
    padding-left: calc(var(--maingap) / 2);
  }
  .project-col--infos p + p {
    margin-top: 1em;
  }
  .project-col--presentation {
    grid-column: 7/17;
  }
  .project-page aside.project-refs {
    position: absolute;
    height: auto;
    width: auto;
    left: 0;
  }
  .project-hero__titles {
    padding: 0 var(--maingap);
    line-height: 1.1em;
  }
  .project-hero__titles .project-subtitle {
    margin-top: 0;
    line-height: 1.1em;
    margin-bottom: 2px;
  }
  .artisan-logo + .project-hero {
    margin-top: 0;
  }
  .artisan-logo {
    padding: 30px 0;
    margin-top: 60px;
  }
  .artisan-logo svg {
    width: 50vw;
    height: auto;
    fill: var(--gold) !important;
  }
  .artisan-logo--landscape svg {
    width: 50vw;
  }
  .artisan-logo--portrait svg {
    width: 50vw;
  }
  .project-blocks {
    --maingap: 10px;
  }
  a.btn.project-contact__btn.small-cap,
  h3,
  .project-tech button {
    font-size: var(--tinysize);
    letter-spacing: 0.07em;
  }
  .project-tech__list {
    font-size: var(--smallsize);
  }
  .project-tech__item + .project-tech__item {
    border-top: 1px solid var(--gold);
    gap: 10px;
  }
  .dd.project-tech__def {
    text-align: right;
  }
  h2 {
    font-size: var(--regularsize);
    color: var(--gold);
    font-weight: normal;
    margin-bottom: 0.5em;
    text-transform: uppercase;
    letter-spacing: 0.07em;
  }
  p + h2,
  ul + h2 {
    margin-top: var(--maingap);
  }
  .project-tech {
    margin-top: 0;
  }
  .is-creations #smooth-wrapper,
  .is-creations #smooth-content {
    height: auto;
  }
  .project-main,
  .project-infos {
    margin-top: 45px;
  }
  .project-main {
    padding-bottom: 200px;
  }
  .is-about .project-main {
    padding-bottom: 135px;
  }
  .tab-item {
    padding-top: 7px;
    margin-bottom: 0px;
    padding-bottom: 8px;
  }
  .events + .legende.show-mobile {
    margin-top: var(--maingap);
  }
  .project-page .project-ref {
    width: 20%;
  }
  .project-ref.is-active {
    width: 75%;
    z-index: 10;
  }
  .project-ref.is-active figcaption {
    display: none;
  }
  .contact {
    margin-top: var(--maingap);
  }
  .artisan-col-info:nth-of-type(1) {
    width: 50%;
    flex: 50%;
    padding-right: calc(var(--maingap) / 2);
  }
  .artisan-col-info:nth-of-type(2) {
    width: 50%;
    flex: 50%;
    padding-left: calc(var(--maingap) / 2);
  }
  .artisan-col-info:nth-of-type(2) p + p {
    margin-top: 1em;
  }
}
.about-page .col-infos {
  grid-column: span 6;
}
.about-page .col-infos .row {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: var(--maingap);
}
.about-page .col-infos .sub-col-infos {
  width: 50%;
}
.about-page .col-infos .sub-col-infos:first-of-type {
  padding-right: calc(var(--maingap) / 2);
}
.about-page .col-infos .sub-col-infos:last-of-type {
  padding-left: calc(var(--maingap) / 2);
}
.about-page .col-infos .sub-col-infos em {
  font-style: normal;
  font-size: var(--tinysize);
  line-height: 1.4em;
  display: inline-block;
}
.about-page .col-infos .sub-col-infos li p + p {
  margin-top: 0;
}
.about-page .col-infos .sub-col-infos p {
  line-height: 1.2em;
}
.about-page .col-infos .sub-col-infos p + p {
  margin-top: 1em;
}
.about-page .col-infos .sub-col-infos li + li {
  margin-top: 1em;
}
.about-page .col-infos .sub-col-infos li a {
  color: var(--blue);
}
.about-page .col-infos .sub-col-infos li a:hover {
  color: var(--gold);
}
.about-page .about-illustration {
  width: 100%;
  background-color: var(--gold);
  line-height: 0;
}
.about-page .about-illustration img {
  mix-blend-mode: screen;
}
.about-page .project-columns {
  gap: var(--maingap);
}
.about-page .project-presentation li a {
  font-size: var(--smallsize);
}
.about-page h2,
.about-page h3 {
  text-transform: uppercase;
  color: var(--gold);
  letter-spacing: 0.07em;
  font-size: var(--tinysize);
  font-weight: normal;
  margin-bottom: 2px;
}
.about-page p + h2 {
  margin-top: 1.6em;
}
.about-page ul + h2 {
  margin-top: 1.6em;
}
.about-page .contact {
  margin-top: 30px;
  font-size: var(--tinysize);
}
.about-page li p + p {
  margin-top: 0;
}

.legal-page .project-columns {
  gap: var(--maingap);
}
.legal-page h2 {
  text-transform: uppercase;
  color: var(--gold);
  letter-spacing: 0.07em;
  font-size: var(--tinysize);
  font-weight: normal;
}
.legal-page p + h2 {
  margin-top: 1em;
  line-height: 1.4em;
}
.legal-page h2 + p {
  margin-top: 0.2em;
}
.legal-page p + p {
  margin-top: 1em;
}
.legal-page em {
  font-style: normal;
  font-size: var(--tinysize);
  line-height: 1.1em;
}

@media screen and (max-width: 1360px) and (min-width: 769px) {
  .legal-page .project-columns {
    gap: var(--maingap);
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .project-main {
    grid-column: span 20;
    padding-bottom: 30vh;
    padding-bottom: 30dvh;
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px), (orientation: portrait) {
  .about-page .col-infos,
  .legal-page .col-legal {
    grid-column: span 10;
  }
  .about-page .col-infos .sub-col-infos,
  .legal-page .col-legal .sub-col-infos {
    width: 100%;
    padding: 0 !important;
  }
  .about-page .col-infos .row,
  .legal-page .col-legal .row {
    flex-direction: column;
  }
  .about-illustration {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .about-page .col-infos .row {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 0;
  }
  .sub-col-infos h2:first-of-type {
    margin-top: 0;
  }
  .about-page .col-infos .sub-col-infos:last-of-type {
    margin-top: 1em;
  }
  .legal {
    margin-top: 4em;
  }
  .sub-col-infos + .sub-col-infos {
    margin-top: 1em;
  }
  .legal-page h2 {
    text-transform: uppercase;
    color: var(--gold);
    letter-spacing: 0.07em;
    font-size: var(--tinysize);
    font-weight: normal;
    margin-top: 0;
  }
  .is-about .creations-header-mobile,
  .is-legal .creations-header-mobile {
    color: var(--gold);
  }
  .is-about .about-link-mobile {
    color: var(--blue);
  }
  .about-page .contact {
    margin-top: 2.5em;
  }
  .legal {
    margin-top: 8em;
  }
}
.col-legal {
  grid-column: span 3;
}

.container-artisans {
  padding: 30px;
}
.container-artisans header {
  position: fixed;
  top: 0;
}

.is-artisans footer {
  display: none;
}

.artisans-page {
  position: relative;
  height: 100vh;
  height: 100dvh;
  height: calc(var(--vh, 1vh) * 100);
  overflow: hidden;
}

.artisans-holder,
.container-artisans {
  height: 100%;
  display: block;
  position: relative;
}

.artisans-panel {
  padding: 30px;
  position: absolute;
  width: 100%;
  top: 80px;
}

.artisans-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
}

.artisans-bg__video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  mix-blend-mode: screen;
}

.artisans-list {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 32px;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Hover subtitle “sous” le titre */
.artisans-link {
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.artisans-title {
  font-size: var(--bigsize);
  font-weight: normal;
}

.artisans-subtitle {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  margin-top: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
  white-space: nowrap;
  font-size: var(--mediumsize);
  line-height: 1.7em;
}
.artisans-subtitle p {
  margin: 0;
  line-height: 1.1em;
  text-align: center;
}

.artisans-link:hover .artisans-subtitle {
  opacity: 1;
}

.artisans-bg {
  position: fixed;
  inset: 0;
  z-index: -1;
  overflow: hidden;
}

.bg-layer {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.25s ease;
  pointer-events: none;
}

.bg-layer.is-active {
  opacity: 1;
}

.bg-video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.bg-img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.artisans-bg-mobile {
  display: none;
}

@media screen and (max-width: 768px), (orientation: portrait) {
  .artisans-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
  }
  .artisans-bg-mobile {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 0;
    overflow: hidden;
  }
  .bg-video-mobile {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  /* Et on masque le système de layers sur mobile */
  .artisans-bg {
    display: none;
  }
  .artisans-panel {
    padding: 0 15px;
    left: 0;
  }
  .container-artisans a.home-link.home-link--creations {
    bottom: 0;
    top: unset;
  }
  .container-artisans a.home-link.home-link--artisans.active {
    top: 0;
    bottom: unset;
  }
  .artisans-link {
    text-align: center;
  }
  .artisans-subtitle {
    position: static;
    transform: none;
    margin-top: 1em;
    opacity: 1;
    font-size: var(--mediumsize);
    text-align: center;
    width: 100%;
    white-space: normal;
    line-height: 1.1em;
  }
  .artisans-subtitle p {
    margin: 0;
    line-height: 1.1em;
    text-align: center;
  }
  .artisans-bg {
    background-color: rgb(0, 0, 0);
  }
  .artisans-bg .bg-video {
    opacity: 0.99;
  }
  .cover-color {
    position: absolute;
    height: 100%;
    width: 100%;
    inset: 0;
    background: rgba(10, 18, 30, 0.46);
  }
  .artisans-link.is-clicked {
    color: var(--blue);
  }
  a.home-link:hover {
    color: var(--gold) !important;
  }
  .container-artisans a.home-link.home-link--creations {
    color: var(--gold) !important;
  }
  .container-artisans a.home-link.home-link--artisans.active {
    color: var(--gold) !important;
  }
  #smooth-wrapper,
  #smooth-content {
    height: 100%;
  }
  .artisans-panel {
    top: 50%;
    transform: translateY(-50%);
    position: fixed;
  }
}
.artisan-col-info {
  grid-column: span 3;
}
.artisan-col-info h3,
.artisan-col-info h2 {
  text-transform: uppercase;
  color: var(--gold);
  letter-spacing: 0.07em;
  font-weight: normal;
  font-size: var(--tinysize);
  margin-bottom: 5px;
}
.artisan-col-info a {
  color: var(--gold);
}
.artisan-col-info p + p {
  margin-top: 1em;
}
.artisan-col-info li + li {
  margin-top: 0.5em;
}

.artisans-holder .project-columns {
  gap: var(--maingap);
}

.project-presentation + .contact {
  margin-top: var(--maingap);
}

@media screen and (max-width: 1000px) {
  .artisans-holder .project-columns {
    gap: 0 30px;
  }
  .artisan-col-info {
    width: 50%;
    flex: 50%;
    padding-right: calc(var(--maingap) / 2);
  }
  .artisan-col-info:nth-child(2) {
    padding-right: 0;
    padding-left: calc(var(--maingap) / 2);
  }
}
.menu-mobile {
  display: none;
}

.show-mobile {
  display: none;
}

@media screen and (max-width: 768px), (orientation: portrait) {
  .hide-mobile {
    display: none !important;
  }
  .show-mobile {
    display: block !important;
  }
  .menu-mobile {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
  .is-artisan .artisans-header-mobile, .is-artisans .artisans-header-mobile {
    display: block !important;
  }
  .is-artisan .creations-footer-mobile, .is-artisans .creations-footer-mobile {
    display: block !important;
  }
  .is-artisan .creations-header-mobile, .is-artisan .artisans-footer-mobile, .is-artisans .creations-header-mobile, .is-artisans .artisans-footer-mobile {
    display: none;
  }
  .is-creations .creation-header-mobile, .is-creation-project .creation-header-mobile, .is-about .creation-header-mobile, .is-legal .creation-header-mobile {
    display: block !important;
  }
  .is-creations .artisans-footer-mobile, .is-creation-project .artisans-footer-mobile, .is-about .artisans-footer-mobile, .is-legal .artisans-footer-mobile {
    display: block !important;
  }
  .is-creations .artisans-header-mobile, .is-creations .creations-footer-mobile, .is-creation-project .artisans-header-mobile, .is-creation-project .creations-footer-mobile, .is-about .artisans-header-mobile, .is-about .creations-footer-mobile, .is-legal .artisans-header-mobile, .is-legal .creations-footer-mobile {
    display: none;
  }
}/*# sourceMappingURL=index.css.map */