


 
:root {
  --po-navy: #15203c;
  --po-bleu: #2563eb;
  --po-bleu-fonce: #1e3faf;
  --po-fond: #eef2f8;
  --po-texte: #1e293b;
  --po-muted: #64748b;
  --po-bord: #e2e8f2;
  --po-orange: #ff6b35;
  --po-orange2: #f7931e;
}

body.po-theme {
  margin: 0;
  background: var(--po-fond);
  color: var(--po-texte);
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.po-theme *, body.po-theme *::before, body.po-theme *::after { box-sizing: border-box; }

 
.po-page { max-width: 900px; margin: 0 auto; padding: 36px 20px 72px; }
.po-page-inner {
  background: #fff;
  border: 1px solid var(--po-bord);
  border-radius: 20px;
  padding: clamp(24px, 4vw, 48px);
  box-shadow: 0 12px 40px rgba(21, 32, 60, .06);
}
.po-page h1 { font-size: clamp(28px, 4.2vw, 40px); line-height: 1.15; color: var(--po-navy); margin: 0 0 20px; font-weight: 800; letter-spacing: -.01em; }
.po-page h2 { font-size: clamp(22px, 3vw, 28px); line-height: 1.25; color: var(--po-navy); margin: 36px 0 12px; font-weight: 800; }
.po-page h3 { font-size: 19px; color: var(--po-navy); margin: 26px 0 8px; font-weight: 700; }
.po-page h4 { font-size: 17px; color: var(--po-navy); margin: 20px 0 6px; font-weight: 700; }
.po-page p, .po-page li { font-size: 17px; }
.po-page p { margin: 0 0 14px; }
.po-page a { color: var(--po-bleu); text-decoration: underline; text-underline-offset: 2px; }
.po-page a:hover { color: var(--po-bleu-fonce); }
.po-page ul, .po-page ol { padding-left: 24px; margin: 0 0 16px; }
.po-page li { margin: 0 0 6px; }
.po-page img { max-width: 100%; height: auto; border-radius: 12px; }
.po-page table { width: 100%; border-collapse: collapse; font-size: 15px; margin: 16px 0; display: block; overflow-x: auto; }
.po-page th, .po-page td { border: 1px solid var(--po-bord); padding: 10px 12px; text-align: left; vertical-align: top; }
.po-page th { background: #f8fafc; color: var(--po-navy); }
.po-page blockquote { border-left: 4px solid var(--po-orange); margin: 20px 0; padding: 8px 18px; background: #fff7ed; border-radius: 0 12px 12px 0; }
.po-page hr { border: 0; border-top: 1px solid var(--po-bord); margin: 32px 0; }
.po-page em { color: var(--po-muted); }
.po-fil { font-size: 14px; color: var(--po-muted); margin: 0 0 18px; }
.po-fil a { color: var(--po-muted); }

 
.po-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 16px; margin: 20px 0 28px; }
.po-card { background: #f8fafc; border: 1px solid var(--po-bord); border-radius: 16px; padding: 20px 22px; }
.po-card h3 { margin: 0 0 8px; font-size: 17px; }
.po-card p { font-size: 15.5px; margin: 0 0 10px; }
.po-card p:last-child { margin-bottom: 0; }
.po-btn {
  display: inline-block;
  background: linear-gradient(135deg, var(--po-orange), var(--po-orange2));
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 800;
  font-size: 15px;
  padding: 12px 22px;
  border-radius: 999px;
  box-shadow: 0 8px 20px rgba(255, 107, 53, .25);
  transition: transform .15s, box-shadow .15s;
}
.po-btn:hover { transform: translateY(-1px); box-shadow: 0 12px 26px rgba(255, 107, 53, .3); }
.po-btn.po-btn-bleu { background: var(--po-bleu); box-shadow: 0 8px 20px rgba(37, 99, 235, .2); }
.po-btn.po-btn-bleu:hover { background: var(--po-bleu-fonce); }

 
.po-personnes { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 16px; margin: 18px 0 28px; }
a.po-personne { display: flex; gap: 16px; align-items: center; background: #f8fafc; border: 1px solid var(--po-bord); border-radius: 16px; padding: 16px 18px; text-decoration: none !important; color: var(--po-texte); transition: border-color .15s, transform .15s; }
a.po-personne:hover { border-color: var(--po-bleu); transform: translateY(-1px); }
.po-personne img { width: 72px; height: 72px; border-radius: 50%; object-fit: cover; flex: none; box-shadow: 0 6px 16px rgba(21, 32, 60, .12); }
.po-personne .po-personne-texte { display: block; min-width: 0; }
.po-personne b { display: block; font-size: 17px; color: var(--po-navy); }
.po-personne .po-personne-role { display: block; font-size: 14px; color: var(--po-muted); line-height: 1.45; margin: 2px 0 4px; }
.po-personne em { display: block; font-style: normal; font-size: 14px; color: var(--po-bleu); font-weight: 600; }

 
.po-form { display: grid; gap: 14px; margin: 16px 0 8px; position: relative; }
.po-form label { font-weight: 700; color: var(--po-navy); font-size: 15px; display: block; margin-bottom: 6px; }
.po-form input, .po-form textarea {
  width: 100%; font: inherit; font-size: 16px; color: var(--po-texte);
  padding: 12px 14px; border: 1.5px solid #cbd5e1; border-radius: 12px; background: #fff;
}
.po-form input:focus, .po-form textarea:focus { outline: none; border-color: var(--po-bleu); box-shadow: 0 0 0 3px rgba(37, 99, 235, .15); }
.po-form textarea { min-height: 160px; resize: vertical; }
.po-form button { justify-self: start; border: 0; cursor: pointer; font: inherit; }
.po-form .po-hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.po-form small { color: var(--po-muted); font-size: 13.5px; }
.po-notice { padding: 14px 18px; border-radius: 12px; background: #ecfdf5; border: 1px solid #a7f3d0; color: #065f46; font-weight: 600; margin: 0 0 18px; }
.po-notice.po-notice-erreur { background: #fef2f2; border-color: #fecaca; color: #991b1b; }

 
.po-404 .po-page-inner { text-align: center; padding-top: 48px; padding-bottom: 48px; }
.po-404-code { font-family: 'Archivo Black', 'Plus Jakarta Sans', sans-serif; font-size: clamp(56px, 10vw, 96px); line-height: 1; color: var(--po-bleu); margin: 0 0 8px; letter-spacing: -.02em; }
.po-404 p { color: var(--po-muted); max-width: 520px; margin: 0 auto 14px; }
.po-404-liens { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 24px; }
.po-liste-resultats article { padding: 18px 0; border-top: 1px solid var(--po-bord); }
.po-liste-resultats article:first-of-type { border-top: 0; }
.po-liste-resultats h2 { font-size: 20px; margin: 0 0 6px; }
.po-liste-resultats p { margin: 0; color: var(--po-muted); font-size: 15.5px; }



.po-rankpress-shell { background: #fff; }


body.po-theme.single-rankpress_page { background: #fff; }
.po-rankpress-shell .entry-content > *:first-child { margin-top: 0; }
.po-theme .po-rankpress-wrapper,
.po-theme .po-main-content,
.po-theme .po-main-content p,
.po-theme .po-main-content li,
.po-theme .po-main-content ul:not(.po-toc-list):not(.tldr-grid):not(.rp-checklist__list) li:not(.info-card),
.po-theme .po-main-content ol li,
.po-theme .po-toc-link,
.po-theme .po-toc-text { font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important; }

 
.po-page.po-page-large { max-width: 1200px; }
.po-page.po-page-nue .po-page-inner { background: transparent; border: 0; box-shadow: none; padding: 0; }

@media (max-width: 600px) {
  .po-page { padding: 22px 12px 56px; }
  .po-page p, .po-page li { font-size: 16px; }
}
