@charset "UTF-8";

/* css document */

html, body {height:100%;}
.carousel, .item, .active, .carousel-inner {height:100%;} 

/*z-index*/
.carousel-inner .item {z-index:1;
}

.carousel-control {z-index:2;
} 


/* cover */
.img1{background: url(../img3/IMGP1480.JPG) no-repeat center top;
-webkit-background-size: cover;
-moz-background-size: cover;
-ms-background-size: cover;
-o-background-size: cover;
background-size: cover;
z-index: -1;
}

.img2{background: url(../img3/IMGP2283.JPG) no-repeat center top;
-webkit-background-size: cover;
-moz-background-size: cover;
-ms-background-size: cover;
-o-background-size: cover;
background-size: cover;
z-index: -1;
}


.img3{background: url(../img3/IMGP2356.JPG) no-repeat center top;
-webkit-background-size: cover;
-moz-background-size: cover;
-ms-background-size: cover;
-o-background-size: cover;
background-size: cover;
z-index: -1;
}
/* caption */
.carrousel-caption{
	position: absolute;
	height: auto;
	top: 10%;
}

.carrousel-caption h3{
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
}

/* liste items */
.list-group-item{
	background-color:transparent !important;
	border:none;
	float:left;
	margin: 0 2px;
	padding: 0;
}

.list-group{
	width: 200px;
	margin: 20px auto;
	
}

/* video */
.video {margin: 10px 0 10px;
}

/* bouton */
.btn.primary{background: #FE6D4C;
	font-size: 16px;
	webkit-box-schadow: inset 0 -4px 0 rgba(0,0,0,0.2);
	-moz-box-schadow: inset 0 -4px 0 rgba(0,0,0,0.2);
	-ms-box-schadow: inset 0 -4px 0 rgba(0,0,0,0.2);	
	-o-box-schadow: inset 0 -4px 0 rgba(0,0,0,0.2);
	box-schadow: inset 0 -4px 0 rgba(0,0,0,0.2);
}
.btn-primary:hover {background: #F36748;}






