@charset "UTF-8";
/* ====== PALETTE / DIMENSIONS / FONTS ====== */
/* ====== BREAKPOINTS ====== */
/* ====== Z-INDEX ====== */
/* Rails (filets) */
/* ====== FONTS ====== */
/* Centrage grid */
/* Badge monogramme {SCM} */
/* Titre Alternate Gothic */
/* Titre Quasimoda */
/* Sous-titre en petites caps tracké */
/* Rail vertical de section (filet) */
.section-rail {
  position: absolute;
  inset: 0 auto 0 0;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #e7e9ec;
  z-index: 20;
  pointer-events: none;
}

.section-rail .label {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.8rem;
  color: #b8bcc2;
  position: relative;
}

/* Ligne courte décorative */
/* Bloc citation */
/* Media query helper */
/* Media query helper */
/* Reset minimal + font-face */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: quasimoda, sans-serif, Montserrat, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial;
  font-weight: 300;
  background: #0E0F11;
  color: #fff;
}

section {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.container {
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
  padding: 6rem 2rem;
}

.burger {
  position: fixed;
  top: 50px;
  right: 50px;
  z-index: 150;
  background: #fff;
  color: #000;
  border: 0;
  width: 56px;
  height: 40px;
  display: grid;
  place-items: center;
  cursor: pointer;
}
.burger span {
  display: block;
  width: 22px;
  height: 2px;
  background: #222;
  position: relative;
  transition: background 0.3s ease;
}
.burger span::before, .burger span::after {
  content: "";
  position: absolute;
  left: 0;
  width: 22px;
  height: 2px;
  background: #222;
  transition: top 0.3s ease, transform 0.3s ease;
  transform-origin: center;
}
.burger span::before {
  top: -7px;
}
.burger span::after {
  top: 7px;
}
.burger.is-active span {
  background: transparent;
}
.burger.is-active span::before {
  top: 0;
  transform: rotate(45deg);
}
.burger.is-active span::after {
  top: 0;
  transform: rotate(-45deg);
}

.nav-overlay {
  position: fixed;
  inset: 0;
  background: rgba(14, 15, 17, 0.95);
  z-index: 140;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.nav-overlay.active {
  opacity: 1;
  visibility: visible;
}
.nav-overlay .nav-links li {
  margin: 1.5rem 0;
}
.nav-overlay .nav-links a {
  color: #fff;
  font-size: 2rem;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Alternate Gothic ATF", Montserrat, sans-serif;
  transition: color 0.3s ease;
}
.nav-overlay .nav-links a:hover {
  color: #C88A2F;
}

.section-rail.rail-badge {
  justify-content: center;
}
.section-rail.rail-badge .badge {
  position: absolute;
  top: 14px;
  left: 50%;
  transform: translateX(-50%);
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  font: 700 0.8rem/1 "Alternate Gothic ATF", Montserrat, sans-serif;
  letter-spacing: 0.04em;
}
.section-rail.rail-icon {
  justify-content: flex-start;
}
.section-rail.rail-icon .badge {
  position: absolute;
  top: 14px;
  left: 50%;
  transform: translateX(-50%);
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  font: 700 0.8rem/1 "Alternate Gothic ATF", Montserrat, sans-serif;
  letter-spacing: 0.04em;
}
.section-rail.rail-icon .label, .section-rail.rail-icon .label::after {
  display: none;
}

/* Lock scroll quand overlay ouvert */
html.no-scroll, body.no-scroll {
  overflow: hidden;
}

/* Overlay ABSOLU, top fixé via JS (scrollY) */
.product-modal {
  height: 100vh;
  width: 100%;
  position: absolute;
  inset: 0;
  z-index: 200;
  background: rgba(0, 0, 0, 0.65);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease, visibility 0.35s ease;
  overflow: hidden;
}
.product-modal.active {
  opacity: 1;
  visibility: visible;
}
.product-modal .pm-sheet {
  position: absolute;
  inset: 0;
  height: 100vh;
  display: grid;
  grid-template-columns: minmax(0, 52%) minmax(0, 48%);
}
.product-modal .pm-rail {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 60px;
  border-right: 1px solid rgba(255, 255, 255, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  pointer-events: none;
}
.product-modal .pm-rail .pm-badge {
  position: absolute;
  top: 14px;
  left: 50%;
  transform: translateX(-50%);
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  font: 700 0.8rem/1 "Alternate Gothic ATF", Montserrat, sans-serif;
  letter-spacing: 0.04em;
}
.product-modal .pm-rail .pm-rail-label {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 0.8rem;
  color: #fff;
  opacity: 0.9;
}
.product-modal .pm-left {
  position: relative;
  height: 100%;
  background: linear-gradient(180deg, #238266 0%, #1E6E55 100%);
  display: grid;
  place-items: center;
  padding-left: 60px;
  overflow: hidden;
}
.product-modal .pm-left .watermark {
  position: absolute;
  width: min(520px, 46vw);
  height: 100%;
  margin-left: 58px;
  pointer-events: none;
}
.product-modal .pm-left .pm-bottle {
  max-height: 65vh;
  z-index: 2;
  filter: drop-shadow(0 40px 60px rgba(0, 0, 0, 0.35));
}
.product-modal .pm-left .pm-bars {
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translateX(calc(-50% + 24px));
  display: flex;
  gap: 12px;
}
.product-modal .pm-left .pm-bars span {
  width: 12px;
  height: 96px;
  background: #fff;
  border-radius: 2px;
  opacity: 0.9;
}
.product-modal .pm-right {
  position: relative;
  height: 100%;
  background: #fff;
  color: #0E0F11;
  overflow: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}
.product-modal .pm-right .pm-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 38px;
  height: 38px;
  border: 1px solid #ddd;
  border-radius: 50%;
  background: #fff;
  color: #000;
  font-size: 24px;
  line-height: 36px;
  cursor: pointer;
  z-index: 4;
}
.product-modal .pm-right .pm-right-inner {
  max-width: 720px;
  margin: clamp(3.2rem, 5vw, 4rem) auto;
  padding: 0 clamp(1.2rem, 3vw, 2rem);
}
.product-modal .pm-right .pm-mono {
  width: 42px;
  height: 56px;
  margin-bottom: 0.9rem;
}
.product-modal .pm-right .pm-title {
  font-family: alternate-gothic-atf, sans-serif;
  font-size: clamp(30px, 2.4vw + 16px, 64px);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: inherit;
  line-height: 1.06;
}
.product-modal .pm-right .pm-sub {
  text-transform: uppercase;
  letter-spacing: 0.26em;
  font-weight: 300;
  font-size: 0.9rem;
  color: #6d737a;
  margin-top: 0.4rem;
}
.product-modal .pm-right .pm-hr {
  height: 2px;
  background: #111;
  margin: 1rem 0 1.2rem;
}
.product-modal .pm-right .pm-feats {
  list-style: none;
}
.product-modal .pm-right .pm-feats li {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 14px;
  padding: 14px 0;
  border-top: 1px solid #e8eaee;
}
.product-modal .pm-right .pm-feats li:first-child {
  border-top: none;
}
.product-modal .pm-right .pm-feats li .ico {
  width: 26px;
  height: 26px;
  color: #1E6E55;
  margin-top: 4px;
}
.product-modal .pm-right .pm-feats li h4 {
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-weight: 700;
}
.product-modal .pm-right .pm-feats li p {
  color: #66707a;
  font-size: 0.9rem;
  line-height: 1.6;
  margin-top: 0.2rem;
}
@media (max-width: 980px) {
  .product-modal {
    position: fixed;
    inset: 0;
    height: 100vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .product-modal .pm-sheet {
    position: static;
    height: auto;
    min-height: 100vh;
    grid-template-columns: 1fr;
  }
  .product-modal .pm-rail {
    display: none;
  }
  .product-modal .pm-left {
    padding-left: 0;
    min-height: 52vh;
  }
  .product-modal .pm-left .pm-bottle-small {
    left: 18%;
    bottom: 8%;
    height: 120px;
  }
  .product-modal .pm-left .pm-bars {
    transform: translateX(-50%);
  }
  .product-modal .pm-left .watermark {
    margin-left: 0;
    width: min(520px, 90vw);
  }
  .product-modal .pm-left .pm-bottle {
    max-height: 40vh;
  }
  .product-modal .pm-right {
    overflow: visible;
  }
  .product-modal .pm-right .pm-close {
    position: fixed;
    top: 16px;
    right: 16px;
    z-index: 6;
    border: 1px solid rgba(0, 0, 0, 0.12);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
  }
}

.legal-modal {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(2rem, 4vw, 3rem) clamp(1.5rem, 4vw, 4rem);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 200;
}
.legal-modal.active {
  opacity: 1;
  visibility: visible;
}

.legal-dialog {
  position: relative;
  max-width: 720px;
  width: 100%;
  background: #fff;
  color: #0E0F11;
  border-radius: 12px;
  box-shadow: 0 32px 60px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}

.legal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  background: #fff;
  font-size: 24px;
  line-height: 36px;
  color: #0E0F11;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease;
}
.legal-close:hover, .legal-close:focus {
  background: rgba(0, 0, 0, 0.05);
  transform: scale(1.05);
}

.legal-content {
  max-height: 70vh;
  padding: clamp(2.4rem, 5vw, 3rem);
  overflow-y: auto;
  overscroll-behavior: contain;
}

.legal-heading {
  font-family: alternate-gothic-atf, sans-serif;
  font-size: clamp(28px, 2vw + 12px, 44px);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 1.5rem;
}

.legal-content h3 {
  font-family: quasimoda, sans-serif;
  font-size: clamp(20px, 1.3vw + 10px, 28px);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-top: 2rem;
  margin-bottom: 0.75rem;
}
.legal-content p {
  font-size: 0.95rem;
  line-height: 1.7;
  margin-bottom: 1rem;
}
.legal-content a {
  color: #1E6E55;
  text-decoration: underline;
}

@media (max-width: 800px) {
  .legal-dialog {
    border-radius: 10px;
  }
  .legal-close {
    top: 12px;
    right: 12px;
    width: 36px;
    height: 36px;
    font-size: 22px;
  }
  .legal-content {
    padding: clamp(1.6rem, 6vw, 2.4rem);
    max-height: 70vh;
  }
}
#accueil.frame {
  padding: 50px;
  min-height: 100vh;
  background: #fff;
  display: block;
}
@media (max-width: 980px) {
  #accueil.frame {
    padding: 25px;
  }
}

#accueil .hero {
  position: relative;
  height: calc(100vh - 50px * 2);
  min-height: 500px;
  background: url("../assets/Home-cover-90.jpg") center/cover no-repeat;
  overflow: visible;
}
#accueil .hero .center-block {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 24px;
}
#accueil .hero .stack {
  display: grid;
  gap: 18px;
  justify-items: center;
}
#accueil .hero .logo-mark {
  display: grid;
  place-items: center;
}
#accueil .hero .brand {
  margin-top: 2px;
  font-family: alternate-gothic-atf, sans-serif;
  font-size: clamp(28px, 2.2vw + 16px, 60px);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #fff;
}
#accueil .hero .subtitle {
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  opacity: 0.95;
}
#accueil .hero .sep {
  width: 42px;
  height: 2px;
  background: #fff;
  opacity: 1;
  margin: 20px auto 15px;
}
#accueil .hero .tagline {
  font-family: quasimoda, sans-serif;
  font-weight: 400;
  letter-spacing: 1.25px;
  font-size: clamp(12px, 0.6vw + 10px, 16px);
  max-width: 44ch;
  line-height: 1.5;
}
#accueil .hero {
  text-transform: uppercase;
}
#accueil .hero .tagline strong {
  font-weight: 700;
}
#accueil .hero .bottom-bands {
  position: absolute;
  left: 50%;
  bottom: -56px;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 6;
}
#accueil .hero .bottom-bands .band {
  width: 8px;
  height: 113px;
}
#accueil .hero .bottom-bands .band.gold {
  background: #C88A2F;
}
#accueil .hero .bottom-bands .band.green {
  background: #1E6E55;
}

