/*2026*/
.featured-article-badge{
  display: none;
}
#sp-main-body {
  padding: 20px 0;
}
/* le menu de droite "manuel" */

		.custommenudroit {
		    margin-left: 45% !important;
			}
		.custommenudroit a {
		    color: white;
			}
		.custommenudroit {
		    background: rgba(0, 0, 0, 0.05)!important;
		    border-radius: 10px;
		    cursor: pointer;
		    height: auto;
		    right: 10px;
		    overflow: hidden;
		    position: fixed;
		    top: 30%;
		    z-index: 1000001;
			}
		.custommenudroit td {
		   padding: 10px !important;
			}
		td, tr td {
		   border-top: none !important;
			}

.articleBody{
		background: rgba(255, 255, 255, 0.7);
	padding:20px
}
.article{
		background: rgba(255, 255, 255, 0.7);
}
.article-details {
		background: rgba(255, 255, 255, 0.9) !important;
	padding: 20px
}
.category-list{
	background: rgba(255, 255, 255, 0.9) !important;
}
/* #################### HIKASHOP #################### */
.hikashop_cart_products.adminlist{
	background: #FFFFFF !important;
	padding: 20px !important;
}
.hikashop_registration_email_line::after{
content:"confirmer Mail";
}
.hikashop_checkout_page{
	background: rgba(255, 255, 255, 0.9);
	padding: 30px
}
.hikashop_footer{
	display: none;
}