/* Extrait automatiquement de main.css lignes 3231-3782 — MICRO-QUARTIER SAINT-PASQUIER */
/* =============================================
   MICRO-QUARTIER SAINT-PASQUIER
   ============================================= */

/* ── Hero spécifique ── */
.sp-hero {
  background-image: linear-gradient(to bottom, rgba(20,18,16,.68) 0%, rgba(20,18,16,.52) 100%), url('/images/quartiers/hauts-paves/nantes-hautspaves.jpg');
  background-size: cover;
  background-position: center;
  color: var(--creme);
}
.sp-hero .hp-hero__label { color: rgba(248,244,239,.7); }
.sp-hero .hp-hero__label::before { background: rgba(248,244,239,.45); }
.sp-hero .hp-hero__title { color: var(--creme); }
.sp-hero .hp-hero__desc { color: white; }
.sp-hero .hp-hero__desc strong { color: var(--creme); }
.sp-hero--viarme { background-image: linear-gradient(to bottom, rgba(20,18,16,.90) 0%, rgba(20,18,16,.52) 100%), url('/images/commons/c-commons_place-viarme.jpg'); }
.sp-hero--saint-pasquier { background-image: linear-gradient(to bottom, rgba(20,18,16,.90) 0%, rgba(20,18,16,.52) 100%), url('/images/quartiers/saint-pasquier/sp-header.jpg'); }
.sp-hero--rond-point-vannes { background-image: linear-gradient(to bottom, rgba(20,18,16,.90) 0%, rgba(20,18,16,.52) 100%), url('/images/quartiers/rond-point-vannes/rdv-header.jpg'); }
.sp-hero--talensac { background-image: linear-gradient(to bottom, rgba(20,18,16,.90) 0%, rgba(20,18,16,.52) 100%), url('/images/quartiers/talensac/talensac-header.jpg'); }
.sp-hero--hauts-paves { background-image: linear-gradient(to bottom, rgba(20,18,16,.90) 0%, rgba(20,18,16,.52) 100%), url('/images/quartiers/hauts-paves/hp-quartier-hauts-paves.jpg'); }
.sp-hero--montselet { background-image: linear-gradient(to bottom, rgba(20,18,16,.90) 0%, rgba(20,18,16,.52) 100%), url('/images/quartiers/montselet/montselet-header.jpg'); }
.sp-hero--proce { background-image: linear-gradient(to bottom, rgba(20,18,16,.90) 0%, rgba(20,18,16,.52) 100%), url('/images/quartiers/proce/proce-header.jpg'); }
.sp-hero--rond-point-de-rennes { background-image: linear-gradient(to bottom, rgba(20,18,16,.90) 0%, rgba(20,18,16,.52) 100%), url('/images/quartiers/rond-point-de-rennes/rond-point-de-rennes-header.jpg'); }
.sp-hero--universite-michelet { background-image: linear-gradient(to bottom, rgba(20,18,16,.90) 0%, rgba(20,18,16,.52) 100%), url('/images/quartiers/universite-michelet/universite-michelet-header.jpg'); }
.sp-hero--saint-felix { background-image: linear-gradient(to bottom, rgba(20,18,16,.90) 0%, rgba(20,18,16,.52) 100%), url('/images/quartiers/saint-felix/saint-felix-header.jpg'); }
.sp-hero--bellamy-barbin { background-image: linear-gradient(to bottom, rgba(20,18,16,.90) 0%, rgba(20,18,16,.52) 100%), url('/images/quartiers/bellamy-barbin/bellamy-barbin-principal.jpg'); }
.sp-hero--saint-mihiel { background-image: linear-gradient(to bottom, rgba(20,18,16,.90) 0%, rgba(20,18,16,.52) 100%), url('/images/quartiers/saint-mihiel/saint-mihiel-header.jpg'); }