#a-propos {
  position: relative;
  background: #fff;
  color: #0E0F11;
  padding-top: clamp(4rem, 7vw, 7rem);
  padding-bottom: clamp(4rem, 7vw, 7rem);
  min-height: 100vh;
  overflow: initial !important;
}
#a-propos .section-rail {
  margin-top: clamp(4rem, 7vw, 7rem);
}
#a-propos .presentation-inner {
  position: relative;
  display: grid;
  grid-template-columns: min(48vw, 720px) 1fr;
  gap: clamp(5rem, 8vw, 10rem);
  align-items: stretch;
  width: 100%;
  padding-right: clamp(1.5rem, 4vw, 4rem);
  z-index: 2;
}
#a-propos .presentation-visual {
  position: relative;
  min-height: 80vh;
}
#a-propos .presentation-visual .aplat {
  position: absolute;
  border-radius: 2px;
}
#a-propos .presentation-visual .aplat-main {
  inset: 0;
  background: #1a1b1e;
  z-index: 1;
  overflow: hidden;
}
#a-propos .presentation-visual .aplat-main img {
  object-fit: cover;
  object-position: center;
  width: 100%;
}
#a-propos .presentation-visual .aplat-gold {
  left: 0;
  bottom: -44px;
  height: 25%;
  width: 105%;
  background: #C88A2F;
  z-index: 2;
  mix-blend-mode: multiply;
}
#a-propos .presentation-copy {
  display: grid;
  place-items: center;
}
#a-propos .presentation-copy .inner {
  width: min(540px, 100%);
  margin: 0 auto;
  text-align: left;
}
#a-propos .presentation-copy .presentation-monogram {
  width: 32px;
  height: 44px;
  margin-bottom: 1rem;
}
#a-propos .presentation-copy .presentation-title {
  font-family: alternate-gothic-atf, sans-serif;
  font-size: 60px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: inherit;
  line-height: 1.05;
  margin: 2.25rem 0 1.2rem;
}
#a-propos .presentation-copy .presentation-sub {
  text-transform: uppercase;
  letter-spacing: 0.28em;
  font-weight: 300;
  font-size: 0.9rem;
  color: #6c7177;
  margin-bottom: 1.25rem;
}
#a-propos .presentation-copy .presentation-text {
  color: #5a6067;
  font-size: 0.98rem;
  line-height: 1.7;
  max-width: 52ch;
}
@media (max-width: 1100px) {
  #a-propos .presentation-inner {
    grid-template-columns: min(52vw, 620px) 1fr;
  }
}
@media (max-width: 980px) {
  #a-propos .presentation-inner {
    grid-template-columns: 1fr;
    gap: clamp(6rem, 8vw, 10rem);
    padding: 0 clamp(1rem, 4vw, 2rem);
  }
  #a-propos .presentation-visual {
    min-height: 520px;
  }
  #a-propos .presentation-visual .aplat-gold {
    width: 100%;
  }
  #a-propos .section-rail {
    display: none;
  }
}
@media (min-width: 980px) {
  #a-propos::before {
    content: "";
    background-image: url("../assets/Fonds/Background-white-motifs-90.jpg");
    width: 100%;
    height: var(--a-propos-backdrop-height, 200vh);
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
  }
}

