/*
 * Thème S-Immobilier — fondations Phase 1
 * Palette CDC v1.3 (référence, pas pixel-perfect Wix)
 */
:root {
  --color-graphite: #545451;
  --color-sand: #e8d8c2;
  --color-off-white: #f8f8f8;
  --color-slate: #1c3040;
  --color-white: #ffffff;
  --font-sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --max-content: 72rem;
  --space-xs: 0.5rem;
  --space-sm: 1rem;
  --space-md: 1.5rem;
  --space-lg: 2.5rem;
  --space-xl: 4rem;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-sans);
  color: var(--color-graphite);
  background-color: var(--color-off-white);
  line-height: 1.5;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: var(--color-slate);
}

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
