@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: 0px 0 45px;
}

.form-quote {
    max-width: 805px;
    margin: 0 auto;
}

.form-quote .h2 {
    font-size: 40px;
    color: #333333;
    text-align: center;
    font-weight: 500;
    font-family: "laca";
    line-height: 1.1;
    margin-bottom: 20px;
}

.form-quote__title {
    font-size: 40px;
    font-weight: 500;
    line-height: 1.2em;
    color: #333333;
    margin-bottom: 15px;
}

.form-quote .form-group.form-quote__legend {
    color: #23908e;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.25em;
    margin-bottom: 5px;
    text-align: center;
    font-style: italic;
    text-transform: uppercase;
}

.list-btn {
    background-color: #23908e;
    display: flex;
    align-items: center;
    border-radius: 15px;
    justify-content: space-between;
    padding: 22px 28px 16px 28px;
}

.form-quote .form-group {
    position: relative;
    margin-bottom: 0;
    text-align: center;
}

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

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

.form-quote .form-group i {
    position: relative;
    font-size: 30px;
    z-index: 2;
    color: #333333;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    width: 100%;
    height: 100%;
    display: table;
    text-align: center;
}

.form-quote .form-group i:before {
    display: table-cell;
    vertical-align: middle;
}

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

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

.form-quote .form-group button {
    position: relative;
    display: block;
    width: 60px;
    text-align: center;
    height: 60px;
    font-size: 14px;
    color: #333333;
    font-weight: 400;
    line-height: inherit;
    padding: 0;
    background-color: #fff;
    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: auto;
    text-transform: uppercase;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: hidden;
    margin: 0 auto 9px auto;
}

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

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

.form-quote .form-group>label {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.25em;
    margin-bottom: 0;
    cursor: pointer;
}

.btn-1.btn-black,
.form-quote .btn-1 {
    background-color: #333333;
    font-weight: bold;
}

@media only screen and (max-width: 1199px) {
    .form-quote .h2 {
        font-size: 32px;
    }
}

@media only screen and (max-width: 991px) {
    .list-btn {
        max-width: 500px;
        margin: 0 auto;
    }
    .form-quote .h2 {
        font-size: 28px;
    }
}

@media only screen and (max-width: 575px) {
    .form-quote .h2 {
        font-size: 24px;
    }
}

@media only screen and (max-width: 480px) {
    .form-quote .form-group.form-quote__legend {
        width: 100%;
        flex: 0 0 100%;
    }
    .list-btn {
        flex-wrap: wrap;
        justify-content: center;
        gap: 30px;
    }
    .form-quote .form-group {
        flex: 0 0 45%;
        width: 45%;
    }
}