.page.projets-page {
  background: white;
  background-color: rgba(255,255,255,0);
}

.portfolio-block.projects.compact-grid {
  background-color: rgba(255,255,255,0);
}

.heading {
}

.col-md-6.col-lg-4.item.zoom-on-hover {
  background-color: rgba(255,255,255,0);
  padding: 20px;
}

.description-heading {
  color: rgb(255,255,255);
}

.description {
  background-color: black;
}

.original-title {
  color: #5e82a3;
  text-align: center;
  padding-bottom: .6rem;
  margin-bottom: 8px;
  font-size: 19px;
}

.sizing-price {
  color: #7d8285;
  font-family: 'Roboto Condensed';
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0;
  text-align: center;
  line-height: 18px;
  margin-bottom: 8px;
  font-size: 15px;
}

.portfolio-block.compact-grid .item .image {
  transition: .8s ease-in-out;
}

@media (min-width:576px) {
  .zoom-on-hover:hover .image {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1.0;
    box-shadow: 2px 2px 5px rgba(24,24,24,0.23);
  }
}

@media (min-width: 576px) {
  #carousel-1 {
    height: 353px !important;
    padding-left: 19px;
  }
}

.img-fluid.d-flex.justify-content-center.image {
  background-color: rgba(255,255,255,0);
}

