/******************************************************************************
* Form free quote
*******************************************************************************/
.blk-free-quote {
    position: relative;
}

.form-quote {
    background-color: rgba(38, 38, 38, 0.72);
    width: 469px;
    right: 0;
    bottom: 230px;
    position: absolute;
    padding: 33px 40px 33px;
    z-index: 2;
    overflow: hidden;
}

.intern .form-quote {
    position: relative;
    bottom: 0;
    width: 100%;
    background: #262626;
    padding: 30px 33px 0;
    z-index: 2;
    margin-top: -115px;
}

.intern .form-quote form {
    display: flex;
    align-items: center;
}

.form-quote__inputs {
    padding: 31px 0 32px 0;
    display: flex;
    justify-content: center;
}

.intern .form-quote__inputs {
    padding: 33px 0 12px 0;
}

.form-quote__inputs fieldset:first-child {
    margin-right: 30px;
}

.form-quote__title {
    font-weight: 500;
    font-size: 32px;
    color: #fefefe;
    line-height: 1.3em;
}

.form-quote__legend {
    color: #fefefe;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.25em;
    margin-bottom: 13px;
}

.intern .form-quote__legend {
    margin-bottom: 12px;
}

.form-quote .form-group {
    position: relative;
    margin-bottom: 16px;
}

.form-quote .list-btn .form-group:last-child {
    margin-bottom: 0;
}

.intern .form-quote .list-btn .form-group:last-child {
    margin-bottom: 16px;
}

.intern .form-quote .list-btn .form-group:not(:last-child) {
    margin-right: 16px;
}

.form-quote .form-group i {
    position: relative;
    font-size: 25px;
    z-index: 2;
    color: #fff;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.form-quote .form-group i.fnt-rdvdiag-vente {
    font-size: 29px;
}

.form-quote .form-group i.fnt-rdvdiag-maison {
    font-size: 27px;
}

.form-quote .form-group svg {
    margin-right: 10px;
}

.form-quote .form-group button {
    font-family: "DM Sans", sans-serif;
    position: relative;
    display: flex;
    justify-content: start;
    align-items: center;
    font-size: 12px;
    color: #fefefe;
    width: auto;
    font-style: normal;
    font-weight: 400;
    line-height: inherit;
    padding: 15px 25px;
    background-color: transparent;
    height: 61px;
    text-align: center;
    border: 1px solid #fff;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    cursor: pointer;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    min-width: 180px;
    text-transform: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    letter-spacing: normal;

}

.intern .form-quote .form-group button {
    min-width: 152px;
    height: 63px;
    padding: 15px 7px 15px 16px;
}

.form-quote .form-group button.active,
.form-quote .form-group button:hover,
.form-quote .form-group button:focus {
    outline: none;
    color: #fefefe;
    border-color: #e4332c;
    background-color: #e4332c;
}

.form-quote .form-group button.active *,
.form-quote .form-group button:hover *,
.form-quote .form-group button:focus * {
    color: #fefefe;
}

.form-quote .list-btn {
    position: relative;
}

.form-quote .next-step {
    text-align: center;
}

.form-quote .next-step button {
    width: 100%;
}

.intern .form-quote .next-step button {
    width: 62px;
    min-width: 62px;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 15px;
    margin-left: 27px;
    margin-top: 36px;
}

.form-quote .next-step button:hover {
    background-color: #fff;
    color: #1e1e1e;
}

.form-quote .next-step button:hover svg path {
    fill: #e4332c !important;
}


/******************************************************************************
* Contact form
*******************************************************************************/

.contact-form .form-group {
    margin-bottom: 15px;
    position: relative;
}

.contact-form .form-group textarea.form-control {
    height: 169px;
}

.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;
    margin-bottom: 0;
}

.contact-form .form-group.contact-form__note {
    position: relative;
    color: #717580;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.3em;
    margin-top: 2px;
    margin-bottom: 34px;
}

.contact-form .contact-form__send button {}

.contact-form .form-group:last-of-type {
    margin-bottom: 0;
}


/** Blk contact form **/

.blk-contact-form .sect-title .sub-title {
    margin-bottom: 14px;
}

.blk-contact-form .sect-title h1 {
    margin-bottom: 32px;
}

.blk-contact-form .contact-form__inputs>.row {
    margin: 0 -10px;
}

.blk-contact-form .contact-form__inputs>.row>div {
    padding-right: 10px;
    padding-left: 10px;
}

.blk-contact-form .bloc-content .bloc-image.image-2 {
    width: 100%;
    height: 100%;
    max-height: 861px;
}