	html {-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;}
	body {width: 100%;}
	header {
	width: 100%;
	position: fixed;
	z-index: 99999;
	}
	section{
	width: 100%;
	position: relative;
	z-index: 99998;
	top: 60px;
	}
	footer {
	width: 100%;
	position: relative;
	z-index: 99997;
	top: 60px;
	}

@media (max-device-width:768px) and (orientation: landscape) {  }
/**====================== style des produits  ================================**/
.news {
	width: 100%;
  	text-align: center;
  	position: relative;
	overflow: hidden;
	visibility: visible;
	background-color: #FFFFFF;
	margin:  0px;
}

.news-item {
	width: 24%;
	height:300px;
	min-width: 270px;
	display: inline-block;
	margin: 0px 2px 0px 2px;
	position: relative;
	text-align: left;
}

.news-item h2 {
	text-align: center;
	font-weight: bold;
	color: #ffffff;
	font-size: 40px;
	background-color: #820000;
	font-family: Lato, Calibri, Arial, sans-serif;
	text-transform: uppercase;
	margin-top: 10px;
}
.news-item h4 {
	font-size: 22px;
	color: #820000;
	margin: 3px;
}
.news-item p {
	font-size: 16px;
	color: #000000;
	margin: 3px;
}
.news-item a.readmore {
	border-bottom: 1px solid #820000;
	display: block;
	color: #820000;
	text-align: right;
	margin: 3px 0px;
	text-decoration : none; 
}
.news-item a.readmore:hover {
	border-bottom: 1px solid #E0080B;
	color: #E0080B;

}
.news-item p1 {
	visibility: hidden;
}
/** ========================================= fon style des produits ================================ **/
.view-one {
	overflow: hidden;
	position: relative;
	cursor: default;
}
.view-one img {
	width: 100%;
	height: 270px;
    display: block;
    position: relative;
   -webkit-transition: all 0.2s ease-in;
   -moz-transition: all 0.2s ease-in;
   -o-transition: all 0.2s ease-in;
   -ms-transition: all 0.2s ease-in;
   transition: all 0.2s ease-in;
}
.view-one .mask {
   background-color: rgba(0,0,0,0.6);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: translate(0px, -100px) ;
   -moz-transform: translate(0px, -100px) ;
   -o-transform: translate(0px, -100px) ;
   -ms-transform: translate(0px, -100px);
   transform: translate(0px, -100px);
   -webkit-transition: all 0.2s 0.4s ease-in-out;
   -moz-transition: all 0.2s 0.4s ease-in-out;
   -o-transition: all 0.2s 0.4s ease-in-out;
   -ms-transition: all 0.2s 0.4s ease-in-out;
   transition: all 0.2s 0.4s ease-in-out;
}
.view-one:hover img{
 /* Firefox 10+, Firefox on Android */
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(100%);
}
.view-one:hover .mask{
	width: 100%;height: 100%;position: absolute;overflow: hidden;top: 0;left: 0;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);opacity: 1;
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	-ms-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transform: translate(0px, 0px);
	-moz-transform: translate(0px, 0px);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
}

/*================  icon lire plus ================================*/
a.picon-zoom {
	margin-left:-20px !important;
	background:#59292c; width:77px; height:32px; 
	line-height:0px; display:inline-block; text-align:left;
	position:absolute; top:40%; outline: none;
	-webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s;left:-55px;text-decoration: none;	
}
a.picon-zoom:hover {background:#820000; }
.view-one:hover a.picon-zoom {left:46%;margin-left:-46px;}
a.picon-zoom i {
	background: #fff;
	width: 64px;
	height: 20px;
	color: #59292c;
	padding: 3px;
	margin: 3px;
	display: inline-block;
	font-family:"";font-weight:normal;font-style:normal;
	text-decoration:none;-webkit-font-smoothing:antialiased;	
	text-align: center;
	line-height:normal;vertical-align:baseline;
	font-size: 14px;
}
a.picon-zoom i:hover {
	color: #820000;
	padding: 3px;
	margin: 3px;
	text-decoration: none;
	font-size: 14px;
}
			
