/* 
   PAGE A PROPOS - Digital-m
       */

/* 1 HERO
   */
.apropos-hero {
  background: #0d0d1a;
  padding: 88px 0 72px;
  overflow: hidden;
  position: relative;
}

.apropos-hero::before {
  content: '';
  position: absolute;
  top: -120px; right: -120px;
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(255,106,28,0.12) 0%, transparent 70%);
  pointer-events: none;
}

.apropos-hero-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

.apropos-hero-h1 {
  font-family: 'Roboto', sans-serif;
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 900;
  color: #fff;
  line-height: 1.15;
  margin-bottom: 24px;
}

.apropos-hero-desc {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: rgba(255,255,255,0.7);
  line-height: 1.8;
  margin-bottom: 36px;
}

.apropos-hero-ctas {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.apropos-hero-cta-ghost {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: rgba(255,255,255,0.8);
  text-decoration: none;
  border: 2px solid rgba(255,255,255,0.2);
  padding: 14px 28px;
  border-radius: 50px;
  transition: border-color 0.25s ease, color 0.25s ease;
}

.apropos-hero-cta-ghost:hover {
  border-color: #ff6a1c;
  color: #ff6a1c;
  text-decoration: none;
}

/* Carte fondateur */
.apropos-hero-right {
  display: flex;
  justify-content: center;
}

.apropos-founder-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,106,28,0.2);
  border-radius: 24px;
  padding: 36px 32px;
  text-align: center;
  max-width: 320px;
  width: 100%;
  backdrop-filter: blur(8px);
}

.apropos-founder-img-wrap {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 20px;
  background: rgba(255,106,28,0.1);
  border: 3px solid rgba(255,106,28,0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}

.apropos-founder-img {
  width: 100%;
  height: auto;
}

.apropos-founder-info {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.apropos-founder-info strong {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}

.apropos-founder-info span {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: rgba(255,255,255,0.55);
}

.apropos-founder-badge {
  display: inline-block;
  margin-top: 6px;
  font-size: 12px !important;
  font-weight: 700 !important;
  color: #ff6a1c !important;
  background: rgba(255,106,28,0.12);
  border: 1px solid rgba(255,106,28,0.25);
  padding: 4px 14px;
  border-radius: 20px;
}

/* 2 STATS
   ============================================================ */
.apropos-stats-band {
  background: #1a1a2e;
  border-top: 1px solid rgba(255,106,28,0.15);
  border-bottom: 1px solid rgba(255,106,28,0.15);
  padding: 40px 32px;
}

.apropos-stats-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  flex-wrap: wrap;
}

.apropos-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 0 48px;
  flex: 1;
  min-width: 160px;
}

.apropos-stat-sep {
  width: 1px;
  height: 56px;
  background: rgba(255,106,28,0.2);
  flex-shrink: 0;
}

.apropos-stat-num {
  font-family: 'Roboto', sans-serif;
  font-size: clamp(36px, 4vw, 52px);
  font-weight: 900;
  color: #ff6a1c;
  line-height: 1;
}

.apropos-stat-plus {
  font-size: 0.65em;
  vertical-align: super;
}

.apropos-stat-label {
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  color: rgba(255,255,255,0.55);
  text-align: center;
  line-height: 1.4;
}

/* 3 HISTOIRE
   ============================================================ */
.apropos-story-section {
  background: #fff;
  padding: 88px 0;
}

.apropos-story-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
}

.apropos-story-title {
  font-family: 'Roboto', sans-serif;
  font-size: clamp(26px, 3vw, 40px);
  font-weight: 700;
  color: #1a1a2e;
  line-height: 1.2;
  margin-bottom: 24px;
}

.apropos-story-text {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #555;
  line-height: 1.8;
  margin-bottom: 16px;
}

.apropos-story-right {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.apropos-story-card {
  border-radius: 20px;
  padding: 28px 28px 28px 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
  overflow: hidden;
}

.apropos-story-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, #ff6a1c, #fce721);
}

.apropos-story-card--navy {
  background: #f8f8fb;
  border: 1px solid #eee;
}