/* ── Crédit photo CC ── */
.sp-hero__credit {
  font-size: 0.68rem;
  color: rgba(255,255,255,0.35);
  text-align: right;
  margin: 1.5rem 0 0;
  line-height: 1.4;
}
.sp-hero__credit a {
  color: rgba(255,255,255,0.45);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.sp-hero__credit a:hover { color: rgba(255,255,255,0.7); }
.img-credit {
  font-size: 0.68rem;
  color: var(--gris);
  margin: 0.3rem 0 0;
  line-height: 1.4;
}
.img-credit a { color: var(--gris); text-decoration: underline; text-underline-offset: 2px; }

/* ── Infographie ── */
.sp-infog {
  padding: 4rem 0 3rem;
  background: var(--creme);
  border-bottom: 1px solid var(--border);
}

/* En-tête */
.sp-infog__header { text-align: center; margin-bottom: 2.5rem; }
.sp-infog__eyebrow {
  display: inline-flex; align-items: center; gap: .75rem;
  font-size: .68rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase;
  color: var(--rouge); margin-bottom: .75rem;
}
.sp-infog__eyebrow::before,
.sp-infog__eyebrow::after { content: ''; display: block; width: 2rem; height: 1.5px; background: var(--rouge); }
.sp-infog__title {
  font-family: var(--font-corps); font-weight: 900;
  font-size: clamp(2.6rem, 6vw, 4.2rem);
  letter-spacing: -.02em; color: var(--noir); margin: 0 0 .35rem; line-height: 1;
}
.sp-infog__subtitle { font-family: var(--font-card); font-style: italic; font-size: 1.1rem; color: var(--gris); }

/* Grille 4×2 */
.sp-infog__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: var(--border);
  gap: 1px;
  border: 1px solid var(--border);
}
.sp-infog__cell {
  background: var(--blanc);
  padding: 1.75rem 1.5rem;
  display: flex; flex-direction: column; gap: 1rem;
  align-items: flex-start;
}
.sp-infog__cell--rose { background: #fdf0ee; }
.sp-infog__cell--sage { background: #f4f2ef; }

/* Titres des cellules */
.sp-infog__cell-title {
  font-family: var(--font-corps); font-size: .68rem; font-weight: 800;
  letter-spacing: .14em; text-transform: uppercase; margin: 0;
}
.sp-ct--rouge { color: var(--rouge); }
.sp-ct--sage  { color: #7a6e62; }
.sp-ct--dark  { color: var(--noir); }

/* Cercles illustrés */
.sp-infog__circle {
  width: 80px; height: 80px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
  align-self: center;
}
.sp-infog__circle svg { width: 44px; height: 44px; }
.sp-circle--rose { background: #f5ddd8; color: #b05040; }
.sp-circle--rose-outline { background: transparent; border: 1.5px solid var(--gris); color: var(--gris); }
.sp-circle--sage { background: #e8e5df; color: #7a6e62; }

/* Listes à puces simples */
.sp-infog__blist {
  list-style: none; padding: 0; margin: 0;
  display: flex; flex-direction: column; gap: .45rem;
}
.sp-infog__blist li {
  font-size: .82rem; color: var(--gris); line-height: 1.45;
  padding-left: 1rem; position: relative;
}
.sp-infog__blist li::before { content: '•'; position: absolute; left: 0; color: var(--gris); }

/* Listes avec icônes */
.sp-infog__ilist {
  list-style: none; padding: 0; margin: 0;
  display: flex; flex-direction: column; gap: .75rem;
}
.sp-infog__ilist li {
  display: flex; align-items: flex-start; gap: .6rem;
  font-size: .82rem; color: var(--gris); line-height: 1.45;
  border-bottom: 1px solid var(--border); padding-bottom: .75rem;
}
.sp-infog__ilist li:last-child { border-bottom: none; padding-bottom: 0; }
.sp-iico { width: 14px; height: 14px; flex-shrink: 0; margin-top: 1px; color: var(--gris); }

/* KPIs (En chiffres) */
.sp-infog__kpis { display: flex; flex-direction: column; gap: 1rem; }
.sp-infog__kpi { display: flex; align-items: center; gap: .85rem; }
.sp-kpi__ico {
  width: 44px; height: 44px; border-radius: 50%; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
}
.sp-kpi__ico svg { width: 22px; height: 22px; }
.sp-kpi__body { display: flex; flex-direction: column; gap: .1rem; }
.sp-kpi__val { font-family: var(--font-corps); font-weight: 800; font-size: 1.15rem; color: var(--noir); line-height: 1; }
.sp-kpi__label { font-size: .78rem; color: var(--gris); line-height: 1.35; }
.sp-infog__source { font-size: .66rem; color: var(--gris); font-style: italic; line-height: 1.5; margin: 0; }

/* Layout cercle à gauche + texte à droite */
.sp-infog__cell-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 1rem;
  width: 100%;
}
.sp-infog__cell-aside {
  display: flex;
  flex-direction: column;
  gap: .6rem;
}
.sp-infog__cell-row .sp-infog__circle { align-self: flex-start; }

/* Texte cellule simple */
.sp-infog__celltext { font-size: .85rem; color: var(--gris); line-height: 1.6; margin: 0; }

/* Badge "Idéal pour les familles" */
.sp-infog__badge {
  display: inline-block;
  background: #f5ddd8; color: #b05040;
  font-size: .72rem; font-weight: 600; letter-spacing: .05em;
  padding: .35rem .9rem; border-radius: 999px;
  align-self: center;
}

/* Crédit */
.sp-infog__credit {
  text-align: right; font-size: .65rem; color: var(--gris);
  margin-top: 1rem; font-style: italic;
}

/* Responsive infographie */
@media (max-width: 900px) {
  .sp-infog__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 540px) {
  .sp-infog__grid { grid-template-columns: 1fr; }
}

/* ── Mon œil de conseillère ── */
.sp-oeil {
  padding: 6rem 0;
  background: var(--blanc);
  border-bottom: 1px solid var(--border);
}
.sp-oeil__grid {
  display: grid;
  grid-template-columns: 5fr 8fr;
  gap: 5rem;
  align-items: start;
}
.sp-oeil__img {
  position: relative;
  aspect-ratio: 3/4;
  overflow: hidden;
}
.sp-oeil__img img {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: right center;
}
/* Recadrage spécifique — sujet positionné à gauche du visuel (ex. Viarme) */
.sp-oeil__img img.sp-oeil-photo--left {
  object-position: 15% center;
}
.sp-oeil__body { padding-top: .5rem; }
.sp-oeil__title {
  font-family: var(--font-titre);
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -.025em;
  color: var(--noir);
  margin: 1rem 0 2rem;
}
.sp-oeil__body p { color: var(--gris); line-height: 1.8; margin-bottom: 1.25rem; }

/* ── Fiche quartier ── */
.sp-reperes {
  padding: 5rem 0 6rem;
  border-bottom: 1px solid var(--border);
}
.sp-reperes__header { margin-bottom: 3rem; }
.sp-reperes__title {
  font-family: var(--font-titre);
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 400;
  letter-spacing: -.02em;
  color: var(--noir);
  margin-top: .5rem;
}
.sp-reperes__cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem 4rem;
  margin-top: 3.5rem;
}
.sp-reperes__cat-title {
  font-family: var(--font-corps);
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--noir);
  margin-bottom: .5rem;
}
.sp-reperes__cat p { color: var(--gris); line-height: 1.75; font-size: .95rem; }

/* ── Histoire ── */
.sp-histoire {
  padding: 4rem 0;
  background: var(--blanc);
  border-bottom: 1px solid var(--border);
}
.sp-histoire__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: center;
}
.sp-histoire__title {
  font-family: var(--font-titre);
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -.03em;
  color: var(--noir);
  margin-top: 1rem;
}
.sp-histoire__body { margin-top: 2rem; }
.sp-histoire__body p { color: var(--gris); line-height: 1.8; margin-bottom: 1.25rem; }
.sp-histoire__photo {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  height: calc(100vh - 73px);
  background: var(--blanc);
}
.sp-histoire__photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

/* Variante : plusieurs façades côte à côte sur une même ligne */
.sp-histoire__photo-row {
  display: grid;
  gap: 1rem;
  overflow: visible;
  border-radius: 0;
}
.sp-histoire__photo-row--2 { grid-template-columns: 1fr 1fr; }
.sp-histoire__photo-row--3 { grid-template-columns: 1fr 1fr 1fr; }
.sp-histoire__photo-item {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  height: calc(100vh - 73px);
  background: var(--blanc);
}
.sp-histoire__photo-item img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
@media (max-width: 700px) {
  .sp-histoire__photo-row--2,
  .sp-histoire__photo-row--3 { grid-template-columns: 1fr; }
}

/* ── Détails au quotidien ── */
.sp-details {
  padding: 5rem 0 6rem;
  border-bottom: 1px solid var(--border);
}
.sp-details__header { margin-bottom: 3rem; }
.sp-details__title {
  font-family: var(--font-titre);
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 400;
  letter-spacing: -.02em;
  color: var(--noir);
  margin-top: .5rem;
}
.sp-details__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem 4rem;
  margin-bottom: 3.5rem;
}
.sp-details__item-title {
  font-family: var(--font-corps);
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--noir);
  margin-bottom: .75rem;
}
.sp-details__item p { color: var(--gris); line-height: 1.8; font-size: .95rem; }

