#image2{
  border-bottom: 10px solid #303030;
  width: 250px;
  height: 140px;
}
#image2mouse{
  background-color: #FFF!important;
  height: 140px;
  width: 250px;
  overflow: auto;
  opacity: 0;
  transition: 1s all;
}
#image2mouse:hover{
  opacity: 0.8;
}
.textimg{
  font-family: 'Oxygen', sans-serif;
  text-align: justify;
  line-height: 13px;
  font-size: 10px;
  padding: 15px;
}
.signtitre{
  font-family: 'Italianno', cursive;
  font-size: 40px;
  text-align: center;
  margin-bottom: -15px;
  color: #303030
}