.elementor-8908 .elementor-element.elementor-element-9f78dc6{--display:flex;}.elementor-widget-heading .elementor-heading-title{color:var( --e-global-color-primary );}.elementor-8908 .elementor-element.elementor-element-286d8bf{text-align:center;}.elementor-8908 .elementor-element.elementor-element-286d8bf .elementor-heading-title{font-size:35px;text-shadow:0px 0px 50px rgba(0,0,0,0.3);color:#000000;}/* Start custom CSS for heading, class: .elementor-element-286d8bf *//* --- Base reprise de ton calculateur --- */
.benna-container {
  max-width: 1200px;
  margin: 40px auto;
  padding: 0 20px;
  font-family: Arial, sans-serif;
}

.benna-main-card {
  background: #fff;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 28px;
  padding: 50px 35px;
  box-shadow: 0 18px 50px rgba(0,0,0,0.05);
}

.center-content {
  text-align: center;
}

/* --- Typographie de la page Services --- */
.benna-tag {
  display: inline-block;
  background: #f5fff8;
  color: #27AE60;
  padding: 8px 16px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 20px;
  border: 1px solid rgba(39,174,96,0.2);
}

.benna-section h2 {
  font-size: 46px;
  line-height: 1.15;
  margin-bottom: 20px;
  color: #1d2433;
  font-weight: 800;
}

.benna-section p.subtitle {
  font-size: 18px;
  color: #667085;
  line-height: 1.7;
  max-width: 750px;
  margin: 0 auto 50px auto; /* Centre le texte sous le titre */
}

/* --- Grille des Services --- */
.benna-services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-top: 20px;
}

.benna-service-card {
  background: #ffffff;
  border: 1px solid #eceff3;
  border-radius: 24px;
  padding: 40px 30px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.04);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.benna-service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
  border-color: #d1d5db;
}

.service-icon {
  font-size: 48px;
  margin-bottom: 20px;
  background: #f8fafc;
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0 8px 16px rgba(0,0,0,0.03);
}

.benna-service-card h3 {
  font-size: 24px;
  color: #1d2433;
  margin-bottom: 15px;
  font-weight: 800;
}

.benna-service-card p {
  font-size: 16px;
  color: #4b5563;
  line-height: 1.6;
  margin-bottom: 30px;
  flex-grow: 1; /* Permet d'aligner les boutons en bas même si le texte est de taille différente */
}

/* --- Boutons --- */
.benna-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 52px;
  border-radius: 14px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.25s ease;
}

.btn-green {
  background: linear-gradient(135deg, #27AE60 0%, #229954 100%);
  color: #fff;
  box-shadow: 0 12px 26px rgba(39,174,96,0.22);
}

.btn-green:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(39,174,96,0.28);
  color: #fff;
}

.btn-orange {
  background: linear-gradient(135deg, #F59E0B 0%, #D97706 100%);
  color: #fff;
  box-shadow: 0 12px 26px rgba(245, 158, 11, 0.22);
}

.btn-orange:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(245, 158, 11, 0.28);
  color: #fff;
}

/* --- Responsive (Mobiles) --- */
@media (max-width: 768px) {
  .benna-services-grid {
    grid-template-columns: 1fr; /* Les cartes se mettent l'une en dessous de l'autre */
  }
  
  .benna-section h2 {
    font-size: 32px;
  }
  
  .benna-main-card {
    padding: 30px 20px;
  }
}/* End custom CSS */