
.view-newspaper span{
    display: block;
}

.view-newspaper .view-content {
    display: flex;
    justify-content: center ;
    flex-flow: row wrap;
}

.view-newspaper .views-row {
    max-width: 475px;
}

.view-newspaper .views-field-title {
    text-align: center;
}

.view-newspaper .views-field-title a {
    font-weight: bold;
    font-size: 15px;
    color: #32334f;
    border: none;
    width: 100%;
}

.view-newspaper .views-field-field-prevu img {
   /* -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  -webkit-transition: all .3s ease-out;*/
    /*width: auto;
    height: 265px;*/
    width: 100%;
    height: auto;
}

.view-newspaper .views-field-field-prevu img:hover {   
   /* box-shadow: 0 0 30px 0 rgba(0,0,0, 0.6);
    -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);*/
}

.view-newspaper .field-content{
    overflow: hidden;
}

.view-newspaper .list-group-item{
    width: 290px;
    height: 430px;
    position: relative;
    border: 1px solid rgba(139, 142, 219, .3);
}

.view-newspaper p{
    display: none;
}

.view-newspaper .views-field-field-prevu{
    display: flex;
    justify-content: center;
}

.view-newspaper .views-field-title{
    height: 31px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid rgba(139, 142, 219, .3);
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.view-newspaper .views-field-title:hover{
    background-color: rgba(139, 142, 219, 1);
    color: white;
    cursor: pointer;
}

.view-newspaper .views-field-title:hover a{
    color: white;
}

 .view-newspaper .views-field-field-date-g{
    color: #32334f;
    font-weight: bold;
    background: #fff;
    width: 100%;
    float: right;
    text-align: center;
    position: absolute;
    z-index: 1;
 }

 .view-newspaper .list-group-item{
    padding: 0;
 }