/*  ------  local   ------  */

.dsl__page .dsl__facial-content-right-text {
	font-size: 11px;
}
div.dsl__tile-number-bloc:nth-child(3) {
	margin-bottom: 25px;
}

@media (min-width: 1024px) {
    .dsl__page .dsl__technology-bloc-result-text {
        padding-left: 20px;
    }
}
.cstm-break{
	display: none;
}

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {
	.dsl__page .dsl__technology-bloc-result-text {
		font-size: 16px;
	}
}


@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {
	.dsl__page .dsl__title{
		font-size: 26px;
	}
	.dsl__page .dsl__facial-content{
		gap: 11px;
	}
	.dsl__page .dsl__compare-item-detail-text {
		font-size: 15px;
	}
	.cstm-break{
		display: initial;
	}

	.dsl__page .dsl__navigation-content .dsl__cta {
		padding: 0 12px 0 40px;
	}
	.dsl__page .dsl__tile-number-bloc {
		width: 130px;
	}
}


@media (max-width: 480px) {}