@charset "UTF-8";

/*
dark grey: #333333
bleu calir: #3498db
yello: #f1c40f
*/

/*GALLERIE PHOTOS*/
.squale img {
  position: relative;
  /* margin-top: 100px;
  height: 447px;
  width: 335px; */
  height: 335px;
  width: 447px;
}

.squale .hov {
  position: absolute;
  /* top: 145px;
  left: 57px; */
  top: 100px;
  background-color: rgba(0, 0, 0, 1);
  height: 335px;
  width: 447px;
  text-align: center;
  color: white;
}

.content {
  margin-top: 20%;
  transform: translateY(-100px);
  transition-duration: 0.5s;
}

.content_hover {
  margin-top: 20%;
  transform: translateY(0);
  transition-duration: 0.5s;
}
