.container-index {
    position: relative;
    /*max-width: 800px;*/ /* Maximum width */
    margin: 0 auto; /* Center it */
}

    .container-index .content-index {
        position: absolute; /* Position the background text */
        bottom: 0; /* At the bottom. Use top:0 to append it to the top */
        background: rgb(0, 0, 0); /* Fallback color */
        background: rgba(0, 0, 0, 0.7); /* Black background with 0.5 opacity */
        color: #f1f1f1; /* Grey text */
        width: 100%; /* Full width */
        padding: 5px; /* Some padding */
    }

/*Form validation*/
.validEtailInput.modified:not([type=checkbox], [Type=select]) {
    border-color: #28a745;
    padding-right: 2.25rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.9em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.invalidEtailInput {
    border-color: #dc3545;
    padding-right: 2.25rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.9em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/*End form validation*/
.hr-blue {
    height: 2px;
    width: 80%;
    border-width: 0;
    color: #0094ff;
    background-color: #0094ff;
}

.hr-perpel {
    height: 2px;
    width: 80%;
    border-width: 0;
    color: #b200ff;
    background-color: #b200ff;
}

.hr-yellow {
    height: 2px;
    width: 80%;
    border-width: 0;
    color: #ffd800;
    background-color: #ffd800;
}

.hr-orange {
    height: 2px;
    width: 80%;
    border-width: 0;
    color: #ff6a00;
    background-color: #ff6a00;
}

.hr-red {
    height: 2px;
    width: 80%;
    border-width: 0;
    color: #ff0000;
    background-color: #ff0000;
}

.hr-divider {
    height: 2px;
    width: 100%;
    border-width: 0;
    color: rgba(0, 0, 0, 0.7);
    background-color: rgba(0, 0, 0, 0.7);
}

.about-icon {
    height: 170px;
    width: 170px;
}

/*----------Zoom In*/
@keyframes zoominoutsinglefeatured {
    0% {
        transform: scale(0.1, 0.1);
    }

    50% {
        transform: scale(1.1, 1.1);
    }

    100% {
        transform: scale(1, 1);
    }
}

.single-featured-image-header {
    animation: zoominoutsinglefeatured 2s ease forwards;
}

/*------------End Zoom In*/

/*----------Zoom In Enter from right*/
@keyframes zoominEnterLeft {
    0% {
        transform: scale(0.1, 0.1);
        right: 0px;
    }

    100% {
        transform: scale(1, 1);
        left: 0px;
    }
}

.animation-zoomInEnterFromLeft {
    animation: zoominEnterLeft 2s ease forwards;
}

/*------------End Zoom In*/
/*----------Zoom In Enter from right*/
@keyframes zoomin {
    0% {
        transform: scale(0.0, 0.0);
    }

    100% {
        transform: scale(1, 1);
    }
}

.animation-zoomIn {
    animation: zoomin 1s ease forwards;
}

/*------------End Zoom In*/

/*select {*/
/* for Firefox */
/*-moz-appearance: push-button;*/
/* for Chrome */
/*-webkit-appearance: push-button;
}*/

/* For IE10 */
/*select::-ms-expand {
        display: push-button;
    }
select::-ms-expand {
        display: push-button;
    }
.caption-display-topright {
    position: absolute;
    right: 15%;
    top: 45%;
}*/

.caption-display-topright {
    position: absolute;
    right: 15%;
    top: 45%;
}

.captionDisplayIdex {
    position: absolute;
    left: 10%;
    top: 20%;
    z-index: 10;
}

.captionDisplayIdex-lg {
    position: absolute;
    left: 7%;
    top: 20%;
    z-index: 10;
}

.captionDisplayIdex-md {
    position: absolute;
    left: 3%;
    top: 12%;
    z-index: 10;
}

.captionDisplayIdex-sm {
    position: absolute;
    left: 1%;
    top: 8%;
    z-index: 10;
}

.captionDisplayIdexText {
    position: absolute;
    left: 5px;
    top: 5px;
    z-index: 10;
}

.numero-small-14 {
    font-family: Open Sans, sans-serif;
    background-color: #fff;
    -webkit-text-stroke: 2px #1b75bb;
    -moz-text-stroke: 2px #1b75bb;
    font-size: 50px;
    padding-left: 0;
}

.right-pane {
    position: fixed;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 20%;
    background: green;
}

.zoom {
    animation: scale 40s linear infinite;
}

@keyframes scale {
    50% {
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -o-transform: scale(0.8);
        transform: scale(0.8);
    }
}

.zoomText {
    animation: scaleText 20s linear infinite;
}

@keyframes scaleText {
    0% {
        -webkit-transform: scale(0.0);
        -moz-transform: scale(0.0);
        -ms-transform: scale(0.0);
        -o-transform: scale(0.0);
        transform: scale(0.0);
    }

    1% {
        -webkit-transform: scale(1.0);
        -moz-transform: scale(1.0);
        -ms-transform: scale(1.0);
        -o-transform: scale(1.0);
        transform: scale(1.0);
    }

    29% {
        -webkit-transform: scale(1.0);
        -moz-transform: scale(1.0);
        -ms-transform: scale(1.0);
        -o-transform: scale(1.0);
        transform: scale(1.0);
    }

    30% {
        -webkit-transform: scale(0.0);
        -moz-transform: scale(0.0);
        -ms-transform: scale(0.0);
        -o-transform: scale(0.0);
        transform: scale(0.0);
    }

    100% {
        -webkit-transform: scale(0.0);
        -moz-transform: scale(0.0);
        -ms-transform: scale(0.0);
        -o-transform: scale(0.0);
        transform: scale(0.0);
    }
}

.zoomText2 {
    animation: scaleText2 20s linear infinite;
}

@keyframes scaleText2 {
    0% {
        -webkit-transform: scale(0.0);
        -moz-transform: scale(0.0);
        -ms-transform: scale(0.0);
        -o-transform: scale(0.0);
        transform: scale(0.0);
    }

    29% {
        -webkit-transform: scale(0.0);
        -moz-transform: scale(0.0);
        -ms-transform: scale(0.0);
        -o-transform: scale(0.0);
        transform: scale(0.0);
    }

    30% {
        -webkit-transform: scale(1.0);
        -moz-transform: scale(1.0);
        -ms-transform: scale(1.0);
        -o-transform: scale(1.0);
        transform: scale(1.0);
    }

    59% {
        -webkit-transform: scale(1.0);
        -moz-transform: scale(1.0);
        -ms-transform: scale(1.0);
        -o-transform: scale(1.0);
        transform: scale(1.0);
    }

    60% {
        -webkit-transform: scale(0.0);
        -moz-transform: scale(0.0);
        -ms-transform: scale(0.0);
        -o-transform: scale(0.0);
        transform: scale(0.0);
    }

    100% {
        -webkit-transform: scale(0.0);
        -moz-transform: scale(0.0);
        -ms-transform: scale(0.0);
        -o-transform: scale(0.0);
        transform: scale(0.0);
    }
}

.zoomText3 {
    animation: scaleText3 20s linear infinite;
}

@keyframes scaleText3 {
    0% {
        -webkit-transform: scale(0.0);
        -moz-transform: scale(0.0);
        -ms-transform: scale(0.0);
        -o-transform: scale(0.0);
        transform: scale(0.0);
    }

    59% {
        -webkit-transform: scale(0.0);
        -moz-transform: scale(0.0);
        -ms-transform: scale(0.0);
        -o-transform: scale(0.0);
        transform: scale(0.0);
    }

    60% {
        -webkit-transform: scale(1.0);
        -moz-transform: scale(1.0);
        -ms-transform: scale(1.0);
        -o-transform: scale(1.0);
        transform: scale(1.0);
    }

    99% {
        -webkit-transform: scale(1.0);
        -moz-transform: scale(1.0);
        -ms-transform: scale(1.0);
        -o-transform: scale(1.0);
        transform: scale(1.0);
    }

    100% {
        -webkit-transform: scale(0.0);
        -moz-transform: scale(0.0);
        -ms-transform: scale(0.0);
        -o-transform: scale(0.0);
        transform: scale(0.0);
    }
}


a.Tab-Link:link {
    /*color:azure*/
}

a.Tab-Link:hover {
    color: #9daab4
}

a.ActiveMenu-Link:link {
    color: azure
}

a.ActiveMenu-Link:hover {
    color: rgba(255, 255, 255, .75)
}


i.Tab-Lock {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center
}

i.Tab-Link {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center
}

    i.Tab-Link:hover {
        background-color: #0e7c9c0d;
        cursor: pointer
    }

i.Tab-Link-check {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center
}

    i.Tab-Link-check:hover {
        background-color: #0e7c9c0d;
        color: limegreen;
        cursor: pointer
    }

i.Tab-Link-cancel {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center
}

    i.Tab-Link-cancel:hover {
        background-color: #0e7c9c0d;
        color: red;
        cursor: pointer
    }

i.Tab-Link-reset {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center
}

    i.Tab-Link-reset:hover {
        background-color: #0e7c9c0d;
        color: orange;
        cursor: pointer
    }

i.Detail-Link {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center
}

    i.Detail-Link:hover {
        background-color: #0e7c9c0d;
        cursor: pointer
    }

.Tab-Card {
    background-color: #0e7c9c0d;
    border-radius: .25rem;
    margin-bottom: 25px
}

i.Filter-Close {
    border-radius: 50%;
    text-align: center
}

    i.Filter-Close:hover {
        background-color: #0e7c9c0d;
        color: red;
        cursor: pointer
    }

.spinner {
    /* margin-left : 25px;
    margin-bottom: 10px;
    width: 50px;*/
    height: 40px;
    text-align: center;
    font-size: 10px;
}

    .spinner > div {
        background-color: #3c8dbc;
        height: 100%;
        width: 6px;
        display: inline-block;
        -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
        animation: sk-stretchdelay 1.2s infinite ease-in-out;
    }

    .spinner .rect2 {
        -webkit-animation-delay: -1.1s;
        animation-delay: -1.1s;
    }

    .spinner .rect3 {
        -webkit-animation-delay: -1.0s;
        animation-delay: -1.0s;
    }

    .spinner .rect4 {
        -webkit-animation-delay: -0.9s;
        animation-delay: -0.9s;
    }

    .spinner .rect5 {
        -webkit-animation-delay: -0.8s;
        animation-delay: -0.8s;
    }

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4)
    }

    20% {
        -webkit-transform: scaleY(1.0)
    }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }

    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}

