.previewAnimation{
     float:left;
     width:100%;
     height:280px;
     position: relative;
     background-repeat: no-repeat;
     background-size:cover;
     background-position: center;
     overflow: hidden;
     border:solid 1px #ff9c00;
     border-radius: 8px;
     transition: 0.5s;
     cursor:pointer;
}
.previewAnimation:hover{
     box-shadow: 0px 0px 8px #665;
}
.titreAnimation{
     position: absolute;
     bottom:0;
     left:0;
     width:100%;
     padding:10px 15px;
     border-radius:10px 10px 0px 0px;
     background-color:#ff9c00;
     color: #484545;
     font-size: 16px;
}
.imageAnimation{
     float:left;
     width: 100%;
     height:200px;
     background-repeat: no-repeat;
     background-size:cover;
     border-radius:10px;
     margin:15px 0px;
}
.textAnimation{
     float:left;
     width:100%;
     line-height:20px;
     color: #484545;
}