/*  ------  local   ------  */
.exf__page .exf__legende {
	color: #333333;
}

@media (min-width: 769px) {
	.exf__page .exf__edito-title {
		font-size: 38px;
	}
	
}


@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {
	.exf__page .exf__edito-title {
		font-size: 30px;
	}
}

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {
	.exf__page .exf__reffilable-title {
		font-size: calc(46 * var(--ratioReffilable));
	}
}

@media (max-width: 480px) {
	.exf__page .exf__reffilable-title {
		font-size: calc(20* var(--ratioReffilable));
	}
	.exf__page .exf__header-title {
		padding-top: 20px;
	}
}
