/*
Theme Name: Divi SMB Child Theme
Description: Theme enfant de Divi pour SMB
Author: Julien - WebMate
Author URI: 
Template: Divi
Version: 1.0
*/

.realisation-carousel {
    margin-left: -20px;
}

.realisation-carousel .slick-dots {
    bottom: -40px;
}

.realisation-carousel .slick-dots li.slick-active button:before {
    color: #B6CE00;
}

.realisation-carousel .realisation-item {
    padding: 15px;
    position: relative;
    box-sizing: border-box;
}

.realisation-carousel .realisation-item img {
    height: auto;
    display: block;
}

.realisation-carousel .realisation-item a {
    position: relative;
	display: block;
}

.realisation-carousel .realisation-item a:before {
	position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    width: 100%;
    max-width: 350px;
    height: 50%;
    content: ' ';
}

.realisation-carousel .realisation-item .realisation-text {
    position: absolute;
    bottom: 60px;
    left: 30px;
    width: 185px;
    color: white;
    font-size: 24px;
}

.realisation-carousel .realisation-item .realisation-date {
    position: absolute;
    bottom: 35px;
    left: 30px;
    width: 100px;
    color: white;
    font-size: 18px;
}

@media (min-width: 667px) {
    .realisation-carousel .slick-dots {
        width: 667px;
    }
}

@media (min-width: 768px) {
    .realisation-carousel .slick-dots {
        width: 768px;
    }
}

@media (min-width: 980px) {
    .realisation-carousel .slick-dots {
        width: 980px;
    }
}

.et_pb_row_3_column .et_pb_column {
    width: 33.333%;
}

@media only screen and (max-width: 980px) {
    .et_pb_row_3_column .et_pb_column {
        width: 100%;
    }
}


/* Galerie */
.custom-gallery-slider img {
	width: 100%;
	height: auto;
}

.custom-gallery-slider .slick-dots {
	bottom: 30px;
}