
  .apv3-section--grey  { background: #F4F6F9; }
  .apv3-section--white { background: #fff; }
  .apv3-label { font-family: "Open Sans", sans-serif; font-size: .72rem; font-weight: 700; color: #F5A623; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 6px; display: block; }
  .apv3-label--center  { text-align: center; }
  .apv3-title-center   { text-align: center; }
  .apv3-orange { color: #F5A623; }
  .apv3-trait  { width: 46px; height: 4px; background: #F5A623; margin: 12px 0 20px; display: block; }
  .apv3-trait--center  { margin-left: auto; margin-right: auto; }


  .apv3-valeurs  { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 28px; }
  .apv3-val-card { flex: 1 1 calc(33% - 18px); min-width: 200px; background: #fff; border: 0.5px solid #e0e0e0; border-top: 4px solid #F5A623; border-radius: 0 0 4px 4px; padding: 22px 18px; text-align: center; transition: box-shadow .2s; }
  .apv3-val-card:hover { box-shadow: 0 6px 22px rgba(0,0,0,.09); }
  .apv3-val-ico  { width: 54px; height: 54px; margin: 0 auto 14px; background: #fff4e0; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
  .apv3-val-ico svg { width: 26px; height: 26px; }
  .apv3-val-card h3 { font-family: "Gelasio", serif; font-size: calc(0.95rem + 0.1vw); font-weight: 400; color: #103D82; margin-bottom: 8px; }
  .apv3-val-card p  { font-size: calc(0.82rem + 0.1vw); color: #777; margin: 0; }


  .apv3-etapes   { display: flex; flex-direction: column; gap: 16px; margin-top: 22px; }
  .apv3-etape    { display: flex; gap: 14px; align-items: flex-start; }
  .apv3-etape-num { min-width: 38px; height: 38px; border-radius: 50%; background: #103D82; color: #fff; font-family: "Gelasio", serif; font-size: 1rem; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
  .apv3-etape-texte strong { display: block; font-size: calc(0.875rem + 0.1vw); font-weight: 700; color: #F5A623; margin-bottom: 2px; font-family: "Open Sans", sans-serif; }
  .apv3-etape-texte p { font-size: calc(0.82rem + 0.1vw); color: #777; margin: 0; }

  .apv3-real-list { list-style: none; padding: 0; margin-top: 20px; display: flex; flex-direction: column; gap: 8px; }
  .apv3-real-list li { padding: 10px 14px; background: #fff; border-left: 4px solid #F5A623; font-size: calc(0.875rem + 0.1vw); color: #333; border-radius: 0 3px 3px 0; }
  .apv3-real-list li::before { content: '✓ '; color: #F5A623; font-weight: 700; }


  .apv3-zone-texte { text-align: center; max-width: 640px; margin: 0 auto; font-size: calc(0.875rem + 0.1vw); color: #666; }
  .apv3-zone-texte strong { color: #222; }
  .apv3-pills { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; justify-content: center; }
  .apv3-pill  { background: #103D82; color: #fff; font-size: calc(0.78rem + 0.1vw); font-weight: 600; padding: 5px 16px; border-radius: 20px; font-family: "Open Sans", sans-serif; }
  .apv3-pill--alt { background: transparent; border: 2px solid #103D82; color: #103D82; }


  .aa-grid  { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 8px; }
  .aa-paire { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; }
  .aa-item  { position: relative; border-radius: 6px; overflow: hidden; }
  .aa-item img { width: 100%; height: 200px; object-fit: cover; display: block; }
  .aa-label { position: absolute; bottom: 8px; left: 8px; font-family: "Open Sans", sans-serif; font-size: .72rem; font-weight: 700; padding: 3px 10px; border-radius: 3px; text-transform: uppercase; letter-spacing: .8px; }
  .aa-label--avant { background: rgba(0,18,45,.85); color: #fff; }
  .aa-label--apres { background: #F5A623; color: #fff; }

  @media (max-width: 790px) {
    .apv3-val-card { flex: 1 1 100%; }
    .aa-grid { grid-template-columns: 1fr; }
    .aa-item img { height: 150px; }
  }