@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 {
    color: var(--white);
    position: relative;
    z-index: 1;
    padding: 0;
}

.section-form .content {
    max-width: 925px;
    margin: 0 auto;
}

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

.section-form .title {
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    color: #004531;
    margin-bottom: 10px;
    text-transform: uppercase;
    text-align: center;
}

.section-form .title-md {
    color: var(--white);
    font-size: 35px;
    font-weight: 300;
    text-align: center;
    line-height: 45px;
    margin-bottom: 40px;
    font-family: 'Roboto Serif',serif;
}
.section-form .title-md b {
    color: var(--theme);
}

.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 .content-form .row {
    margin-left: 0;
    margin-right: 0;
}
.form-style .content-form .row > div {
    padding-left: 0;
    padding-right: 0;
}
.content-form {
    background: #004531;
    padding: 20px 30px 0;
    border-radius: 15px;
    margin-bottom: 30px;
}
.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: auto;
    padding: 0;
    color: var(--white);
    background: transparent;
    border: none;
    font-size: 14px;
    font-weight: 400;
    line-height: initial;
    position: relative;
    border-radius: 0;
    text-align: center;
    text-transform: uppercase;
    transition: all .3s ease;
}
.content-form .form-group button i {
    width: 60px;
    height: 60px;
    border-radius: 15px;
    font-size: 35px;
    background-color: #FFF;
    color: #151515;
    display: block;
    line-height: 58px;
    margin: 0 auto 10px;
    transition: all .3s ease;
}
.content-form .form-group .active i,
.content-form .form-group button:hover i,
.content-form .form-group button:focus i,
.content-form .form-group button:active i {
    background-color: #dc9802;
    border-color: #dc9802;
    color: #FFF;
}
.content-form .form-group .active i,
.content-form .form-group button:hover i {
    color: #FFF;
}
/* New Style */

.formulaires .section-form .title-md {
    color: var(--white);
}
.formulaires .section-form .title-md b {
    color: var(--theme);
}
.formulaires .section-form .title {
    text-align: left;
}

.formulaires .form-style .content-form .row > div {
    padding-left: 15px;
    padding-right: 15px;
}
.formulaires .form-style .content-form .row {
    margin-left: -15px;
    margin-right: -15px;
}
.formulaires .form-style .row {
    align-items: center;
}
.formulaires .content-form .form-group button {
    text-align:  left;
    position: relative;
}
.formulaires .content-form .form-group button i {
    position: absolute;
    top: 16px;
    right: 30px;
}

@media screen and (min-width: 1300px) {

}

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

@media (max-width: 767px) {
    .section-form .content {
        border-left: none;
    }
}
