.bloc-works {
  display: flex;
  justify-content: space-between;
}

.bloc-works a {
  text-decoration: none;
  border: none;
}

.text_project {
  width: 300px;
  text-align: center;
}

.blocimg img {
  width: 20rem;
}

@media screen and (max-width: 768px) {
  .bloc-works {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .bloc-works p {
    width: auto;
  }
}
