﻿:root {
    --bleu-main: #182F4F;
    --orange-main: #E62D38;
}

/* Bandeau texte actif */
.choix-auto-item button.btn-vehicule-active .text-container {
    background-color: #c4232b !important;
    color: white;
}


.logo-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    height: 80px;
    max-width: 400px;
}

    .logo-header .logo-header-sava img {
        height: 50px;
        width: auto;
    }

    .logo-header .logo-header-sava {
        align-items: center;
    }

/* LOGIN */
.logo-tvi {
    width: 300px;
    height: auto;
}

.visibilite-prix {
    display: none !important;
}


.histo-item-header {
    grid-template-columns: 60px repeat(6, 1fr) 0.7fr !important;
}

.content_historique_header {
    grid-template-columns: 60px repeat(6, 1fr) 0.7fr !important;
}

.topVenteSavarieauOnglet {
    justify-content: flex-end !important;
}

.item_actions-bouton {
    width: 140px;
    max-width: 140px;
}

.action_bouton-title:hover {
    color: var(--orange-main);
}

#webmarchand .logo-navbar {
    background: url(/ressourcesSAVARIEAU/webmarchand.svg) no-repeat center;
}

#webmarchand:hover .logo-navbar {
    background: url(/ressourcesSAVARIEAU/webmarchand-transform.svg) no-repeat center;
}

.icone-panier {
    position: absolute;
    top: 50%;
    left: var(--cart-icon-left);
    z-index: 2;
    width: var(--cart-icon-size);
    height: var(--cart-icon-size);
    transform: translateY(-50%);
    pointer-events: none;
    overflow: visible;
    background: url(/ressourcesSAVARIEAU/panier.svg) no-repeat center;
    background-size: 80%;
    background-color: white;
    transition: all 0.2s ease;
}

.item_panier-icone {
    width: 45px;
    height: 45px;
    margin-left: auto;
    transition: all 0.08s ease;
    background: url(/ressourcesSAVARIEAU/panier-plus-orange.svg) no-repeat center / contain;
}

.item_panier.click .item_panier-icone {
    background: url(/ressourcesSAVARIEAU/panier-ok.svg) center / contain;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    transform: translateX(5%);
}

.warning-img {
    background-image: url('/ressourcesSAVARIEAU/attention.svg');
}

#webmarchand.trigger .logo-navbar {
    background: url("/ressourcesSAVARIEAU/webmarchand-transform.svg") no-repeat center;
}

.panier-livraison-adresse.noModify {
    opacity: 0.3;
    pointer-events: none;
}

.noModify .panier-livraison-adresse-lower .cp-ville-adresse::after {
    display: none;
}