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

@font-face {
  font-family: "Neue Haas Grotesk Display Pro";
  src: url("./fonts/NeueHaasDisplay-Bold.woff2") format("woff2"), url("./fonts/NeueHaasDisplay-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ABC Arizona Mix";
  src: url("./fonts/ABCArizonaMix-Medium.woff2") format("woff2"), url("./fonts/ABCArizonaMix-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --color-home: #fffdfb;
  --light-color: #fffdfb;
  --bg: #fffdfb;
}

html {
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  color: --color-home;
  padding: 15px;
  font-size: 14px;
}

img {
  width: 100%;
}

picture {
  width: 100%;
}

body {
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  background-color: var(--bg);
  font-weight: 700;
  font-size: 15px;
}

li {
  list-style: none;
}

a {
  color: var(--color-home);
  text-decoration: none;
}

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

strong,
b {
  font-weight: 700;
}

small {
  font-size: inherit;
}

body.no-scroll {
  overflow: hidden;
}

.show-mobile {
  display: none;
}

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

h3 {
  font-size: 12px;
}

button {
  cursor: pointer;
}

.animate-text {
  white-space: pre-wrap;
  padding-top: 0px;
  display: flex;
  flex-direction: column;
  padding-right: 10px;
  margin-top: -2px;
}
.animate-text p {
  line-height: 1.1em;
}

.animate-text span {
  display: inline-block;
  opacity: 0;
}

.show-sm {
  display: none;
}

.col-1 {
  width: 11.1111111111%;
}

.col-2 {
  width: 22.2222222222%;
}

.col-3 {
  width: 33.3333333333%;
}

.col-4 {
  width: 44.4444444444%;
}

.col-5 {
  width: 55.5555555556%;
}

.col-6 {
  width: 66.6666666667%;
}

.col-7 {
  width: 77.7777777778%;
}

.col-8 {
  width: 88.8888888889%;
}

.col-9 {
  width: 100%;
}

.l-0 {
  left: 0;
}

.l-1 {
  left: 11.1111111111%;
}

.l-2 {
  left: 22.2222222222%;
}

.l-3 {
  left: 33.3333333333%;
}

.l-4 {
  left: 44.4444444444%;
}

.l-5 {
  left: 55.5555555556%;
}

.l-6 {
  left: 66.6666666667%;
}

.l-7 {
  left: 77.7777777778%;
}

.l-8 {
  left: 88.8888888889%;
}

.l-9 {
  left: 100%;
}

@media (min-width: 960px) and (max-width: 1280px) {
  .col-md-1 {
    max-width: 11.1111111111%;
    width: auto;
  }
  .col-md-2 {
    max-width: 22.2222222222%;
    width: auto;
  }
  .col-md-3 {
    max-width: 33.3333333333%;
    width: auto;
  }
  .col-md-4 {
    max-width: 44.4444444444%;
    width: auto;
  }
  .col-md-5 {
    max-width: 55.5555555556%;
    width: auto;
  }
  .col-md-6 {
    max-width: 66.6666666667%;
    width: auto;
  }
  .col-md-7 {
    max-width: 77.7777777778%;
    width: auto;
  }
  .col-md-8 {
    max-width: 88.8888888889%;
    width: auto;
  }
  .col-md-9 {
    max-width: 100%;
    width: auto;
  }
}
@media (min-width: 2000px) {
  body {
    font-size: 16px;
  }
  .col-xl-1 {
    width: 11.1111111111%;
  }
  .col-xl-2 {
    width: 22.2222222222%;
  }
  .col-xl-3 {
    width: 33.3333333333%;
  }
  .col-xl-4 {
    width: 44.4444444444%;
  }
  .col-xl-5 {
    width: 55.5555555556%;
  }
  .col-xl-6 {
    width: 66.6666666667%;
  }
  .col-xl-7 {
    width: 77.7777777778%;
  }
  .col-xl-8 {
    width: 88.8888888889%;
  }
  .col-xl-9 {
    width: 100%;
  }
}
@media screen and (min-width: 2500px) {
  body {
    font-size: 17px;
  }
}
@media screen and (max-width: 480px) {
  body {
    font-size: 16px;
  }
}
@media (max-width: 960px) {
  * {
    font-size: 12px;
  }
  body {
    font-size: 12px;
    line-height: 1.1em;
  }
  .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%;
  }
  .hide-sm {
    display: none !important;
  }
  .show-sm {
    display: block !important;
  }
}
/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}
header {
  position: fixed;
  top: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 10px;
  left: 0;
  z-index: 10002;
  flex-wrap: wrap;
}
header .header-text {
  position: relative;
}
header .introduction {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1.1em;
  padding: 0 10px;
  padding-left: 0;
}

header button.main-menu__button,
.project-header button.main-menu__button {
  background: none;
  border: none;
  cursor: pointer;
  font-weight: bold;
  font-size: 1em;
  padding-top: 1em;
  opacity: 0.3;
  margin-right: 10px;
}
header button.main-menu__button.is-active,
.project-header button.main-menu__button.is-active {
  margin-top: 0;
  opacity: 1;
  padding-bottom: 1em;
  padding-top: 0;
}
header button.main-menu__button:last-of-type,
.project-header button.main-menu__button:last-of-type {
  margin-right: 0;
}

.language-switch {
  margin-left: 10px;
}
.language-switch li {
  display: inline;
  text-transform: capitalize;
}

.introduction.project-header {
  width: auto;
}
.introduction.project-header h2 {
  margin-right: 10px;
  margin-top: 1em;
}

.list-pages {
  display: flex;
}
.list-pages .page {
  font-size: 1em;
  margin-top: 1em;
  opacity: 0.3;
  margin-right: 10px;
}
.list-pages .page.is-active {
  margin-top: 0;
  opacity: 1;
}
.list-pages .page.is-active a {
  padding-bottom: 1em;
}
.list-pages .page:last-of-type {
  margin-right: 0;
}

