.groupFilter button,
.groupFilter input,
.groupFilter select,
.groupFilter textarea {
	font-size: 14px;
	font-family: "Open Sans", sans-serif;
	line-height: 1.75em;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	outline: none;
}

.groupFilter input[type="text"],
.groupFilter input[type="password"],
.groupFilter input[type="datetime"],
.groupFilter input[type="datetime-local"],
.groupFilter input[type="date"],
.groupFilter input[type="month"],
.groupFilter input[type="time"],
.groupFilter input[type="week"],
.groupFilter input[type="number"],
.groupFilter input[type="email"],
.groupFilter input[type="url"],
.groupFilter input[type="search"],
.groupFilter input[type="tel"],
.groupFilter input[type="color"] {
	height: 47px;
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-size: 14px;
	background: #ffffff;
	line-height: 1.6;
	border: 1px solid #ddd;
	border-radius: 25px 25px 25px 25px;
	-moz-border-radius: 25px 25px 25px 25px;
	-webkit-border-radius: 25px 25px 25px 25px;
	-webkit-box-shadow: 0 0 0 0 #fff inset;
	-ms-transform: 0 0 0 0 #fff inset;
	-o-transform: 0 0 0 0 #fff inset;
	box-shadow: 0 0 0 0 #fff inset;
}

.groupFilter select {
	line-height: 45px;
	padding: 0 30px 0 15px;
	height: 47px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background: none;
	background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAQAAAD9CzEMAAAAPklEQVR4Ae3TwREAEBQD0V/6do4SXPZg7EsBhsQ8IEmSMOsiuEfg3gL3oXC7wK0bd1G4o8X9F4yIkyQfSrIByQBjp7QuND8AAAAASUVORK5CYII=) no-repeat scroll right 1px center/20px 20px;
	background-position: 90% center;
	background-repeat: no-repeat !important;
	border: 1px solid #ddd;
	font-size: 14px;
	color: #878787;
	border-radius: 25px 25px 25px 25px;
	-moz-border-radius: 25px 25px 25px 25px;
	-webkit-border-radius: 25px 25px 25px 25px;
	-webkit-box-shadow: inset 0 0 0 #fff;
	-ms-transform: inset 0 0 0 #fff;
	-o-transform: inset 0 0 0 #fff;
	box-shadow: inset 0 0 0 #fff;
}

.groupFilter button:focus,
.groupFilter input:focus,
.groupFilter select:focus,
.groupFilter textarea:focus {
	border: 1px solid #0c2c54;
}

.customFilters {
	display: flex;
	flex-flow: row wrap;
}

.groupFilter {
	display: flex;
	flex: 0 1 33%;
	flex-flow: column wrap;
	align-items: flex-start;
	padding: 1em;
}

.labFilter {
	display: inline-block;
	letter-spacing: 0 !important;
	white-space: nowrap;
	text-transform: capitalize;
}

.selectFilter {
	width: 100%;
}

.zone {
	width: 100%;
	font-size: 1em;
	padding: 1em;
	text-align: center;
	border: 1px solid #28a745;
	border-radius: 50px;
	background: aliceblue;
	color: #28a745;
	margin: 0.25em 0;
	font-weight: bold;
}

.zoneW {
	width: 100%;
	font-size: 1em;
	padding: 1em;
	text-align: center;
	border: 1px solid #dc3545;
	border-radius: 10px;
	background: aliceblue;
	color: #dc3545;
	margin: 0.25em 0;
	font-weight: bold;
}

#nmButton {
	cursor: pointer;
	padding: 1em;
	margin-bottom: 1.5em;
	word-spacing: 4px;
	border: 1px solid #cccccc;
	border-radius: 5px;
}

#nmButton:hover {
	background: aliceblue;
}

#nmButton.active {
	position: relative;
	border: 1px solid #cccccc;
	border-radius: 5px;
	margin-bottom: 30px;
}

#nmButton #nmClose {
	display: none;
}

#nmButton.active #nmClose {
	z-index: 5;
	display: block;
	position: absolute;
	width: 2em;
	height: 2em;
	line-height: 1em;
	right: 10px;
	top: 10px;
	font-size: 1em;
	color: #ffffff;
	padding: 0.5em;
	background: #0c2c54;
	background-size: 100px;
	border-radius: 50px;
	text-align: center;
}

#nmButton .nmBtn {
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	color: #0c2c54;
}

#nmButton.active .nmBtn {
	text-align: left;
}

.nmTitle {
	margin-bottom: 20px !important;
}

.nmFilterContainer {
	padding: 1em;
	border: 1px solid #cccccc;
	border-radius: 5px;
}

.form-group-nm {
	display: inline-block;
	margin: 1em 0.25em;
	padding: 1em;
	border: 1px solid black;
}