.TopIndex {
    z-index: 100
}

/*.blazored-modal-scrollable .blazored-modal-content {
    overflow-y: unset !important;
}*/

.blazored-modal-scrollable .blazored-modal-content {
    /*height: 1400px;*/
    overflow-y: auto;
}

/*css pour badge*/
.prod-badge {
    padding: .3em .8em !important;
    color: #6c757d !important;
    line-height: 2 !important;
    border-radius: 1.25rem !important;
    background-color: #e5e5e5 !important;
}

    .prod-badge:hover {
        color: #fff !important;
        background-color: rgb(0, 0, 0) !important;
    }

/*Radzen dropdown*/

.custom-dropdown {
    text-align: center !important;
    width: 100%;
    padding: 0.35rem 3.73rem;
    font-size: large !important;
    font-weight: 700 !important;
    background-color: #f4f6f9 !important;
    border: 2px solid #ced4da !important;
    border-radius: 5rem
}

.rz-dropdown-clear-icon {
    display: none !important;
}

.remove-item:hover {
    cursor: pointer;
}

.rz-inputtext {
    background-color: unset !important;
    /*margin-top: -0.9rem*/
}


/**Loader*/
#loader {
    height: 175px;
    position: relative;
    left: 0;
    margin: auto;
    right: 0;
    top: 0;
    width: 175px;
}

    #loader .dot {
        bottom: 0;
        height: 100%;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 87.5px;
    }

        #loader .dot::before {
            border-radius: 100%;
            content: "";
            height: 87.5px;
            left: 0;
            position: absolute;
            right: 0;
            top: 0;
            transform: scale(0);
            width: 87.5px;
        }

        #loader .dot:nth-child(7n+1) {
            transform: rotate(45deg);
        }

            #loader .dot:nth-child(7n+1)::before {
                animation: 0.8s linear 0.1s normal none infinite running load;
                background: #00ff80 none repeat scroll 0 0;
            }

        #loader .dot:nth-child(7n+2) {
            transform: rotate(90deg);
        }

            #loader .dot:nth-child(7n+2)::before {
                animation: 0.8s linear 0.2s normal none infinite running load;
                background: #00ffea none repeat scroll 0 0;
            }

        #loader .dot:nth-child(7n+3) {
            transform: rotate(135deg);
        }

            #loader .dot:nth-child(7n+3)::before {
                animation: 0.8s linear 0.3s normal none infinite running load;
                background: #00aaff none repeat scroll 0 0;
            }

        #loader .dot:nth-child(7n+4) {
            transform: rotate(180deg);
        }

            #loader .dot:nth-child(7n+4)::before {
                animation: 0.8s linear 0.4s normal none infinite running load;
                background: #0040ff none repeat scroll 0 0;
            }

        #loader .dot:nth-child(7n+5) {
            transform: rotate(225deg);
        }

            #loader .dot:nth-child(7n+5)::before {
                animation: 0.8s linear 0.5s normal none infinite running load;
                background: #2a00ff none repeat scroll 0 0;
            }

        #loader .dot:nth-child(7n+6) {
            transform: rotate(270deg);
        }

            #loader .dot:nth-child(7n+6)::before {
                animation: 0.8s linear 0.6s normal none infinite running load;
                background: #9500ff none repeat scroll 0 0;
            }

        #loader .dot:nth-child(7n+7) {
            transform: rotate(315deg);
        }

            #loader .dot:nth-child(7n+7)::before {
                animation: 0.8s linear 0.7s normal none infinite running load;
                background: magenta none repeat scroll 0 0;
            }

        #loader .dot:nth-child(7n+8) {
            transform: rotate(360deg);
        }

            #loader .dot:nth-child(7n+8)::before {
                animation: 0.8s linear 0.8s normal none infinite running load;
                background: #ff0095 none repeat scroll 0 0;
            }

    #loader .lading {
        background-image: url("/images/loading.gif");
        background-position: 50% 50%;
        background-repeat: no-repeat;
        bottom: -20px;
        height: 120px;
        left: 0;
        position: relative;
        right: 0;
        width: 180px;
    }

