.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%);
}

@media (max-width:991.98px) {
    .alert .icon {
        left: 14px;
    }
}

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

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

@media (max-width:991.98px) {
    .alert .close {
        top: -10px;
    }
}

#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%);
}

@media (max-width:991.98px) {
    #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%);
    }
}

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

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

@media (min-width: 1280px) {
    .step0 .form-content-title {
        margin-bottom: 40px;

        margin-top: 110px;
    }
}

@media (max-width: 991.98px) {
    .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: calc(100vh - 37px); */

    height: calc(100vh - 100px);
    min-height: 568px;
}

@media (max-width: 991.98px) {

    .start_estimation {

        height: auto
    }

}

.footer_part p span {
    padding: 0px 9px ;
}


#cookies-eu-banner {
    background-color: #f8f8f8;
    bottom: 0;
    color: #fff;
    font-size: 14px;
    opacity: 1;
    padding: 2px 10px;
    text-align: center;
    width: 100%;
}

@media (max-width: 767px) {
    #cookies-eu-banner {
        position: relative;
        z-index: 99;
    }
}
.cookies-eu-banner__wrapper {
    align-items: center;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    margin: auto;
    max-width: 1124px;
    width:100%;
    flex-wrap: wrap;
    /*padding: 15px 0;*/
}
.cookies-eu-banner__text {
    text-align: left;
    color: #2e2e2e;
    padding:0 15px;
    flex: 1 1 500px;
}
@media (max-width: 767px) {
    
    .cookies-eu-banner__text {
        font-size: .8rem;
    }
}
#cookies-eu-banner .text-primary{

    color: #1A97C3 !important;
    font-weight: bold;
}

button#cookies-eu-refuse{
    text-transform: uppercase;
    box-sizing: border-box;
    position: relative;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex-shrink: 0;
    cursor: pointer;
    font-size: 12px;
    height: 32px;
    width: auto;
    transition: all 0.3s ease 0s;
    outline: none;
    text-decoration: none;
    border-radius: unset;
    padding: 5px 15px;
    border-width: 1px;
    border-style: solid;
    border-color: #1A97C3;
    border-image: initial;
    border-radius: 5px;
    margin-right: 15px;
    background: #FFF;
    color: #1A97C3;
    
}
button#cookies-eu-refuse:hover{
    background: #f7f7f7;
}
button#cookies-eu-accept {
    text-transform: uppercase;
    box-sizing: border-box;
    position: relative;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex-shrink: 0;
    cursor: pointer;
    font-size: 12px;
    height: 32px;
    width: auto;
    transition: all 0.3s ease 0s;
    outline: none;
    text-decoration: none;
    border-radius: unset;
    padding: 5px 15px;
    border-width: 1px;
    border-style: solid;
    border-image: initial;
    border-radius: 5px;
    border-color: #1A97C3;
    background: #1A97C3;
    color:#FFF;
    
}

button#cookies-eu-accept:hover {
    background: #63bcdb; 
}
.form_utm_mail_only .form-group.col-md-6 label.error{
    padding-left: 15px;
}