@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/* Reset perso */
a, del, ins {
  text-decoration: none;
}

a {
  color: inherit;
}

label, button {
  cursor: pointer;
}

html {
  box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: inherit;
}

input, button {
  outline: 0;
}

/*
*   Easing Equations ported to CSS by @matthewlein - http://matthewlein.com/ceaser/
*   Converted to SCSS vars by @pettpett
*
*   sample usage:
*   a {
*     color: #ff0000;
*     @include transition(color 0.5s $easeOutQuint);
*     &:hover,
*     &:focus {
*       color: #ff9900;
*     }
*   }
*/
/* Default Equations */
/* Penner Equations (approximated) originally created by @robpenner */
/* ------------------------------------------------------------------ */
/*        COMMON PROJECT VARIABLES
/* ------------------------------------------------------------------ */
/* ------------------------------------------------------------------ */
/*        BREAKPOINTS
/* ------------------------------------------------------------------ */
/* ------------------------------------------------------------------ */
/*        COLORS
/* ------------------------------------------------------------------ */
/* ------------------------------------------------------------------ */
/*        EASE
/* ------------------------------------------------------------------ */
/* ------------------------------------------------------------------ */
/*        MEDIA QUERIES
/* ------------------------------------------------------------------ */
/* ------------------------------------------------------------------ */
/*        FONT FACE DECLARATION
/* ------------------------------------------------------------------ */
@font-face {
  font-family: "Serif1";
  src: url(/assets/fonts/Roemisc-light.ttf);
}
@font-face {
  font-family: "SSerif2";
  src: url(/assets/fonts/SctoGrotesk-a-light.otf);
}
.bigS {
  font-family: "Serif1", sans-serif;
  font-size: 179.79px;
  font-weight: 400;
  line-height: 210.54px;
}
@media screen and (max-width: 850px) {
  .bigS {
    font-size: 97.77px;
    font-weight: 400;
    line-height: 114.49px;
  }
}

.bigSS {
  font-family: "SSerif2", serif;
  font-size: 169.7px;
  font-weight: 300;
  line-height: 211.11px;
}
@media screen and (max-width: 850px) {
  .bigSS {
    font-size: 92.28px;
    font-weight: 300;
    line-height: 114.8px;
  }
}

@media screen and (max-width: 850px) {
  .midplus {
    font-size: 23.18px;
    font-weight: 300;
    line-height: 27.18px;
    letter-spacing: 0em;
  }
}

@media screen and (max-width: 850px) {
  .mid {
    font-size: 18.2px;
    font-weight: 300;
    line-height: 21.3px;
    letter-spacing: 0em;
  }
}

.small {
  font-family: "SSerif2", serif;
  font-size: 20.34px;
  font-weight: 300;
  line-height: 23.8px;
}
@media screen and (max-width: 850px) {
  .small {
    font-size: 9.6px;
    font-weight: 300;
    line-height: 10.92px;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
  }
}