@keyframes load {
    100% {
        opacity: 0;
        transform: scale(1);
    }
}

@keyframes load {
    100% {
        opacity: 0;
        transform: scale(1);
    }
}

@media (max-width: 776px) {
    .picker-section {
        flex-direction: column
    }

    .custom-dropdown {
        max-width: 100%;
        padding: 0.35rem 3.29rem;
    }

    .tooltip-daterange {
        margin-right: 0.2rem;
    }

    .daterangepicker {
        width: unset;
        left: 120px !important;
    }
}


/************** EToolTip ****************/

.ewrap {
    display: inline-flex
}

.etooltip {
    display: inline-block;
    position: relative;
    text-align: left;
}

    .etooltip h3 {
        margin: 12px 0;
    }

    .etooltip ul {
        padding-left: 20px;
    }

    .etooltip .top {
        min-width: max-content;
        max-width: 800px;
        top: -20px;
        left: 50%;
        transform: translate(-30%, -100%);
        padding: 10px 20px;
        font-weight: normal;
        font-size: 14px;
        border-radius: 8px;
        position: absolute;
        z-index: 99999999;
        box-sizing: border-box;
        box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
        display: none;
    }

    .etooltip:hover .top {
        display: block;
    }

    .etooltip .top i {
        position: absolute;
        top: 100%;
        left: 30%;
        margin-left: -15px;
        width: 30px;
        height: 15px;
        overflow: hidden;
    }

    .etooltip .top img {
        width: 100%;
        border-radius: 8px 8px 0 0;
    }

    .etooltip .top i::after {
        content: '';
        position: absolute;
        width: 15px;
        height: 15px;
        left: 50%;
        transform: translate(-50%, -50%) rotate(45deg);
    }

    .etooltip .right {
        min-width: max-content;
        max-width: 800px;
        top: 50%;
        left: 100%;
        margin-left: 20px;
        transform: translate(0, -50%);
        padding: 0;
        font-weight: normal;
        font-size: 13px;
        border-radius: 8px;
        position: absolute;
        z-index: 99999999;
        box-sizing: border-box;
        box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
        visibility: hidden;
        opacity: 0;
        transition: opacity 0.8s;
    }

    .etooltip:hover .right {
        visibility: visible;
        opacity: 1;
    }

    .etooltip .right img {
        width: 100%;
        border-radius: 8px 8px 0 0;
    }

    .etooltip .text-content {
        padding: 10px 20px;
    }

    .etooltip .right i {
        position: absolute;
        top: 50%;
        right: 100%;
        margin-top: -12px;
        width: 12px;
        height: 24px;
        overflow: hidden;
    }

        .etooltip .right i::after {
            content: '';
            position: absolute;
            width: 12px;
            height: 12px;
            left: 0;
            top: 50%;
            transform: translate(50%, -50%) rotate(-45deg);
        }

    .etooltip .bottom {
        min-width: max-content;
        max-width: 800px;
        top: 40px;
        left: 50%;
        transform: translate(-50%, 0);
        padding: 20px;
        font-weight: normal;
        font-size: 13px;
        border-radius: 8px;
        position: absolute;
        z-index: 99999999;
        box-sizing: border-box;
        box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
        display: none;
    }

    .etooltip:hover .bottom {
        display: block;
    }

    .etooltip .bottom img {
        width: 100%;
        border-radius: 8px 8px 0 0;
    }

    .etooltip .bottom i {
        position: absolute;
        bottom: 100%;
        left: 50%;
        margin-left: -12px;
        width: 24px;
        height: 12px;
        overflow: hidden;
    }

        .etooltip .bottom i::after {
            content: '';
            position: absolute;
            width: 12px;
            height: 12px;
            left: 50%;
            transform: translate(-50%, 50%) rotate(45deg);
        }

    .etooltip .left {
        min-width: max-content;
        max-width: 800px;
        top: 50%;
        right: 100%;
        margin-right: 20px;
        transform: translate(0, -50%);
        padding: 20px;
        font-weight: normal;
        font-size: 13px;
        border-radius: 8px;
        position: absolute;
        z-index: 99999999;
        box-sizing: border-box;
        display: none;
    }

    .etooltip:hover .left {
        display: block;
    }

    .etooltip .left img {
        width: 100%;
        border-radius: 8px 8px 0 0;
    }


    .etooltip .left i {
        position: absolute;
        top: 50%;
        left: 100%;
        margin-top: -12px;
        width: 12px;
        height: 24px;
        overflow: hidden;
    }

        .etooltip .left i::after {
            content: '';
            position: absolute;
            width: 12px;
            height: 12px;
            left: 0;
            top: 50%;
            transform: translate(-50%, -50%) rotate(-45deg);
        }

    .etooltip .light-grey {
        color: #666666;
        background-color: #EEEEEE;
    }

        .etooltip .light-grey i::after {
            background-color: #EEEEEE;
            box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
        }

    .etooltip .secondary {
        color: #EEEEEE;
        background-color: #444444;
    }

        .etooltip .secondary i::after {
            background-color: #444444;
            box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
        }

    .etooltip .info {
        color: #ffffff;
        background-color: #009cdc;
    }

        .etooltip .info i::after {
            background-color: #009cdc;
            box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
        }

    .etooltip .yellow {
        color: #666666;
        background-color: #FFFFE0;
        border: 1px solid #DCA;
    }

        .etooltip .yellow i::after {
            background-color: #FFFFE0;
            border: 1px solid #DCA;
        }

