/*
#091742 = Bleu foncé
#000033 = Bleu foncé
#FFDD00 = Jaune
#00ADEF = Bleu clair
#1B5E95 = Bleu
*/

body {
	color: #1B5E95 !important;
}

.app {
	background: #f5f6fe !important;
}

.app-nav .nav-link {
	color: #1B5E95 !important;
}

.app-sidepanel-footer {
	border-top: 1px solid #1B5E95 !important;
}

.dropdown-divider {
	border-top-color: #1B5E95 !important;
}

.app-branding {
	height: 90px !important;
}

.app-branding .logo-text {
	color: #1B5E95 !important;
}

.app-nav .nav-link:hover {
	color: #FFDD00 !important;
	background-color: #1B5E95 !important;
}

.app-utility-item>a {
	color: #1B5E95 !important;
}

.app-utility-item>a:hover {
	color: #FFDD00 !important;
}

.dropdown-menu .dropdown-item {
	color: #1B5E95 !important;
}

.dropdown-menu .dropdown-item:hover {
	color: #FFDD00 !important;
	background-color: #1B5E95 !important;
}

a {
	color: #1B5E95 !important;
}

.app-nav-tabs {
	background: #FFF !important;
}

.app-nav-tabs .nav-link.active {
	color: #1B5E95 !important;
	border-bottom: 2px solid #00ADEF !important;
}

.btn-primary {
	color: #FFF !important;
	background-color: #1B5E95 !important;
	border-color: #1B5E95 !important;
}

.btn-primary:hover {
	background-color: #00ADEF !important;
	border-color: #1B5E95 !important;
}

.page-item.active .page-link {
	color: #fff !important;
	background-color: #1B5E95 !important;
	border-color: #1B5E95 !important;
}

.btn-outline-primary {
	color: #1B5E95 !important;
	border-color: #1B5E95 !important;
}

.btn-outline-primary:hover {
	color: #1B5E95 !important;
	background-color: #00ADEF !important;
	border-color: #00ADEF !important;
}

.app-footer{
	background-color: #FFDD00 !important;
}