/* Carnet d'adresses */
.sp-carnet {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 2rem;
  align-items: center;
  border: 1px solid var(--rouge);
  padding: 2rem 2.5rem;
  margin-top: 3rem;
}
.sp-carnet__avatar {
  width: 80px; height: 80px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.sp-carnet__avatar img { width: 100%; height: 100%; object-fit: cover; }
.sp-carnet__label {
  font-size: .68rem; font-weight: 700; letter-spacing: .14em;
  text-transform: uppercase; color: var(--gris);
  margin-bottom: .5rem;
}
.sp-carnet__name { margin-bottom: .75rem; }
.sp-carnet__title {
  font-family: var(--font-corps);
  font-size: .95rem; font-weight: 700; color: var(--rouge);
}
.sp-carnet__sep { color: var(--gris); margin: 0 .3rem; }
.sp-carnet__addr {
  font-size: .88rem; color: var(--rouge);
}
a.sp-carnet__addr {
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-color: rgba(212,33,72,.35);
}
a.sp-carnet__addr:hover { text-decoration-color: var(--rouge); }
.sp-carnet__body p { color: var(--noir); line-height: 1.75; font-size: .9rem; }
.sp-carnet__body .sp-encadre__conclusion {
  font-family: var(--font-corps) !important;
  font-size: .9rem !important;
  font-style: normal !important;
  color: var(--noir) !important;
  line-height: 1.75 !important;
}

/* ── Expertise marché ── */
.sp-expertise {
  padding: 6rem 0;
  background: #f4f2ef;
  border-bottom: 1px solid var(--border);
}
.sp-expertise__title {
  font-family: var(--font-titre);
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 400;
  letter-spacing: -.02em;
  color: var(--noir);
  margin: .5rem 0 2rem;
}
.sp-expertise__intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  margin-bottom: 2.5rem;
}
.sp-expertise__intro p { color: var(--gris); line-height: 1.8; margin: 0; }
.sp-expertise__quote { margin-top: 2.5rem; }
.sp-table-wrap { margin-top: 2rem; overflow-x: auto; }
.sp-table {
  width: 100%;
  border-collapse: collapse;
  font-size: .85rem;
}
.sp-table th {
  text-align: left;
  font-size: .7rem;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--gris);
  padding: .75rem 1rem;
  border-bottom: 2px solid var(--border);
}
.sp-table td {
  padding: .85rem 1rem;
  border-bottom: 1px solid var(--border);
  color: var(--noir);
  vertical-align: top;
  line-height: 1.5;
}
.sp-table tr:last-child td { border-bottom: none; }
.sp-table tr:nth-child(even) { background: rgba(0,0,0,.02); }
.sp-table__source {
  font-size: .72rem;
  color: var(--gris);
  margin-top: 1rem;
  font-style: italic;
}
.sp-encadre {
  border: 1px solid var(--border);
  padding: 2rem;
  background: var(--blanc);
}
.sp-encadre p { color: var(--gris); line-height: 1.8; font-size: .95rem; margin-bottom: 1rem; }
.sp-encadre p:last-child { margin-bottom: 0; }
.sp-encadre__conclusion {
  font-family: var(--font-card);
  font-size: 1.05rem !important;
  color: var(--noir) !important;
  font-style: italic;
  line-height: 1.5 !important;
}

