/******************************************************************************
* 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: 32px 0 35px 0;
}

.form-quote {
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    flex-wrap: wrap;
    padding: 0;
    height: 100%;
}

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

.form-quote .sect-title .bloc-title {
    margin-bottom: 15px;
    text-align: center;
    width: 100%;
}

.form-quote legend {
    font-family: "Kanit", sans-serif;
    color: #16171a;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2em;
    margin: 0;
    margin-bottom: 5px;
    text-align: center;
    text-transform: uppercase;
    float: none;
    width: 100%;
    max-width: 100%;
}

.form-quote__inputs fieldset {
    max-width: 384px;
    width: 100%;
}

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

.form-quote .list-btn {
    background: rgb(40, 163, 221);
    background: -moz-linear-gradient(90deg, rgba(40, 163, 221, 1) 0%, rgba(0, 34, 119, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(40, 163, 221, 1) 0%, rgba(0, 34, 119, 1) 100%);
    background: linear-gradient(90deg, rgba(40, 163, 221, 1) 0%, rgba(0, 34, 119, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#28a3dd", endColorstr="#002277", GradientType=1);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px 28px 17px 28px;
    min-width: 384px;
}

.form-quote .form-group {
    position: relative;
    margin-bottom: 0;
    text-align: center;
}

.form-quote .form-group i {
    position: relative;
    font-size: 30px;
    z-index: 2;
    color: #151515;
    -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 {
    font-family: "Jost", sans-serif;
    position: relative;
    display: block;
    width: 60px;
    text-align: center;
    height: 60px;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    line-height: 1.2em;
    padding: 0;
    background-color: #fff;
    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;
    text-transform: uppercase;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: hidden;
    margin: 0 auto 8px auto;
}

.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-color: #151515;
}

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

.form-quote .form-group>div {
    font-family: "Jost", sans-serif;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.2em;
}

.form-quote .next-step {
    text-align: center;
    width: 100%;
    margin-top: 24px;
}


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

.form-quote .next-step button .btn-1__hover {}

.form-quote .next-step button:hover {}


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

.blk-contact-form {}


.blk-contact-form .sect-title h1 {}

.contact-form {
    position: relative;
    margin-top: 49px;
}

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

.contact-form .form-group textarea.form-control {
    height: 100%;
    min-height: 181px;
}

.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: #7f7f7f;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2em;
    text-align: center;
    margin-top: -13px;
    margin-bottom: 27px;
}


.contact-form .contact-form__send button {
    margin-right: 30px;
    padding: 15px 35px;
}

.contact-form .contact-form__send button:hover,
.contact-form .contact-form__send button:focus {
    color: #fff;
}

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