.breadcrumb div {
    display: inline;
    width: auto;
}
/* svg et leur couleurs... */
.social-networks path {
    fill: #999;
}

a.expired {
    display: block;
    overflow: hidden;
    position: relative;
}
a.expired::after {
    content: "produit expiré";
    background-color: #970f67;
    color: white;
    display: block;
    font-weight: bold;
    left: 30%;
    opacity: 0.8;
    padding: 4px 16px;
    position: absolute;
    rotate: 45deg;
    /*transform:rotate(45deg);*/
    /*-ms-transform:rotate(45deg); !* IE 9 *!*/
    /*-moz-transform:rotate(45deg); !* Firefox *!*/
    /*-webkit-transform:rotate(45deg); !* Safari and Chrome *!*/
    /*-o-transform:rotate(45deg); !* Opera *!*/
    text-align: center;
    top: 20%;
    width: 100%;
}
a.expired img {
    filter: grayscale(100%);
}

#tab_accessoires h4 {
    border-bottom: #970f67 2px solid;
    padding-bottom: 15px;
}
.products-list > div {
    margin-bottom: 24px;
}
.products-list > div a {
    min-height: 270px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
