html {
	height: 100%;
	min-height: 100%;
}

body {
	padding: 0px;
	margin: 0px;
	height: 100%;
	min-height: 100%;
	color: #000;
	background: #7F7F7F;
}

main {
	min-height: 100%;
}

.navbar {
	background: #0E2A7E;
	color: #fff;
	padding: .5rem 0 0 0;
}

.navbar-brand {
	height: 40px;
	padding-top: 0;
	padding-left: 1rem;
	margin-bottom: .5rem;
}

.navbar-brand img {
	height: 40px;
}

.navbar-toggler {
	color: rgba(255, 255, 255, 1);
	border-color: rgba(255, 255, 255, 1);
	margin-bottom: .5rem;
}

.navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.date-bar {
	color: white;
	margin: 0 15px 5px 15px;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
}

.quick-bar, .quick-bar:hover {
	color: white;
}

.quick-bar i {
	font-size: 2rem;
}

@media(max-width:992px){
	.quick-bar,.date-bar,#searchBlock,.navbar-toggler-text{
		display: none!important;
	}
}

#searchBlock .bootstrap-select .dropdown-menu {
	right: 0;
	left: unset;
}

/*** MENUS ***/

#navbarMain {
	background: #ABABAB;
	padding-bottom: .5rem;
}

#navbarMain .nav-link {
	text-transform: uppercase;
	color: #000;
	font-weight: bold;
}

#navbarMain .dropdown-item {
	color: #000;
	text-decoration: none;
}

#navbarMain .dropdown-item.active, #navbarMain .dropdown-item:active, #navbarMain .dropdown-item:hover {
	font-weight: bold;
	text-decoration: none;
	background: none;
	color: #000;
}

#navbarOther {
	padding-right: 1rem;
	padding-bottom: .5rem;
}

#navbarOther .dropdown-item.active, #navbarOther .dropdown-item:active, #navbarOther .dropdown-item:hover {
	text-decoration: none;
	background: none;
	color: #0E2A7E;
}

/*** CONTENU ***/

#main-contain {
	padding: 30px 15px;
	border-radius: 5px;
	margin-top: 1.5rem;
	/*background:#FFF;*/
}

form {
	border-radius: 5px;
	/*background:#FFF;*/
	clear: both;
}

form .panel-header {
	display: block;
	padding: 15px;
	background-color: #f7f7f7;
	font-size: 1.3rem;
	font-weight: 700;
	text-align: center;
	margin: 0;
	border-radius: 5px 5px 0 0;
}

#form-suffixe{
	padding-top: 15px;
}

.panel {
	border-radius: 5px;
	border: 1px solid #000;
	padding: 0;
	margin-bottom: 20px;
}

.panel>.panel-header {
	border-bottom: 1px solid #000;
}

.panel>.panel-body {
	padding: 30px;
	background-color: transparent;
	border-radius: 5px;
}

#page-wrapper {
	padding: 60px 30px;
	background-position: center center;
	background-size: cover;
	position: relative;
}

#page-wrapper::after {
	display: block;
	content: "";
	clear: both;
}

/*********/

#page-wrapper.full {
	margin-left: 0;
	border-left: none;
}

.alert {
	position: relative;
	z-index: 999;
}

#formSearch {
	margin-top: 2rem;
}

/*******/

/*** FOOTER ***/

#zone-footer {
	background-color: #333333;
	padding-top: 10px;
	padding-bottom: 10px;
	/*margin-left:250px;*/
	color: #fff;
	font-size: 13px;
}

footer #menu-bas a {
	color: white;
}

footer #menu-bas ul {
	margin: auto;
	padding: 0;
}

footer #menu-bas ul li {
	list-style: none;
	display: inline-block;
}

footer #menu-bas ul li a {
	color: white;
	padding: 0px 5px;
}

footer #menu-bas ul li a.menu-actif {
	text-decoration: underline;
}

/**************/

.no-padding {
	padding: 0 !important;
}

.no-margin {
	margin: 0 !important;
}

.bloc-action {
	float: right;
}

.bloc-action+* {
	clear: both;
}

.table {
	width: 100%;
	margin-top: 20px;
}

img {
	max-width: 100%;
}

.record-total-wrapper {
	margin-top: 2rem;
	background: white;
	padding: 1rem;
}

/*** MAP ***/

.map {
	height: 300px;
}

.amount {
	text-align: right;
}

/*** SEARCH ***/

#form-search {
	margin-top: 1.5rem;
}

/*** DASHBOARD ***/
.card.transparent{
	background-color: transparent;
	border: 2px solid black;
}
.card.transparent .card-header{
	background-color: transparent;
	border-bottom:1px solid black;
}
.card.transparent .list-group-item{
	background-color: #A0A0A0;
	border-color: black;
}

.footer-indicateur{
    position: absolute;
    bottom: 15px;
    width: 100%;
}

@media(min-width:993px){
	.footer-indicateur>div{
		display: -ms-flexbox!important;
   		display: flex!important;
	}
}
@media(max-width:992px){
	.footer-indicateur{
		position: relative;
		display: none;
	}
	.footer-indicateur h1{
		margin-bottom:1rem!important;
	}
}
