.view {
   width: 100%;
   height: 230px;
   margin-bottom: 5px;
   float: left;
   overflow: hidden;
   position: relative;
   text-align: center;
   cursor: default;
   background: #fff url(../images/bgimg.jpg) repeat center center;
}
.view .mask,.view .content {
   width: 100%;
   height: 230px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
   width: 100%;
   height: 200px;
}
.titre-view{
   text-transform: uppercase;
   text-align: center;
   position: relative;
   font-size: 17px;
   margin: 3px 0 0 0;
   font-family: 'LatoB';
}
.view h2 {
   text-transform: uppercase;
   color: #fff;
   text-align: center;
   position: relative;
   font-size: 24px;
   padding: 10px;
   background: transparent;
   margin: 20% 0 0 0;
   font-family: 'LatoB';
}
.view p {
   font-style: italic;
   font-size: 14px;
   position: relative;
   color: #fff;
   padding: 5px;
   text-align: center;
}
.view a.info {
   display: inline-block;
   text-decoration: none;
   padding: 5px 14px;
   color: #fff;
   text-transform: uppercase;
}
.view a.info:hover {
   -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;
}