/* ============================================================
       PAGE : manutention-et-transport-sur-mesure-nanterre
    ============================================================ */

    /* Breadcrumb */
    .manutention-et-transport-sur-mesure-nanterre__breadcrumb {
      background: #f8f9fa;
      padding: 12px 0;
      border-bottom: 1px solid #e9ecef;
    }
    .manutention-et-transport-sur-mesure-nanterre__breadcrumb-inner {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 20px;
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: 6px;
      font-size: 0.85rem;
      color: #6c757d;
    }
    .manutention-et-transport-sur-mesure-nanterre__breadcrumb-inner a { color: #1e3a5f; text-decoration: none; }
    .manutention-et-transport-sur-mesure-nanterre__breadcrumb-inner a:hover { text-decoration: underline; }
    .manutention-et-transport-sur-mesure-nanterre__breadcrumb-sep { color: #adb5bd; }
    .manutention-et-transport-sur-mesure-nanterre__breadcrumb-current { color: #495057; font-weight: 500; }

    /* Hero */
    .manutention-et-transport-sur-mesure-nanterre__hero {
      position: relative;
      min-height: 520px;
      display: flex;
      align-items: center;
      overflow: hidden;
      background: #1e3a5f;
    }
    .manutention-et-transport-sur-mesure-nanterre__hero-bg {
      position: absolute;
      inset: 0;
      background-image: url('/images/service_2_1776602511_69e4cd8f0b4fa.webp');
      background-size: cover;
      background-position: center;
      opacity: 0.35;
    }
    .manutention-et-transport-sur-mesure-nanterre__hero-content {
      position: relative;
      z-index: 2;
      max-width: 1200px;
      margin: 0 auto;
      padding: 80px 20px;
      color: #fff;
    }
    .manutention-et-transport-sur-mesure-nanterre__hero-badge {
      display: inline-block;
      background: rgba(255,255,255,0.15);
      border: 1px solid rgba(255,255,255,0.3);
      color: #fff;
      font-size: 0.8rem;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 1px;
      padding: 5px 14px;
      border-radius: 20px;
      margin-bottom: 18px;
    }
    .manutention-et-transport-sur-mesure-nanterre__hero h1 {
      font-size: clamp(1.9rem, 4vw, 2.8rem);
      font-weight: 800;
      line-height: 1.2;
      margin: 0 0 16px;
      max-width: 680px;
    }
    .manutention-et-transport-sur-mesure-nanterre__hero h1 span { color: #f0a500; }
    .manutention-et-transport-sur-mesure-nanterre__hero-desc {
      font-size: 1.1rem;
      line-height: 1.7;
      max-width: 580px;
      margin: 0 0 32px;
      opacity: 0.92;
    }
    .manutention-et-transport-sur-mesure-nanterre__hero-ctas { display: flex; flex-wrap: wrap; gap: 14px; }
    .manutention-et-transport-sur-mesure-nanterre__btn-primary {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: #f0a500;
      color: #fff;
      font-weight: 700;
      font-size: 1rem;
      padding: 14px 28px;
      border-radius: 6px;
      text-decoration: none;
      transition: background 0.2s, transform 0.2s;
    }
    .manutention-et-transport-sur-mesure-nanterre__btn-primary:hover { background: #d4920a; transform: translateY(-2px); }
    .manutention-et-transport-sur-mesure-nanterre__btn-secondary {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: rgba(255,255,255,0.12);
      color: #fff;
      font-weight: 600;
      font-size: 1rem;
      padding: 14px 28px;
      border-radius: 6px;
      text-decoration: none;
      border: 1.5px solid rgba(255,255,255,0.4);
      transition: background 0.2s;
    }
    .manutention-et-transport-sur-mesure-nanterre__btn-secondary:hover { background: rgba(255,255,255,0.22); }

    /* Stats bar */
    .manutention-et-transport-sur-mesure-nanterre__stats { background: #1e3a5f; padding: 28px 20px; }
    .manutention-et-transport-sur-mesure-nanterre__stats-inner {
      max-width: 1200px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 20px;
    }
    .manutention-et-transport-sur-mesure-nanterre__stat { text-align: center; color: #fff; }
    .manutention-et-transport-sur-mesure-nanterre__stat-value {
      display: block;
      font-size: 1.8rem;
      font-weight: 800;
      color: #f0a500;
      line-height: 1;
      margin-bottom: 6px;
    }
    .manutention-et-transport-sur-mesure-nanterre__stat-label { font-size: 0.82rem; opacity: 0.85; text-transform: uppercase; letter-spacing: 0.5px; }

    /* Prestations */
    .manutention-et-transport-sur-mesure-nanterre__prestations { padding: 80px 20px; background: #fff; }
    .manutention-et-transport-sur-mesure-nanterre__section-header { text-align: center; max-width: 700px; margin: 0 auto 50px; }
    .manutention-et-transport-sur-mesure-nanterre__section-tag {
      display: inline-block;
      background: #eef2ff;
      color: #1e3a5f;
      font-size: 0.78rem;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 1px;
      padding: 5px 14px;
      border-radius: 20px;
      margin-bottom: 14px;
    }
    .manutention-et-transport-sur-mesure-nanterre__section-header h2 { font-size: clamp(1.5rem, 3vw, 2.1rem); color: #1e3a5f; margin: 0 0 14px; font-weight: 800; }
    .manutention-et-transport-sur-mesure-nanterre__section-header p { color: #6c757d; font-size: 1.05rem; line-height: 1.7; }
    .manutention-et-transport-sur-mesure-nanterre__presta-grid {
      max-width: 1200px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 26px;
    }
    .manutention-et-transport-sur-mesure-nanterre__presta-card {
      border: 1px solid #e9ecef;
      border-radius: 12px;
      padding: 30px 26px;
      transition: box-shadow 0.25s, transform 0.25s;
    }
    .manutention-et-transport-sur-mesure-nanterre__presta-card:hover { box-shadow: 0 8px 28px rgba(30,58,95,0.12); transform: translateY(-4px); }
    .manutention-et-transport-sur-mesure-nanterre__presta-icon {
      width: 54px;
      height: 54px;
      background: #eef2ff;
      border-radius: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.5rem;
      margin-bottom: 18px;
    }
    .manutention-et-transport-sur-mesure-nanterre__presta-card h3 { font-size: 1.05rem; font-weight: 700; color: #1e3a5f; margin: 0 0 10px; }
    .manutention-et-transport-sur-mesure-nanterre__presta-card p { font-size: 0.92rem; color: #6c757d; line-height: 1.65; margin: 0; }

    /* Local band (section unique Nanterre) */
    .manutention-et-transport-sur-mesure-nanterre__local-band {
      background: linear-gradient(135deg, #0f2540 0%, #1e3a5f 60%, #2d5282 100%);
      padding: 80px 20px;
      color: #fff;
    }
    .manutention-et-transport-sur-mesure-nanterre__local-band-inner {
      max-width: 1200px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 60px;
      align-items: center;
    }
    .manutention-et-transport-sur-mesure-nanterre__local-band-text h2 {
      font-size: clamp(1.4rem, 2.5vw, 2rem);
      font-weight: 800;
      margin: 0 0 16px;
      line-height: 1.25;
    }
    .manutention-et-transport-sur-mesure-nanterre__local-band-text h2 span { color: #f0a500; }
    .manutention-et-transport-sur-mesure-nanterre__local-band-text p {
      font-size: 1rem;
      line-height: 1.75;
      opacity: 0.88;
      margin: 0 0 28px;
    }
    .manutention-et-transport-sur-mesure-nanterre__local-band-btn {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: #f0a500;
      color: #fff;
      font-weight: 700;
      font-size: 1rem;
      padding: 14px 28px;
      border-radius: 6px;
      text-decoration: none;
      transition: background 0.2s, transform 0.2s;
    }
    .manutention-et-transport-sur-mesure-nanterre__local-band-btn:hover { background: #d4920a; transform: translateY(-2px); }
    .manutention-et-transport-sur-mesure-nanterre__local-band-features {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }
    .manutention-et-transport-sur-mesure-nanterre__local-band-item {
      display: flex;
      align-items: flex-start;
      gap: 16px;
      background: rgba(255,255,255,0.07);
      border: 1px solid rgba(255,255,255,0.12);
      border-radius: 10px;
      padding: 18px 20px;
    }
    .manutention-et-transport-sur-mesure-nanterre__local-band-item-icon {
      font-size: 1.6rem;
      flex-shrink: 0;
      margin-top: 2px;
    }
    .manutention-et-transport-sur-mesure-nanterre__local-band-item-body strong {
      display: block;
      font-size: 0.95rem;
      font-weight: 700;
      margin-bottom: 4px;
    }
    .manutention-et-transport-sur-mesure-nanterre__local-band-item-body span {
      font-size: 0.87rem;
      opacity: 0.82;
      line-height: 1.5;
    }

    /* Pourquoi */
    .manutention-et-transport-sur-mesure-nanterre__pourquoi { padding: 80px 20px; background: #fff; }
    .manutention-et-transport-sur-mesure-nanterre__pourquoi-grid {
      max-width: 1200px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 28px;
    }
    .manutention-et-transport-sur-mesure-nanterre__pourquoi-card {
      text-align: center;
      padding: 32px 20px;
      border-radius: 12px;
      background: #f8f9fa;
      transition: box-shadow 0.2s;
    }
    .manutention-et-transport-sur-mesure-nanterre__pourquoi-card:hover { box-shadow: 0 6px 20px rgba(30,58,95,0.1); }
    .manutention-et-transport-sur-mesure-nanterre__pourquoi-icon { font-size: 2.2rem; margin-bottom: 16px; }
    .manutention-et-transport-sur-mesure-nanterre__pourquoi-card h3 { font-size: 1rem; font-weight: 700; color: #1e3a5f; margin: 0 0 10px; }
    .manutention-et-transport-sur-mesure-nanterre__pourquoi-card p { font-size: 0.88rem; color: #6c757d; line-height: 1.65; margin: 0; }

    /* About */
    .manutention-et-transport-sur-mesure-nanterre__about { padding: 80px 20px; background: #f8f9fa; }
    .manutention-et-transport-sur-mesure-nanterre__about-inner {
      max-width: 1200px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 60px;
      align-items: center;
    }
    .manutention-et-transport-sur-mesure-nanterre__about-img { border-radius: 14px; overflow: hidden; box-shadow: 0 10px 40px rgba(30,58,95,0.15); }
    .manutention-et-transport-sur-mesure-nanterre__about-img img { width: 100%; height: 380px; object-fit: cover; display: block; }
    .manutention-et-transport-sur-mesure-nanterre__about-text h2 { font-size: clamp(1.4rem, 2.5vw, 1.9rem); font-weight: 800; color: #1e3a5f; margin: 0 0 18px; }
    .manutention-et-transport-sur-mesure-nanterre__about-text p { color: #495057; font-size: 1rem; line-height: 1.75; margin: 0 0 16px; }
    .manutention-et-transport-sur-mesure-nanterre__about-list { list-style: none; padding: 0; margin: 0 0 28px; display: flex; flex-direction: column; gap: 10px; }
    .manutention-et-transport-sur-mesure-nanterre__about-list li {
      display: flex;
      align-items: center;
      gap: 10px;
      font-size: 0.95rem;
      color: #1e3a5f;
      font-weight: 500;
    }
    .manutention-et-transport-sur-mesure-nanterre__about-list li::before {
      content: '✓';
      width: 22px;
      height: 22px;
      background: #f0a500;
      color: #fff;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 0.75rem;
      font-weight: 700;
      flex-shrink: 0;
    }

    /* CTA band */
    .manutention-et-transport-sur-mesure-nanterre__cta-band {
      background: linear-gradient(135deg, #1e3a5f 0%, #2d5282 100%);
      padding: 64px 20px;
      text-align: center;
      color: #fff;
    }
    .manutention-et-transport-sur-mesure-nanterre__cta-band h2 { font-size: clamp(1.5rem, 3vw, 2.1rem); font-weight: 800; margin: 0 0 14px; }
    .manutention-et-transport-sur-mesure-nanterre__cta-band p { font-size: 1.05rem; opacity: 0.88; margin: 0 auto 32px; max-width: 560px; }
    .manutention-et-transport-sur-mesure-nanterre__cta-band-btns { display: flex; justify-content: center; flex-wrap: wrap; gap: 14px; }
    .manutention-et-transport-sur-mesure-nanterre__cta-band-btn-main {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: #f0a500;
      color: #fff;
      font-weight: 700;
      font-size: 1rem;
      padding: 14px 32px;
      border-radius: 6px;
      text-decoration: none;
      transition: background 0.2s, transform 0.2s;
    }
    .manutention-et-transport-sur-mesure-nanterre__cta-band-btn-main:hover { background: #d4920a; transform: translateY(-2px); }
    .manutention-et-transport-sur-mesure-nanterre__cta-band-btn-alt {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: rgba(255,255,255,0.1);
      color: #fff;
      font-weight: 600;
      font-size: 1rem;
      padding: 14px 32px;
      border-radius: 6px;
      text-decoration: none;
      border: 1.5px solid rgba(255,255,255,0.35);
      transition: background 0.2s;
    }
    .manutention-et-transport-sur-mesure-nanterre__cta-band-btn-alt:hover { background: rgba(255,255,255,0.2); }

    /* FAQ */
    .manutention-et-transport-sur-mesure-nanterre__faq { padding: 80px 20px; background: #fff; }
    .manutention-et-transport-sur-mesure-nanterre__faq-list { max-width: 860px; margin: 0 auto; display: flex; flex-direction: column; gap: 14px; }
    .manutention-et-transport-sur-mesure-nanterre__faq-item { border: 1px solid #e9ecef; border-radius: 10px; overflow: hidden; }
    .manutention-et-transport-sur-mesure-nanterre__faq-question {
      width: 100%;
      background: none;
      border: none;
      padding: 20px 24px;
      text-align: left;
      font-size: 1rem;
      font-weight: 600;
      color: #1e3a5f;
      cursor: pointer;
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 12px;
      transition: background 0.2s;
    }
    .manutention-et-transport-sur-mesure-nanterre__faq-question:hover { background: #f8f9fa; }
    .manutention-et-transport-sur-mesure-nanterre__faq-chevron { flex-shrink: 0; font-size: 1.1rem; transition: transform 0.3s; }
    .manutention-et-transport-sur-mesure-nanterre__faq-item.open .manutention-et-transport-sur-mesure-nanterre__faq-chevron { transform: rotate(180deg); }
    .manutention-et-transport-sur-mesure-nanterre__faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.35s ease; }
    .manutention-et-transport-sur-mesure-nanterre__faq-answer-inner { padding: 0 24px 20px; font-size: 0.95rem; color: #495057; line-height: 1.75; }

    /* Maillage */
    .manutention-et-transport-sur-mesure-nanterre__maillage { padding: 80px 20px; background: #f8f9fa; }
    .manutention-et-transport-sur-mesure-nanterre__maillage-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
    .manutention-et-transport-sur-mesure-nanterre__maillage-block h3 { font-size: 1rem; font-weight: 700; color: #1e3a5f; margin: 0 0 18px; padding-bottom: 12px; border-bottom: 2px solid #e9ecef; }
    .manutention-et-transport-sur-mesure-nanterre__maillage-links { display: flex; flex-direction: column; gap: 10px; }
    .manutention-et-transport-sur-mesure-nanterre__maillage-link {
      display: flex;
      align-items: center;
      gap: 10px;
      color: #1e3a5f;
      text-decoration: none;
      font-size: 0.92rem;
      font-weight: 500;
      padding: 10px 14px;
      background: #fff;
      border: 1px solid #e9ecef;
      border-radius: 8px;
      transition: border-color 0.2s, box-shadow 0.2s;
    }
    .manutention-et-transport-sur-mesure-nanterre__maillage-link:hover { border-color: #1e3a5f; box-shadow: 0 2px 10px rgba(30,58,95,0.08); }
    .manutention-et-transport-sur-mesure-nanterre__maillage-link-icon { width: 32px; height: 32px; background: #eef2ff; border-radius: 6px; display: flex; align-items: center; justify-content: center; font-size: 0.9rem; flex-shrink: 0; }

    /* Mobile floating CTAs */
    .manutention-et-transport-sur-mesure-nanterre__float-ctas { display: none; position: fixed; bottom: 20px; left: 50%; transform: translateX(-50%); z-index: 1000; gap: 12px; }
    .manutention-et-transport-sur-mesure-nanterre__float-btn { display: inline-flex; align-items: center; gap: 8px; padding: 13px 22px; border-radius: 50px; font-weight: 700; font-size: 0.92rem; text-decoration: none; box-shadow: 0 4px 18px rgba(0,0,0,0.25); }
    .manutention-et-transport-sur-mesure-nanterre__float-btn--phone { background: #1e3a5f; color: #fff; }
    .manutention-et-transport-sur-mesure-nanterre__float-btn--whatsapp { background: #25d366; color: #fff; }

    /* Modal */
    .manutention-et-transport-sur-mesure-nanterre__modal-overlay { display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.55); z-index: 9000; align-items: center; justify-content: center; padding: 20px; }
    .manutention-et-transport-sur-mesure-nanterre__modal-overlay.open { display: flex; }
    .manutention-et-transport-sur-mesure-nanterre__modal-box { background: #fff; border-radius: 14px; max-width: 640px; width: 100%; max-height: 80vh; overflow-y: auto; padding: 36px 32px; }
    .manutention-et-transport-sur-mesure-nanterre__modal-box h2 { font-size: 1.3rem; color: #1e3a5f; margin: 0 0 18px; }
    .manutention-et-transport-sur-mesure-nanterre__modal-box p { font-size: 0.9rem; color: #495057; line-height: 1.7; margin: 0 0 12px; }
    .manutention-et-transport-sur-mesure-nanterre__modal-close { display: inline-flex; align-items: center; gap: 6px; background: #1e3a5f; color: #fff; border: none; padding: 10px 22px; border-radius: 6px; font-size: 0.9rem; font-weight: 600; cursor: pointer; margin-top: 10px; }

    /* Responsive */
    @media (max-width: 992px) {
      .manutention-et-transport-sur-mesure-nanterre__stats-inner { grid-template-columns: repeat(2, 1fr); }
      .manutention-et-transport-sur-mesure-nanterre__presta-grid { grid-template-columns: 1fr 1fr; }
      .manutention-et-transport-sur-mesure-nanterre__pourquoi-grid { grid-template-columns: 1fr 1fr; }
      .manutention-et-transport-sur-mesure-nanterre__about-inner { grid-template-columns: 1fr; }
      .manutention-et-transport-sur-mesure-nanterre__about-img img { height: 260px; }
      .manutention-et-transport-sur-mesure-nanterre__local-band-inner { grid-template-columns: 1fr; gap: 40px; }
    }
    @media (max-width: 640px) {
      .manutention-et-transport-sur-mesure-nanterre__presta-grid { grid-template-columns: 1fr; }
      .manutention-et-transport-sur-mesure-nanterre__pourquoi-grid { grid-template-columns: 1fr 1fr; }
      .manutention-et-transport-sur-mesure-nanterre__maillage-inner { grid-template-columns: 1fr; }
      .manutention-et-transport-sur-mesure-nanterre__float-ctas { display: flex; }
    }