@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap");

  #os77-m365{
    color-scheme: light;
    --os77-ink:#15171b;
    --os77-bg:#F7F8F8;
    --os77-surface:#ffffff;
    --os77-muted:#716f66;
    --os77-line:#e4e6e7;

    --os77-accent:#12726B;
    --os77-accent-on-dark:#6FC9C1;

    --os77-paper:#f4f5f5;
    --os77-paper-muted:rgba(244,245,245,.7);
    --os77-paper-dim:rgba(244,245,245,.5);
    --os77-line-dark:rgba(244,245,245,.16);

    --font-main:"Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

    --container: 1320px;
    --pad: clamp(20px, 4vw, 64px);
  }

  #os77-m365, #os77-m365 *{ box-sizing:border-box; }
  #os77-m365{ margin:0; max-width:none; width:100%; }
  #os77-m365{
    background:var(--os77-bg);
    color:var(--os77-ink);
    font-family:var(--font-main);
    -webkit-font-smoothing:antialiased;
  }
  #os77-m365 img{ max-width:100%; }
  #os77-m365 .row{ max-width:var(--container); margin:0 auto; padding-left:var(--pad); padding-right:var(--pad); }

  /* Neutralise la contrainte de largeur de bloc WordPress quel que soit le
     conteneur générique inséré entre .entry-content et #os77-m365 selon le
     bloc utilisé pour poser le shortcode. */
  .entry-content:has(#os77-m365){ max-width:none; }
  .entry-content:has(#os77-m365) *{ max-width:none; }

  /* ---------- utilitaires partagés ---------- */
  #os77-m365 .btn{
    font-family:var(--font-main); font-weight:600; font-size:14px; border-radius:3px; padding:11px 20px; text-decoration:none;
    display:inline-flex; align-items:center; gap:8px; white-space:nowrap; border:1px solid transparent;
    transition:background .15s ease, color .15s ease, border-color .15s ease, transform .15s ease;
  }
  #os77-m365 .btn:hover{ transform:translateY(-1px); }
  #os77-m365 .btn--primary{ background:var(--os77-ink); color:#fff; }
  #os77-m365 .btn--primary:hover{ background:#000; }

  #os77-m365 .eyebrow{
    display:flex; align-items:center; gap:12px;
    font-weight:700; font-size:13px; letter-spacing:.14em; text-transform:uppercase;
    color:var(--os77-accent); margin:0 0 22px;
  }
  #os77-m365 .eyebrow::before{ content:""; width:28px; height:1.5px; background:var(--os77-accent); flex:none; }
  #os77-m365 .accent-word{ color:var(--os77-accent); font-weight:800; }

  #os77-m365 .cta-link{
    display:inline-flex; align-items:center; gap:10px; font-weight:700; font-size:14.5px; color:var(--os77-ink);
    text-decoration:none; transition:gap .15s ease;
  }
  #os77-m365 .cta-link span.arrow{ color:var(--os77-accent); transition:transform .15s ease; }
  #os77-m365 .cta-link:hover{ gap:13px; }
  #os77-m365 .cta-link:hover span.arrow{ transform:translate(2px,-2px); }

  #os77-m365 .meta{ display:flex; align-items:center; gap:10px; font-size:13.5px; font-weight:500; color:var(--os77-muted); }
  #os77-m365 .meta .dot{ width:5px; height:5px; border-radius:50%; background:var(--os77-accent); flex:none; }

  #os77-m365 .display{
    font-size:clamp(2.4rem, 4.6vw, 3.8rem); line-height:1.1; font-weight:800; letter-spacing:-.01em; margin:0 0 26px;
  }

  /* ---------- 1. hero (solo, sans visuel) ---------- */
  #os77-m365 .hero--solo{ background:var(--os77-bg); padding:clamp(80px,11vw,132px) 0 clamp(64px,8vw,96px); }
  #os77-m365 .hero__row--solo{ max-width:820px; margin:0; }
  #os77-m365 .lede{ font-size:1.1rem; line-height:1.6; color:var(--os77-muted); max-width:640px; margin:0 0 34px; }
  #os77-m365 .hero__cta{ margin-bottom:30px; }

  /* ---------- 2. questions (fond sombre) ---------- */
  #os77-m365 .questions{ background:var(--os77-ink); color:var(--os77-paper); padding:clamp(72px,9vw,112px) 0; }
  #os77-m365 .questions .eyebrow{ color:var(--os77-accent-on-dark); margin-bottom:clamp(32px,4.5vw,48px); }
  #os77-m365 .questions .eyebrow::before{ background:var(--os77-accent-on-dark); }

  #os77-m365 .questions-list{ display:flex; flex-direction:column; gap:clamp(20px,3vw,30px); margin:0 0 clamp(36px,4.5vw,52px); }
  #os77-m365 .question{ font-size:clamp(1.4rem,2.8vw,2.1rem); font-weight:700; color:#fff; margin:0; max-width:820px; }

  #os77-m365 .questions-note{ font-size:.98rem; line-height:1.6; color:var(--os77-paper-dim); margin:0; padding-top:clamp(24px,3vw,32px); border-top:1px solid var(--os77-line-dark); max-width:520px; }

  /* ---------- 3. trio (fond clair) ---------- */
  #os77-m365 .trio{ background:var(--os77-surface); padding:clamp(80px,10vw,124px) 0; }
  #os77-m365 .trio-intro{ max-width:640px; margin:0 0 clamp(44px,6vw,68px); }
  #os77-m365 .trio-h2{ font-size:clamp(1.7rem,3vw,2.4rem); line-height:1.2; font-weight:700; margin:0; }

  #os77-m365 .trio-grid{
    display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:clamp(28px,4vw,48px);
    border-top:1px solid var(--os77-line); padding-top:clamp(32px,4vw,44px);
  }
  #os77-m365 .trio-item__label{ font-size:1.1rem; font-weight:800; color:var(--os77-accent); margin:0 0 12px; }
  #os77-m365 .trio-item__desc{ font-size:.95rem; line-height:1.55; color:var(--os77-muted); margin:0; }

  @media (max-width:860px){
    #os77-m365 .trio-grid{ grid-template-columns:1fr; gap:32px; }
  }

  /* ---------- 4. scope (fond sombre) ---------- */
  #os77-m365 .scope{ background:var(--os77-ink); color:var(--os77-paper); padding:clamp(72px,9vw,112px) 0; }
  #os77-m365 .scope .eyebrow{ color:var(--os77-accent-on-dark); }
  #os77-m365 .scope .eyebrow::before{ background:var(--os77-accent-on-dark); }
  #os77-m365 .scope-intro{ max-width:640px; margin:0 0 clamp(40px,5vw,56px); }
  #os77-m365 .scope-h2{ font-size:clamp(1.7rem,3vw,2.4rem); line-height:1.2; font-weight:700; color:#fff; margin:0; }

  #os77-m365 .scope-list{ border-top:1px solid var(--os77-line-dark); }
  #os77-m365 .scope-item{
    font-size:1rem; line-height:1.6; color:var(--os77-paper-muted); margin:0;
    padding:18px 0; border-bottom:1px solid var(--os77-line-dark);
  }
  #os77-m365 .scope-item__label{ color:#fff; font-weight:700; }

  /* ---------- 5. approche (fond clair) ---------- */
  #os77-m365 .approach{ background:var(--os77-surface); padding:clamp(64px,8vw,96px) 0; }
  #os77-m365 .approach-text{ font-size:1.15rem; line-height:1.55; font-weight:600; color:var(--os77-ink); margin:0 0 28px; max-width:680px; }
  #os77-m365 .approach-links{ display:flex; flex-direction:column; gap:14px; align-items:flex-start; }

  /* ---------- 6. CTA final (variante solo) ---------- */
  #os77-m365 .cta-final--solo{ background:var(--os77-ink); padding:clamp(64px,8vw,96px) 0; }
  #os77-m365 .cta-final__solo{ max-width:680px; text-align:center; }
  #os77-m365 .cta-final__eyebrow{ color:var(--os77-accent-on-dark); justify-content:center; }
  #os77-m365 .cta-final__eyebrow::before{ background:var(--os77-accent-on-dark); }
  #os77-m365 .cta-final__title{
    font-size:clamp(1.9rem,3.4vw,2.7rem); line-height:1.15; font-weight:700; color:#fff; margin:0 0 22px;
  }
  #os77-m365 .cta-final__title .accent-word{ color:var(--os77-accent-on-dark); font-weight:700; }
  #os77-m365 .cta-final__lede{ font-size:1.05rem; line-height:1.6; color:var(--os77-paper-muted); margin:0 0 36px; }
  #os77-m365 .cta-final__row{ display:flex; flex-direction:column; align-items:center; gap:18px; }

  #os77-m365 .btn-final{
    font-family:var(--font-main); font-weight:700; font-size:15px; border-radius:3px; padding:14px 26px;
    display:inline-flex; align-items:center; gap:10px; text-decoration:none; white-space:nowrap;
    background:transparent; color:#fff; border:1px solid var(--os77-line-dark);
    transition:background .28s ease, color .28s ease, border-color .28s ease;
  }
  #os77-m365 .btn-final .arrow{ color:var(--os77-accent-on-dark); transition:transform .28s ease, color .28s ease; }
  #os77-m365 .btn-final:hover{ background:var(--os77-accent); color:#fff; border-color:var(--os77-accent); }
  #os77-m365 .btn-final:hover .arrow{ color:#fff; transform:translate(3px,-3px); }
  #os77-m365 .btn-final:focus-visible{ outline:2px solid #fff; outline-offset:3px; }

  #os77-m365 .cta-final__meta{ display:flex; align-items:center; gap:10px; font-size:13.5px; font-weight:500; color:var(--os77-paper-muted); }
  #os77-m365 .cta-final__meta .dot{ width:5px; height:5px; border-radius:50%; background:var(--os77-accent-on-dark); flex:none; }

  /* ---------- accessibilité ---------- */
  #os77-m365 a:focus-visible,
  #os77-m365 button:focus-visible{ outline:2px solid var(--os77-accent); outline-offset:3px; }

  @media (prefers-reduced-motion: reduce){
    #os77-m365 *{ transition:none !important; }
  }
