.bn-html__main {
	padding-bottom: 24px;
}

.wrapper-accessory{
	padding-bottom: 70px;
}

.page-title {
	clear: both;
}

.page-title__text {
	display: inline-block;
}

.page-title__text:not(:first-of-type) {
	margin-left: 32px;
}

.bn-action-title {
	font-size: 32px;
	color: rgb(var(--color-black));
}

.accessory-mb-link {
	color: rgb(var(--color-black));
	text-decoration: underline;
}

.accessory-mb-link:hover {
	text-decoration: none;
}

.nom-container {
	--col-num: 3;
	position: relative;
}

.nom {
	border: #e0e0e0 1px solid;
	cursor: pointer;
	display: block;
	float: left;
	height: 170px;
	margin: 5px;
	padding: 10px;
	width: calc(100% / var(--col-num) - 32px);
}

.nom:hover {
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
}

.nom__side_left {
	height: inherit;
	float: left;
	width: 35%;
}

.nom__side_rigth {
	height: inherit;
	float: right;
	overflow: hidden;
	position: relative;
	width: calc(65% - 5px);
}

.nom__side_rigth:after {
	background: linear-gradient(transparent, white);
	content: '';
	height: 20px;
	right: 0;
	left: 0;
	bottom: 0;
	position: absolute;
}

.nom__img {
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	height: inherit;
	width: 100%;
}

.nom__brand,
.nom__article,
.nom__category {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.nom__brand,
.nom__article {
	color: #049BDF;
}

.nom__brand {
	font-weight: bold;
}

.nom__category {
	color: #7a7a7a;
	padding: 5px 0;
	font-size: 12px;
}

.nom__category:hover {
	color: #555555;
	text-decoration: underline;
}

.nom__name {
	color: black;
}

@media (min-width: 1500px) {
	.nom-container {
		--col-num: 4;
	}
}

.page-title>.flex{
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
}

.page-title>.flex>.wrapper-btn{
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	padding: 16px 16px 16px 16px;
}

.page-title>.flex>.wrapper-btn .accessory_button{
	background-color: rgb(var(--color-orange));
	/*padding: 4px 12px 4px 12px;*/
	box-sizing: border-box;
	text-transform: uppercase;
}

@media(max-width: 960px){
	.page-title>.flex>.wrapper-btn{
		display: none;
	}
}