﻿
:root {
  --white: #ffffff;
  --black: #000000;
  --gold: #f6b72c;
  --light: #f6f6f6;
  --text: #151515;
  --muted: #4d4d4d;
  --footer-text: #b6b6b6;
  --page-width: 1440px;
  --shell-width: 1280px;
  --content-width: 1180px;
  --narrow-width: 980px;
  --header-height: 122px;
  --hero-height: 722px;
  --radius: 16px;
  --corner-size: 48px;
  --corner-stroke: 6px;
  --corner-offset: -6px;
  --image-radius: 6px;
  --corner-radius: 12px;
  --corner-center-line-width: 48px;
  --split-column-width: 525px;
  --split-text-width: 343px;
  --split-row-gap: 76px;
  --split-image-height: 398px;
  --bottom-link-width: 412.5px;
  --bottom-link-cta-width: 412px;
  --bottom-link-gap: 68px;
  --contact-shell-width: 1245px;
  --contact-text-width: 412px;
  --footer-height: 250px;
  --footer-lion-width: 228px;
  --footer-lion-height: 310px;
  --footer-logo-width: 223px;
  --separator-line-thickness: 3px;
  --separator-chip-width: 48px;
  --separator-chip-height: 9px;
  --separator-band-width: 1090px;
  --separator-band-gap: 34px;
  --surface-radius-md: 18px;
  --surface-radius-lg: 20px;
  --surface-shadow-soft: 0 18px 38px rgba(17, 20, 27, 0.07);
  --surface-shadow-card: 0 16px 34px rgba(17, 20, 27, 0.06);
  --surface-shadow-step: 0 14px 32px rgba(17, 20, 27, 0.06);
  --surface-shadow-light: 0 18px 38px rgba(17, 20, 27, 0.05);
  --editorial-title-gap: 14px;
  --editorial-title-size: 24px;
  --editorial-title-weight: 600;
  --editorial-title-line-height: 1.14;
  --editorial-copy-size: 16px;
  --editorial-copy-line-height: 1.6;
  --editorial-copy-color: var(--muted);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background: var(--white);
  color: var(--text);
  font-family: "Montserrat", sans-serif;
  line-height: 1.4;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-wrap {
  overflow: hidden;
}

.container {
  width: min(calc(100% - 48px), var(--content-width));
  margin: 0 auto;
}

/* Header */
.topbar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: var(--header-height);
  overflow: hidden;
  background: linear-gradient(to bottom, rgba(35, 41, 51, 0.58), rgba(52, 60, 72, 0.46));
  backdrop-filter: blur(2px);
}

.topbar-frame {
  display: grid;
  grid-template-columns: 165.213px 225px 166.289px 579.417px 79.9px 58.435px 165.213px;
  grid-template-areas: ". brand . nav . socials .";
  align-items: center;
  justify-content: start;
  column-gap: 0;
  width: 1440px;
  height: 100%;
  margin: 0 auto;
  padding: 0;
}

.brand {
  grid-area: brand;
  width: 225px;
  justify-self: stretch;
  margin-top: 0;
}

.brand img {
  width: 100%;
  height: auto;
}

.main-nav {
  grid-area: nav;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 26.5px;
  width: 579.417px;
  min-width: 0;
  padding: 0;
  margin-top: 0;
  align-self: center;
}

.main-nav a {
  font-size: 9.8px;
  font-weight: 400;
  line-height: 1.02;
  color: var(--white);
  white-space: nowrap;
}

.socials {
  grid-area: socials;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
  width: 58.435px;
  margin-left: 0;
  margin-top: 0;
  align-self: center;
}

.socials img {
  width: 16px;
  height: 16px;
}

.menu-toggle {
  display: none;
  grid-area: toggle;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  margin: 5px auto;
  background: var(--white);
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.hero {
  margin-top: calc(var(--header-height) * -1);
  padding-top: var(--header-height);
}

/* Hero */
.hero-frame {
  width: 100%;
}

.hero-image {
  display: grid;
  min-height: var(--hero-height);
  width: 100%;
}

.hero-image > * {
  grid-area: 1 / 1;
}

.hero-image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.quote-bar {
  align-self: end;
  justify-self: center;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 0;
  min-height: 120px;
  padding: 28px 12px 16px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.64) 0%, rgba(0, 0, 0, 0.38) 46%, rgba(0, 0, 0, 0.12) 78%, rgba(0, 0, 0, 0.02) 100%);
  color: var(--white);
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.02em;
}