.apropos-story-card--orange {
  background: linear-gradient(135deg, rgba(255,106,28,0.06), rgba(252,231,33,0.04));
  border: 1px solid rgba(255,106,28,0.15);
}

.apropos-story-card-icon {
  width: 48px;
  height: 48px;
  background: rgba(255,106,28,0.08);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.apropos-story-card h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #1a1a2e;
  margin: 0;
}

.apropos-story-card p {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  color: #666;
  line-height: 1.7;
  margin: 0;
}

/* 4 ZONES
   ============================================================ */
.apropos-zones-section {
  background: #f8f8fb;
  padding: 88px 0;
}

.apropos-zones-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.apropos-zones-header {
  text-align: center;
  margin-bottom: 52px;
}

.apropos-zones-desc {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #666;
  line-height: 1.8;
  max-width: 680px;
  margin: 16px auto 0;
}

.apropos-zones-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.apropos-zone-card {
  background: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 20px;
  padding: 28px 24px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.apropos-zone-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 40px rgba(255,106,28,0.1);
}

.apropos-zone-card--primary {
  border-color: rgba(255,106,28,0.25);
  background: linear-gradient(135deg, rgba(255,106,28,0.04), rgba(252,231,33,0.02));
}

.apropos-zone-card--champagne {
  border-color: rgba(252,231,33,0.2);
  background: linear-gradient(135deg, rgba(252,231,33,0.05), rgba(255,106,28,0.02));
}

.apropos-zone-card--grand-est {
  background: #1a1a2e;
  border-color: rgba(255,106,28,0.2);
}

.apropos-zone-card--grand-est .apropos-zone-body h3 {
  color: #fff !important;
}

.apropos-zone-card--grand-est .apropos-zone-body p {
  color: rgba(255,255,255,0.6) !important;
}

.apropos-zone-card--grand-est .apropos-zone-icon {
  background: rgba(255,106,28,0.15);
}

/* Carte pleine largeur (Toute la France) */
.apropos-zone-card--fullwidth {
  grid-column: 1 / -1;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  padding: 32px 36px;
}

.apropos-zone-card--fullwidth .apropos-zone-icon {
  width: 56px;
  height: 56px;
  flex-shrink: 0;
  background: rgba(252,231,33,0.12);
  border-radius: 16px;
}

.apropos-zone-card--fullwidth .apropos-zone-body {
  display: flex;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap;
  flex: 1;
}

.apropos-zone-card--fullwidth .apropos-zone-body h3 {
  margin: 0;
  white-space: nowrap;
}

.apropos-zone-card--fullwidth .apropos-zone-body p {
  margin: 0;
  flex: 1;
  min-width: 200px;
}

.apropos-zone-card--fullwidth .agc-pole-cta {
  flex-shrink: 0;
  border-color: rgba(255,106,28,0.6);
  color: #ff6a1c;
}

.apropos-zone-card--fullwidth .agc-pole-cta:hover {
  background: #ff6a1c;
  color: #fff;
}

.apropos-zone-icon {
  width: 44px;
  height: 44px;
  background: rgba(255,106,28,0.08);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.apropos-zone-body h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #1a1a2e;
  margin: 0 0 8px;
}

.apropos-zone-body p {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #666;
  line-height: 1.7;
  margin: 0 0 14px;
  flex: 1;
}


/* 5 SERVICES OVERRIDE (sections partagees)
   ============================================================ */
.apropos-services-override .agc-services-inner {
  grid-template-columns: 320px 1fr;
}

.apropos-services-left {
  /* identique a agc-services-inner left */
}

.apropos-srv-grid {
  grid-template-columns: repeat(3, 1fr) !important;
}
/* 5b CITATION (agc-quote-wrap standalone, sans prefixe)
   ============================================================ */
.agc-quote-wrap {
  background: #1a1a2e;
  padding: 56px 24px;
  display: flex;
  justify-content: center;
}