.main-menu__nav {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.mid-menu {
  position: fixed;
  padding: 10px;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  z-index: 100;
}

.logo {
  position: fixed;
  left: 55.555%;
  display: flex;
  top: 50%;
  transform: translateY(-50%);
  justify-content: center;
  z-index: 10012;
}
.logo a {
  color: inherit;
}
.logo h1 {
  font-size: 1em;
  font-family: "ABC Arizona Mix", serif;
  letter-spacing: 0.075em;
  height: 2em;
  text-transform: uppercase;
  text-align: center;
  display: flex;
  font-weight: normal;
  line-height: 1em;
  color: inherit;
}
.logo h1 span {
  margin-bottom: 0;
  display: inline-block;
  margin-right: 0.2em;
  margin-top: 1em;
}
.logo h1 span:nth-of-type(2) {
  margin-bottom: 1em;
  margin-right: 0.2em;
  align-self: flex-end;
}
.logo h1.is-faded {
  opacity: 0.35;
}

.projects-template .logo {
  color: black;
  left: 33.3333%;
}

.anim .logo {
  z-index: 10012;
}

.introduction {
  transition: opacity 0.3s;
}

.introduction.is-faded {
  opacity: 0.35;
}

.texture {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100000;
  mix-blend-mode: multiply;
}
.texture picture {
  width: 100%;
  height: 100%;
  display: block;
  background-color: var(--color-home);
  opacity: 0;
}
.texture picture.texture-loaded {
  opacity: 1;
}
.texture picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  mix-blend-mode: screen;
}

header button.main-menu__button:hover,
.project-header button.main-menu__button:hover {
  margin-top: 0;
  cursor: pointer;
  opacity: 1;
}
header button.main-menu__button:hover a,
.project-header button.main-menu__button:hover a {
  padding-bottom: 1em;
}

.list-pages .page:hover {
  opacity: 1;
}

.projects-template .logo span {
  transition: margin 0.5s ease;
}
.projects-template .logo.logo-invert span {
  transition: margin 0.5s ease;
  margin-top: 0;
  margin-bottom: 1em;
}
.projects-template .logo.logo-invert span:nth-of-type(2) {
  margin-bottom: 0em;
  margin-right: 0.2em;
}

@media screen and (max-width: 768px) {
  .main-menu__nav {
    justify-content: flex-end;
  }
  .introduction {
    margin-top: 0.5em;
    padding-right: 0;
  }
  .logo {
    left: 0;
  }
  .projects-template .logo {
    left: 0;
    transition: color 0.3s ease 0.5s;
    color: var(--color-home);
  }
  .projects-template .logo span {
    transition: all 0.5s ease;
  }
  .projects-template .logo.logo-invert span {
    transition: all 0.5s ease;
    margin-top: 0;
    margin-bottom: 1em;
  }
  .projects-template .logo.logo-invert span:nth-of-type(2) {
    margin-bottom: 0em;
    margin-right: 0.2em;
  }
  .logo.is-faded-mobile {
    opacity: 0.15;
    z-index: -1;
  }
  header {
    z-index: 10003;
  }
  .layer--active {
    z-index: 10002;
  }
  .list-pages .page {
    font-size: 1em;
    margin-top: 1em;
    opacity: 0.3;
    margin-right: 5px;
  }
  .language-switch {
    margin-left: 5px;
  }
}
footer {
  grid-column: span 9;
  width: calc(100vw - var(--scrollbar-width, 0px));
  margin-top: 200px;
  padding: 0 15px;
  margin-bottom: 5px;
}
footer a {
  padding: 0 10px;
}
footer .row {
  justify-content: flex-end;
}
footer .nav-flex .row.col-sm-12 {
  justify-content: space-between;
}

.vases-template footer .row {
  padding-left: 4px;
}

@media (max-width: 768px) {
  footer {
    margin-bottom: 0;
  }
  footer .l-4 {
    left: 0;
  }
  .vases-template footer .row {
    padding-left: 0px;
  }
  footer {
    grid-column: span 9;
    margin-top: 200px;
    padding: 0 10px;
  }
  footer .row.nav-flex {
    width: 100%;
  }
  footer a {
    padding: 0;
  }
  footer .footer-link:nth-of-type(2) {
    text-align: center;
    width: auto;
  }
  footer .footer-link:nth-of-type(3) {
    width: auto;
  }
  footer .row {
    justify-content: space-between;
  }
  footer .footer-link {
    width: auto;
  }
}
.app-container {
  position: relative;
  color: var(--color-home);
  background: #ffffff;
}

.prehome {
  position: fixed;
  inset: 0;
  z-index: 10010;
  opacity: 1;
  transition: opacity 0.4s ease;
}
.prehome .prehome-bg {
  position: absolute;
  inset: 0;
  background: white;
}
.prehome .prehome-bg picture {
  position: absolute;
  inset: 0;
  display: block;
  background: var(--color-home);
}
.prehome .prehome-bg picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  mix-blend-mode: screen;
  display: block;
}

.skip-prehome .prehome {
  opacity: 0;
  pointer-events: none;
}

.skip-prehome .prehome-bg {
  opacity: 0;
}

.skip-prehome .logo {
  color: var(--color-home);
}
@media screen and (min-width: 768px) {
  .skip-prehome .logo {
    left: 55.5555%;
  }
}

.skip-prehome .logo-title span {
  transform: none;
}