/* V20.35 (audit live) — CTA hero "Estimer mon projet" — conversion clé */
.hero-cta-bar {
  position: absolute;
  bottom: 28px; left: 50%;
  transform: translateX(-50%);
  display: flex; gap: 12px; z-index: 5;
  flex-wrap: wrap; justify-content: center;
  padding: 0 16px;
}
.hero-cta {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 14px 28px; border-radius: 8px;
  font-family: 'Montserrat', system-ui, sans-serif;
  font-size: 14px; font-weight: 600; letter-spacing: 0.04em;
  text-decoration: none;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
  cursor: pointer; white-space: nowrap;
}
.hero-cta--primary {
  background: linear-gradient(180deg, #f6b72c 0%, #d99a1d 100%);
  color: #1a1208;
  box-shadow: 0 6px 20px rgba(246, 183, 44, .35);
}
.hero-cta--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(246, 183, 44, .50);
  background: linear-gradient(180deg, #ffc94a 0%, #e8a826 100%);
}
.hero-cta--ghost {
  background: rgba(255, 255, 255, 0.10); color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.40);
  backdrop-filter: blur(6px);
}
.hero-cta--ghost:hover {
  background: rgba(255, 255, 255, 0.20);
  border-color: rgba(255, 255, 255, 0.70);
}
@media (max-width: 720px) {
  .hero-cta-bar { bottom: 16px; gap: 8px; flex-direction: column; width: 90%; }
  .hero-cta { padding: 12px 22px; font-size: 13px; }
}

.quote-bar::before,
.quote-bar::after {
  font-size: 18px;
  font-weight: 700;
  vertical-align: -2px;
}

.quote-bar::before {
  content: "\201C";
  margin-right: 8px;
}

.quote-bar::after {
  content: "\201D";
  margin-left: 8px;
}

/* Intro */
.intro {
  background: linear-gradient(to bottom, #e6e6e6 0%, #f0f0f0 38%, #fafafa 72%, #ffffff 100%);
}

.intro-inner {
  width: min(calc(100% - 48px), 760px);
  margin: 0 auto;
  min-height: 120px;
  padding: 24px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.intro p {
  margin: 0;
  text-align: center;
  max-width: 720px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
}

.intro strong {
  font-weight: 700;
}

/* Main composition */
.home-composition {
  padding: 54px 0 82px;
}

.home-composition > .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(calc(100% - 48px), 1280px);
}

/* Shared separators */
.separator {
  position: relative;
  height: var(--separator-line-thickness);
  background: var(--gold);
}

.separator::before {
  content: "";
  position: absolute;
  top: 50%;
  width: var(--separator-chip-width);
  height: var(--separator-chip-height);
  background: var(--gold);
  transform: translateY(-50%);
}

.separator-top {
  width: min(100%, var(--separator-band-width));
  margin-bottom: var(--separator-band-gap);
}

.separator-top::before {
  left: 0;
}

.separator-band {
  width: min(100%, var(--separator-band-width));
  margin: 0 auto var(--separator-band-gap);
}

.separator-band-left::before {
  left: 0;
}

.separator-band-right::before {
  left: auto;
  right: 0;
}

.section-title {
  margin: 0 0 52px;
  text-align: center;
  font-size: 21px;
  font-weight: 400;
  text-transform: uppercase;
}

.mini-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 252px));
  justify-content: center;
  gap: 56px;
  width: 100%;
  margin-bottom: 66px;
}

.mini-card {
  text-align: center;
}

.mini-card img {
  width: 100%;
  height: 151px;
  margin-bottom: 16px;
  border-radius: var(--image-radius);
  object-fit: cover;
}

.mini-card-media {
  position: relative;
  overflow: hidden;
  margin-bottom: 16px;
  border-radius: var(--image-radius);
  background: #e9e9e9;
  width: 100%;
}

.mini-card-image {
  position: relative;
  margin-bottom: 16px;
}

.mini-card-image img {
  margin-bottom: 0;
}

.mini-card-media img {
  margin-bottom: 0;
}

.mini-card-slider .mini-card-media img {
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 1;
  transform: translateX(0) scale(1);
  filter: saturate(1) contrast(1);
  transition: opacity 0.01s linear;
  will-change: transform, filter, opacity, mask-image;
  -webkit-mask-image: linear-gradient(to right, #000 0%, #000 100%);
  mask-image: linear-gradient(to right, #000 0%, #000 100%);
}

.mini-card-slider .mini-card-media img.is-active {
  position: relative;
  z-index: 2;
  opacity: 1;
  transform: translateX(0) scale(1);
  filter: saturate(1) contrast(1);
}

.mini-card-slider .mini-card-media img:not(.is-active):not(.is-leaving) {
  opacity: 0;
}

.mini-card-slider .mini-card-media img.is-leaving {
  z-index: 3;
  animation: solea-slide-out-right 8.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.mini-gallery > .mini-card:first-of-type img {
  border-radius: calc(var(--corner-radius) - var(--corner-stroke)) !important;
  clip-path: inset(0 round calc(var(--corner-radius) - var(--corner-stroke)));
}

.mini-gallery > .mini-card:first-of-type {
  border-top-left-radius: 0 !important;
}


.mini-card-title {
  position: relative;
  margin: 0;
  min-height: 2.2em;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.05;
}

.mini-card-title [data-slide-title] {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  opacity: 0;
  transform: translateX(-12%);
  transition:
    opacity 1.2s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.9s cubic-bezier(0.22, 1, 0.36, 1),
    filter 1.2s ease;
  filter: blur(3px);
  text-align: center;
}

.mini-card-title [data-slide-title].is-active {
  z-index: 2;
  opacity: 1;
  transform: translateX(0);
  filter: blur(0);
}

.mini-card-title [data-slide-title].is-leaving {
  z-index: 3;
  opacity: 0;
  transform: translateX(22%);
  filter: blur(4px);
}

.mini-card:not([data-card-slider]) .mini-card-title [data-slide-title] {
  transition: none;
}

@keyframes solea-slide-out-right {
  0% {
    transform: translateX(0) scale(1);
    filter: saturate(1) contrast(1);
    -webkit-mask-image: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.12) 12%, rgba(0, 0, 0, 0.34) 28%, rgba(0, 0, 0, 0.7) 46%, #000 68%, #000 100%);
    mask-image: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.12) 12%, rgba(0, 0, 0, 0.34) 28%, rgba(0, 0, 0, 0.7) 46%, #000 68%, #000 100%);
  }

  100% {
    transform: translateX(108%) scale(1);
    filter: saturate(0.98) contrast(0.99);
    -webkit-mask-image: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.08) 16%, rgba(0, 0, 0, 0.28) 34%, rgba(0, 0, 0, 0.62) 52%, #000 72%, #000 100%);
    mask-image: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.08) 16%, rgba(0, 0, 0, 0.28) 34%, rgba(0, 0, 0, 0.62) 52%, #000 72%, #000 100%);
  }
}