/* ── Split citation / newsletter / vendre ── */
.sp-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.sp-split__left {
  /* Bord extérieur (gauche) aligné sur le container comme le reste de la
     page ; bord intérieur (droite, contre la colonne rouge) en marge fixe.
     Avant : les deux côtés utilisaient la formule extérieure, ce qui sur
     très grand écran (>1900px environ) rendait ce padding cumulé plus
     large que la colonne elle-même — le bloc citation se retrouvait donc
     écrasé, quasi sans largeur utile pour le texte. */
  padding: 5rem 4rem 5rem max(2rem, calc((100vw - var(--container)) / 2 + 2rem));
  background: var(--creme);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  gap: 0;
}
.sp-split__quote { padding-bottom: 3rem; }
.sp-split__quote-text {
  font-family: 'Playwrite NZ', cursive;
  font-size: clamp(.95rem, 1.35vw, 1.2rem);
  font-style: normal;
  font-weight: 300;
  line-height: 1.6;
  color: var(--noir);
  border: none;
  padding: 0;
  margin: 0;
}

.sp-split__sig {
  margin-top: 1.5rem;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--rouge);
}
.sp-split__newsletter {
  border-top: 1px solid var(--border);
  padding-top: 3rem;
  margin-top: auto;
}
.sp-split__nl-body { display: flex; flex-direction: column; gap: 1rem; align-items: flex-start; }
.sp-split__nl-title {
  font-family: var(--font-corps);
  font-size: .95rem;
  font-weight: 400;
  color: var(--gris);
  line-height: 1.7;
  margin: 0;
}
.sp-split__right {
  padding: 5rem max(2rem, calc((100vw - var(--container)) / 2 + 2rem)) 5rem 4rem;
  background: var(--rouge);
  color: var(--creme);
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative; overflow: hidden; isolation: isolate;
  align-items: flex-start;
  gap: 1.5rem;
}
.sp-split__title {
  font-family: var(--font-titre);
  font-size: clamp(1.4rem, 2.2vw, 1.9rem);
  line-height: 1.15; letter-spacing: -.01em;
}
.sp-split__title--blanc {
  font-family: var(--font-titre);
  font-size: clamp(1.6rem, 2.5vw, 2.4rem);
  font-weight: 400;
  line-height: 1.15;
  color: var(--blanc);
  margin: 0;
}
.sp-split__right p { color: rgba(248,244,239,.85); line-height: 1.75; font-size: .95rem; margin: 0; }
.sp-split__left .section-label { color: var(--gris); }