/************** End EToolTip ****************/

/************* Notification *************/

.custom-modal-notification {
    display: flex;
    z-index: 102;
    flex-direction: column;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #fff;
    padding: 1.5rem;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .25);
    max-height: 250px;
    max-width: 460px
}

/************* End Notification *************/

.etail-custom-modal {
    z-index: 200;
    background: unset;
    position: fixed;
}

/*************** Carousel *******************/
.carousel-control-prev-icon, .carousel-control-next-icon {
    outline: black;
    background-size: 100%, 100%;
    border-radius: 50%;
    border: 1px solid black;
}

/*************** End Carousel***************/

/*************** Gallery *******************/
.gallery {
    width: 640px;
    overflow: auto;
    box-shadow: rgba(0, 0, 0, 0.5) 10px 10px inset;
}

.images {
    display: flex;
    animation-duration: 10s;
    animation-name: myGallery;
    animation-iteration-count: infinite;
}

@keyframes myGallery {
    0% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(-320);
    }

    50% {
        transform: translateX(-640);
    }

    75% {
        transform: translateX(-960);
    }

    100% {
        transform: translateX(0);
    }
}

/*************** End Gallery***************/

/*************** Texte défilant ***********/
.retailer-news {
    max-width: 25.2em;
    margin: 1.5em 0.4em 1em;
    border: 1px solid #FB5;
    border-left: 0.35em solid #FB5;
    background: #FFD;
    overflow: hidden;
}

    /* le bloc défilant */
    .retailer-news > :first-child {
        display: inline-block; /* modèle de boîte en ligne */
        padding-right: 2em; /* un peu d'espace pour la transition */
        padding-left: 100%; /* placement à droite du conteneur */
        white-space: nowrap; /* pas de passage à la ligne */
        animation: defilement-news 15s infinite linear;
    }

