.alert {
    border-color: #fff;
    padding-left: 60px;
    color: #272728;
}

.alert,
.alert-warning {
    background-color: #fff;
}

.alert-warning:after {
    content: "";
    display: block;
    position: absolute;
    left: -1px;
    top: 0;
    height: 100%;
    width: 3px;
    background-color: #f5c023;
}

.alert-warning .icon {
    color: #f5c023;
}

.alert .icon {
    position: absolute;
    top: 50%;
    left: 20px;
    font-size: 26px;
    transform: translateY(-50%);
}


.alert .msg {
    color: #4e4e61;
}

.alert .close {
    font-size: 40px;
    font-weight: 200;
    color: #8a8a98;
    transition-duration: .3s;
    top: -5px;
    right: -7px;
}

#locationField .alert-address {
    font-size: 18px;
    position: absolute;
    top: -115px;
    transform: translateY(-200%);
    left: 10%;
    padding: 5px 60px;
    pointer-events: none;
    opacity: 0;
    transition-duration: .5s;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .2);
    width: 80%;
}

#locationField .alert-address.show {
    pointer-events: all;
    opacity: 1;
    transform: translateY(-100%);
}

#locationField .alert-address b {
    color: inherit;
}

.step0 .form-content-title {
    margin-top: 80px;
}

.start_estimation {
    /* height: calc(100vh - 37px); */
    height: calc(100vh - 150px);
    min-height: 568px;
}

.chat_card .checked_card-body .checked_card-tite{
    color: #4e4e61;
}
.wizard-form #wizard-chate{
    height: calc(100vh - 150px);
}
.fix-height{

    min-height: 350px;
}
#caracteristiques .form-content .form-group label {
    display: block;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    font-size: .9375rem;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: right;
    color: #272728;
  }
@media (min-width: 1280px) {
    .step0 .form-content-title {
        margin-bottom: 40px;
        margin-top: 110px;
    }
}

@media (max-width: 991.98px) {
    .alert .icon {
        left: 14px;
    }
    .alert .close {
        top: -10px;
    }     
    #locationField .alert-address {
        left: 5%;
        max-width: 90%;
        font-size: 12px;
        position: fixed;
        transform: translateY(-90%);
        padding: 5px 48px;
        top: 70px;
        width: 100%;
    }
    #locationField .alert-address.show {
        transform: translateY(10%);
    }    

    .mentions_lgale {
        display: block;
        position: relative;
        top: 0;
        width: 100%;
        left: 0;
        margin-top: 30px;
        font-size: 14px;
        max-width: 460px;
        margin: auto;
        margin-top: 30px;
    }

    .start_estimation {
        height: auto
    }
}