* {
  box-sizing: border-box;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  outline: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

::-moz-selection {
  background-color: #D2D2D2;
  /* Couleur de fond de la sélection */
  color: #000000;
  /* Couleur du texte sélectionné */
}

::selection {
  background-color: #D2D2D2;
  /* Couleur de fond de la sélection */
  color: #000000;
  /* Couleur du texte sélectionné */
}

::-moz-selection {
  background-color: #D2D2D2;
  /* Couleur de fond de la sélection pour Firefox */
  color: #000000;
  /* Couleur du texte sélectionné pour Firefox */
}

html,
body {
  font-family: "SSerif2", sans-serif;
  background-color: #F7F5F3;
  font-size: 25.22px;
  font-weight: 300;
  line-height: 30.7px;
  letter-spacing: -0.02em;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
@media screen and (max-width: 850px) {
  html,
  body {
    font-size: 21.5px;
    font-weight: 300;
    line-height: 26.9px;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
  }
}

.paddingPage {
  margin: 0 31px;
  margin-top: 0px;
}
@media screen and (max-width: 850px) {
  .paddingPage {
    margin: 0 17px;
  }
}

.pointer {
  cursor: pointer;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 !important;
  margin: 0 !important;
  border: none;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

input,
textarea {
  border-radius: 0px !important;
}

.sl {
  text-decoration: underline;
}

a:hover {
  color: #000000;
}

.mob {
  display: none !important;
}
@media screen and (max-width: 1000px) {
  .mob {
    display: grid !important;
  }
}
.mob-flex {
  display: none !important;
}
@media screen and (max-width: 1000px) {
  .mob-flex {
    display: grid !important;
  }
}

.desk-flex {
  display: flex;
}
@media screen and (max-width: 1000px) {
  .desk-flex {
    display: none !important;
  }
}
@media screen and (max-width: 1000px) {
  .desk {
    display: none !important;
  }
}

#content {
  animation: 0.8s animationShow ease-in-out;
}

@keyframes animationShow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.header {
  width: calc(100vw - 38px);
  position: relative;
  left: -12px;
  top: -3px;
  z-index: 1000;
}
.header a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 13px;
}

.hero {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 13px;
  margin-bottom: 155px;
}
.hero .button_presskit {
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 19px 40px;
  border: 1px solid black;
  border-radius: 15px;
  margin-top: 27px;
  margin-bottom: 10px;
  display: block;
}
@media screen and (max-width: 1000px) {
  .hero {
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 9px;
  }
}

.end {
  margin-top: 155px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 13px;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .end {
    grid-template-columns: 1fr;
    grid-gap: 0px;
    margin-top: 50px;
  }
}
.end_part {
  width: 100%;
}
.end_part .captions {
  display: flex;
  flex-direction: column;
  max-width: 520px;
  width: 100%;
  float: right;
}
@media screen and (max-width: 1000px) {
  .end_part .captions {
    max-width: unset;
    margin-top: 35px;
  }
}
.end_part .captions_item {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.nav {
  margin-top: 100px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  position: sticky;
  padding: 18px 31px;
  width: 100%;
  background-color: #F7F5F3;
  z-index: 10;
}
@media screen and (max-width: 850px) {
  .nav {
    position: relative;
    font-size: 27.57px;
    font-weight: 300;
    line-height: 34.29px;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 17px;
    padding: 0px;
    left: 0px;
    width: 100%;
  }
}
.nav nav ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 850px) {
  .nav nav ul {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.nav a:hover,
.nav a.active {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1.5px;
}
@media screen and (max-width: 850px) {
  .nav a:hover,
  .nav a.active {
    text-underline-offset: 0px;
  }
}

.footer {
  padding: 30px 31px;
  margin-top: 40px;
  border-top: 1px solid;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
}
.footer .button {
  background: none;
  border: none;
}
.footer .button[data-active=false] {
  font-weight: bold;
  text-underline: #16171a;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
@media screen and (max-width: 1400px) {
  .footer {
    flex-direction: column;
  }
}
.footer .footer-nav {
  display: flex;
}
@media screen and (max-width: 1400px) {
  .footer .footer-nav {
    flex-direction: column;
    align-items: center;
  }
}
.footer .footer-nav .footer-nav-item {
  padding: 0 16px;
  height: 12px;
  border-right: solid 1px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1400px) {
  .footer .footer-nav .footer-nav-item {
    border-right: 0;
    height: auto;
  }
}
.footer .footer-nav .footer-nav-item.last {
  border-right: 0;
  display: flex;
  gap: 8px;
}

.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 13px;
  margin-bottom: 13px;
  overflow: hidden;
}
@media screen and (max-width: 850px) {
  .grid {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 9px;
    margin-bottom: 9px;
  }
}
.grid .captions {
  margin-top: 13px;
  position: relative;
  bottom: -2px;
}
@media screen and (max-width: 850px) {
  .grid .captions {
    margin-top: 9px;
    bottom: 0px;
    width: calc((100vw - 38.5px) / 2);
  }
}
.grid .captions_item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  /* Espace entre les éléments */
  position: relative;
}
.grid .captions_item-title {
  text-align: left;
}
.grid .captions_item-line {
  flex: 2;
  /* La ligne s'ajuste pour occuper l'espace entre le titre et le contenu */
  border: none;
  height: 1px;
  border: 0px solid transparent;
  background-color: black;
  margin: 0px 5px;
  margin-top: 22px;
}
@media screen and (max-width: 850px) {
  .grid .captions_item-line {
    height: 0.5px;
    margin: 0px 3px;
    margin-top: 6px;
  }
}
.grid .captions_item-content {
  width: 200px;
  text-align: left;
}
@media screen and (max-width: 850px) {
  .grid .captions_item-content {
    width: auto;
  }
}
.grid .column.col2-3 {
  grid-column: span 2;
  width: calc((100vw - 26px - 62px) / 3 * 2 + 13px);
  position: relative;
}
.grid .column.col2-3:first-child .captions {
  position: absolute;
  right: -13px;
  bottom: -2px;
  width: calc(50% - 6.75px);
  transform: translate(100%, 0%);
}
.grid .column.col2-3:last-child .captions {
  position: absolute;
  left: -13px;
  bottom: -2px;
  width: calc(50% - 6.75px);
  transform: translate(-100%, 0%);
}
.grid .column.col2-3 .image_container {
  position: relative;
  width: 100%;
  padding-top: 69.2592592593%;
  overflow: hidden;
}
.grid .column.col2-3 .image_container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.grid .column.col1-3 {
  width: calc((100vw - 26px - 62px) / 3);
}
@media screen and (max-width: 1000px) {
  .grid .column.col1-3 {
    width: calc((100vw - 31px) / 2);
  }
}
.grid .column.col1-3 .image_container {
  position: relative;
  width: 100%;
  padding-top: 139.552238806%;
  overflow: hidden;
}
.grid .column.col1-3 .image_container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1000px) {
  .grid .column.col1-2 {
    width: calc((100vw - 103.5px) / 2);
  }
}
@media screen and (max-width: 850px) {
  .grid .column.col1-2 {
    width: calc((100vw - 31px) / 2);
  }
}
.grid .column.col1-2 .image_container {
  position: relative;
  width: 100%;
  padding-top: 139.552238806%;
  overflow: hidden;
}
.grid .column.col1-2 .image_container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.grid .column.col2-2 {
  width: calc(100vw - 62px);
}
@media screen and (max-width: 850px) {
  .grid .column.col2-2 {
    width: calc(100vw - 34px);
  }
}
.grid .column.col2-2 .image_container {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .grid .column.col2-2 .image_container {
    padding-top: 0px;
    overflow: auto;
  }
}
.grid .column.col2-2 .image_container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1000px) {
  .grid .column.col2-2 .image_container img {
    position: static;
  }
}