@keyframes defilement-news {
    0% {
        transform: translate3d(0, 0, 0); /* position initiale à droite */
    }

    100% {
        transform: translate3d(-200%, 0, 0); /* position finale à gauche */
    }
}

@media (max-width: 776px) {
    .retailer-news {
        /*  max-width:28.4em;*/
    }
}

/*************** fin Texte défilant ***********/
.hoverCard :hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .12), 0 4px 8px rgba(0, 0, 0, .06);
}

/*
 Only custom marker for summary/details
 For cross browser compatible styling hide Firefox's marker by setting summary { display: block }
 and Chrome and Safari's marker by setting ::-webkit-details-marker {display: none;}
*/
summary {
    display: block;
    cursor: pointer;
    outline: 0;
}

    summary::-webkit-details-marker {
        display: none;
    }

.tree-nav__item {
    display: block;
    /*white-space: nowrap;*/
    /*color: #ccc;*/
    position: relative;
}

    .tree-nav__item.is-expandable::before {
        /*border-left: 1px solid #333;*/
        content: "";
        height: 100%;
        left: 0.8rem;
        position: absolute;
        top: 2.4rem;
        height: calc(100% - 2.4rem);
    }

    .tree-nav__item .tree-nav__item {
        margin-left: 2.4rem;
    }

    .tree-nav__item.is-expandable[open] > .tree-nav__item-title::before {
        transform: rotate(90deg);
    }

    .tree-nav__item.is-expandable > .tree-nav__item-title {
        padding-left: 2.4rem;
    }

        .tree-nav__item.is-expandable > .tree-nav__item-title::before {
            position: absolute;
            will-change: transform;
            transition: transform 300ms ease;
            font-family: "ionicons", serif;
            color: #000;
            font-size: 1.1rem;
            content: "\f125";
            left: 0;
            display: inline-block;
            width: 1.6rem;
            text-align: center;
        }

