@media only screen and (max-width: 600px){
    .page-title_ {
        font-size: 2.5rem !important;
    }
}

@media only screen and (max-width: 767px){
    .vc_row.wpb_row.vc_inner.vc_row-fluid.vc_row-o-content-middle.vc_row-flex.bloc_2_ip{
        display: flex;
        flex-direction: column !important;
    }

    .section-title-wrapper {
        margin-bottom: 20px;
    }

    .lead {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 470px){
    .mailpoet_stack_on_mobile .mailpoet_form_column:first-child {
        margin-right: 4px;
    }

    .blog-card {
        padding: 0px !important;
    }

    .searchbox .btn.uk-button-primary.search_submit_formation {
        min-width: 150px !important;
    }
}

.locate_boxed.date_boxed i{
    margin-right: 0.2rem;
}


