* {
    --main-background-color: #fff;
    --logo-background-color: white;
    --main-hightlight-color: #ef4f54;

    --main-text-color: black;
    --opposite-text-color: #000;
    --table-th-backgroundd-color: #ef4f54;

}

.outline {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.outline-primary {
    color: #007bff;
    border-color: #007bff;
}
.outline-success {
    color: #28a745;
    border-color: #28a745;
}
.outline-secondary {
    color: #6c757d;
    border-color: #6c757d;
}

.pointer {
    cursor: pointer;
}

.form-control-sm {
    padding: .0rem .5rem;
}

#top-header-row {
    background-color: var(--main-background-color);
    color:  var(--opposite-text-color);
}

.card {
    min-width: 320px;
}

.shrink-td {
    white-space: nowrap;
    width: 1%;
}

.card-header .btn {
    padding: 4px;
    margin: 0;
    font-size: 0.9286rem;
    line-height: 1;
    border-radius: .2rem;
}

.multiselect-container li.disabled {
    color: darkgray;
}

.up-icon {
    text-align: center;
}

/*compatibilite boostrap 3 facturation*/
.ui-autocomplete .ui-menu-item{
    /*padding: 4px;*/
}

/*compatibilite boostrap 3 facturation*/
.ui-autocomplete .ui-menu-item:hover{
    width: 100%;
}


/* Listing du module facturation*/
.listing {
    border: 0;
    width: 100%;
    font-size: 12px;

    margin-bottom: 10px;

    border-spacing: 0;
    border-collapse: collapse;
}

.listing thead {

}

.listing tr:hover {
    background-color: #EEEEEE;
}

.listing th {
    background-color: var(--table-th-backgroundd-color);
    color: white;
    white-space: nowrap;
    padding: .5rem .75rem .5rem .75rem;
    border: 1px solid var(--table-th-backgroundd-color);

}

.listing th a {
    color: #ececec;
}
.listing a{
    text-decoration: none;
}
.listing {
    font-size: 14px;!important;
}

.listing td {
    /*
    border-top: 1px solid #f4f4f4;
    */
    padding: 5px;
    cursor: pointer;
    color: #000000;
}

.listing tr {
    /*
    border-bottom: 2px solid #f4f4f4;
    */
    border-bottom: 1px solid var(--table-th-backgroundd-color);
}


.listing td {
    border-bottom: 1px solid var(--table-th-backgroundd-color);
    padding: .5rem .75rem .5rem .75rem
}

.listing td:first-child {
    border-left: 1px solid var(--table-th-backgroundd-color);
}

.listing td:last-of-type {
    border-right: 1px solid var(--table-th-backgroundd-color);
}

.listing tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.05);
}

.dashboard .card {
    min-width: initial;
}
.dashboard .card-body {
    padding-bottom: 0;
    min-height: 100px;
}
.dashboard .box-dashboard {
    position: absolute;
    bottom: 15px;
}

.block-icon {
    padding: 15px;
    margin: 20px;
    border: none;
    background-color: #fff;
    width: 250px;
    /*height: 125px;*/
    text-align: center;
}

.icon {
    padding: 19px;
    width: fit-content;
}

.publipostage-value {
    font-weight: bold;
    cursor: pointer;
    color: var(--main-hightlight-color);
}

.etat-a-encaisser {
    display:inline-block;
    width:20px;
    height:10px;
    border:1px solid black;
}

@media(max-width:500px){
    .div-add-button{
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .margin-top-compte-famille{
        padding-top: 1rem;
    }
}
@media(min-width: 500px){
    .px-add-button {
        padding-right: 3rem;
        padding-left: 3rem;
    }
}
/* CSS */
.button-46 {
    align-items: center;
    background-color: rgba(240, 240, 240, 0.26);
    border: 1px solid #DFDFDF;
    border-radius: 7px;
    box-sizing: border-box;
    color: #000000;
    cursor: pointer;
    display: flex;
    font-family: Inter, sans-serif;
    font-size: 18px;
    justify-content: center;
    line-height: 28px;
    max-width: 100%;
    padding: 14px 22px;
    text-decoration: none;
    transition: all .2s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    width: 100%;
}

.button-46:active,
.button-46:hover {
    outline: 0;
}

.button-46:hover {
    background-color: #FFFFFF;
    border-color: rgba(0, 0, 0, 0.19);
}

@media (min-width: 768px) {
    .button-46 {
        font-size: 20px;
        min-width: 200px;
        padding: 14px 16px;
    }
}

.auth-form{
    min-width: 150px;
    max-width: 500px;
    background-color:#fff;
    padding:10px;
    border:1px solid #CCCCCC;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;


}
#page-content-wrapper {
    height: 100%;
    width: 100%;
    background-color: red;
    background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('../images/accueil.jpg');
    background-size: cover;
}
.icone40{
    width:40px
}
.colored{
    color: #ef4f54;
}


body{
    overflow: hidden;
}
.fa-stack[data-count]:after{
    position:absolute;
    right:0;
    top:0;
    content: attr(data-count);
    font-size:40%;
    padding:.6em;
    border-radius:999px;
    line-height:.75em;
    color:#ef4f54;
    text-align:center;
    min-width:2em;
    font-weight:bold;
    background: white;
    border-style:solid;
}
.red-cart {
    color: #ef4f54; background:white;
}

.red-cart:hover {
    color:  #ef4f54!important;
}

.breadcrumbs {
    border: 1px solid #cbd2d9;
    border-radius: 0.3rem;
    display: inline-flex;
    overflow: hidden;
    cursor: pointer;
}

.breadcrumbs__item {
    background: #fff;
    color: #333;
    outline: none;
    padding: 0.75em 0.75em 0.75em 1.25em;
    position: relative;
    text-decoration: none;
    transition: background 0.2s linear;
}

.breadcrumbs__item:hover:after,
.breadcrumbs__item:hover {
    background: #edf1f5;
}

.breadcrumbs__item:focus:after,
.breadcrumbs__item:focus,
.breadcrumbs__item.is-active:focus {
    background: #323f4a;
    color: #fff;
}

.breadcrumbs__item:after,
.breadcrumbs__item:before {
    background: white;
    bottom: 0;
    clip-path: polygon(50% 50%, -50% -50%, 0 100%);
    content: "";
    left: 100%;
    position: absolute;
    top: 0;
    transition: background 0.2s linear;
    width: 1em;
    z-index: 1;
}

.breadcrumbs__item:before {
    background: #cbd2d9;
    margin-left: 1px;
}

.breadcrumbs__item:last-child {
    border-right: none;
}

.breadcrumbs__item.is-active {
    background: #edf1f5;
}

.itemList:hover{
    background-color: rgba(220, 220, 220, 0.38);
}
.div_produit{
    display: flex;
    justify-content: center;
}
.bouton-container{
    width: 100%;
    flex-wrap: nowrap;
}

.table.is-stripped tbody tr:nth-child(even) td
{
background-color: rgba(239, 79, 84, 0.05) !important;
}