.skip-prehome .projects-template .logo span {
  transition: margin 0.2s ease;
}
.skip-prehome .projects-template .logo.logo-invert span {
  transition: margin 0.2s ease;
  margin-top: 1em;
  margin-bottom: 0;
}
.skip-prehome .projects-template .logo.logo-invert span:nth-of-type(2) {
  margin-bottom: 1em;
  margin-right: 0.2em;
  margin-top: 0;
}

.col-cat {
  top: 50%;
  transform: translateY(-50%);
  position: fixed;
  padding: 0 10px;
}
.col-cat button {
  display: block;
  text-align: left;
}
.col-cat button.is__dimmed {
  color: var(--light-color);
}

.project-grid {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  padding: 0 0;
  grid-auto-rows: min-content;
  padding-top: 8vw;
  padding-bottom: 8vw;
  min-height: 100vh;
  min-height: 100dvh;
  min-height: calc(var(--vh, 1vh) * 100);
}
.project-grid__item {
  grid-column: span 2;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.project-grid__item img {
  width: 100%;
  display: block;
  aspect-ratio: 73/50;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.project-grid__item.is-dimmed {
  opacity: 0.05;
}
.project-grid__item:nth-of-type(4n + 1) {
  grid-column-start: 2;
}
.project-grid__item:nth-of-type(4n + 2) {
  grid-column-start: 4;
}
.project-grid__item:nth-of-type(4n + 3) {
  grid-column-start: 6;
}
.project-grid__item:nth-of-type(4n) {
  grid-column-start: 8;
}
.project-grid__item:nth-of-type(4n):after {
  display: block;
  content: "";
  aspect-ratio: 73/50;
}
.project-grid__item.vase-item:nth-of-type(4n) {
  grid-column-start: 8;
}
.project-grid__item.vase-item:nth-of-type(4n):after {
  display: none;
}
.project-grid__item img:hover {
  transform: scale(3);
}
.project-grid__item.vase-item img {
  width: 100%;
  display: block;
  aspect-ratio: 2/3;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.project-grid__item.vase-item img:hover {
  transform: scale(1.3);
}
.project-grid__item.vase-item picture.cover-img {
  background-color: transparent;
}
.project-grid__item.item-presse {
  padding: 0 14.5%;
}
.project-grid__item.item-presse img {
  width: 100%;
  display: block;
  aspect-ratio: 3/4;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.project-grid__item.item-presse img:hover {
  transform: none;
}

.projects-template .project-grid {
  padding-top: calc(50vh - 11.4155251142vw);
  padding-bottom: 15px;
}

.project-grid.presse {
  padding-top: 14.8vw;
}

.projects-grid,
.project-index {
  position: fixed;
  inset: 0;
  transition: opacity 0.4s ease, z-index 0s linear 0.4s;
  opacity: 0;
  z-index: 1;
  pointer-events: none;
  height: 100vh;
  height: 100dvh;
  height: calc(var(--vh, 1vh) * 100);
  overflow: auto;
  top: 0;
  left: 0;
  background-color: transparent;
  padding-bottom: 10px;
  overflow-x: hidden;
}

.project-grid__spacer {
  height: 0;
}

.layer--active {
  opacity: 1;
  z-index: 10;
  pointer-events: auto;
  transition: all 0.4s ease, z-index 0s;
  z-index: 10001;
}

.layer--inactive {
  opacity: 0.3;
  z-index: 0;
  pointer-events: none;
}
.layer--inactive .project-grid__item {
  opacity: 0.2333;
}

section + section {
  margin-top: 0;
}

.is-faded {
  opacity: 0.5;
}

.is-active,
.is-faded.is-active {
  opacity: 1;
}

.portrait {
  position: fixed;
  bottom: 0;
  left: 0;
  width: auto;
  height: calc(50vh - 2em);
  z-index: 100;
  background-color: var(--bg);
  transition: all 0.3s ease;
}
.portrait.is-contact-visible {
  opacity: 0.3;
  z-index: 10;
}
.portrait .portrait__img {
  width: auto;
  height: 100%;
  transition: all 0.3s ease;
}
.portrait .portrait__img img {
  height: 100%;
  width: auto;
}
.portrait .portrait__img.is-contact-visible {
  opacity: 0.3;
}

[x-cloak] {
  display: none !important;
}

.flex-holder {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
}

.filters-menu {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.filters-menu .buttons {
  display: flex;
  gap: 0.5rem;
}
.filters-menu button {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
.filters-menu .circle {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s linear;
}
.filters-menu #spring-button .circle .cls-1 {
  background-color: #fde38e;
}
.filters-menu #fall-button .circle .cls-1 {
  background-color: #e5dfd3;
}
.filters-menu #red-button .circle .cls-1 {
  background-color: #dc8e68;
}
.filters-menu #brown-button .circle .cls-1 {
  background-color: #736a66;
}
.filters-menu #white-button .circle .cls-1 {
  background-color: #e5dfd3;
}
.filters-menu button.is-hovered .circle,
.filters-menu button.is-active .circle {
  transform: scale(1.5);
}
.filters-menu button.is-shrunk .circle {
  transform: scale(0.5);
}
.filters-menu button.is-shrunk.is-hovered {
  transform: scale(2.5);
}
.filters-menu .legend {
  margin-left: 1rem;
  min-width: 120px;
}

.vase-item .project-grid__image.hover-img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.vase-item:hover .hover-img {
  opacity: 1;
  z-index: 2100;
}

.project-grid__item {
  position: relative;
}

.presse .project-grid__item.is-hovered {
  opacity: 1;
  z-index: 10;
}

.presse.layer--inactive .project-grid__item:not(.is-hovered) {
  opacity: 0.3;
  transition: opacity 0.3s;
}

.project-index.layer--inactive {
  opacity: 0.23;
}

.project-index {
  padding: 15px;
}
.project-index__preview {
  padding: 0;
}
.project-index__preview-image {
  max-width: 100%;
  height: auto;
  display: block;
}
.project-index .row-table {
  min-height: 100%;
  display: flex;
  align-items: flex-end;
}
.project-index table {
  width: 100%;
  margin-top: 60vh;
  border-spacing: 0;
}
.project-index table .proj-title {
  width: 50%;
}
.project-index table .proj-location {
  width: 25%;
}
.project-index table .proj-date {
  width: 25%;
}
.project-index table tr {
  cursor: pointer;
}
.project-index table tr:hover td {
  padding-left: 30px;
}
.project-index table th {
  text-align: left;
  font-weight: bold;
  font-size: 1em;
  position: relative;
  cursor: pointer;
  padding: 0 10px;
  opacity: 0.3;
  white-space: nowrap;
}
.project-index table th span {
  opacity: 0;
}
.project-index table th.is-active span {
  opacity: 1;
}
.project-index table th:first-of-type {
  width: 66%;
}
.project-index table th:nth-of-type(2) {
  width: 25%;
}
.project-index table th:nth-of-type(3) {
  width: 25%;
}
.project-index table th.is-active {
  opacity: 1;
}
.project-index table.vases-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.project-index table.vases-table tr > *:nth-child(2),
.project-index table.vases-table tr > *:nth-child(3) {
  width: 12ch;
  min-width: 12ch;
  max-width: 12ch;
  white-space: nowrap;
}
.project-index table.vases-table tr > *:nth-child(4) {
  width: 9ch;
  min-width: 9ch;
  max-width: 9ch;
  white-space: nowrap;
}
.project-index table.vases-table tr > *:first-child {
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
}
.project-index table td {
  padding: 0 10px;
}
.project-index .img-holder {
  position: relative;
  width: auto;
  display: inline-block;
  height: 100%;
}
.project-index .img-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 18px;
  position: relative;
}
.project-index .colors {
  height: 18px;
  display: flex;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}
