/*  ---------------------------------------
    |                                     |
    |               Features              |
    |                                     |
    ---------------------------------------
*/

.architecture {
  background-image: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('../images/architecture.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  height: 100px;
  width: 24rem;
}

.genie_civil {
  background-image: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('../images/genie_civil.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  height: 100px;
}

.d_model {
  background-image: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('../images/3d_model.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  height: 100px;
}

.domaines {
  background-image: linear-gradient(rgba(255,255,255,0.8), rgba(255,255,255,0.8)), url('../images/domaines.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  /*opacity: 0.1;*/
}

.bonamoussadi {
  background-image: url('../images/bonamoussadi.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.bappelepe {
  background-image: url('../images/bappelepe.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}


.starland {
  background-image: url('../images/starland.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.team-img{
  background-image: url('../images/team.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

@media (max-width: 991.98px) {
  .team-img {
    background-size: contain;
  }
}
.contact{
  background-image: linear-gradient(rgba(255,255,255,0.8), rgba(255,255,255,0.8)), url('../images/contact.jpg');
  background-size: contain;
  background-repeat: no-repeat;
}