.vc_formations form.form-inline
{
    margin: 0px 0 20px 0;
    border-bottom: 1px solid #000000;
    padding: 0 0 10px 0;
}
.vc_formations form.form-inline select
{
    border-radius: 0;
    -webkit-appearance: none;
    background-image: url('/wp-content/themes/adv-2015/img/caret.png');
    background-repeat: no-repeat;
    border: none;
    background-size: 10px;
    background-position: right 7px center;
    background-color: gainsboro;
    border-radius: 0;
    box-shadow: inset 0 1px 0px rgba(0, 0, 0, 0.1);
    padding-right: 30px;
    color: #6E6E6E;
}
.vc_formations form.form-inline button
{
    color: #ffffff;
    background-color: #286090;
    border-color: #204d74;
    padding: 8px 15px 9px 15px;
}
.vc_formations .posts-list .media .media-heading
{
    margin: 0 0 5px 0;
    font-size: 18px;
}
.vc_formations .posts-list .media .type
{
    color: #45A747;
}
@media(max-width: 992px)
{
    .vc_formations form.form-inline .form-group
    {
        display: block;
    }
    .vc_formations form.form-inline .form-group select
    {
        width: 100%;
    }
    .vc_formations form.form-inline button
    {
        float: none !important;
        width: 100%;
        margin: 10px 0 0 0;
    }
}
@media (max-width: 600px)
{
    .vc_formations .posts-list .media-left
    {
        display: block;
    }
    .vc_formations .posts-list .media-left img
    {
        width: 100%;
        height: auto;
    }
}