.separator-small {
  width: 253px;
  height: 2.25px;
  margin-bottom: 26px;
}

.separator-small::before {
  left: 50%;
  transform: translate(-50%, -50%);
}

.section-title-spaced {
  font-size: 21px;
  margin-bottom: 75px;
}

/* Split showcase */
.split-showcase {
  display: flex;
  flex-direction: column;
  gap: 75px;
  width: 100%;
  margin-bottom: 64px;
}

.split-row {
  display: grid;
  grid-template-columns: var(--split-column-width) var(--split-row-gap) var(--split-column-width);
  align-items: center;
  justify-content: center;
}

.row-two {
  grid-template-columns: var(--split-column-width) var(--split-row-gap) var(--split-column-width);
}

.split-text {
  width: var(--split-text-width);
  max-width: var(--split-text-width);
  justify-self: center;
  align-self: center;
  text-align: left;
}

.row-one .split-text {
  grid-column: 1;
}

.row-one .split-image {
  grid-column: 3;
}

.row-two .split-image {
  grid-column: 1;
}

.row-two .split-text {
  grid-column: 3;
}

.split-text h2 {
  margin: 0 0 16px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.split-text p {
  margin: 0 0 30px;
  font-size: 14px;
  line-height: 1.3;
  color: var(--muted);
}

/* Internal pages */
.internal-page {
  padding-top: var(--header-height);
}

.internal-hero {
  background: linear-gradient(to bottom, rgba(35, 41, 51, 0.96), rgba(52, 60, 72, 0.92));
  color: var(--white);
}

.internal-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 480px;
  align-items: center;
  gap: 72px;
  min-height: 520px;
  padding: 72px 0 64px;
}

.internal-hero-simple .internal-hero-simple-inner {
  min-height: 320px;
  padding: 72px 0 56px;
  text-align: center;
}

.internal-hero-copy {
  max-width: 560px;
}

.internal-eyebrow {
  margin: 0 0 18px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.internal-title {
  margin: 0 0 22px;
  font-size: 46px;
  font-weight: 500;
  line-height: 1.08;
}

.internal-lead {
  margin: 0;
  max-width: 52ch;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.88);
}

.internal-hero-media img {
  width: 100%;
  height: 360px;
  border-radius: 14px;
  object-fit: cover;
}

.internal-section {
  padding: 88px 0;
}

