/* CAFR fixes */

/* Hero copy  */
@media only screen and (max-width: 734px) {
	.typography-headline-super {
		font-size: 32px;
	}
}

/* Gestion des flux de travail  */
@media only screen and (max-width: 1068px) {
	.typography-tile-paragraph-copy {
		font-size: 17.5px;
	}
}

@media only screen and (max-width: 734px) {
	.typography-tile-paragraph-copy {
		font-size: 15.5px;
	}
}

/*Consultations personnalisées*/
@media only screen and (max-width: 1068px) {
	.typography-headline-elevated {
		font-size: 44px;
	}
}

/* asterisk */
@media only screen and (min-width: 834px) {
	sup.custom-footnote {
		font-size: 12px;
		position: relative;
		top: -2px;
	}
}

@media only screen and (max-width: 833px) {
	sup.custom-footnote {
		font-size: 14px;
		position: relative;
		top: -2px;
	}
}
