.header .container, .header .container-fluid, .header .container-medium {justify-content:center}

.whatsapp-container {
            position: fixed;
            bottom: 20px;
            right: 20px;
            display: flex;
            flex-direction: column;
            gap: 12px;
            background: transparent;
            z-index: 1000;
        }

        .whatsapp-item {
margin-left: 12px
            position: relative;
            width: 64px;
            height: 64px;
            border-radius: 50%;
            overflow: visible;
            border: 2px solid #25d366;
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
        }

        .whatsapp-item img {
            width: 100%;
            height: 100%;
            border-radius: 50%;
            object-fit: cover;
        }

        .whatsapp-badge {
            position: absolute;
            bottom: -6px;
            left: -6px;
            width: 26px;
            height: 26px;
            background-color: #ffffff;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            border: 2px solid #25d366;
            box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
        }

        .whatsapp-badge img {
            width: 16px;
            height: 16px;
        }
.tooltip {
 position: absolute;
    top: 50%;
    left: calc(-100% - 170px);
    transform: translateY(-50%);
    background-color: #ffffff;
    color: #25d366;
    padding: 10px 14px;
    border-radius: 8px;
    font-size: 15px;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
    border: 1px solid #25d366;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    max-width: 250px; /* facultatif : limite la largeur */
    word-wrap: break-word;
    white-space: normal; /* permet le retour à la ligne */
}
        .whatsapp-item:hover .tooltip {
            opacity: 1;
        }
.breadcrumb-item{
 color: red !important;
    font-size: 25px !important;
}
ol.breadcrumb li.breadcrumb-item  a  {
    color: red !important;
    font-size: 25px !important;
}

.order-fast-checkout-block {    border: 2px dashed #3a3a3a;
    border-radius: 10px;
    padding: 10px 15px;}

product-association a, .product-nav-thumbs a {
height:90px;
width:90px;
margin-bottom:7px;
}