/* Sticky footer styles
-------------------------------------------------- */

#wrapper {
	min-height:100%;
	position:relative;
}

#header {
}

@media screen and (max-width: 991px) {
	#content {
		padding-bottom:275px; /* Height of the footer element */
	}
}

@media screen and (min-width: 992px) {
	#content {
		padding-bottom:205px; /* Height of the footer element */
	}
}

#index {
	padding-bottom:52px; /* Height of the footer element */
}

#footer {
	width:100%;
	height:100%M;
	position:absolute;
	bottom:0;
	left:0;
}

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

@media screen and (max-width: 991px) {
	body > .container {
	  padding: 200px 15px 50px 15px;
	}
}

@media screen and (min-width: 992px) {
	body > .container {
	  padding: 185px 15px 50px 15px;
	}
}

body#index > .container {
	  padding: 0px 0px 0px 0px;
}

/*body > #accueil.container {
  padding: 185px 15px 100px 15px;
}*/

.container .text-muted {
  margin: 20px 0;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}

