/* ==========================================================
   La Vie Privée en Affaires — styles.css
   Palette : bleu encre #16324f · or #d4a94e · ivoire #f4efe6
   Polices : Lora (titres, italique) · Poppins (texte)
   ========================================================== */

:root {
  --encre: #16324f;
  --encre-fonce: #0f2337;
  --or: #d4a94e;
  --or-pale: #e9d8ae;
  --ivoire: #f4efe6;
  --blanc: #ffffff;
  --texte: #2b3a4a;
  --gris-doux: #6b7a8a;
  --rayon: 14px;
  --ombre: 0 10px 30px rgba(22, 50, 79, 0.10);
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { animation: none !important; transition: none !important; }
}

body {
  font-family: "Poppins", "Segoe UI", sans-serif;
  color: var(--texte);
  background: var(--ivoire);
  line-height: 1.7;
  font-size: 16.5px;
}

h1, h2, h3, .titre-lora {
  font-family: "Lora", Georgia, serif;
  font-style: italic;
  color: var(--encre);
  line-height: 1.25;
  font-weight: 600;
}

h1 { font-size: clamp(1.9rem, 4.2vw, 3rem); }
h2 { font-size: clamp(1.5rem, 3vw, 2.1rem); margin-bottom: 0.75rem; }
h3 { font-size: 1.25rem; margin-bottom: 0.5rem; }

p + p { margin-top: 0.9rem; }

a { color: var(--encre); }
a:focus-visible, button:focus-visible {
  outline: 3px solid var(--or);
  outline-offset: 2px;
}

.conteneur { max-width: 1080px; margin: 0 auto; padding: 0 1.25rem; }

/* ---------- En-tête ---------- */
.entete {
  background: var(--blanc);
  border-bottom: 1px solid rgba(22,50,79,0.08);
  position: sticky; top: 0; z-index: 50;
}
.entete-inner {
  display: flex; align-items: center; justify-content: space-between;
  padding: 0.85rem 1.25rem; max-width: 1080px; margin: 0 auto;
}
.marque { display: flex; align-items: center; gap: 0.65rem; text-decoration: none; }
.marque img { width: 42px; height: 42px; }
.marque-nom {
  font-family: "Lora", Georgia, serif; font-style: italic;
  color: var(--encre); font-size: 1.05rem; line-height: 1.2;
}
.nav { display: flex; gap: 1.4rem; align-items: center; }
.nav a {
  text-decoration: none; color: var(--encre);
  font-size: 0.95rem; font-weight: 500;
}
.nav a:hover, .nav a[aria-current="page"] { color: var(--or); }
.nav .bouton { color: var(--blanc); }
.bascule-nav { display: none; background: none; border: none; cursor: pointer; }
.bascule-nav span {
  display: block; width: 26px; height: 3px; margin: 5px 0;
  background: var(--encre); border-radius: 2px;
}

@media (max-width: 780px) {
  .bascule-nav { display: block; }
  .nav {
    display: none; position: absolute; top: 100%; left: 0; right: 0;
    background: var(--blanc); flex-direction: column; padding: 1.25rem;
    border-bottom: 1px solid rgba(22,50,79,0.1); gap: 1rem;
  }
  .nav.ouvert { display: flex; }
}

/* ---------- Boutons ---------- */
.bouton {
  display: inline-block; text-decoration: none; cursor: pointer;
  background: var(--encre); color: var(--blanc);
  padding: 0.75rem 1.6rem; border-radius: 999px;
  font-family: "Poppins", sans-serif; font-weight: 500; font-size: 0.95rem;
  border: 2px solid var(--encre); transition: background 0.2s, color 0.2s;
}
.bouton:hover { background: var(--encre-fonce); }
.bouton-or { background: var(--or); border-color: var(--or); color: var(--encre-fonce); }
.bouton-or:hover { background: #c49a3f; }
.bouton-contour { background: transparent; color: var(--encre); }
.bouton-contour:hover { background: var(--encre); color: var(--blanc); }

/* ---------- Héros ---------- */
.heros {
  background: var(--encre);
  color: var(--ivoire);
  padding: 4.5rem 0 4rem;
  position: relative; overflow: hidden;
}
.heros h1 { color: var(--ivoire); max-width: 720px; }
.heros .slogan { color: var(--or-pale); font-size: 1.1rem; margin-top: 1rem; max-width: 620px; }
.heros .actions { margin-top: 2rem; display: flex; gap: 1rem; flex-wrap: wrap; }
.heros .motif {
  position: absolute; right: -80px; top: 50%; transform: translateY(-50%);
  width: 380px; opacity: 0.16; pointer-events: none;
}
@media (max-width: 780px) { .heros .motif { display: none; } }

/* ---------- Bande de confiance ---------- */
.bande-confiance {
  background: var(--blanc);
  border-bottom: 1px solid rgba(22,50,79,0.08);
  padding: 1.4rem 0;
}
.bande-confiance ul {
  list-style: none; display: flex; flex-wrap: wrap;
  gap: 0.75rem 2.2rem; justify-content: center;
}
.bande-confiance li {
  font-size: 0.92rem; color: var(--encre); font-weight: 500;
  display: flex; align-items: center; gap: 0.5rem;
}
.bande-confiance li::before {
  content: ""; width: 9px; height: 9px; border-radius: 50%;
  background: var(--or); flex: none;
}

/* ---------- Sections ---------- */
.section { padding: 3.75rem 0; }
.section-blanche { background: var(--blanc); }
.sur-titre {
  text-transform: uppercase; letter-spacing: 0.14em;
  font-size: 0.78rem; font-weight: 600; color: var(--or);
  font-family: "Poppins", sans-serif; font-style: normal;
  display: block; margin-bottom: 0.6rem;
}

/* ---------- Cartes services ---------- */
.grille-services {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 1.5rem; margin-top: 2rem;
}
.carte {
  background: var(--blanc); border-radius: var(--rayon);
  padding: 2rem 1.75rem; box-shadow: var(--ombre);
  border-top: 4px solid var(--or);
  display: flex; flex-direction: column;
}
.section-blanche .carte { background: var(--ivoire); box-shadow: none; }
.carte .etape {
  font-family: "Poppins", sans-serif; font-style: normal;
  font-size: 0.8rem; font-weight: 600; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--gris-doux); margin-bottom: 0.6rem;
}
.carte ul { margin: 0.75rem 0 1.25rem 1.1rem; }
.carte li { margin-bottom: 0.35rem; }
.carte .lien-carte { margin-top: auto; font-weight: 500; }

