/* ════════════════════════════════
   PAGES PRODUITS — produits.css
   ════════════════════════════════ */

/* ── Hero ── */
.produit-hero {
  position: relative;
  min-height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 150px 72px 56px;
  overflow: hidden;
  background: linear-gradient(135deg, #1d2548 0%, #27315a 55%, #1a1f3e 100%);
}

.produit-hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(29,37,72,0.92) 0%, rgba(39,49,90,0.88) 55%, rgba(26,31,62,0.92) 100%),
    radial-gradient(ellipse 70% 60% at 80% 30%, rgba(255,91,92,0.18) 0%, transparent 70%);
  pointer-events: none;
}

.produit-hero-content {
  position: relative;
  z-index: 1;
  max-width: 680px;
}

.produit-hero-content .section-label {
  text-align: center;
}

/* ── Badge icône secteur (hero pages secteurs) ── */
.secteur-hero-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: rgba(255, 91, 92, 0.15);
  border: 1px solid rgba(255, 91, 92, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #ff5b5c;
}

/* ── Carte secteur avec photo ("Solutions recommandées") ── */
.secteur-card-photo {
  background: #fff;
  border: 1px solid #edf0f5;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.secteur-card-photo:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(29,37,72,0.1);
}

.secteur-card-photo-img {
  height: 170px;
  overflow: hidden;
}

.secteur-card-photo-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}

.secteur-card-photo:hover .secteur-card-photo-img img {
  transform: scale(1.06);
}

.secteur-card-photo-body {
  padding: 22px 24px 26px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}

.secteur-card-photo-body .secteur-icon {
  width: 40px;
  height: 40px;
  font-size: 17px;
  margin-bottom: 2px;
}

.secteur-card-photo-body h3 {
  font-size: 16px;
  font-weight: 700;
  color: #1c2340;
}

.secteur-card-photo-body p {
  font-size: 13.5px;
  line-height: 1.7;
  color: #666;
  flex: 1;
}

.produit-hero-content h1 {
  font-size: clamp(32px, 4.4vw, 50px);
  font-weight: 700;
  color: #fff;
  line-height: 1.15;
  margin: 8px 0 12px;
}

.produit-hero-sub {
  font-size: 15px;
  color: rgba(255,255,255,0.65);
  letter-spacing: 0.02em;
  max-width: 560px;
  margin: 0 auto;
}

/* ── Fil d'Ariane ── */
.produit-breadcrumb {
  max-width: 1280px;
  margin: 0 auto;
  padding: 20px 72px 0;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #64748b;
  flex-wrap: wrap;
}

.produit-breadcrumb a {
  color: #64748b;
  text-decoration: none;
  transition: color 0.2s;
}

.produit-breadcrumb a:hover {
  color: #ff5b5c;
}

.produit-breadcrumb span[aria-current] {
  color: #27315a;
  font-weight: 600;
}

/* ── Section wrapper générique ── */
.produit-section {
  padding: 90px 72px;
}

.produit-section--alt {
  background: #f8f9fc;
}

.produit-section-header {
  max-width: 760px;
  margin: 0 auto 52px;
  text-align: center;
}

.produit-section-header h2 {
  font-size: 36px;
  font-weight: 700;
  color: #27315a;
  line-height: 1.2;
  margin-bottom: 16px;
}

.produit-text {
  max-width: 780px;
  margin: 0 auto;
  font-size: 16px;
  color: #4b5570;
  line-height: 1.8;
}

.produit-text + .produit-text {
  margin-top: 16px;
}

.produit-text--center {
  text-align: center;
}

.produit-section-cta {
  text-align: center;
  margin-top: 40px;
}

/* ── Badge pleine largeur (repris du style carte éco de l'accueil) ── */
.produit-badge-banner {
  display: flex;
  align-items: flex-start;
  gap: 22px;
  max-width: 1280px;
  margin: 32px auto 0;
  padding: 32px 36px;
  border-radius: 16px;
  background: linear-gradient(145deg, #f0faf4 0%, #e6f5ec 100%);
  border: 1px solid #c8e6d0;
}

.produit-badge-banner-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(34, 139, 74, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #228b4a;
  flex-shrink: 0;
}

.produit-badge-banner-body h3 {
  font-size: 19px;
  font-weight: 700;
  color: #1a4a2e;
  margin-bottom: 8px;
}

.produit-badge-banner-body > p {
  font-size: 14px;
  line-height: 1.7;
  color: #4a7a5a;
  max-width: 720px;
  margin-bottom: 18px;
}

.produit-badge-banner-points {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 9px 32px;
}

.produit-badge-banner-points li {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  font-size: 13.5px;
  color: #2d5a3d;
  line-height: 1.5;
}

.produit-badge-banner-points li i {
  color: #228b4a;
  font-size: 12px;
  flex-shrink: 0;
  margin-top: 3px;
}

/* ── Page "en préparation" ── */
.produit-coming-soon {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}

.produit-coming-soon-icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 24px;
  border-radius: 50%;
  background: rgba(255,91,92,0.1);
  color: #ff5b5c;
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.produit-coming-soon h2 {
  font-size: 24px;
  font-weight: 700;
  color: #1c2340;
  margin-bottom: 14px;
}

.produit-coming-soon p {
  font-size: 15px;
  line-height: 1.8;
  color: #666;
  margin-bottom: 28px;
}

/* ── Intro avec photo ── */
.produit-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  max-width: 1280px;
  margin: 0 auto;
  align-items: center;
}

