/*
Theme Name:     Twenty Twenty-Four Child
Theme URI:      https://grandnimportequoi.be
Description:    Thème enfant ultra-light basé sur Twenty Twenty-Four
Author:         Arti
Template:       twentytwentyfour
Version:        1.0
*/

/* header */
.wp-block-site-logo {
    height: auto;
    width: auto;
}
.wp-block-site-logo img {
    height: auto;
    max-width: 100%;
}
header .wp-block-site-title {
	display: none;
}
.woocommerce-cart .wc-block-mini-cart {
    visibility: visible !important;
    opacity: 1 !important;
    display: block !important;
}
.woocommerce-cart .wc-block-mini-cart__button  {
    pointer-events: auto !important;
    cursor: pointer !important;
}
.woocommerce-cart .wc-block-mini-cart__quantity-badge {
    display: inline-flex !important;
    opacity: 1 !important;
    visibility: visible !important;
}
/* footer */
footer {
  background-color: #B0276F;
  color: #ffffff !important;
}
footer h2 {
  color: #ffffff !important;
}

footer a:hover {
  color: #FFD5EC; /* ou une autre teinte claire pour le hover */
}