/* ── Biens à vendre ── */
.sp-biens {
  padding: 5rem 0 6rem;
  background: var(--blanc);
  border-bottom: 1px solid var(--border);
}
.sp-biens__header { margin-bottom: 3rem; }
.sp-biens__title {
  font-family: var(--font-titre);
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 400;
  letter-spacing: -.02em;
  color: var(--noir);
  margin-top: .5rem;
}
/* Overrides cartes dans sp-biens */
.sp-biens .biens-card__title {
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--gris);
  margin-bottom: .4rem;
}
.sp-biens .biens-card__prix {
  font-size: 1.15rem;
  font-weight: 400;
  color: var(--noir);
}
.sp-biens .biens-grid { gap: 1.5rem; }

/* ── Responsive ── */
@media (max-width: 900px) {
  .sp-infog__stats { flex-wrap: wrap; }
  .sp-infog__stat { flex: 1 1 45%; }
  .sp-oeil__grid { grid-template-columns: 1fr; gap: 3rem; }
  .sp-oeil__img { aspect-ratio: 4/3; max-height: 380px; }
  .sp-reperes__cols { grid-template-columns: 1fr; gap: 2rem; }
  .sp-histoire__grid { gap: 1.5rem; }
  .sp-expertise__intro { grid-template-columns: 1fr; gap: 1.5rem; }
  .sp-split { grid-template-columns: 1fr; }
  .sp-split__left, .sp-split__right { padding: 3.5rem 2rem; }
}
@media (max-width: 600px) {
  .sp-details__grid { grid-template-columns: 1fr; gap: 2rem; }
  .sp-infog__stat { flex: 1 1 100%; }
  .sp-carnet { grid-template-columns: 1fr; gap: 1rem; }
  .sp-carnet__avatar { justify-self: center; }

  /* Tableau "Segment analysé" : passage en cartes empilées, plus de scroll horizontal */
  .sp-table-wrap { overflow-x: visible; }
  .sp-table { border: 1px solid var(--border); }
  .sp-table thead { display: none; }
  .sp-table, .sp-table tbody, .sp-table tr, .sp-table td { display: block; width: 100%; }
  .sp-table tr {
    border-bottom: 1px solid var(--border);
    padding: 1rem;
  }
  .sp-table tr:last-child { border-bottom: none; }
  .sp-table tr:nth-child(even) { background: rgba(0,0,0,.02); }
  .sp-table td {
    padding: .35rem 0;
    border-bottom: none;
  }
  .sp-table td:first-child {
    font-weight: 700;
    font-size: .95rem;
    padding-bottom: .6rem;
  }
  .sp-table td[data-label] {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 1rem;
    text-align: right;
  }
  .sp-table td[data-label]::before {
    content: attr(data-label);
    font-size: .68rem;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--gris);
    text-align: left;
    flex-shrink: 0;
  }
  .sp-table td[data-label="Lecture terrain"] {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    gap: .3rem;
    padding-top: .5rem;
    border-top: 1px dashed var(--border);
    margin-top: .5rem;
  }
}

