@CHARSET "UTF-8";

.page-title{
	margin-bottom: 30px;
}

.photo_personne{
	width:80px;
}
.bs-callout{
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #eee;
	border-image: none;
	border-radius: 3px;
	border-style: solid;
	border-width: 1px 1px 1px 5px;
	margin: 20px 0;
	padding: 20px;
}
.bs-callout h4{
	margin-bottom: 5px;
	margin-top: 0;
}
.bs-callout p:last-child {
	margin-bottom: 0;
}
.bs-callout code {
	border-radius: 3px;
}
.bs-callout + .bs-callout {
	margin-top: -5px;
}
.bs-callout-danger {
	border-left-color: #ce4844;
}
.bs-callout-danger h4 {
	color: #ce4844;
}
.bs-callout-warning {
	border-left-color: #aa6708;
}
.bs-callout-warning h4 {
	color: #aa6708;
}
.bs-callout-info {
	border-left-color: #1b809e;
}
.bs-callout-info h4 {
	color: #1b809e;
}

.dataTables_wrapper {
	padding-bottom: 60px;
}
.dataTables_wrapper .dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 40px;
    margin-left: -50%;
    text-align: center;
    font-size: 1.2em;
    background-color: white;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
}

@media(max-width: 768px) {
	#headerAppliLogo img{
		display: none;
	}
}

#footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	text-align: center;
	border-top: 1px solid #ccc;
	background-color: #f5f5f5;
}

#content {
	width: 100%;
	margin-bottom: 90px;
}

.btn-centrale {
	padding: 10px 20px 10px;
	background-color: #5b7f95;
	border-radius: 4px;
	font-weight: bold;
	line-height: 20px;
	color: #fff;
	margin-bottom: 10px;
	margin-top: 10px;
}
.btn-centrale:hover {
	border: 1px solid #5b7f95;
	background-color: transparent;
	color: #5b7f95; }

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	background-color: #5B7F95;
}