/* Commun Short */
.short{}

	.short_containers{
		display : inline-block ;
		text-align : left ;
	}

/* SHORT FAMILLE */
	.families{
		margin : 20px auto ;
		clear : both ;
		text-align : center ;
	}
		.families .short_family{
			width: 300px;
			max-width: 29%;
			background: #fff;
			margin: 2%;
			padding: 0;
			display: inline-block;
			text-align: center;
			transition: all .4s;
		}
		.families .short_family:hover {
			transform: scale(1.04);
			transition: all .4s;
		}
		.families .short_family a{
			text-decoration: none !important;
		}
			.families .short_family .linksmore{
				height : 60px ;
				text-align : center ;
			}
			.families .short_family h2{
				text-align: center;
				line-height: 60px;
				padding: 0;
				box-sizing: border-box;
				font-size: 1.3em !important;
				margin: 0 auto !important;
			}
			.families .short_family .picture img, .families .short_family .picture{

				width: 100%;
				max-width: 100%;
				line-height: 0;
				margin: 0px auto;
			}
			
			
/* SHORT PRODUCT */
	.short_products{
		margin : 20px auto ;
		clear : both ;
		text-align : center ;
	}

		.short_products .short_product {
			width: 300px;
			max-width: 29%;
			background: #fff;
			margin: 2%;
			padding: 0;
			display: inline-block;
			text-align: center;
			transition: all .4s;
		}
		.short_products .short_product:hover {
			transform: scale(1.04);
			transition: all .4s;
		}
		.short_products .short_product a{
			text-decoration: none !important;
		}
			.short_products .short_product .picture img, .short_products .short_product .picture{
				width: 100%;
				max-width: 100%;
				line-height: 0;
				margin: 0px auto;
			}
			.short_products .short_product .linksmore{
				height : 40px ;
				text-align : center ;
				display: flex;
			}
			.short_products .short_product .linksmore h3{
				text-align: left;
				width: 70%;
				line-height: 40px;
				padding: 0px 10px;
				text-transform: uppercase;
			}
			.short_products .short_product .linksmore .prix{
				height : 40px ;
				width: 30%;
			}
			.short_products .short_product .prix .price{
				font-weight: 700;
				font-family: 'Lato', sans-serif;
				font-size: 1em;
				line-height: 40px;
			}
/* COMMUN PRODUCT / SHORT PRODUCT */
	
			.price.old_price{
				text-decoration : line-through ;
				font-weight : normal ;
			}
			.price.new_price{
				color : #f00 ;
			}	

			.addCart input{
				display : inline ;
				border-width : 0px !important;
				margin: 0;
				background : #27251f !important;
				cursor : pointer;
				padding: 6px 10px;
				transition: all .4s;
			}	
			.addCart input:hover {
				filter: brightness(1.5);
				transition: all .4s;
			}	
			.addCart input.saved{
				font-style:italic ;
			}			
/* PRODUCT */
	#product{}
	
		#product h1{}
		#product h1 + span{}
		
		#product .pictures{
			width: 50%;
			float: left;
			margin: 20px 0;
		}
			#product .pictures #picture{
				text-align: center;
				background: #fff;
				line-height: 0;
				margin-bottom: 10px;
			}
				#product .pictures #picture img{
					max-width : 100%;
					margin : 0 auto;
					max-height: 400px;
				}
			#product .pictures #pictures{
				padding : 0px ;
				text-align : left ;
				margin : 0 -5px ;
			}
				#product .pictures #pictures img{
					margin: 0 auto;
					max-width: 25%;
					box-sizing: border-box;
					padding: 0 1%;
				}
		#product .details{
			width: 50%;
			float: left;
			margin: 10px 0;
			text-align: right;
			box-sizing: border-box;
			padding: 10px 30px;
		}
		#product .details h2 {
			margin-bottom: 0;
			font-weight: 700;
			margin-right: 10px;
		}
		#product .details span.ref {
			font-family: 'Lato', sans-serif;
			font-size: 11px;
			margin-right: 10px;
		}
			#product .details #prix .price{
				margin-top: 30px;
			}
			#product .details #prix .price{
				font-size: 20px;
				font-weight: bold;
				background: #fff;
				width: 181px;
				display: inline-block;
				height: 42px;
				line-height: 42px;
				padding: 0 10px;
				text-align: center;
				margin-right: 6px;
				margin-bottom: 0;
			}
			#product .details #description{
				text-align : left ;
				margin-top: 50px;
			}
		
		#product .infos{
			clear : both ;
			width : auto ;
			margin : 10px 0 ;
		}
		
/* RECHERCHE */.search label{
		text-align : left ;
		display : inline ;
		color : inherit ;
		font-weight: 600;
		font-size: 1.2em;
		width: 110px;
	}
	.search .range{
		padding-bottom : 20px;
	}
	.search .slider-range.ui-slider.ui-slider-horizontal{
		top : 10px ;
		width : 210px ; /* Largeur de la règle à curseur */
	}
	.ui-slider {
		left: 40px;
		top: -14px;
	}
	.text-range {
		width: 120px;
		position: relative;
		left: 5px;
		top: 10px;
		font-size: 18px !important;
	}
	.range .ui-corner-all {
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		border-radius: 0px;
	}
	#searchM .search .range{
		margin : 10px 0 ;
	}
	#searchM .search .slider-range{
		margin : 5px 0 20px;
	}
	#searchM .search .range div{
		padding : 0 ;
	}
	#searchM .ui-slider{
		top : 10px ;
	}
	
/* PANIER */
	#banner .panier{
		top : 35px ;
		right : 20px ;
		position : absolute;
	}
	#banner .panier *{
		background : transparent !important ;
	}

#toolbar #ico ul li.onlysmart{
	display : none !important;
}	
@media (max-width: 700px) {
	#product .details, #product .pictures {
		width: 100%;    
		padding: 10px 0px;
	}
	.short_product,#miseavt,.contain{
		width : 300px ;
	}
	.short_product{
		width : 300px ;
	}
	#product .situation,#product .details,#miseavt,.contain{
		margin : 5px auto ;
	}
	.mobile_only #toolbar #ico ul li.onlysmart{display:table-cell !important;}
	#toolbar #ico ul li.nosmart{display:none !important;}
	
}