/*
 * pages.css — Paule Anne
 * CSS des pages : À propos, Services, Contact
 * Charger après Bootstrap
 */

/* ─── BASE ──────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html, body { overflow-x: hidden; }
body {
  background: #fff;
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  border-left: solid 70px #fff;
  border-right: solid 70px #fff;
  color: #292929;
}
a { text-decoration: none !important; color: #121212; }
a:not(.btn-pa):hover { color: #bb9050; }
p { font-size: 16px; letter-spacing: 1.2px; line-height: 26px; margin-bottom: 0; color: #797d7e; }
h1 { font-weight: 800; font-size: 60px; font-family: 'Raleway', sans-serif; margin: 0; line-height: 1.05; }
h2 { font-weight: 800; font-size: 36px; font-family: 'Raleway', sans-serif; margin: 0; }
h3 { font-weight: 600; font-size: 18px; font-family: 'Raleway', sans-serif; margin: 0; letter-spacing: 3px; text-transform: uppercase; }

/* ─── COULEURS UTILITAIRES ──────────────────────────────── */
.color    { color: #bb9050; }
.color-bg { background-color: #bb9050; }
.dark-bg  { background-color: #292929; }
.silver-bg{ background-color: #f1f1ef; }

/* ─── NAV ───────────────────────────────────────────────── */
.page-nav {
  position: sticky; top: 0; z-index: 200;
  background: #fff;
  border-bottom: 1px solid #e8e8e8;
  height: 70px;
  display: flex; align-items: center; justify-content: space-between;
}
.page-nav .nav-logo img { height: 38px; width: auto; }
.page-nav .nav-links { display: flex; gap: 2.5rem; list-style: none; }
.page-nav .nav-links a {
  font-size: 11px; letter-spacing: 6px; text-transform: uppercase;
  color: #797d7e; font-weight: 400; transition: color .2s;
}
.page-nav .nav-links a:hover,
.page-nav .nav-links a.current { color: #bb9050 !important; }
.page-nav .nav-cta a {
  font-size: 11px; letter-spacing: 3px; text-transform: uppercase;
  color: #797d7e; border: 1px solid #e0e0e0; padding: 8px 18px; transition: all .2s;
}
.page-nav .nav-cta a:hover { color: #292929; border-color: #aaa; }

/* ─── ÉLÉMENTS TYPOGRAPHIQUES ───────────────────────────── */
.eyebrow { font-size: 11px; letter-spacing: 6px; text-transform: uppercase; color: #bb9050; margin-bottom: 1.25rem; }
.liner    { width: 200px; height: 4px; display: inline-block; margin: 12px 0 32px 0; }
.liner-sm { width: 60px;  height: 2px; display: block;        margin: 16px 0 28px 0; }

/* ─── HERO SPLIT ────────────────────────────────────────── */
.hero-split {
  display: grid; grid-template-columns: 1fr 1fr;
  min-height: 480px; border-bottom: 1px solid #e8e8e8;
}
.hero-img { background: #f1f1ef; position: relative; overflow: hidden; }
.hero-img .ph {
  position: absolute; inset: 0;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px;
}
.hero-img .ph svg  { width: 48px; height: 48px; stroke: #ccc; fill: none; stroke-width: 1; }
.hero-img .ph span { font-size: 10px; letter-spacing: 4px; text-transform: uppercase; color: #bbb; }
.hero-text {
  padding: 5rem 4rem;
  display: flex; flex-direction: column; justify-content: center;
  border-left: 1px solid #e8e8e8;
}
.hero-text p.lead { margin-top: 1.5rem; }

/* ─── STATS BAND ────────────────────────────────────────── */
.stats-band { display: grid; grid-template-columns: repeat(3,1fr); border-bottom: 1px solid #e8e8e8; }
.stat { padding: 3rem 2rem; text-align: center; border-right: 1px solid #e8e8e8; }
.stat:last-child { border-right: none; }
.stat-num   { font-size: 3rem; font-weight: 800; line-height: 1; margin-bottom: .5rem; color: #292929; }
.stat-label { font-size: 10px; letter-spacing: 4px; text-transform: uppercase; color: #797d7e; }

/* ─── SECTION TEXTE + GRILLE PHOTO ─────────────────────── */
.section-split { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid #e8e8e8; }
.section-text  { padding: 4rem; border-right: 1px solid #e8e8e8; }
.section-text p         { margin-bottom: 1.1rem; }
.section-text p:last-child { margin-bottom: 0; }
.section-text a { color: #bb9050; }
.photo-grid { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr; }
.ph-cell {
  background: #f1f1ef; position: relative; min-height: 210px;
  border-left: 1px solid #e8e8e8; border-bottom: 1px solid #e8e8e8;
}
.ph-cell:nth-child(even)          { background: #e9e6e1; }
.ph-cell:nth-child(3),
.ph-cell:nth-child(4)             { border-bottom: none; }
.ph-cell .ph-inner { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; }
.ph-cell .ph-inner svg { width: 28px; height: 28px; stroke: #ccc; fill: none; stroke-width: 1; }

/* ─── EN-TÊTE DE SECTION ────────────────────────────────── */
.section-header { padding: 1.75rem 4rem; border-bottom: 1px solid #e8e8e8; }
.section-header p { font-size: 10px; letter-spacing: 6px; text-transform: uppercase; color: #797d7e; margin: 0; }

/* ─── GRILLE SPÉCIALITÉS ────────────────────────────────── */
.specs-section { border-bottom: 1px solid #e8e8e8; }
.specs-grid { display: grid; grid-template-columns: repeat(3,1fr); }
.spec-item {
  padding: 2rem 4rem; border-right: 1px solid #e8e8e8; border-bottom: 1px solid #e8e8e8;
  transition: background .2s;
}
.spec-item:hover { background: #f9f9f8; }
.spec-item:nth-child(3n)          { border-right: none; }
.spec-item:nth-child(4),
.spec-item:nth-child(5),
.spec-item:nth-child(6)           { border-bottom: none; }
.spec-item h3 { font-size: 13px; letter-spacing: 3px; color: #292929; margin-bottom: .35rem; }
.spec-item p  { font-size: 13px; color: #797d7e; margin: 0; letter-spacing: .5px; line-height: 1.6; }

/* ─── CARDS SERVICES ────────────────────────────────────── */
.services-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid #e8e8e8; border-bottom: 1px solid #e8e8e8; }
.service-card { border-right: 1px solid #e8e8e8; border-bottom: 1px solid #e8e8e8; transition: background .2s; }
.service-card:hover { background: #f9f9f8; }
.service-card:nth-child(3n)       { border-right: none; }
.service-card:nth-child(4),
.service-card:nth-child(5),
.service-card:nth-child(6)        { border-bottom: none; }
.card-img { height: 180px; background: #f1f1ef; border-bottom: 1px solid #e8e8e8; position: relative; }
.card-img .ph-i { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; }
.card-img .ph-i svg { width: 32px; height: 32px; stroke: #ccc; fill: none; stroke-width: 1; }
.card-body     { padding: 1.75rem 2rem; }
.card-num      { font-size: 10px; letter-spacing: 4px; text-transform: uppercase; color: #ccc; margin-bottom: .5rem; }
.card-body h3  { font-size: 13px; letter-spacing: 3px; color: #292929; margin-bottom: .5rem; }
.card-body p   { font-size: 14px; color: #797d7e; line-height: 1.75; margin-bottom: 1rem; letter-spacing: .5px; }
.card-tags     { display: flex; flex-wrap: wrap; gap: 6px; }
.tag           { font-size: 9px; letter-spacing: 2px; text-transform: uppercase; color: #797d7e; border: 1px solid #e0e0e0; padding: 3px 10px; }

/* ─── PROCESSUS ─────────────────────────────────────────── */
.process-section { border-bottom: 1px solid #e8e8e8; }
.process-steps { display: grid; grid-template-columns: repeat(4,1fr); }
.process-step  { padding: 2.5rem 2rem; border-right: 1px solid #e8e8e8; }
.process-step:last-child { border-right: none; }
.step-num      { font-size: 2.5rem; font-weight: 800; color: #e8e8e8; margin-bottom: .5rem; line-height: 1; }
.process-step h3 { font-size: 12px; letter-spacing: 3px; color: #292929; margin-bottom: .5rem; }
.process-step p  { font-size: 14px; color: #797d7e; line-height: 1.7; margin: 0; letter-spacing: .5px; }

/* ─── BANDE CTA ─────────────────────────────────────────── */
.cta-band {
  background: #292929; padding: 3.5rem 4rem;
  display: flex; align-items: center; justify-content: space-between; gap: 2rem;
}
.cta-band h3   { font-size: 1.5rem; letter-spacing: 3px; color: #fff; font-weight: 600; }
.cta-band p    { color: #888; margin: .3rem 0 0; }
.cta-btns      { display: flex; gap: 1rem; flex-wrap: wrap; }

/* ─── BOUTONS ───────────────────────────────────────────── */
.btn-pa {
  display: inline-block; font-family: 'Raleway', sans-serif;
  font-size: 11px; font-weight: 600; letter-spacing: 4px; text-transform: uppercase;
  padding: 14px 28px; text-decoration: none !important;
  border: solid 2px; transition: all .3s; white-space: nowrap; cursor: pointer;
}
.btn-pa-white   { border-color: #fff;     color: #fff;     background: transparent; }
.btn-pa-white:hover  { background: #fff;  color: #292929 !important; }
.btn-pa-outline { border-color: #555;     color: #fff;     background: transparent; }
.btn-pa-outline:hover { border-color: #fff; color: #fff !important; }
.btn-pa-dark    { border-color: #292929;  color: #292929;  background: transparent; }
.btn-pa-dark:hover   { border-color: #bb9050; background: #bb9050; color: #fff !important; }

/* ─── CONTACT — HERO SOMBRE ─────────────────────────────── */
.contact-hero {
  background: #292929; padding: 5rem 4rem 4rem;
  display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: end;
}
.contact-hero .eyebrow { color: #666; }
.contact-hero h1  { color: #fff; }
.contact-hero .sub { font-size: 13px; color: #666; letter-spacing: 2px; line-height: 1.8; margin: 1.5rem 0 0; }
.info-block       { margin-bottom: 2rem; }
.info-block:last-child { margin-bottom: 0; }
.info-label       { font-size: 9px; letter-spacing: 4px; text-transform: uppercase; color: #555; margin-bottom: .4rem; padding-bottom: .5rem; border-bottom: 1px solid #333; }
.info-val         { font-size: 14px; color: #aaa; line-height: 1.8; margin: 0; letter-spacing: .5px; }
.info-val a       { color: #aaa !important; transition: color .2s; }
.info-val a:hover { color: #fff !important; }

/* ─── CONTACT — MAP + FORMULAIRE ───────────────────────── */
.contact-body { display: grid; grid-template-columns: 1fr 1fr; flex: 1; border-bottom: 1px solid #e8e8e8; }
.contact-map  { background: #f1f1ef; position: relative; min-height: 440px; border-right: 1px solid #e8e8e8; }
.contact-map .ph-i {
  position: absolute; inset: 0;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px;
}
.contact-map .ph-i svg  { width: 44px; height: 44px; stroke: #ccc; fill: none; stroke-width: 1; }
.contact-map .ph-i span { font-size: 10px; letter-spacing: 4px; text-transform: uppercase; color: #bbb; }
.loc-tag {
  position: absolute; bottom: 2rem; left: 2rem;
  background: #fff; border: 1px solid #e8e8e8;
  padding: .65rem 1.25rem; font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: #292929;
}
.form-side       { padding: 3.5rem 4rem; }
.form-label-top  { font-size: 10px; letter-spacing: 5px; text-transform: uppercase; color: #797d7e; padding-bottom: 1rem; border-bottom: 1px solid #e8e8e8; margin-bottom: 2rem; }
.field-row       { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.field           { margin-bottom: 1.75rem; }
.field label     { display: block; font-size: 9px; letter-spacing: 4px; text-transform: uppercase; color: #797d7e; margin-bottom: .5rem; }
.field input,
.field textarea  {
  width: 100%; background: transparent; border: none; border-bottom: 1px solid #e0e0e0;
  border-radius: 0; padding: .6rem 0; font-family: 'Raleway', sans-serif;
  font-size: 15px; font-weight: 300; letter-spacing: 1px; color: #292929;
  outline: none; transition: border-color .25s; -webkit-appearance: none;
}
.field input:focus,
.field textarea:focus     { border-bottom-color: #292929; }
.field input::placeholder,
.field textarea::placeholder { color: #ddd; }
.field textarea  { resize: none; height: 120px; line-height: 1.8; }
.field.err input,
.field.err textarea       { border-bottom-color: #c04444; }
.err-msg         { font-size: 10px; color: #c04444; margin-top: 4px; letter-spacing: 1px; display: none; }
.err .err-msg    { display: block; }
.btn-submit {
  display: inline-flex; align-items: center; gap: 12px;
  background: #292929; border: 2px solid #292929; color: #fff;
  font-family: 'Raleway', sans-serif; font-size: 11px; font-weight: 600;
  letter-spacing: 4px; text-transform: uppercase; padding: 14px 28px;
  cursor: pointer; transition: all .3s; margin-top: .5rem;
}
.btn-submit:hover { background: #bb9050; border-color: #bb9050; }
.btn-submit svg  { width: 14px; height: 14px; stroke: currentColor; fill: none; stroke-width: 2; }
.success-msg     { display: none; margin-top: 1.25rem; font-size: 13px; color: #4a8a4a; padding: .75rem 1rem; border: 1px solid #c3e0c3; background: #f5fbf5; letter-spacing: 1px; }

/* ─── RÉSEAUX SOCIAUX ───────────────────────────────────── */
.socials-band { display: grid; grid-template-columns: repeat(3,1fr); border-bottom: 1px solid #e8e8e8; }
.social-link  {
  padding: 2rem 4rem; border-right: 1px solid #e8e8e8;
  display: flex; align-items: center; justify-content: space-between;
  text-decoration: none !important; color: #292929; transition: background .2s;
}
.social-link:last-child      { border-right: none; }
.social-link:hover           { background: #f9f9f8; }
.social-link:hover .social-name { color: #bb9050; }
.social-name   { font-size: 12px; letter-spacing: 4px; text-transform: uppercase; font-weight: 400; color: #292929; }
.social-handle { font-size: 12px; color: #797d7e; margin-top: 3px; letter-spacing: 1px; }
.social-arrow  { font-size: 20px; color: #ccc; }

/* ─── FOOTER ────────────────────────────────────────────── */
.page-footer {
  border-top: 1px solid #e8e8e8; padding: 1.25rem 0;
  display: flex; align-items: center; justify-content: space-between;
}
.page-footer a { font-size: 10px; letter-spacing: 3px; text-transform: uppercase; color: #797d7e; margin-right: 1.5rem; transition: color .2s; }
.page-footer a:hover { color: #bb9050 !important; }
.page-footer p { font-size: 10px; letter-spacing: 2px; color: #797d7e; margin: 0; }

/* ─── RESPONSIVE ────────────────────────────────────────── */
@media (max-width: 992px) {
  body { border-left: 20px solid #fff; border-right: 20px solid #fff; }

  .page-nav { flex-wrap: wrap; height: auto; padding: 1rem 0; gap: .5rem; }
  .page-nav .nav-links { gap: 1rem; }

  .hero-split       { grid-template-columns: 1fr; }
  .hero-img         { min-height: 280px; border-right: none; border-bottom: 1px solid #e8e8e8; }
  .hero-text        { padding: 2.5rem 1.5rem; border-left: none; border-top: 1px solid #e8e8e8; }

  .stats-band       { grid-template-columns: 1fr; }
  .stat             { border-right: none; border-bottom: 1px solid #e8e8e8; }
  .stat:last-child  { border-bottom: none; }

  .section-split    { grid-template-columns: 1fr; }
  .section-text     { padding: 2.5rem 1.5rem; border-right: none; border-bottom: 1px solid #e8e8e8; }

  .specs-grid       { grid-template-columns: 1fr 1fr; }
  .spec-item        { padding: 1.5rem; }
  .spec-item:nth-child(3n)  { border-right: 1px solid #e8e8e8; }
  .spec-item:nth-child(2n)  { border-right: none; }

  .services-grid    { grid-template-columns: 1fr 1fr; }
  .service-card:nth-child(3n) { border-right: 1px solid #e8e8e8; }
  .service-card:nth-child(2n) { border-right: none; }
  .service-card:nth-child(3),
  .service-card:nth-child(4) { border-bottom: 1px solid #e8e8e8; }
  .service-card:nth-child(5),
  .service-card:nth-child(6) { border-bottom: none; }

  .process-steps    { grid-template-columns: 1fr 1fr; }
  .process-step     { border-bottom: 1px solid #e8e8e8; }
  .process-step:nth-child(2n)  { border-right: none; }
  .process-step:nth-child(3),
  .process-step:nth-child(4)   { border-bottom: none; }

  .section-header   { padding-left: 1.5rem; }
  .cta-band         { flex-direction: column; align-items: flex-start; padding: 2.5rem 1.5rem; }

  .contact-hero     { grid-template-columns: 1fr; padding: 3rem 1.5rem; gap: 2.5rem; }
  .contact-body     { grid-template-columns: 1fr; }
  .contact-map      { min-height: 260px; border-right: none; border-bottom: 1px solid #e8e8e8; }
  .form-side        { padding: 2.5rem 1.5rem; }
  .field-row        { grid-template-columns: 1fr; gap: 0; }

  .socials-band     { grid-template-columns: 1fr; }
  .social-link      { border-right: none; border-bottom: 1px solid #e8e8e8; padding: 1.5rem; }
  .social-link:last-child { border-bottom: none; }

  .page-footer      { flex-direction: column; gap: 1rem; text-align: center; }
}
