/* CAFR fixes */

/* Cards "autres cas à découvrir."  */
@media only screen and (min-width: 1068px) {
	.industry-other-stories
		.gallery
		.item-container
		.gallery-item
		.tile
		.tile-content {
		padding: 25px 23.5px 40px;
	}
}

/* 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;
	}
}
