@charset "UTF-8";
/*
Theme Name: Nid Douillet Private
Author: Agence MAT 360
Description: Identité premium noir, or et blanc pour Nid Douillet.
Version: 2.0.0
*/
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;1,400&family=Roboto:ital,wght@0,300;0,400;1,300;1,400&display=swap");
:root {
  --nd-black: #050505;
  --nd-charcoal: #0d0d0d;
  --nd-charcoal-soft: #151515;
  --nd-gold: #c9aa71;
  --nd-gold-light: #ead7ad;
  --nd-gold-dark: #8a6a35;
  --nd-ivory: #f5f1e9;
  --nd-white: #ffffff;
  --nd-muted: #aaa59c;
  --nd-line: rgba(201, 170, 113, 0.32);
  --nd-shadow: 0 28px 70px rgba(0, 0, 0, 0.18);
  --nd-radius: 0;
  /* Compatibilité avec les composants existants. */
  --black: var(--nd-black);
  --white: var(--nd-white);
  --white-rgb: 255, 255, 255;
  --black-rgb: 5, 5, 5;
  --gray: #d7d2c8;
  --or: var(--nd-gold);
  --or2: var(--nd-gold-light);
  --or3: var(--nd-gold-dark);
  --or-rgb: 201, 170, 113;
  --or2-rgb: 234, 215, 173;
  --or3-rgb: 138, 106, 53;
  --light: var(--nd-ivory);
  --radius: 0;
}

