.contenant {
  position: relative;
  text-align: right;
  /* opacity: 0.2; */
}

.watercolor {
  position: absolute;
  bottom: 0%;
  left: 82%;
  /* color: rgb(63, 60, 60); */
  /* font-weight: 900; */
  transform: translate(-50%, -50%);
}

.watercolor > a:hover, .watercolor > a{
    color: #A9A9A9;
    opacity: 0.2;
    /* font-family: Impact, fantasy; */
    font-family: Impact,fantasy;
    font-style: normal;
    font-size: 22px;
}

.total-photo {
  position: absolute;
  bottom: 0%;
  left: 8%;
  font-family: Impact, fantasy;
  font-style: normal;
  /* font-weight: 900; */
  font-size: 18px;
  opacity: 0.2;
  background: #A9A9A9;
  background-size: 100%;
  padding: 5px;
  color: white;
  transform: translate(-50%, -50%);
}
.aimer {
  position: absolute;
  top: 5%;
  right: 0%;
  transform: translate(-50%, -50%);
  /* background: #f7f5f5; */
  color: white;
  border: none;
  border-radius: 50px;
  text-align: center;
  padding: 5px;
  padding-bottom: 0;
  -moz-border-radius: 50px/50px;
  -webkit-border-radius: 50px 50px;
}

.ml-9percent{
    padding-left: 9%;
}

@media (max-width:992px) {
    .ml-9percent{
        padding-left: 0;
    }
    .detail-marge-5{
        margin: 10px;
    }
}