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


/* New Style */

.section-form {
    background-color: #4d4d4d;
    color: #fff;
    padding: 25px 0 5px;
}

.section-form>.container>.row {
    align-items: center;
}

.section-form .title {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.section-form .title-md {
    color: #ffffff;
    font-size: 35px;
    font-weight: 700;
    text-align: left;
    line-height: 38px;
    margin-bottom: 30px;
}

.section-form .title-md span {
    text-transform: uppercase;
    color: #38b6ff;
    display: block;
}

.form-style .row {
    align-items: flex-end;
}

.form-style .item-select {}

.form-style .item-select select {
    border: 2px solid #f9f9f9;
    background-color: #2c3342;
    border-radius: 0;
    background-color: transparent;
    color: #f9f9f9;
    font-size: 16px;
    font-weight: 400;
    height: 65px;
    cursor: pointer;
}

.form-style .item-select select option {
    color: #222222;
}

.form-style .item-select .title-select {
    position: absolute;
    top: -20px;
    left: 10px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #2c3342;
    padding: 5px 10px;
}

.form-style .btn-1 {
    height: 160px;
    min-width: auto;
    border: none;
    margin-bottom: 30px;
    padding: 10px;
    width: 100%;
    text-align: center;
}

.form-style .btn-1::after {
    transform: none;
    background-color: #Fff;
}

.form-style .btn-1 img {
    margin-left: 0;
}

.form-style .btn-1:hover img {
    filter: none !important;
}

.form-style .item-select .content-form {}

.content-form .form-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 7px;
    margin: 0 0 30px;
}

.content-form .form-group button {
    width: 100%;
    height: 50px;
    padding: 0;
    position: relative;
    color: #000;
    font-size: 16px;
}

.content-form .form-group button i {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0 0;
    font-size: 30px;
    color: #38b6ff;
}

.content-form .form-group .active,
.content-form .form-group button:hover {
    background-color: #38b6ff;
    color: #fff;
}

.content-form .form-group .active i,
.content-form .form-group button:hover i {
    color: #fff;
}


/* New Style */