:root {
	--brand: #9D174D;
	--brand-dark: #7a1140;
	--brand-soft: #fce7ef;
	--cta: #FACC15;
	--cta-dark: #d4a80e;
	--cta-text: #1a1a1a;
	--ink: #1a1a1a;
	--muted: #555555;
	--line: #e0e0e0;
	--soft: #f8f5f6;
	--font-title: Verdana, Geneva, Tahoma, sans-serif;
	--font-body: Verdana, Geneva, Tahoma, sans-serif;
	--radius: 4px;
}

* { box-sizing: border-box; }
*::before, *::after { box-sizing: border-box; }

html, body { overflow-x: hidden; }

body {
	margin: 0;
	font-family: var(--font-body);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
	color: var(--ink);
	background: #ffffff;
}

img, svg, video, iframe { max-width: 100%; height: auto; }
img { display: block; }

a { color: var(--brand); }
a:hover { color: var(--brand-dark); }

h1, h2, h3, h4 {
	font-family: var(--font-title);
	font-weight: 700;
	line-height: 1.5;
	margin: 0 0 12px;
	color: var(--brand);
}
h1 { font-size: 2.8rem; }
h2 { font-size: 2.1rem; }
h3 { font-size: 1.55rem; }
h4 { font-size: 1.25rem; }
p { margin: 0 0 14px; }
p:last-child { margin-bottom: 0; }
ul, ol { margin: 0 0 14px; padding-left: 20px; }
li { margin-bottom: 6px; }
strong { font-weight: 700; }

/* -------------------------------------------------------- Skip link */
.fpr82skp {
	position: absolute;
	left: -999px;
	top: 0;
	background: var(--brand);
	color: #fff;
	padding: 8px 14px;
	z-index: 200;
	border-radius: var(--radius);
}
.fpr82skp:focus { left: 8px; top: 8px; color: #fff; }

:focus-visible { outline: 3px solid var(--cta); outline-offset: 2px; }

/* --------------------------------------------------------- Buttons */
.btn9xkl {
	display: inline-block;
	font-family: var(--font-title);
	font-weight: 700;
	font-size: 1rem;
	text-decoration: none;
	border: 0;
	border-radius: 6px;
	padding: 12px 24px;
	cursor: pointer;
	transition: background-color 0.16s ease;
}
.ctaqzw1 { background: var(--cta); color: var(--cta-text); }
.ctaqzw1:hover { background: var(--cta-dark); color: var(--cta-text); }
.blkw10l { display: block; width: 100%; text-align: center; }

/* ---------------------------------------------------------- Header */
.hdr5zx9 {
	position: relative;
	background: #ffffff;
	border-bottom: 1px solid var(--line);
}
.hdrw6mq {
	max-width: 1180px;
	margin: 0 auto;
	padding: 12px 24px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
}
.lgo8rt2 { display: inline-flex; flex-shrink: 0; }
.lgo8rt2 img { height: 44px; width: auto; }

.nav3jzk .mnl7wq {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	gap: 24px;
}
.nav3jzk .mnl7wq li { margin: 0; }
.nav3jzk a {
	text-decoration: none;
	color: var(--ink);
	font-size: 0.95rem;
	font-weight: 400;
	padding: 5px 0;
}
.nav3jzk a:hover { color: var(--brand); }
.nav3jzk .lvl29wfy a,
.nav3jzk .menu-item-cta a {
	background: var(--cta);
	color: var(--cta-text);
	padding: 9px 18px;
	border-radius: 6px;
	font-family: var(--font-title);
	font-weight: 700;
	font-size: 1rem;
}
.nav3jzk .lvl29wfy a:hover,
.nav3jzk .menu-item-cta a:hover { background: var(--cta-dark); }

.mbtn4hk { display: none; }
.mbtn4hk span {
	display: block;
	width: 24px;
	height: 2px;
	background: var(--brand);
	border-radius: 1px;
	transition: transform 0.2s ease, opacity 0.2s ease;
}
.mbtn4hk span + span { margin-top: 5px; }
.mchk9zp { display: none; }

/* ------------------------------------------------------------ Hero */
.hero2nrt {
	position: relative;
	background-color: var(--brand-dark);
	background-image: url("img/hero.webp");
	background-size: cover;
	background-position: center;
}
.hero2nrt::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(120,10,50,0.85);
}
.hwrp4mk {
	position: relative;
	max-width: 1180px;
	margin: 0 auto;
	padding: 52px 24px 60px;
	display: grid;
	grid-template-columns: 1.1fr 0.9fr;
	gap: 40px;
	align-items: start;
}
.hlft8a2 { color: #f5f5f5; padding-top: 10px; }
.hlft8a2 h1 {
	color: #ffffff;
	font-size: 2.6rem;
	margin-bottom: 14px;
	line-height: 1.4;
}
.hsub6tf {
	font-size: 1.08rem;
	color: #f0d0dc;
	margin-bottom: 22px;
}
.hbul7qz { list-style: none; margin: 0; padding: 0; }
.hbul7qz li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin-bottom: 11px;
	color: #ffffff;
	font-size: 0.98rem;
}
.hbul7qz svg { color: rgba(255,255,255,0.85); flex-shrink: 0; margin-top: 2px; }

