/*
	Styles CSS spécifiques login CGI/Desjardins client, et CGI SAI. 
*/

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

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-danger:before {
	content: "\e60f";
}
.icon-dot:before {
	content: "\e60b";
}
.icon-lock:before {
	content: "\e60a";
}
.icon-clock:before {
	content: "\e609";
}
.icon-mail:before {
	content: "\e601";
}
.icon-men:before {
	content: "\e608";
}
.icon-calendar:before {
	content: "\e603";
}
.icon-check:before {
	content: "\e600";
}
.icon-monument:before {
	content: "\e602";
}
.icon-smiley:before {
	content: "\e604";
}
.icon-star:before {
	content: "\e605";
}
.icon-tel:before {
	content: "\e606";
}
.icon-time:before {
	content: "\e607";
}
.icon-arrow-up:before {
	content: "\e610";
}
.icon-arrow-right:before {
	content: "\e611";
}
.icon-arrow-down:before {
	content: "\e612";
}
.icon-arrow-left:before {
	content: "\e613";
}
.icon-facebook:before {
	content: "\e60c";
}
.icon-twitter:before {
	content: "\e60d";
}
.icon-linkedin:before {
	content: "\e60e";
}