.agc-quote {
  max-width: 780px;
  width: 100%;
  background: rgba(255,106,28,0.06);
  border: 1px solid rgba(255,106,28,0.2);
  border-radius: 20px;
  padding: 40px 48px;
  margin: 0;
  position: relative;
  overflow: hidden;
}

.agc-quote::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, #ff6a1c, #fce721);
}

.agc-quote-mark {
  display: block;
  font-size: 80px;
  line-height: 0.6;
  color: #ff6a1c;
  font-family: Georgia, serif;
  margin-bottom: 20px;
  opacity: 0.6;
}

.agc-quote-text {
  font-family: 'Roboto', sans-serif;
  font-size: clamp(18px, 2.2vw, 24px);
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
  margin: 0 0 28px;
}

.agc-quote-footer {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.agc-quote-author {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #ff6a1c;
}

.agc-quote-role {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: rgba(255,255,255,0.5);
}

@media (max-width: 600px) {
  .agc-quote { padding: 28px 24px; }
  .agc-quote-mark { font-size: 56px; }
  .agc-quote-text { font-size: 17px; }
}
/* 6 SECTION GEO DIFFERENCE
   ============================================================ */
.apropos-geo-section {
  background: #0d0d1a;
  padding: 88px 0;
  position: relative;
  overflow: hidden;
}

.apropos-geo-section::before {
  content: '';
  position: absolute;
  bottom: -100px; left: -100px;
  width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(252,231,33,0.07) 0%, transparent 70%);
  pointer-events: none;
}

.apropos-geo-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

.apropos-geo-badge-wrap {
  margin-bottom: 20px;
}

.apropos-geo-badge {
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #fce721;
  background: rgba(252,231,33,0.1);
  border: 1px solid rgba(252,231,33,0.25);
  padding: 5px 14px;
  border-radius: 20px;
}

.apropos-geo-title {
  font-family: 'Roboto', sans-serif;
  font-size: clamp(26px, 3vw, 40px);
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 24px;
}

.apropos-geo-text {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: rgba(255,255,255,0.65);
  line-height: 1.8;
  margin-bottom: 16px;
}

.apropos-geo-cta {
  margin-top: 8px;
}

.apropos-geo-right {
  display: flex;
  align-items: center;
}

.apropos-geo-cards {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

.apropos-geo-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,106,28,0.15);
  border-radius: 16px;
  padding: 20px 22px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  transition: border-color 0.25s ease, background 0.25s ease;
}

.apropos-geo-card:hover {
  border-color: rgba(255,106,28,0.35);
  background: rgba(255,106,28,0.05);
}

.apropos-geo-card-ico {
  font-size: 28px;
  line-height: 1;
  flex-shrink: 0;
}

.apropos-geo-card strong {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 4px;
}

.apropos-geo-card p {
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  color: rgba(255,255,255,0.5);
  margin: 0;
  line-height: 1.5;
}

/* 8 VALEURS
   ============================================================ */
.apropos-values-section {
  background: #fff;
  padding: 88px 0;
}

.apropos-values-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.apropos-values-header {
  text-align: center;
  margin-bottom: 52px;
}

.apropos-values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.apropos-value-card {
  background: #f8f8fb;
  border-radius: 20px;
  padding: 32px 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid #eee;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.apropos-value-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, #ff6a1c, #fce721);
}

.apropos-value-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 40px rgba(255,106,28,0.1);
}

.apropos-value-num {
  font-family: 'Roboto', sans-serif;
  font-size: 48px;
  font-weight: 900;
  color: rgba(255,106,28,0.12);
  line-height: 1;
  margin-bottom: 16px;
}

.apropos-value-card h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 12px;
}

.apropos-value-card p {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #666;
  line-height: 1.7;
  margin: 0;
}

/* 9 FAQ
   ============================================================ */
.apropos-faq-section {
  background: #f8f8fb;
  padding: 88px 0;
}

.apropos-faq-inner {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 24px;
}

.apropos-faq-header {
  text-align: center;
  margin-bottom: 48px;
}

.apropos-faq-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.apropos-faq-item {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 16px;
  overflow: hidden;
  transition: box-shadow 0.25s ease;
}