@font-face {
  font-family: "Alexandria";
  src: url("./assets/Alexandria-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gloock";
  src: url("./assets/Gloock-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--nd-black);
  color: var(--nd-black);
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

button,
input,
select,
textarea {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* Libellés d'action en capitales, en anglais comme en français. */
button,
.btn,
.menu-action,
.hero__call,
.section-callback,
input[type=button],
input[type=submit],
input[type=reset] {
  letter-spacing: 0.08em;
  text-transform: uppercase !important;
}

body.admin-bar .menu {
  top: 32px;
}

::-moz-selection {
  background: var(--nd-gold);
  color: var(--nd-black);
}

::selection {
  background: var(--nd-gold);
  color: var(--nd-black);
}

img {
  max-width: 100%;
}

a {
  color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  font-weight: 400;
}

em {
  color: var(--nd-gold);
  font-style: italic;
  font-weight: 400;
}

.ff-gloock {
  font-family: "Gloock", Georgia, serif !important;
}

.ff-alexandria {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.fw-100 {
  font-weight: 200 !important;
}

.text-xs {
  font-size: 0.78rem;
}

.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  margin: 0 0 1.5rem;
  color: var(--nd-gold);
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.24em;
  line-height: 1.4;
  text-transform: uppercase;
}

.section-kicker::before {
  width: 36px;
  height: 1px;
  background: currentColor;
  content: "";
}

.section-heading h2,
.why h2,
.why-plus h2,
.how h2,
.offres h2,
.temoignages h2,
.realisations h2,
.sect-call-to-action h2 {
  font-family: "Gloock", Georgia, serif;
  font-size: clamp(2.6rem, 5.2vw, 5.4rem);
  letter-spacing: -0.035em;
  line-height: 0.98;
}

.section-heading--split {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: end;
}

.section-heading--split > p {
  max-width: 480px;
  margin: 0 0 0.5rem;
  color: #5e5a54;
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  line-height: 1.8;
}

.section-heading--center {
  max-width: 820px;
  margin: 0 auto 4rem;
  text-align: center;
}

.section-heading--center .section-kicker {
  justify-content: center;
}

.section-heading--center .section-kicker::after {
  width: 36px;
  height: 1px;
  background: currentColor;
  content: "";
}

.section-heading--center > p:last-child {
  max-width: 580px;
  margin: 1.5rem auto 0;
  color: #68635b;
}

.btn {
  border-radius: 0 !important;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.76rem !important;
  font-weight: 500 !important;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.btn-lg {
  padding: 1rem 1.4rem !important;
}

.btn span {
  display: inline-block;
  margin-left: 0.55rem;
  font-size: 1rem;
  transition: transform 180ms ease;
}

.btn:hover span,
.btn:focus span {
  transform: translate(3px, -3px);
}

.btn-theme-1 {
  border: 1px solid var(--nd-gold) !important;
  background: var(--nd-gold) !important;
  color: var(--nd-black) !important;
}

.btn-theme-1:hover,
.btn-theme-1:focus {
  border-color: var(--nd-gold-light) !important;
  background: var(--nd-gold-light) !important;
  color: var(--nd-black) !important;
  transform: translateY(-2px);
}

.btn-theme-2 {
  border: 1px solid var(--nd-gold) !important;
  background: transparent !important;
  color: var(--nd-gold-light) !important;
}

.btn-theme-2:hover,
.btn-theme-2:focus {
  background: var(--nd-gold) !important;
  color: var(--nd-black) !important;
}

.btn-theme-3 {
  border: 1px solid var(--nd-gold) !important;
  background: transparent !important;
  color: var(--nd-gold-light) !important;
}

.btn-theme-3:hover,
.btn-theme-3:focus {
  background: var(--nd-gold) !important;
  color: var(--nd-black) !important;
}

/* Navigation */
.menu {
  position: sticky;
  z-index: 1000;
  top: 0;
  width: 100%;
  border-bottom: 1px solid var(--nd-line);
  background: rgba(5, 5, 5, 0.96);
  color: var(--nd-white);
  backdrop-filter: blur(16px);
}

/* Sur l'accueil, le logo flotte directement sur le hero. */
.home .menu {
  position: absolute;
  top: 0;
  border-bottom: 0;
  background: transparent;
  backdrop-filter: none;
}

.home.admin-bar .menu {
  top: 32px;
}

.home .menu__inner {
  padding-top: 20px !important;
  padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
  padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
}

.menu nav {
  min-height: 86px;
  padding: 0 !important;
}

.menu__inner {
  padding: 0 2rem !important;
}

.menu__inner.container-fluid {
  max-width: 1600px;
}

.nd-brand {
  display: inline-flex;
  min-width: 160px;
  align-items: center;
  color: var(--nd-gold-light) !important;
  text-decoration: none;
}

.nd-brand__logo {
  display: block;
  width: 155px;
  height: auto;
}

.nd-brand__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.nd-brand__name {
  font-family: "Gloock", Georgia, serif;
  font-size: 1.16rem;
  letter-spacing: 0.14em;
  line-height: 1.05;
  text-transform: uppercase;
  white-space: nowrap;
}

.nd-brand__tagline {
  margin-top: 0.42rem;
  color: var(--nd-muted);
  font-size: 0.47rem;
  font-weight: 400;
  letter-spacing: 0.35em;
  line-height: 1;
  text-transform: uppercase;
}

.nd-brand__name {
  font-family: "Gloock", Georgia, serif !important;
}

.nd-brand__tagline {
  font-family: "Alexandria", Arial, sans-serif !important;
}

.menu .navbar-nav {
  gap: 0.35rem;
}

.menu .nav-item {
  padding: 0;
}

.menu .nav-link {
  position: relative;
  padding: 0.65rem 0.72rem !important;
  color: rgba(255, 255, 255, 0.78) !important;
  font-size: 0.7rem;
  font-weight: 300;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.menu .nav-item:not(.menu__cta) .nav-link::after {
  position: absolute;
  right: 0.72rem;
  bottom: 0.38rem;
  left: 0.72rem;
  height: 1px;
  background: var(--nd-gold);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.menu .nav-item:not(.menu__cta) .nav-link:hover,
.menu .nav-item:not(.menu__cta) .nav-link:focus {
  color: var(--nd-gold-light) !important;
}

.menu .nav-item:not(.menu__cta) .nav-link:hover::after,
.menu .nav-item:not(.menu__cta) .nav-link:focus::after {
  transform: scaleX(1);
  transform-origin: left;
}

.menu__cta {
  margin-left: 0.8rem;
}

.menu__cta .nav-link {
  padding: 0.78rem 1rem !important;
}

.menu__actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.language-switcher {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  gap: 0.42rem;
  padding: 0 0.72rem;
  border: 1px solid rgba(201, 170, 113, 0.24);
  background: rgba(255, 255, 255, 0.015);
}

.language-switcher > span {
  width: 1px;
  height: 12px;
  background: rgba(201, 170, 113, 0.35);
}

.language-switcher__option {
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.42);
  font-family: inherit;
  font-size: 0.62rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 1;
  transition: color 180ms ease;
}

.language-switcher__option:hover,
.language-switcher__option:focus-visible,
.language-switcher__option.is-active {
  color: var(--nd-gold-light);
}

.language-switcher__option:focus-visible {
  outline: 1px solid var(--nd-gold);
  outline-offset: 4px;
}

.language-switcher--floating {
  position: absolute;
  z-index: 1100;
  top: 28px;
  right: 32px;
  border-color: rgba(201, 170, 113, 0.42);
  background: rgba(5, 5, 5, 0.2);
  backdrop-filter: blur(10px);
}

.page-template-page-projet .language-switcher--floating {
  right: auto;
  left: 32px;
}

body.admin-bar .language-switcher--floating {
  top: 60px;
}

.menu-action {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  padding: 0.7rem 1rem;
  border: 1px solid rgba(201, 170, 113, 0.42);
  color: rgba(255, 255, 255, 0.72) !important;
  font-size: 0.7rem;
  font-weight: 300;
  letter-spacing: 0.04em;
  text-decoration: none;
  transition: border-color 180ms ease, background-color 180ms ease, color 180ms ease;
}

.menu-action i {
  color: var(--nd-gold);
  font-size: 0.82rem;
}

.menu-action:hover,
.menu-action:focus {
  border-color: var(--nd-gold);
  color: var(--nd-gold-light) !important;
}

.menu-action--primary {
  border-color: var(--nd-gold);
  background: rgba(201, 170, 113, 0.08);
  color: var(--nd-gold-light) !important;
}

.navbar-toggler {
  width: 48px;
  height: 48px;
  padding: 0 !important;
  border: 1px solid var(--nd-line) !important;
  border-radius: 50% !important;
  box-shadow: none !important;
}

.navbar-toggler-line {
  display: block;
  width: 18px;
  height: 1px;
  margin: 5px auto;
  background: var(--nd-gold-light);
}

/* Hero */
.hero {
  position: relative;
  display: flex;
  min-height: calc(100svh - 86px);
  align-items: stretch;
  overflow: hidden;
  background: var(--nd-black);
  color: var(--nd-white);
}

.hero__media,
.hero__shade {
  position: absolute;
  inset: 0;
}

.hero__media img,
.hero__media video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center 44%;
  object-position: center 44%;
  filter: saturate(0.58) contrast(1.05) brightness(0.78);
  transform: scale(1.015);
}

.hero__media video {
  background: var(--nd-black);
}

.home .hero,
.home .hero__inner {
  min-height: 100svh;
}

.hero__shade {
  background: linear-gradient(90deg, rgba(5, 5, 5, 0.98) 0%, rgba(5, 5, 5, 0.88) 36%, rgba(5, 5, 5, 0.18) 72%, rgba(5, 5, 5, 0.38) 100%), linear-gradient(0deg, rgba(5, 5, 5, 0.72) 0%, transparent 38%);
}

.hero__inner {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: calc(100svh - 86px);
  flex-direction: column;
  justify-content: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.hero__content {
  width: min(920px, 68vw);
}

.hero .section-kicker::before {
  display: none;
}

.hero h1 {
  max-width: 920px;
  margin-bottom: 2rem;
  font-family: "Gloock", Georgia, serif;
  font-size: clamp(3.4rem, 5vw, 5.6rem);
  letter-spacing: -0.045em;
  line-height: 0.9;
}

.hero__title span,
.hero__title em {
  display: block;
  white-space: nowrap;
}

.hero h1 em {
  display: block;
}

.hero__lead {
  max-width: 620px;
  margin: 0 0 2.5rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(1rem, 1.4vw, 1.18rem);
  font-weight: 200;
  line-height: 1.75;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.6rem;
}

.hero__call {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  border-bottom: 1px solid rgba(201, 170, 113, 0.55);
  color: var(--nd-white);
  font-size: 0.76rem;
  font-weight: 300;
  padding: 0.45rem 0;
  text-decoration: none;
}

.hero__call i {
  color: var(--nd-gold);
}

.hero__call:hover,
.hero__call:focus {
  color: var(--nd-gold-light);
}

.hero__call--search {
  border: 0;
  border-bottom: 1px solid rgba(201, 170, 113, 0.55);
  background: transparent;
}

.hero__metrics {
  position: absolute;
  right: 0.75rem;
  bottom: 2.2rem;
  left: 0.75rem;
  display: flex;
  width: min(760px, 100% - 1.5rem);
  border-top: 1px solid var(--nd-line);
}

.hero-counter,
.hero__metric {
  display: flex;
  flex: 1 1 0;
  align-items: center;
  gap: 0.85rem;
  margin: 0;
  padding: 1.2rem 1.6rem 0 0;
}

.hero-counter + .hero__metric,
.hero__metric + .hero__metric {
  border-left: 1px solid var(--nd-line);
  padding-left: 1.6rem;
}

.hero-counter__number,
.hero__metric strong {
  color: var(--nd-gold-light);
  font-family: "Gloock", Georgia, serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 1;
}

.hero-counter__label,
.hero__metric span {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.62rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-transform: uppercase;
}

.hero__scroll {
  position: absolute;
  z-index: 3;
  right: 2.5rem;
  bottom: 2rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.6rem;
  letter-spacing: 0.22em;
  text-decoration: none;
  text-transform: uppercase;
  transform: rotate(-90deg) translateX(100%);
  transform-origin: right bottom;
}

.hero__scroll i {
  color: var(--nd-gold);
  font-size: 1rem;
}

/* Navigation verticale des sections */
.section-dots {
  position: fixed;
  z-index: 920;
  top: 50%;
  right: 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 17px;
  padding: 18px 12px;
  transform: translateY(-50%);
}

.section-dots::before {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: linear-gradient(transparent, rgba(201, 170, 113, 0.28) 16%, rgba(201, 170, 113, 0.28) 84%, transparent);
  content: "";
  transform: translateX(-50%);
}

.section-dot {
  position: relative;
  display: block;
  width: 12px;
  height: 12px;
  border: 1.5px solid rgba(201, 170, 113, 0.78);
  border-radius: 50%;
  background: var(--nd-black);
  color: var(--nd-white);
  text-decoration: none;
  transition: height 180ms ease, border-color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.section-dot span {
  position: absolute;
  top: 50%;
  right: 23px;
  width: -moz-max-content;
  width: max-content;
  padding: 0.35rem 0.55rem;
  border: 1px solid rgba(201, 170, 113, 0.25);
  background: rgba(5, 5, 5, 0.92);
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.58rem;
  font-weight: 300;
  letter-spacing: 0.06em;
  opacity: 0;
  pointer-events: none;
  transform: translate(6px, -50%);
  transition: opacity 160ms ease, transform 160ms ease;
  white-space: nowrap;
}

.section-dot:hover span,
.section-dot:focus-visible span {
  opacity: 1;
  transform: translate(0, -50%);
}

.section-dot:hover,
.section-dot:focus-visible {
  border-color: var(--nd-gold-light);
  outline: none;
  transform: scale(1.22);
}

.section-dot.is-active {
  height: 34px;
  border-radius: 999px;
  border-color: var(--nd-gold);
  background: var(--nd-gold);
  box-shadow: 0 0 16px rgba(201, 170, 113, 0.34);
}

/* Expertise */
.why {
  position: relative;
  padding: clamp(6rem, 11vw, 11rem) 0;
  background: var(--nd-ivory);
}

.why .section-heading {
  margin-bottom: clamp(4rem, 7vw, 7rem);
}

.why__stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: clamp(4rem, 7vw, 6.5rem);
  border-top: 1px solid #cec5b4;
  border-bottom: 1px solid #cec5b4;
}

.why-stat {
  min-height: 150px;
  padding: 2rem clamp(1rem, 2vw, 2rem);
  border-right: 1px solid #cec5b4;
}

.why-stat:last-child {
  border-right: 0;
}

.why-stat strong,
.why-stat span {
  display: block;
}

.why-stat strong {
  margin-bottom: 0.65rem;
  color: var(--nd-gold-dark);
  font-family: "Gloock", Georgia, serif;
  font-size: clamp(2rem, 3.5vw, 3.5rem);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 1;
}

.why-stat span {
  color: #6e685e;
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif !important;
  font-size: 0.7rem;
  font-weight: 400;
  letter-spacing: 0.15em;
  line-height: 1.5;
  text-transform: uppercase;
}

.why-stat--text strong {
  font-size: clamp(1.55rem, 2.4vw, 2.5rem);
}

.why__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid #cec5b4;
  border-left: 1px solid #cec5b4;
}

.why-card {
  position: relative;
  min-height: 370px;
  padding: 2rem;
  border-right: 1px solid #cec5b4;
  border-bottom: 1px solid #cec5b4;
  background: transparent;
  transition: background-color 240ms ease, color 240ms ease, transform 240ms ease;
}

.why-card::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  background: var(--nd-gold);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 240ms ease;
}

.why-card:hover {
  z-index: 1;
  background: var(--nd-black);
  color: var(--nd-white);
  transform: translateY(-8px);
}

.why-card:hover::after {
  transform: scaleX(1);
}

.why-card__number {
  display: block;
  margin-bottom: 3.8rem;
  color: var(--nd-gold-dark);
  font-size: 0.64rem;
  letter-spacing: 0.2em;
}

.why-card i {
  display: block;
  margin-bottom: 1.7rem;
  color: var(--nd-gold);
  font-size: 2.1rem;
  line-height: 1;
}

.why-card h3 {
  margin-bottom: 1rem;
  font-family: "Gloock", Georgia, serif;
  font-size: 1.5rem;
}

.why-card p {
  margin: 0;
  color: #6e685e;
  font-size: 0.87rem;
  font-weight: 300;
  line-height: 1.75;
  transition: color 240ms ease;
}

.why-card:hover p {
  color: rgba(255, 255, 255, 0.64);
}

/* Liste de valeur */
.why-plus {
  position: relative;
  padding: clamp(6rem, 11vw, 11rem) 0;
  overflow: hidden;
  background: radial-gradient(circle at 12% 0%, rgba(201, 170, 113, 0.12), transparent 26%), var(--nd-black);
  color: var(--nd-white);
}

.why-plus::after {
  position: absolute;
  right: -10vw;
  bottom: -35vw;
  width: 60vw;
  height: 60vw;
  border: 1px solid rgba(201, 170, 113, 0.12);
  border-radius: 50%;
  content: "";
}

.why-plus .container {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(420px, 1.2fr);
  gap: clamp(4rem, 10vw, 10rem);
}

.why-plus__intro {
  position: sticky;
  top: 145px;
  align-self: start;
}

.why-plus h2 {
  max-width: 620px;
  font-size: clamp(2.6rem, 4.3vw, 4.8rem);
}

.why-plus__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.why-plus__list li {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 1.5rem;
  padding: 2.1rem 0;
  border-top: 1px solid var(--nd-line);
}

.why-plus__list li:last-child {
  border-bottom: 1px solid var(--nd-line);
}

.why-plus__list > li > span {
  color: var(--nd-gold);
  font-family: "Gloock", Georgia, serif;
  font-size: 1rem;
}

.why-plus__list strong {
  display: block;
  margin-bottom: 0.45rem;
  color: var(--nd-gold-light);
  font-family: "Gloock", Georgia, serif;
  font-size: 1.55rem;
  font-weight: 400;
}

.why-plus__list p {
  max-width: 540px;
  margin: 0;
  color: rgba(255, 255, 255, 0.54);
  font-size: 0.88rem;
}

/* Méthode */
.how {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  min-height: 900px;
  padding: 0 !important;
  background: var(--nd-white);
}

.how__image {
  position: relative;
  min-height: 760px;
  overflow: hidden;
}

.how__image > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 60% center;
  object-position: 60% center;
  filter: saturate(0.45) contrast(1.04);
}

.how__image::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(5, 5, 5, 0.68), transparent 52%);
  content: "";
}

.how__image-note {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  width: min(360px, 78%);
  padding: 2rem 2.2rem;
  border-top: 1px solid var(--nd-line);
  border-left: 1px solid var(--nd-line);
  background: rgba(5, 5, 5, 0.86);
  color: var(--nd-white);
  backdrop-filter: blur(12px);
}

.how__image-note span {
  display: block;
  margin-bottom: 0.65rem;
  color: var(--nd-gold);
  font-size: 0.6rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.how__image-note strong {
  font-family: "Gloock", Georgia, serif;
  font-size: 1.35rem;
  font-weight: 400;
  line-height: 1.25;
}

.how__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(5rem, 8vw, 9rem) clamp(2rem, 7vw, 8rem);
}

.how h2 {
  margin-bottom: 3rem;
  font-size: clamp(2.8rem, 4.6vw, 5rem);
}

.how__steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0 0 3rem;
  padding: 0;
  border-top: 1px solid #d8d1c5;
  list-style: none;
}

