/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */
 
 #txt-hp {
    height: 39rem; /* definir une hauteur fixe */
    overflow-y: scroll; /* Activer le defilement vertical si nécessaire */
    overflow-x: hidden; /* desactiver le defilement horizontal */
	scrollbar-color: darkseagreen white;
    box-sizing: border-box; /* Inclure le padding et les bordures dans la hauteur totale */
}

.ct-breadcrumbs {margin-top:50px;} @media (max-width: 689.98px) {display: none !important;}} @media (min-width: 690px) and (max-width: 999.98px) {display: none !important;}}
/* Mettre le breadcrumb sur une seule ligne */
#crumbs {display: flex;flex-wrap: nowrap;list-style: none;padding: 0;margin: 0;list-style:none;}

/* Appliquer un espacement entre les elements */
#crumbs li {display: inline-flex;align-items: center;margin-right: 5px; line-height: 1.2; /* Ajustez cet espace entre les elements si necessaire */}

/* Ajouter un séparateur apres chaque element sauf le dernier */
#crumbs li:not(:last-child)::after {content: ">"; margin-left: 5px;}

/* Supprimer le séparateur apres le dernier element */
#crumbs li:last-child::after {content: "";}

/*.product-cat-details {clear:both;padding: 10px;margin-top:30px;width:80%;}*/

.ct-module-title:is(p, span),
.related-entry-title:is(p, span),
.woocommerce-loop-product__title:is(p, span),
.woocommerce-loop-category__title:is(p, span) {
    color: var(--theme-heading-color);
}