#valeurs {
  position: relative;
  overflow: hidden;
  color: #0E0F11;
  min-height: 100vh;
  z-index: 2;
}
#valeurs .section-rail { /* défaut ok */ }
#valeurs .container {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 6rem 2rem 0rem 2rem !important;
  min-height: inherit;
}
#valeurs .container .values-head {
  text-align: center;
}
#valeurs .container .values-mono {
  width: 34px;
  height: 46px;
  margin: 0 auto 1rem;
}
#valeurs .container .values-title {
  font-family: alternate-gothic-atf, sans-serif;
  font-size: 55px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: inherit;
  line-height: 1.05;
  margin: 30px auto 10px auto;
}
#valeurs .container .values-sub {
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-weight: 300;
  font-size: 0.9rem;
  color: #000000;
  margin-top: 0.35rem;
}
#valeurs .container .values-grid {
  margin: clamp(2.5rem, 5vw, 4rem) auto 0;
  max-width: 1100px;
  display: grid;
  gap: clamp(2rem, 3vw, 3rem);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  text-align: center;
  padding: 0 2rem;
}
#valeurs .container .values-grid .value {
  padding: clamp(1rem, 1.8vw, 1.5rem);
}
#valeurs .container .values-grid .value .ico {
  margin: 0 auto 1rem;
  width: 68px;
  height: 68px;
  color: #C88A2F;
}
#valeurs .container .values-grid .value h3 {
  font-family: quasimoda, sans-serif;
  font-size: clamp(1.05rem, 0.9rem + 0.6vw, 1.3rem);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: inherit;
  letter-spacing: 0.12em;
  margin-top: 20px;
}
#valeurs .container .values-grid .value .sub {
  text-transform: uppercase;
  letter-spacing: 0.28em;
  font-weight: 300;
  font-size: 0.8rem;
  color: #000000;
  margin-top: 10px;
}
#valeurs .container .values-grid .value .sep {
  width: 42px;
  height: 2px;
  background: #000000;
  opacity: 1;
  margin: 0.9rem auto 1rem;
}
#valeurs .container .values-grid .value p {
  color: #000000;
  font-size: 0.95rem;
  max-width: 38ch;
  margin: 0 auto;
}
#valeurs .container .values-bands {
  display: flex;
  gap: 12px;
  width: max-content;
  margin-top: auto;
  align-self: center;
}
#valeurs .container .values-bands .band {
  width: 8px;
  height: 96px;
}
#valeurs .container .values-bands .gold {
  background: #C88A2F;
}
#valeurs .container .values-bands .green {
  background: #1E6E55;
}
@media (max-width: 980px) {
  #valeurs {
    background: #ffffff;
  }
  #valeurs .section-rail {
    display: none;
  }
}
@media (max-width: 800px) {
  #valeurs .values-grid {
    grid-template-columns: 1fr !important;
  }
}

