.carrousel {
	width:100%; height:500px; overflow:hidden; position:relative; 
}

h1.nouveaute{ margin:30px 0 20px 50px; }

.carrousel .nouveaute-link {
    text-decoration:none; color:white; margin:0; transition:all ease 0.3s; 
}
.carrousel .nouveaute-link:hover {
    color:rgb(206, 206, 206); 
}

.icon {
    width:65px; vertical-align:middle; margin:0; 
}

.diapositive p { 
	color:white; margin:0; display:-webkit-box; -webkit-line-clamp:5; -webkit-box-orient:vertical; overflow:hidden; text-align:justify; max-height:calc(1.5em * 5); 
}
.diapositives { 
	display:flex; transition:transform 0.5s ease-in-out; width:3000px; 
}

.diapositives .diapositive *{
	position:relative; z-index:1; 
}

.diapositives .diapositive .floatright, .diapositives .diapositive .floatright img, .diapositives .diapositive .floatleft, .diapositives .diapositive .floatleft img, .diapositives .diapositive .center, .diapositives .diapositive .center img{
	display:block; position:absolute; top:0; left:0; right:0; bottom:0; width:100%; min-height:100%; z-index:0; 
}

.diapositives .diapositive .floatright, .diapositives .diapositive .floatleft, .diapositives .diapositive .center{
	background:#000; 
}

.diapositives .diapositive .floatright img, .diapositives .diapositive .floatleft img, .diapositives .diapositive .center img{
	opacity:0.4; width:100%; height:100%; object-fit:cover; 
}

.diapositive {
	padding:30px; width:490px; height:270px; text-align:center; border-radius:15px; margin:10px; position:relative; overflow:hidden; background-size:cover; background-position:center; 
}

.diapositive:last-of-type {
	width:390px;
}

.diapositive::before {
    content:''; position:absolute; top:0; left:0; width:100%; height:100%; background-size:cover; background-position:center; opacity:0.5; z-index:-1; 
}

.diapositives .diapositive { 
	background-image:url('../img/defaut1.png'); 
}

.diapositive h2 { 
	position:relative; margin:0 0 30px 0; text-align:left; padding:0; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical; overflow:hidden; color:white; 
}

.diapositives .diapositive a {
    color:white; text-decoration:none; position:absolute; bottom:30px; left:50%; transform:translateX(-50%); display:inline-block; padding:5px 10px; border:2px solid #0194ae; border-radius:25px; transition:background-color 0.3s, color 0.3s; background-color:#0194ae; 
}

.diapositives .diapositive a:hover {
    background-color:#83bed6; color:#fff; 
}

.fleche {
	position:absolute; top:60%; transform:translateY(-50%); background-color:rgba(255, 255, 255, 0.3); border:none; cursor:pointer; font-size:25px; z-index:2; border-radius:50%; width:50px; height:50px; 
}

.fleche-gauche {
	left:15px; color:#000; font-size:24px; transition:all 0.2s ease-in-out; 
}

.fleche-droite {
	right:15px; color:#000; font-size:24px; transition:all 0.2s ease-in-out; 
}

.fleche-gauche:hover,.fleche-droite:hover {
	background-color:white; 
}
