/*
Theme Name: Divi Child
Description: Thème enfant de Divi
Author: Webulous.immo
Author URI: http://www.webulous.immo
Template: Divi
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/



/* Témoignages */
.dipi-testimonial-main .swiper-container .dipi-testimonial-item {
    font-size: 14px;
    -webkit-justify-content: center !important;
    -ms-flex-pack: start;
    justify-content: center !important;
    margin-bottom: 0 !important;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    float: none !important;
    clear: none !important;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: auto;
    overflow: hidden;
}