/******************************************************************************
* Form free quote
*******************************************************************************/
@font-face {
    font-family: 'icomoon';
    src: url('icomoon.eot?8kj0mb');
    src: url('icomoon.eot?8kj0mb#iefix') format('embedded-opentype'), url('icomoon.ttf?8kj0mb') format('truetype'), url('icomoon.woff?8kj0mb') format('woff'), url('icomoon.svg?8kj0mb#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-appartement:before {
    content: "\e900";
}

.fnt-rdvdiag-autre:before {
    content: "\e901";
}

.fnt-rdvdiag-autre-bien:before {
    content: "\e902";
}

.fnt-rdvdiag-location:before {
    content: "\e903";
}

.fnt-rdvdiag-maison:before {
    content: "\e904";
}

.fnt-rdvdiag-vente:before {
    content: "\e905";
}

.form-quote {
    z-index: 2;
    padding: 29px 0 36px 0;
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

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

.form-quote .form-quote__title {
    font-family: "Bricolage Grotesque", sans-serif;
    color: #fff;
    font-weight: 600;
    font-size: 35px;
    line-height: 1.2em;
    margin: 26px 35px 0 0;
    text-align: center;
    width: 238px;
    text-align: left;
    letter-spacing: normal;
}

.form-quote legend {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2em;
    margin: 0;
    margin-bottom: 9px;
    text-align: center;
    float: none;
    text-transform: uppercase;
    letter-spacing: normal;
}

.intern .form-quote legend {
    color: #03545f;
}

.form-quote__inputs fieldset {
    max-width: 384px;
    width: 100%;
}

.form-quote__inputs fieldset:first-child {
    margin-right: 30px;
}

.form-quote .list-btn {
    background-color: rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 30px 18px 30px;
    min-width: 366px;
    border-radius: 35px;
}

.intern .form-quote .list-btn {
    background-color: #a8daeb;
}

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

.form-quote .form-group i {
    position: relative;
    font-size: 25px;
    z-index: 2;
    color: #03545f;
    -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-vente {
    font-size: 18px;
}

.form-quote .form-group i.fnt-rdvdiag-location {
    font-size: 26px;
}

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

.form-quote .form-group i.fnt-rdvdiag-autre-bien {
    font-size: 22px;
}

.form-quote .form-group button {
    font-family: "Urbanist", sans-serif;
    position: relative;
    display: block;
    width: 60px;
    text-align: center;
    height: 60px;
    font-size: 14px;
    color: #fff;
    font-weight: 300;
    line-height: inherit;
    padding: 0;
    background-color: #fff;
    border: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    min-width: auto;
    text-transform: uppercase;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: hidden;
    margin: 0 auto 11px auto;
    letter-spacing: normal;
}

.form-quote .form-group button.active,
.form-quote .form-group button:hover,
.form-quote .form-group button:focus {
    outline: none;
    color: #03545f;
    background-color: #a8daeb;
}

.intern .form-quote .form-group button.active,
.intern .form-quote .form-group button:hover,
.intern .form-quote .form-group button:focus {
    background-color: #03545f;
    color: #fff;
}

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

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

.form-quote .form-group>div {
    font-family: "Urbanist", sans-serif;
    font-size: 14px;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1.2em;
    letter-spacing: normal;
}

.intern .form-quote .form-group>div {
    color: #03545f;
}

.form-quote .next-step {
    margin: 30px 0 0 30px;
}

.form-quote .next-step button {
    height: 124px;
    min-width: 89px;
    padding: 0;
    border-radius: 35px;
    background: #fff;
}

.form-quote .next-step button:hover {
    background: #a8daeb;
}

.form-quote .next-step button svg {
    margin: 0;
}

.form-quote .next-step button:before {
    background: #fff;
}


/******************************************************************************
* Form Contact
*******************************************************************************/

.blk-contact-form {
    padding: 67px 50px;
    background-color: #c3dce4;
    position: relative;
    border-radius: 35px;
    max-width: 829px;
    margin: 0 auto;
}

.contact-form .form-group {
    margin-bottom: 25px;
}

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

.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;
}

.contact-form .input-group-prepend {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    height: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: start;
}

.contact-form .contact-form__inputs .input-group .form-control {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.contact-form .input-group-prepend .input-group-text {
    border: 0;
    padding: 0;
    margin: 0;
    background: none;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 19px 0;
}

.contact-form .form-group.contact-form__note {
    color: #7f7f7f;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.4em;
    font-style: italic;
    position: relative;
    margin-top: -12px;
    margin-bottom: 31px;
}

.contact-form .form-group.contact-form__note a {
    color: #2d5158;
}

.contact-form .contact-form__send button {
    width: 260px;
    height: 47px;
    background-color: #03545f;
    color: #fff;
    font-size: 16px;
}

.contact-form .contact-form__send button:before {
    background: #fff;
}

.contact-form .contact-form__send button:hover {
    color: #03545f;
    background-color: #03545f;
}

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