@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";
}


/**************************************************************
*General
/**************************************************************/

.free-quote-section {
    padding: 0;
    overflow: visible;
}

.free-quote-inner {
    position: relative;
}

.form-quote {
    background-color: #fff;
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 0px 20px 60px rgba(0, 0, 0, 0.20);
    box-shadow: 0px 20px 60px rgba(0, 0, 0, 0.20);
    margin-top: -90px;
}

.form-quote__title {
    font-family: 'Poppins', sans-serif;
    font-size: 26px;
    font-weight: 700;
    color: #3d3e3e;
    line-height: 1.1em;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 60px 0 35px;
    width: 246px;
    background-color: #ed990a;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
}

.form-quote__legend {
    font-family: 'Poppins', sans-serif;
    color: #909090;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1.2em;
    position: absolute;
    top: -12px;
    background: #fff;
    display: inline-block;
    width: auto;
    padding: 0 10px;
    margin: 0;
    left: 40px;
}

.form-quote fieldset {
    border-top: 1px solid #909090;
    padding: 5px 0;
    position: relative;
    width: 100%;
}

.form-quote .list-btn {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.form-quote .list-btn .form-group:last-child {
    margin-right: 0;
}

.form-quote__inputs {
    flex: 1;
    display: flex;
    padding: 25px 30px 13px 11px;
}

.form-quote .form-group {
    position: relative;
    margin: 0 12px 23px 0;
}

.form-quote__inputs>.row>div:last-child .form-group {
    margin-bottom: 0;
}

.form-quote .form-group i {
    position: relative;
    font-size: 25px;
    z-index: 2;
    color: #1c1c1c;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    margin-right: 12px;
}

.form-quote .form-group i.fnt-rdvdiag-vente {
    font-size: 28px;
}

.form-quote .form-group i.fnt-rdvdiag-maison {
    font-size: 27px;
}

.form-quote .form-group button {
    font-family: 'Poppins', sans-serif;
    position: relative;
    display: flex;
    justify-content: start;
    align-items: center;
    width: 100%;
    font-size: 16px;
    color: #1c1c1c;
    font-weight: 400;
    line-height: inherit;
    padding: 10px 20px;
    background-color: #f2f2f2;
    height: 48px;
    text-align: left;
    border: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    cursor: pointer;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    min-width: 230px;
    text-transform: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.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: #fffef9;
    background-color: #b9b9b9;
}

.form-quote .form-group button.active *,
.form-quote .form-group button:hover *,
.form-quote .form-group button:focus * {
    color: #fffef9;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.form-quote .next-step button {
    font-family: 'Montserrat', sans-serif;
    width: 135px;
    height: 135px;
    padding: 15px;
    background: #fff;
    border: 0;
    color: #ee8416;
    text-transform: none;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2em;
    border: 4px solid #ee8416;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.form-quote .next-step button:hover {
    background: #ed990a;
    border-color: #ffaa17;
    color: #fff;
}