.grid_tech {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 13px;
  margin-bottom: 13px;
}
@media screen and (max-width: 850px) {
  .grid_tech {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 9px;
    margin-bottom: 9px;
  }
}
.grid_tech .captions {
  margin-top: 13px;
  position: relative;
  bottom: -2px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1000px) {
  .grid_tech .captions {
    margin: auto;
    margin-top: 13px;
    bottom: 0px;
  }
}
@media screen and (max-width: 850px) {
  .grid_tech .captions {
    margin-top: 9px;
    bottom: 0px;
    width: calc((100vw - 38.5px) / 2);
  }
}
.grid_tech .captions_item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
.grid_tech .captions_item-title {
  text-align: left;
}
.grid_tech .captions_item-line {
  width: 200px;
  border: none;
  height: 1px;
  border: 0px solid transparent;
  background-color: black;
  margin: 0px 5px;
  margin-top: 22px;
}
@media screen and (max-width: 850px) {
  .grid_tech .captions_item-line {
    height: 0.5px;
    margin: 0px 3px;
    margin-top: 6px;
  }
}
.grid_tech .captions_item-content {
  width: 200px;
  text-align: left;
}
@media screen and (max-width: 850px) {
  .grid_tech .captions_item-content {
    width: auto;
  }
}
.grid_tech .column.col1-3 {
  grid-column: span 4;
}
.grid_tech .column.col1-2 {
  grid-column: span 6;
}
.grid_tech .column.col2-3 {
  grid-column: span 8;
}
.grid_tech .column.col1-1,
.grid_tech .column.col3-3 {
  grid-column: span 12;
}
.grid_tech img {
  -o-object-position: top top;
     object-position: top top;
}

