/* Position Zéro 1.0.32 : garde-fou des titres de la Une sur mobile. */

@media (max-width: 980px) and (hover: none) and (pointer: coarse),
       (max-width: 720px) {
	.pza-home .pza-lead-story,
	.pza-home .pza-secondary-story,
	.pza-home .pza-lead-story__content,
	.pza-home .pza-secondary-story__content {
		contain: none !important;
		content-visibility: visible !important;
	}

	.pza-home .pza-lead-story h2,
	.pza-home .pza-secondary-story h2 {
		display: block !important;
		position: relative !important;
		z-index: 2 !important;
		width: 100% !important;
		height: auto !important;
		min-height: 1.35em !important;
		max-height: none !important;
		margin-top: 0 !important;
		overflow: visible !important;
		clip: auto !important;
		clip-path: none !important;
		contain: none !important;
		content-visibility: visible !important;
		font-family: system-ui, -apple-system, "Segoe UI", Arial, sans-serif !important;
		font-weight: 700 !important;
		line-height: 1.32 !important;
		letter-spacing: -0.018em !important;
		color: #fff !important;
		-webkit-text-fill-color: #fff !important;
		background: transparent !important;
		background-clip: border-box !important;
		-webkit-background-clip: border-box !important;
		opacity: 1 !important;
		visibility: visible !important;
		-webkit-box-orient: initial !important;
		-webkit-line-clamp: unset !important;
	}

	.pza-home .pza-lead-story h2 a,
	.pza-home .pza-secondary-story h2 a {
		display: block !important;
		position: relative !important;
		width: 100% !important;
		height: auto !important;
		min-height: 1.35em !important;
		overflow: visible !important;
		clip: auto !important;
		clip-path: none !important;
		contain: none !important;
		content-visibility: visible !important;
		font: inherit !important;
		color: #fff !important;
		-webkit-text-fill-color: #fff !important;
		background: transparent !important;
		background-clip: border-box !important;
		-webkit-background-clip: border-box !important;
		opacity: 1 !important;
		visibility: visible !important;
	}

	.pza-home .pza-lead-story__content > p:last-child {
		display: block !important;
		height: auto !important;
		max-height: none !important;
		overflow: visible !important;
		font-family: system-ui, -apple-system, "Segoe UI", Arial, sans-serif !important;
		font-weight: 400 !important;
		color: #b7bec3 !important;
		-webkit-text-fill-color: #b7bec3 !important;
		background: transparent !important;
		opacity: 1 !important;
		visibility: visible !important;
	}
}
