html, body {
	min-height: 100vh;
}
body {
	display:flex;
	flex-direction: column;
	background-color: #fdfdfd;
}
#site-container {
	flex: 1 1 auto;
}

body > footer {
	vertical-align: middle;
}
body > footer .contact {
	letter-spacing: 0.1rem;
}

a {
	color: #0275d3;
	outline: 0;
}

.hide {
	display: none !important;
}

.loading {
	position: fixed;
	width: 100%;
	height:100%;
	display: flex;
	align-items: center;
	background: rgba(0, 0, 0, 0.1);
	top: 0;
	z-index: 1100;
}
.loading i {
	display: flex;
	margin: 0 auto;
}

.pre {
	white-space: pre-wrap !important;
}

.bg-ulco {
	background-color: #294050;
}
.navbar-brand .logo {
	background: url('../img/logo.gif') no-repeat;
	width:225px;
	height: 44px;
	background-size: auto 100%;
}
@media (max-width: 575.98px) {
	.navbar-brand .logo {
		width:160px;
		height: 30px;
	}
}

.dropdown-submenu {
	position: relative;
}
.dropdown-submenu > .dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -.5rem;
	margin-left: -1px;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px 6px;
	border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
	display: block;
}
.dropdown-submenu > a:after {
	display: block;
	float: right;
	width: 0;
	height: 0;
	margin-top: 5px;
	margin-right: -10px;
	border-color: transparent;
	border-left-color: #cccccc;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	content: " ";
}

.btns {
	text-align: center;
	margin: 10px 0;
	line-height: 3em;
}
.btns > .btn {
	margin: 0 10px;
}

.card-body {
	padding: 0.25rem 1.25rem;
}

dl.pj {
	margin: 0;
}
dl.pj dt {
	font-weight: normal;
}
dl.pj dd {
	font-size: smaller;
	margin: 0;
}

.textes {
	text-align: justify;
}
.textes blockquote {
	margin-left: 1rem;
}

.row-hover:hover {
	background-color: rgba(0, 0, 0, 0.025);
}

.row-header {
	padding-top: 0.375rem;
	padding-bottom: 0.375rem;
	background-color: rgba(0, 0, 0, 0.03);
	/*border-top: 1px solid #dee2e6 !important;*/
	border-bottom: 1px solid #dee2e6 !important;
}

.bootstrap-select .btn.form-control {
	border: 1px solid #ced4da;
}
.bootstrap-select .btn.form-control .extra {
	display: none;
}
.dropdown-item.active .text-muted, .dropdown-item:active .text-muted {
	color: #b9bbbe !important;
}

.custom-file-label::after {
	content: "Parcourir";
}


.card-horizontal {
	flex-direction: row;
}
.card-horizontal .card-header {
	border-bottom: none;
	border-right: 1px solid rgba(0, 0, 0, 0.125);
	border-top-right-radius: 0;
	padding-bottom: 1.25rem;
	padding-right: 0;
}
.card-horizontal .card-header-tabs {
	margin-right: -1px;
}
.card-horizontal .nav-tabs .nav-item {
	margin-bottom: 0;
	width: 100%;
}
.card-horizontal .nav-tabs .nav-link {
	border-top-right-radius: 0;
	border-bottom-left-radius: .25rem;
	border-bottom-right-radius: 0;
}
.card-horizontal .nav-tabs .nav-link.active {
	padding-right: 0;
	border-color: #dee2e6 #fff #dee2e6 #dee2e6;
}
.card-horizontal .nav-tabs .nav-link:focus,
.card-horizontal .nav-tabs .nav-link:hover {
	border-color: #dee2e6 #fff #dee2e6 #dee2e6;
}

.card-body .row.border-bottom:last-of-type,
.card-body .form-group.border-bottom:last-of-type{
	border-bottom: 0 !important;
}

.text-opacity-75 { opacity: 0.75; }
.text-opacity-50 { opacity: 0.50; }
.text-opacity-25 { opacity: 0.25; }

fieldset.filter {
	border: 1px solid rgba(0, 0, 0, .125);
	border-radius: calc(.25rem - 1px);
	padding: 0.25rem 1rem 0.5rem;
	margin-bottom: 1rem;
}
fieldset.filter legend {
	width: auto;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	font-size: 1rem;
	background-color: rgba(0,0,0,.03);
	border: 1px solid rgba(0, 0, 0, .125);
	border-radius: calc(.25rem - 1px);
	margin: 0;
}

address {
	margin-left: 1rem;
	padding-left: 1rem;
	border-left: 3px solid #cccccc;
	white-space: pre-line;
}

.hide-overflow {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.border.dashed 			{ border-style: dashed !important }
.border-top.dashed 		{ border-top-style: dashed !important }
.border-right.dashed  	{ border-right-style: dashed !important }
.border-bottom.dashed 	{ border-bottom-style: dashed !important }
.border-left.dashed  	{ border-left-style: dashed !important }

.text-refused {
	color: #6c757d !important;
	font-style: italic;
	text-decoration: line-through;
}
.text-removed {
	color: #8c959d !important;
	font-style: italic;
}

.popover-nowidth {
	max-width: none;
}