html, body{
	height: 80%;
}

body {
	font-size: .875rem;
}

.feather {
	width: 16px;
	height: 16px;
	vertical-align: text-bottom;
}

.jumbotron {
  background-image: url("../images/jour10_1.jpg");
  background-size: cover;
  background-position-y: 75%;
}

/*
 * Sidebar
 */

.navbar-nav .nav-link {
	padding-left: 1rem;
}

.nav-item .nav-link {
	padding-top: 0.3rem;
	padding-bottom: 0.3rem;
}

.navbar .feather{
	margin-right: 4px;
}

.dropdown { background: transparent; }
.dropdown .nav-link { color:rgba(255,255,255,.5); }
.dropdown .dropdown-menu { background-color: transparent; margin: 0;}
.dropdown .dropdown-menu a{ background-color: transparent; color: rgba(255,255,255,.5); }
.dropdown .btn {background: transparent; color: rgba(255,255,255,.5); }
.dropdown .btn:hover, .dropdown .btn:active,.dropdown .btn:focus  { background: transparent; color: rgba(255,255,255,.75); }
.container .dropdown .dropdown-menu a:hover{
  color: rgba(255,255,255,.75);
  background-color: transparent;
  border-color: #fff;
}

.dropdown .dropdown-item{
	font-weight: 100;
}

.sidebar {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 100; /* Behind the navbar */
	padding: 0;
	box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

.sidebar-sticky {
	position: fixed;
	margin-top: 48px; /* Height of navbar */
	height: calc(100vh - 48px);
	padding-top: .5rem;
	overflow-x: hidden;
	overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

.sidebar .nav-link {
	font-weight: 500;
	color: #333;
}

.sidebar .nav-link .feather {
	margin-right: 4px;
	color: #999;
}

.sidebar .nav-link.active {
	color: #007bff;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
	color: inherit;
}

.sidebar-heading {
	font-size: .75rem;
	text-transform: uppercase;
}

/*
 * Navbar
 */

.navbar-brand {
	padding-top: .75rem;
	padding-bottom: .75rem;
	font-size: 1rem;
	background-color: rgba(0, 0, 0, .25);
	box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
}

/*
 * Utilities
 */

.border-top { border-top: 1px solid #e5e5e5; }
.border-bottom { border-bottom: 1px solid #e5e5e5; }


.footer{
	margin: 40px -24px 0px;
	padding: 0px 30px 30px;
	background-color: #f8f8f8;
	border-top: 2px solid #343a40;
}


@media screen and (min-width: 980px){
	.bricklayer-column-sizer {
		width: 50%;
	}
}

@media screen and (min-width: 1200px){
	.bricklayer-column-sizer {
		width: 33.333%;
	}
}

@media screen and (min-width: 1500px){
	.bricklayer-column-sizer {
		width: 25%;
	}
}

.pointer{
	cursor: pointer;
}

a{
	text-decoration: none;
}

.mini-colonne{
	width:1%;
}

@media (min-width: 576px){
	.modal-lg {
		max-width: 80% !important;
	}
}