/* ==========================================================================
   Page « Nos solutions » — fiches machines alternées + avants/après
   ========================================================================== */

.solutions-intro { padding: 72px 0 54px; }
.solutions-intro .titre-section { text-align: center; }

/* ---------- Fiche machine (texte / image alternés) ---------- */
.fiche {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  width: calc(100% - 80px);
  max-width: var(--largeur-site);
  margin: 0 auto 30px;
  min-height: 530px;
  overflow: hidden;
  border-radius: 12px;
}
.fiche:last-of-type { margin-bottom: 72px; }
.fiche--inverse .fiche__image { order: -1; }
.fiche__image { position: relative; overflow: hidden; }
.fiche__image img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
}
.fiche__texte {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 36px clamp(32px, 4.5vw, 62px);
  min-width: 0;
}
.fiche--inverse .fiche__texte { padding: 36px clamp(32px, 4.5vw, 62px); }

.fiche__titre {
  font-family: var(--font-titre);
  font-size: clamp(19px, 2.2vw, 26px);
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--brun);
  text-align: center;
  line-height: 1.04;
  margin-bottom: 18px;
  text-indent: .22em;
}
.fiche__desc {
  width: 100%;
  max-width: 560px;
  margin-inline: auto;
  color: var(--gris-texte);
  font-size: 15px;
  line-height: 1.32;
  text-align: center;
  margin-bottom: 15px;
}
.fiche__liste-bloc {
  width: 100%;
  max-width: 560px;
  margin: 0 auto 16px;
  text-align: left;
}
.fiche__liste-intro {
  color: var(--gris-texte);
  font-size: 15px;
  line-height: 1.32;
  margin-bottom: 4px;
}
.fiche__liste {
  list-style: disc;
  margin: 0 0 0 20px;
  font-size: 15px;
  line-height: 1.32;
}
.fiche__liste li { font-weight: 700; color: var(--brun); margin-bottom: 2px; }
.fiche__bouton-wrap { text-align: center; margin: 4px 0 14px; }

/* ---------- Pictogrammes « problématiques ciblées » / bénéfices ---------- */
.pictos__titre {
  font-family: var(--font-titre);
  font-size: 13px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--brun-fonce);
  text-align: center;
  margin: 16px 0 13px;
  text-indent: .22em;
}
.pictos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px 12px;
}
.pictos--benefices { margin-bottom: 8px; }
.picto {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 96px;
  text-align: center;
}
.picto__icone { width: 36px; height: 36px; color: var(--brun-fonce); }
.picto__icone svg { width: 100%; height: 100%; }
.picto__label { margin-top: 6px; font-size: 12px; color: var(--gris-texte); line-height: 1.18; }

/* ---------- La marque Contour Paris ---------- */
.marque-contour__logo { display: block; width: 130px; margin: 70px auto 0; }

/* ---------- Aspect naturel des photos de fiche (portrait, non recadrées en carré) ---------- */
.fiche__image img { object-position: center 30%; }

/* ---------- Avant / Après ---------- */
.section--avantapres-titre { padding-bottom: 0; }
.section--avantapres { background: var(--mocka-fond); padding: 40px 0 56px; }
.carrousel--avantapres { padding: 0 70px; }
.carrousel--avantapres .carrousel__piste { gap: 4px; }
.carrousel--avantapres .carrousel__slide { width: calc((100% - 12px) / 4); }
.carrousel--avantapres .carrousel__slide img { width: 100%; height: 340px; object-fit: cover; display: block; }

@media (max-width: 1024px) {
  .fiche__texte, .fiche--inverse .fiche__texte { padding: 50px 40px; }
  .carrousel--avantapres .carrousel__slide { width: calc((100% - 8px) / 2); }
}

@media (max-width: 860px) {
  .fiche {
    grid-template-columns: 1fr;
    width: 100%;
    min-height: 0;
    margin-bottom: 0;
    border-radius: 0;
  }
  .fiche:last-of-type { margin-bottom: 0; }
  .fiche__texte { min-width: 0; }
  .pictos { gap: 18px 10px; }
  .picto { width: 84px; }
  .fiche__image { height: 320px; }
  .fiche--inverse .fiche__image { order: 0; }
  .fiche__texte, .fiche--inverse .fiche__texte { padding: 40px 24px; }
  .carrousel--avantapres { padding: 0 44px; }
  .carrousel--avantapres .carrousel__slide { width: 100%; }
  .carrousel--avantapres .carrousel__slide img { height: 280px; }
}