.project-index .colors .color-swatch {
  height: 100%;
  display: block;
  flex: 1;
}
.project-index .project-index__preview {
  position: fixed;
  bottom: 0;
  left: 0;
  padding-top: 15vh;
  width: 44.4444444444%;
  height: 100%;
}
.project-index .project-index__preview picture {
  width: 100%;
  height: auto;
}
.project-index .project-index__preview img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left bottom;
     object-position: left bottom;
  width: auto;
  height: 100%;
  display: block;
  line-height: 0;
}

.project-grid__preview--hover {
  position: fixed;
  bottom: 0;
  top: 50vh;
  padding-top: 20px;
  width: 22.222%;
  height: auto;
}
.project-grid__preview--hover picture {
  width: 100%;
  height: auto;
}
.project-grid__preview--hover .img-holder {
  position: relative;
  width: auto;
  display: flex;
  height: 100%;
  justify-content: flex-end;
}
.project-grid__preview--hover .img-wrapper {
  height: 100%;
  display: flex;
  padding-bottom: 0;
  width: -moz-fit-content;
  width: fit-content;
}
.project-grid__preview--hover img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left bottom;
     object-position: left bottom;
  width: auto;
  height: 100%;
  display: block;
}
.project-grid__preview--hover.is-right {
  right: 0;
  left: unset;
}
.project-grid__preview--hover.is-right img {
  -o-object-position: right bottom;
     object-position: right bottom;
}
.project-grid__preview--hover.is-left {
  left: 0;
  right: unset;
}
.project-grid__preview--hover.is-left .img-holder {
  justify-content: flex-start;
}

.project-grid.presse.layer--inactive {
  opacity: 1;
  z-index: 0;
  pointer-events: none;
}

.img-wrapper.wrap-collection {
  padding-bottom: 0;
}
.img-wrapper.wrap-collection picture {
  height: auto;
  max-height: 100%;
}

.info-text {
  display: block;
}

.info-text.truncated {
  max-height: 3.5em;
  overflow: hidden;
}

.logo,
header .header-text {
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.is-hidden {
  opacity: 0;
  transform: translateY(-8px);
  pointer-events: none;
}

@media screen and (max-width: 1360px) {
  body {
    font-size: 14px;
  }
  .project-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    padding: 0 0;
    grid-auto-rows: auto;
    padding-top: 8vw;
    padding-bottom: 8vw;
  }
  .project-grid__item {
    grid-column: span 1;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
  }
  .project-grid__item img {
    width: 100%;
    display: block;
    aspect-ratio: 73/50;
    -o-object-fit: cover;
       object-fit: cover;
    transition: all 0.3s ease-in-out;
  }
  .project-grid__item.is-dimmed {
    opacity: 0.05;
  }
  .project-grid__item:nth-of-type(3n + 1) {
    grid-column-start: 2;
  }
  .project-grid__item:nth-of-type(3n + 2) {
    grid-column-start: 4;
  }
  .project-grid__item:nth-of-type(3n + 3) {
    grid-column-start: 6;
  }
  .project-grid__item:nth-of-type(3n) {
    grid-column-start: 6;
  }
  .project-grid__item:nth-of-type(3n):after {
    display: block;
    content: "";
    aspect-ratio: 73/50;
  }
  .project-grid__item.vase-item:nth-of-type(4n) {
    grid-column-start: 2;
  }
  .project-grid__item.vase-item:nth-of-type(4n):after {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .project-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    padding: 0 0;
    grid-auto-rows: auto;
    padding-top: 8vw;
    padding-bottom: 8vw;
  }
  .project-grid__item {
    grid-column: span 1;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
  }
  .project-grid__item img {
    width: 100%;
    display: block;
    aspect-ratio: 73/50;
    -o-object-fit: cover;
       object-fit: cover;
    transition: all 0.3s ease-in-out;
  }
  .project-grid__item.is-dimmed {
    opacity: 0.05;
  }
  .project-grid__item:nth-of-type(2n + 1) {
    grid-column-start: 2;
  }
  .project-grid__item:nth-of-type(2n + 2) {
    grid-column-start: 4;
  }
  .project-grid__item:nth-of-type(2n + 3) {
    grid-column-start: 2;
  }
  .project-grid__item:nth-of-type(2n) {
    grid-column-start: 4;
  }
  .project-grid__item:nth-of-type(2n):after {
    display: block;
    content: "";
    aspect-ratio: 73/50;
  }
  .project-grid__item.vase-item:nth-of-type(4n) {
    grid-column-start: 4;
  }
  .project-grid__item.vase-item:nth-of-type(4n):after {
    display: none;
  }
}
.legend-mobile {
  display: none;
  justify-content: space-between;
}

