@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
/**************************************************************/

.blk-free-quote {
    left: 122px;
    top: 11px;
    margin-top: 25px;
    position: absolute;
    z-index: 2;
}

.form-quote {
    width: 555px;
    padding: 0;
}

.form-quote__title {
    color: #1d1d23;
    font-size: 30px;
    font-weight: 800;
    line-height: 1.2em;
    margin-bottom: 19px;
    text-transform: uppercase;
}

.form-quote .form-group.form-quote__legend {
    color: #1d1d23;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2em;
    margin-bottom: 9px;
}

.form-quote__inputs>.row {
    margin: 0 -6px;
}

.form-quote__inputs>.row>div {
    padding: 0 6px;
}

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

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

.form-quote .form-group .fnt-rdvdiag-vente,
.form-quote .form-group .fnt-rdvdiag-maison {
    font-size: 27px;
}

.form-quote .form-group button {
    font-family: 'Gabarito', sans-serif;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: #f2f2f2;
    font-weight: 600;
    line-height: inherit;
    padding: 0px 13px;
    background: rgba(242, 242, 242, .27);
    height: 41px;
    text-align: left !important;
    border: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    min-width: 166px;
    text-transform: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    letter-spacing: 0.05em;
}

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

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

.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;
    align-items: center;
}

.form-quote .list-btn .form-group {
    margin-bottom: 10px;
}

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

.form-quote .next-step {
    text-align: center;
    margin-top: 32px;
}

.form-quote .next-step button {
    background: #1d1d23;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.form-quote .next-step button:before,
.form-quote .next-step button:after {
    display: none;
}

.form-quote .next-step button:hover,
.form-quote .next-step button:focus {
    color: #231f20;
    background: #f2f2f2;
}