.header {
	padding-top: 0px;
	padding-bottom: 0px;
}

.titre {
	font-size: 15px;	
	font-weight: bold;
}

.navbar {
	border-bottom: 1px #DEDEDE solid;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	background-color: #fff;
}

.logo-menu {
	width: auto;
	height: 40px;	
}

.navbar-brand  {
  margin-right: 0rem !important;
}

#topmenu > .nav-item {
	border-right: 0px !important;	
}

.nav-item {
	width: 175px;
}

@media (max-width: 576px) {
	.nav-item {
		width: auto !important;
  	}
}

.nav-active {
	background-color: var(--main-color) !important;
	border-bottom: 1px solid var(--main-color); 
	margin-bottom: -1px;
	border-top: 1px solid var(--main-color); 
	margin-top: -1px;
	/*font-size: 19px;*/
}

.nav-active > .nav-link {
	color: #fff !important;	
}

.border-right {
	border-right: 1px solid #DEDEDE;
}

.dropdown-header {
	border-bottom: 1px solid #DEDEDE;
	background-color: var(--secondary-color);
	color: #fff;
}

.nav-item:hover {
	background-color: var(--main-color);
}

.nav-item:hover > .nav-link {
	color: #fff !important;
}

.dropdown:hover .dropdown-menu {
	display: block;	
	margin-top: -1px;
}

.left-align {
	/* align bootstrap dropdown menu to right*/
	right: 0 !important;
  	left: auto !important;
}

.dropdown-menu {
	min-width: 200px;
	border-radius: 0px;
}

.dropdown-menu > .dropdown-item {
	min-width: 200px;
	padding-left: 10px; 
}

.dropdown-menu {
	padding: 0px;	
}

.dropdown-item {
	border-bottom: 1px solid #DEDEDE;
}

.dropdown-item:hover {
	background-color: var(--main-color) !important;
	color: #fff !important;
}

.breadcrumb {
	background-color: #fff;
	box-shadow: 0px 1px 2px #888888;
	border-radius: 0px;
	margin: 0px;
	padding: 0px;
	padding-left: 20px;
}