.how__steps li {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 0.8rem;
  padding: 1.5rem 1.3rem 1.5rem 0;
  border-bottom: 1px solid #d8d1c5;
}

.how__steps li:nth-child(even) {
  padding-left: 1.3rem;
  border-left: 1px solid #d8d1c5;
}

.how__steps > li > span {
  color: var(--nd-gold-dark);
  font-family: "Gloock", Georgia, serif;
  font-size: 0.8rem;
}

.how__steps h3 {
  margin-bottom: 0.35rem;
  font-family: "Gloock", Georgia, serif;
  font-size: 1.25rem;
}

.how__steps p {
  margin: 0;
  color: #777066;
  font-size: 0.76rem;
  line-height: 1.65;
}

.how__content > .btn {
  align-self: flex-start;
}

.section-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.4rem;
}

.section-callback {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.45rem 0;
  border-bottom: 1px solid rgba(138, 106, 53, 0.52);
  color: var(--nd-black);
  font-size: 0.72rem;
  font-weight: 300;
  text-decoration: none;
}

.section-callback i {
  color: var(--nd-gold-dark);
}

.section-callback:hover,
.section-callback:focus {
  color: var(--nd-gold-dark);
}

.section-callback--light {
  color: rgba(255, 255, 255, 0.72);
}

