p.title{
	font-weight:bold;
	font-size:2rem;
	color:black;
	margin:20px;
	text-align:center;
	font-family:"Montserrat", sans-serif;
}
.tab-group li{
	list-style:none;
}
.title_category{
	font-size: 2rem;
	background-color:rgb(0, 85, 143);
	padding:10px;
	color:white;
	font-family:"Montserrat", sans-serif;
}
.title_sous_category button{
	font-size:1.6rem;
	padding:15px 20px;
	font-family:"Montserrat", sans-serif;
	color:rgb(0, 85, 143);
	border-top: 0;
	border-left: 0;
}
.document-btn{
	float:right;
    color: #333;
	cursor:pointer;
	clear: both;
}
.list_document a{
	color: #333;
	font-size: 12px;
	margin:0 5px;
}
.list_document a .fas{
	font-size: 15px;
    margin-right: 5px;
}
.list_document{
	padding:10px 0;
	/* margin-left:45px;
	margin-right:10px; */
	margin: 0 auto;
	width: 70%;
	font-weight: bold;
	font-size: 14px;
	color:rgb(0, 85, 143);
}





.list_document li{
	height:23px;
}
.list_document li:hover{
	background:#dff2ff;
}
