@charset "utf-8";
/* CSS Document */

/*Pleine largeur*/
.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive,
.thumbnail a>img,
.thumbnail>img{
	min-width:100%;
	width:100%;
	height:auto;
}

.carousel-caption {
  position: absolute;
  bottom: 20%;
  z-index: 10;
  padding:2.5%;
  color:inherit;
  text-align: center;
  text-shadow:none;
  background:rgba(0,0,0,0.7);
  max-width:500px;
  margin:0 auto;
  border-radius:5px;
}

.btn{
	border-radius:30px;
	padding:6px 20px;
}

.carousel-caption .btn {
  margin-bottom:5%;
}

.carousel-caption h3{
	margin-top:0;
	padding-top:0;
	color:#fff;
	font-weight:600;
}
	
.carousel-caption p{
	color:#999;
	margin-bottom:5%;
}	

.btn-primary{
	color: #fff;
	background-colorr:rgba(108,230,151,0.7);
	border-colo:rgba(108,230,151,1);
}