/* Cité & Co - feuille de style unique */

:root {
  --cite-vert: #1f4d3a;
  --cite-beige: #ece7dd;
  --cite-encre: #22271f;
  --cite-texte2: #5d655a;
  --cite-vertclair: #dfe8df;
  --cite-accent: #3aa17e;
  --cite-filet: #c9c2b4;
  --cite-blanc: #f7f5f0;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Tahoma, 'DejaVu Sans', Geneva, Verdana, sans-serif;
  background: var(--cite-beige);
  color: var(--cite-encre);
  line-height: 1.6;
  font-size: 16px;
}

a {
  color: var(--cite-vert);
}

a:hover {
  color: var(--cite-accent);
}

/* Bandeau superieur */
.cite-topbar {
  background: var(--cite-vert);
  color: var(--cite-vertclair);
  font-size: 13px;
  letter-spacing: 0.02em;
}

.cite-topbar .cite-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 7px 0;
  gap: 12px;
  flex-wrap: wrap;
}

.cite-topbar a {
  color: var(--cite-blanc);
  text-decoration: none;
}

/* Conteneur */
.cite-wrap {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 22px;
}

/* Entete / navigation */
.cite-header {
  background: var(--cite-beige);
  border-bottom: 1px solid var(--cite-filet);
  position: sticky;
  top: 0;
  z-index: 20;
}

.cite-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
  gap: 18px;
  flex-wrap: wrap;
}

.cite-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: var(--cite-encre);
}

.cite-brand svg {
  display: block;
  width: 34px;
  height: 34px;
}

.cite-brand-name {
  font-weight: bold;
  font-size: 19px;
  letter-spacing: 0.01em;
}

.cite-brand-tag {
  display: block;
  font-size: 11px;
  font-weight: normal;
  color: var(--cite-texte2);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.cite-menu {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  align-items: center;
}

.cite-menu a {
  text-decoration: none;
  color: var(--cite-encre);
  font-size: 14px;
  padding: 7px 12px;
  border-radius: 4px;
}

.cite-menu a:hover {
  background: var(--cite-vertclair);
  color: var(--cite-vert);
}

.cite-menu a.cite-active {
  background: var(--cite-vert);
  color: var(--cite-blanc);
}

.cite-menu a.cite-cta {
  border: 1px solid var(--cite-vert);
  color: var(--cite-vert);
}

.cite-menu a.cite-cta:hover {
  background: var(--cite-vert);
  color: var(--cite-blanc);
}

/* Hero */
.cite-hero {
  background: var(--cite-vert);
  color: var(--cite-blanc);
  position: relative;
  overflow: hidden;
}

.cite-hero .cite-wrap {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 34px;
  align-items: center;
  padding-top: 58px;
  padding-bottom: 58px;
}

.cite-hero h1 {
  font-size: 34px;
  line-height: 1.25;
  margin: 0 0 16px;
  letter-spacing: 0.005em;
}

.cite-hero p {
  font-size: 16px;
  color: var(--cite-vertclair);
  margin: 0 0 24px;
  max-width: 46ch;
}

.cite-eyebrow {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--cite-accent);
  border: 1px solid rgba(58, 161, 126, 0.5);
  padding: 4px 10px;
  border-radius: 3px;
  margin-bottom: 18px;
}

.cite-hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.cite-btn {
  display: inline-block;
  text-decoration: none;
  padding: 12px 20px;
  border-radius: 5px;
  font-size: 15px;
  font-weight: bold;
  border: 1px solid transparent;
  cursor: pointer;
}

.cite-btn-primary {
  background: var(--cite-accent);
  color: #0d2018;
}

.cite-btn-primary:hover {
  background: #46b58e;
  color: #0d2018;
}

.cite-btn-ghost {
  border-color: rgba(223, 232, 223, 0.55);
  color: var(--cite-blanc);
}

.cite-btn-ghost:hover {
  border-color: var(--cite-blanc);
  color: var(--cite-blanc);
}

/* Illustration hero */
.cite-hero-art {
  display: flex;
  justify-content: center;
}

.cite-hero-art svg {
  width: 100%;
  max-width: 320px;
  height: auto;
}

/* Sections */
.cite-section {
  padding: 54px 0;
}

.cite-section.cite-alt {
  background: var(--cite-vertclair);
}

.cite-section.cite-paper {
  background: var(--cite-blanc);
}

.cite-section-head {
  max-width: 62ch;
  margin-bottom: 30px;
}

.cite-section-head .cite-kicker {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  color: var(--cite-accent);
  margin-bottom: 10px;
}