.section-callback--light i {
  color: var(--nd-gold);
}

/* Offres dynamiques */
.offres,
.offres.bg-light {
  position: relative;
  padding: clamp(6rem, 10vw, 10rem) 0 !important;
  background: var(--nd-charcoal) !important;
  color: var(--nd-white);
}

.offres::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(125deg, rgba(201, 170, 113, 0.08), transparent 30%);
  pointer-events: none;
  content: "";
}

.offres .container {
  position: relative;
}

.offres h2 {
  max-width: 930px;
  margin: 0 auto 1.2rem !important;
  color: var(--nd-white);
  font-size: clamp(2.7rem, 5vw, 5rem);
  line-height: 1.02;
  text-align: center;
  text-transform: lowercase;
}

.offres h2::first-letter {
  text-transform: uppercase;
}

.offres h2::after {
  display: block;
  width: 72px;
  height: 1px;
  margin: 1.6rem auto 0;
  background: var(--nd-gold);
  content: "";
}

.offres > .container > p {
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.82rem;
  letter-spacing: 0.08em;
}

.offres .row.g-4 {
  --bs-gutter-x: 1.25rem;
  --bs-gutter-y: 2rem;
  align-items: stretch;
  margin-top: 4.5rem !important;
}

.offres .card {
  position: relative;
  height: 100% !important;
  overflow: visible;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--nd-white);
  box-shadow: none;
  transition: border-color 220ms ease, transform 220ms ease;
}

.offres .card:hover {
  transform: none;
}

.offres .col-12 + .col-12 {
  border-left: 1px solid rgba(201, 170, 113, 0.24);
}

.offres .card-body {
  flex: 0 0 auto !important;
  min-height: 210px !important;
  padding: 2rem !important;
  border-bottom: 1px solid rgba(201, 170, 113, 0.22);
}

.offres .card h3 {
  color: var(--nd-gold-light) !important;
  font-size: 2rem;
}

.offres .badge {
  border: 1px solid var(--nd-line);
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--nd-gold-light) !important;
  font-size: 0.6rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.offres .card-body .fw-bold {
  color: var(--nd-white) !important;
  font-size: 1.2rem !important;
  font-weight: 400 !important;
}

.offres .text-secondary {
  color: rgba(255, 255, 255, 0.48) !important;
  font-size: 0.7rem;
}

.offres .list-group {
  flex: 1 1 auto;
  border-radius: 0 !important;
  background: transparent !important;
}

.offres .list-group-item,
.offres .list-group-item.bg-black {
  display: flex;
  min-height: 74px;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.4rem !important;
  border-color: rgba(201, 170, 113, 0.16) !important;
  background: transparent !important;
  color: rgba(255, 255, 255, 0.69) !important;
  font-size: 0.72rem;
  font-weight: 250 !important;
}

.offres .list-group-item span {
  width: auto !important;
}

.offres .list-group-item i {
  margin-left: auto;
}

.offres .text-success {
  color: var(--nd-gold) !important;
}

.offres .text-danger {
  color: rgba(255, 255, 255, 0.24) !important;
}

.offres .list-group > .p-3 {
  margin-top: auto;
  padding: 1.5rem !important;
}

.offres .list-group .btn,
.offres .btn-dark,
.offres .btn-light {
  border: 1px solid var(--nd-gold) !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--nd-gold-light) !important;
}

.offres .list-group .btn:hover {
  background: var(--nd-gold) !important;
  color: var(--nd-black) !important;
}

.offres .plan-featured {
  z-index: 2;
  border-color: var(--nd-gold) !important;
  background: #17140f !important;
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.34);
  transform: translateY(-22px);
}

.offres .plan-featured:hover {
  transform: translateY(-29px);
}

.offres .plan-featured::before {
  display: none;
}

.offres .plan-featured::after {
  display: none;
}

.offres .plan-flag {
  position: absolute;
  top: -18px;
  left: 50%;
  z-index: 3;
  padding: 0.5rem 1rem;
  border: 0;
  border-radius: 0;
  background: var(--nd-gold);
  color: var(--nd-black);
  font-size: 0.58rem;
  font-weight: 500;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  transform: translateX(-50%);
  white-space: nowrap;
}

.offres .plan-star {
  position: static;
  display: grid;
  width: 36px;
  height: 36px;
  margin: -3.1rem auto 1.5rem;
  place-items: center;
  border-radius: 50%;
  background: var(--nd-gold);
  color: var(--nd-black);
}

/* Témoignages */
.temoignages {
  padding: clamp(6rem, 11vw, 11rem) 0;
  background: var(--nd-ivory);
}

.temoignages .swiper {
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  padding: 0.75rem 0 4rem !important;
}

.temoignages .swiper-wrapper {
  align-items: center;
  transition-timing-function: linear !important;
}

.temoignages .swiper-slide {
  height: auto;
}

.nd-review {
  padding: 0.75rem 0;
}

.nd-review__card {
  display: flex;
  min-height: 360px;
  flex-direction: column;
  padding: clamp(1.35rem, 2vw, 1.8rem);
  border: 1px solid rgba(201, 170, 113, 0.45);
  border-radius: 30px;
  background: var(--nd-black);
}

.nd-review__header {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.9rem;
}

.nd-review__avatar {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid rgba(201, 170, 113, 0.65);
  border-radius: 50%;
  background: var(--nd-black);
  color: var(--nd-gold-light);
  font-size: 1rem;
  font-weight: 400;
}

.nd-review__header h3 {
  margin: 0 0 0.1rem;
  color: var(--nd-gold-light);
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif !important;
  font-size: 0.92rem;
  font-weight: 400;
  letter-spacing: 0.02em;
}

