.elementor-100 .elementor-element.elementor-element-b4b09a9{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for container, class: .elementor-element-b4b09a9 *//* ================================
   PAGE A PROPOS - COHERENCE VISUELLE
================================ */

:root {
  --fda-paper: #faf8f4;
  --fda-soft: #f2eee7;
  --fda-ink: #171310;
  --fda-text: #2a2521;
  --fda-muted: rgba(23, 19, 16, 0.66);
  --fda-line: rgba(23, 19, 16, 0.13);
  --fda-accent: #6f7b63;
  --fda-warm: #c7a27a;
  --fda-dark: #1a1713;
  --fda-title: "Cormorant Garamond", Georgia, serif;
  --fda-font: "Manrope", system-ui, sans-serif;
  --fda-container: 1180px;
}

body.page-id-100 .elementor-100,
body.page-id-100 .site-main,
body.page-id-100 .page-content {
  background: var(--fda-paper);
}

body.page-id-100 .fda-about,
body.page-id-100 .fda-about * {
  box-sizing: border-box;
}

body.page-id-100 .fda-about {
  overflow-x: hidden;
  background: var(--fda-paper);
  color: var(--fda-ink);
  font-family: var(--fda-font);
}

body.page-id-100 .fda-wrap {
  width: min(100% - 48px, var(--fda-container));
  margin: auto;
}

body.page-id-100 .fda-kicker {
  margin: 0 0 18px;
  color: var(--fda-accent);
  font-family: var(--fda-font);
  font-size: 0.74rem;
  font-weight: 850;
  line-height: 1.4;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

body.page-id-100 .fda-about h1,
body.page-id-100 .fda-about h2,
body.page-id-100 .fda-about h3 {
  margin: 0;
  color: var(--fda-ink);
  font-family: var(--fda-title);
  font-weight: 560;
  letter-spacing: -0.025em;
}

body.page-id-100 .fda-about h1 {
  max-width: 720px;
  margin-bottom: 28px;
  font-size: clamp(2.45rem, 3.9vw, 4.35rem);
  line-height: 0.98;
}

body.page-id-100 .fda-about h1 span {
  display: block;
}

body.page-id-100 .fda-about h2 {
  max-width: 680px;
  margin-bottom: 26px;
  font-size: clamp(2.08rem, 3vw, 3.25rem);
  line-height: 1.02;
}

body.page-id-100 .fda-about h3 {
  margin: 0 0 10px;
  font-size: 1.42rem;
  line-height: 1.08;
}

body.page-id-100 .fda-about p {
  margin: 0;
  color: var(--fda-muted);
  font-family: var(--fda-font);
  font-size: 1rem;
  line-height: 1.75;
}

body.page-id-100 .fda-lead {
  max-width: 650px;
  margin-bottom: 22px !important;
  color: var(--fda-text) !important;
  font-size: clamp(1.04rem, 1.2vw, 1.16rem) !important;
  font-weight: 520;
  line-height: 1.72 !important;
}

body.page-id-100 .fda-text {
  max-width: 640px;
}

body.page-id-100 .fda-text + .fda-text {
  margin-top: 18px;
}

body.page-id-100 .fda-hero {
  position: relative;
  padding: clamp(7.5rem, 12vw, 11rem) 0 clamp(4.5rem, 8vw, 6.8rem);
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 17%, rgba(111, 123, 99, 0.16), transparent 32%),
    linear-gradient(180deg, #fff 0%, var(--fda-soft) 100%);
}

body.page-id-100 .fda-hero::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: min(100% - 48px, var(--fda-container));
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, var(--fda-line), transparent);
}

body.page-id-100 .fda-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 0.72fr);
  gap: clamp(48px, 6vw, 84px);
  align-items: center;
}

body.page-id-100 .fda-hero__content {
  max-width: 740px;
}

body.page-id-100 .fda-hero__image {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #e8e1d8;
  box-shadow: 0 28px 76px rgba(23, 19, 16, 0.16);
}

body.page-id-100 .fda-hero__image::before {
  content: "Photographe \\0000E0  Saintes";
  position: absolute;
  left: 22px;
  bottom: 22px;
  z-index: 2;
  padding: 10px 13px;
  color: #fff;
  background: rgba(23, 19, 16, 0.68);
  font-family: var(--fda-font);
  font-size: 0.7rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

body.page-id-100 .fda-hero__image img {
  display: block;
  width: 100%;
  height: clamp(460px, 46vw, 620px);
  object-fit: cover;
  object-position: center center;
  filter: saturate(0.98) contrast(1.03);
}

body.page-id-100 .fda-approach {
  padding: clamp(5rem, 8vw, 7rem) 0;
  background: #fff;
}

body.page-id-100 .fda-approach__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.9fr);
  gap: clamp(48px, 6vw, 78px);
  align-items: start;
}

