<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */

.position-sticky {
	position: sticky;
	top: -1px;
	z-index: 3;
}

/* Fait pour la page offre de prix: On dÃ©bloque les TH dans les tables pendant que l'on collapse un lot/section */
.collapsing &gt; table tr &gt; th.position-sticky-1 {
	top: 0 !important;
}</pre></body></html>