/* Form card */
.fcrd2ws {
	background: #ffffff;
	border-radius: 8px;
	padding: 24px 22px 22px;
	border: 1px solid var(--line);
}
.fttl8qw {
	font-family: var(--font-title);
	font-size: 1.7rem;
	color: var(--brand);
	margin-bottom: 6px;
}
.fdsc3yx { font-size: 0.92rem; color: var(--muted); margin-bottom: 14px; }

.frm4zk .fgrd9pw {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
}
.fld5rn { margin-bottom: 12px; }
.fld5rn label {
	display: block;
	font-size: 0.84rem;
	font-weight: 700;
	color: var(--ink);
	margin-bottom: 4px;
}
.fld5rn input {
	width: 100%;
	font-family: var(--font-body);
	font-size: 16px;
	padding: 9px 10px;
	border: 1.5px solid #c0c0c0;
	border-radius: 4px;
	background: #fafafa;
	color: var(--ink);
}
.fld5rn input:focus {
	outline: none;
	border-color: var(--brand);
	box-shadow: 0 0 0 3px rgba(157, 23, 77, 0.16);
}
.fhon7zp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.frm4zk .blkw10l { margin-top: 4px; }
.fdis9kr {
	font-size: 0.78rem;
	color: #8a8a8a;
	margin-top: 10px;
	margin-bottom: 0;
}
.fmsg4wn {
	font-size: 0.92rem;
	padding: 10px 12px;
	border-radius: var(--radius);
	margin-bottom: 14px;
}
.fok2bc { background: var(--brand-soft); color: var(--brand-dark); border: 1px solid var(--line); }
.ferr9ky { background: var(--soft); color: var(--ink); border: 1px solid var(--line); }

