/* Tableau Informations complémentaires avec attributs */
.woocommerce-product-attributes-item__label {
	width: 15em !important;
	text-align: left;
}

.woocommerce table.shop_attributes td {
	font-style: normal;
}

.wp-block-post-terms__prefix {
	margin-right: 0.5em;
		color: #000091;
		font-weight: bold;
}

.wp-block-post-terms__suffix {
	margin-left: 0.5em;
}

#tab-title-description, #tab-title-additional_information {
	color: #000091;
}


/* Fil d'Arianne */
.woocommerce-breadcrumb {
		font-style: italic ;
}

/* Bloc formation */
.wc-block-product .bloc-formation:hover {
	background: #000091;
	border-color: white;
}

.wc-block-product .bloc-formation:hover a {
	color: white;
		
}

.wc-block-product .bloc-formation:hover .bouton-panier a{
	background-color: white !important;
		color: #000091;
}

.menu {
	box-shadow: inset 0 1px 0 0 #ddd;
	--idle: transparent;
	--hover: #f6f6f6;
	--active: #ededed;
	background-color: #fff;
	filter: drop-shadow(0 1px 3px rgba(0,0,18,.16));
}
.menu li {
	padding: 0.5em !important;
}

.menu li:hover {
	background-color: #f6f6f6;
	--underline-hover-width: 100%;
}

.menu .wp-block-navigation-item__label:active {
	color:#000091;
	border-bottom-color: #000091;
}