.info-vehicule-vhu {
    display: inline-block;
    width: 460px;
    border: 1px solid #ccc;
    padding: 5px;
}

a.btn-fc-top {
    float: right;
    margin-left: 3px;
}

.fc-search-form-wrapper form {
    background-color: rgba(255, 255, 255, 0.5);
    height: 250px;
    position: relative;
}

.fc-title-b {
    background: rgb(55, 55, 57);
    color: #fff;
    padding: 22px;
    min-height: 85px;
    font-size: 20px;
    text-align: center;
    line-height: 25px;
    position: relative;
}

.fc-content-b {
    padding: 15px;
    padding-top: 39px;
    text-align: center;
}

.fc-search-form-wrapper form .btn {
    background-color: #2DA15A;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 auto;
    float: none;

    background: #2DA15A;
    background: linear-gradient(90deg, rgb(12, 158, 56) 40%, rgb(45, 167, 82)60%, rgb(50, 158, 76) 90%);
}

.fc-search-form-wrapper form .fc-input::placeholder {
    color: #222;
    font-size: 13px;
    font-style: italic;
}

.fc-title {
    color: #fff;
    margin-bottom: 22px;
}

.fc-title h4 {
    font-size: 27px;
}

form#form-search-categ-home .form-control {
    margin-top: 3px;
    color: #222;
    border-radius: 0;
    font-size: 14px;
}

form#form-search-categ-home .form-control::placeholder {
    color: #222;
}

.fc-title-b:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 17px 0 17px;
    border-color: #373739 transparent transparent transparent;
    content: "";
    position: absolute;
    bottom: -16px;
    left: 44%;
}

.row.fc-content-bottom {
    position: relative;
    bottom: -17px;
}

div#custom-text-footer-home .container {
    width: 48%;
}

#PM_ASBlockOutput_2 .card-block {
    background: #212121;
    color: #fff;
}

#PM_ASBlockOutput_2 p span,
#PM_ASBlockOutput_2 a {
    color: #fff !important;
}

#PM_ASBlockOutput_2 .PM_ASCriterionsGroupList.row {
    display: flex;
    align-content: center;
    justify-content: center;
}

#PM_ASBlockOutput_2 select {
    color: #555;
    font-weight: bold;
}