.category_push {
	padding-bottom: 0;
	/* padding-top: 10px; */
}

.brand_logo.center {
    margin-bottom: 2em;
}

.img_top {
	text-align: center;
    line-height: 0;
    /* align-self: baseline; */
    min-height: 30vw;
    background-size: cover;
    background-position: center center;
}

/*.img_top img {
	min-width: 100%;
}*/

.luxe_hr {
	color: #000000;
    /*margin-top: 10px;*/
    border-top: 6px solid #000000;
}

.top_mobile {
	display: none;
}

.brand_logo img {
	max-height: 100px;
}

.luxe_logo img {
	/*max-height: 575px;*/
	width: 100%;
    object-fit: cover;
}

.text_top {
	align-self: center;
	padding-right: 2em;
}

.text_top .logo {
	margin: 1em 0;
	max-width: 30%;
	max-height: 120px;
}

.text_top h1 {
	/*font-family: Chronicle;*/
}

.text_top hr {
	display: block;
	clear: both;
	border: 1px solid #000;
	margin: 2em 0;
	font-size: 1em;
}

.text_top hr:last-child {
	margin: 2em 0 0 0;
}

.text_top .toggle_intro {
	cursor: pointer;
	display: block;
	margin: 0.3em 0 0.7em 0;
}

.text_top .intro {
	padding: 2em 0;
}

.text_top .intro p {
	line-height: 1.8em;
	min-height: 1.8em;
}

.text_top .intro a {
	border-bottom: 1px solid #000000;
    color: #000000;
    font-weight: 600;
}

.text_top .brand_links {
	/* display: flex; */
	/* justify-content: flex-start; */
}

.text_top .official_link {
	padding: 5px 18px;
	background: #e7e7e7;
	border-radius: 1rem;
	font-weight: 600;
	/* display: flex; */
	/* align-items: center; */
	/* justify-content: center; */
}
.text_top .official_link.frame {
	background-color: #000000;
	color: #ffffff;
	margin-left: 10px;
}

.container-element {
	display: flex;
}

/*.container::-webkit-scrollbar {
	display: none!important;
    width: 0 !important;
}*/

/* .container::before,
.container::after {
	content: '';
	width: calc((100vw - $main-width) / 2 - 2em);
} */

/*.prev,
.next {
	position: absolute;
    left: 0;
    top: calc(50% - .75em );
    background: #ffffff99;
    padding: 0 .5em 0.1em .5em;
    border: 1px solid #ccc;
    font-size: 3em;
    transition: background .3s, left .3s, right .3s;
    z-index: 10000;
}

.prev:hover,
.next:hover {
	background: #ffffff;
	cursor: pointer;
}

.prev.disabled {
	left: -1.5em;
}

.next.disabled {
	right: -1.5em;
}

.next {
	left: auto;
	right: 0;
}
*/
.icons.min-margin,
.bests.min-margin {
	margin-top: 10px;
}

.icons {
	margin: 2em 0 2em 0;
	position: relative;
	overflow: hidden;
	row-gap: 0!important;
}

.icons .title {
	padding: 2em 0;
	text-align: center;
	background: #f0f0f0;
}

