<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*local CSS DTS samplings 2024 - 19-09-2024 */
/*local CSS DTS samplings 2024 - 19-09-2024 */
body, html {
    overflow-x: clip !important;
}
body, html {
    overflow: unset;
}
.samplings-cta {
    justify-content: center;
}

.samplings-howto__action {
	font-size: 16px;
}
.samplings-catalog__line-1 {
	font-size: 30px;
	line-height: 44px;
}
.samplings-products__citation {
	font-size: 32px;
}
.samplings-ecoconception__title {
	font-size: 28px;
}
.samplings-getyours__text {
	min-height: 95px;
}
h1.samplings-header__title, .samplings-header__title {
    font-size: 74px !important;
}
/* --- ------------------------------------------------------ --- */
/* Mobile */
@media (max-width: 480px) {
    .samplings-howto__action {
		font-size: 14px;
	}
	.samplings-catalog__line-1 {
	    font-size: 20px;
	    line-height: 28px;
	}
	.samplings-getyours__bold-text {
		font-size: 26px;
	}
	.samplings-cta {
		font-size: 12px;
	}
    h1.samplings-header__title, .samplings-header__title {
        font-size: 32px !important;
    }
}

/* Tablet Portrait */
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {
    h1.samplings-header__title, .samplings-header__title {
		font-size: 50px !important;
	}
	.samplings-howto__action {
		 font-size: 14px;
	}
	.samplings-getyours__item {
		flex-basis: 50%;
	}
    .samplings-getyours__text {
        min-height: 95px;
    }
	.dp-faq__answer-content {
		font-size: 12px;
	}
	.samplings-getyours__bold-text {
		font-size: 22px;
	}
	.samplings-cta {
		font-size: 12px;
	}
}

/* Tablet Landscape */
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {
    h1.samplings-header__title, .samplings-header__title {
        font-size: 60px !important;
    }
	.samplings-1to5uses__title {
		font-size: 26px;
	}
	.samplings-getyours__item {
		flex-basis: 50%;
	}
    .samplings-getyours__text {
        min-height: 80px;
    }
	.dp-faq__answer-content {
		font-size: 15px;
	}
}</pre></body></html>