.projects .headquarters .texts_part {
  background-color: white;
  padding: 120px 20px;
  margin-bottom: 0px;
}
@media screen and (max-width: 850px) {
  .projects .headquarters .texts_part {
    padding: 0px;
    margin: 0px;
  }
}
@media screen and (max-width: 850px) {
  .projects .headquarters .texts_part-item {
    padding: 40px;
    width: 100%;
  }
}

.home .image_wrapper_intro {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  z-index: 100;
}
.home .image_wrapper_intro img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.color_gallery {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 13px;
  margin-top: 155px;
}
@media screen and (max-width: 850px) {
  .color_gallery {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 7px;
    margin-top: 50px;
  }
}
.color_gallery .color_item {
  height: 56.6878980892vw;
}
@media screen and (max-width: 850px) {
  .color_gallery .color_item {
    height: 71.8390804598vw;
  }
}
.color_gallery .color_item-echantillon {
  width: 100%;
  height: calc(100% - 80px);
  padding: 0 !important;
  margin: 0 !important;
  border: none;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
@media screen and (max-width: 850px) {
  .color_gallery .color_item-echantillon {
    height: calc(100% - 30px);
  }
}
.color_gallery .color_item-title {
  margin-top: 13px;
}
@media screen and (max-width: 850px) {
  .color_gallery .color_item-title {
    margin-top: 7px;
  }
}

.links {
  display: flex;
  flex-direction: column;
  margin-top: 155px;
}
@media screen and (max-width: 850px) {
  .links {
    margin-top: 50px;
  }
}
.links .link:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
  cursor: pointer;
}

.inquiries {
  height: calc(100vh - 542.5px);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 850px) {
  .inquiries {
    flex-direction: column;
    height: calc(100vh - 337.5px);
  }
}
.inquiries .button {
  text-align: center;
  width: 319px;
  padding: 19px;
  border: 1px solid black;
  border-radius: 15px;
  margin: 37px;
}
@media screen and (max-width: 850px) {
  .inquiries .button {
    margin: 20px;
  }
}

.legal {
  margin-top: 100px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .legal {
    margin-top: 50px;
  }
}
.legal .legal-header {
  position: sticky;
  top: 100px;
  height: 0;
  width: 0;
}
@media screen and (max-width: 1000px) {
  .legal .legal-header {
    position: inherit;
    top: 0px;
    height: auto;
    width: 100%;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1000px) {
  .legal .legal-header .legal-nav {
    position: inherit !important;
    width: auto;
  }
}
.legal .legal-header .legal-nav {
  position: absolute;
  width: 400px;
}
.legal .legal-header .legal-nav ul {
  display: grid;
  gap: 30px;
  font-size: 20px;
}
.legal .legal-header .legal-nav ul .active {
  text-underline: #16171a;
  text-underline-offset: 10px;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
.legal .legal-main {
  max-width: 600px;
  margin: 0 auto;
  font-size: 16px;
  line-height: normal;
}
.legal .legal-main .legal-title {
  font-size: 32px;
}
.legal .legal-main .legal-subtitle {
  color: #505050;
  display: block;
  margin-top: 14px;
}
.legal .legal-main h2 {
  font-size: 20px;
  margin: 80px 0 40px 0;
}
.legal .legal-main .filter {
  position: sticky;
  bottom: 60px;
  left: 0;
  background: linear-gradient(rgba(247, 245, 243, 0), #F7F5F3);
  width: 100%;
  height: 200px;
}

/* Conteneur principal */
.main-container-shop {
  max-width: 950px;
  margin: 0 auto;
  padding: 40px 0;
}

/* Section d'introduction */
.intro-section {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}
@media screen and (max-width: 1000px) {
  .intro-section {
    flex-direction: column;
  }
}

.intro-column {
  width: 100%;
}

#shopify-pc__banner {
  font-size: 14px;
}