.tree-nav__item-title {
    cursor: pointer;
    display: block;
    outline: 0;
    font-size: 1.2rem;
    line-height: 3.2rem;
}

    .tree-nav__item-title .icon {
        display: inline;
        padding-left: 1.6rem;
        margin-right: 0.8rem;
        color: #666;
        font-size: 1.4rem;
        position: relative;
    }

        .tree-nav__item-title .icon::before {
            top: 0;
            position: absolute;
            left: 0;
            display: inline-block;
            width: 1.6rem;
            text-align: center;
        }

    .tree-nav__item-title::-webkit-details-marker {
        display: none;
    }

.upload-file-label {
    background-color: #3f474e;
    color: white;
    padding: 0.5rem;
    font-family: sans-serif;
    border-radius: 0.3rem;
    cursor: pointer;
    margin-top: 1rem;
}

.export-file-label {
    background-color: #0e7c9c;
    color: white;
    padding: 0.5rem;
    font-family: sans-serif;
    border-radius: 0.3rem;
    cursor: pointer;
    margin-top: 1rem;
}

#file-chosen {
    margin-left: 0.3rem;
    font-family: sans-serif;
}

.product-information {
    background-color: rgba(14, 124, 156, 0.4);
    padding: 0.5rem;
    text-align: center;
    box-shadow: 1px 2px 8px #0e7c9c;
    border-radius: 5px;
    font-weight: 700;
}