.apropos-faq-item[open] {
  box-shadow: 0 4px 24px rgba(255,106,28,0.08);
  border-color: rgba(255,106,28,0.2);
}

.apropos-faq-summary {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #1a1a2e;
  padding: 20px 24px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  list-style: none;
}

.apropos-faq-summary::-webkit-details-marker { display: none; }
.apropos-faq-summary::marker { content: none; }

.apropos-faq-arrow {
  font-size: 22px;
  color: #ff6a1c;
  font-weight: 400;
  flex-shrink: 0;
  transition: transform 0.25s ease;
}

.apropos-faq-item[open] .apropos-faq-arrow {
  transform: rotate(45deg);
}

.apropos-faq-answer {
  padding: 0 24px 20px;
  border-top: 1px solid #f0f0f0;
}

.apropos-faq-answer p {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  color: #555;
  line-height: 1.8;
  margin: 16px 0 0;
}

.apropos-faq-answer a {
  color: #ff6a1c;
  text-decoration: none;
  font-weight: 600;
}

.apropos-faq-answer a:hover {
  text-decoration: underline;
}

/* 10 CTA FINAL
   ============================================================ */
.apropos-cta-section {
  background: #0d0d1a;
  padding: 88px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.apropos-cta-section::before {
  content: '';
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(255,106,28,0.08) 0%, transparent 65%);
  pointer-events: none;
}

.apropos-cta-inner {
  max-width: 780px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  z-index: 1;
}

.apropos-cta-eyebrow {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ff6a1c;
  margin-bottom: 20px;
}

.apropos-cta-title {
  font-family: 'Roboto', sans-serif;
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 900;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 20px;
}

.apropos-cta-desc {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: rgba(255,255,255,0.6);
  line-height: 1.8;
  margin-bottom: 36px;
}

.apropos-cta-btns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 32px;
}

.apropos-cta-phone {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: rgba(255,255,255,0.8);
  text-decoration: none;
  border: 2px solid rgba(255,255,255,0.2);
  padding: 14px 28px;
  border-radius: 50px;
  transition: border-color 0.25s ease, color 0.25s ease;
}

.apropos-cta-phone:hover {
  border-color: #ff6a1c;
  color: #ff6a1c;
  text-decoration: none;
}

.apropos-cta-lieux {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.apropos-cta-lieux span {
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  color: rgba(255,255,255,0.4);
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 980px) {
  .apropos-hero-inner,
  .apropos-story-inner,
  .apropos-geo-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .apropos-hero-right { display: none; }

  .apropos-zones-grid {
    grid-template-columns: 1fr 1fr;
  }

  .apropos-values-grid {
    grid-template-columns: 1fr 1fr;
  }

  .apropos-srv-grid {
    grid-template-columns: 1fr 1fr !important;
  }

  .apropos-services-override .agc-services-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  /* Fullwidth reste en ligne sur tablette */
  .apropos-zone-card--fullwidth {
    flex-direction: row;
  }
}

@media (max-width: 600px) {
  .apropos-hero { padding: 60px 0 48px; }
  .apropos-hero-inner { padding: 0 20px; gap: 28px; }
  .apropos-story-inner,
  .apropos-geo-inner { padding: 0 20px; }

  .apropos-stats-inner { gap: 0; }
  .apropos-stat { padding: 16px 20px; min-width: 140px; }
  .apropos-stat-sep { display: none; }

  .apropos-zones-grid { grid-template-columns: 1fr; }
  .apropos-values-grid { grid-template-columns: 1fr; }

  .apropos-srv-grid {
    grid-template-columns: 1fr !important;
  }

  /* Fullwidth passe en colonne sur mobile */
  .apropos-zone-card--fullwidth {
    flex-direction: column;
    align-items: flex-start;
    padding: 24px 20px;
  }

  .apropos-zone-card--fullwidth .apropos-zone-body {
    flex-direction: column;
    gap: 12px;
  }

  .apropos-story-section,
  .apropos-zones-section,
  .apropos-geo-section,
  .apropos-values-section,
  .apropos-faq-section,
  .apropos-cta-section {
    padding: 60px 0;
  }
}



/* ============================================================
   5b QUOTE WRAP (section citation standalone)
   ============================================================ */
.agc-quote-wrap {
  background: #1a1a2e;
  padding: 56px 24px;
  display: flex;
  justify-content: center;
}

.agc-quote {
  max-width: 780px;
  width: 100%;
  background: rgba(255,106,28,0.06);
  border: 1px solid rgba(255,106,28,0.2);
  border-radius: 20px;
  padding: 40px 48px;
  margin: 0;
  position: relative;
  overflow: hidden;
}

.agc-quote::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, #ff6a1c, #fce721);
}

