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

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

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

.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 .form-group .form-label {
    top: 12px;
    left: 15px;
    position: absolute;
    background-color: white;
    font-size: 23px;
    font-weight: 500;
    color: #ed6d56;
    line-height: 29px;
    padding: 0px 5px 0px 0;
    transition: 0.2s;
    pointer-events: none;
    z-index: 1;
    width: 100%;
}

.contact-form .form-group .form-control:focus~.form-label {
    top: -28px;
}

.contact-form .form-group .form-control:valid~.form-label {
    top: -28px;
}

.contact-form .form-group.contact-form__note {
    color: #7a7a7a;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5em;
    position: relative;
    margin-top: 2px;
    margin-bottom: 14px;
}

.contact-form .contact-form__send button {
    font-size: 19px;
    height: 52px;
    width: 224px;
    margin-top: -14px;
}

.contact-form .contact-form__send button:hover {}

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


/** Blk free quote form **/

.blk-free-quote {
    background-color: #10101f;
    padding: 26px 35px 14px 0;
    position: relative;
    margin-top: -63px;
    z-index: 2;
}

.intern .blk-free-quote {
    margin-top: -15px;
}

.blk-free-quote:before {
    content: '';
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -50%;
    background-color: #10101f;
}

.blk-free-quote .sect-title .bloc-title {
    margin-bottom: 23px;
}

.blk-free-quote .sect-title .bloc-title>span {
    font-size: 22px;
    font-weight: 300;
    line-height: 1em;
    display: flex;
    flex-direction: column;
}

.blk-free-quote .form-quote .form-quote__inputs>.row {
    margin: 0 -20px;
}

.blk-free-quote .form-quote .form-group {
    margin-bottom: 22px;
    padding-left: 20px;
    padding-right: 20px;
}

.blk-free-quote .form-quote .input-group-prepend {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    height: 100%;
    margin: 0;
    padding: 0;
}

.blk-free-quote .form-quote .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: 15px 0;
}

.blk-free-quote .form-quote .form-control {
    font-family: "Lexend Deca", serif;
    color: #747474;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.2em;
    background: #eeeeee;
    border: 2px solid #eeeeee;
    height: 49px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 13px 20px 13px 56px;
}

.blk-free-quote .form-quote .form-control.nice-select .list {
    width: 100%;
    border-radius: 0;
    box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.10);
}

.blk-free-quote .form-quote .form-control.nice-select:after {
    display: none;
}

.blk-free-quote .form-quote .form-control.nice-select .option {
    line-height: 30px;
    min-height: 30px;
    font-family: "Aileron", sans-serif;
    color: #797979;
    font-weight: 400;
    font-size: 17px;
}

.blk-free-quote .form-quote .form-control.nice-select .option.selected {
    font-weight: bold;
}

.form-quote .form-control:focus {
    color: #747474;
    background: #eeeeee;
    border-color: #ed6d56;
}

.blk-free-quote .form-quote .form-control.nice-select .option:hover {
    background-color: rgba(27, 27, 27, 0.5);
    color: #fff;
}

.form-quote .form-control::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #747474 !important;
}

.form-quote .form-control::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #797979 !important;
    opacity: 1;
    /* Firefox */
}

.form-quote .form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #747474 !important;
}

textarea::placeholder {
    color: #747474 !important;
}

.blk-free-quote .form-quote .form-quote__send button {
    width: 100%;
    font-size: 20px;
    line-height: 1.2em;
}

.blk-free-quote .form-quote .form-quote__send button:hover {
    background-color: #fff;
    color: #ed6d56;
}

.blk-free-quote .form-quote .form-quote__send button svg {
    margin-left: 13px;
}

.blk-free-quote .form-quote .form-quote__send button:hover svg path {
    fill: #ed6d56 !important;
    color: #ed6d56;
}


/** Blk contact form **/

.blk-contact-form {
    position: relative;
}

.blk-contact-form .sect-title .bloc-title {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 86px;
}

.form-quote button.type,
.form-quote button.tpbien {
    border: 2px solid #eeeeee;
    background: #eeeeee;
    padding: 10px 20px;
    cursor: pointer;
    transition: 0.3s;
}

.form-quote button.type.active,
.form-quote button.tpbien.active {
    background: #ed6d56;
    color: #fff;
    border-color: #ed6d56;
}

/* SECTION RDV DIAG STYLE DEVIS EXPRESS */
.free-quote-section {
    /* background-color: #10101f; */
    padding: 40px 30px;
    margin-top: -60px;
    position: relative;
    z-index: 2;
}

/* TITRE */
.form-quote-title {
    color: #fff;
    font-size: 26px;
    margin-bottom: 25px;
}

.form-quote-title span {
    color: #ed6d56;
    font-weight: 600;
}

/* FIELDSET */
.form-quote__inputs fieldset {
    border: none;
    margin-bottom: 25px;
}

.form-quote__legend {
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px;
}

/* BOUTONS */
.list-btn {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

/* STYLE BOUTON */
.list-btn button {
    background: #eeeeee;
    border: 2px solid #eeeeee;
    padding: 12px 20px;
    font-size: 15px;
    color: #747474;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 150px;
}

/* HOVER */
.list-btn button:hover {
    border-color: #ed6d56;
    color: #ed6d56;
}

/* ACTIVE */
.list-btn button.active {
    background: #ed6d56;
    color: #fff;
    border-color: #ed6d56;
}

/* BOUTON ENVOYER */
.next-step .btn-1 {
    background-color: #ed6d56;
    color: #fff;
    border: none;
    padding: 14px 40px;
    font-size: 18px;
    text-transform: uppercase;
    transition: 0.3s;
}

.next-step .btn-1:hover {
    background-color: #fff;
    color: #ed6d56;
}

.blk-form-free-quote .list-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    padding: 15px 0 0;
    width: 397px;
    border-top: 1px solid #fff;
}

.contact-form .form-devis .form-group .form-label {
    position: relative;
    background: none;
    top: 0;
    left: 0;
    text-align: center;
    margin-bottom: 23px;
}