/** for blazor table*/
.popover {
    top: unset;
    left: unset;
}

/**For supplier product modals*/
/*.custom-modal{
    border-radius:5px;
    z-index:101;
    height:auto;
    background: #eee;
}*/

.custom-modal-header {
    background-color: rgba(14, 124, 156, 0.4);
}

/*Scroll bar*/

::-webkit-scrollbar {
    width: 7px;
    height: 10px;
    /* border: 1px solid rgba(255, 255, 255, .9);*/
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(255, 255, 255, .4);
    outline: 1px solid slategrey;
}

/*autocomplete*/
.rz-autocomplete-input:disabled {
    background-color: #e9ecef !important;
    border: 1px solid #ced4da !important;
    box-shadow: unset !important;
}

.rz-autocomplete-input {
    box-shadow: none !important;
}

.rz-inputtext:hover {
    box-shadow: none !important;
}

/*Quick Grid*/
.quickgrid[theme=default] {
    --col-gap: 0rem !important;
    /*font-size: 0.82rem;*/
}

    .quickgrid[theme=default] th {
        background-color: #e9ecef;
        padding: 0.3rem !important;
        /*        line-height:15px!important;*/
    }

    .quickgrid[theme=default] tr:hover {
        cursor: pointer;
    }

    .quickgrid[theme=default] .col-options-button {
        background-image: url( ../dist/img/Solutions/icon-search.svg);
        background-repeat: no-repeat;
        background-size: 1rem;
        background-position: right center;
    }

    .quickgrid[theme=default] > thead > tr > th {
        max-width: 130px;
        font-size: 14px;
    }

    .quickgrid[theme=default] > tbody > tr > td {
        font-size: 15px;
    }
/*Cookies*/
.div-content {
    padding: 4px 10px 0 10px;
    min-height: 0;
}

.div-to-display {
    display: grid;
    grid-template-rows: 0fr;
    overflow: hidden;
    transition: grid-template-rows 0.5s;
}
/*.col-title-text {
    text-overflow: unset !important;
    overflow: unset !important;
    white-space: unset !important;
}*/
@media (min-width: 576px) and (max-width: 991px) {
    .rz-dropdown {
        margin-top: 0.4rem;
    }
}

@media (min-width: 500px) and (max-width: 991px) {
    .quickgrid[theme=default] .col-options-button {
        background-size: 0.8rem;
    }

    .quickgrid[theme=default] > thead > tr > th {
        max-width: 7.5rem;
        font-size: 0.625rem;
    }

    .quickgrid[theme=default] > tbody > tr > td {
        font-size: 10px;
    }
    /* .col-title-text{
        text-overflow: unset !important;
        overflow: unset !important;
        white-space:unset !important;
    }*/

    .globalSearch-box {
        margin-top: 0.375rem;
    }

        .globalSearch-box:before {
            left: 1.125rem;
            top: 1rem;
        }

    .global-search {
        width: 100% !important;
        float:right;
    }
}

/*================ Sub Menu ===================*/
.sub-menu {
    position: fixed;
    padding: 0.9rem 0.2rem .4rem 0.2rem;
    min-height: 14.5rem;
    background-color: rgba(0, 0, 0, 0.85);
    border-top-right-radius: 0.7rem;
    border-bottom-right-radius: 0.7rem;
    box-shadow: 2px 2px 10px 2px #343;
    margin-top: -120px;
}

    .sub-menu input[type=search] {
        margin-left: 2rem;
        padding: 0.1rem 0.1rem 0.1rem 2rem;
        color: rgb(17 24 39);
        background-color: rgb(249 250 251);
        border: 1px solid rgb(209 213 219);
        border-radius: 0.5rem;
        outline-offset: 1px;
    }

        .sub-menu input[type=search]:focus {
            border-color: rgb(59 130 246);
            outline-color: rgb(59 130 246);
        }

    .sub-menu .search-box {
        position: relative;
    }

