/* Styles spécifiques pour la section "Nos Valeurs" */
.feature-section.section-bg-2 {
  background: linear-gradient(180deg, #05232b 0%, #08313a 100%);
  border-radius: 12px;
  padding: 100px 0;
}

.feature-section.section-bg-2 .section-title .subtitle {
  background: rgba(237, 246, 233, 0.95);
  color: var(--theme-color);
  padding: 10px 22px;
  border-radius: 8px;
  letter-spacing: 3.5px;
  font-weight: 700;
  display: inline-block;
}

.feature-section.section-bg-2 .section-title h2 {
  color: #ffffff;
  text-shadow: 0 8px 30px rgba(10, 20, 20, 0.6);
  font-weight: 700;
}

.feature-section.section-bg-2 .feature-box-items {
  background: transparent;
  padding: 26px 12px;
  border-radius: 8px;
}

.feature-section.section-bg-2 .feature-box-items h4 {
  color: rgba(255,255,255,0.96);
  font-weight: 700;
  margin-bottom: 12px;
}

.feature-section.section-bg-2 .feature-box-items p {
  color: rgba(255,255,255,0.82);
  line-height: 1.9;
}

.feature-section.section-bg-2 .feature-icon i,
.feature-section.section-bg-2 .feature-icon img {
  color: rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.03);
  padding: 12px;
  border-radius: 50%;
  display: inline-block;
  font-size: 26px;
  transition: all 0.35s ease;
}

.feature-section.section-bg-2 .feature-box-items:hover .feature-icon i,
.feature-section.section-bg-2 .feature-box-items:focus .feature-icon i {
  color: var(--theme-color-2);
  background: rgba(255,255,255,0.06);
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(3, 171, 35, 0.06);
}

@media (max-width: 991px) {
  .feature-section.section-bg-2 { padding: 60px 0; }
  .feature-section.section-bg-2 .section-title h2 { font-size: 34px; }
  .feature-section.section-bg-2 .feature-box-items h4 { font-size: 18px; }
  .feature-section.section-bg-2 .feature-icon i { font-size: 20px; padding: 10px; }
}
