/******************************************************************************
* Form free quote
*******************************************************************************/

.blk-form-free-quote {
    border-radius: 12px;
    overflow: hidden;
    background: #FFF;
    position: relative;
    z-index: 3;
    min-height: 152px;
    margin-top: -76px;
    box-shadow: 0 204px 57px 0 rgba(0, 0, 0, 0.00), 0 130px 52px 0 rgba(0, 0, 0, 0.00), 0 73px 44px 0 rgba(0, 0, 0, 0.02), 0 33px 33px 0 rgba(0, 0, 0, 0.03), 0 8px 18px 0 rgba(0, 0, 0, 0.03);
}

.blk-form-free-quote form {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    justify-content: space-between;
}

.blk-form-free-quote .form-quote-title {
    color: #393536;
    font-size: clamp(24px, 1rem + 0.8vw, 30px);
    font-style: normal;
    font-weight: 700;
    line-height: 1.2em;
    width: 100%;
    text-align: center;
    padding: 20px 0 10px;
}

.blk-form-free-quote .form-quote-title span {
    margin-left: 15px;
}

.blk-form-free-quote .form-group.form-quote__legend {
    color: #393536;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.375em;
    letter-spacing: 1em;
    text-transform: uppercase;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.form-quote__inputs {
    position: relative;
    padding: 10px 0 13px;
    flex: 1;
    display: flex;
    justify-content: center;
}

.form-quote__inputs fieldset:first-child {
    margin-right: 100px;
}

.blk-form-free-quote .list-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 31px;
}

.blk-form-free-quote .form-group {
    position: relative;
    margin-bottom: 0;
    text-align: center;
}

.blk-form-free-quote .form-group i {
    position: relative;
    font-size: 30px;
    z-index: 2;
    color: #FF6600;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    width: 100%;
    height: 100%;
    display: table;
    text-align: center;
}

.blk-form-free-quote .form-group i:before {
    display: table-cell;
    vertical-align: middle;
}

.blk-form-free-quote .form-group i.fnt-rdvdiag-maison,
.blk-form-free-quote .form-group i.fnt-rdvdiag-vente {
    font-size: 33px;
}

.blk-form-free-quote .form-group i.fnt-rdvdiag-appartement {
    font-size: 27px;
}

.blk-form-free-quote .form-group button {
    font-family: "Sansation", sans-serif;
    color: #34AA4D;
    text-align: center;
    font-size: 0.9375rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1em;
    text-transform: uppercase;
    position: relative;
    display: block;
    width: 80px;
    height: 80px;
    padding: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    cursor: pointer;
    border-radius: 8px;
    border: 4px solid #34AA4D;
    background: #FFF;
    min-width: auto;
    text-transform: uppercase;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: hidden;
    margin: 0 auto 7px auto;
}

.blk-form-free-quote .form-group button:before {
    display: none;
}

.blk-form-free-quote .form-group button.active,
.blk-form-free-quote .form-group button:hover,
.blk-form-free-quote .form-group button:focus {
    outline: none;
    color: #fff;
    background-color: #34AA4D;
}

.blk-form-free-quote .form-group button.active svg path,
.blk-form-free-quote .form-group button:hover svg path,
.blk-form-free-quote .form-group button:focus svg path {
    fill: #fff !important;
}

.blk-form-free-quote .form-group>div {
    font-family: "Sansation", sans-serif;
    color: #34AA4D;
    text-align: center;
    font-size: 0.9375rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1em;
    text-transform: uppercase;
}

.blk-form-free-quote .next-step button {
    width: 193px;
    height: 152px;
    display: inline-block;
    border-radius: 0;
    padding: 40px 46px;
    border: 0;
    box-shadow: none;
    line-height: 1.25em;
    color: #fff;
    background: #34AA4D;
    text-align: left;
}


/******************************************************************************
* Contact form
*******************************************************************************/
.contact-form {
    position: relative;
}

.contact-form .form-group {
    margin-bottom: 31px;
}

.contact-form .form-group textarea.form-control {
    height: 100%;
    min-height: 420px;
}

.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;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0 0 -24px 0;
    height: 24px;
}

.contact-form__note {
    color: #5C5C5C;
    font-size: clamp(18px, 1rem + 0.4vw, 22px);
    font-style: normal;
    font-weight: 400;
    line-height: 1.45em;
    position: relative;
    margin-bottom: 40px;
}

.contact-form .contact-form__inputs .form-group.contact-form__term-of-use.form-check {
    padding-left: 0;
    margin: 44px 18px 32px;
}

.contact-form .contact-form__term-of-use label {
    font-family: "Sansation", sans-serif;
    color: #5C5C5C;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5em;
    position: relative;
    padding-left: 23px;
}

.contact-form__term-of-use input {
    display: none;
}

.contact-form__term-of-use label:before {
    content: '';
    min-width: 14px;
    width: 14px;
    height: 14px;
    border-radius: 2px;
    display: block;
    border: 2px solid #5C5C5C;
    background: transparent;
    position: absolute;
    left: 0;
    top: 4px;
}

.contact-form .contact-form__term-of-use input[type="checkbox"]:checked+label:before {
    border-color: #5C5C5C;
    background: #5C5C5C;
}

.contact-form .contact-form__send button {
    margin-left: 30px;
    height: 74px;
}

.contact-form .contact-form__send button:hover {}


.contact-form .form-group:last-of-type {
    margin-bottom: 0;
}



/** Blk contact form **/

.blk-contact-form {
    position: relative;
}