#parallax-1.tech-quote {
  min-height: 100vh;
  background: url("../assets/fond-retro-citation-90.jpg") center/cover no-repeat;
  color: #fff;
  display: grid;
  place-items: center;
  text-align: center;
}
#parallax-1.tech-quote .section-rail {
  border-right-color: rgba(255, 255, 255, 0.18);
}
#parallax-1.tech-quote .quote-wrap {
  max-width: 1100px;
  width: 100%;
  padding: clamp(4rem, 6vw, 6rem) 2rem;
}
#parallax-1.tech-quote .quote-text {
  font-family: quasimoda, sans-serif;
  font-size: clamp(26px, 2.6vw + 12px, 48px);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0.06em;
}
#parallax-1.tech-quote .sep {
  width: 42px;
  height: 2px;
  background: #ffffff;
  opacity: 1;
  margin: 1.9rem auto 2rem;
}
#parallax-1.tech-quote .quote-author {
  margin-top: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.28em;
  font-weight: 300;
  font-size: 0.85rem;
  color: #fff;
  opacity: 0.9;
}
#parallax-1.tech-quote .green-blocks {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
#parallax-1.tech-quote .green-blocks span {
  width: 50px;
  height: 50px;
  background: #1E6E55;
  border-radius: 2px;
  opacity: 0.7;
}
@media (max-width: 980px) {
  #parallax-1.tech-quote .green-blocks {
    display: none;
  }
  #parallax-1.tech-quote .section-rail {
    display: none;
  }
}

