.carousel {
    display: block;
    margin: 0;
    border: none;
    padding: 0;
    box-shadow: none;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 5%;
    z-index: 1;
}

.carousel img {
    display: block;
    margin: 0;
    border: none;
    padding: 0;
    height: 650px;
    width: 100%; 
    object-fit: cover; 
}

.carousel-item {
    border-bottom: none !important;  
    box-shadow: none !important;     
    outline: none !important;       
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3.5rem;
    height: 3.5rem;
    background-size: contain; 
}

/* contenu accueil */
@media (max-width: 900px) {
    .carousel {
        width:  90%;
    }

	.carousel img {
        height: 50%;
		width: 100%;
	}

	.carousel-control-prev,
    .carousel-control-next {
        right: 5%;
    }

    .carousel-control-prev {
        left: 5%;
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        width: 2rem;
        height: 2rem;
    }
}