.produit-intro-photo img {
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 8px 40px rgba(29,37,72,0.14);
  display: block;
}

/* ── Bandeau de stats compact ── */
.produit-stat-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  max-width: 900px;
  margin: 56px auto 0;
  background: #fff;
  border-radius: 12px;
  padding: 20px 32px;
  box-shadow: 0 2px 16px rgba(29,37,72,0.06);
  flex-wrap: wrap;
}

.produit-stat-item {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 14px;
  font-weight: 600;
  color: #27315a;
  flex: 1;
  min-width: 180px;
  justify-content: center;
}

.produit-stat-item i {
  color: #ff5b5c;
  font-size: 16px;
}

.produit-stat-sep {
  width: 1px;
  height: 28px;
  background: rgba(29,37,72,0.12);
}

.produit-intro-text h2 {
  font-size: 32px;
  font-weight: 700;
  color: #27315a;
  line-height: 1.2;
  margin-bottom: 16px;
}

.produit-intro-text p {
  font-size: 15px;
  color: #4b5570;
  line-height: 1.8;
  margin-bottom: 16px;
}

.produit-intro-ctas {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: nowrap;
  margin-top: 8px;
}

.cta-light {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: #fff;
  color: #27315a;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.03em;
  padding: 13px 26px;
  border-radius: 4px;
  border: 1.5px solid rgba(29,37,72,0.15);
  transition: border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.cta-light:hover {
  border-color: #ff5b5c;
  color: #ff5b5c;
  transform: translateY(-2px);
}

/* ── Grilles de cartes (réutilisent .secteur-card/.secteur-icon) ── */
.produit-grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  max-width: 1280px;
  margin: 0 auto;
}

.produit-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1100px;
  margin: 0 auto;
}

.produit-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  max-width: 820px;
  margin: 0 auto;
}

.produit-grid-atouts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  max-width: 980px;
  margin: 0 auto;
}

.produit-photo-trio {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  max-width: 900px;
  margin: 36px auto 0;
}

.produit-photo-trio img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 12px;
}

.produit-photo-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  max-width: 1280px;
  margin: 36px auto 0;
}

.produit-photo-strip img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  border-radius: 12px;
}

/* ── Tableau comparatif ── */
.produit-compare-intro {
  max-width: 700px;
  margin: 0 auto 32px;
  text-align: center;
  color: #5a6178;
  font-size: 15px;
  line-height: 1.6;
}

.produit-compare-wrap {
  max-width: 1100px;
  margin: 0 auto;
  overflow-x: auto;
  border: 1px solid #edf0f5;
  border-radius: 12px;
  background: #fff;
}

.produit-compare-wrap + .produit-grid-2,
.produit-compare-wrap + .produit-grid-3,
.produit-compare-wrap + .produit-grid-4 {
  margin-top: 40px;
}

.produit-compare-table {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
}

.produit-compare-table th,
.produit-compare-table td {
  padding: 16px 20px;
  text-align: center;
  font-size: 13.5px;
}

.produit-compare-table th {
  background: #f7f8fb;
  color: #1c2340;
  font-weight: 700;
  font-size: 14px;
  border-bottom: 2px solid #ff5b5c;
  white-space: nowrap;
}

.produit-compare-table td {
  color: #27315a;
  font-weight: 500;
  border-top: 1px solid #f1f3f7;
}

.produit-compare-table th:first-child,
.produit-compare-table td:first-child {
  text-align: left;
  color: #8a93a6;
  font-weight: 600;
  white-space: nowrap;
}

.produit-compare-table tbody tr:hover {
  background: #fafbfd;
}

/* ── Liste de profils (cartes "qui choisit quoi") ── */
.produit-profile-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 14px;
}

.produit-profile-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  color: #27315a;
  line-height: 1.5;
}

.produit-profile-list li i {
  color: #ff5b5c;
  font-size: 13px;
  flex-shrink: 0;
  margin-top: 3px;
}

.produit-grid-flex {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 24px;
  max-width: 1280px;
  margin: 0 auto;
}

/* ── Réalisation mise en avant ── */
.produit-realisation {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  max-width: 1100px;
  margin: 0 auto;
  align-items: center;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 32px rgba(29,37,72,0.08);
}

