﻿.home-block-part {
    max-height: 300px;
}

#slideshow-particuliers {
    max-height: 259px;
}

#slideshow-particuliers .row-title {
    position: absolute;
    width: 100%;
    z-index: 10; /*Hover carousel*/
}

#slideshow-particuliers .row-title h2 {
    font-weight: 500;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 5px;
}

.home-block-part .block-link a {
    background-color: #4a4a4a;
    display: block;
    width: 100%;    
    line-height: 40px;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    text-align: center;
}

#slideshow-particuliers .carousel-caption {
    text-shadow: none;
    top: 10%;
}

#slideshow-particuliers .carousel-caption .btn {
    text-shadow: none;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    width: 35%;
    margin: auto;
}

#slideshow-particuliers .carousel-indicators {
    bottom: 0px;
}

#slideshow-particuliers .carousel-indicators li {
    border: none;
    background-color: #fff;
    width: 12px;
    height: 12px;
    border-radius: 6px;
    margin-left: 10px;
    margin-right: 10px;    
}

#slideshow-particuliers .carousel-indicators li.active {
    background-color: #ED2939;
}

#slideshow-particuliers .carousel-caption img {
    margin-bottom: 20px;
    height:50px;
}

#slideshow-particuliers .carousel-inner {
    max-height: 259px;
}

#slideshow-particuliers .cover {
    height: 259px;
    width: 100%;
    object-fit: cover;
}

#slideshow-particuliers .cover:after {
    content: '\A';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color:  rgba(217, 83, 79, 0.8); 
    opacity: 1;
}

.row.block-link a:after {
    font-family:'FontAwesome';
    content:'\f105';
    color:#BBBCBF;
    font-size: 1.2em;
    margin-left: 10px;
}

.carousel-caption a {
    color: #fff;
}

/* Mobile adaptation slide particulier*/
@media (max-width: 400px) {
    #slideshow-particuliers .carousel-indicators {
        width: 100%;
    }
 
    .carousel-indicators {
        left: 0;
        margin-left: 0;
     }

    .carousel-caption .btn {
        width: 50% !important;
    }
}

@media (max-width: 991px) {
    .carousel-caption a {
        font-size: 9px;
    }    
}