.project-index .img-wrapper {
  height: 100%;
  display: flex;
  padding-bottom: 0;
}

.introduction button span,
.introduction a span {
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}
.introduction button span:hover,
.introduction a span:hover {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .project-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 0 0;
    grid-auto-rows: auto;
    padding-top: 8vw;
    padding-bottom: 8vw;
  }
  .project-grid__item {
    grid-column: span 1;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
  }
  .project-grid__item img {
    width: 100%;
    display: block;
    aspect-ratio: 73/50;
    -o-object-fit: cover;
       object-fit: cover;
    transition: all 0.3s ease-in-out;
  }
  .project-grid__item.is-dimmed {
    opacity: 0.05;
  }
  .project-grid__item:after {
    display: block;
    content: "";
    aspect-ratio: 73/50;
  }
  .project-grid__item:nth-of-type(n) {
    grid-column-start: 2;
  }
  .vases-template .project-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 0 0;
    grid-auto-rows: auto;
    padding-top: 8vw;
    padding-bottom: 8vw;
    margin-top: 33vw;
    grid-gap: 20px;
  }
  .vases-template .project-grid__item {
    grid-column: span 1;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    padding: 0 10px;
  }
  .vases-template .project-grid__item img {
    width: 100%;
    display: block;
    aspect-ratio: 2/3;
    -o-object-fit: cover;
       object-fit: cover;
    transition: all 0.3s ease-in-out;
  }
  .vases-template .project-grid__item.is-dimmed {
    opacity: 0.05;
  }
  .vases-template .project-grid__item:after {
    display: none;
    content: "";
    aspect-ratio: 2/3;
  }
  .vases-template .project-grid__item:first-of-type {
    grid-column-start: 1;
  }
  .vases-template .project-grid__item:nth-of-type(2n) {
    grid-column-start: 2;
  }
  .vases-template .project-grid__item:nth-of-type(2n + 1) {
    grid-column-start: 1;
  }
  .prehome .prehome-bg picture {
    background-color: var(--color-home);
    display: block;
    height: 100%;
  }
  .project-index table {
    width: 100%;
    margin-top: 50vh;
    margin-top: 50dvh;
    margin-top: calc(var(--vh, 1vh) * 50);
    border-spacing: 0;
    margin-left: -10px;
    margin-right: -10px;
    overflow-x: hidden;
  }
  .introduction-mobile {
    margin-top: 35px;
  }
  .legend-mobile {
    display: flex;
    width: 100%;
    position: fixed;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    padding: 10px;
  }
  .projects-template .project-grid,
  .about-template .project-grid {
    padding-top: calc(33vh - 11.4155251142vw);
    padding-bottom: 15px;
  }
  html {
    padding: 10px;
  }
  .project-index {
    padding: 10px;
  }
  .vases-template .texture {
    z-index: 100001;
    mix-blend-mode: normal;
    width: 80%;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .vases-template .texture picture {
    width: 100%;
    margin-left: 0;
    height: auto;
    display: block;
    background-color: transparent;
  }
  .vases-template .texture picture img {
    width: 100%;
    height: auto;
    max-height: 75vh;
    max-height: 75dvh;
    max-height: calc(var(--vh, 1vh) * 75);
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
    mix-blend-mode: normal;
  }
  .project-grid__item.vase-item img:hover {
    transform: scale(1.2);
  }
}
.contact-overlay,
.legal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(255, 253, 251, 0.9176470588);
  z-index: 1000000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  right: 0;
  top: 0;
  padding: 10px;
  left: unset;
}
.contact-overlay__content,
.legal-overlay__content {
  max-width: 100vw;
  max-height: 100vh;
  overflow: auto;
}

.legal-overlay {
  z-index: 1000000;
  justify-content: flex-start;
  background: transparent;
  line-height: 1.1em;
  align-items: flex-end;
  height: 100%;
  width: 100%;
}
.legal-overlay h2 {
  font-size: 1em;
  font-weight: normal;
  margin-bottom: 1em;
}
.legal-overlay p + p {
  margin-top: 1em;
}
.legal-overlay p + h3 {
  margin-top: 1em;
}
.legal-overlay h3 {
  text-transform: none;
  margin-bottom: 1em;
  font-size: 1em;
}
.legal-overlay__content {
  height: calc(100vh - 20px);
  height: calc(100dvh - 20px);
  padding-left: 0;
  background-color: rgba(255, 253, 251, 0.8745098039);
}

.projects-grid.presse .project-grid__item.item-presse picture {
  background-color: white;
}

.projects-grid.presse.has-hover .project-grid__item.item-presse {
  background-color: white;
}
.projects-grid.presse.has-hover .project-grid__item.item-presse picture {
  background-color: white;
}
.projects-grid.presse.has-hover .project-grid__item.item-presse img {
  opacity: 0.3;
}
.projects-grid.presse.has-hover .project-grid__item.item-presse:hover img {
  opacity: 1;
}

#form-contact {
  width: 100%;
}

