.submenu-container .submenu {
    min-width: 320px;
    width: auto;

}

/*
.btn {
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn-default {
    color: #333;
    background-color: #fff !important;
    border-color: #ccc;
}*/

.menu-orb{
    height: 20px;
    position: relative;
    top: -2px;
}


@media screen and (min-width: 768px){
    .bootbox-xl > .modal-dialog {
        width: 100% !important;
        max-width: 100% !important;
    }

    .bootbox-medium > .modal-dialog {
        width: 50% !important;
        max-width: 50% !important;
    }

    .bootbox-large > .modal-dialog {
        width: 70% !important;
        max-width: 70% !important;
    }

    .bootbox-1200 > .modal-dialog {
        max-width: 1200px !important;
        width: 90% !important;
    }
}

.basket .basket-count {
    background: url(/img/frontoffice/basket.png) center center no-repeat;
}

/*-- TOASTER ---------------------------------------------------*/
.toast-top-center {
    top: 12px;
    left: 50%;
    margin-left: -150px;
}

@media all and (max-width: 240px) {
    .toast-top-center {
        margin-left: -54px;
    }
}

@media all and (min-width: 241px) and (max-width: 320px) {
    .toast-top-center {
        margin-left: -64px;
    }
}

@media all and (min-width: 321px) and (max-width: 480px) {
    .toast-top-center {
        margin-left: -96px;
    }
}
/*-------------------------------------------------------------*/

.product-fixed .details {
    height: auto;
    min-height: 100px;
}

/*.table-search-input-group {*/
/*    margin-left:10px;*/
/*    position:relative; top:-2px;*/
/*}*/

.myCarousel {
    height: auto !important;
    padding-left: 15px;
    padding-right: 15px;
    min-width: auto !important;
    min-height: auto !important;
}

.ul-filtres-default{
    list-style-type: none;
    padding:0px;
}

.page-general .content {
    margin: 0px;
}

.well {
    padding-top: 10px;
    padding-bottom: 0px;
    margin-bottom: 10px;
}

.list-group{
    margin-bottom: 5px;
}

.panel-heading{
    padding: 10px 15px;
}
.form-group{
    margin-bottom: 5px;
}

.bootbox-ask-modif-dossierproduit button{
    width: auto !important;
}
.bootbox-ask-modif-dossierproduit .modal-footer{
    justify-content: center !important;
    display: flex !important;
}