.agc-quote-mark {
  display: block;
  font-size: 80px;
  line-height: 0.6;
  color: #ff6a1c;
  font-family: Georgia, serif;
  margin-bottom: 20px;
  opacity: 0.6;
}

.agc-quote-text {
  font-family: 'Roboto', sans-serif;
  font-size: clamp(18px, 2.2vw, 24px);
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
  margin: 0 0 28px;
}

.agc-quote-footer {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.agc-quote-author {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #ff6a1c;
}

.agc-quote-role {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: rgba(255,255,255,0.5);
}

@media (max-width: 600px) {
  .agc-quote { padding: 28px 24px; }
  .agc-quote-mark { font-size: 56px; }
  .agc-quote-text { font-size: 17px; }
}

.agc-section-label {
  display: block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #ff6a1c;
  margin-bottom: 12px;
}
/* ============================================================
   5c SERVICES SECTION OVERRIDE (section partagée avec agences)
   ============================================================ */
.apropos-services-override .agc-services-section {
  padding: 88px 0;
  background: #f8f8fb;
}

.apropos-services-override .agc-services-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 64px;
  align-items: start;
}

.apropos-services-override .agc-services-title {
  font-family: 'Roboto', sans-serif;
  font-size: clamp(26px, 2.8vw, 38px);
  font-weight: 700;
  color: #1a1a2e;
  line-height: 1.25;
  margin-bottom: 20px;
}

.apropos-services-override .agc-services-hl {
  background: linear-gradient(135deg, #ff6a1c, #fce721);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.apropos-services-override .agc-services-text {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  color: #555;
  line-height: 1.75;
  margin-bottom: 16px;
}

.apropos-services-override .agc-services-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  padding: 14px 28px;
  background: linear-gradient(135deg, #ff6a1c, #e65c17);
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 8px;
  box-shadow: 0 4px 18px rgba(255,106,28,0.3);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.apropos-services-override .agc-services-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(255,106,28,0.4);
  text-decoration: none;
  color: #fff;
}

/* Grille 3 colonnes spécifique à la page À propos */
.apropos-srv-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 20px;
}

.apropos-srv-grid .agc-srv-card {
  background: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 16px;
  padding: 24px 20px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.05);
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.apropos-srv-grid .agc-srv-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, #ff6a1c, #fce721);
}

.apropos-srv-grid .agc-srv-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 36px rgba(255,106,28,0.12);
}

.apropos-srv-grid .agc-srv-icon {
  width: 52px;
  height: 52px;
  background: linear-gradient(135deg, rgba(255,106,28,0.1), rgba(252,231,33,0.1));
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.apropos-srv-grid .agc-srv-icon img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.apropos-srv-grid .agc-srv-card h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 8px;
  line-height: 1.3;
}

.apropos-srv-grid .agc-srv-card p {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #666;
  line-height: 1.65;
  margin: 0;
}

/* Responsive override services */
@media (max-width: 980px) {
  .apropos-services-override .agc-services-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .apropos-srv-grid {
    grid-template-columns: 1fr 1fr !important;
  }
}

@media (max-width: 600px) {
  .apropos-services-override .agc-services-section {
    padding: 60px 0;
  }

  .apropos-srv-grid {
    grid-template-columns: 1fr !important;
  }
}

/* FIN PAGE A PROPOS */