.produit-realisation-img {
  height: 100%;
  min-height: 320px;
}

.produit-realisation-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.produit-realisation-body {
  padding: 0 40px 0 0;
}

.produit-realisation-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255,91,92,0.1);
  color: #ff5b5c;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 20px;
  margin-bottom: 16px;
}

.produit-realisation-body h3 {
  font-size: 26px;
  font-weight: 700;
  color: #27315a;
  margin-bottom: 12px;
}

.produit-realisation-body p {
  font-size: 15px;
  color: #64748b;
  line-height: 1.7;
  margin-bottom: 18px;
}

.produit-realisation-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.produit-realisation-meta span {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  color: #27315a;
  font-weight: 600;
}

.produit-realisation-meta i {
  color: #ff5b5c;
}

/* ── Cartes de spécifications (fiche technique) ── */
.produit-spec-card {
  background: #fff;
  border: 1px solid #edf0f5;
  border-radius: 10px;
  padding: 28px 26px;
}

.produit-spec-card h3 {
  font-size: 16px;
  font-weight: 700;
  color: #1c2340;
  margin: 14px 0 16px;
}

.produit-spec-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  padding: 9px 0;
  border-top: 1px solid #f1f3f7;
  font-size: 13.5px;
}

.produit-spec-row:first-of-type {
  border-top: none;
}

.produit-spec-row span:first-child {
  color: #8a93a6;
  font-weight: 500;
  flex-shrink: 0;
}

.produit-spec-row span:last-child {
  color: #27315a;
  font-weight: 600;
  text-align: right;
}

/* ── Cartes atouts (icône + texte horizontal, fond doux) ── */
.produit-atout-card {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  border-radius: 12px;
  padding: 28px 26px;
  background: #f4f5fa;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.produit-atout-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 28px rgba(29,37,72,0.08);
}

.produit-atout-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #ff5b5c;
}

.produit-atout-content h3 {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 8px;
  line-height: 1.3;
  color: #1c2340;
}

.produit-atout-content p {
  font-size: 13.5px;
  line-height: 1.7;
  color: #666;
}

/* ── Mosaïque (desktop/tablette) ── */
.produit-mosaic {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 180px);
  gap: 14px;
  max-width: 1280px;
  margin: 0 auto;
}

.produit-mosaic-item {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}

.produit-mosaic-item--large {
  grid-column: span 2;
  grid-row: span 2;
}

.produit-mosaic-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.produit-mosaic-item:hover img {
  transform: scale(1.06);
}

.produit-mosaic-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(18,24,52,0.88) 0%, rgba(18,24,52,0.25) 55%, transparent 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 16px 18px;
  pointer-events: none;
}

.produit-mosaic-overlay h3 {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
}

.produit-mosaic-item--large .produit-mosaic-overlay h3 {
  font-size: 20px;
}

.produit-mosaic-overlay p {
  font-size: 12.5px;
  color: rgba(255,255,255,0.85);
  margin-top: 6px;
  line-height: 1.6;
}

/* Grille égale — mobile uniquement */
.produit-mosaic-mobile {
  display: none;
}

/* ── Mosaïque à tuiles égales (6 tuiles, sans grande tuile) ── */
.produit-mosaic-6 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 180px);
  gap: 14px;
  max-width: 1280px;
  margin: 0 auto;
}

/* ── Cartes cas d'usage (photo en haut) ── */
.produit-usecase-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 16px rgba(29,37,72,0.06);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.produit-usecase-card:hover {
  box-shadow: 0 10px 32px rgba(29,37,72,0.12);
  transform: translateY(-3px);
}

.produit-usecase-img {
  height: 130px;
}

.produit-usecase-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.produit-usecase-body {
  padding: 22px 26px 26px;
}

.produit-usecase-body h3 {
  font-size: 16px;
  font-weight: 700;
  color: #1c2340;
  margin-bottom: 8px;
  line-height: 1.3;
}

.produit-usecase-body p {
  font-size: 13.5px;
  line-height: 1.7;
  color: #666;
}

/* ── Processus (étapes numérotées, sans cartes) ── */
.produit-process {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
  max-width: 1280px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.produit-process-step {
  flex: 1;
  min-width: 200px;
  max-width: 250px;
}

.produit-process-num {
  display: block;
  font-family: 'Playfair Display', serif;
  font-size: 46px;
  font-weight: 700;
  color: #ff5b5c;
  line-height: 1;
  margin-bottom: 18px;
}

.produit-process-step h3 {
  font-size: 17px;
  font-weight: 700;
  color: #27315a;
  margin-bottom: 8px;
  line-height: 1.3;
}

.produit-process-step p {
  font-size: 13.5px;
  color: #6b7280;
  line-height: 1.7;
}

.produit-process-arrow {
  flex-shrink: 0;
  color: #ff5b5c;
  font-size: 18px;
  opacity: 0.5;
  margin-top: 18px;
}

/* ── Rangées alternées (photo / contenu) ── */
.produit-feature-rows {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 64px;
}

.produit-feature-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}