.form-header {
  text-align: center;
  width: 100%;
  padding: 8px;
  padding-left: 0px;
  margin-left: -3px;
}

.text-about {
  z-index: 1000000;
}

.form-part-1,
.form-part-2 {
  text-align: center;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  position: relative;
}

.uniform__potty {
  position: absolute;
  left: -9999px;
}

.form {
  padding: 0;
  width: 100%;
  font-size: 14px;
}

.form-columns {
  display: flex;
  justify-content: space-between;
}
.form-columns.flex-end {
  justify-content: flex-end;
}
.form-columns.flex-end .form-column {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex: none;
}
.form-columns .form-column:first-of-type {
  padding-left: 0;
}
.form-columns .form-column:last-of-type {
  padding-right: 0;
}

.form-column {
  flex: 1;
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
}

#form-footer .row {
  align-items: stretch;
}
#form-footer .col-form .button-row {
  width: 100%;
  position: static;
  bottom: 25px;
  margin-bottom: 0;
  margin-top: 25px;
}

.logo-form {
  width: 188px;
  height: 116px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
.logo-form svg {
  width: 100%;
  fill: #492316;
}

.text-form {
  text-align: center;
  color: var(--color-home);
}

.title-form {
  font-size: 30px;
  line-height: 0.9em;
  text-align: center;
  color: var(--color-home);
}

button.btn {
  background: transparent 0% no-repeat padding-box;
  border: 1px solid var(--color-home);
  padding: 10px 18px;
  padding-top: 7px;
  border-radius: 20px;
  text-transform: lowercase;
  line-height: 0.8em;
  width: auto;
  font: normal normal normal 14px/14px "Neue Haas Grotesk Display Pro";
  color: var(--color-home);
  opacity: 1;
  cursor: pointer;
  transition: all 0.2s;
}
button.btn:hover {
  background-color: var(--color-home);
  color: #492316;
}
button.btn:hover svg {
  fill: #492316;
}
button.btn svg {
  fill: var(--color-home);
}

input[type=text],
input[type=email],
textarea {
  padding: 8px 0;
  width: 100%;
  border: none;
  border-bottom: 1px solid var(--color-home);
  box-sizing: border-box;
  background-color: transparent;
  margin-bottom: 8px;
  color: var(--color-home);
  font-size: 14px;
  -webkit-appearance: none;
  font-family: "Neue Haas Grotesk Display Pro", serif;
  border-radius: 0;
  letter-spacing: normal;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, textarea::-moz-placeholder {
  font-weight: bold;
  color: var(--color-home);
  font-size: 14px;
  font-family: "Neue Haas Grotesk Display Pro", serif;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
textarea::placeholder {
  font-weight: bold;
  color: var(--color-home);
  font-size: 14px;
  font-family: "Neue Haas Grotesk Display Pro", serif;
}
input[type=text]:focus, input[type=text]:active,
input[type=email]:focus,
input[type=email]:active,
textarea:focus,
textarea:active {
  outline: none;
  border-bottom: 1px solid var(--color-home);
}

label {
  text-transform: lowercase;
}

.radios label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  display: inline-block;
  line-height: 20px;
}
.radios label:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 10px;
  width: 13px;
  height: 13px;
  border: 1px solid var(--color-home);
  border-radius: 50%;
  background-color: transparent;
  box-sizing: border-box;
}
.radios label:after {
  content: "";
  position: absolute;
  top: 7px;
  left: 13px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: var(--color-home);
  opacity: 0;
  transition: opacity 0.2s;
}
.radios input[type=radio] {
  opacity: 0;
  position: absolute;
}
.radios input[type=radio]:checked + label:after {
  opacity: 1;
}

.button-row {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}

.form-container {
  position: relative;
}
.form-container #message.form-success-message {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
}
.form-container #message.form-success-message[x-cloak] {
  display: none;
}
.form-container #message.form-success-message p {
  font-size: 1em;
}

#message {
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
}

.contact-form .button-row button[disabled] {
  opacity: 0.6;
  cursor: not-allowed;
}

/* spinner pendant l'envoi */
.contact-form .button-row button.is-loading {
  position: relative;
  pointer-events: none;
}

.contact-form .button-row button.is-loading::after {
  content: "";
  position: absolute;
  right: 1rem;
  top: 50%;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  border-radius: 50%;
  border: 2px solid currentColor;
  border-top-color: transparent;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
/* flash/pulse au succès */
.contact-form .button-row button.is-flash {
  animation: flash 0.8s ease-in-out 2;
}

@keyframes flash {
  0%, 100% {
    transform: none;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
  50% {
    transform: scale(1.03);
    box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.06);
  }
}
/* shake en erreur */
.contact-form .button-row button.is-error {
  animation: shake 420ms ease-in-out 1;
}

@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  20% {
    transform: translateX(-6px);
  }
  40% {
    transform: translateX(6px);
  }
  60% {
    transform: translateX(-4px);
  }
  80% {
    transform: translateX(4px);
  }
}
.button-row .label-loading {
  display: none;
}

.button-row button.is-loading .label {
  display: none;
}

.button-row button.is-loading .label-loading {
  display: inline;
}

/* optionnel mais conseillé */
.button-row button[disabled] {
  opacity: 0.6;
  cursor: not-allowed;
}

.introduction p:last-of-type {
  display: inline;
}

.introduction button {
  display: inline;
}

.introduction {
  transition: none !important;
}

.introduction.is-faded {
  opacity: 0;
  transition: none;
}

.text-about {
  top: 0;
  padding-top: 10px;
  transition: none !important;
}

.footer-contact {
  position: fixed;
  bottom: 10px;
  left: 0;
  width: 100%;
  z-index: 1000000;
}

.about-template .logo {
  z-index: 10010;
}

