/* Global */
main {
	margin-bottom: 200px;
}
.starter-template {
	padding: 3rem 1.5rem;
	text-align: center;
}

/* CSS du Carousel */
.carousel {
	margin-bottom: 4rem;
}

/* Position de la légende */
.carousel-caption {
	bottom: 3rem;
	z-index: 10;
	background-color: rgba(0, 0, 0, 0.8);
	padding: 25px;
}

/* Hauteur de l'item du Carousel */
.carousel-item {
	height: 32rem;
	background-color: #777;
}
.carousel-item>img {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	height: auto;
}

/* Description */
.guide h2 {
	font-weight: 400;
}
.item-divider {
	margin: 2rem 0;	/* Space out the Bootstrap <hr> more */
}
.item-heading {
	font-weight: 300;
	line-height: 1;
	letter-spacing: -.05rem;
}

/* -- RESPONSIVE CSS -- */
@media (min-width: 40em) {
	.item-heading {
		font-size: 50px;
	}
}
@media (min-width: 62em) {
	.item-heading {
		margin-top: 0;
	}
}