.produit-feature-row-img { order: 1; }
.produit-feature-row-content { order: 2; }

.produit-feature-row--reverse .produit-feature-row-img { order: 2; }
.produit-feature-row--reverse .produit-feature-row-content { order: 1; }

.produit-feature-row-img img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 8px 40px rgba(29,37,72,0.14);
  display: block;
}

.produit-feature-row-content h3 {
  font-size: 26px;
  font-weight: 700;
  color: #27315a;
  margin-bottom: 14px;
}

.produit-feature-row-content p {
  font-size: 15px;
  color: #4b5570;
  line-height: 1.8;
  margin-bottom: 22px;
}

/* ── FAQ ── */
.produit-faq {
  max-width: 860px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.produit-faq-item {
  background: #fff;
  border-radius: 12px;
  padding: 24px 28px;
  box-shadow: 0 2px 16px rgba(29,37,72,0.06);
}

.produit-faq-item h3 {
  font-size: 16px;
  font-weight: 700;
  color: #27315a;
  margin-bottom: 8px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.produit-faq-item h3 i {
  color: #ff5b5c;
  font-size: 14px;
  margin-top: 3px;
}

.produit-faq-item p {
  font-size: 14px;
  color: #64748b;
  line-height: 1.7;
  margin-left: 24px;
}

/* ── Liens connexes ── */
.produit-related {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}

.produit-related a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 22px;
  background: #fff;
  border: 1px solid rgba(29,37,72,0.12);
  border-radius: 10px;
  color: #27315a;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: border-color 0.2s, color 0.2s;
}

.produit-related a:hover {
  border-color: #ff5b5c;
  color: #ff5b5c;
}

a.secteur-card {
  text-decoration: none;
}

/* ── Ancres : compenser le header fixe ── */
[id] {
  scroll-margin-top: 100px;
}

/* ── Responsive ── */
@media (max-width: 1024px) {
  .produit-mosaic {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 160px);
  }

  .produit-mosaic-item--large {
    grid-column: span 2;
    grid-row: span 2;
  }

  .produit-mosaic-6 {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 180px);
  }

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

  .produit-grid-3,
  .secteurs-grid {
    grid-template-columns: 1fr;
  }

  .produit-grid-2 {
    grid-template-columns: 1fr;
  }

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

  .produit-intro {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .produit-realisation {
    grid-template-columns: 1fr;
  }

  .produit-realisation-body {
    padding: 32px;
  }

  .produit-realisation-img {
    min-height: 260px;
  }

  .produit-feature-row {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .produit-feature-row-img,
  .produit-feature-row--reverse .produit-feature-row-img {
    order: 1;
  }

  .produit-feature-row-content,
  .produit-feature-row--reverse .produit-feature-row-content {
    order: 2;
  }

  .produit-feature-row-img img {
    height: 260px;
  }
}

@media (max-width: 768px) {
  .produit-mosaic {
    display: none;
  }

  .produit-photo-strip {
    grid-template-columns: 1fr;
  }

  .produit-mosaic-6 {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .produit-badge-banner {
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding: 28px 24px;
    text-align: center;
  }

  .produit-badge-banner-body > p {
    max-width: none;
  }

  .produit-badge-banner-points {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .produit-mosaic-6 .produit-mosaic-item {
    height: 200px;
  }

  .produit-mosaic-mobile {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    max-width: 1280px;
    margin: 0 auto;
  }

  .produit-hero {
    padding: 110px 24px 48px;
    min-height: 280px;
  }

  .produit-section {
    padding: 56px 24px;
  }

  .produit-stat-bar {
    flex-direction: column;
    gap: 12px;
    margin-top: 32px;
  }

  .produit-stat-sep {
    display: none;
  }

  .produit-intro-ctas {
    gap: 8px;
  }

  .cta-primary,
  .cta-light {
    padding-left: 16px;
    padding-right: 16px;
    font-size: 12.5px;
  }

  .produit-grid-4 {
    grid-template-columns: 1fr;
  }

  .produit-grid-atouts {
    grid-template-columns: 1fr;
  }

  .produit-photo-trio {
    grid-template-columns: 1fr;
  }

  .produit-process {
    flex-direction: column;
    align-items: stretch;
  }

  .produit-process-step {
    max-width: none;
  }

  .produit-process-arrow {
    display: none;
  }

  .produit-breadcrumb {
    padding: 16px 24px 0;
  }

  .produit-faq-item p {
    margin-left: 0;
  }

  .produit-realisation-body {
    padding: 24px;
  }
}