.nd-review__header span:not(.nd-review__avatar) {
  color: var(--nd-gold);
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nd-review__header > i {
  color: var(--nd-gold);
  font-size: 1rem;
}

.nd-review__stars {
  margin: 1.65rem 0 1.35rem;
  color: var(--nd-gold-light);
  font-size: 0.9rem;
  letter-spacing: 0.18em;
}

.nd-review blockquote {
  margin: 0;
  color: var(--nd-gold-light);
  font-size: 0.84rem;
  font-weight: 300;
  line-height: 1.62;
}

.nd-reviews-swiper .swiper-pagination {
  bottom: 0 !important;
}

.temoignages .card {
  min-height: 330px;
  border: 1px solid #d4ccbd !important;
  border-radius: 0 !important;
  background: rgba(255, 255, 255, 0.56) !important;
  box-shadow: none !important;
}

.temoignages .card-body {
  padding: 1.6rem 1.7rem;
}

.temoignages .rounded-circle {
  border: 1px solid var(--nd-gold) !important;
  background: var(--nd-black) !important;
  color: var(--nd-gold-light) !important;
}

.temoignages .card-title {
  font-family: "Gloock", Georgia, serif;
  font-size: 1.2rem;
}

.temoignages .card-text {
  min-height: 7rem;
  color: #5f5a52;
  font-family: "Gloock", Georgia, serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
}

.temoignages .text-warning {
  color: var(--nd-gold-dark) !important;
  font-size: 1rem !important;
}

.temoignages .swiper-button-prev,
.temoignages .swiper-button-next {
  width: 44px;
  height: 44px;
  border: 1px solid var(--nd-gold-dark);
  border-radius: 50%;
  color: var(--nd-gold-dark) !important;
  transform: scale(0.72);
}

.temoignages .swiper-pagination-bullet-active {
  background: var(--nd-gold-dark) !important;
}

/* Réalisations */
.realisations {
  padding: clamp(6rem, 11vw, 11rem) 0;
  background: var(--nd-black);
  color: var(--nd-white);
}

.realisations .am360-showcase {
  color: var(--nd-white);
}

.realisations .am360-card,
.realisations .swiper-slide {
  border: 1px solid var(--nd-line) !important;
  border-radius: 0 !important;
  background: var(--nd-charcoal-soft) !important;
  color: var(--nd-white);
}

.realisations .am360-card img,
.realisations .swiper-slide img {
  filter: saturate(0.7);
}

.realisations .am360-tab,
.realisations .am360-page {
  border: 1px solid var(--nd-line) !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--nd-gold-light) !important;
}

.realisations .am360-tab[aria-selected=true],
.realisations .am360-page.is-active {
  background: var(--nd-gold) !important;
  color: var(--nd-black) !important;
}

/* Call to action */
.sect-call-to-action {
  position: relative;
  display: flex;
  min-height: 88vh;
  align-items: center;
  margin: 0;
  padding: clamp(6rem, 11vw, 10rem) 0;
  overflow: hidden;
  background: var(--nd-black);
  color: var(--nd-white);
}

.sect-call-to-action__image,
.sect-call-to-action__shade {
  position: absolute;
  inset: -16vh 0;
}

.sect-call-to-action__image {
  background: url("../../uploads/themes/call-to-action.jpeg") center 54%/cover no-repeat;
  filter: saturate(0.45) brightness(0.58);
  transform: translate3d(0, var(--parallaxY, 0), 0) scale(1.08);
  will-change: transform;
}

.sect-call-to-action__shade {
  background: linear-gradient(90deg, rgba(5, 5, 5, 0.95) 0%, rgba(5, 5, 5, 0.75) 50%, rgba(5, 5, 5, 0.24) 100%);
}

.sect-call-to-action .container {
  position: relative;
  z-index: 1;
}

.sect-call-to-action__content {
  max-width: 760px;
}

.sect-call-to-action h2 {
  margin-bottom: 1.8rem;
}

.sect-call-to-action__content > p:not(.section-kicker) {
  max-width: 580px;
  margin-bottom: 2rem;
  color: rgba(255, 255, 255, 0.66);
}

/* Loader */
#page-loader {
  position: fixed;
  z-index: 9999;
  inset: 0;
  display: grid;
  place-items: center;
  background: var(--nd-black);
  opacity: 1;
  transition: opacity 0.75s ease;
}

.page-loader__inner {
  width: min(620px, 78vw);
  text-align: center;
  animation: loaderReveal 1s ease both;
}

#page-loader img {
  width: 100%;
  height: auto;
}

.page-loader__inner span {
  display: block;
  margin-top: 1.2rem;
  color: var(--nd-muted);
  font-size: 0.56rem;
  letter-spacing: 0.45em;
  text-transform: uppercase;
}

#page-loader.fade-out {
  opacity: 0;
  pointer-events: none;
}

@keyframes loaderReveal {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Pages intérieures et formulaire */
.projet {
  position: relative;
  padding: clamp(5rem, 9vw, 9rem) 1rem;
  border-bottom: 1px solid var(--nd-line);
  background: radial-gradient(circle at 50% 0%, rgba(201, 170, 113, 0.13), transparent 36%), var(--nd-black);
  color: var(--nd-white);
  text-align: center;
}

.project-callback-float {
  position: absolute;
  z-index: 20;
  top: 28px;
  right: 32px;
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  gap: 0.65rem;
  padding: 0.7rem 1rem;
  border: 1px solid rgba(201, 170, 113, 0.42);
  background: rgba(5, 5, 5, 0.18);
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.68rem;
  font-weight: 300;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  transition: border-color 180ms ease, color 180ms ease, background-color 180ms ease;
}

.home-callback-float {
  display: none;
}

.project-callback-float i {
  color: var(--nd-gold);
}

.project-callback-float:hover,
.project-callback-float:focus-visible {
  border-color: var(--nd-gold);
  background: rgba(201, 170, 113, 0.08);
  color: var(--nd-gold-light);
}

body.admin-bar .project-callback-float {
  top: 60px;
}

.projet h1 {
  max-width: 850px;
  margin: 0 auto 1.3rem;
  font-family: "Gloock", Georgia, serif;
  font-size: clamp(3rem, 6vw, 6rem);
  line-height: 0.98;
}

.project-header-logo {
  display: block;
  width: clamp(170px, 18vw, 245px);
  margin: 0 auto clamp(2.2rem, 4vw, 3.6rem);
}

.project-header-logo img {
  display: block;
  width: 100%;
  height: auto;
}

.projet > .container > .row p,
.projet p {
  color: rgba(255, 255, 255, 0.6);
}

.projet .hero-counter {
  justify-content: center;
  margin-top: 1.2rem;
}

.projet .hero-counter > span:first-child {
  display: none !important;
}

main.container {
  max-width: 1120px;
  padding-top: clamp(4rem, 8vw, 7rem);
  padding-bottom: clamp(4rem, 8vw, 7rem);
  background: var(--nd-white);
}

body:not(.home) {
  background: var(--nd-white);
}

body:not(.home) main.container input:not([type=checkbox]):not([type=radio]),
body:not(.home) main.container select,
body:not(.home) main.container textarea {
  padding-right: 0 !important;
  padding-left: 0 !important;
  border: 0 !important;
  border-bottom: 1px solid #171717 !important;
  border-radius: 0 !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

body:not(.home) main.container input:not([type=checkbox]):not([type=radio]):focus,
body:not(.home) main.container select:focus,
body:not(.home) main.container textarea:focus {
  border-bottom-color: var(--nd-gold) !important;
  box-shadow: 0 1px 0 var(--nd-gold) !important;
}

body:not(.home) main.container select {
  background-position: calc(100% - 6px) 23px, 100% 23px !important;
}

body:not(.home) main.container button,
body:not(.home) main.container input[type=submit] {
  border: 1px solid var(--nd-gold) !important;
  border-radius: 0 !important;
  background: var(--nd-gold) !important;
  color: var(--nd-black) !important;
}

body:not(.home) main.container .am360-ff-next {
  font-weight: 300 !important;
}

/* Formulaire privé — version noire premium */
.page-template-page-projet,
.page-template-page-projet main.container {
  background: var(--nd-black);
  color: var(--nd-white);
}

.page-template-page-projet main.container {
  max-width: none;
  padding-right: max(1.25rem, (100vw - 1120px) / 2);
  padding-left: max(1.25rem, (100vw - 1120px) / 2);
}

.page-template-page-projet .am360-ff-wrap {
  --am360-ff-primary: var(--nd-white) !important;
  --am360-ff-accent: var(--nd-gold) !important;
  --am360-ff-surface: var(--nd-black) !important;
  --am360-ff-field-bg: transparent !important;
  --am360-ff-border: rgba(201, 170, 113, 0.28) !important;
  --am360-ff-button-text: var(--nd-black) !important;
  color: rgba(255, 255, 255, 0.78);
}

.page-template-page-projet .am360-ff-wrap.is-card {
  border-color: rgba(201, 170, 113, 0.24);
  background: rgba(255, 255, 255, 0.018);
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.28);
}

.page-template-page-projet .am360-ff-title,
.page-template-page-projet .am360-ff-progress strong,
.page-template-page-projet .am360-ff-step h3,
.page-template-page-projet .am360-ff-label {
  color: var(--nd-white);
}

.page-template-page-projet main.container input:not([type=checkbox]):not([type=radio]),
.page-template-page-projet main.container select,
.page-template-page-projet main.container textarea {
  border-bottom-color: rgba(255, 255, 255, 0.45) !important;
  color: var(--nd-white) !important;
}

.page-template-page-projet main.container input::-moz-placeholder, .page-template-page-projet main.container textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.38);
}

