

header .navbar {
	line-height:3rem;
	padding:0.5rem;
}

.navbar-toggler {
	border: none;
	line-height: inherit;
}

.navbar-brand {
	font-weight:bold;
} 

h1, h2, h3, h4, h5 {
	font-weight:800;
}

a {
	color:inherit;
	text-decoration: inherit;
}

a:hover{
	color:inherit;
	text-decoration:inherit;
}


.list-group-item {
	background-color: inherit;
}

.bd-links a {
    padding: .1875rem .5rem;
    margin-top: .125rem;
    margin-left: 1.25rem;
    text-decoration: none;
}

.bd-links .btn {
    padding: .25rem .5rem;
    font-weight: 600;
    background-color: transparent;
    border: 0;
}

.bd-links .btn::before {
    width: 1.25em;
    line-height: 0;
    content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
    transition: transform 0.35s ease;
    transform-origin: .5em 50%;
}

.bd-links .btn[aria-expanded="true"]::before {
    transform: rotate(90deg);
} 

.bd-links .active{
	font-weight: 800;
}

main {
    flex: 1 1 auto;
    padding-top: 60px;
    padding-left:0px;
	transition: padding-left 0.5s;
}

main > .container, main > .container-fluid, .sidebar-collapse {

	padding:35px 15px;
}

.boxed
{
	max-height:302px;
	overflow:auto;
}

.btn-user{
	width: 2.5em;
	height: 2.5em;
	line-height: 2.4rem;
	text-align: center;
	padding: 0;
	border-radius: 2.5rem;
}

.breadcrumb
{
	background-color: inherit;
	color:inherit;
}

.table {
	color:inherit;
}

/*--- TRIX ---*/
.trix-button-group{
	border:none !important;
}

.trix-editor {
	border:none !important;
}

.tableFixHead {
    overflow-y: auto;
    height: 302px;
}

.tableFixHead thead {
	z-index: 50;
	position: sticky;
    top: 0;
}


/*  desktop et plus */
@media (min-width: 992px) { 


main {

    padding: 60px 15px;
    padding-left:0px;
    opacity: 1;
}

}