.internal-section-alt {
  background: linear-gradient(to bottom, #f3f3f3 0%, #fafafa 100%);
}

.internal-section-title {
  margin: 0 0 42px;
  text-align: center;
  font-size: 28px;
  font-weight: 400;
  text-transform: uppercase;
}

.internal-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.internal-card {
  --surface-padding: 30px 28px;
  --surface-shadow: var(--surface-shadow-soft);
  --editorial-title-size: 22px;
  --editorial-title-line-height: 1.15;
  --editorial-copy-line-height: 1.65;
  min-height: 220px;
}

.internal-card,
.internal-step,
.legal-note,
.page-content-block,
.services-method-card,
.services-audience-card,
.audience-card,
.audience-process-card {
  padding: var(--surface-padding);
  border-radius: var(--surface-radius, var(--surface-radius-md));
  background: var(--surface-background, var(--white));
  box-shadow: var(--surface-shadow, var(--surface-shadow-card));
}

.internal-card h3,
.internal-step h3,
.service-card h3,
.services-method-card h3,
.services-audience-card h3,
.audience-card h3,
.audience-process-card h3 {
  margin: 0 0 14px;
  font-size: var(--editorial-title-size);
  font-weight: var(--editorial-title-weight);
  line-height: var(--editorial-title-line-height);
}

.internal-card p,
.internal-step p,
.service-card p,
.services-method-card p,
.services-audience-card p,
.audience-card p,
.audience-process-card p,
.legal-note p,
.page-content-block {
  margin: 0;
  font-size: var(--editorial-copy-size);
  line-height: var(--editorial-copy-line-height);
  color: var(--editorial-copy-color);
}

.internal-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.internal-step {
  --surface-padding: 34px 28px 28px;
  --surface-shadow: var(--surface-shadow-step);
  --editorial-title-size: 22px;
  --editorial-title-line-height: 1.15;
  --editorial-copy-line-height: 1.65;
  position: relative;
}

.internal-step-index {
  display: inline-flex;
  width: 36px;
  height: 6px;
  margin-bottom: 24px;
  border-radius: 999px;
  background: var(--gold);
}

.internal-cta {
  margin-top: 46px;
  text-align: center;
}

.legal-sheet {
  width: min(calc(100% - 48px), 980px);
  margin: 0 auto;
}

.legal-note,
.page-content-block {
  --surface-padding: 38px 34px;
  --surface-shadow: var(--surface-shadow-soft);
}

.legal-note h2 {
  margin: 0 0 16px;
  font-size: 24px;
  font-weight: 500;
}

.page-content-block > *:first-child {
  margin-top: 0;
}

.page-content-block > *:last-child {
  margin-bottom: 0;
}

/* Prestations page */
.services-page .internal-title {
  max-width: 14ch;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
}

.service-card {
  --editorial-title-size: 24px;
  --editorial-title-line-height: 1.12;
  --editorial-copy-line-height: 1.6;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 0;
}

.service-card-wide {
  grid-column: 1 / -1;
  max-width: 580px;
  margin: 0 auto;
}

.service-card-media {
  margin-bottom: 20px;
}

.service-card-media img {
  width: 100%;
  height: 260px;
  border-radius: 14px;
  object-fit: cover;
}

.services-method-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.services-method-card {
  --surface-padding: 34px 28px 30px;
  --surface-shadow: var(--surface-shadow-card);
  --editorial-title-size: 24px;
  --editorial-title-line-height: 1.12;
  --editorial-copy-line-height: 1.6;
}

.services-audiences-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.services-audience-card {
  --surface-padding: 34px 30px;
  --surface-radius: var(--surface-radius-lg);
  --surface-background: linear-gradient(to bottom, #f6f6f6 0%, #ffffff 100%);
  --surface-shadow: var(--surface-shadow-light);
  --editorial-title-size: 24px;
  --editorial-title-line-height: 1.12;
  --editorial-copy-line-height: 1.6;
  display: flex;
  flex-direction: column;
  gap: 18px;
  min-height: 100%;
}

.services-audience-card .cta-button {
  margin-top: auto;
}

.services-content-block {
  margin-top: 40px;
}

/* Audience pages */
.audience-grid,
.audience-process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}

.audience-card,
.audience-process-card {
  --surface-padding: 32px 28px 28px;
  --surface-shadow: var(--surface-shadow-card);
  --editorial-title-size: 24px;
  --editorial-title-line-height: 1.14;
  --editorial-copy-line-height: 1.6;
}

.audience-content-block {
  margin-top: 40px;
}

/* Particuliers premium page */
.particuliers-page {
  background: var(--white);
}

.particuliers-hero {
  margin-top: calc(var(--header-height) * -1);
  padding-top: var(--header-height);
}

.particuliers-hero-image {
  min-height: 0;
}

.particuliers-hero-image > img {
  width: 100%;
  height: var(--hero-height);
  object-fit: cover;
}

.particuliers-intro {
  position: relative;
}

.particuliers-intro-inner {
  width: min(calc(100% - 48px), 860px);
  min-height: 0;
  margin: 0 auto;
  padding: 28px 0 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.particuliers-intro-copy {
  width: min(100%, 760px);
  margin: 0 auto;
  text-align: center;
}

.particuliers-intro-label {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.particuliers-intro-copy h1 {
  margin: 0 0 14px;
  max-width: 760px;
  font-size: 32px;
  font-weight: 350;
  line-height: 1.12;
  text-wrap: balance;
  text-transform: uppercase;
}

.particuliers-intro-copy p {
  margin: 0 auto;
  text-align: center;
}

.particuliers-intro-text {
  width: min(100%, 470px);
  margin: 0 auto;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.52;
  color: var(--muted);
}

.particuliers-main {
  padding: 36px 0 0;
}

.particuliers-shell {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(calc(100% - 48px), 1220px);
}

.particuliers-heading {
  width: 100%;
  margin-bottom: 44px;
  text-align: center;
}

.particuliers-heading .separator-small {
  margin: 0 auto 22px;
}

.particuliers-section-title {
  margin-bottom: 0;
  max-width: 720px;
}

.particuliers-pillars-stage {
  width: 100%;
  margin-top: 18px;
  margin-bottom: 124px;
}

.particuliers-pillars-stage-header {
  display: grid;
  justify-items: center;
  width: fit-content;
  max-width: min(100%, 720px);
  margin: 0 auto 88px;
  text-align: center;
}

.particuliers-pillars-stage-separator {
  align-self: stretch;
  width: calc(100% + 72px);
  height: var(--separator-line-thickness);
  margin: 0 -36px 34px;
}

.particuliers-pillars-stage-separator::before {
  height: var(--separator-chip-height);
}

.particuliers-pillars-ribbon {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 32px 0 0;
}

.particuliers-frieze {
  --particuliers-frieze-gutter: 0px;
  position: relative;
  display: grid;
  gap: 34px;
  width: 100vw;
  max-width: 1460px;
  margin: 0 auto;
  padding: 0 0 0 30px;
  box-sizing: border-box;
}

.particuliers-frieze-row,
.particuliers-frieze-axis {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  column-gap: 0;
}

.particuliers-frieze-row-top {
  align-items: start;
}

.particuliers-frieze-row-bottom {
  align-items: start;
  margin-top: 48px;
}

.particuliers-frieze-item {
  min-width: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}

.particuliers-frieze-slot-1 {
  grid-column: 1;
}

.particuliers-frieze-slot-2 {
  grid-column: 2;
}

.particuliers-frieze-slot-3 {
  grid-column: 3;
}

.particuliers-frieze-slot-4 {
  grid-column: 4;
}

.particuliers-frieze-slot-5 {
  grid-column: 5;
}

.particuliers-frieze-slot-6 {
  grid-column: 6;
}

.particuliers-frieze-step {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  margin: 0;
  color: rgba(21, 21, 21, 0.46);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.22em;
}

.particuliers-frieze-step::after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  margin-top: 5px;
  background: rgba(246, 183, 44, 0.7);
}

.particuliers-frieze-body {
  width: 100%;
  display: flex;
  justify-content: center;
}

.particuliers-frieze-card {
  width: min(100%, 286px);
  display: grid;
  grid-template-rows: auto auto auto;
  justify-items: start;
}

.particuliers-frieze-copy {
  display: contents;
  text-align: left;
}

.particuliers-frieze-copy .particuliers-frieze-step {
  grid-row: 1;
  margin-bottom: 20px;
}

.particuliers-frieze-heading {
  grid-row: 2;
  position: relative;
  display: block;
  padding-right: 108px;
  margin-bottom: 10px;
}

.particuliers-frieze-icon {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 78px;
  height: 78px;
  margin: 0;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(252, 248, 240, 0.98) 100%);
  border: 1px solid rgba(246, 183, 44, 0.16);
}

.particuliers-frieze-icon img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.particuliers-frieze-copy h3 {
  margin: 0;
  white-space: nowrap;
}

.particuliers-frieze-copy p {
  grid-row: 3;
  margin: 0;
}

.particuliers-frieze-axis {
  position: relative;
  align-items: center;
  min-height: 86px;
}

.particuliers-frieze-track {
  grid-column: 1 / -1;
  grid-row: 1;
  position: relative;
  height: 1px;
  background: linear-gradient(90deg, rgba(246, 183, 44, 0) 0%, rgba(246, 183, 44, 0.32) 10%, rgba(246, 183, 44, 0.58) 50%, rgba(246, 183, 44, 0.32) 90%, rgba(246, 183, 44, 0) 100%);
}

.particuliers-frieze-track::before,
.particuliers-frieze-track::after {
  content: "";
  position: absolute;
  right: -2px;
  width: 44px;
  height: 1px;
  top: 50%;
  transform-origin: right center;
  background: linear-gradient(90deg, rgba(246, 183, 44, 0) 0%, rgba(246, 183, 44, 0.18) 18%, rgba(246, 183, 44, 0.58) 100%);
}

.particuliers-frieze-track::before {
  transform: translateY(-50%) rotate(-45deg);
}

.particuliers-frieze-track::after {
  transform: translateY(-50%) rotate(45deg);
}

.particuliers-frieze-jalon {
  position: relative;
  grid-row: 1;
  min-height: 86px;
}

.particuliers-frieze-jalon::before {
  content: "";
  position: absolute;
  left: 50%;
  width: 1px;
  transform: translateX(-50%);
}

.particuliers-frieze-jalon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  border-radius: 999px;
  background: #fff;
  border: 2px solid rgba(246, 183, 44, 0.82);
  box-shadow: 0 0 0 6px rgba(246, 183, 44, 0.08);
  transform: translate(-50%, -50%);
}