.page-template-page-projet main.container input::placeholder,
.page-template-page-projet main.container textarea::placeholder {
  color: rgba(255, 255, 255, 0.38);
}

.page-template-page-projet main.container select option {
  background: var(--nd-black);
  color: var(--nd-white);
}

.page-template-page-projet .am360-ff-choice,
.page-template-page-projet .am360-ff-consent {
  min-height: 34px;
  padding: 0.3rem 0;
  border: 0;
  background: transparent;
}

.page-template-page-projet .am360-ff-address-suggestions,
.page-template-page-projet .am360-ff-address-suggestions button {
  background: #0b0b0b;
  color: var(--nd-white);
}

.page-template-page-projet .am360-ff-status.is-success {
  background: rgba(201, 170, 113, 0.12);
  color: var(--nd-gold-light);
}

.page-template-page-projet .am360-ff-status.is-error {
  background: rgba(161, 38, 29, 0.2);
  color: #f2b4ae;
}

/* Page de remerciement */
.nd-thank-page {
  background: var(--nd-black);
  color: var(--nd-white);
}

.nd-thank-you {
  position: relative;
  display: grid;
  min-height: 100svh;
  place-items: center;
  padding: clamp(6rem, 11vw, 10rem) 1.25rem;
  overflow: hidden;
  background: linear-gradient(rgba(5, 5, 5, 0.78), rgba(5, 5, 5, 0.94)), url("../../uploads/themes/hero-niddouillet.webp") center/cover no-repeat;
  text-align: center;
}

.nd-thank-you__glow {
  position: absolute;
  top: 18%;
  left: 50%;
  width: min(620px, 86vw);
  height: min(620px, 86vw);
  border: 1px solid rgba(201, 170, 113, 0.18);
  border-radius: 50%;
  box-shadow: 0 0 120px rgba(201, 170, 113, 0.08) inset;
  transform: translateX(-50%);
}

.nd-thank-you__inner {
  position: relative;
  z-index: 1;
  width: min(820px, 100%);
}

.nd-thank-you__mark {
  display: grid;
  width: 76px;
  height: 76px;
  margin: 0 auto 2.3rem;
  place-items: center;
  border: 1px solid var(--nd-gold);
  border-radius: 50%;
  color: var(--nd-gold-light);
  font-size: 1.8rem;
}

.nd-thank-you h1 {
  margin: 1rem 0 2rem;
  color: var(--nd-white);
  font-family: "Gloock", Georgia, serif;
  font-size: clamp(3.2rem, 7vw, 7rem);
  letter-spacing: -0.045em;
  line-height: 0.92;
}

.nd-thank-you h1 em {
  display: block;
  color: var(--nd-gold-light);
}

.nd-thank-you__lead {
  max-width: 660px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.66);
  font-size: clamp(1rem, 1.4vw, 1.16rem);
  line-height: 1.8;
}

.nd-thank-you__line {
  width: 1px;
  height: 54px;
  margin: 2.2rem auto;
  background: linear-gradient(var(--nd-gold), transparent);
}

.nd-thank-you__contact {
  margin-bottom: 2rem;
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.78rem;
}

.nd-thank-you__contact a {
  color: var(--nd-gold-light);
  text-decoration: none;
}

.agence {
  padding: clamp(4rem, 8vw, 8rem) 0;
  background: var(--nd-ivory);
}

.agence h1,
.agence h2,
.agence h3,
.agence .lead {
  color: var(--nd-black);
  font-family: "Gloock", Georgia, serif;
}

.agence h1 {
  font-size: clamp(2.8rem, 5vw, 5rem);
  line-height: 1;
}

.agence .transport {
  color: var(--nd-black);
}

.agence .item {
  min-height: 150px;
  min-width: 80px;
}

.agence .item img {
  margin-bottom: 1rem;
}

.agence strong {
  font-family: "Gloock", Georgia, serif;
}

#agence_map {
  border: 1px solid var(--nd-gold) !important;
  filter: grayscale(0.78) sepia(0.18);
}

/* Fenêtre offre cadeau */
.am360-nd-gift-node {
  border: 1px solid var(--nd-gold) !important;
  background: var(--nd-black) !important;
  color: var(--nd-gold-light) !important;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.38) !important;
}

.am360-nd-gift-node::before,
.am360-nd-gift-node::after {
  background: var(--nd-gold) !important;
}

.am360-nd-gift-knot {
  border-color: var(--nd-gold) !important;
}

.am360-nd-gift-label {
  background: var(--nd-black) !important;
}

.am360-nd-gift-overlay {
  background: rgba(0, 0, 0, 0.82) !important;
  backdrop-filter: blur(8px);
}

.am360-nd-gift-modal {
  border: 1px solid var(--nd-gold) !important;
  border-radius: 0 !important;
  background: var(--nd-charcoal) !important;
  color: var(--nd-white) !important;
}

.am360-nd-gift-modal h2 {
  color: var(--nd-gold-light);
}

.am360-nd-gift-intro,
.am360-nd-gift-note {
  color: rgba(255, 255, 255, 0.62) !important;
}

