/* Section projet de construction — page Comm. Développ */
.construction-section {
  scroll-margin-top: 90px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.construction-section .section {
  padding: 12px 0;
}

.construction-section .section + .section {
  padding-top: 4px;
}

.construction-section .section-title {
  padding-bottom: 10px;
}

.construction-section .section-title h2 {
  margin-bottom: 4px;
  padding-bottom: 8px;
}

.construction-section .section-title p {
  margin-bottom: 0;
}

.construction-section .info-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.construction-section .info-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(86, 184, 230, 0.2);
}

.construction-section .detail-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.construction-section .detail-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.construction-section .project-details {
  padding: 1rem !important;
}

.construction-section #image_list_div .post-box {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background: #fff;
  height: 100%;
}

.construction-section #image_list_div .post-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.construction-section #image_list_div .post-img {
  overflow: hidden;
  border-radius: 12px 12px 0 0;
  position: relative;
}

.construction-section #image_list_div .post-img img,
.construction-section #image_list_div .post-img video {
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: transform 0.5s ease;
  display: block;
}

.construction-section #image_list_div .post-box:hover .post-img img,
.construction-section #image_list_div .post-box:hover .post-img video {
  transform: scale(1.05);
}

.construction-section #image_list_div .post-img .badge {
  z-index: 10;
}

.construction-section #image_list_div p {
  padding: 10px 12px;
  margin: 0;
  color: #1b2f45;
  font-size: 14px;
  line-height: 1.5;
}

.construction-section #image_list_div .text-center {
  min-height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.construction-section #image_list_div {
  margin-top: 8px;
}

.construction-hero-photo {
  position: relative;
  margin: 0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  background: #f6fcfe;
}

.construction-hero-photo__img {
  display: block;
  width: 100%;
  min-height: 220px;
  max-height: 340px;
  object-fit: cover;
}

.construction-hero-photo__caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0.65rem 1rem;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(to top, rgba(27, 47, 69, 0.92) 0%, rgba(27, 47, 69, 0.45) 70%, transparent 100%);
}

@media (max-width: 768px) {
  .construction-section .section {
    padding: 10px 0;
  }

  .construction-hero-photo__img {
    min-height: 180px;
    max-height: 260px;
  }

  .construction-hero-photo__caption {
    font-size: 0.95rem;
    padding: 0.5rem 0.75rem;
  }
}
