
#frise{
    background: #ffffff;  /* fallback for old browsers */
}

.breadcrumbs-two{
    margin: 0;
    padding: 0;
    list-style: none;
}
.breadcrumbs-two{
    overflow: hidden;
    width: 100%;
}
.breadcrumbs-two li{
    float: left;
    width: 33%;
}
.breadcrumbs-two a{
    text-transform: uppercase;
    float: left;
    text-decoration: none;
    color: #FFF;
    position: relative;
    text-align: center;
    width: 100%;
    height: 80px;
    line-height: 1.3;
    font-size: 15px;
}

.breadcrumbs-two a::before{
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -40px;
    border-width: 40px 0 40px 30px;
    border-style: solid;
    border-color: #ddd #ddd #ddd transparent;
    left: -30px;
}
.breadcrumbs-two a::after{
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -40px;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-left: 30px solid transparent;
    right: -30px;
}
.bread1 a {
    background-color: #cdc5ff;
}

.bread2 a {
    /*! background: linear-gradient(90deg, rgba(0,137,204,1) 0%, rgba(166,214,237,1) 75%, rgba(236,115,60,1) 100%); */
    background-color: #a6d6ed;
}
.bread2 a::before {
    border-color: #a6d6ed #a6d6ed #a6d6ed transparent;
}

.bread3 a {
    /*! background: linear-gradient(90deg, rgba(236,115,60,1) 0%, rgba(255,231,190,1) 75%, rgba(0,181,141,1) 100%); */
    background-color: #ffe7be;
    width: 96%;
}
.bread3 a::before {
    border-color: #ffe7be #ffe7be #ffe7be transparent;
}
.bread3 a::after {
    border-color: transparent #ffe7be transparent #ffe7be;
}
@media screen and (max-width: 991px) {
    .breadcrumbs-two{
        overflow-x:hidden;
        overflow-y:visible;
        padding-bottom:40px;
    }
    .breadcrumbs-two a span{ top:45px; }
    .breadcrumbs-two li {
        float: none;
        width: 100vw;
        height: 80px;
        position:relative;
        display:block;
        overflow:visible;
    }
    .breadcrumbs-two li:first-child:before{
        content:'';
        display:block;
        width: 100vw;
        height:30px;
        position:absolute;
        top:0;
        left:0;
        right:0;
        margin:auto;
        border-top:30px solid white;
        border-left:50vw solid transparent;
        border-right:50vw solid transparent;
        box-sizing:border-box;
        z-index:1;
    }
    .breadcrumbs-two li:after{
        content:'';
        display:block;
        width: 100vw;
        height:30px;
        position:absolute;
        bottom:-30px;
        left:0;
        right:0;
        margin:auto;
        border-left:50vw solid transparent;
        border-right:50vw solid transparent;
        box-sizing:border-box;
    }
    .breadcrumbs-two a {
        width: 100%;
    }
    li.bread1 {
        z-index:10;
    }
    li.bread2 {
        z-index:9;
    }
    li.bread3 {
        z-index:8;
    }
    li.bread4 {
        z-index:7;
    }
    li.bread5 {
        z-index:6;
    }
    li.bread1:after{
        border-top:30px solid #8ac43c;
    }
    li.bread2:after{
        border-top:30px solid #69aa4e;
    }
    li.bread3:after{
        border-top:30px solid #448e60;
    }
}

#frise .vui-combobox.vui-combobox-single input {
    position: relative;
    left: -19px;
}

#frise .vui-combobox-single.vui-selector-field input {
    position: relative;
    right: 34px;
    border: transparent;
}

#frise img.vui-delete {
    position: relative;
    left: 2px;
    top: 1px;
}

#frise .bread1 label {
    color: #6F5FDC;
    font-size: 20px;
}

#frise .bread2 label {
    color: #0089CC;
    font-size: 20px;
}

#frise .bread3 label {
    color: #EC733C;
    font-size: 20px;
}

#redaction {
    color: #6F5FDC;
    font-size: 20px;
}

#qualif {
    color: #0089CC;
    font-size: 20px;
}

#validation {
    color: #EC733C;
    font-size: 20px;
}

.bread1 .vui-combobox {
    color: #6F5FDC;
    border: 1px solid #6F5FDC;
    border-radius: 6px;
    position: relative;
    right: 4px;
}
#frise .bread2 .vui-combobox-single.vui-selector-field input {
    position: relative;
    right: 34px;
}
.bread2 .vui-combobox {
    color: #0089CC;
    border: 1px solid #0089CC;
    border-radius: 6px;
    position: relative;
    left: -8px
}

.bread3 .vui-combobox {
    color: #EC733C;
    border: 1px solid #EC733C;
    border-radius: 6px;
}

#frise .mandatory {
    padding-bottom: 0px;
}

#affectation{
    font-weight: bold;
    position: relative;
    left: 22px;
    padding: 0px;
}