@font-face {
	font-family: 'iconic';
	src:url('../fonts/iconic.eot');
	src:url('../fonts/iconic.eot?#iefix') format('embedded-opentype'),
		url('../fonts/iconic.woff') format('woff'),
		url('../fonts/iconic.ttf') format('truetype'),
		url('../fonts/iconic.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
	font-family: 'iconic';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
.icon-plus-alt, .icon-arrow-right-alt1, .icon-phone, .icon-print, .icon-mail, .icon-loupe, .icon-exit, .icon-share, .icon-calc, .icon-right, .icon-bot, .icon-left, .icon-top, .icon-chevron-right, .icon-chevron-bot, .icon-chevron-left, .icon-chevron-top, .icon-puce-left, .icon-puce-right {
	font-family: 'iconic';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.icon-plus-alt:before { /* ! */
	content: "\21";
}
.icon-arrow-right-alt1:before { /* " */
	content: "\22";
}
.icon-phone:before { /* # */
	content: "\23";
}
.icon-print:before { /* $ */
	content: "\24";
}
.icon-mail:before { /* % */
	content: "\25";
}
.icon-loupe:before { /* & */
	content: "\26";
}
.icon-exit:before { /* ' */
	content: "\27";
}
.icon-share:before { /* ( */
	content: "\28";
}
.icon-calc:before { /* ) */
	content: "\29";
}
.icon-right:before { /* * */
	content: "\2a";
}
.icon-bot:before { /* + */
	content: "\2b";
}
.icon-left:before { /* , */
	content: "\2c";
}
.icon-top:before { /* - */
	content: "\2d";
}
.icon-chevron-right:before { /* . */
	content: "\2e";
}
.icon-chevron-bot:before { /* / */
	content: "\2f";
}
.icon-chevron-left:before { /* 0 */
	content: "\30";
}
.icon-chevron-top:before { /* 1 */
	content: "\31";
}
.icon-puce-left:before { /* 2 */
	content: "\32";
}
.icon-puce-right:before { /* 3 */
	content: "\33";
}