/* ---------- Exergue signature ---------- */
.exergue {
  background: var(--encre); color: var(--ivoire);
  text-align: center; padding: 3.5rem 1.25rem;
}
.exergue blockquote {
  font-family: "Lora", Georgia, serif; font-style: italic;
  font-size: clamp(1.4rem, 3vw, 2rem); color: var(--or-pale);
  max-width: 760px; margin: 0 auto;
}

/* ---------- Fondatrice ---------- */
.fondatrice { display: grid; grid-template-columns: 130px 1fr; gap: 2rem; align-items: start; }
.fondatrice .pastille {
  width: 130px; height: 130px; border-radius: 50%;
  background: var(--encre); display: flex; align-items: center; justify-content: center;
}
.fondatrice .pastille img { width: 84px; height: 84px; }
@media (max-width: 640px) { .fondatrice { grid-template-columns: 1fr; } }

/* ---------- Blogue ---------- */
.grille-blogue {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem; margin-top: 2rem;
}
.carte-blogue {
  background: var(--blanc); border-radius: var(--rayon);
  box-shadow: var(--ombre); overflow: hidden; display: flex; flex-direction: column;
}
.carte-blogue .entete-carte { background: var(--or-pale); height: 8px; }
.carte-blogue .corps { padding: 1.5rem; display: flex; flex-direction: column; flex: 1; }
.carte-blogue .corps a { margin-top: auto; font-weight: 500; }

/* ---------- Formulaire ---------- */
.formulaire { max-width: 640px; }
.champ { margin-bottom: 1.25rem; }
.champ label { display: block; font-weight: 500; color: var(--encre); margin-bottom: 0.35rem; }
.champ input, .champ textarea, .champ select {
  width: 100%; padding: 0.75rem 0.9rem;
  border: 1px solid rgba(22,50,79,0.25); border-radius: 10px;
  font-family: "Poppins", sans-serif; font-size: 1rem; background: var(--blanc);
}
.champ input:focus, .champ textarea:focus, .champ select:focus {
  outline: 3px solid var(--or); border-color: var(--or);
}
.mention-formulaire { font-size: 0.85rem; color: var(--gris-doux); margin-bottom: 1.25rem; }
.piege { position: absolute; left: -9999px; }

/* ---------- Pied de page ---------- */
.pied {
  background: var(--encre-fonce); color: rgba(244,239,230,0.85);
  padding: 3rem 0 2rem; font-size: 0.92rem;
}
.pied a { color: var(--or-pale); text-decoration: none; }
.pied a:hover { text-decoration: underline; }
.pied-grille {
  display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 2rem; margin-bottom: 2rem;
}
@media (max-width: 700px) { .pied-grille { grid-template-columns: 1fr; } }
.pied h3 {
  color: var(--ivoire); font-size: 1rem; margin-bottom: 0.75rem;
  font-family: "Poppins", sans-serif; font-style: normal; font-weight: 600;
}
.pied ul { list-style: none; }
.pied li { margin-bottom: 0.45rem; }
.pied .bas {
  border-top: 1px solid rgba(244,239,230,0.15);
  padding-top: 1.25rem; text-align: center; font-size: 0.85rem;
  color: rgba(244,239,230,0.6);
}

/* ---------- Bandeau de témoins (Loi 25) ---------- */
.bandeau-temoins {
  position: fixed; left: 50%; transform: translateX(-50%);
  bottom: 1rem; z-index: 100;
  background: var(--blanc); color: var(--texte);
  max-width: 620px; width: calc(100% - 2rem);
  border-radius: var(--rayon); box-shadow: 0 12px 40px rgba(15,35,55,0.35);
  padding: 1.4rem 1.5rem; border: 1px solid rgba(22,50,79,0.12);
  display: none;
}
.bandeau-temoins.visible { display: block; }
.bandeau-temoins h2 {
  font-size: 1.05rem; margin-bottom: 0.4rem;
}
.bandeau-temoins p { font-size: 0.9rem; }
.bandeau-temoins .boutons {
  display: flex; gap: 0.75rem; margin-top: 1rem; flex-wrap: wrap;
}
.bandeau-temoins .bouton { padding: 0.55rem 1.3rem; font-size: 0.9rem; }

/* ---------- Page politique ---------- */
.contenu-legal h2 { margin-top: 2.25rem; }
.contenu-legal h3 { margin-top: 1.5rem; font-family: "Poppins", sans-serif; font-style: normal; font-weight: 600; font-size: 1.05rem; }
.contenu-legal ul { margin: 0.6rem 0 0.6rem 1.25rem; }
.contenu-legal table { border-collapse: collapse; width: 100%; margin: 1rem 0; background: var(--blanc); }
.contenu-legal th, .contenu-legal td { border: 1px solid rgba(22,50,79,0.15); padding: 0.6rem 0.75rem; text-align: left; font-size: 0.92rem; }
.contenu-legal th { background: var(--encre); color: var(--ivoire); font-weight: 500; }