#technologie {
  background: #000000;
  color: #DDE1E7;
  padding: 0;
  min-height: 150vh;
}
#technologie::before {
  content: "";
  background-image: url("../assets/Fonds/Background-black-motifs-fade-50pourcents-90.jpg");
  width: 100%;
  height: 150vh;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
}
#technologie .section-rail {
  border-right-color: rgba(255, 255, 255, 0.1);
}
#technologie .section-rail .label {
  color: #99A1AA;
}
#technologie .section-rail .label::after {
  background: rgba(255, 255, 255, 0.1);
}
#technologie .techwrap {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding: clamp(5rem, 7vw, 7rem) 2rem;
}
#technologie .tech-head {
  text-align: center;
  margin-bottom: clamp(3rem, 6vw, 4rem);
  position: relative;
}
#technologie .tech-head .tech-mono {
  width: 34px;
  height: 46px;
  margin: 0 auto 1rem;
}
#technologie .tech-head .tech-title {
  font-family: alternate-gothic-atf, sans-serif;
  font-size: 55px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: inherit;
  line-height: 1.05;
  margin: 30px auto 10px auto;
}
#technologie .tech-head .tech-sub {
  text-transform: uppercase;
  letter-spacing: 0.28em;
  font-weight: 300;
  font-size: 0.85rem;
  color: #ffffff;
  margin-top: 0.35rem;
}
#technologie .tech-diagram {
  position: relative;
  margin: clamp(5.5rem, 10vw, 14rem) auto;
  max-width: 1050px;
}
#technologie .tech-diagram .layer-labels {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  gap: 2.4rem;
  color: #ffffff;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  margin-bottom: 0.8rem;
  position: absolute;
  padding-top: 6px;
  margin-left: -70px;
}
#technologie .tech-diagram .layer-labels.right {
  gap: 1.8rem;
  right: -120px;
  align-items: flex-start;
  top: 33px;
}
#technologie .tech-diagram .ceramic-chain {
  display: block;
  width: 100%;
  max-width: 425px;
  margin: 0 auto 0.5rem;
}
#technologie .tech-diagram .gold-line {
  max-width: 425px;
  height: 6px;
  background: #C88A2F;
  margin: 1rem auto 1rem;
}
#technologie .tech-diagram .coating-layers {
  width: 100%;
  max-width: 425px;
  margin: 1rem auto 0;
}
#technologie .tech-diagram .coating-layers .layer {
  height: 8px;
  margin: 0.35rem auto;
  width: 100%;
  background-color: #555555;
}
#technologie .tech-diagram .coating-layers .layer.hardgrey {
  background-color: #2E2E2E;
  margin: 1rem auto 0;
}
#technologie .tech-diagram .coating-names {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #ffffff;
  max-width: 900px;
  margin: 0.4rem auto 0;
}
#technologie .tech-diagram .coating-names .metal {
  flex: 1;
  text-align: center;
  opacity: 0.8;
}
#technologie .tech-features {
  margin-top: clamp(2.2rem, 4vw, 3rem);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.5rem, 2.8vw, 3rem);
  text-align: center;
}
#technologie .tech-features .tfeat .ico {
  width: 64px;
  height: 64px;
  color: #C88A2F;
  margin: 0 auto 1rem;
}
#technologie .tech-features .tfeat h3 {
  font-family: quasimoda, sans-serif;
  font-size: clamp(1.02rem, 0.9rem + 0.5vw, 1.28rem);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #fff;
  letter-spacing: 0.12em;
  margin-top: 20px;
}
#technologie .tech-features .tfeat .sub {
  font-weight: 300;
}
#technologie .tech-note {
  margin: clamp(3.6rem, 6.2vw, 9.2rem) auto 0;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
  line-height: 2.2em;
  max-width: 65%;
}
@media (max-width: 980px) {
  #technologie .tech-features {
    grid-template-columns: 1fr;
  }
  #technologie .section-rail {
    display: none;
  }
  #technologie .tech-diagram .coating-layers .layer.hardgrey {
    margin: 4rem auto 0;
  }
  #technologie .tech-diagram .gold-line {
    margin: 4rem auto 4rem;
  }
  #technologie .tech-diagram .layer-labels {
    width: 100%;
    margin-left: 0;
    align-items: center;
    gap: 3.2rem;
    padding-top: 52px;
  }
  #technologie .tech-diagram .layer-labels.right {
    align-items: center;
    right: 0;
    top: 145px;
    gap: 2.9rem;
  }
}
@media (min-width: 980px) {
  #technologie .tech-features .tfeat:nth-child(2)::before {
    content: "";
    border-right: solid 1px #fff;
    height: 200px;
    position: absolute;
    display: block;
    margin-left: -23px;
  }
  #technologie .tech-features .tfeat:nth-child(3)::before {
    content: "";
    border-right: solid 1px #fff;
    height: 200px;
    position: absolute;
    display: block;
    margin-left: -23px;
  }
}

