/*
    Styles des carousels.

    Author : Michael Smaga <michael@bvb-software.fr>
    Version : 1.0.0
*/

.carousel-inner {
    background-image: url('../../public/images/global/gray-wall-textures-background.jpg');
    background-size: cover;
}
#caroussel-understand {
    border: 1px solid black;
}

.carousel-control-prev {
    border: 1px solid black;
    width: 5% !important;
}

.carousel-control-next {
    border: 1px solid black;
    width: 5% !important;
}

.carousel-control-next:hover, .carousel-control-prev:hover {
    color: #f9f9f9;
    text-decoration: none;
     transform: none !important; 
}

.carousel-item {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}

.carousel-caption > div{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.carousel-caption h5{
    background-color: #808080bd;
    width: 100%;
    padding: 5px;
}

.carousel-indicators{
    background-color: gray;
}

.carousel-caption {
    top: 60px !important;
    bottom: unset;
  }