/* ------------------------------------------------ Page content */
.pgmn7a { background: #ffffff; }
.wrap9zt {
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 24px;
}
.sec7qr { padding: 52px 0; }
.sec7qr-soft { background: var(--soft); }
.sec7qr-brand {
	background: var(--brand);
	padding: 44px 0;
}
.sttl5wb { max-width: 680px; margin-bottom: 28px; }
.sttl5wb p { color: var(--muted); font-size: 1.02rem; }
.sttl5wb-c { margin-left: auto; margin-right: auto; text-align: center; }

/* Services: 2-col text+image */
.srv3gw {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 36px;
	align-items: center;
}
.simg7np img { border-radius: 8px; }
.stxt4bm h2 { margin-bottom: 14px; }
.chkl6zm { list-style: none; padding: 0; margin: 0 0 14px; }
.chkl6zm li {
	display: flex;
	align-items: flex-start;
	gap: 9px;
	margin-bottom: 10px;
	color: var(--ink);
}
.chkl6zm svg { color: var(--brand); flex-shrink: 0; margin-top: 3px; }

/* Pricing table */
.ptbl8xz { overflow-x: auto; -webkit-overflow-scrolling: touch; border-radius: var(--radius); }
.tbl7kw {
	width: 100%;
	border-collapse: collapse;
	background: #ffffff;
	min-width: 500px;
}
.tbl7kw caption {
	caption-side: bottom;
	font-size: 0.82rem;
	color: var(--muted);
	padding-top: 8px;
	text-align: left;
}
.tbl7kw th, .tbl7kw td {
	padding: 12px 14px;
	text-align: left;
	border-bottom: 1px solid var(--line);
	font-size: 0.95rem;
}
.tbl7kw thead th {
	background: var(--brand);
	color: #ffffff;
	font-family: var(--font-title);
	font-size: 1rem;
	font-weight: 700;
}
.tbl7kw tbody th { font-weight: 700; color: var(--ink); }
.tbl7kw tbody tr:nth-child(even) { background: #faf7f8; }
.tbl7kw .prc5nb { font-weight: 700; color: var(--brand); white-space: nowrap; }

/* FAQ 2-col */
.faq4gk {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0 36px;
}
.faq4gk .fqit9bz {
	border-bottom: 1px solid var(--line);
	padding: 18px 0;
}
.faq4gk .fqit9bz:nth-child(odd):last-child {
	grid-column: 1 / -1;
}
.fqit9bz h3 {
	font-family: var(--font-title);
	font-size: 1.2rem;
	color: var(--brand);
	margin-bottom: 6px;
}
.fqit9bz p { color: var(--muted); margin-bottom: 0; font-size: 0.95rem; }

/* Steps 4 cols */
.stp5wr {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
}
.stpc4bk {
	background: #ffffff;
	border: 1px solid var(--line);
	border-top: 3px solid var(--brand);
	border-radius: var(--radius);
	padding: 20px 18px;
}
.stpn6xa {
	display: inline-block;
	font-family: var(--font-title);
	font-size: 2.2rem;
	color: var(--cta);
	line-height: 1;
	margin-bottom: 6px;
}
.stpc4bk h3 {
	font-size: 1.15rem;
	margin-bottom: 6px;
	color: var(--brand);
}
.stpc4bk p { color: var(--muted); margin-bottom: 0; font-size: 0.92rem; }

/* CTA band */
.ctabd9nk {
	background: var(--brand);
	padding: 44px 0;
}
.ctabd9nk .wrap9zt {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	flex-wrap: wrap;
}
.ctabd9nk h2 {
	color: #ffffff;
	font-size: 2.4rem;
	margin-bottom: 6px;
}
.ctabd9nk p { color: #f5c0d0; margin-bottom: 0; font-size: 1rem; }
.ctabd9nk h2, .ctabd9nk p, .ctabd9nk span, .ctabd9nk li { color: #ffffff; }
.ctabd9nk p { color: #f5c0d0; }
.ctabd9nk-txt { max-width: 600px; }

/* Product cards */
.prdg7wk {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 22px;
}
.prdc5bx {
	background: #ffffff;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	overflow: hidden;
	display: flex;
	flex-direction: column;
}
.prdc5bx img { width: 100%; height: 190px; object-fit: cover; }
.prdc5bx .prd9bd { padding: 16px 18px 18px; display: flex; flex-direction: column; flex: 1; }
.prdc5bx h3 { margin-bottom: 6px; font-size: 1.3rem; }
.prdc5bx p { color: var(--muted); font-size: 0.93rem; }
.prdprc8q {
	margin-top: auto;
	padding-top: 12px;
	font-size: 0.98rem;
	color: var(--ink);
}
.prdprc8q strong { font-size: 1.35rem; color: var(--brand); }

/* Choice cards */
.chc4gz {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
	gap: 18px;
}
.chcb7nk {
	background: #ffffff;
	border: 1px solid var(--line);
	border-top: 4px solid var(--brand);
	border-radius: var(--radius);
	padding: 20px 18px;
}
.chcb7nk h3 { margin-bottom: 5px; font-size: 1.25rem; }
.chcb7nk .chcsub8z { color: var(--brand); font-weight: 700; font-size: 0.88rem; margin-bottom: 10px; }
.chcb7nk ul { padding-left: 18px; margin-bottom: 0; }
.chcb7nk li { color: var(--muted); font-size: 0.93rem; }

/* Figuren */
.fgr5ab { margin: 0; }
.fgr5ab img { border-radius: var(--radius); box-shadow: 0 8px 22px rgba(0,0,0,0.12); }
.fgr5ab figcaption { font-size: 0.86rem; color: var(--muted); margin-top: 8px; }
.fgrd2zt {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}

/* Info cards */
.icrd8wk {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(245px, 1fr));
	gap: 18px;
}
.icrdb9xq {
	background: #ffffff;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	padding: 20px 18px;
}
.icrdb9xq h3 { margin-bottom: 8px; font-size: 1.25rem; }
.icrdb9xq p { color: var(--muted); font-size: 0.93rem; }
.icrdb9xq p:last-child { margin-bottom: 0; }

/* Dark section */
.sec7qr-dark {
	background: var(--brand-dark);
	padding: 52px 0;
}
.sec7qr-dark h2, .sec7qr-dark h3, .sec7qr-dark h4,
.sec7qr-dark p, .sec7qr-dark li, .sec7qr-dark span, .sec7qr-dark strong {
	color: #ffffff;
}
.sec7qr-dark p, .sec7qr-dark li { color: #f0d0dc; }

/* ---------------------------------------------------------- Footer */
.ftr3bq { background: var(--brand-dark); color: #f0d0dc; }
.ftrgd7w {
	max-width: 1180px;
	margin: 0 auto;
	padding: 44px 24px 32px;
	display: grid;
	grid-template-columns: 1.4fr 1fr 1.2fr;
	gap: 30px;
}
.ftrc9xb p { color: #e8afc3; font-size: 0.93rem; }
.ftrlo6z {
	height: 40px;
	width: auto;
	margin-bottom: 12px;
	background: #ffffff;
	border-radius: var(--radius);
	padding: 6px 8px;
}
.ftrhd4kw {
	display: block;
	font-family: var(--font-title);
	font-size: 1.15rem;
	color: #ffffff;
	letter-spacing: 0.04em;
	margin-bottom: 12px;
}
.ftrl5bx { list-style: none; padding: 0; margin: 0; }
.ftrl5bx li { color: #e8afc3; font-size: 0.9rem; padding: 4px 0; }
.ftrc9xb .btn9xkl { margin-top: 6px; }
.ftrbt8nm {
	border-top: 1px solid rgba(255,255,255,0.14);
	max-width: 1180px;
	margin: 0 auto;
	padding: 16px 24px 26px;
	display: flex;
	flex-direction: column;
	gap: 6px;
}
.ftrbt8nm span { color: #cc8fa6; font-size: 0.82rem; }
.ftrdis4q { max-width: 860px; }

/* -------------------------------------------------------- Responsive */
@media (max-width: 980px) {
	.hwrp4mk { grid-template-columns: 1fr; gap: 30px; }
	.srv3gw { grid-template-columns: 1fr; gap: 24px; }
	.simg7np { order: -1; }
	.ftrgd7w { grid-template-columns: 1fr 1fr; gap: 24px; }
	.stp5wr { grid-template-columns: repeat(2, 1fr); }
	.faq4gk { grid-template-columns: 1fr; }
}

@media (max-width: 900px) {
	.mbtn4hk {
		display: block;
		cursor: pointer;
		padding: 6px;
		background: transparent;
		border: 0;
	}
	.nav3jzk {
		display: none;
		position: absolute;
		left: 0;
		right: 0;
		top: 100%;
		background: #ffffff;
		border-bottom: 2px solid var(--brand);
		box-shadow: 0 14px 24px rgba(0,0,0,0.12);
		z-index: 90;
	}
	.mchk9zp:checked ~ .nav3jzk { display: block; }
	.nav3jzk .mnl7wq {
		flex-direction: column;
		align-items: stretch;
		gap: 0;
		padding: 6px 20px 14px;
	}
	.nav3jzk .mnl7wq li { border-bottom: 1px solid var(--line); }
	.nav3jzk .mnl7wq li:last-child { border-bottom: 0; }
	.nav3jzk a { display: block; padding: 12px 0; }
	.nav3jzk .lvl29wfy a,
	.nav3jzk .menu-item-cta a {
		text-align: center;
		margin: 12px 0 4px;
		padding: 11px 18px;
	}
	.mchk9zp:checked ~ .mbtn4hk span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
	.mchk9zp:checked ~ .mbtn4hk span:nth-child(2) { opacity: 0; }
	.mchk9zp:checked ~ .mbtn4hk span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
}

@media (max-width: 680px) {
	body { font-size: 15px; }
	h1 { font-size: 2.1rem; }
	.hlft8a2 h1 { font-size: 2.4rem; }
	h2 { font-size: 1.65rem; }
	.hwrp4mk { padding: 36px 18px 42px; }
	.hdrw6mq { padding: 10px 18px; }
	.wrap9zt { padding: 0 18px; }
	.sec7qr { padding: 38px 0; }
	.ctabd9nk { padding: 34px 0; }
	.frm4zk .fgrd9pw { grid-template-columns: 1fr; gap: 0; }
	.fgrd2zt { grid-template-columns: 1fr; }
	.ftrgd7w { grid-template-columns: 1fr; gap: 22px; }
	.stp5wr { grid-template-columns: 1fr 1fr; }
	.ctabd9nk .wrap9zt { flex-direction: column; align-items: flex-start; }
	.lgo8rt2 img { height: 38px; }
}

@media (max-width: 440px) {
	.stp5wr { grid-template-columns: 1fr; }
}

/* ── A11Y contrast fixes 2026-05-23 ── */
/* .stpn6xa: #facc15 on white = 1.53:1 (large text, needs 3:1) → darken to #854d0e (7.5:1) */
.stpn6xa { color: #854d0e; }
/* Footer .ftrbt8nm span: #cc8fa6 on #7a1140 = 4.06:1 → lighten to #e8c0d0 (6.5:1) */
.ftrbt8nm span { color: #e8c0d0; }
.ftrdis4q { color: #e8c0d0; }


/* aps-post-content-fix : constrain AI-generated <section> children of main */
.pgmn7a > section,
.pgmn7a > p,
.pgmn7a > h2,
.pgmn7a > h3,
.pgmn7a > ul,
.pgmn7a > ol,
.pgmn7a > dl {
	max-width: 1180px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 24px;
	padding-right: 24px;
}
.pgmn7a > section {
	padding-top: 44px;
	padding-bottom: 44px;
}
.pgmn7a > section + section {
	border-top: 1px solid rgba(0,0,0,.08);
}
.pgmn7a > section h2 {
	margin-bottom: 18px;
}
.pgmn7a > section h3 {
	margin-top: 26px;
	margin-bottom: 10px;
}
.pgmn7a > section p {
	margin-bottom: 14px;
}
.pgmn7a > section ul,
.pgmn7a > section ol {
	padding-left: 22px;
	margin-bottom: 18px;
}
.pgmn7a > section ul li,
.pgmn7a > section ol li {
	margin-bottom: 6px;
}
.pgmn7a > section dl dt {
	font-weight: 700;
	margin-top: 14px;
}
.pgmn7a > section dl dd {
	margin: 0 0 12px;
	color: #5a6b72;
}
/* Geo maillage block sections */
.pgmn7a > .znw75gigx {
	padding-top: 32px;
	padding-bottom: 32px;
}
.pgmn7a > .znw75gigx + .znw75gigx {
	border-top: 1px solid rgba(0,0,0,.08);
}
.pgmn7a > .znw75gigx .im8mi3twj {
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 24px;
}
.pgmn7a > .znw75gigx h2 {
	font-size: 1.4rem;
	margin-bottom: 16px;
}
.pgmn7a > .znw75gigx .t86qtl5z {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
	gap: 6px 22px;
	list-style: none;
	padding: 0;
	margin: 0;
}
.pgmn7a > .znw75gigx .t86qtl5z li {
	padding: 5px 0;
	border-bottom: 1px solid rgba(0,0,0,.06);
}
.pgmn7a > .znw75gigx .t86qtl5z a {
	color: inherit;
	text-decoration: none;
}
.pgmn7a > .znw75gigx .t86qtl5z .u9075zst {
	color: #5a6b72;
	font-size: .85em;
	margin-left: 6px;
}

/* marge entête */
body.home .pgmn7a > *:first-of-type {
	margin-top: 44px;
}

/* === IDP v34 shower-cascade content design === */
.pgmn7a {
  max-width: 980px;
  margin: 0 auto;
  padding: 2.8rem 1.5rem 3.5rem;
  font-size: 1.02rem;
  color: #1a1a1a;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.pgmn7a p {
  margin: 0 0 1.1rem;
  line-height: 1.72;
}
.pgmn7a p:first-of-type {
  font-size: 1.07rem;
  color: #7a1140;
  background: #fce7ef;
  padding: 1rem 1.25rem 1rem 1.6rem;
  margin-bottom: 1.7rem;
  position: relative;
  border-left: 5px solid #9D174D;
  border-right: 2px solid #FACC15;
}
.pgmn7a p:first-of-type::after {
  content: "";
  position: absolute;
  left: 12px;
  top: 0;
  width: 0;
  height: 100%;
  border-left: 1px solid rgba(157, 23, 77, .25);
}
.pgmn7a h2 {
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 700;
  font-size: 1.5rem;
  color: #9D174D;
  margin: 2.4rem 0 1rem;
  padding: 0 0 .65rem 1.3rem;
  position: relative;
  border-bottom: 1px solid #fce7ef;
}
.pgmn7a h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: .15rem;
  width: 4px;
  height: 1.6rem;
  background: #FACC15;
}
.pgmn7a h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 80px;
  height: 2px;
  background: #9D174D;
}
.pgmn7a h3 {
  font-family: Georgia, serif;
  font-style: italic;
  font-weight: 700;
  font-size: 1.18rem;
  color: #854d0e;
  margin: 1.7rem 0 .55rem;
  padding-left: 1.2rem;
  position: relative;
}
.pgmn7a h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: .42rem;
  width: 10px;
  height: 10px;
  background: transparent;
  border: 2px solid #9D174D;
  border-radius: 50%;
}
.pgmn7a ul {
  list-style: none;
  padding-left: 0;
  margin: 1rem 0 1.3rem;
}
.pgmn7a ul li {
  position: relative;
  padding-left: 1.7rem;
  margin: .45rem 0;
  line-height: 1.65;
}
.pgmn7a ul li::before {
  content: "▽";
  position: absolute;
  left: 0;
  top: -.05rem;
  color: #9D174D;
  font-size: .9em;
}
.pgmn7a ul li::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 1.1rem;
  width: 0;
  height: .5rem;
  border-left: 1px dotted #FACC15;
}
.pgmn7a ol {
  counter-reset: idp-step;
  list-style: none;
  padding-left: 0;
  margin: 1rem 0 1.3rem;
}
.pgmn7a ol li {
  counter-increment: idp-step;
  position: relative;
  padding: .2rem 0 .4rem 2.9rem;
  margin: .55rem 0;
  line-height: 1.65;
  min-height: 2rem;
}
.pgmn7a ol li::before {
  content: counter(idp-step);
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 2.1rem;
  height: 2.1rem;
  background: #9D174D;
  color: #FACC15;
  font-family: Georgia, serif;
  font-style: italic;
  font-weight: 700;
  font-size: 1.05rem;
  text-align: center;
  line-height: 2.1rem;
  border-radius: 50% 50% 50% 0;
}
.pgmn7a table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.6rem 0 1.85rem;
  font-size: .96rem;
  background: #fff;
  border-top: 4px solid #9D174D;
  border-bottom: 4px solid #FACC15;
}
.pgmn7a table thead th {
  background: #9D174D;
  color: #fce7ef;
  text-align: left;
  padding: .7rem .85rem;
  font-family: Georgia, serif;
  font-weight: 700;
  font-size: .96rem;
  font-style: italic;
  border-bottom: 2px solid #FACC15;
}
.pgmn7a table tbody td {
  padding: .58rem .85rem;
  color: #1a1a1a;
  border-bottom: 1px solid #fce7ef;
  vertical-align: top;
}
.pgmn7a table tbody tr:nth-child(odd) td {
  background: #faf7f8;
}
.pgmn7a table tbody tr td:first-child {
  font-weight: 700;
  color: #9D174D;
  border-left: 3px solid #FACC15;
}
.pgmn7a strong {
  color: #9D174D;
  font-weight: 700;
}
.pgmn7a em {
  color: #854d0e;
  font-style: italic;
}
.pgmn7a blockquote {
  border-left: 4px solid #FACC15;
  background: #fce7ef;
  padding: .9rem 1.2rem;
  margin: 1.4rem 0;
  font-family: Georgia, serif;
  font-style: italic;
  color: #7a1140;
}
.pgmn7a a {
  color: #9D174D;
  text-decoration: none;
  border-bottom: 2px dotted #FACC15;
}
.pgmn7a a:hover {
  color: #854d0e;
  border-bottom-style: solid;
}
@media (max-width: 680px) {
  .pgmn7a { padding: 2rem 1rem 3rem; }
  .pgmn7a h2 { font-size: 1.28rem; }
  .pgmn7a h3 { font-size: 1.08rem; }
  .pgmn7a table { font-size: .9rem; }
  .pgmn7a table thead th,
  .pgmn7a table tbody td { padding: .5rem .55rem; }
  .pgmn7a ol li { padding-left: 2.6rem; }
}
/* === end IDP v34 === */
