@font-face {
	font-family: "Avenir";
	src: url('../fonts/Avenir-Light.woff');
	src: url('../fonts/Avenir-Light.ttf');
}
body {
	padding-top: 84px;
	font-family: 'Avenir', 'Nunito', Arial, sans-serif;
	font-style: normal;
	color: rgb(51, 51, 51) !important;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.375;
}
h1 {
	font-size   : 32px;
	color: rgb(48, 51, 131) !important;
}
h2 {
	color       : rgb(48, 51, 131) !important;
	font-size   : 24px;
	font-weight : 700;
}
li::marker {
	color: rgb(48, 51, 131) !important; /* bullet color */
}
a {
	color            : rgb(48, 51, 131) !important;
	background-color : transparent !important;
	text-decoration  : none !important;
	font-weight      : 700;
}
a:hover {
	color           : rgb(27, 29, 75) !important;
	text-decoration : underline !important;
}
.brand img {
	height: 54px;
}
.navbar-nav {
	width: 90%;
}
.menu-item {
	text-align: center;
}
.btn-default {
	background-color: #303383 !important;
	border-color: #303383 !important;
	line-height: 16px;
	font-size: 16px;
	border-radius: 7px;
	transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
	padding: 16px 32px;
	vertical-align: middle;
	height: 50px;
	color: #fff !important;
}
.btn-default:hover {
	background-color : #262867 !important;
	border-color     : #22245e !important;
	color            : #ffffff !important;
}
.footer {
	background-color: #0e0f26 !important;
}
.footer-menu, .footer-menu a {
	color     : #ffffff !important;
}
.cbLabels {
	margin-bottom : 15px;
	padding       : 5px 8px 7px 8px;
	margin-left   : 2px;
	margin-right  : 2px;
}
.cbLabels.checkbox:hover {
	background-color: rgba(0,0,0,0.2);
	transition: 1s ease;
}
.custom-fields {
	margin-top: 15px;
}
.checkbox input[type=checkbox] {
	margin-top: 5px !important;
}
form label {
	font-size: 16px;
}
.menuDepot a {
	color: #ED1C24 !important;
}
.menu-item a:hover {
	text-decoration  : none !important;
}
.multiselect {
	background-color: white !important;
}
.multiselect-selected-text {
	font-weight : normal !important;
	font-size   : 14px !important;
	color       : #9d9d9c !important;
}
.has-feedback label~.form-control-feedback {
	top: 18px !important;
}
.radioGroupContainer label~.form-control-feedback {
	top: -10px !important;
}
.btn-xs {
	font-size   : 12px !important;
	line-height : 4px !important;
	height      : 20px !important;
}
.form-caracteres {
	font-size: 12px !important;
}
.smalltip {
	font-size   : 12px !important;
	font-weight : normal;
}
.icon-arrete, .arrete-document-titre {
	color: #262867 !important;
}