/*CAROUSEL*/
.carouselLine {
    margin-top: 5rem;
}

.carousel  {
    margin: 0;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}

.carouselTitle {
    margin-top: -20px;
    margin-left: 25px;
    margin-right: 25px;
    font-weight: 700 !important;
    font-size: 2em !important;
    font-style: normal;
    font-family: 'Bakbak One', monospace;
    letter-spacing: normal;
    position: absolute;
    transition: 0.5s ease;
}

.carousel-inner {
    padding: 1em;
    display: flex;
    margin: 0 0 0 auto;
    height: 400px;
    flex-direction: row;
    align-items: center;
}

.carousel-control-prev,
.carousel-control-next {
    background-color: #e1e1e1;
    width: 6vh;
    height: 6vh;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

.carousel-stuff {
    margin-right: 0;
    /*flex: 0 0 33.333333%;*/
    display: block;
}
.img-wrapper {
    margin: 0 0.5em;
    box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 335px;
    transition: 0.5s ease;
}
.img-wrapper img {
    height: 100%;
}

.selected {
    box-shadow: 0 0 100vh black, 5px 0px 5px black;
    transform: scale(1.2);
    z-index: 1;
}

.selectedTitle {
    margin-top: -50px;
}

/*voirplus*/
.voir-plus {
    display: block;
    transition: 0.5s ease;
    width: 250px;
    background: #000000;
    border-radius: 100%;
    height: 250px;
    text-align: center;
    vertical-align: middle;
}

.voir-plus > i {
    padding-top: 44px;
    text-align: center;
    vertical-align: middle;
    margin: auto 0;
    display: block;
    font-size: 10rem;
    color: white;
}
/*CAROUSEL*/

