/* slot 'product_LP_bambuser' hidden */
.product-banner {display:none}

.row {
margin-right: 0px;
margin-left	: 0px;
}

.mouse-navigation {
	background: rgb(227,222,216);
	background: linear-gradient(180deg, rgba(227,222,216,1) 0%, rgba(227,222,216,1) 32%, rgba(255,255,255,1) 54%);
}

.landing-page .landing-bloc-carrousel-visuels {margin-top: -20px!important}

.landing-page {
	background: rgb(227,222,216);
	background: linear-gradient(180deg, rgba(227,222,216,1) 0%, rgba(227,222,216,1) 32%, rgba(255,255,255,1) 54%);
}

.bloc-replay {
	margin-bottom : 40px;
}

#loadmore {
	display: table;
	font-size: 1rem;
	font-family: Muli;
	font-weight: 900;
	text-transform: uppercase;
	color: #fff;
	background-color: #000;
	border: none;
	padding: 10px 20px;
	cursor: pointer;
	margin: 50px auto 0px;
	
}

#loadmore:hover {
	background-color: #c8102e!important;
}


.list {
	box-sizing: border-box;
}
.list-element {

	display: none;
}

.list .list-element:nth-child(1) {
	display: flex;
}

.list .list-element:nth-child(2) {
	display: flex;
}

.list .list-element:nth-child(3) {
	display: flex;
}

.list .list-element:nth-child(4) {
	display: flex;
}

.list .list-element:nth-child(5) {
	display: flex;
}

.list .list-element:nth-child(6) {
	display: flex;
}

	
@media screen and (min-width: 1272px) and (max-width: 5000px) {
}
	
@media screen and (min-width: 992px) and (max-width: 1200px) {
}


@media screen and (min-width: 100px) and (max-width: 991px) {

.replay-content-bloc {width: 92% !important;}

}