:root {
  --bg: #f6efe5;
  --bg-soft: #fbf7f2;
  --paper: rgba(255, 252, 248, 0.84);
  --paper-strong: rgba(244, 242, 240, 0.95);
  --text: #6a5549;
  --muted: #70584a;
  --line: rgba(108, 76, 57, 0.16);
  --accent: #9a6a3f;
  --accent-deep: #5b504a;
  --gold: #d4a55f;
  --shadow: 0 16px 40px rgba(63, 39, 25, 0.13);
  --radius: 13px;
  --radius-sm: 16px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Inter", "Segoe UI", sans-serif;
  color: var(--text);
  background: radial-gradient(circle at top left, rgba(110, 82, 46, 0.41), transparent 32%), radial-gradient(circle at top right, rgba(128, 117, 107, 0.23), transparent 25%), linear-gradient(180deg, #d8d0c6 0%, #f6efe5 42%, #cfc7bd 100%);
  line-height: 1.5;
}


@font-face {
    font-family: 'Inter';
    src:url('/fonts/inter/Inter-Light.woff2') format('woff2'),
        url('/fonts/inter/Inter-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('/fonts/inter/Inter-Medium.woff2') format('woff2'),
        url('/fonts/inter/Inter-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('/fonts/inter/Inter-Regular.woff2') format('woff2'),
        url('/fonts/inter/Inter-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src:url('/fonts/inter/Inter-SemiBold.woff2') format('woff2'),
        url('/fonts/inter/Inter-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src:  url('/fonts/inter/Inter-Bold.woff2') format('woff2'),
        url('/fonts/inter/Inter-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cormorant Garamond';
    src: url('/fonts/Cormorant_Garamond/CormorantGaramond-Bold.woff2') format('woff2'),
        url('/fonts/Cormorant_Garamond/CormorantGaramond-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cormorant Garamond';
    src:url('/fonts/Cormorant_Garamond/CormorantGaramond-Medium.woff2') format('woff2'),
        url('/fonts/Cormorant_Garamond/CormorantGaramond-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cormorant Garamond';
    src:url('/fonts/Cormorant_Garamond/CormorantGaramond-Light.woff2') format('woff2'),
        url('/fonts/Cormorant_Garamond/CormorantGaramond-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cormorant Garamond';
    src: url('/fonts/Cormorant_Garamond/CormorantGaramond-Regular.woff2') format('woff2'),
        url('/fonts/Cormorant_Garamond/CormorantGaramond-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block;}

.faq-cta a {color:#EF614A;}
.faq-cta a:hover {text-decoration: underline;}


.container {
  width: min(calc(100% - 2rem), var(--max));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(16px);
  background: rgb(244, 241, 239);
  border-bottom: 1px solid rgba(73, 58, 48, 0.5);
  box-shadow: 0 1px 2px rgba(73, 58, 48, 0.5);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.0rem;
  min-height: 65px;
}

.brand {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.brand strong {
  font-family: "Inter", "Segoe UI", sans-serif;
  font-size: 1.55rem;
  font-weight: 300;
  line-height: 1;
}

.brand span {
  font-size: 0.84rem;
  color: #f2654f;
}

.menu-toggle {
  display: none;
  border: 1px solid rgb(213, 63, 23);
  background: rgba(255,255,255,0.65);
  border-radius: 5px;
  padding: 0.45rem 0.9rem;
  font: inherit;
  color: #d84323;
}

.site-nav ul {
  display: flex;
  align-items: center;
  gap: 0rem;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}

.site-nav a {
  display: inline-flex;
  align-items: center;
  font-size: 1.000rem;
  text-transform: uppercase;
  justify-content: center;
  padding: 1.2rem 1rem;
  color: var(--muted);
  line-height: 1.5;
  transition: 0.25s ease;
}

.site-nav a:hover,
.site-nav a.active {
  background: rgba(236, 36, 4, 0.7);
  color: #fff;
}

main { padding: 1.5rem 0 5rem; }

.hero {
  position: relative;
  overflow: hidden;
  border-radius: 32px;
  min-height: 72vh;
  display: grid;
  align-items: end;
  box-shadow: var(--shadow);
  background-size: cover;
  background-position: center;
  isolation: isolate;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(43, 24, 11, 0.18) 0%, rgba(56, 31, 14, 0.50) 42%, rgba(35, 19, 8, 0.78) 100%);
  z-index: -1;
}

.hero-content {
  padding: clamp(2rem, 4vw, 4rem);
  max-width: 760px;
  color: #fff8f1;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  text-transform: uppercase;
  padding: 0.5rem 1.100rem;
  background: rgba(236, 36, 4, 0.6);
  border: 1px solid rgba(236, 36, 4, 0.7);
  border-radius: 5px;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  color: #fff;
}

.hero h1,
.page-intro h1,
.section-heading h2,
.split-text h2,
.cta-banner h2,
.footer-brand {
  font-family: "Inter", "Segoe UI", sans-serif;
}

.hero .hero-content h1.hero-title-h1 {display: inline-block;font-weight: 400;padding-bottom: 0.400rem;margin-top: 2.0rem;}
.hero-txt {margin-top:0;}

.hero h1,
.page-intro h1 {
  font-size: clamp(1.8rem, 2.5vw, 2.0rem);
  line-height: 0.92;
  margin: 1rem 0;
  font-weight: 500;
}

.hero p,
.page-intro p {
  font-size: 1.08rem;
  max-width: 62ch;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.75rem;
}

.txt-contact-form {font-size: 0.820rem;}
.container .faq .faq-div p {margin-top:0;font-size: 0.890rem;color: rgba(112, 89, 75, 0.82);}
.container .faq .faq-div h3 {margin-bottom:0;}
.container .faq .faq-div h3.faq-h3 {margin-bottom:0;margin-top:0;}
.section .container h2.faq-h2 {color:#ef614a;display: inline-block;margin-top: 0;border-bottom: 1px solid #ef614a;}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  padding: 0.95rem 1.35rem;
  font-weight: 600;
  border: 1px solid transparent;
  transition: transform 0.2s ease, background 0.2s ease;
}
.btn:hover {text-decoration:underline;}
.btn-primary { background-color: #9e8360; color: #fffdf9;padding: 0.5rem 1.7rem; }
.btn-secondary { background: rgba(255,255,255,0.12); border-color: rgba(158, 131, 96, 0.4); color: #fffef9;padding: 0.5rem 1.7rem; }
.btn-light { background: rgba(236, 36, 4, 0.8); padding: 0.5rem 1.7rem;color: #fff; }
.btn-light-contact { background-color: #fff;color: #d24625;padding: 0.5rem 1.7rem;}
.btn-light-soins { background-color: #fff;color: #d24625;border: 1px solid #d24625;padding: 0.5rem 1.7rem;}

.page-intro {
  padding: 2.6rem 0 1rem;
  text-align: center;
}

.page-intro p {
  margin: 0.5rem auto 0;
  color: var(--muted);
}

.txt-footer {margin:0;font-size:0.800rem;}

.section {
  padding: 2.2rem 0;
}

.section-heading {
  margin-bottom: 1.2rem;
}

.section-heading h2 {
  font-size: clamp(2rem, 3.2vw, 3.0rem);
  margin: 0 auto;
  color: #d24625;
  font-weight:300;
  text-align: center;
}

.section-heading p {
  color: var(--muted);
  margin: 0.45rem 0 0;
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.35rem;
}

.card {
  background: var(--paper);
  border: 1px solid rgba(255,255,255,0.5);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.card img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.card-body {
  padding: 1.4rem 1.3rem 1.5rem;
}

.card-shadow {
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.3);
}

.card .card-body h3 {text-align:center;margin:0 auto;}

.card h3 {
  display:inline-block;
  margin: 0 0 0.5rem;
  font-size: 1.100rem;
  font-family: "Inter", "Segoe UI", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  border-bottom: 1px solid var(--text);
}

.card p,
.split-text p,
.feature-list li,
.footer-column a,
.footer-column p { color: var(--muted); }

.card-body .txt-title span {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.200rem;
  font-weight: bold;
  line-height: 0.3;
}

.split {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 1.5rem;
  align-items: stretch;
}

.split-media,
.split-text {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.split-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 100%;
}

.split-text {
  background: var(--paper-strong);
  padding: clamp(1.5rem, 4vw, 3rem);
  border: 1px solid rgba(255,255,255,0.6);
}

.split-text h2 {
  font-size: clamp(1.6rem, 2vw, 2.0rem);
  font-weight: 500;
  line-height: 0.95;
  margin: 0 0 1rem;
}

.back-text {
  background: var(--paper-strong);
  padding: clamp(1.0rem, 2vw, 1.5rem);
  border: 1px solid rgba(255,255,255,0.6);
  border-radius: 13px;
}

.feature-list {
  list-style: none;
  padding: 0;
  margin: 1.25rem 0 0;
  display: grid;
  gap: 0.75rem;
}

.feature-list li {
  padding-left: 1.6rem;
  margin:0;
  position: relative;
  line-height:1.0;
}

.feature-list li::before {
  content: "✦";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--accent);
}

.cta-banner {
  margin-top: 0;
  padding: clamp(1.0rem, 2vw, 1.5rem);
  border-radius: 10px;
  background-color: #867265;
  color: #fff7ee;
  box-shadow: var(--shadow);
}

.cta-banner h2 {
  margin: 0 0 0.55rem;
  font-size: clamp(1.8rem, 2vw, 2.2rem);
  font-weight: 400;
}

.cta-banner p { margin: 0 0 1rem; font-weight: 300;color: rgba(255, 243, 230, 0.90); }

.notice-box {
  padding: 1.2rem 1.3rem;
  border-radius: 20px;
  background: rgba(154, 106, 63, 0.08);
  border: 1px solid rgba(154, 106, 63, 0.13);
}

.blog-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1rem;
}

.pill {
  padding: 0.35rem 0.9rem;
  border-radius: 5px;
  background: rgba(154, 106, 63, 0.72);
  color: #fff;
  border: 1px solid rgba(154, 106, 63, 0.12);
}

.pill:hover {text-decoration: underline;}

.site-footer {
  background-color: #f4f1ef;
  padding: 1.5rem 0 1rem 0;
  border-top: 1px solid rgba(132, 126, 122, 0.5);
  box-shadow: 0 1px 3px rgba(73, 58, 48, 0.5);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 1.5rem;
  align-items: start;
}

.footer-brand {
  display: inline-block;
  font-size: 1.400rem;
  padding-bottom:0.085rem;
  margin: 0 0 0.3rem;
  line-height:1.0;
  font-weight: 300;
  border-bottom: 1px solid rgba(106, 85, 73, 0.5);
}

.footer-column h3 {
  color: #f2654f;
  margin: 0;
  padding: 0;
  font-size: 0.850rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.footer-column ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  line-height:1.5;
  gap: 0;
}

.footer-column ul li {
  font-size: 0.850rem;
}

.footer-column ul li a:hover {
  color: #f2654f;
  text-decoration: underline;
}

.footer-bottom {
  margin-top: 1.8rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(108, 76, 57, 0.08);
  color: #5b504a;
  font-size: 0.800rem;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 920px) {
  .split,
  .grid-3,
  .footer-grid { grid-template-columns: 1fr; }
  .hero { min-height: 65vh; }
}

@media (max-width: 890px) {
  .menu-toggle { display: inline-flex; }
  .site-nav {
    position: absolute;
    top: calc(100% + 0.8rem);
    right: 1rem;
    left: 1rem;
    background: rgba(252, 247, 241, 0.98);
    border: 1px solid var(--line);
    border-radius: 13px;
    box-shadow: var(--shadow);
    padding: 0.8rem;
    display: none;
  }
  .site-nav.open { display: block; }
  .site-nav ul { flex-direction: column; align-items: stretch; }
  .site-nav a { justify-content: flex-start; font-size: 0.820rem;padding:0.3rem 1rem;}
}

@media (max-width: 640px) {
  .header-inner { min-height: 74px; }
  .container { width: min(calc(100% - 1.2rem), var(--max)); }
  .hero-content { padding: 1.4rem; }
  .hero-actions { flex-direction: column; }
  .btn { width: 100%; }
}

@media (max-width: 450px) {
  .contactMe .checkbox-radio .rgpd {
  }
  .contactMe .btn {
    display:block;
    margin-top:3.5rem;
    }
}


/* ===============================
======= Banniere info Cookie ===*/
.privacy-info-banner {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 9999;
  display: flex;
  justify-content: center;
}

.privacy-info-banner__inner {
  width: 100%;
  max-width: 920px;
  background: rgba(255, 248, 239, 0.98);
  color: rgb(210, 69, 0);
  border: 1px solid rgb(210, 69, 0);
  border-radius: 10px;
  box-shadow: 0 1px 8px rgb(210, 69, 0, 0.7);
  backdrop-filter: blur(3px);
}

.privacy-info-banner__content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.2rem;
}

.privacy-info-banner__text {
  flex: 1 1 auto;
}

.privacy-info-banner__text strong {
  display: inline-block;
  margin-bottom: 0.35rem;
  font-size: 1.100rem;
  letter-spacing: 0.02em;
}

.privacy-info-banner__text p {
  margin: 0.35rem 0 0;
  font-size: 0.850rem;
  color: rgb(99, 99, 99);
  line-height: 1.55;
}

.privacy-info-banner__text a {
  color: #7a5c49;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.privacy-info-banner__text a:hover,
.privacy-info-banner__text a:focus {
  color: #5e4435;
}

.privacy-info-banner__actions {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
}

.privacy-info-banner__form {
  margin: 0;
}

.privacy-info-banner__btn,
.privacy-info-banner__close {
  appearance: none;
  border: 0;
  cursor: pointer;
  font: inherit;
}

.privacy-info-banner__btn {
  background: #4a6b34;
  font-size: 0.820rem;
  color: #fff;
  padding: 0.45rem 1rem;
  border-radius: 5px;
  line-height: 1;
  white-space: nowrap;
}

.privacy-info-banner__btn:hover,
.privacy-info-banner__btn:focus {
  background: #557a3b;
}

.privacy-info-banner__close {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 999px;
  background: transparent;
  color: #7a5c49;
  border: 1px solid rgb(210, 69, 0);
  font-size: 1.2rem;
  line-height: 1.0;
}

.privacy-info-banner__close:hover,
.privacy-info-banner__close:focus {
  background: rgb(210, 69, 0);
  color: #fff;
}

@media (max-width: 720px) {
  .privacy-info-banner {
    left: 0.6rem;
    right: 0.6rem;
    bottom: 0.6rem;
  }

  .privacy-info-banner__content {
    flex-direction: column;
    align-items: stretch;
    padding: 0.95rem 1rem;
  }

  .privacy-info-banner__actions {
    justify-content: space-between;
    align-items: center;
  }

  .privacy-info-banner__btn {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

