/********** Réglons le carousel **********/
.carousel-container { 	
	padding: 0;	
}

/********** .active **********/   
.carousel, .item { 
	position: relative;
	width: 100%;
	height: auto; 	
	margin-top: 0; 
}

.carousel-inner {	
    height: auto;	
}
 
.carousel {               /* class de ton carousel */
    height: auto;        /* La hauteur voulu */
    overflow: hidden;	
}

.carousel img {
    width: 100%;
	margin-top: 0px;	
	border: 6px solid #000;
}
  
.fill {
	background-position: center;
    background-size: cover;
	width: 100%;
    height: 100%;    
    margin: 0;
}