.am360-nd-gift-lines p {
  border-color: var(--nd-line) !important;
}

.am360-nd-gift-close {
  background: transparent !important;
  color: var(--nd-gold-light) !important;
}

.am360-nd-gift-button {
  border: 1px solid var(--nd-gold) !important;
  border-radius: 0 !important;
  background: var(--nd-gold) !important;
  color: var(--nd-black) !important;
}

/* Footer */
footer {
  padding: clamp(4rem, 7vw, 7rem) 1rem 2rem;
  border-top: 1px solid var(--nd-line);
  background: radial-gradient(circle at 0 0, rgba(201, 170, 113, 0.09), transparent 28%), var(--nd-black);
  color: rgba(255, 255, 255, 0.62);
}

footer .navbar-brand {
  display: block;
  width: 210px;
}

footer .navbar-brand img {
  width: 100%;
}

footer .title,
footer h2,
footer h3 {
  color: var(--nd-gold-light) !important;
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif !important;
  font-size: 1.35rem !important;
  font-weight: 400;
}

footer .text {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.86rem;
  font-weight: 200 !important;
}

footer hr {
  margin: 2rem 0;
  border-color: var(--nd-line);
  opacity: 1;
}

footer a {
  color: rgba(255, 255, 255, 0.68) !important;
  text-decoration: none;
  transition: color 160ms ease;
}

footer a:hover,
footer a:focus {
  color: var(--nd-gold-light) !important;
}

footer .bi {
  margin: 0 0.25rem;
  color: var(--nd-gold) !important;
  font-size: 1.6rem;
}

footer [role=listitem] p {
  margin-bottom: 0.5rem;
  color: rgba(255, 255, 255, 0.38);
  font-size: 0.7rem;
}

footer .text-white,
footer .text-white p {
  color: rgba(255, 255, 255, 0.58) !important;
}