.icons .title p {
	font-family: Chronicle;
	font-size: 1.5em;
	display: inline-block;
	padding: .5em 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

.icons .container-element {
	/*background: #f0f0f0;*/
	display: grid;
	grid-gap: 0em;
	grid-template-columns: calc((100vw - (100vw - 100%) - 1400px) / 2);
	/*grid-template-columns: calc((100vw - (100vw - 100%) - $main-width) / 2 - 4em);*/
    /*grid-auto-columns: calc(($main-width) / 12);*/
}
.icons .container-element::before,
.icons .container-element::after {
	background: #ffffff;
	display: none;
}

.icons .icon {
	display: grid;
	align-items: baseline;
	justify-items: center;
	/*background: #f0f0f0;*/
	/*align-self: baseline;*/
	text-align: center;
	/*padding: 2em 0;*/
}
.icons .icon.brand_links {
	display: none;
}

.icons .icon img {
	margin-bottom: 1em;
    max-height: 80px;
    max-width: 80px;
    object-fit: contain;
    border-radius: 100%;
    border: 1px solid #cdcdcd;
    padding: 3px;
    width: 80%;
}

.icons .icon p {
	width: 80%;
    overflow-wrap: break-word;
    hyphens: auto;
    margin: 0 auto;
}

.icons .icon a {
	width: 100%;
}

.icons .icon a:hover img {
	border: 1px solid #666;
}

.icons .icon strong {
	/*text-transform: uppercase;*/
}

.bests {
	margin-top: 4em;
	margin-bottom: 4em;
	position: relative;
	overflow: hidden;
}

.bests .prev,
.bests .next {
	top: calc(50% - 3em);
}

/* .bests .container[data-cols="1"],
.bests .container[data-cols="2"],
.bests .container[data-cols="3"] {
	height: 100%;
	grid-template-columns: unset;
}

.bests .container.disabled {
	justify-content: center;
	grid-template-columns: 4em;
    grid-auto-columns: 4em;
}

.bests .container.disabled::before,
.bests .container.disabled::after {
	display: none;
} */

/* .bests .best {
	text-align: center;
	 -webkit-backdrop-filter: blur(.95rem);
    backdrop-filter: blur(0.95rem);
}

.bests .best.title {
	padding: 0 2em;
	align-items: center;
} */

/*.bests .best:hover {
	border: 1px solid #c0c0c0;
}*/

/* .bests .best .top_badge {
	font-family: Chronicle;
	font-size: 1.2em;
	display: inline-block;
	padding: 0 0 3px 0;
	margin: 1em 0 0 1em;
	border-bottom: 2px solid #222;
}

.bests .best .like_badge {
	text-align: right;
	margin: 1em 1em 0 0;
}

.bests .best .img {
	background: #f0f0f0;
	transition: background .3s;
	position: relative;
}

.bests .best .promo_picto {
    width: 10%;
    mix-blend-mode: multiply;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 2em;
    left: 2em;
}

.bests .best a:hover .img {
	background: #e9e9e9;
}

.bests .best img {
	margin: 0 auto 1.5em auto;
	padding: 100px 0;
	display: block;
	mix-blend-mode: multiply;
	max-height: 225px;
	width: 120%;
	object-fit: cover;
}

.bests .vignettes {
	position: absolute;
    bottom: 2em;
    left: 2em;
}

.bests .vignettes .vignette {
    position: relative;
    font-size: .9em;
    text-transform: uppercase;
    font-style: italic;
    color: #999999;
}

.bests .best .pictos {
	text-align: center;
}

.bests .best .pictos .stock,
.bests .best .pictos .sight {
	display: inline-block;
}

.bests .best .pictos .stock:not(i),
.bests .best .pictos .sight:not(i) {
	font-weight: 600;
}

.bests .best .pictos .stock {
	color: #48ac87;
}

.bests .best .pictos .sight {
	color: #607baa;
}

.bests .best .colors {
	padding: 0 1em;
	margin: 1em 0;
	text-align: center;
}

.bests .best .colors .colors_number {
	font-size: .9em;
	font-weight: 600;
	display: inline-block;
	border: 1px solid #0000002e;
	border-top: 0;
	color: #858585;
	padding: 2px 16px;
}

.bests .best .infos {
	align-self: end;
}

.bests .best .infos .product_name {
	margin: 0 1em 1em 1em;
}

.bests .best .crossed_price {
	text-decoration: line-through;
    color: #666;
}

.bests .best .new_price {
	padding: 4px 12px;
    background: #FF5A5F;
    color: #fff;
    font-weight: 600;
    border-radius: 3px;
    line-height: 2em;
} */

.category_mesh {
	/* margin-top: 4em;
	position: relative;
	overflow: hidden; */
}

.category_mesh .category_mesh_scroll {
	/* overflow: hidden; */
}

.category_mesh .container::before {
	/* content: ''; */
	/* width: calc((100vw - $main-width) / 2 - 1em); */
}

/* .bests .title,
.category_mesh .title {
	font-size: 1.5rem;
    font-weight: 600;
	margin: 0 0 2em 4em;
}

.category_mesh img {
	width: 100%;
	object-fit: cover;
	margin-bottom: 15px;
	height: 200px;
}
.category_mesh img.std {
	width: calc(100% - 2px);
	object-fit: scale-down;
	background: #f7f7f7;
	border: 1px solid #dfdfdf;
	height: 198px;
}

.category_mesh a {
	font-weight: 600;
	display: flex;
    flex-flow: column;
    align-items: center;
}
.category_mesh a:hover {
	text-decoration: underline;
}

.category_mesh .category {
	flex-shrink: 0;
}

.category_mesh .prev,
.category_mesh .next {
	top: calc(50% - 1em);
} */

.category_push_spacer {
	margin: calc(2em - 5px) 0; /* prise en compte du padding top de la page catégorie */
	overflow: auto;
}

@media (max-width: 1400px) {
	/* .container {
	    grid-gap: 20px;
	    grid-template-columns: 0px;
	    grid-auto-columns: calc((100vw - (100vw - 100%) - 260px) / 12);
	}

	.container::before,
	.container::after {
		width: 1px;
	} */

	/*.icons .container {
		grid-template-columns: 20px;
		grid-auto-columns: calc((100vw - (100vw - 100%) - 4em) / 12);
	}
	.icons .container::before,
	.icons .container::after {
		width: 20px;
	}*/

	.bests .container-element[data-cols="1"],
	.bests .container-element[data-cols="2"],
	.bests .container-element[data-cols="3"] {
		grid-template-columns: 0;
	}

	.bests .title, .category_mesh .title {
		margin-left: 10px;
	}
}

@media (max-width: 1000px) {
	/*.img_top.col-7-small-all,
	.text_top.col-5-small-all {
		grid-column: auto/span 12;
	}*/

	.img_top.col-7-small-all,
	.text_top.col-5-small-all {
		grid-column: auto/span 6;
	}
}

@media (max-width: 900px) {
	.category_push .img_top {
		display: none;
	}

	.text_top {
	    align-self: center;
	    width: calc(100vw - 2em);
	    padding: 0 1em;
	}

	.text_top .logo {
		margin: 1.5em auto;
    	width: 30%;
    	display: block;
	}

	.text_top h1 {
		text-align: center;
	}
}

@media (max-width: 767px) {
	.img_top {
		/*height: 250px;*/
		display: none;
	}

	.img_top.col-7-small-all,
	.text_top.col-5-small-all {
		grid-column: auto/span 12;
	}

	.text_top {
		padding: 0;
		width: auto;
	}

	.text_top .top_mobile {
		margin: 0 auto;
	}

	.text_top h1 {
		padding: 0 1em;
	}

	.text_top .intro {
		padding: 1em 10px;
	}
	.text_top .intro_mobile {
		text-align: center;
	}

	.text_top .intro * {
		text-align: initial;
	}

	.text_top .more {
		text-decoration: underline;
	}

	.text_top em {
		font-style: normal;
	}

	.text_top .brand_links {
		margin: 0;
		justify-content: center;
		padding: 0;
	}

	.text_top .official_link {
		padding: 0;
	}
	.text_top .official_link.frame {
		margin-left: 0;
	}
	
	.icons {
	    margin: 2em 0;
	}
	.icons .icons_scroll {
		overflow: scroll hidden;
		margin-bottom: -30px;
		padding: 0 .5em 30px .5em;
	}
	.icons .icon {
		flex-shrink: 0;
		margin: 0 0.5em 0 0;
		padding: 5px 18px;
		border: 1px solid #cdcdcd;
		border-radius: 1rem;
	}
	.icons .icon.brand_links {
		display: flex;
	}
	.icons .icon img {
		/* height: 50px; */
		/* width: 50px; */
		/* margin-bottom: 0; */
		display: none;
	}
	.icons .icon p {
		width: auto;
	}
	.icons .icon p,
	.icons .icon p * {
		font-size: 0.9rem;
	}

	.icons .container-element {
		display: flex;
		justify-content: space-between;
	}
	.icons .container-element[data-cols="3"],
	.icons .container-element[data-cols="2"],
	.icons .container-element[data-cols="1"] {
		width: 100%;
	}
	.icons .container-element.center-content {
		justify-content: center;
	}

	.scrollbar_container {
		position: relative;
		width: 80%;
		height: 2px;
		margin: .5em auto 2em auto;
		background: #dedede;
		border-radius: 2px;
	}

	.scrollbar {
		position: absolute;
		height: 2px;
		left: 0;
		top: 0;
		background: #666666;
		border-radius: 2px;
	}

	.bests {
		margin: 0 0 1em 0;
	}
	.bests .container-element {
		margin-top: 1em;
	}
	.bests .best .best_name,
	.bests .best .best_name * {
		-webkit-text-size-adjust: 100%;
	}

	/* .category_mesh {
		margin: 1em 0 3em 0;
	}
	.category_mesh .container {
		margin-top: 1em;
	} */

	/* .category_mesh .category {
		margin: 0 2px;
	} */
	.bests .title {
	/* .category_mesh .title { */
		margin: 0 0 1em 10px;
		font-size: 1rem;
    	color: #999;
	}
	.bests.products_slide .product img {
		padding: 70px 0;
	}
	/* .category_mesh img {
		display: none;
	}
	.category_mesh img.std {
		display: none;
	}
	.category_mesh .slide:first-child {
		padding-left: 10px;
	}
	.category_mesh .slide:last-child {
		padding-right: 10px;
	}
	.category_mesh .next,
	.category_mesh .prev {
		display: none;
	}

	.category_mesh .slide a {
		padding: 7px 12px;
    	border: 1px solid #cdcdcd;
		border-radius: 1rem;
		font-size: 0.8rem;
	} */

	/*
	.icons .container::before,
	.icons .container::after {
		width: 0;
	}*/
}

@media (max-width: 700px) {
	/*.icons {
		background: #f0f0f0;
	}

	.icons .container.disabled {
		justify-content: center;
	}

	.icons .icon.title {
		display: none;
	}

	.icons .container.disabled::before,
	.icons .container.disabled::after {
		display: none;
	}*/
}

@media (max-width: 480px) {
	/*.text_top .logo {
		display: block;
		max-width: 30%;
		margin: .75em auto 0 auto;
	}*/

	.text_top h1 {
		font-size: 1rem;
		text-align: center;
		margin: .75em 0;
	}

	.text_top hr:last-child {
		margin: 2em 0 0 0;
	}

	.text_top .intro p,
	.text_top .intro p span,
	.text_top .intro p a,
	.text_top .intro p strong {
		font-size: .95em;
	}

	.top_mobile {
		display: block;
	}
	.top_desktop {
		display: none;
	}

	.luxe_logo img {
		/* min-height: 35vw; */
	}

	.luxe_logo.logo_right img {
		min-height: 64vw;
    	object-position: right;
	}
	.luxe_logo.logo_right.two-third img {
		min-height: 47vw;
	}

	.luxe_logo.logo_luxe img {
		min-height: 93vw;
    	object-position: right;
	}
	.luxe_logo.logo_luxe.solar img {
		object-position: 90%;
	}

	/* .container {
	    grid-gap: 2px;
	    grid-template-columns: 2px;
	    grid-auto-columns: calc((100vw - (100vw - 100%)) / 14);
	} */

	.container::before,
	.container::after {
		/* width: 2px; */
	}

	/*.icons,
	.bests {
		margin: 3em 0;
	}
*/
	.bests .best {
		/* margin: 0 2px; */
	}

	.bests .best .best_name,
	.bests .best .best_name * {
		-webkit-text-size-adjust: 100%;
		font-size: 13px;
	}

	.bests .best .top_badge {
	    font-size: 1em;
	    padding: 0 0 1px 0;
	    margin: .5em 0 0 .5em;
	}

	.bests .best .like_badge {
	    margin: .5em .5em 0 0;
	}

	.bests .best img {
		/*margin: 0.5em 0;*/
	}
	
	.bests .best .pictos .pipe,
	.bests .best .pictos .sight {
		display: none;
	}

	.bests .best .infos .product_name {
		margin: 0 .5em .5em .5em;
    	font-size: 0.85em;
	}

	/*.prev,
	.next {
	    padding: 0 .3em 0.1em .3em;
	}*/

	.category_push_spacer {
		display: none;
	}
}

@supports not (mix-blend-mode: multiply) {
	/*.icons {
		background: #fff;
		border-bottom: 1px solid #d0d0d0;
		border-top: 1px solid #d0d0d0;
		box-shadow: 0px 0px 20px #ddd;
	}
	
	.icons .title,
	.icons .icon {
		background: #fff;
	}*/

	.bests .best {
		background: #fff;
		border: 1px solid #d0d0d0;
	}

	/*.prev, .next {
		background: #f0f0f0;
		opacity: .8;
		transition: opacity .3s;
	}

	.prev:hover, .next:hover {
		background: #f0f0f0;
		opacity: 1;
	}*/
}

@media (max-width: 480px) and (-webkit-min-device-pixel-ratio:2) and (min-resolution: .001dpcm) { 
	/*.icons {
		background: #fff;
		border-bottom: 1px solid #d0d0d0;
		border-top: 1px solid #d0d0d0;
		box-shadow: 0px 0px 20px #ddd;
	}
	
	.icons .title,
	.icons .icon {
		background: #fff;
	}

	.icons .icon img {
		mix-blend-mode: normal;
	}*/

	.bests {
		/* margin: 3em 0 2em 0; */
	}

	.bests .best {
		/*background: #fff;*/
		/*border: 1px solid #d0d0d0;*/
	}

	.bests .best img {
		/*mix-blend-mode: normal;*/
	}

/*	.prev, .next {
		background: #f0f0f0;
		opacity: .8;
		transition: opacity .3s;
	}

	.prev:hover, .next:hover {
		background: #f0f0f0;
		opacity: 1;
	}*/
}