#produits {
  position: relative;
  background: #fff;
  color: #0E0F11;
  overflow: hidden;
  padding: 0;
}
#produits .section-rail {
  border-right: 1px solid #e7e9ec;
}
#produits .section-rail .label {
  color: #a6abb1;
}
#produits .section-rail .label::after {
  background: #e7e9ec;
}
#produits .products-head {
  text-align: center;
  margin-bottom: clamp(2.5rem, 5vw, 4rem);
}
#produits .products-head .triple-bars {
  display: flex;
  gap: 10px;
  width: max-content;
  margin: 0 auto 1rem;
}
#produits .products-head .triple-bars .bar {
  width: 8px;
  height: 113px;
}
#produits .products-head .triple-bars .gold {
  background: #C88A2F;
}
#produits .products-head .triple-bars .mid {
  background: #dfe5ea;
}
#produits .products-head .triple-bars .green {
  background: #1E6E55;
}
#produits .products-head .bloc-title {
  padding: clamp(4rem, 6vw, 6rem) 0 0;
}
#produits .products-head .bloc-title .prod-mono {
  width: 34px;
  height: 46px;
  margin: 0 auto 1rem;
}
#produits .products-head .bloc-title .prod-title {
  font-family: alternate-gothic-atf, sans-serif;
  font-size: clamp(28px, 2.2vw + 16px, 60px);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: inherit;
  line-height: 1.05;
  margin: 30px auto 10px auto;
}
#produits .products-head .bloc-title .prod-sub {
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-weight: 300;
  font-size: 0.9rem;
  color: #000000;
  margin-top: 0.35rem;
}
#produits .products-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(3rem, 6vw, 6rem);
  align-items: center;
  padding: 0 clamp(1.5rem, 3vw, 2rem);
}
#produits .product-list {
  display: grid;
  gap: clamp(1.6rem, 2.4vw, 2rem);
}
#produits .pitem {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 1.25rem;
  padding-bottom: 3.1rem;
  border-bottom: 1px solid #000000;
}
#produits .pname {
  font-family: alternate-gothic-atf, sans-serif;
  font-size: clamp(2.05rem, 1.9rem + 0.7vw, 1.3rem);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: inherit;
  letter-spacing: 0.12em;
}
#produits .psub {
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-weight: 300;
  font-size: 1rem;
  color: #000000;
  margin-top: 0.2rem;
}
#produits .pcta {
  padding: 0.45rem 0.8rem;
  border: 1px solid #000000;
  background: transparent;
  color: #1f2328;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  cursor: pointer;
}
#produits .pcta:hover {
  background: #f6f8fa;
}
#produits .product-visual {
  position: relative;
  min-height: 520px;
  display: grid;
  place-items: center;
}
#produits .product-visual .watermark {
  position: absolute;
  width: min(520px, 46vw);
  opacity: 0.45;
  pointer-events: none;
}
#produits .product-visual .bottle {
  position: relative;
  z-index: 2;
  width: 100%;
  filter: drop-shadow(0 30px 50px rgba(0, 0, 0, 0.2));
}
#produits .product-quote {
  position: relative;
  min-height: 100vh;
  margin-top: clamp(3rem, 6vw, 5rem);
  margin-bottom: 0;
  background: url("../assets/fond-femme-citation-2-90.jpg") center/cover no-repeat;
  display: grid;
  place-items: center;
  text-align: center;
  color: #fff;
}
#produits .product-quote .quote-wrap {
  max-width: 1100px;
  width: 100%;
  padding: clamp(4rem, 6vw, 6rem) 2rem;
}
#produits .product-quote .quote-text {
  font-family: alternate-gothic-atf, sans-serif;
  font-size: clamp(26px, 2.6vw + 12px, 48px);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #fff;
  letter-spacing: 0.08em;
  line-height: 1.25;
}
#produits .product-quote .quote-sep {
  width: 46px;
  height: 2px;
  background: #fff;
  opacity: 0.85;
  margin: 1.1rem auto;
}
#produits .product-quote .quote-author {
  text-transform: uppercase;
  letter-spacing: 0.28em;
  font-weight: 300;
  font-size: 0.85rem;
  color: #fff;
  opacity: 0.95;
}
#produits .product-quote .right-blocks {
  position: absolute;
  right: 0px;
  top: 0%;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