/* Responsive */
@media (max-width: 1199.98px) {
  .menu__inner {
    padding: 0 1.25rem !important;
  }
  .menu .nav-link {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
    font-size: 0.64rem;
  }
  .why__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .why__stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .why-stat:nth-child(2) {
    border-right: 0;
  }
  .why-stat:nth-child(-n+2) {
    border-bottom: 1px solid #cec5b4;
  }
  .why-card {
    min-height: 320px;
  }
  .how__content {
    padding-right: 3.5rem;
    padding-left: 3.5rem;
  }
}
@media (max-width: 991.98px) {
  body.admin-bar .menu {
    top: 46px;
  }
  body.home.admin-bar .menu {
    top: 46px;
  }
  .menu nav {
    min-height: 78px;
  }
  .menu .navbar-collapse {
    margin: 0 -1.25rem;
    padding: 1.25rem;
    border-top: 1px solid var(--nd-line);
    background: var(--nd-black);
  }
  .menu .navbar-nav {
    align-items: stretch !important;
  }
  .menu .nav-link {
    padding: 0.85rem 0 !important;
    border-bottom: 1px solid rgba(201, 170, 113, 0.13);
    font-size: 0.78rem;
  }
  .menu .nav-item:not(.menu__cta) .nav-link::after {
    display: none;
  }
  .menu__cta {
    margin: 1rem 0 0;
  }
  .menu__cta .nav-link {
    padding: 1rem !important;
    text-align: center;
  }
  .language-switcher {
    min-height: 38px;
    padding: 0 0.56rem;
  }
  .hero__inner {
    min-height: calc(100svh - 78px);
  }
  .hero__content {
    width: min(710px, 82vw);
  }
  .hero__shade {
    background: linear-gradient(90deg, rgba(5, 5, 5, 0.96) 0%, rgba(5, 5, 5, 0.74) 56%, rgba(5, 5, 5, 0.3) 100%), linear-gradient(0deg, rgba(5, 5, 5, 0.78) 0%, transparent 42%);
  }
  .hero__scroll {
    display: none;
  }
  .section-heading--split {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .why-plus .container {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .why-plus__intro {
    position: static;
  }
  .how {
    grid-template-columns: 1fr;
  }
  .how__image {
    min-height: 640px;
  }
  .offres .plan-featured,
  .offres .plan-featured:hover {
    transform: none;
  }
}
@media (max-width: 767.98px) {
  .hero h1 {
    max-width: 100%;
    font-size: clamp(1.85rem, 8.2vw, 3.5rem);
    line-height: 0.96;
    text-wrap: balance;
  }
  .why__stats {
    grid-template-columns: 1fr;
  }
  .why-stat,
  .why-stat:nth-child(2) {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid #cec5b4;
  }
  .why-stat:last-child {
    border-bottom: 0;
  }
  html {
    scroll-padding-top: 78px;
  }
  body {
    font-size: 15px;
  }
  .nd-brand {
    min-width: 0;
  }
  .nd-brand__copy {
    display: none;
  }
  .menu__actions {
    gap: 0.4rem;
  }
  .project-callback-float {
    top: 18px;
    right: 14px;
    min-height: 38px;
    padding: 0.58rem 0.72rem;
    font-size: 0.58rem;
  }
  body.admin-bar .project-callback-float {
    top: 64px;
  }
  .language-switcher--floating {
    top: 18px;
    right: 14px;
    min-height: 38px;
  }
  .page-template-page-projet .language-switcher--floating {
    right: auto;
    left: 14px;
  }
  body.admin-bar .language-switcher--floating {
    top: 64px;
  }
  .home .menu__inner {
    position: relative;
    min-height: 64px;
    padding-top: 14px !important;
    padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
    padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
  }
  .home .nd-brand {
    position: absolute;
    z-index: 1101;
    top: 18px;
    left: 50%;
    width: 132px;
    transform: translateX(-50%);
  }
  .home .nd-brand__logo {
    width: 132px;
  }
  .home .language-switcher--floating {
    right: auto;
    left: 14px;
  }
  .home .home-callback-float {
    display: inline-flex;
    right: 14px;
  }
  .menu-action {
    min-height: 40px;
    padding: 0.58rem 0.68rem;
    font-size: 0.58rem;
  }
  .section-dots {
    right: 5px;
    gap: 13px;
    padding-right: 6px;
    padding-left: 6px;
  }
  .section-dot {
    width: 10px;
    height: 10px;
  }
  .section-dot.is-active {
    height: 29px;
  }
  .section-dot span {
    display: none;
  }
  .hero {
    min-height: 100svh;
  }
  .hero__media img {
    -o-object-position: 64% center;
    object-position: 64% center;
  }
  .hero__shade {
    background: linear-gradient(90deg, rgba(5, 5, 5, 0.93), rgba(5, 5, 5, 0.54)), linear-gradient(0deg, rgba(5, 5, 5, 0.92) 0%, transparent 58%);
  }
  .hero__inner {
    min-height: 100svh;
    justify-content: center;
    padding-top: 7rem;
    padding-bottom: 4rem;
  }
  .hero__content {
    width: 100%;
    min-width: 0;
  }
  .hero h1 {
    width: 100%;
    font-size: clamp(2.25rem, 10vw, 3.75rem);
  }
  .hero__lead {
    font-size: 0.95rem;
  }
  .hero__actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 1.2rem;
  }
  .hero__metrics {
    bottom: 2.3rem;
    width: calc(100% - 1.5rem);
  }
  .hero-counter,
  .hero__metric {
    display: block;
    padding: 1rem 0.55rem 0 !important;
    text-align: center;
  }
  .hero-counter__number,
  .hero__metric strong {
    display: block;
    margin-bottom: 0.35rem;
    font-size: 2rem;
  }
  .hero-counter__label br,
  .hero__metric span br {
    display: none;
  }
  .why__grid {
    grid-template-columns: 1fr;
  }
  .why-card {
    min-height: auto;
    padding: 1.8rem;
  }
  .why-card__number {
    margin-bottom: 2rem;
  }
  .why-card:hover {
    transform: none;
  }
  .why-plus__list li {
    grid-template-columns: 42px 1fr;
    gap: 1rem;
  }
  .how__image {
    min-height: 510px;
  }
  .how__content {
    padding: 5rem 1.25rem;
  }
  .how__steps {
    grid-template-columns: 1fr;
  }
  .how__steps li,
  .how__steps li:nth-child(even) {
    padding: 1.3rem 0;
    border-left: 0;
  }
  .offres .row.g-4 {
    margin-top: 3rem !important;
  }
  .offres .col-12 + .col-12 {
    margin-top: 0.75rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(201, 170, 113, 0.24);
    border-left: 0;
  }
  .sect-call-to-action {
    min-height: 760px;
  }
  .sect-call-to-action__image {
    background-position: 58% center;
  }
  .sect-call-to-action__shade {
    background: rgba(5, 5, 5, 0.73);
  }
  footer {
    text-align: center;
  }
  footer .navbar-brand {
    width: 210px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 480px) {
  .home .home-callback-float span {
    display: none;
  }
  .home .home-callback-float {
    width: 38px;
    justify-content: center;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 480px) {
  .menu__inner {
    padding: 0 0.8rem !important;
  }
  .home .menu__inner {
    padding: 14px calc(var(--bs-gutter-x) * 0.5) 0 !important;
  }
  .nd-brand__logo {
    width: 112px;
  }
  .nd-brand__name {
    font-size: 0.9rem;
  }
  .nd-brand__tagline {
    font-size: 0.38rem;
  }
  .navbar-toggler {
    width: 42px;
    height: 42px;
  }
  .menu-action {
    gap: 0.42rem;
    padding: 0.54rem 0.58rem;
    letter-spacing: 0.01em;
  }
  .menu-action i {
    font-size: 0.72rem;
  }
  .menu-action--callback span {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
  .menu-action--callback {
    width: 38px;
    padding-right: 0;
    padding-left: 0;
  }
  .hero h1 {
    font-size: clamp(2.15rem, 10vw, 3rem);
  }
  .hero__metrics {
    left: 0.25rem;
    width: calc(100% - 0.5rem);
  }
  .hero-counter__number,
  .hero__metric strong {
    font-size: 1.65rem;
  }
  .hero-counter__label,
  .hero__metric span {
    font-size: 0.5rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
/* Typographie sobre et contemporaine pour toute l'interface, hors logo. */
.ff-gloock,
h1,
h2,
h3,
h4,
h5,
h6,
.hero-counter__number,
.hero__metric strong,
.why-plus__list strong,
.how__image-note strong,
.offres .card h3,
.temoignages .card-title,
.projet h1,
footer .title {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif !important;
  font-weight: 400 !important;
}

/* Offres privées : composition premium sans pictogrammes décoratifs. */
.offres .row.g-4 { --bs-gutter-x: 1.75rem; max-width: 1180px; margin-right: auto; margin-left: auto; }
.offres .col-12 + .col-12 { border-left: 0; }
.offres .card { overflow: visible; border: 1px solid rgba(201, 170, 113, 0.3) !important; border-radius: 18px !important; background: rgba(255, 255, 255, 0.02) !important; }
.offres .plan-featured,
.offres .plan-featured:hover { border-color: var(--nd-gold) !important; background: linear-gradient(145deg, rgba(201, 170, 113, 0.08), rgba(0, 0, 0, 0.22)) !important; box-shadow: 0 0 24px rgba(201, 170, 113, 0.12), inset 0 0 30px rgba(201, 170, 113, 0.025); transform: none; }
.offres .card-body { min-height: 245px !important; padding: 3rem 2.5rem 2rem !important; text-align: center; }
.offres .card-body > .d-flex { display: block !important; }
.offres .card h3,
.offres .card-body .fw-bold { font-family: "Gloock", Georgia, serif !important; font-weight: 400 !important; }
.offres .card h3 { margin-bottom: 0.85rem !important; font-size: clamp(2rem, 3vw, 2.8rem); letter-spacing: 0.04em; text-transform: uppercase; }
.offres .card-body .fw-bold { display: block; margin-top: 1.4rem; color: var(--nd-white) !important; font-size: clamp(1.45rem, 2.4vw, 2.15rem) !important; letter-spacing: 0.04em; }
.offres .badge,
.offres .text-secondary,
.offres .plan-flag,
.offres .plan-feature-group,
.offres .list-group-item,
.offres .list-group .btn { font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif !important; }
.offres .badge { display: inline-block; margin-bottom: 0.75rem; }
.offres .text-secondary { color: rgba(255, 255, 255, 0.62) !important; font-size: 0.75rem; }
.offres .list-group { padding: 0.5rem 2.5rem 1.25rem; }
.offres .plan-feature-group { display: flex; align-items: center; gap: 0.65rem; margin: 0.9rem 0 0; padding: 0.9rem 0 0.55rem; border-top: 1px solid rgba(201, 170, 113, 0.28); color: var(--nd-gold-light); font-size: 0.68rem; font-weight: 500; letter-spacing: 0.18em; list-style: none; text-transform: uppercase; }
.offres .plan-feature-group i { color: var(--nd-gold); font-size: 1rem; }
.offres .plan-feature-group:first-child { border-top: 0; }
.offres .list-group-item,
.offres .list-group-item.bg-black { min-height: 0; gap: 0.75rem; padding: 0.36rem 0 !important; border: 0 !important; font-size: 0.74rem; line-height: 1.45; }
.offres .plan-check { flex: 0 0 auto; width: 1rem !important; color: var(--nd-gold); font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif !important; }
.offres .list-group > .p-3 { padding: 1.75rem 0 0 !important; }
.offres .list-group .btn { padding: 1rem 1.25rem !important; font-size: 0.7rem; font-weight: 500 !important; letter-spacing: 0.16em; text-transform: uppercase !important; }
.offres .plan-featured .list-group .btn { background: var(--nd-gold) !important; color: var(--nd-black) !important; }
.offres .plan-flag { top: -16px; min-width: 170px; padding: 0.55rem 1.25rem; border-radius: 999px; text-align: center; }
@media (max-width: 767.98px) {
  .offres .list-group { padding-right: 1.5rem; padding-left: 1.5rem; }
  .offres .card-body { padding-right: 1.5rem !important; padding-left: 1.5rem !important; }
  .offres .col-12 + .col-12 { padding-top: 2.75rem; border-top: 0; border-left: 0; }
}
/*# sourceMappingURL=style.css.map */