.content-legal {
  line-height: 1.1em;
}
.content-legal p + p {
  margin-top: 1em;
}
.content-legal p + h3 {
  margin-top: 1em;
}
.content-legal h3 {
  text-transform: none;
  margin-bottom: 1em;
  font-size: 24px;
}

.contact-row {
  margin-bottom: 1em;
}

.legal-overlay footer {
  position: absolute;
  bottom: 0;
  left: -10px;
  width: 100%;
  padding: 10px;
}

.project-grid.presse.layer--inactive footer {
  opacity: 0.3;
}

.about-menu button:hover,
.about-menu a:hover {
  padding-left: 1em;
}

@media (max-width: 768px) {
  .about-menu {
    position: fixed;
    width: 100%;
    left: 0;
  }
  .about-menu-2 {
    top: 33.3333%;
  }
  .about-menu-2 .col-cat {
    position: static;
  }
  .about-menu-1 {
    top: 66.6666%;
  }
  .about-menu-1 .col-cat {
    position: static;
  }
  .project-grid__item.item-presse {
    padding: 0 10px;
  }
  .fullpres-mobile {
    position: fixed;
    top: 35px;
    left: 0;
    width: 100%;
    height: calc(100vh - 35px);
    height: calc(100dvh - 35px);
    height: calc(var(--vh, 1vh) * 100 - 35px);
    padding: 10px;
    background: rgba(255, 255, 255, 0.8);
    z-index: 1000000;
    padding: 0;
    overflow: auto;
  }
  .fullpres-mobile .text-about {
    position: relative;
    height: auto;
  }
  .fullpres-mobile p {
    font-size: 21px;
  }
  .fullpres-mobile .portrait {
    position: relative;
    width: 50%;
    height: auto;
    z-index: 100;
  }
  .fullpres-mobile .portrait picture {
    width: 100%;
    height: auto;
    line-height: 0;
    display: block;
  }
  .fullpres-mobile .portrait img {
    width: 100%;
    height: auto;
    line-height: 0;
  }
  .legal-overlay,
  .contact-overlay {
    padding: 10px;
    background-color: rgba(255, 253, 251, 0.8745098039);
    position: fixed;
    top: 0;
    margin-top: 0;
  }
  .legal-overlay .close-button,
  .contact-overlay .close-button {
    margin-right: 0;
  }
  .legal-overlay__content {
    height: calc(100vh - 20px);
    height: calc(100dvh - 20px);
    padding-left: 0px;
    background-color: transparent;
  }
  .contact-overlay {
    position: fixed;
    top: 0;
    margin-top: 0;
    height: 100vh;
    height: 100dvh;
    height: calc(var(--vh, 1vh) * 100);
  }
  .contact-overlay .close-button {
    position: absolute;
    top: 10px;
    right: 10px;
  }
  #message {
    line-height: 1.1em;
    font-size: 12px;
  }
  .about-template .text-about {
    left: 0;
    top: 45px;
    height: calc(100vh - 45px);
    height: calc(100dvh - 45px);
    padding-bottom: 10px;
  }
  .portrait.portrait-mobile {
    width: 70%;
    position: relative;
    display: block;
    margin-top: 1em;
    height: auto;
  }
  .portrait .portrait__img {
    width: 100%;
    height: auto;
    transition: all 0.3s ease;
    line-height: 0;
  }
  .portrait .portrait__img img {
    height: auto;
    width: 100%;
    line-height: 0;
  }
}
.project-overlay {
  position: fixed;
  inset: 0;
  background: rgba(255, 253, 251, 0.93);
  z-index: 1000000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.project-overlay__content {
  max-width: 100vw;
  max-height: 100vh;
}

.project-texture {
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  mix-blend-mode: multiply;
}
.project-texture picture {
  display: block;
  background-color: var(--color-home);
  height: 100%;
  opacity: 0;
  width: 100%;
}
.project-texture picture.texture-loaded {
  opacity: 1;
}
.project-texture img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  -o-object-position: center;
     object-position: center;
  mix-blend-mode: screen;
}

.cover-img {
  background-color: var(--color-home);
  display: block;
}

.project-header {
  display: flex;
  justify-content: space-between;
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  padding: 10px;
  z-index: 100001;
}
.project-header h2 {
  font-size: 1em;
  font-weight: 700;
}
.project-header .menu-p {
  opacity: 0.3;
  margin-right: 10px;
  position: relative;
}
.project-header .menu-p.active {
  margin-top: 1em;
}
.project-header button.main-menu__button.is-active {
  opacity: 0.3;
}

.vase_overlay__content .project-header .col-title-project .project-header__title:after {
  content: " ";
  display: none;
}

.project-gallery.is-dimmed .swiper-slide {
  background-color: white;
}

.project-gallery.is-dimmed .swiper-slide img {
  opacity: 0.25;
  filter: grayscale(20%);
  transition: opacity 0.2s ease, filter 0.2s ease;
}

.project-overlay__content {
  width: 100%;
}

.project-gallery {
  height: 100vh;
  padding-top: 70px;
  padding-bottom: 18px;
  z-index: 10000;
  width: 100%;
}
.project-gallery .swiper {
  height: 100%;
}
.project-gallery .swiper-slide {
  height: 100%;
  width: auto;
}
.project-gallery .swiper-slide img {
  height: 100%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom right;
     object-position: bottom right;
}
.project-gallery .swiper-slide:nth-of-type(even) {
  padding: 10%;
}

