/******************************************************************************
* Form quote
*******************************************************************************/
.free-quote-section {
    padding: 51px 0 60px;
}

.form-quote form {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    justify-content: space-between;
    gap: 15px;
}

.form-quote .sect-title .bloc-title {
    color: #FFF;
    font-family: "Montserrat", sans-serif;
    font-size: clamp(26px, 1rem + 1vw, 32px);
    font-style: normal;
    font-weight: 700;
    line-height: 1.25em;
    text-transform: uppercase;
    margin: 35px 0 0;
    width: 165px;
}

.form-quote .form-quote__legend {
    color: #FFF;
    font-family: "Montserrat", sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.75em;
    text-transform: uppercase;
    margin-bottom: 7px;
}

.form-quote__inputs {
    position: relative;
}

.form-quote__inputs fieldset:first-child {
    margin-right: 30px;
}

.form-quote .list-btn {
    background: rgba(6, 146, 69, 0.10);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px;
    gap: 24px;
}

.form-quote .form-group {
    position: relative;
    margin-bottom: 0;
    text-align: center;
    min-width: 117px;
}

.form-quote .form-group i {
    position: relative;
    font-size: 30px;
    z-index: 2;
    color: #3A3A3A;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    width: 100%;
    height: 100%;
    display: table;
    text-align: center;
}

.form-quote .form-group i:before {
    display: table-cell;
    vertical-align: middle;
}

.form-quote .form-group i.fnt-rdvdiag-maison,
.form-quote .form-group i.fnt-rdvdiag-vente {
    font-size: 33px;
}

.form-quote .form-group i.fnt-rdvdiag-appartement {
    font-size: 27px;
}

.form-quote .form-group button {
    color: #FFF;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    position: relative;
    display: inline-flex;
    flex-direction: column;
    letter-spacing: normal;
    align-items: center;
    gap: 12px;
    width: auto;
    text-align: center;
    height: auto;
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    cursor: pointer;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    min-width: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: hidden;
    margin: 0;
}

.form-quote .form-group button:before {
    display: none;
}

.form-quote .form-group button span:first-child {
    width: 62px;
    height: 62px;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1D1E1C;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}


.form-quote .form-group button.active i,
.form-quote .form-group button:hover i,
.form-quote .form-group button:focus i {
    color: #FFF;
}

.form-quote .form-group button.active,
.form-quote .form-group button:hover,
.form-quote .form-group button:focus {
    outline: none;
    color: #FFF;
}

.form-quote .form-group button.active span:first-child,
.form-quote .form-group button:hover span:first-child,
.form-quote .form-group button:focus span:first-child {
    background: #069245;
    color: #fff;
}

.form-quote .next-step {
    margin-top: 34px;
}

.form-quote .next-step button {
    padding: 15px 40px;
    width: 214px;
    line-height: 20px;
    text-transform: uppercase;
}

.form-quote .next-step button:hover {}


/******************************************************************************
* Contact form
*******************************************************************************/

.contact-form {
    position: relative;
}

.contact-form .form-group {
    margin-bottom: 24px;
}

.contact-form .form-group textarea.form-control {
    height: 117px;
}

.contact-form .form-group .form-control.error {
    border: 1px solid #ff0000;
}

.contact-form .form-group label.error {
    font-size: 12px;
    color: #ff0000;
    line-height: inherit;
    text-transform: none;
}

.contact-form .form-group.contact-form__note {
    color: rgba(255, 255, 255, 0.60);
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.75em;
    margin-bottom: clamp(30px, 1rem + 2.8vw, 60px);
}

.contact-form .form-group:last-of-type {
    margin-bottom: 0;
}

.contact-form .form-group .contact-form__send button {
    padding: 15px 55px;
}


/** Blk contact form **/

.blk-contact-form {
    position: relative;
    max-width: 690px;
    padding: 60px;
    background: #1D1E1C;
}