.particuliers-frieze-jalon-top::before {
  top: 0;
  height: 43px;
  background: linear-gradient(180deg, rgba(21, 21, 21, 0.04) 0%, rgba(21, 21, 21, 0.22) 100%);
}

.particuliers-frieze-jalon-bottom::before {
  bottom: 0;
  height: 43px;
  background: linear-gradient(180deg, rgba(21, 21, 21, 0.22) 0%, rgba(21, 21, 21, 0.04) 100%);
}

.particuliers-frieze-copy h3 {
  color: rgba(21, 21, 21, 0.96);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: -0.02em;
}

.particuliers-frieze-copy p {
  font-size: 13px;
  line-height: 1.68;
  color: var(--muted);
}

.particuliers-frieze-item-top {
  padding-right: 0;
  align-self: start;
}

.particuliers-frieze-item-bottom {
  padding-left: 0;
  align-self: start;
}

.particuliers-feature {
  width: 100vw;
  margin: 0 calc(50% - 50vw) 124px;
  padding: 92px max(24px, calc((100vw - 1180px) / 2)) 96px;
  background: linear-gradient(to bottom, #faf7f1 0%, #ffffff 100%);
}

.particuliers-feature-shell {
  display: grid;
  grid-template-columns: minmax(0, 470px) minmax(0, 620px);
  align-items: center;
  gap: 44px;
  width: min(100%, 1180px);
  margin: 0 auto;
  padding: 0 24px;
}

.particuliers-feature-copy {
  position: relative;
  width: min(100%, 470px);
}

.particuliers-feature-copy::before {
  content: "";
  position: absolute;
  top: -18px;
  left: -28px;
  width: 132px;
  height: 132px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(246, 183, 44, 0.08) 0%, rgba(246, 183, 44, 0) 72%);
  pointer-events: none;
}

