
@media screen and (min-width: 600px) {
    .actus_extrait {
        height: 110px;
    }

    .actus_titre {
        height: 105px;
    }
    .actus_home .actus_titre{
        height: 100px;

    }
    .actus_home .actus_extrait {
        height: 120px;
    }
    .actus_home .elementor-4050 .elementor-element.elementor-element-d578ccd > .elementor-element-populated{
        padding: 30px 40px 30px 40px;
    }
}


.no_sidebar_left .elementor-section{
    border-width: 0px 0px 0px 0px !important;
}
.no_sidebar_left article{
    border-left:0;
    border-right:1px solid #ccc;
}
.no_sidebar_left article:first-child{
    border-left:1px solid #ccc;
}


.no_sidebar_left article .elementor-widget-post-info:first-child{
    transition: padding-left  .3s ease-in;

}
.no_sidebar_left article:hover .elementor-widget-post-info:first-child {
    padding-left:5px;
}

@media screen and (max-width: 600px) {

    .no_sidebar_left article {
        border-left: 1px solid #ccc !important;
    }

}
