.darkhead
{
	background-color:#003367;
	text-align:center;
}

.darkhead th
{
	color:white!important;
	width:250px;
}

#home-tab.active, #profile-tab.active, #graphca-tab.active
{
	background-color:#003367;
	color:white;
}

.darkhead td
{
	width:250px;
}

#calendar tr
{
	text-align:center;
	height:60px;
	vertical-align:middle;
}

#calendar h6
{
	background-color: #003367;
    color: white;
    margin-top: -9px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    font-size: 1em;
}

img.activitylogo
{
	width:32px;
	height:32px;
	margin-left:5px;
}

span.duration
{
	
}

.matin
{
	display:table-row;
}

.apm
{
	display:none;
}

/* Styles pour la carte */
/*.prof-card {
	border: 1px solid #ddd;
	padding: 10px;
	border-radius: 8px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	text-align: center;
}

.prof-photo {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	object-fit: cover;
	margin-bottom: 10px;
}*/


/*.prof-card {
	border: 1px solid #ddd;
	padding: 10px;
	border-radius: 8px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	text-align: center;
	min-height:120px;
}

.prof-photo {
	width: 100px;
	height: 100px;
	border-radius: 10px; 
	object-fit: cover;
	margin-bottom: 10px;
	float: left; 
}
		
.prof-name {
	font-weight: bold;
	font-size: 16px;
}

.ok-icon {
	color: green;
	font-size: 24px;
}*/

.card
{
	margin:auto;
	width:12rem!important;
}

.card-title
{
	font-size:0.8rem!important;
}

.card-text
{
	font-size:0.7rem!important;
}

.card-body
{
	padding-top:0.4rem!important;
}