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

.section-form .container {
    color: #fff;
    position: relative;
    z-index: 1;
    padding: 0;
}

.section-form .content {
    background: #0f1c12;
    padding: 45px 60px 50px;
    max-width: 600px;
    margin: auto;
    border-radius: 4px;
    position: absolute;
    top: -222px;
    right: 15px;
}

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

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

.section-form .title-md {
    color: #fff;
    font-size: 30px;
    font-weight: 900;
    text-align: center;
    line-height: 25px;
    margin-bottom: 40px;
}

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

.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 {
    min-width: auto;
    background: #0f1c12;
    border: 2px solid #838a85;
    color: #fff;
    margin-bottom: 20px;
    padding: 10px;
    width: 100%;
    text-align: center;
}

.form-style .btn-1 span {
    color: #fff;
    margin-left: 15px;
}

.form-style .btn-1:hover {
    background-color: #243928;
    border-color: #243928;
    color: white;
}

.form-style .btn-1:hover span {
    color: #fff;
}

.form-style .content-form .row {
    margin-left: 0;
    margin-right: 0;
}

.form-style .content-form .row>div {
    padding-left: 0;
    padding-right: 0;
}

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

.content-form .form-group button {
    width: 100%;
    height: 50px;
    padding: 0;
    color: #092332;
    border: none;
    font-size: 15px;
    line-height: 50px;
    position: relative;
    padding-right: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 15px;
    border-radius: 4px;
    text-align: center;
    gap: 7px;
}

.content-form .form-group button i {
    font-size: 26px;
    color: #092332;
}

.content-form .form-group .active,
.content-form .form-group button:hover,
.content-form .form-group button:focus,
.content-form .form-group button:active {
    background-color: #243928;
    border-color: #243928;
    color: #fff;
}

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


/* New Style */

@media screen and (max-width: 1199px) {
    .form-style .btn-1 {
        height: 50px;
        line-height: 20px;
    }
}