body,
.page-content-wrapper,
.page-sidebar {
    background-color: #f7f7f7;
}

.nav-function-top .page-header,
.page-logo,
.page-sidebar {
    background-color: white;
    background-image: none;
}

.nav-function-top .page-header,
.page-logo .page-logo-text {
    color: #d22d2d;
    font-weight: bold;
}

.page-logo .page-logo-text {
    text-transform: uppercase;
}

body #js-primary-nav li a {
    color: #333;
}

.mod-nav-link:not(.nav-function-top):not(.nav-function-minify):not(.mod-hide-nav-icons) ul.nav-menu:not(.nav-menu-compact)>li>ul>li a::after {
    border: 0;
}

.mod-nav-link:not(.nav-function-top):not(.nav-function-minify):not(.mod-hide-nav-icons) ul.nav-menu:not(.nav-menu-compact)>li>ul::before {
    border-left: 1px solid #d22d2d;
}

.bootstrap-select .dropdown-menu .dropdown-menu {
    -webkit-transform: scale(1);
    transform: scale(1);
    visibility: visible;
    opacity: 1;
}

.mod-skin-dark:not(.mod-skin-light) .fc a {
    color: unset !important;
}

.custom-file-label:lang(fr)::after {
    content: "Parcourir";
}

label.required:not(.form-check-label):after {
    content: "\2000*";
    color: red;
}

table th:last-child {
    width: 150px;
}

.search-container {
    position: relative;
    width: 500px;
}

.search-input {
    width: 100%;
    padding: 5px 35px 5px 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.search-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    color: #999;
    pointer-events: none;
}

.w-33 {
    width: calc(100%/3);
}

.w-16 {
    width: calc(100%/6);
}


@media (min-width: 992px) {
    .nav-function-top .page-content-wrapper {
        margin-top: 4.125rem;
    }
}


.header-btn[data-class="mobile-nav-on"] {
    background-color: #d22d2d;
    border-color: #d22d2d;
    background-color: #d22d2d;
    background-image: none;
    color: #fff;
}


.border-green {
    border: 1px solid #228B22;
}

.text-green {
    color: #228B22;
}

.bg-green-light {
    background-color: #cde2cd;
}

.border-yellow {
    border: 1px solid #FFC324;
}

.text-yellow {
    color: #FFC324;
}

.bg-yellow-light {
    background-color: #f9edcd;
}

.border-blue {
    border: 1px solid #0085CA;
}

.text-blue {
    color: #0085CA;
}

.bg-blue-light {
    background-color: #c6e1ee;
}

.border-red {
    border: 1px solid #ca3632;
}

.text-red {
    color: #ca3632;
}

.bg-red-light {
    background-color: #eed1d0;
}

.main-product-image {
    max-width: 100%;
    max-height: 200px;
}

.light-opacity {
    opacity: 0.2;
}

.product-specification-title {
    color: var(--theme-primary-600);
}

.product-specification-list {
    padding: 0 0 0 12px;
}

#fiche-produit .tab-pane .border-left {
    border-left: 1px dashed #eee !important;
}

#fiche-produit .tab-pane .row:nth-of-type(2n) {
    background-color: rgba(80, 80, 80, 0.02);
}

table a:not(.dropdown-item),
table a:not(.dropdown-item):hover,
table a:not(.dropdown-item):visited,
table a:not(.dropdown-item):active,
table a:not(.dropdown-item):focus {
    color: var(--theme-info-500) !important;
    text-decoration: underline !important;
}

table thead th {
    border-top: none !important;
    border-bottom: 1px solid #868e964f !important;
}

table tbody tr td {
    border: none !important;
}

table tr:last-child td {
    border-bottom: none !important;
}

.bootstrap-table .search {
    margin-left: 5px !important;
}