
/*.fmaform {
    text-align: left;
    max-width: 100%;
}*/

.fmaform .titreDevis {
    font-family: Oswald,sans-serif;
    height: 75px;
}

.fmaform .ui-steps {
    font-family: Roboto,Trebuchet MS,Arial,Helvetica,sans-serif;
    position: relative;
    margin: 0px -10px 0px 20px;
}

.ui-tooltip {
    font-size: 12px;
    line-height: 1.2em;
}

.fmaform .ui-steps .ui-steps-item {
    position: relative;
    height: 40px;
    margin: 0px;
    width: auto;
}

.fmaform .ui-steps .ui-steps-number {
    left: 20px;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    background: #fff;
    top: 7px;
    font-size: 17px;
    font-weight: normal;
    line-height: 1.6;
}

.fmaform .ui-steps .ui-steps-item.ui-state-highlight.ui-state-current {
    color: #c8ccd3;
    background: linear-gradient(to right, #888f99 0%,#495a64 100%);
    -webkit-clip-path: polygon(0% 0%, 96% 0, 100% 50%, 95% 100%, 0 100%);
    clip-path: polygon(0% 0%, 96% 0, 100% 50%, 95% 100%, 0 100%);
    margin-left: -15px;
    border-top: none !important;
}

.fmaform .ui-steps .ui-steps-item.ui-state-highlight.ui-state-default {
    color: #c8ccd3;
    background: linear-gradient(to right, #888f99 0%,#495a64 100%);
    -webkit-clip-path: polygon(0% 0%, 96% 0, 100% 50%, 95% 100%, 0 100%);
    clip-path: polygon(0% 0%, 96% 0, 100% 50%, 95% 100%, 0 100%);
    margin-left: -15px;
}

.fmaform .ui-steps .ui-steps-item.ui-state-disabled {
    color: #495a64;
    background: linear-gradient(to right, #f3f2f9 0%,#c8ccd3 100%);
    -webkit-clip-path: polygon(0% 0%, 96% 0, 100% 50%, 95% 100%, 0 100%);
    clip-path: polygon(0% 0%, 96% 0, 100% 50%, 95% 100%, 0 100%);
    margin-left: -15px;
    border-top: none !important;
}

.fmaform .ui-steps .ui-steps-title {
    font-weight: normal;
    font-size: 14px;
    display: block;
    font-family: "mnm-font-bmw";
    position: absolute;
    left: 63px;
    top: 10px;
    color: #fff;
    font-weight: lighter;
}

.fmaform .ui-steps .ui-steps-item.ui-state-highlight .ui-steps-number {
    color: #495a64;
}

.fmaform .ui-steps .ui-steps-item.ui-state-disabled .ui-steps-number {
    color: #c8ccd3;
}

.fmaform p-autocomplete input {
    min-width: auto;
}


@media screen and (min-width: 992px) {
    #formAngular {
        width: 95%;
        max-width: 1170px;
    }

    .fmaform .ui-steps .ui-steps-item {
        height: 40px;
        width: 21% !important;
    }
}

@media screen and (max-width: 992px) {
    #formAngular {
        width: 95%;
        max-width: 1170px;
    }

    .fmaform .ui-steps .ui-steps-title {
        font-size: 13px;
    }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    #formAngular {
        width: 92%;
    }

    .fmaform .ui-steps .ui-steps-title {
        font-size: 12px;
    }

    .fmaform .ui-steps .ui-steps-item.ui-state-highlight.ui-state-current {
        height: 40px;
        width: 21% !important;
    }

    .fmaform .ui-steps .ui-steps-item.ui-state-highlight.ui-state-default {
        height: 40px;
        width: 21% !important;
    }

    .fmaform .ui-steps .ui-steps-item.ui-state-disabled {
        height: 40px;
        width: 21% !important;
    }
}

@media (min-width: 768px) #formAngular {
    width: 92%;
}

@media screen and (max-width: 767px) and (min-width: 540px) {
    #formAngular {
        width: 95%;
    }

    .fmaform .ui-selectbutton .ui-button.ui-state-default {
        width: 90%;
    }

    .fmaform .ui-steps .ui-steps-item.ui-state-highlight.ui-state-current {
        height: 40px;
        width: 30% !important;
    }

    .fmaform .ui-steps .ui-steps-item.ui-state-highlight.ui-state-default {
        height: 40px;
        width: 18% !important;
    }

    .fmaform .ui-steps .ui-steps-item.ui-state-disabled {
        height: 40px;
        width: 18% !important;
    }

    .fmaform .ui-selectbutton .ui-button.ui-state-default .ui-steps-title {
        display: none;
    }

    .fmaform .ui-steps .ui-steps-item.ui-state-disabled .ui-steps-title {
        display: none;
    }
}

@media screen and (max-width: 539px) and (min-width: 376px) {
    #formAngular {
        width: 92%;
    }

    .fmaform .ui-steps .ui-steps-item.ui-state-highlight.ui-state-current {
        height: 40px;
        width: 50% !important;
    }

    .fmaform .ui-steps .ui-steps-item.ui-state-highlight.ui-state-default {
        height: 40px;
        width: 13% !important;
    }

    .fmaform .ui-steps .ui-steps-item.ui-state-disabled {
        height: 40px;
        width: 16% !important;
    }

        .fmaform .ui-steps .ui-steps-item.ui-state-disabled .ui-steps-title {
            display: none;
        }

        .fmaform .ui-steps .ui-steps-item.ui-state-disabled .ui-steps-number {
            display: block;
            color: #c8ccd3;
        }

    .fmaform .ui-steps .ui-steps-number {
        left: 30px;
    }
}


@media screen and (max-width: 375px) {
    #formAngular {
        width: 95%;
    }

    .fmaform .ui-steps .ui-steps-item.ui-state-highlight.ui-state-current {
        width: 55% !important;
    }

    .fmaform .ui-steps .ui-steps-item.ui-state-highlight.ui-state-default {
        width: 15% !important;
    }

    .fmaform .ui-steps .ui-steps-item.ui-state-disabled {
        width: 15% !important;
    }

    .fmaform .ui-steps .ui-steps-number {
        left: 20px;
    }
}
