.elementor-1022 .elementor-element.elementor-element-e1f5a0f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1022 .elementor-element.elementor-element-94da7a5{padding:-3px -3px -3px -3px;}.elementor-1022 .elementor-element.elementor-element-7f15500{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1022 .elementor-element.elementor-element-6899db3{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-94da7a5 *//* CARTE PREMIUM */
.accueil-card {
  background: #FFFFFF;
  padding: 50px 20px 40px;
  text-align: center;
  border-radius: 14px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  max-width: 900px;
  margin: 0 auto 50px;
  position: relative;
}

/* BANDE TRICOLORE FINE EN HAUT */
.accueil-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 8px;
  width: 100%;
  background: linear-gradient(90deg, #349400, #FFC20F, #E33000);
  border-radius: 14px 14px 0 0;
}

/* TITRE CENTRÉ, TAILLE MODÉRÉE */
.accueil-card-title {
  font-size: 32px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #26001D; /* marron foncé */
  margin: 0;
  line-height: 1.3;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-703c410 *//* CONTENEUR DE CHAQUE SERVICE */
.service-item {
  display: flex;
  align-items: center;
  gap: 12px;
  background-color: #FFF8E8;
  padding: 14px 20px;
  margin-bottom: 12px;
  border-left: 6px solid #349400; /* bande verte CIFS */
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.06);
  transition: 0.3s ease;
}

/* ICÔNE DIAMANT COLORÉ */
.service-icon {
  font-size: 20px;
  color: #E33000; /* rouge CIFS */
  flex-shrink: 0;
}

/* TEXTE DU SERVICE */
.service-text {
  font-size: 18px;
  font-weight: 600;
  color: #26001D; /* marron foncé */
  line-height: 1.5;
}

/* HOVER : accent jaune */
.service-item:hover {
  border-left-color: #FFC20F; /* jaune CIFS */
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fbe8cd3 */.cifs-section-contact-cta {
  background-color: #fcd7a2; /* Nouvelle couleur */
  padding: 60px 20px;
  text-align: center;
  border-radius: 10px;
  margin-top: 60px;
}

.cifs-section-contact-cta h2 {
  font-size: 36px;
  color: #090C0D;
  margin-bottom: 20px;
  font-weight: 700;
}

.cifs-section-contact-cta p {
  font-size: 18px;
  color: #26001D;
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.cifs-contact-btn {
  background-color: #E33000; /* Rouge CIFS */
  color: #FFFFFF;
  padding: 14px 28px;
  border-radius: 6px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
}

.cifs-contact-btn:hover {
  background-color: #B82800; /* Rouge foncé */
}/* End custom CSS */