/* ------------- */

/* --- PERSO --- */

/* ------------- */

.cover-black{
	opacity : 0.2;
}
#myCarouselHome, .carousel-inner, .carousel-item{
	height:auto !important;
}
.wave-pictos{
	display:block !important;
    fill:#ffffff;
}
.wave-carousel{
	display:block !important;
    fill:#ffffff;
}


.cover-white{
	opacity : 0.2;
}

#myCarouselHome {
    background:#ffffff;
}

#myCarouselHome .carousel-item {
    -webkit-transition: transform 5s ease, opacity 1.7s ease-out;
    -moz-transition: transform 5s ease, opacity 1.7s ease-out;
    -o-transition: transform 5s ease, opacity 1.7s ease-out;
    transition: transform 5s ease, opacity 1.7s ease-out;
}

#myCarouselHome .carousel-item .carousel-caption-wolf.separate .titre-slide h3, #myCarouselHome .carousel-item .carousel-caption-wolf.separate .titre-slide div{
	display:inline-block;
}
#myCarouselHome .carousel-item .carousel-caption-wolf.separate .titre-slide div{
	margin-top:0px !important;
    background:#298bc9 !important;
}