.particuliers-feature-eyebrow {
  margin: 0 0 16px;
  color: rgba(21, 21, 21, 0.74);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.particuliers-feature-separator {
  --separator-band-width: 100%;
  margin-bottom: 24px;
}

.particuliers-feature-title {
  margin: 0 0 24px;
  max-width: 10ch;
  font-size: 36px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.03em;
}

.particuliers-feature-text {
  margin: 0;
  max-width: 420px;
  font-size: 15px;
  line-height: 1.76;
  color: var(--muted);
}

.particuliers-feature-media {
  width: 100%;
  max-width: 620px;
}

.particuliers-feature-media img {
  width: 100%;
  height: 620px;
  border-radius: 18px;
  object-fit: cover;
}

.particuliers-decision {
  width: 100%;
  margin-bottom: 124px;
}

.particuliers-decision-shell {
  display: grid;
  grid-template-columns: minmax(0, 540px) minmax(0, 540px);
  align-items: stretch;
  gap: 34px;
  width: min(100%, 1180px);
  margin: 0 auto;
  padding: 0 24px;
}

.particuliers-decision-media {
  width: 100%;
  max-width: 540px;
}

.particuliers-decision-media img {
  width: 100%;
  height: 620px;
  border-radius: 18px;
  object-fit: cover;
}

.particuliers-decision-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 38px;
  width: 100%;
  padding: 34px 26px 30px;
  background:
    radial-gradient(circle at 88% 18%, rgba(246, 183, 44, 0.08) 0%, rgba(246, 183, 44, 0) 26%),
    linear-gradient(135deg, #15130f 0%, #201d18 100%);
  border-radius: 26px;
}

.particuliers-decision-block {
  width: 100%;
  padding: 0;
}

.particuliers-decision-block-emphasis {
  padding-top: 34px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.particuliers-decision-eyebrow {
  margin: 0 0 16px;
  color: rgba(246, 183, 44, 0.9);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.particuliers-decision-separator {
  --separator-band-width: 100%;
  margin-bottom: 22px;
}

.particuliers-decision-title {
  margin: 0 0 22px;
  max-width: 11ch;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -0.03em;
  color: rgba(255, 255, 255, 0.98);
}

.particuliers-decision-text {
  margin: 0;
  max-width: 420px;
  font-size: 15px;
  line-height: 1.68;
  color: rgba(255, 255, 255, 0.8);
}

.particuliers-statement {
  width: 100%;
  margin-bottom: 136px;
}

.particuliers-statement-panel {
  position: relative;
  overflow: hidden;
  width: min(100%, 1160px);
  margin: 0 auto;
  padding: 104px 96px 92px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 14% 24%, rgba(246, 183, 44, 0.24) 0%, rgba(246, 183, 44, 0) 44%),
    radial-gradient(circle at 82% 78%, rgba(246, 183, 44, 0.14) 0%, rgba(246, 183, 44, 0) 38%),
    linear-gradient(135deg, #070707 0%, #151515 48%, #0b0b0b 100%);
  box-shadow: 0 40px 86px rgba(0, 0, 0, 0.24);
  text-align: left;
  color: var(--white);
}

.particuliers-statement-panel::before,
.particuliers-statement-panel::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  border: 1px solid rgba(246, 183, 44, 0.18);
  pointer-events: none;
}

.particuliers-statement-panel::before {
  top: -158px;
  left: -96px;
  width: 420px;
  height: 420px;
}

.particuliers-statement-panel::after {
  right: -138px;
  bottom: -198px;
  width: 480px;
  height: 480px;
}

.particuliers-statement-lion {
  position: absolute;
  left: -82px;
  bottom: -42px;
  width: 470px;
  height: auto;
  opacity: 0.12;
  pointer-events: none;
}

.particuliers-statement-eyebrow {
  position: relative;
  z-index: 1;
  margin: 0 0 18px;
  color: rgba(246, 183, 44, 0.94);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.particuliers-statement-panel h2 {
  position: relative;
  z-index: 1;
  width: min(100%, 780px);
  margin: 0 0 28px;
  font-size: 38px;
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: -0.028em;
}

.particuliers-statement-text {
  position: relative;
  z-index: 1;
  width: min(100%, 640px);
  margin: 0;
  font-size: 16px;
  line-height: 1.76;
  color: rgba(255, 255, 255, 0.88);
}

.particuliers-statement-footer {
  position: relative;
  z-index: 1;
  margin: 0;
  color: rgba(246, 183, 44, 0.95);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
}

/* Prestations premium page */
.prestations-page {
  background: var(--white);
}

.prestations-hero {
  margin-top: calc(var(--header-height) * -1);
  padding-top: var(--header-height);
}

.prestations-hero-image {
  min-height: 0;
}

.prestations-hero-image > img {
  width: 100%;
  height: var(--hero-height);
  object-fit: cover;
}

.prestations-intro {
  position: relative;
}

.prestations-intro-inner {
  position: relative;
  display: block;
  width: min(calc(100% - 48px), 980px);
  min-height: 168px;
  padding: 34px 0 40px;
}

.prestations-intro-copy {
  width: min(100%, 760px);
  margin: 0 auto;
  text-align: center;
}

.prestations-intro-copy h1 {
  margin: 0 0 14px;
  font-size: 32px;
  font-weight: 350;
  line-height: 1.12;
  text-transform: uppercase;
}

.prestations-intro-copy p {
  margin: 0;
}

.prestations-intro-label {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.prestations-intro-text {
  width: min(100%, 700px);
  margin: 0 auto;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.52;
  color: var(--muted);
}

.prestations-main {
  padding: 90px 0 0;
}

.prestations-shell {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(calc(100% - 48px), 1280px);
}

.prestations-pole {
  width: 100%;
}

.prestations-pole-row {
  --prestations-pole-column-width: var(--split-column-width);
  --prestations-pole-gap: var(--split-row-gap);
  --prestations-pole-text-width: 320px;
  --prestations-pole-kicker-size: 10px;
  --prestations-pole-kicker-title-gap: 10px;
  --prestations-pole-title-size: 20px;
  --prestations-pole-title-weight: 500;
  --prestations-pole-title-line-height: 1.2;
  --prestations-pole-title-transform: none;
  --prestations-pole-title-separator-gap: 26px;
  --prestations-pole-separator-width: 100%;
  --prestations-pole-separator-subtitle-gap: 40px;
  --prestations-pole-subtitle-size: 15px;
  --prestations-pole-subtitle-weight: 500;
  --prestations-pole-subtitle-line-height: 1.35;
  --prestations-pole-subtitle-body-gap: 14px;
  --prestations-pole-body-size: 16px;
  --prestations-pole-body-line-height: 2;
  display: grid;
  grid-template-columns: var(--prestations-pole-column-width) var(--prestations-pole-gap) var(--prestations-pole-column-width);
  gap: 0;
  align-items: center;
  justify-content: center;
  width: calc((var(--prestations-pole-column-width) * 2) + var(--prestations-pole-gap));
  margin: 0 auto;
}

.prestations-pole-global {
  margin-bottom: 0;
}

.prestations-pole-engineering {
  padding-top: 90px;
  margin-bottom: 0;
}

.prestations-pole-row-standard .prestations-pole-copy {
  grid-column: 1;
}

.prestations-pole-row-standard .prestations-pole-media {
  grid-column: 3;
}

.prestations-pole-row-mirror .prestations-pole-media {
  grid-column: 1;
}

.prestations-pole-row-mirror .prestations-pole-copy {
  grid-column: 3;
}

.prestations-pole-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: var(--prestations-pole-text-width);
  max-width: var(--prestations-pole-text-width);
  justify-self: center;
  align-self: center;
  color: var(--muted);
}

.prestations-pole-title {
  margin: 0 0 var(--prestations-pole-title-separator-gap);
  font-size: var(--prestations-pole-title-size);
  font-weight: var(--prestations-pole-title-weight);
  line-height: var(--prestations-pole-title-line-height);
  text-transform: var(--prestations-pole-title-transform);
  color: var(--text);
}

.prestations-pole-separator {
  width: var(--prestations-pole-separator-width);
  margin: 0 0 var(--prestations-pole-separator-subtitle-gap);
}

.prestations-pole-kicker {
  margin: 0 0 var(--prestations-pole-kicker-title-gap);
  color: var(--muted);
  font-size: var(--prestations-pole-kicker-size);
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.prestations-pole-subtitle {
  margin: 0 0 var(--prestations-pole-subtitle-body-gap);
  color: var(--text);
  font-size: var(--prestations-pole-subtitle-size);
  font-weight: var(--prestations-pole-subtitle-weight);
  line-height: var(--prestations-pole-subtitle-line-height);
}

.prestations-pole-body {
  margin: 0;
  font-size: var(--prestations-pole-body-size);
  line-height: var(--prestations-pole-body-line-height);
  color: var(--muted);
}

.prestations-pole-media {
  width: var(--prestations-pole-column-width);
  aspect-ratio: 932 / 708;
  justify-self: center;
}

.prestations-pole-media img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: var(--image-radius);
  object-fit: cover;
}

.prestations-services {
  width: 100%;
  margin-top: 110px;
  margin-bottom: 120px;
}

.prestations-services-heading {
  margin: 0 auto 56px;
  text-align: center;
}

.prestations-section-separator {
  width: 820px;
  margin: 0 auto 34px;
}

.prestations-services-title {
  margin: 0;
}

.prestations-services-rank {
  display: grid;
  justify-content: center;
}

.prestations-services-rank-primary {
  grid-template-columns: repeat(3, 320px);
  gap: 40px;
  margin-bottom: 75px;
}

.prestations-services-rank-secondary {
  grid-template-columns: repeat(3, 280px);
  gap: 32px;
  margin-bottom: 90px;
}

.prestations-services-rank-technical {
  grid-template-columns: repeat(4, 220px);
  gap: 20px;
  align-items: stretch;
}

.prestations-tech-heading {
  grid-column: 1 / -1;
  width: 100%;
  margin: 0 auto 52px;
  text-align: center;
}

.prestations-tech-title {
  margin: 0;
  font-size: 21px;
  font-weight: 400;
  text-transform: uppercase;
}

.prestations-card {
  text-align: center;
}

.prestations-card-media {
  margin-bottom: 18px;
}

.prestations-card-primary .prestations-card-media img {
  width: 320px;
  height: 235px;
  border-radius: var(--image-radius);
  object-fit: cover;
}

.prestations-card-secondary .prestations-card-media img {
  width: 280px;
  height: 200px;
  border-radius: var(--image-radius);
  object-fit: cover;
}

.prestations-card h3,
.prestations-tech-card h3 {
  margin: 0 0 12px;
  font-weight: 500;
  color: var(--text);
}

.prestations-card-primary h3 {
  font-size: 21px;
  line-height: 1.15;
}

.prestations-card-primary p {
  font-size: 15px;
  line-height: 1.45;
}

.prestations-card-secondary h3 {
  font-size: 18px;
  line-height: 1.2;
}

.prestations-card-secondary p {
  font-size: 14px;
  line-height: 1.4;
}

.prestations-card p,
.prestations-tech-card p,
.prestations-timeline-intro,
.prestations-timeline-step p,
.prestations-difference p {
  margin: 0;
  color: var(--muted);
  font-weight: 400;
}

.prestations-tech-card {
  min-height: 168px;
  padding: 28px 22px 24px;
  border-radius: 18px;
  background: linear-gradient(to bottom, #f6f6f6 0%, #ffffff 100%);
  box-shadow: 0 18px 34px rgba(17, 20, 27, 0.06);
  border-top: 3px solid rgba(246, 183, 44, 0.88);
  text-align: center;
}

.prestations-tech-card h3 {
  font-size: 17px;
  line-height: 1.2;
}

.prestations-tech-card p {
  font-size: 14px;
  line-height: 1.4;
}

.prestations-timeline {
  width: min(100%, 1100px);
  margin-bottom: 120px;
  text-align: center;
}

.prestations-timeline .separator-small {
  margin: 0 auto 26px;
}

.prestations-timeline-intro {
  width: min(100%, 620px);
  margin: 0 auto 55px;
  font-size: 16px;
  line-height: 1.55;
}

.prestations-timeline-track {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 42px;
  width: 100%;
  padding: 12px 0;
}

.prestations-timeline-track::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  background: linear-gradient(to bottom, rgba(246, 183, 44, 0.14) 0%, rgba(246, 183, 44, 0.72) 20%, rgba(246, 183, 44, 0.72) 80%, rgba(246, 183, 44, 0.14) 100%);
  transform: translateX(-50%);
}

.prestations-timeline-step {
  position: relative;
  width: 350px;
  text-align: left;
}

.prestations-timeline-step::before {
  content: "";
  position: absolute;
  top: 15px;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--gold);
  box-shadow: 0 0 0 6px rgba(246, 183, 44, 0.12);
}

.prestations-timeline-step-left {
  align-self: flex-start;
}

.prestations-timeline-step-left::before {
  right: -55px;
}

.prestations-timeline-step-right {
  align-self: flex-end;
}

.prestations-timeline-step-right::before {
  left: -55px;
}

.prestations-timeline-index {
  display: block;
  margin-bottom: 10px;
  color: rgba(21, 21, 21, 0.72);
  font-size: 34px;
  font-weight: 400;
  line-height: 1;
}

.prestations-timeline-step h3 {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}

.prestations-timeline-step p {
  font-size: 14px;
  line-height: 1.5;
}

.prestations-difference {
  width: min(100%, 760px);
  margin-bottom: 110px;
  text-align: center;
}

.prestations-difference .separator-small {
  margin: 0 auto 26px;
}

.prestations-difference p {
  width: min(100%, 620px);
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.55;
}

.prestations-signature-cta {
  width: 100%;
  margin-bottom: 120px;
}

.prestations-signature-cta .cta-button.black {
  min-width: 320px;
  min-height: 58px;
  height: 58px;
  font-size: 16px;
}