.sub-menu .search-box:before {
    content: ' ';
    z-index: 1;
    width: 1.25rem;
    height: 1.25rem;
    position: absolute;
    left: 3rem;
    top: 1.8rem;
    background-image: url("data:image/svg+xml,%3Csvg fill='none' stroke='rgb(107 114 128)' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' b-nrli8fdfc6=''%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z' b-nrli8fdfc6=''%3E%3C/path%3E%3C/svg%3E");
}

    .sub-menu ul {
        list-style-type: none;
        max-height: 13rem;
        min-width: 30rem;
        max-width: 50rem;
        padding: .6rem 0.5rem .6rem 0.5rem;
    }

    .sub-menu .search-box small {
        margin-left: 2rem;
    }

    .sub-menu .search-box i {
        cursor: pointer;
        font-size: 17px;
        text-align: center;
        line-height: 17px;
        padding: 3px 5px;
    }

        .sub-menu .search-box i:hover {
            background-color: red;
            border-radius: 50%;
            color: red;
        }

.sidebar ul li a .tooltip-nav {
    display:none;
    position: fixed;
    left: 80px;
    z-index: 1;
    width: auto;
    height: 42px;
    line-height:22px;
    color: white;
    font-size: 13px;
    background-color: #343a40;
    box-shadow: 0 5px 10px #000;
    border-radius: 10px;
    padding: 10px 15px;
    text-align: center;
    transition: 0s;
    pointer-events: none;
}

    .sidebar ul li a .tooltip-nav::before {
        content: "";
        position: absolute;
        background-color: inherit;
        width: 14px;
        height: 14px;
        border-radius: 2px;
        left: 0;
        top: 50%;
        transform: translate(-40%,-50%) rotate(45deg);
    }

/*.sidebar ul li a:hover .tooltip-nav {
    opacity: 1;
    animation-name: fadeInOpacity;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: .7s;
  margin-top: -8px;
}*/
.sidebar ul li a:hover  {
    color: #fff;
    background-color: #343a40;
}

.settings-sidebar {
    position: fixed;
    width: 250px;
    height: 40px;

    color:#fff !important;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    background-color: #343A40;
    border-right:1px solid #000;
}
.close-button {
    position: absolute;
    right: -15px;
    top: -15px;
    cursor: pointer;
    font-size: 20px;
    color: #fff;
    background: #000;
    border: none;
    border-radius: 20%;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 24px; /* Vertical alignment */
    transition: background 0.2s, box-shadow 0.2s;
}
.close-button:hover {
    background: #e94b26;
    color: #FFF;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); /* Box shadow on hover */
}
@keyframes fadeInOpacity {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
@media (max-width:1079px) {
    .sub-menu {
        left: 24.95%;
    }
    .main-header .navbar-nav .nav-item {
        margin-right: 1.7rem !important;
    }
    .shadow-rounded {
        display: flex;
    }
}

@media (min-width: 992px) and (max-width: 1366px) {navbar-expand-lg .navbar-collapse
    .quickgrid[theme=default] .col-options-button {
        background-size: 1rem;
    }

    .quickgrid[theme=default] > thead > tr > th {
        max-width: 7.5rem;
        font-size: 0.875rem;
    }

    .quickgrid[theme=default] > tbody > tr > td {
        font-size: 0.875rem;
    }

    .globalSearch-box:before {
        right: 18.5rem;
        top: 0.6rem;
    }

    .navbar-expand-xl .navbar-toggler {
        display: none !important;
    }

    .navbar-expand-xl .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-expand-xl .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        flex-basis: auto;
    }

    .dropdown-hover .dropdown-menu {
        position: absolute !important;
        float: none;
    }

    .shadow-rounded{
        display: flex;
    }
}

@media (min-width: 1367px) {
    .quickgrid[theme=default] .col-options-button {
        background-size: 1.2rem;
    }

    .quickgrid[theme=default] > thead > tr > th {
        max-width: 8.75rem;
        font-size: 0.9375rem;
    }

    .quickgrid[theme=default] > tbody > tr > td {
        font-size: 0.9375rem;
    }

    .globalSearch-box:before {
        right: 30rem;
        top: 0.6rem;
    }

    .global-search {
        width: 100% !important;
    }

    .sub-menu {
        left: 15.7%;
    }
    .shadow-rounded {
        display: flex;
    }
}