.cite-section h2 {
  font-size: 26px;
  margin: 0 0 12px;
  color: var(--cite-vert);
  line-height: 1.3;
}

.cite-section h2.cite-onvert {
  color: var(--cite-vert);
}

.cite-lead {
  font-size: 17px;
  color: var(--cite-texte2);
  margin: 0;
}

/* Grille de panneaux */
.cite-grid {
  display: grid;
  gap: 18px;
}

.cite-grid-3 {
  grid-template-columns: repeat(3, 1fr);
}

.cite-grid-2 {
  grid-template-columns: repeat(2, 1fr);
}

.cite-panel {
  background: var(--cite-beige);
  border: 1px solid var(--cite-filet);
  border-radius: 6px;
  padding: 22px;
}

.cite-section.cite-alt .cite-panel {
  background: var(--cite-blanc);
}

.cite-panel h3 {
  margin: 0 0 8px;
  font-size: 17px;
  color: var(--cite-vert);
  display: flex;
  align-items: center;
  gap: 10px;
}

.cite-panel p {
  margin: 0;
  color: var(--cite-texte2);
  font-size: 14.5px;
}

.cite-ico {
  flex: 0 0 auto;
  width: 26px;
  height: 26px;
}

/* Liste des missions */
.cite-missions {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.cite-missions li {
  background: var(--cite-blanc);
  border: 1px solid var(--cite-filet);
  border-left: 3px solid var(--cite-accent);
  border-radius: 5px;
  padding: 16px 18px;
}

.cite-missions strong {
  display: block;
  color: var(--cite-vert);
  margin-bottom: 4px;
  font-size: 15.5px;
}

.cite-missions span {
  color: var(--cite-texte2);
  font-size: 14px;
}

/* Tableau */
.cite-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--cite-filet);
  border-radius: 6px;
  background: var(--cite-blanc);
}

table.cite-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14.5px;
  min-width: 520px;
}

table.cite-table caption {
  text-align: left;
  padding: 14px 16px;
  font-weight: bold;
  color: var(--cite-vert);
  border-bottom: 1px solid var(--cite-filet);
}

table.cite-table th,
table.cite-table td {
  text-align: left;
  padding: 12px 16px;
  border-bottom: 1px solid var(--cite-filet);
  vertical-align: top;
}

