/******************************************************************************
* Form free quote
*******************************************************************************/

@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";
}

.free-quote__inner {
    max-width: 1350px;
    margin: 0 auto;
    border-radius: 60px;
    border: 20px solid #e8e8e8;
    margin-top: -105px;
    position: relative;
    background: #e8e8e8;
    z-index: 3;
}

.free-quote__inner:before {
    position: absolute;
    content: "";
    top: 32px;
    left: -79px;
    background: transparent;
    width: 60px;
    height: 54px;
    border-bottom-right-radius: 57px;
    box-shadow: 9px 9px 0 9px #e8e8e8;
    transform: rotate(0deg);
}

.free-quote__inner:after {
    position: absolute;
    content: "";
    top: 28px;
    right: -75px;
    background: transparent;
    border-bottom-right-radius: 57px;
    box-shadow: 9px 9px 0 9px #e8e8e8;
    transform: rotate(90deg);
    width: 54px;
    height: 60px;
}

.form-quote {
    padding: 35px 30px 27px 30px;
    background-color: #3c79ab;
    border-radius: 45px;
}

.form-quote form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.form-quote .bloc-title {
    color: #e8e8e8;
    font-size: 41px;
    line-height: 1.2em;
    max-width: 263px;
}

.form-quote fieldset legend {
    color: #e8e8e8;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2em;
    margin-bottom: 6px;
    text-transform: uppercase;
    margin: 0;
    position: relative;
}

.form-quote fieldset legend span {
    background: #3c79ab;
    padding-right: 8px;
    position: relative;
}

.form-quote fieldset legend:before {
    content: '';
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 9px;
    left: 0;
    background: #e8e8e8;
}

.form-quote__inputs fieldset {
    width: 310px;
}

.form-quote__inputs {
    display: flex;
    align-items: center;
    gap: 45px;
}

.form-quote .list-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 19px 0;
}

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

.form-quote .form-group i {
    position: relative;
    font-size: 35px;
    z-index: 2;
    color: #151515;
    -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-appartement {
    font-size: 30px;
}

.form-quote .form-group button {
    font-family: "mundial", sans-serif;
    position: relative;
    display: block;
    width: 68px;
    text-align: center;
    height: 68px;
    color: #e8e8e8;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: inherit;
    padding: 0;
    background-color: #fff;
    border: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    cursor: pointer;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    min-width: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: hidden;
    margin: 0 auto 9px auto;
}

.form-quote .form-group button:before {
    display: 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: #112236;
}

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

.form-quote .form-group>div {
    color: #e8e8e8;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1.25em;
}

.form-quote .next-step {
    text-align: center;
    margin-left: 35px;
}

.form-quote .next-step button {
    background: #112236;
    padding: 10px;
    width: 68px;
    height: 93px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border-color: #112236;
    border: none;
}

.form-quote .next-step button:hover {
    background: #112236;
    border-color: #112236;
}


/******************************************************************************
* Contact form
*******************************************************************************/

.contact-form .form-group {
    margin-bottom: 32px;
    position: relative;
}

.contact-form .form-group textarea.form-control {
    height: 136px;
}

.contact-form .form-group .form-control.error {
    border: 1px solid #ff0000;
}

.contact-form .form-group label.error {
    font-size: 12px;
    color: #ff0000;
    line-height: inherit;
    text-transform: none;
    margin-bottom: 0;
}

.contact-form .form-group.contact-form__note {
    font-family: "Montserrat", sans-serif;
    position: relative;
    color: #112236;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.4em;
    margin-top: -4px;
    margin-bottom: 21px;
}

.contact-form .contact-form__send button {
    margin-left: 62px;
    border-color: #112236;
    font-size: 15px;
    margin-right: 0;
}

.contact-form .contact-form__send button svg {
    margin-left: 23px;
}

.contact-form .form-group:last-of-type {
    margin-bottom: 0;
}


/** Blk contact form **/

.blk-contact-form {
    margin-top: 106px;
}

.blk-contact-form .contact-form-image {
    width: 100%;
    height: 100%;
    max-width: 660px;
    max-height: 724px;
    position: relative;
    border-radius: 25px;
    overflow: hidden;
}

.blk-contact-form .contact-form-image .blk-contact-phone {
    right: -82px;
    top: 80px;
}

.blk-contact-form .contact-form {
    margin-top: 14px;
    max-width: 577px;
    margin-left: auto;
}