/******************************************************************************
* 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";
}

.free-quote-section {
    padding: 0;
    overflow: visible;
}

.form-quote {
    padding: 40px 0 50px 0;
    position: relative;
    z-index: 2;
    height: 186px;
}

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

.form-quote__title {
    color: #232323;
    font-weight: 400;
    font-size: 40px;
    line-height: 1.2em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 95px;
}

.form-quote__inputs>.row>div:last-child>fieldset .form-group {
    margin-bottom: 0;
}

.form-quote fieldset {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-quote fieldset legend {
    color: #333333;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.27em;
    text-transform: uppercase;
    float: left;
    width: 143px;
    margin-right: 20px;
    text-align: right;
}

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

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

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

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

.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 {
    font-family: 'Lato', sans-serif;
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    font-size: 15px;
    color: #333333;
    font-weight: 400;
    line-height: inherit;
    padding: 0px 15px;
    background: #fff;
    height: 40px;
    text-align: left;
    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: 182px;
    text-transform: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

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

.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;
    flex-wrap: wrap;
}

.form-quote__inputs {
    flex: 1;
    display: flex;
    align-items: center;
    /* max-width: 920px; */
    margin: 0 auto;
}

.form-quote .next-step {
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.form-quote .next-step button {
    width: 34px;
    height: 34px;
    background-color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

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

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

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


/******************************************************************************
* Form Contact
*******************************************************************************/

.blk-contact-form {
    height: 100%;
}

.contact-form {
    position: relative;
}

.contact-form .form-group {
    margin-bottom: 23px;
}

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

.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__note p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2em;
    color: #616161;
    margin-top: -10px;
    margin-bottom: 13px;
    display: block;
}

.contact-form__note a {
    text-decoration: underline;
}

.contact-form__note a:hover {
    text-decoration: none;
}

.contact-form .contact-form__send button {
    padding: 10px 28px;
}

.contact-form .contact-form__send button:before {}