table.cite-table thead th {
  background: var(--cite-vertclair);
  color: var(--cite-vert);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

table.cite-table tbody tr:last-child th,
table.cite-table tbody tr:last-child td {
  border-bottom: none;
}

table.cite-table th[scope="row"] {
  color: var(--cite-encre);
  width: 30%;
  font-weight: bold;
}

/* FAQ */
.cite-faq {
  display: grid;
  gap: 12px;
}

.cite-faq details {
  background: var(--cite-blanc);
  border: 1px solid var(--cite-filet);
  border-radius: 6px;
  padding: 4px 18px;
}

.cite-faq summary {
  cursor: pointer;
  padding: 14px 0;
  font-weight: bold;
  color: var(--cite-vert);
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.cite-faq summary::-webkit-details-marker {
  display: none;
}

.cite-faq summary::after {
  content: "+";
  font-size: 20px;
  color: var(--cite-accent);
  line-height: 1;
}

.cite-faq details[open] summary::after {
  content: "\2212";
}

.cite-faq details p {
  margin: 0 0 16px;
  color: var(--cite-texte2);
  font-size: 14.5px;
}

/* Bloc detaille prestations */
.cite-block {
  background: var(--cite-blanc);
  border: 1px solid var(--cite-filet);
  border-radius: 6px;
  padding: 26px;
  margin-bottom: 18px;
}

.cite-block h3 {
  margin: 0 0 10px;
  color: var(--cite-vert);
  font-size: 19px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.cite-block p {
  color: var(--cite-texte2);
  margin: 0 0 12px;
}

.cite-block ul {
  margin: 0;
  padding-left: 20px;
  color: var(--cite-texte2);
}

.cite-block li {
  margin-bottom: 6px;
}

.cite-num {
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  background: var(--cite-vertclair);
  color: var(--cite-vert);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: bold;
}

/* Prose (a-propos, mentions) */
.cite-prose {
  max-width: 70ch;
}

.cite-prose h2 {
  font-size: 21px;
  margin: 34px 0 10px;
  color: var(--cite-vert);
}

.cite-prose h2:first-child {
  margin-top: 0;
}

.cite-prose p {
  color: var(--cite-encre);
  margin: 0 0 14px;
}

.cite-prose ul {
  color: var(--cite-encre);
  padding-left: 20px;
}

.cite-prose li {
  margin-bottom: 8px;
}

/* Page bandeau titre */
.cite-pagehead {
  background: var(--cite-vert);
  color: var(--cite-blanc);
  padding: 46px 0;
}

.cite-pagehead h1 {
  margin: 0 0 10px;
  font-size: 30px;
}

.cite-pagehead p {
  margin: 0;
  color: var(--cite-vertclair);
  max-width: 60ch;
  font-size: 16px;
}

.cite-crumb {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--cite-accent);
  margin-bottom: 14px;
}

/* Contact */
.cite-contact-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 26px;
  align-items: start;
}

.cite-contact-card {
  background: var(--cite-vertclair);
  border: 1px solid var(--cite-filet);
  border-radius: 6px;
  padding: 24px;
}

.cite-contact-card h3 {
  margin: 0 0 12px;
  color: var(--cite-vert);
}

.cite-contact-card p {
  color: var(--cite-texte2);
  margin: 0 0 14px;
  font-size: 14.5px;
}

.cite-mail {
  display: inline-block;
  background: var(--cite-blanc);
  border: 1px solid var(--cite-filet);
  border-radius: 5px;
  padding: 10px 14px;
  font-weight: bold;
  color: var(--cite-vert);
  text-decoration: none;
  word-break: break-all;
}

.cite-form {
  background: var(--cite-blanc);
  border: 1px solid var(--cite-filet);
  border-radius: 6px;
  padding: 24px;
}

.cite-field {
  margin-bottom: 16px;
}

.cite-field label {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: var(--cite-encre);
  margin-bottom: 6px;
}

.cite-field input,
.cite-field textarea {
  width: 100%;
  font-family: inherit;
  font-size: 15px;
  color: var(--cite-encre);
  background: var(--cite-beige);
  border: 1px solid var(--cite-filet);
  border-radius: 5px;
  padding: 10px 12px;
}

.cite-field input:focus,
.cite-field textarea:focus {
  outline: 2px solid var(--cite-accent);
  outline-offset: 1px;
  background: var(--cite-blanc);
}

.cite-field textarea {
  min-height: 130px;
  resize: vertical;
}

.cite-note {
  font-size: 13px;
  color: var(--cite-texte2);
  margin: 4px 0 18px;
}

/* Bande d'appel */
.cite-cta-band {
  background: var(--cite-vert);
  color: var(--cite-blanc);
  border-radius: 8px;
  padding: 34px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
}

.cite-cta-band h2 {
  color: var(--cite-blanc);
  margin: 0 0 6px;
  font-size: 22px;
}

.cite-cta-band p {
  margin: 0;
  color: var(--cite-vertclair);
}

/* Pied de page */
.cite-footer {
  background: var(--cite-encre);
  color: #c7ccc2;
  padding: 40px 0 26px;
  font-size: 14px;
}

.cite-footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 26px;
  margin-bottom: 26px;
}

.cite-footer h4 {
  color: var(--cite-blanc);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 0 0 12px;
}

.cite-footer a {
  color: #c7ccc2;
  text-decoration: none;
  display: block;
  padding: 3px 0;
}

.cite-footer a:hover {
  color: var(--cite-blanc);
}

.cite-footer-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.cite-footer-brand svg {
  width: 30px;
  height: 30px;
}

.cite-footer-brand span {
  font-weight: bold;
  color: var(--cite-blanc);
  font-size: 16px;
}

.cite-footer p {
  margin: 0 0 10px;
  color: #a8ada2;
  max-width: 40ch;
}

.cite-footer-bottom {
  border-top: 1px solid #3a4034;
  padding-top: 18px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  color: #97a08f;
  font-size: 13px;
}

/* Responsive */
@media (max-width: 860px) {
  .cite-hero .cite-wrap {
    grid-template-columns: 1fr;
    padding-top: 42px;
    padding-bottom: 42px;
  }
  .cite-hero-art {
    order: -1;
  }
  .cite-hero-art svg {
    max-width: 220px;
  }
  .cite-grid-3,
  .cite-grid-2 {
    grid-template-columns: 1fr;
  }
  .cite-missions {
    grid-template-columns: 1fr;
  }
  .cite-contact-grid {
    grid-template-columns: 1fr;
  }
  .cite-footer-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .cite-hero h1 {
    font-size: 27px;
  }
  .cite-section h2 {
    font-size: 22px;
  }
  .cite-menu {
    width: 100%;
  }
}
