/*
* CONTENT ENTREPRISE
*/
.text-entreprise {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.text-entreprise div {
  width: 480px;
  padding: 100px 60px;
  margin-top: 10px;
  margin-left: 10px;
  border-radius: 6px;
  box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
  letter-spacing: 1px;
}
.text-entreprise div:nth-child(2) {
  background-image: url("img/links_pic/isis.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  background-size: 100%;
  background-position: center;
}
.text-entreprise div:nth-child(3) {
  background-image: url("img/links_pic/isis-tech.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  background-size: 100%;
  margin-bottom: 10px;
}
.text-entreprise div:nth-child(4) {
  background-color: var(--orange-color);
  color: #fff;
  margin-bottom: 10px;
}