#produits .product-quote .right-blocks .blk {
  width: 50px;
  height: 50px;
  opacity: 0.7;
  background: rgba(200, 138, 47, 0.95);
}
@media (max-width: 980px) {
  #produits .products-grid {
    grid-template-columns: 1fr;
  }
  #produits .product-visual {
    order: 2;
    min-height: 420px;
    max-width: 400px;
  }
  #produits .product-visual .watermark {
    left: 50%;
    transform: translateX(-50%);
    width: min(400px, 90vw);
  }
  #produits .product-quote .right-blocks {
    display: none;
  }
  #produits .section-rail {
    display: none;
  }
}

#garanti {
  background: #fff;
  color: #0E0F11;
  padding: 0;
  min-height: 100vh;
}
#garanti .section-rail {
  border-right: 1px solid #e7e9ec;
}
#garanti .section-rail .label {
  color: #a6abb1;
}
#garanti .section-rail .label::after {
  background: #e7e9ec;
}
#garanti .garanti-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 100vh;
}
#garanti .mid-divider {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #e8edf2;
}
#garanti .guar-visual {
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
}
#garanti .guar-visual .doc {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#garanti .guar-copy {
  position: relative;
  display: grid;
  place-items: center;
  padding: clamp(10rem, 6vw, 6rem) 2rem;
}
#garanti .guar-copy .inner {
  width: min(560px, 85%);
  text-align: center;
}
#garanti .guar-copy .g-mono {
  width: 42px;
  height: 56px;
  margin: 0 auto 1rem;
}
#garanti .guar-copy .g-title {
  font-family: alternate-gothic-atf, sans-serif;
  font-size: clamp(28px, 2.2vw + 16px, 60px);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: inherit;
  line-height: 1.05;
  margin: 30px auto 10px auto;
}
#garanti .guar-copy .g-sep {
  width: 56px;
  height: 2px;
  background: #121212;
  opacity: 0.2;
  margin: 1.1rem auto;
}
#garanti .guar-copy .g-text {
  color: #5a6067;
  max-width: 52ch;
  margin: 0 auto;
  line-height: 1.8;
}
#garanti .guar-copy .g-bars {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
}
#garanti .guar-copy .g-bars .gbar {
  width: 8px;
  height: 113px;
  background: #1E6E55;
}
@media (max-width: 980px) {
  #garanti .garanti-grid {
    grid-template-columns: 1fr;
  }
  #garanti .mid-divider {
    display: none;
  }
  #garanti .guar-visual {
    min-height: 46vh;
  }
  #garanti .guar-visual .doc {
    width: 100%;
  }
  #garanti .section-rail {
    display: none;
  }
}

