
.glhs-block,.glhs-block *{box-sizing:border-box}
.glhs-block{width:100%;margin:28px 0;background:var(--glhs-bg,#f7f5f2);color:var(--glhs-text,#111);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif}
.glhs-inner{width:min(var(--glhs-width,980px),100%);margin:0 auto}
.glhs-copy{padding:30px 36px 70px;text-align:center}
.glhs-badge{display:inline-flex;align-items:center;justify-content:center;min-height:62px;margin:0 0 34px;padding:10px 24px;background:var(--glhs-badge-bg,#ff4b0a);color:var(--glhs-badge-text,#fff);font:950 clamp(26px,4vw,40px)/1 Arial,sans-serif;text-transform:uppercase}
.glhs-title{max-width:920px;margin:0 auto;font-family:Georgia,"Times New Roman",serif;font-size:clamp(46px,var(--glhs-title,76px),100px);font-weight:700;line-height:1.03;letter-spacing:-.045em;text-wrap:balance}
.glhs-title a{color:inherit;text-decoration:none}
.glhs-excerpt{max-width:820px;margin:46px auto 0;color:var(--glhs-muted,#222);font-family:Georgia,"Times New Roman",serif;font-size:clamp(22px,var(--glhs-excerpt,30px),40px);line-height:1.25;letter-spacing:-.025em;text-wrap:balance}
.glhs-author{margin:28px 0 0;color:var(--glhs-muted,#222);font-size:15px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.glhs-rule{width:84%;height:2px;margin:36px auto 26px;background:var(--glhs-line,#111)}
.glhs-date{display:block;color:var(--glhs-text,#111);font:500 clamp(16px,var(--glhs-date,22px),28px)/1.15 Arial,sans-serif;letter-spacing:-.02em}
.glhs-media{display:block;width:100%;aspect-ratio:var(--glhs-ratio,16/9);overflow:hidden;background:#ddd;text-decoration:none}
.glhs-image{display:block;width:100%;height:100%;object-fit:cover;transition:transform .25s ease}
.glhs-media:hover .glhs-image{transform:scale(1.015)}
.glhs-compact .glhs-copy{padding:28px 30px 42px}
.glhs-compact .glhs-badge{min-height:48px;margin-bottom:24px;padding:8px 18px;font-size:24px}
.glhs-compact .glhs-title{font-size:clamp(32px,5vw,52px)}
.glhs-compact .glhs-excerpt{margin-top:24px;font-size:clamp(18px,2.6vw,24px)}
.glhs-compact .glhs-rule{margin-top:26px}
@media(max-width:700px){
 .glhs-block{margin:22px 0}
 .glhs-copy{padding:24px 18px 46px}
 .glhs-badge{min-height:50px;margin-bottom:28px;padding:8px 18px;font-size:28px}
 .glhs-title{font-size:clamp(40px,12vw,62px);line-height:1.02}
 .glhs-excerpt{margin-top:30px;font-size:clamp(21px,6vw,30px);line-height:1.25}
 .glhs-rule{width:92%;margin-top:30px}
 .glhs-date{font-size:17px}
 .glhs-compact .glhs-title{font-size:clamp(32px,9vw,46px)}
 .glhs-compact .glhs-excerpt{font-size:20px}
}
@media(max-width:420px){
 .glhs-copy{padding-left:14px;padding-right:14px}
 .glhs-badge{font-size:24px}
 .glhs-title{font-size:38px}
 .glhs-excerpt{font-size:21px}
}
@media(prefers-reduced-motion:reduce){.glhs-image{transition:none}}


/* v1.0.1 — protection contre les styles du thème */
body .glhs-block{
	display:block !important;
	position:relative !important;
	visibility:visible !important;
	opacity:1 !important;
	height:auto !important;
	min-height:0 !important;
	max-height:none !important;
	overflow:visible !important;
}

body .glhs-block .glhs-inner,
body .glhs-block .glhs-copy{
	display:block !important;
	position:relative !important;
	visibility:visible !important;
	opacity:1 !important;
	width:100% !important;
	height:auto !important;
	min-height:0 !important;
	max-height:none !important;
	overflow:visible !important;
}

body .glhs-block .glhs-copy{
	padding:30px 36px 70px !important;
	text-align:center !important;
	background:transparent !important;
}

body .glhs-block .glhs-badge{
	display:inline-flex !important;
	visibility:visible !important;
	opacity:1 !important;
	width:auto !important;
	height:auto !important;
	min-height:62px !important;
	margin:0 0 34px !important;
	padding:10px 24px !important;
	color:var(--glhs-badge-text,#fff) !important;
	background:var(--glhs-badge-bg,#ff4b0a) !important;
	font-family:Arial,Helvetica,sans-serif !important;
	font-size:clamp(26px,4vw,40px) !important;
	font-weight:950 !important;
	line-height:1 !important;
	text-transform:uppercase !important;
}

body .glhs-block .glhs-title{
	display:block !important;
	visibility:visible !important;
	opacity:1 !important;
	width:auto !important;
	height:auto !important;
	margin:0 auto !important;
	padding:0 !important;
	color:var(--glhs-text,#111) !important;
	background:transparent !important;
	font-family:Georgia,"Times New Roman",serif !important;
	font-size:clamp(46px,var(--glhs-title,76px),100px) !important;
	font-weight:700 !important;
	line-height:1.03 !important;
	letter-spacing:-.045em !important;
	text-align:center !important;
}

body .glhs-block .glhs-title a{
	display:inline !important;
	color:inherit !important;
	background:transparent !important;
	text-decoration:none !important;
}

body .glhs-block .glhs-excerpt,
body .glhs-block .glhs-author,
body .glhs-block .glhs-date,
body .glhs-block .glhs-rule{
	display:block !important;
	visibility:visible !important;
	opacity:1 !important;
	height:auto !important;
	max-height:none !important;
	overflow:visible !important;
}

body .glhs-block .glhs-excerpt{
	max-width:820px !important;
	margin:46px auto 0 !important;
	color:var(--glhs-muted,#222) !important;
	background:transparent !important;
	font-family:Georgia,"Times New Roman",serif !important;
	font-size:clamp(22px,var(--glhs-excerpt,30px),40px) !important;
	line-height:1.25 !important;
	text-align:center !important;
}

body .glhs-block .glhs-author{
	margin:28px 0 0 !important;
	color:var(--glhs-muted,#222) !important;
	font-size:15px !important;
	font-weight:800 !important;
	line-height:1.3 !important;
	text-align:center !important;
}

body .glhs-block .glhs-rule{
	width:84% !important;
	height:2px !important;
	margin:36px auto 26px !important;
	background:var(--glhs-line,#111) !important;
}

body .glhs-block .glhs-date{
	margin:0 !important;
	color:var(--glhs-text,#111) !important;
	background:transparent !important;
	font-family:Arial,Helvetica,sans-serif !important;
	font-size:clamp(16px,var(--glhs-date,22px),28px) !important;
	font-weight:500 !important;
	line-height:1.15 !important;
	text-align:center !important;
}

@media(max-width:700px){
	body .glhs-block .glhs-copy{
		padding:24px 18px 46px !important;
	}

	body .glhs-block .glhs-badge{
		min-height:50px !important;
		margin-bottom:28px !important;
		padding:8px 18px !important;
		font-size:28px !important;
	}

	body .glhs-block .glhs-title{
		font-size:clamp(40px,12vw,62px) !important;
		line-height:1.02 !important;
	}

	body .glhs-block .glhs-excerpt{
		margin-top:30px !important;
		font-size:clamp(21px,6vw,30px) !important;
	}

	body .glhs-block .glhs-date{
		font-size:17px !important;
	}
}
