/*body {
	
	background-color: black;
}

.wrapper {
    display: flex;
    width: 100%;
	align-items: stretch;
	position: relative;
}

#sidebar {
	min-width: 250px;
	max-width: 250px;
	min-height: 100vh;
	background-color: #2C2C34;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
	overflow-x: hidden;
}

.nvbar {
	background-color: #2C2C34;
	position: fixed;
	width: 100%;
	z-index: 1;
	
}

.barnav {
	padding-left: 10px;
	border-bottom: 1px solid #181924;
}

#content {
	width: 100%;
	margin-left: 250px;
	position: relative;
}

.side  {
	padding-top: 10px;
	color: white;
	height: 56px;
	 border-bottom: 1px solid white; 
	display: flex;
	align-items: center;
	
	
}

.sidebar {
	align-items: center;
	justify-content: center;
	background-color: #23232E;
}

.sidebar h5 {
	margin: 0;
	padding: 0;
}

.sidebar a {
	color: white;
	text-decoration: none;
	font-style: italic;
}

#sidebar.active {
    margin-left: -250px !important;
}
#content.active {
    margin-left: 0 !important;
}

.sidelist {
	list-style: none;
	padding: 0;
	display: flex;
	flex-direction: column;
	flex: 1 1;
	position: relative;
}

.sidelist li {
	text-align: left;
	padding: 10px 10px;
}

.sidelist li:hover {
	background-color: #4638C2;
	cursor: pointer;
}

.s-actif {
	background-color: hsla(0,0%,100%,.05);
}

.sidelist li a {
	text-decoration: none;
	color:white;
	padding-left: 5px 10px 0;
	display: block;
}

.sidelist li a:hover {
	text-decoration: none;
	color:white;	
}

.MuiBreadcrumbs-separator {
	color: #8A93A2
}

.MuiTable-root {
	border-top: 1px solid #4D4E55;
	border-bottom: 1px solid #4D4E55;
}

.MuiTableRow-root {
	border-top: 1px solid #4D4E55;
	border-bottom: 1px solid #4D4E55;
}

 .MuiTableCell-body :last-child {
	border-right: 1px solid #4D4E55;
} 

.MuiTableRow-head {
	background-color:#2E2F38;
}

.MuiTableCell-root {
	border-bottom: #4D4E55 !important;
}

.formulaire input, .formulaire textarea, .formulaire select {
	background-color: #383941;
	color: #E1E1E1;
	border-color: hsla(0,0%,100%,.15);
}
.formulaire input:focus, .formulaire textarea:focus, .formulaire select:focus {
	background-color: #383941;
	color: #E1E1E1;
}

.formulaire input:disabled, .formulaire select:disabled {
	background-color: #20202A;
}
.formulaire label {
	color: #364B64;
}

.content {
	padding: 50px 20px 20px;
}

.react-datepicker-wrapper {
	width: 100%;
}

fieldset {
	border: 1px solid #ffffff;
	padding: 10px;
	background-color: #23242D;
}

legend {
	padding: 0 5px;
	width: unset;
	color: #ffffff;
}

.MuiTableCell-head {
	font-weight: 500 !important;
	text-transform: capitalize;
	color: #E1E1E1 !important;
}
.MuiTableCell-body {
	color: rgba(255, 255, 255, 0.87) !important;
	font-size: 11px !important;
}

.MuiTablePagination-root {
	color: white !important;
}

.MuiTablePagination-root .MuiSelect-icon {
	color: white !important;
}

.MuiTablePagination-root .MuiIconButton-root {
	color: white !important;
}

.actions div{
	padding-right: 10px
}

.actions label {
	padding-right: 5px
}

.cardBody {
	background-color: #23242D;
	padding: 10px;
}
.cardHeader {
	background-color: #20202A;
	color: #364B64;
}
.card {
	border: none;
}

.sideIcon {
	color: #E1E1E1;
	font-size: small;
	margin-right: 10px
}*/

.st0{fill:none;stroke:#000000;stroke-width:2;stroke-miterlimit:10;}
	.st1{fill:none;stroke:#000000;stroke-width:2;stroke-linejoin:round;stroke-miterlimit:10;}
	.st2{fill:none;stroke:#000000;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
	.st3{fill:none;stroke:#000000;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;}
	.st4{fill:none;stroke:#000000;stroke-width:2;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:3;}