.container-information{
    width: 530px;
    padding: 9px;

}

.container-information{
    display: flex;
    align-items: center;
}

.container-information-row{
    margin-bottom: 20px;
    margin-left: auto;
}


header.main-header .container .col-6.col-md-4.text-right img{
    width: 60px;
}


.line1{
    background-color: #ECF0F5;
}


.line2{
    background-color: #F8F9FA;
}


.content:not(#step-2):not(#step-3).row.m-0.version2{
    align-items: center;
}

.title-categorie{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
    padding: 10px;
    display: flex;
    align-items: center;
}

.title-categorie select, .container-information.line2 select{
    margin-left: auto;
    text-transform: uppercase;
    font-weight: 500;
    padding: 6px;
    -webkit-appearance: none;
    border-radius: 3px;
    background-color: transparent;
    border-color: #606677;
    background-position: right 10px center;
    background-size: 10px;
    position: relative;
}

.title-categorie select:after{
    content: '';
    display:block;
    width:1px;
    height: 41px;
    position: absolute;
    right: 10px;
    background-color: #0a0a0a;
}


.round-status{
    width: 20px;
    height: 20px;
    border-radius: 100%;
    margin-left: 10px;
}

.header-infos .col-6.col-md-4 span{
    padding-left: 40px;
}


.round-status.yellow1{
    background-color: #F4AC3C;
}

.row-flex{
    width:100%;
}

.round-status.red1{
    background-color: #F00E13;
}

.round-status.green1{
    background-color: #28a745;
}

.header-infos-comments{
    justify-content: space-between;
}

.title-orange{
    color: #FF5101;
    font-weight: bold;
    text-transform: uppercase;
    padding: 40px 0px;
    letter-spacing: normal;
    font-size: 18px;
}


.date-hour{
    font-style: italic;
}




p.comment-box{
    background-color: #F8F9FA;
    padding: 15px;
    color: #606677;
    font-size: 13px;
    letter-spacing: normal;
    min-height: 110px;
    font-weight: 500;
    line-height: 21px;
    margin-top: 15px;
    width: 100%;
}

.comments-side-container textarea{
    padding: 10px;
    border-radius: 3px;
    border-color: #C7C7C7;
    width: 100%;
}

.submission-comment{
    display: flex;
    margin-top: 15px;
}

.submission{
    display: flex;
}



.submission-comment textarea{
    -webkit-appearance: none;
    width: 77.5%;
    width: 400px;
}

.submission-comment button{
    -webkit-appearance: none;
    color: #FC521F;
    background: #ffffff;
    border: 1px solid #FC521F;
    border-radius: 3px;
    padding: 0px 20px;
    min-height: 40px;
    margin-left: 14px;
    cursor: pointer;
}

.comment-container{
    display: flex;
    justify-content: space-between;
}

.comment-tools{
    width: 16px;
    margin-left: 15px;
    padding-top: 10px;
}

.comment-tools a img{
    cursor: pointer;
}

.submission button{
    -webkit-appearance: none;
    background-color: #FF5101;
    text-transform: uppercase;
    color: white;
    border-radius: 3px;
    padding: 10px 30px;
    border: none;
    cursor: pointer;
    margin-top: 55px;
}




.product-image{
    width: 100px;
    height: 100%;
}

.header-infos-comments{
    display: flex;
    margin-right: 25px;
}

.subcategorie-title{
    background-color: #F8F9FA;
    padding: 10px;
    font-weight: 600;
}

.container-arrow.col{

    max-width: 83px;
    display: flex;
    justify-content: center;

}

.content-categorie{
    flex-grow: 1;
    border: 1px solid #E0E0E0;
    padding: 0;
}


.container-categorie.row{
    width: 100%;

}


.header-infos{
    width: 100%;
    display: flex;
}

.fields{
    padding: 0 20px 20px 20px;
}


.fields p span{
    font-weight: 500;
    padding: 0;

}

.fields input{
    border-radius: 3px;
    border: 1px solid #E4E5E8;
    width: 85px;
}

.fields p{
    display: flex;
    justify-content: space-between;
}



.slidecontainer {
    width: 100%;
}

.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 5px;
    background: rgb(173,230,64);
    background: linear-gradient(90deg, rgba(173,230,64,1) 0%, rgba(255,1,1,1) 100%);
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
    border-radius: 3px;
}

.slider:hover {
    opacity: 1;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    background: #FFF;
    cursor: pointer;
    border: 1px solid #DBDBDB;
    border-radius: 100%;
}

.header-infos-comments span{
    padding-left: 0;
    font-weight: bold;
}

.stats-side-container{
    margin-left: auto;
}

.header-infos-comments{
    letter-spacing: normal;
}
.slider::-moz-range-thumb {
    width: 18px;
    height: 18px;
    background: #FFF;
    cursor: pointer;
    border: 1px solid #DBDBDB;
    border-radius: 100%;

}

.container-slider{
    padding: 20px;
}

@media screen and (max-width: 890px){
    .header-infos{
        flex-direction: column;
    }

    .header-infos .col-6.col-md-4{
        max-width: 100%;
        text-align: center;
    }

    .container-information-row{
        margin-left: 0;
        margin-top: 20px;
    }

    .container-information{
        width: auto;
    }

    .product-image{
        width: 100%;
        text-align: center;
        margin-bottom: 40px;
    }

    .product-image img{
        margin-top: 50px;
        margin-bottom: 40px;
        width: 50%;
    }

    .container-categorie.row{
        flex-direction: column;
    }

    .content-categorie.col{

        flex-basis: inherit;
        flex-grow: inherit;
    }

    .col{
        flex-basis: inherit;
        flex-grow: inherit;
    }

    .container-categorie.row{
        align-items: center;
    }

    .container-arrow.col{
        transform: rotate(90deg)
    }

}

.main-picture{
    max-width: 100%;
}
.container-back-link{
    margin-bottom: 0;
}