body.page-id-100 .fda-approach__content {
  max-width: 700px;
}

body.page-id-100 .fda-approach__content p + p {
  margin-top: 20px;
}

body.page-id-100 .fda-approach__cards {
  display: grid;
  gap: 16px;
}

body.page-id-100 .fda-approach__cards article {
  position: relative;
  padding: 28px 26px;
  border: 1px solid rgba(23, 19, 16, 0.09);
  border-radius: 8px;
  background: var(--fda-paper);
  box-shadow: 0 14px 38px rgba(23, 19, 16, 0.055);
}

body.page-id-100 .fda-approach__cards article::before {
  content: "";
  display: block;
  width: 34px;
  height: 2px;
  margin-bottom: 20px;
  background: var(--fda-warm);
}

body.page-id-100 .fda-approach__cards span {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--fda-accent);
  font-family: var(--fda-font);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

body.page-id-100 .fda-approach__cards p {
  font-size: 0.95rem;
  line-height: 1.65;
}

body.page-id-100 .fda-cta {
  padding: clamp(5rem, 8vw, 7rem) 0;
  background: var(--fda-soft);
}

body.page-id-100 .fda-cta__box {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 34px;
  align-items: center;
  padding: clamp(30px, 4.5vw, 52px);
  border: 1px solid rgba(23, 19, 16, 0.09);
  border-radius: 8px;
  background: linear-gradient(135deg, #fff 0%, rgba(255, 255, 255, 0.78) 100%);
  box-shadow: 0 18px 50px rgba(23, 19, 16, 0.07);
}

body.page-id-100 .fda-cta h2 {
  max-width: 720px;
  margin-bottom: 16px;
}

body.page-id-100 .fda-cta p {
  max-width: 660px;
}

body.page-id-100 .fda-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

body.page-id-100 .fda-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 25px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-family: var(--fda-font);
  font-size: 0.86rem;
  font-weight: 850;
  line-height: 1;
  text-decoration: none !important;
  transition: transform 0.24s ease, box-shadow 0.24s ease, background 0.24s ease, border-color 0.24s ease, color 0.24s ease;
}

body.page-id-100 .fda-btn:hover {
  transform: translateY(-2px);
}

body.page-id-100 .fda-btn--dark {
  color: #fff !important;
  background: var(--fda-ink) !important;
  border-color: var(--fda-ink) !important;
  box-shadow: 0 16px 38px rgba(23, 19, 16, 0.13);
}

body.page-id-100 .fda-btn--light {
  color: var(--fda-ink) !important;
  background: rgba(255, 255, 255, 0.7) !important;
  border-color: var(--fda-line) !important;
}

@media (max-width: 980px) {
  body.page-id-100 .fda-hero__grid,
  body.page-id-100 .fda-approach__grid,
  body.page-id-100 .fda-cta__box {
    grid-template-columns: 1fr;
  }

  body.page-id-100 .fda-hero__image {
    max-width: 620px;
  }

  body.page-id-100 .fda-cta__actions {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  body.page-id-100 .fda-wrap {
    width: min(100% - 28px, var(--fda-container));
  }

  body.page-id-100 .fda-about h1 {
    font-size: clamp(2.18rem, 10vw, 3.25rem);
    line-height: 1.02;
  }

  body.page-id-100 .fda-about h2 {
    font-size: clamp(1.95rem, 8vw, 2.75rem);
    line-height: 1.08;
  }

  body.page-id-100 .fda-about p {
    font-size: 0.96rem;
    line-height: 1.68;
  }

  body.page-id-100 .fda-lead {
    font-size: 1.02rem !important;
  }

  body.page-id-100 .fda-hero__image img {
    height: 420px;
  }

  body.page-id-100 .fda-cta__box {
    padding: 28px 24px;
  }

  body.page-id-100 .fda-cta__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  body.page-id-100 .fda-btn {
    width: 100%;
  }
}

@media (max-width: 420px) {
  body.page-id-100 .fda-hero__image img {
    height: 360px;
  }
}/* End custom CSS */