@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 {
    overflow: visible;
    padding: 0;
}

.free-quote__inner {
    position: relative;
}

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

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

.form-quote {
    background-color: rgba(27, 126, 161, .74);
    width: 410px;
    padding: 22px 17px 44px 17px;
    right: 0;
    position: absolute;
    bottom: 66px;
    z-index: 2;
    margin-bottom: 23px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.form-quote__title {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.25em;
    margin-bottom: 16px;
    text-shadow: 0 15px 50px rgba(40, 40, 40, .2);
}

.form-quote__legend {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.15em;
    margin-bottom: 11px;
    text-shadow: 0 15px 50px rgba(40, 40, 40, .2);
}

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

.form-quote .list-btn .form-group:last-child {
    margin-bottom: 0;
}

.form-quote .form-group i {
    position: relative;
    font-size: 24px;
    z-index: 2;
    color: #272829;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    margin-right: 18px;
}

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

.form-quote .form-group i.fnt-rdvdiag-maison {
    font-size: 26px;
}

.form-quote .form-group i.fnt-rdvdiag-autre {
    font-size: 25px;
}

.form-quote .form-group button {
    font-family: 'Outfit', sans-serif;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: start;
    font-size: 13px;
    color: #38471c;
    width: auto;
    font-weight: 400;
    line-height: inherit;
    padding: 0px 10px 0 20px;
    background-color: #fff;
    height: 43px;
    border: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    min-width: 180px;
    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-color: #36b9c8;
}

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

.form-quote .list-btn {
    position: relative;
}

.form-quote .next-step .btn-one {
    position: absolute;
    bottom: -23px;
    left: 50%;
    transform: translateX(-50%);
}