.form-content {
    margin-bottom: 35px;
}

.step-form__nav ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}

:lang(fr) .step-form__nav ul {
    align-items: flex-start;
}

.step-form__nav ul:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: 18px;
    width: calc(100% - 61px);
    background-color: #C0C5DD;
    height: 1px;
    z-index: -1;
}

.step-form__nav ul li {
    padding: 0;
    margin: 0;
    text-align: center;
    z-index: 1;
}

.step-form__nav ul li:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: 18px;
    width: calc(100% + 28px);
    background-color: #f0f2fa;
    height: 1px;
    z-index: -1;
}

.step-form__nav ul li:before {
    display: none;
}

.step-form__nav__circle {
    width: 36px;
    height: 36px;
    background: rgb(216, 196, 224);
    background: linear-gradient(0deg, rgba(216, 196, 224, 1) 0%, rgba(160, 169, 184, 1) 100%);
    border-radius: 50px;
    margin: 0 auto 6px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 34px 0 0 0;
}

.step-form__nav__circle i {
    position: relative;
    font-size: 36px;
    color: #fff;
}

.step-form__nav__title {
    font-size: 16px;
    color: #211B12;
    font-weight: 400;
}

.active .step-form__nav__circle {
    padding: 0;
    background: rgb(255,203,5);
    background: linear-gradient(0deg, rgba(255,203,5,1) 0%, rgba(250,158,32,1) 40%, rgba(173,98,99,1) 100%);
}

.step-form__area {
    margin: 35px 0 0;
}

.step-form__area h2 {
    margin: 0 0 28px;
}

@media(min-width: 768px) {
    .step-form__nav ul li:after {
        width: 86px;
    }

    .step-form__nav__title {
        font-size: 16px;
        color: #211B12;
        font-weight: 400;
        font-family: "Jost", sans-serif;
        line-height: 1em;
    }

    :lang(fr) .step-form__nav__title {
        max-width: 100px;
    }

    .wpcf7-form button.wpcf7-submit {
        float: unset;
    }
}

@media(min-width: 1200px) {
    .form-content {
        margin-bottom: 50px;
    }

    .step-form__nav ul:after {
        width: calc(100% - 131px);
    }

    .form-col-info {
        padding: 32px 80px 32px 50px;
    }

    .form-col-info:after {
        left: -166px;
        font-size: 334px;
    }

    .form-col-btn {
        text-align: center;
    }

    .wpcf7-spinner {
        position: absolute;
    }
}

.wpcf7 .wpcf7-form,
.wpcf7-form .fieldset-cf7mls-wrapper {
    overflow: visible;
}

.wpcf7 .wpcf7-form .fieldset-cf7mls .cf7mls-btns {
    min-height: 0;
}

.wpcf7 .wpcf7-form .cf7mls-btns .btn,
.wpcf7 .wpcf7-form .form-col-btn .btn {
    position: relative;
    display: inline-block;
    color: #FFFFFF;
    border: none;
    border-radius: 600px;
    font-size: 16px;
    line-height: 1.125em;
    font-weight: 800;
    margin: 0 !important;
    padding: 12px 46px 12px 20px;
    vertical-align: middle;
    text-decoration: none;  
    transition: all ease-in-out 0.3s;
    font-family: "Jost", sans-serif;
    background: linear-gradient(to right,  #0c2340 0%,#824088 60%,#ad6263 80%,#fa9e20 92%,#ffcb05 100%);
    overflow: hidden; 
    z-index: 1;
    float: none;
}

.wpcf7 .wpcf7-form .cf7mls-btns .btn-secondary,
.wpcf7 .wpcf7-form .form-col-btn .btn-secondary {
    background: rgba(130,64,136, 0.15);
    color: #824088;
    border: 2px solid #824088;
    padding: 10px 54px 10px 18px;
}

.wpcf7 .wpcf7-form .cf7mls-btns .btn-secondary:hover,
.wpcf7 .wpcf7-form .form-col-btn .btn-secondary:hover {
    background: rgba(130,64,136, 0.15);
    border-color: #824088;
    color: #FFFFFF;
}

.wpcf7 .wpcf7-form .cf7mls-btns .btn-primary:hover,
.wpcf7 .wpcf7-form .form-col-btn .btn-primary:hover {
    background: #0C2340;
    color: #FFFFFF;
}

.wpcf7 .wpcf7-response-output,
.wpcf7-form label.error {
    display: none !important;
}

.wpcf7-form .wpcf7-list-item,
.wpcf7-form .wpcf7-list-item label {
    margin-bottom: 0;
}

.wpcf7-form .wpcf7-spinner {
    float: right;
    margin: 10px 24px;
    position: absolute;
}

.wpcf7-form .wpcf7-submit {
    float: right;
}

.cf7mls_next.action-button:hover {
    opacity: 1!important;
}

@media( min-width : 1200px ) {
    .fieldset-cf7mls-wrapper .fieldset-cf7mls:first-child {
        & button {
            right: 50%;
            transform: translate(50%, 0);
        }
    }
}