.manycontacts .contact {
  background-color: #B9B9B9;
  border-radius: 10px;
  width: 200px;
  height: 200px;
  margin: 20px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
}
.manycontacts .contact span {
  margin: 0;
  position: absolute;
  top: 150px;
  text-align: center;
  width: 200px;
}
.manycontacts .contact1 {
  background-image: url("../images/logiciel.png");
}
.manycontacts .contact2 {
  background-image: url("../images/images.png");
}
.manycontacts .contact3 {
  background-image: url("../images/adhesion.png");
}
.manycontacts .contact4 {
  background-image: url("../images/webmaster.png");
}