@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;
    background-color: #0099e0;
}

.form-quote {
    padding: 8px 35px 12px 30px;
}

.form-quote__title {
    font-family: 'Playfair Display', serif;
    font-size: 30px;
    line-height: 1.17em;
    font-weight: 900;
    color: #fff;
    margin-bottom: 23px;
    text-align: center;
}

.form-quote fieldset legend {
    font-family: 'Lato', sans-serif;
    color: #000a23;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.25em;
    margin: 0 25px 12px 0;
    text-transform: uppercase;
    float: left;
    width: 141px;
    text-align: right;
    padding: 0;
    height: auto;
}

.form-quote fieldset {
    padding: 0;
    display: flex;
    align-items: center;
}

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

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

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

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

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

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

.form-quote .form-group button {
    font-family: 'Lato', sans-serif;
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    font-size: 16px;
    color: #333333;
    font-weight: 400;
    line-height: inherit;
    padding: 0px 17px;
    background-color: #fff;
    height: 46px;
    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: 182px;
    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: #000a23;
}

.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;
}

.form-quote__inputs {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-quote .next-step {
    display: flex;
    align-items: center;
    margin: 0 0 12px 10px;
}

.form-quote .next-step button {
    background-color: #000a23;
    color: #fff;
    height: 40px;
    width: 102px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    text-transform: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-quote .next-step button:hover,
.form-quote .next-step button:focus {
    background-color: #000a23;
    color: #fff;
}