/* =========================================
   CCI PICTOS
   ========================================= */

[picto] {
	display: inline-flex;
	align-items: center;
	justify-content: center;

	width: 1em;
	height: 1em;

	font-style: normal;
	line-height: 1;

	vertical-align: middle;
	flex-shrink: 0;
}

[picto] > svg {
	display: block;

	width: 100%;
	height: 100%;

	max-width: 100%;
	max-height: 100%;

	overflow: visible;
}

[picto][data-picto-erreur] {
	visibility: hidden;
}