/* 
#heading {
    text-transform: uppercase;
    color: #673AB7;
    font-weight: normal
} */

/* #contactquestionnaire-form {
    text-align: center;
    position: relative;
    margin-top: 20px
} */

#contactquestionnaire-form fieldset {
    /* background: white; */
    /* border: 0 none; */
    border-radius: 0.5rem;
    /* box-sizing: border-box; */
    /* width: 100%; */
    margin: 0;
    padding-bottom: 20px;
    position: relative
}

.form-card {
    text-align: left
}

#contactquestionnaire-form fieldset:not(:first-of-type) {
    display: none
}

/* #contactquestionnaire-form input,
#contactquestionnaire-form textarea {
    padding: 8px 15px 8px 15px;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    background-color: #ECEFF1;
    font-size: 16px;
    letter-spacing: 1px
}

#contactquestionnaire-form input:focus,
#contactquestionnaire-form textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #673AB7;
    outline-width: 0
} */

#contactquestionnaire-form .action-button {
    width: 100px;
    background: var(--primary-color);
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0px 10px 5px;
    float: right
}

#contactquestionnaire-form .action-button:hover,
#contactquestionnaire-form .action-button:focus {
    background-color: #311B92
}

#contactquestionnaire-form .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px 10px 0px;
    float: right
}

#contactquestionnaire-form .action-button-previous:hover,
#contactquestionnaire-form .action-button-previous:focus {
    background-color: #000000
}

.card {
    z-index: 0;
    border: none;
    position: relative
}

.fs-title {
    font-size: 25px;
    color: var(--primary-color);
    margin-top: 15px;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left
}

.purple-text {
    color: var(--primary-color);
    font-weight: normal
}

.steps {
    font-size: 20px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right
}

.fieldlabels {
    color: gray;
    text-align: left
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey
}

#progressbar .active {
    color: var(--primary-color)
}

#progressbar li {
    list-style-type: none;
    font-size: 88%;
    width: 10%;
    float: left;
    position: relative;
    font-weight: 400
}




#progressbar #step0:before,
#progressbar #step1:before,
#progressbar #step2:before,
#progressbar #step3:before,
#progressbar #step4:before,
#progressbar #step5:before,
#progressbar #step6:before,
#progressbar #step7:before,
#progressbar #step8:before,
#progressbar #step9:before,
#progressbar #step10:before
 {
    font-family: "Font Awesome 5 Free";
}
#progressbar #step1:before {
    content: "\f594";
    font-weight: 900;
}
#progressbar #step2:before {
    content: "\f2c1";
    font-weight: 900;
}
#progressbar #step3:before {
    content: "\f0e0";
    font-weight: 900;
}
#progressbar #step4:before {
    content: "\f129";
    font-weight: 900;
}
#progressbar #step5:before {
    content: "\e05d";
    font-weight: 900;
}
#progressbar #step6:before {
    content: "\f508";
    font-weight: 900;
}
#progressbar #step7:before {
    content: "\f128";
    font-weight: 900;
}
#progressbar #step8:before {
    content: "\f0e0";
    font-weight: 900;
}
#progressbar #step9:before {
    content: "\f582";
    font-weight: 900;
}
#progressbar #step10:before {
    content: "\f109";
    font-weight: 900;
}
/* #progressbar #account:before {
    font-family: FontAwesome;
    content: "\f13e"
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f007"
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f030"
} */

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c"
}

/* mobile */
#progressbar li:before {
    width: 30px;
    height: 30px;
    line-height: 27px;
    font-size: 14px;

    display: block;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px;
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 15px;
    z-index: -1
}

/* ordi > à partir de 992px */
@media (min-width: 992px) {
    #progressbar li:before {
        width: 50px;
        height: 50px;
        line-height: 45px;
        font-size: 20px;
    }
    #progressbar li:after {
        top: 25px;
    }
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: var(--primary-color)
}

.progress {
    height: 20px;
    border-radius: 0;
    padding: 0;
}

/* .progress-bar {
    background-color: green
} */

.fit-image {
    width: 100%;
    object-fit: cover
}

/* #top-questionnaire{
    position:sticky;
    top: 0px;
} */