/* Hero micro-quartiers : filtre plus foncé en mobile pour la lisibilité du texte */
@media (max-width: 600px) {
  .sp-hero--viarme { background-image: linear-gradient(to bottom, rgba(20,18,16,.95) 0%, rgba(20,18,16,.52) 100%), url('/images/commons/c-commons_place-viarme.jpg'); }
  .sp-hero--saint-pasquier { background-image: linear-gradient(to bottom, rgba(20,18,16,.95) 0%, rgba(20,18,16,.52) 100%), url('/images/quartiers/saint-pasquier/sp-header.jpg'); }
  .sp-hero--rond-point-vannes { background-image: linear-gradient(to bottom, rgba(20,18,16,.95) 0%, rgba(20,18,16,.52) 100%), url('/images/quartiers/rond-point-vannes/rdv-header.jpg'); }
  .sp-hero--talensac { background-image: linear-gradient(to bottom, rgba(20,18,16,.95) 0%, rgba(20,18,16,.52) 100%), url('/images/quartiers/talensac/talensac-header.jpg'); }
  .sp-hero--hauts-paves { background-image: linear-gradient(to bottom, rgba(20,18,16,.95) 0%, rgba(20,18,16,.52) 100%), url('/images/quartiers/hauts-paves/hp-quartier-hauts-paves.jpg'); }
  .sp-hero--montselet { background-image: linear-gradient(to bottom, rgba(20,18,16,.95) 0%, rgba(20,18,16,.52) 100%), url('/images/quartiers/montselet/montselet-header.jpg'); }
  .sp-hero--proce { background-image: linear-gradient(to bottom, rgba(20,18,16,.95) 0%, rgba(20,18,16,.52) 100%), url('/images/quartiers/proce/proce-header.jpg'); }
  .sp-hero--rond-point-de-rennes { background-image: linear-gradient(to bottom, rgba(20,18,16,.95) 0%, rgba(20,18,16,.52) 100%), url('/images/quartiers/rond-point-de-rennes/rond-point-de-rennes-header.jpg'); }
  .sp-hero--universite-michelet { background-image: linear-gradient(to bottom, rgba(20,18,16,.95) 0%, rgba(20,18,16,.52) 100%), url('/images/quartiers/universite-michelet/universite-michelet-header.jpg'); }
  .sp-hero--saint-felix { background-image: linear-gradient(to bottom, rgba(20,18,16,.95) 0%, rgba(20,18,16,.52) 100%), url('/images/quartiers/saint-felix/saint-felix-header.jpg'); }
  .sp-hero--bellamy-barbin { background-image: linear-gradient(to bottom, rgba(20,18,16,.95) 0%, rgba(20,18,16,.52) 100%), url('/images/quartiers/bellamy-barbin/bellamy-barbin-principal.jpg'); }
  .sp-hero--saint-mihiel { background-image: linear-gradient(to bottom, rgba(20,18,16,.95) 0%, rgba(20,18,16,.52) 100%), url('/images/quartiers/saint-mihiel/saint-mihiel-header.jpg'); }
}

