/* Fond orange pour la barre de recherche */
.navbar.navbar-expand-lg {
    background-color: #FF7400 !important;
    margin-bottom: 0 !important;
}

/* Fond noir pour le bandeau du haut */
.u-header__section--dark {
    background-color: #000000 !important;
    margin-top: 0 !important;
}

/* Supprimer le fond blanc et les marges/paddings indésirables */
.u-header__section.g-transition-0_3.g-py-8.light-theme.u-theme-shadow-v1.g-bg-white.g-py-10--md {
    background-color: transparent !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin: 0 !important;
    border: none !important;
    box-shadow: none !important;
}


/* Bouton recherche */
.input-group .btn.u-btn-v1,
.input-group .btn.g-bg-primary {
    background-color:  #000000 !important;
    color: #000000 !important;
    border-color: #FF7400 !important;
}

/* Cibler les boutons dans la barre d'en-tête supérieure */
.CSS_CAT_ACCESS a,
.CSS_CAT_ACCESS button,
.d-flex.justify-content-center.align-items-center a,
.d-flex.justify-content-center.align-items-center button {
    background-color: #transparent !important;
    color: #000000 !important;
}

/* Page connexion */
.u-btn-primary {
	color: #ffffff !important;
	background-color: #FF7400 !important;
}

.logo-tab{
    max-width: 130px!important;
}

.CSS_RECHERCHE_CODE_EAN{
    display: none!important;
}

.CSS_AUTOCOMPLETION_TYPE_VEHICULE{
    display: none!important;
}

#user-menu-logout{
    color:#FFF !important;
}

.ARTICLE_DISPO{
    display: none !important;
}

/* Logo disponibilité - Recherche tableau */
table.articles-container th:nth-child(2), table.articles-container-equivalences th:nth-child(2){
    align-content: center;
    position: relative;
}

table.articles-container th:nth-child(2)::before, table.articles-container-equivalences th:nth-child(2)::before{
    content: "";
    background-image: url(/storage/distributeur/41190132/document-icone/2y102OxzrDdvMchMW0Ew2WuGPxtHuh4woYyMJXwaZf2Rw611x8kVK.png);
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    width: 24px;
    height: 24px;
    top: 19px;
    left: 2px;
}