.linkView {
   width: 100%;
   min-height: 331px;
   float: left;
   overflow: hidden;
   position: relative;
   text-align: center;
   cursor: default;
   padding:0px 0px;
   background: #262626 url(../images/bgimg.jpg) no-repeat center center;
   color: #fff;
}
.linkViewTaille{
	 min-height: 415px;
}
.linkView:hover .descPrix {
	display:none;
}
.linkView:hover img {
	opacity: 0.1;
}
.linkView .linkMask, .linkView  .linkContent {
   width: 100%;
   height: 100%;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.linkView img {
   display: block;
   position: relative;
}
.linkMask a {
    color: #fff;
    font-family: 'Lato', sans-serif;
    float: left;
    border-radius: 3px;
    margin-top: 22px;
    margin-left: 4px;
}

.linkView h2 {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: 900;
	text-transform: uppercase;
	color: #bd0d42 ;
	text-align: center;
	position: relative;
	padding: 10px;
	margin: 10px 0 0 0;
}
.linkView h6{
	color:#fff;
	text-align: center;
}
.linkView h3 {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: 900;
	text-transform: uppercase;
	color: #bd0d42 ;
	text-align: center;
	position: relative;
	padding: 10px;
	margin: 15px 10px 0 2px;
	left: 17px;
}
.linkView p {
   font-family: 'Lato', sans-serif; font-size:15px;
   position: relative;
   color: #FFF;
   text-align: center;

}
.linkView a.info {
    display: inline-block;
    text-decoration: none;
    padding: 8px 7px;
    background: #fff;
    color: #000;
    font-size: 13px;
    margin: 15px 0 0 0;
    text-transform: uppercase;
    margin-left: 1px;
}
.linkView a.info:hover{
	color:#000;
  text-decoration: underline;
}
.descPrix h5{font-weight: bold;color: #bd0d42 ; font-size:14px;}