.nmFilter {
	box-sizing: border-box;
	clear: both;
	font-size: 1rem;
	position: relative;
	text-align: left;
}

.nmFilter label {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	background-color: #0c2c54;
	color: white;
	padding: 0.25em 0.5em;
	border-radius: 2px;
}

.nmFilter input {
	background: white;
	width: 100%;
	padding: 0 2em 0 2.5em;
}

.nmFilter button {
	width: 100%;
	height: 47px;
	margin-top: 30px;
	border-radius: 50px;
	border: none;
	background: #0c2c54;
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	transition: 0.4s all linear;
}

.nmFilter button:hover {
	background: #5a9e74;
}

.cmUnity::before {
	content: 'cm';
	position: absolute;
	top: 55%;
	right: 15%;
	color: #0c2c54;
	font-weight: bold;
}

.mmUnity::before {
	content: 'mm';
	position: absolute;
	top: 55%;
	right: 25%;
	color: #0c2c54;
	font-weight: bold;
}

.mUnity::before {
	content: 'm';
	position: absolute;
	top: 55%;
	right: 15%;
	color: #0c2c54;
	font-weight: bold;
}

.nmFilter select {
	width: 100%;
	padding: 0 2.5em;
}

.nmFilter select:disabled {
	opacity: 0.5;
}

.nmFilter select option:disabled {
	color: #ddd;
}

.nmFilterContainer #nm-resp {
	width: 100%;
	font-size: 1em;
	padding: 1em;
	text-align: center;
	border: 1px solid #0c2c54;
	border-radius: 50px;
	background: aliceblue;
	color: #0c2c54;
	margin: 0.25em 0;
	font-weight: bold;
}

.nmFilterContainer #nm-resp-2 {
	width: 100%;
	font-size: 1em;
	padding: 1em;
	text-align: center;
	border: 1px solid #28a745;
	border-radius: 50px;
	background: aliceblue;
	color: #28a745;
	margin: 0.25em 0;
	font-weight: bold;
}

.nmFilterContainer #nm-resp-3 {
	width: 100%;
	font-size: 1em;
	padding: 1em;
	text-align: center;
	border: 1px solid #dc3545;
	border-radius: 10px;
	background: aliceblue;
	color: #dc3545;
	margin: 0.25em 0;
	font-weight: bold;
}

.nmImage {
	max-width: 100%;
	max-height: 100%;

	width: 50%;
	display: block;
	margin: auto;

}

.imageContainer {
	padding-top: 1em;
	padding-bottom: 1em;
}

select::-ms-expand {
	display: none;
}

select {
	-webkit-appearance: none;
	appearance: none;
}


@keyframes bounce {

	0%,
	100% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1)
	}

	60% {
		-webkit-transform: scale(0.9);
		-ms-transform: scale(0.9);
		transform: scale(0.9)
	}
}

#clickStore,
#clickVR {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	animation-iteration-count: forward;
	-webkit-animation-iteration-count: forward;
}

#clickStore:hover,
#clickVR:hover {
	cursor: pointer;
	animation-name: bounce;
	-moz-animation-name: bounce;
}

.nmActive {
	background-color: #5a9e74 !important;

}

.nmLine {
	border-left: 1px solid lightgrey;
	left: 5%;
}

#nmPadding {
	padding-top: 1em;
	width: 100%;
}

#contVR,
#contStore {
	margin-top: 3em;
	margin-bottom: 3em;
}

#bras {
	padding-right: 0;
}

#test {
	margin-top: 0;
}

#mobLigne {
	display: none;
}
#maListe .slick-track{
display: flex !important;
height: 100%;
flex-flow: row;
padding-bottom: 10px;
}
#maListe article{
	display: flex;
}
#maListe article .product-container{
	width: 100%;
	display: flex;
	flex-flow: column;
}
#maListe article .product-container .first-block{
	flex: 3;
	background: #fff;
}
#maListe article .product-container .first-block .product-thumbnail{
	height: 100%;
}
#maListe article .product-container .first-block .product-thumbnail a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}
#maListe article .product-container .second-block{
	flex: 1;
}


@media screen and (min-width: 1220px){
	#maListe article{
		flex-basis: calc(100% / 3);
	}
}
@media screen and (max-width: 768px) {
	.groupFilter {
		flex: 0 1 50%;
	}

	#mobLigne {
		display: block;
	}

	#nmPadding {
		flex-direction: column;
	}
	.title-block{
		font-size: 1.3rem;
	}
}

@media screen and (max-width: 456px) {

	#clickStore,
	#clickVR {
		text-align: center;
	}

	.groupFilter {
		flex: 0 1 100%;
	}

	#nmButton {
		margin-top: 1.5em;
	}

	.nmImage {
		padding-top: 1em;
		max-width: 70%;
		max-height: 100%;
		text-align: center;
	}

	#nmButton.active::after {
		display: none;
	}
}
