/******************************************************************************
* Form 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";
}

.page .free-quote-section {
    padding: 27px 0 30px;
}

.blk-form-free-quote form {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    justify-content: center;
    gap: 30px;
}

.blk-form-free-quote .sect-title .bloc-title {
    color: #FFF;
    font-size: clamp(26px, 1rem + 1vw, 32px);
    font-style: normal;
    font-weight: 700;
    line-height: 1.3125em;
    letter-spacing: normal;
    margin: 42px 0 0 0;
    width: 136px;
}

.blk-form-free-quote .form-group.form-quote__legend {
    color: #FFF;
    text-align: center;
    font-family: "Lexend Deca", sans-serif;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1em;
    margin-bottom: 16px;
    text-align: center;
}

.form-quote__inputs {
    position: relative;
}

.form-quote__inputs fieldset:first-child {
    margin-right: 26px;
}

.blk-form-free-quote .list-btn {
    border: 1px solid #806741;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
    border-radius: 8px;
    width: 100%;
    max-width: 460px;
}

.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: #fff;
    -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: "Manrope", sans-serif;
    color: #FFF;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.4em;
    position: relative;
    display: inline-flex;
    text-transform: none;
    flex-direction: column;
    letter-spacing: normal;
    align-items: center;
    gap: 13px;
    width: auto;
    text-align: center;
    height: auto;
    padding: 0;
    background-color: transparent;
    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;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: hidden;
    margin: 0;
    min-width: 140px;
}

.blk-form-free-quote .form-group button:before {
    display: none;
}

.blk-form-free-quote .form-group button span:first-child {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 60px;
    background: #7D522C;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}


.blk-form-free-quote .form-group button.active i,
.blk-form-free-quote .form-group button:hover i,
.blk-form-free-quote .form-group button:focus i {
    color: #FFF;
}

.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;
}

.blk-form-free-quote .form-group button.active span:first-child,
.blk-form-free-quote .form-group button:hover span:first-child,
.blk-form-free-quote .form-group button:focus span:first-child {
    background: #D39835;
    color: #fff;
}

.blk-form-free-quote .next-step {
    padding-top: 40px;
}

.blk-form-free-quote .next-step button {
    width: 80px;
    height: 80px;
    align-items: center;
    justify-content: center;
    border: 0;
    background-color: #D39835;
    box-shadow: none;
    padding: 10px;
    border-radius: 40px;
}

.blk-form-free-quote .next-step button:hover {}


/******************************************************************************
* Contact form
*******************************************************************************/

.contact-form {
    position: relative;
}

.contact-form .form-group {
    margin-bottom: 24px;
}

.contact-form .form-group textarea.form-control {
    height: 118px;
}

.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: #666;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.75em;
    margin-bottom: 52px;
}

.contact-form .form-group:last-of-type {
    margin-bottom: 0;
}


/** Blk contact form **/

.blk-contact-form .bloc-content {
    position: relative;
    max-width: 731px;
}