body {
	/*background: radial-gradient(circle at 50% 0,#fff 0,#a2a2a2 100%) no-repeat scroll 0 0 #ddd;*/
	/*background : radial-gradient(circle at 50% 0, #fff 0, #a2a2a2 100%) no-repeat fixed 0 0 #ddd;*/
	background-color:#fbfbfb;
	background-size: cover;
	margin: 0;
	height: unset !important;
	min-height: 100vh !important;
}
/*barre tout en haut avec les boutons notamment déconnexion*/
.navbar	{
	background-color:white !important;
	background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}
.nav-link {
	background-color:white !important;
	color:black !important;
}
.fa-home:before {
	color:#2570b7 !important;
}
/*catégories*/
.card-header {
	background-color:white !important;
	color:black !important;
	border-bottom:none !important;
}
.card-header h4 {
	padding-bottom:10px;
}
.category	{
	background-color:white !important;
	background-clip: border-box !important;
    border: 1px solid rgba(0, 0, 0, .125) !important;
    border-radius: .25rem !important;
}
.catname {
	border-bottom: 3px solid #0a20ba !important;
}
#footer {
	display:none;
}
.text-muted {
	font-size : 0.7rem;
}
.bg-secondary {
	background-color:white !important;
}
a {
	color: #323940;
}
.alert-warning {
    color: black;
    background-color: white;
	border-color: white;
}
#logincontent {
    padding-right: 10%;
    padding-left: 10%;
	padding-top : 5%;
}
a:hover {
    color: #064e9b;
}