/* SERVIPRA Veille & Actualités v1.0.12 */

.spva-hero{
	padding:54px 0 38px;
	background:
		radial-gradient(circle at 14% 12%,rgba(32,166,161,.12),transparent 28%),
		radial-gradient(circle at 84% 18%,rgba(22,119,200,.12),transparent 30%),
		linear-gradient(180deg,#fbfdff,#fff);
	border-bottom:1px solid var(--line,#d9e5ee);
}
.spva-hero h1{
	max-width:850px;
	margin:0 0 14px;
	font-size:clamp(2.35rem,4.6vw,4rem);
}
.spva-hero-lead{
	max-width:820px;
	margin:0;
	color:var(--muted,#587087);
	font-size:1.08rem;
}
.spva-main{padding:42px 0 64px}
.spva-filters{
	display:flex;
	flex-wrap:wrap;
	gap:9px;
	margin-bottom:28px;
}
.spva-filters a,.spva-badge{
	display:inline-flex;
	align-items:center;
	min-height:34px;
	padding:6px 12px;
	border:1px solid var(--line,#d9e5ee);
	border-radius:999px;
	color:var(--ink,#13283e);
	background:#fff;
	font-size:.78rem;
	font-weight:800;
	text-decoration:none;
}
.spva-filters a:hover,.spva-filters a.is-active,.spva-badge:hover{
	color:#fff;
	background:var(--blue,#1677c8);
	border-color:var(--blue,#1677c8);
}
.spva-grid{
	display:grid;
	gap:20px;
}
.spva-grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}
.spva-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.spva-card{
	display:flex;
	flex-direction:column;
	min-width:0;
	padding:24px;
	border:1px solid var(--line,#d9e5ee);
	border-radius:20px;
	background:#fff;
	box-shadow:0 12px 34px rgba(8,31,53,.07);
}
.spva-card-meta{
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:12px;
	margin-bottom:16px;
	color:var(--muted,#587087);
	font-size:.76rem;
}
.spva-card .spva-badge{
	min-height:29px;
	padding:4px 9px;
	background:#f5f8fb;
}
.spva-card h2{
	margin:0 0 12px;
	font-size:1.26rem;
	line-height:1.2;
}
.spva-card h2 a{
	color:var(--navy,#07192b);
	text-decoration:none;
}
.spva-card h2 a:hover{color:var(--blue,#1677c8)}
.spva-card>p{
	margin:0 0 18px;
	color:var(--muted,#587087);
	font-size:.94rem;
}
.spva-card-footer{
	display:flex;
	align-items:flex-end;
	justify-content:space-between;
	gap:14px;
	margin-top:auto;
	padding-top:15px;
	border-top:1px solid var(--line,#d9e5ee);
	font-size:.78rem;
}
.spva-card-footer span{
	color:var(--muted,#587087);
}
.spva-card-footer a{
	font-weight:850;
	text-decoration:none;
}
.spva-pagination{margin-top:34px}
.spva-pagination .nav-links{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	gap:8px;
}
.spva-pagination .page-numbers{
	padding:8px 12px;
	border:1px solid var(--line,#d9e5ee);
	border-radius:10px;
	text-decoration:none;
}
.spva-pagination .current{
	color:#fff;
	background:var(--blue,#1677c8);
	border-color:var(--blue,#1677c8);
}
.spva-empty{
	max-width:760px;
	padding:30px;
	border:1px solid var(--line,#d9e5ee);
	border-radius:20px;
	background:var(--surface,#f5f8fb);
}
.spva-empty h2{font-size:1.7rem}
.spva-empty p{margin-bottom:0;color:var(--muted,#587087)}

.spva-single-hero{
	padding:50px 0 34px;
	background:
		radial-gradient(circle at 13% 10%,rgba(32,166,161,.10),transparent 28%),
		linear-gradient(180deg,#fbfdff,#fff);
	border-bottom:1px solid var(--line,#d9e5ee);
}
.spva-single-narrow{max-width:900px}
.spva-term-row{
	display:flex;
	flex-wrap:wrap;
	gap:8px;
	margin:0 0 16px;
}
.spva-single h1{
	margin:0 0 16px;
	font-size:clamp(2.2rem,4.5vw,3.8rem);
}
.spva-single-excerpt{
	max-width:820px;
	margin:0 0 16px;
	color:var(--muted,#587087);
	font-size:1.08rem;
}
.spva-single-meta{
	display:flex;
	flex-wrap:wrap;
	gap:8px 20px;
	color:var(--muted,#587087);
	font-size:.82rem;
}
.spva-single-body{padding:42px 0 64px}
.spva-editor-content{
	font-size:1.02rem;
}
.spva-editor-content h2{
	margin-top:1.6em;
	font-size:1.65rem;
}
.spva-editor-content .spva-lead{
	font-size:1.12rem;
	color:var(--ink,#13283e);
}
.spva-editor-content .spva-vigilance{
	margin:16px 0 24px;
	padding:16px 18px;
	border:1px solid var(--line,#d9e5ee);
	border-left:4px solid var(--blue,#1677c8);
	border-radius:10px;
	background:var(--surface,#f5f8fb);
}
.spva-editor-content .spva-vigilance p{margin:0 0 8px}
.spva-editor-content .spva-vigilance p:last-child{margin-bottom:0}
.spva-editor-content .spva-vigilance-critique{border-left-color:#b32d2e}
.spva-editor-content .spva-vigilance-elevee{border-left-color:#d63638}
.spva-editor-content .spva-vigilance-moderee{border-left-color:#dba617}
.spva-editor-content .spva-vigilance-information{border-left-color:#1677c8}
.spva-editor-content .spva-source-box{
	margin:28px 0;
	padding:18px 20px;
	border-left:4px solid var(--blue,#1677c8);
	border-radius:10px;
	background:var(--surface,#f5f8fb);
	font-size:.9rem;
}
.spva-editor-content .spva-source-box p{
	margin:7px 0 0;
	color:var(--muted,#587087);
}
.spva-reference{
	margin-top:34px;
	padding:22px;
	border:1px solid var(--line,#d9e5ee);
	border-radius:18px;
	background:#fff;
}
.spva-reference>strong{
	display:block;
	margin-bottom:7px;
	color:var(--navy,#07192b);
	font-size:1.05rem;
}
.spva-reference p{
	color:var(--muted,#587087);
}
.spva-cta{
	display:grid;
	grid-template-columns:minmax(0,1fr) auto;
	align-items:center;
	gap:24px;
	margin-top:32px;
	padding:28px;
	border-radius:22px;
	color:#eaf5fb;
	background:linear-gradient(135deg,#185a82,#124d72);
}
.spva-cta h2{margin:0 0 8px;color:#fff;font-size:1.75rem}
.spva-cta p{margin:0;color:#dcecf5}
.spva-cta .sp-eyebrow{color:#8edbd7;margin-bottom:8px}

/* Le menu gagne un onglet ; on resserre très légèrement les grands écrans. */
@media(min-width:1041px) and (max-width:1240px){
	.spva-nav-active .sp-header-inner{gap:18px}
	.spva-nav-active .sp-main-nav ul{gap:13px}
	.spva-nav-active .sp-main-nav a{font-size:.84rem}
}

@media(max-width:1120px){
	.spva-grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:900px){
	.spva-grid-3{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:620px){
	.spva-hero{padding:42px 0 30px}
	.spva-main{padding:30px 0 48px}
	.spva-grid{grid-template-columns:1fr}
	.spva-card{padding:20px}
	.spva-single-hero{padding:40px 0 28px}
	.spva-single-body{padding:32px 0 48px}
	.spva-cta{grid-template-columns:1fr;padding:24px}
	.spva-cta .sp-button{width:100%}
}


/* Bulletin SERVIPRA */
.spva-bulletin-enabled .spva-single-hero{
	padding-top:28px;
	background:
		radial-gradient(circle at 12% 8%,rgba(32,166,161,.12),transparent 30%),
		radial-gradient(circle at 90% 14%,rgba(22,119,200,.11),transparent 28%),
		linear-gradient(180deg,#f8fbfd,#fff);
}
.spva-bulletin-masthead{
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:22px;
	margin:0 0 28px;
	padding:0 0 18px;
	border-bottom:1px solid var(--line,#d9e5ee);
}
.spva-bulletin-brand{display:flex;align-items:center;gap:16px;min-width:0}
.spva-bulletin-logo{display:block;max-width:180px;max-height:58px;width:auto;height:auto;object-fit:contain}
.spva-bulletin-wordmark{font-size:1.45rem;font-weight:900;letter-spacing:.04em;color:var(--navy,#07192b)}
.spva-bulletin-kicker,.spva-bulletin-ref{display:block}
.spva-bulletin-kicker{font-size:.78rem;font-weight:900;letter-spacing:.11em;text-transform:uppercase;color:var(--navy,#07192b)}
.spva-bulletin-ref{margin-top:3px;font-size:.74rem;color:var(--muted,#587087);font-variant-numeric:tabular-nums}
.spva-vigilance-pill{display:inline-flex;align-items:center;white-space:nowrap;padding:8px 12px;border-radius:999px;font-size:.76rem;font-weight:900;border:1px solid #d9e5ee;background:#fff;color:#13283e}
.spva-vigilance-pill-critique{color:#8f1c1d;border-color:#efb5b6;background:#fff1f1}
.spva-vigilance-pill-elevee{color:#a62627;border-color:#f2c3c3;background:#fff4f4}
.spva-vigilance-pill-moderee{color:#7a5b05;border-color:#ecd995;background:#fff9e5}
.spva-vigilance-pill-information{color:#135f9b;border-color:#bfdcf2;background:#f2f8fc}
.spva-bulletin-footer{
	display:grid;
	grid-template-columns:minmax(0,1fr) minmax(280px,.8fr);
	gap:26px;
	align-items:center;
	margin-top:34px;
	padding:24px 26px;
	border:1px solid var(--line,#d9e5ee);
	border-radius:22px;
	background:linear-gradient(135deg,#f8fbfd,#eef7f8);
	box-shadow:0 12px 30px rgba(8,31,53,.06);
}
.spva-bulletin-footer-logo{display:block;max-width:165px;max-height:54px;width:auto;height:auto;object-fit:contain;margin-bottom:10px}
.spva-bulletin-footer-brand p{margin:0 0 5px;color:var(--muted,#587087);font-size:.86rem}
.spva-bulletin-footer-brand a{font-size:.85rem;font-weight:800;text-decoration:none}
.spva-shelby-signature{display:flex;align-items:center;gap:14px;min-width:0;padding-left:24px;border-left:1px solid var(--line,#d9e5ee)}
.spva-shelby-photo{display:block;flex:0 0 auto;width:96px;height:96px;padding:6px;border-radius:22px;object-fit:contain;background:#fff;border:1px solid var(--line,#d9e5ee);box-shadow:0 4px 16px rgba(8,31,53,.12)}
.spva-shelby-paw{display:grid;place-items:center;flex:0 0 auto;width:64px;height:64px;border-radius:50%;background:#fff;border:1px solid var(--line,#d9e5ee);font-size:1.1rem;color:var(--teal,#20a6a1)}
.spva-shelby-signature strong,.spva-shelby-signature span{display:block}
.spva-shelby-signature strong{color:var(--navy,#07192b);font-size:1rem;line-height:1.3}
.spva-shelby-signature span{margin-top:4px;color:var(--muted,#587087);font-size:.8rem;line-height:1.35}
@media(max-width:720px){
	.spva-bulletin-masthead{align-items:flex-start;flex-direction:column}
	.spva-bulletin-footer{grid-template-columns:1fr;padding:22px}
	.spva-shelby-signature{padding:18px 0 0;border-left:0;border-top:1px solid var(--line,#d9e5ee)}
}
@media print{
	.spva-bulletin-enabled .spva-single-hero{padding-top:18px}
	.spva-bulletin-enabled .spva-cta{display:none}
	.spva-bulletin-enabled .spva-reference,.spva-bulletin-enabled .spva-bulletin-footer{box-shadow:none}
	.spva-bulletin-enabled a{text-decoration:none}
}


/* Abonnements e-mail SERVIPRA v1.0.8 */
.spva-subscribe-card{
	display:grid;
	grid-template-columns:minmax(0,.9fr) minmax(320px,1.1fr);
	gap:30px;
	align-items:center;
	margin:38px 0 10px;
	padding:28px 30px;
	border:1px solid var(--line,#d9e5ee);
	border-radius:22px;
	background:linear-gradient(135deg,#f8fbfd,#eef7f8);
	box-shadow:0 12px 30px rgba(8,31,53,.06);
}
.spva-subscribe-copy h2{margin:0 0 9px;color:var(--navy,#07192b);font-size:1.65rem;line-height:1.15}
.spva-subscribe-copy>p:last-child{margin:0;color:var(--muted,#587087);line-height:1.55}
.spva-subscribe-form{min-width:0}
.spva-email-label{display:block;margin-bottom:7px;font-size:.82rem;font-weight:800;color:var(--navy,#07192b)}
.spva-subscribe-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px}
.spva-subscribe-row input[type=email]{width:100%;min-height:46px;padding:10px 13px;border:1px solid var(--line,#cfdde7);border-radius:10px;background:#fff;color:var(--ink,#13283e);font:inherit}
.spva-subscribe-row input[type=email]:focus{outline:2px solid rgba(22,119,200,.22);border-color:var(--blue,#1677c8)}
.spva-consent{display:flex;align-items:flex-start;gap:8px;margin-top:12px;color:var(--muted,#587087);font-size:.78rem;line-height:1.4}
.spva-consent input{margin-top:2px}
.spva-subscribe-legal{margin:8px 0 0;color:var(--muted,#718396);font-size:.72rem;line-height:1.4}
.spva-subscribe-notice{margin:22px 0;padding:14px 16px;border:1px solid var(--line,#d9e5ee);border-left-width:4px;border-radius:10px;background:#fff;font-weight:700}
.spva-subscribe-notice.is-success{border-left-color:#16856d;background:#f2fbf7;color:#11624f}
.spva-subscribe-notice.is-info{border-left-color:#1677c8;background:#f3f8fc;color:#135f9b}
.spva-subscribe-notice.is-error{border-left-color:#b32d2e;background:#fff4f4;color:#8f1c1d}
.spva-hp{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.spva-unsubscribe-card{grid-template-columns:1fr;max-width:760px;margin:50px auto}
.spva-unsubscribe-card h1{margin-top:0}
@media(max-width:760px){
	.spva-subscribe-card{grid-template-columns:1fr;padding:23px}
	.spva-subscribe-row{grid-template-columns:1fr}
	.spva-subscribe-row .sp-button{width:100%}
}