#contact {
  background: #C88A2F;
  color: #fff;
  margin-top: 0;
  padding: clamp(5rem, 7vw, 7.5rem) 0;
  min-height: 76vh;
  min-height: 100vh;
}
#contact .contact-left-bands {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: stretch;
  gap: 26px;
  z-index: 5;
}
#contact .contact-left-bands .cb {
  display: block;
}
#contact .contact-left-bands .cb-gold {
  width: 18px;
  background: #D0933A;
}
#contact .contact-left-bands .cb-white {
  width: 26px;
  background: #fff;
}
#contact .contact-watermark {
  position: absolute;
  right: -20vw;
}
#contact .contact-watermark img {
  height: 100vh;
}
@media (min-width: 1280px) {
  #contact .contact-watermark {
    right: -15vw;
  }
}
#contact .contact-inner {
  position: relative;
  z-index: 10;
  display: grid;
  place-items: center;
  text-align: center;
  gap: 0.6rem;
  padding: 0 2rem;
}
#contact .contact-inner .contact-mark {
  margin-bottom: 0.8rem;
}
#contact .contact-inner .contact-brand {
  font-family: alternate-gothic-atf, sans-serif;
  font-size: clamp(36px, 2.8vw + 20px, 72px);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: inherit;
}
#contact .contact-inner .contact-sub {
  text-transform: uppercase;
  letter-spacing: 0.42em;
  font-weight: 600;
  opacity: 0.95;
}
#contact .contact-inner .contact-sep {
  width: 52px;
  height: 2px;
  background: #fff;
  opacity: 0.85;
  margin: 1.1rem auto 0.6rem;
}
#contact .contact-inner .contact-details p {
  margin: 0.6rem 0;
  line-height: 1.9;
  font-weight: 500;
}
#contact .contact-inner .contact-details p a {
  color: #fff;
  text-decoration: none;
}
#contact .contact-legal {
  position: absolute;
  left: 50%;
  bottom: 14px;
  transform: translateX(-50%);
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  opacity: 0.85;
}
#contact .contact-legal a {
  color: #fff;
  text-decoration: none;
}
#contact .contact-legal .dot {
  margin: 0 0.6rem;
  opacity: 0.6;
}
@media (max-width: 980px) {
  #contact {
    min-height: 100vh;
  }
  #contact .contact-left-bands {
    gap: 10px;
    padding-left: 10px;
  }
  #contact .contact-left-bands .cb-gold {
    width: 14px;
  }
  #contact .contact-left-bands .cb-white {
    width: 22px;
  }
  #contact .contact-watermark {
    right: -28vw;
  }
  #contact .contact-legal {
    text-align: center;
  }
}
@media (max-width: 800px) {
  #contact .contact-watermark {
    right: -30vw;
  }
}
@media (max-width: 480px) {
  #contact .contact-watermark {
    right: -50vw;
  }
}

/*# sourceMappingURL=all.min.css.map */