#ps_checkout-payment-method-logos-container {
    display: none !important
}
#checkout section#content {
    padding-top: 180px;
}
.paypal-mark .paypal-logo {
    display: none !important;
}
.paypal-mark {padding: 0 !important ;}
#header .header-container {
    background-color: #fff;
}
.logo-cert {
    max-width: 70px;
    margin: 0 20px;
}
.item.md-down-ta-c.d-flex{
    justify-content: space-between;
}
.ybc-blog-categories a,
.ybc-blog-categories a:hover {
    color: #fff;
}
.ybc-blog-wrapper-blog-list li {
    position: relative;
}

.ybc_item_img {
    position: relative;
    z-index: 1;
}

.ybc_item_img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.5);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 2;
}

.ybc-blog-wrapper-blog-list .ybc-blog-wrapper-content {
    position: absolute; /* overlay sur la vignette des cartes de liste — ne pas appliquer aux pages détail */
    bottom: 20px;
    left: 0;
    right: 0;
    z-index: 3;
    color: white;
}

.ybc-blog-wrapper-blog-list li:hover .ybc_item_img::after {
    opacity: 1;
}