.col-title-project {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.col-title-project .project-header__title {
  margin-right: 4px;
  margin-top: 0;
  position: relative;
}
.col-title-project .project-header__title:after {
  content: ", ";
  margin-right: 0;
}

.project-grid.has-hover .project-grid__item img {
  opacity: 0;
  transition: all 0.3s ease;
}

.project-grid.has-hover .project-grid__item:hover img {
  opacity: 1;
}

.truncated {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.project-info {
  line-height: 1.1em;
}

.colors-sliders__swatches {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 36px;
  width: 100%;
  display: flex;
  z-index: 1000;
  overflow: hidden;
}
.colors-sliders__swatches .bloc {
  height: 100%;
  transition: width 0.3s ease;
  margin-top: 18px;
  height: 18px;
}
.colors-sliders__swatches .bloc-1 {
  flex: 0 0 auto;
  width: 20%;
  margin-top: 0;
  cursor: grab;
  background: #000;
  border-radius: 2px;
  position: relative;
}
.colors-sliders__swatches .bloc-1:before {
  content: "";
  width: 100vw;
  height: 100%;
  position: absolute;
  left: -100vw;
  background-color: var(--color-before, --color-home);
  top: 18px;
}
.colors-sliders__swatches .bloc-1:after {
  content: "";
  width: 100vw;
  height: 100%;
  position: absolute;
  right: -100vw;
  background-color: var(--color-after, --color-home);
  top: 18px;
}
.colors-sliders__swatches .bloc-3 {
  display: none;
}

.colors-sliders__swatches.sliders-default .bloc-3,
.colors-sliders__swatches.sliders-default .bloc-2,
.colors-sliders__swatches.sliders-default .bloc-1 {
  background-color: var(--color-home);
}

.colors-sliders__swatches.sliders_vases .bloc-1:before {
  background-color: var(--color-home);
}
.colors-sliders__swatches.sliders_vases .bloc-1:after {
  background-color: var(--color-home);
}

.project-header button.main-menu__button.is-active {
  opacity: 1;
}

.swiper-scrollbar {
  height: 18px;
  display: none;
}

.text-about {
  position: fixed;
  height: 100vh;
  overflow: auto;
  font-size: 24px;
  line-height: 1em;
  padding: 10px;
  box-sizing: border-box;
  padding-top: 10px;
}
.text-about p + p {
  margin-top: 1em;
}

.project-index__table.is-faded {
  opacity: 0.35;
  transition: opacity 0.3s ease;
}

.col-cat {
  transition: opacity 0.3s ease;
}
.col-cat.is-faded {
  opacity: 0.35;
}

.presentation-mobile {
  display: none;
}

@media screen and (max-width: 768px) {
  .project-texture {
    display: none;
  }
  .project-overlay__content {
    max-width: 100vw;
    max-height: 100vh;
    overflow: auto;
    padding-right: 14px;
  }
  .project-gallery,
  .swiper {
    height: auto;
  }
  .project-gallery .swiper-slide {
    height: auto;
    width: 100%;
  }
  .project-gallery .swiper-slide img {
    height: auto;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: bottom right;
    object-position: bottom right;
  }
  .project-gallery .swiper-slide:nth-of-type(even) {
    padding: 20%;
  }
  .swiper-scrollbar {
    display: none;
  }
  .swiper-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box;
    flex-direction: column;
  }
  .project-header {
    flex-wrap: wrap;
  }
  .presentation-mobile {
    margin-top: 3em;
    padding: 10px;
    padding-top: 2px;
    line-height: 1.1em;
    display: block;
  }
  .project-gallery {
    padding-top: 0;
    padding-bottom: 0px;
    z-index: 10000;
    width: 100%;
  }
  .colors-sliders__swatches {
    display: none;
  }
  .close-button {
    margin-right: 14px;
  }
  .close-button button {
    width: 15px;
    height: 15px;
    background: transparent;
    border: none;
    padding: 0;
    position: relative;
    cursor: pointer;
  }
  .close-button button span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 15px;
    height: 1px;
    background: var(--color-home);
    transform-origin: center;
    transition: transform 0.3s ease;
  }
  .close-button button span:first-child {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .close-button button span:last-child {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .back-to-top {
    width: 100%;
    text-align: center;
    padding: 15px;
  }
  .colors-sliders__swatches {
    position: fixed;
    bottom: 0;
    top: 0;
    right: 0;
    left: unset;
    height: 100%;
    width: 14px;
    display: flex;
    z-index: 1000;
    overflow: hidden;
  }
  .colors-sliders__swatches .bloc {
    transition: width 0.3s ease;
    margin-top: 0;
    width: 14px;
  }
  .colors-sliders__swatches .bloc-1 {
    flex: 0 0 auto;
    height: 20%;
    margin-top: 0;
    cursor: grab;
    background: #000;
    border-radius: 2px;
    position: relative;
  }
  .colors-sliders__swatches .bloc-1:before {
    content: "";
    height: 100vh;
    width: 100%;
    position: absolute;
    right: unset;
    bottom: unset;
    top: -100vh;
    left: 0;
    background-color: var(--color-before, --color-home);
  }
  .colors-sliders__swatches .bloc-1:after {
    content: "";
    height: 100vh;
    width: 100%;
    position: absolute;
    bottom: -100vh;
    left: 0;
    background-color: var(--color-after, --color-home);
    right: unset;
    top: unset;
  }
  .colors-sliders__swatches .bloc-3 {
    display: none;
  }
  .col-cat {
    height: auto;
    top: 66.6666%;
  }
  span.show-sm.pre-title {
    margin-right: 7px;
  }
  .colors-sliders__swatches.sliders_vases .bloc-1 {
    background-color: var(--light-color);
  }
  .colors-sliders__swatches.sliders_vases .bloc-1:before {
    background-color: var(--color-home);
  }
  .colors-sliders__swatches.sliders_vases .bloc-1:after {
    background-color: var(--color-home);
  }
}
.show-md {
  display: none;
}

.hide-md {
  display: block;
}

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

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

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