/******************************************************************************
* Form free quote
*******************************************************************************/
@font-face {
    font-family: 'icomoon';
    src: url('icomoon.eot');
    src: url('icomoon.eot#iefix') format('embedded-opentype'), url('icomoon.ttf') format('truetype'), url('icomoon.woff') format('woff'), url('icomoon.svg#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="fnt-rdvdiag-"],
[class*=" fnt-rdvdiag-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fnt-rdvdiag-info:before {
    content: "\e917";
}

.fnt-rdvdiag-mesurage:before {
    content: "\e900";
}

.fnt-rdvdiag-amiante:before {
    content: "\e901";
}

.fnt-rdvdiag-appartement:before {
    content: "\e902";
}

.fnt-rdvdiag-autre:before {
    content: "\e903";
}

.fnt-rdvdiag-autre-bien:before {
    content: "\e904";
}

.fnt-rdvdiag-avantages:before {
    content: "\e905";
}

.fnt-rdvdiag-coordonnees:before {
    content: "\e906";
}

.fnt-rdvdiag-cout:before {
    content: "\e907";
}

.fnt-rdvdiag-devis:before {
    content: "\e908";
}

.fnt-rdvdiag-dpe:before {
    content: "\e909";
}

.fnt-rdvdiag-elec:before {
    content: "\e90a";
}

.fnt-rdvdiag-elec-diag:before {
    content: "\e90b";
}

.fnt-rdvdiag-erp:before {
    content: "\e90c";
}

.fnt-rdvdiag-erp-diag:before {
    content: "\e90d";
}

.fnt-rdvdiag-gaz:before {
    content: "\e90e";
}

.fnt-rdvdiag-gaz-diag:before {
    content: "\e90f";
}

.fnt-rdvdiag-location:before {
    content: "\e910";
}

.fnt-rdvdiag-maison:before {
    content: "\e911";
}

.fnt-rdvdiag-plomb:before {
    content: "\e912";
}

.fnt-rdvdiag-rdv:before {
    content: "\e913";
}

.fnt-rdvdiag-termite:before {
    content: "\e914";
}

.fnt-rdvdiag-test:before {
    content: "\e915";
}

.fnt-rdvdiag-vente:before {
    content: "\e916";
}

.form-quote-inner {
    position: relative;
}

.free-quote-section {
    padding: 39px 0 56px;
}

.form-quote {
    position: relative;
}

.form-quote form {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.form-quote .form-quote-title {
    color: #FFF;
    font-family: "Mulish", sans-serif;
    font-size: 31px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.1em;
    width: 245px;
    margin: 0;
}

.form-quote .form-quote-title span {
    font-size: 39px;
    font-weight: 700;
    line-height: 1em;
}

.form-quote .form-quote__inputs {
    padding: 0 20px 0 40px;
}

.form-quote fieldset {}

.form-quote fieldset legend {
    color: #FFF;
    font-family: "Mulish", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    float: none;
    margin-bottom: 7px;
    width: 157px;
}

.form-quote fieldset:first-child {
    margin-bottom: 17px;
}

.form-quote .form-group {
    margin-bottom: 0;
}

.form-quote .form-group:not(:last-child) {
    margin-right: 22px;
}

.form-quote .form-group i {
    position: relative;
    font-size: 20px;
    z-index: 2;
    color: #fff;
}

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

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

.form-quote .form-group i.fnt-rdvdiag-appartement {
    font-size: 18px;
}

.form-quote .form-group button {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    color: #fff;
    font-family: "Mulish", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 7px 15px;
    background: transparent;
    height: 40px;
    text-align: left !important;
    border: 2px solid #fff;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    min-width: 198px;
    text-transform: none;
    transform: none !important;
    gap: 12px;
}

.form-quote .form-group button:before {
    display: none;
}

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

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

.form-quote .list-btn {
    display: flex;
    justify-content: space-between;
    position: relative;
    flex-wrap: wrap;
    padding: 0;
}

.form-quote .next-step button {
    background: #087E67;
    width: 60px;
    height: 117px;
    padding: 0;
    margin: 23px 0 0;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    transform: none !important;
}

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

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

.form-quote .next-step button svg {
    margin: 0;
}


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

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

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

.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: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25em;
    position: relative;
    margin-top: -22px;
    margin-bottom: 21px;
}

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

.contact-form .contact-form__send button {
    background-color: #55B18E;
    color: #fff;
    width: 211px;
    height: 53px;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.contact-form .contact-form__send button svg {
    margin-left: 20px;
}

.contact-form .contact-form__send button:hover svg path {
    fill: #087E67 !important;
}

.contact-form .contact-form__send button:hover {
    background-color: #fff;
    color: #087E67;
}

/** Blk contact form **/

.blk-contact-form {
    position: relative;
    overflow: hidden;
    padding-right: 15px;
}

.contact-form__inputs>.row {
    margin: 0 -7px;
}

.contact-form__inputs>.row>div {
    padding-left: 7px;
    padding-right: 7px;
}