.elementor-1061 .elementor-element.elementor-element-a53c589{--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;--padding-top:-4px;--padding-bottom:-4px;--padding-left:-4px;--padding-right:-4px;}.elementor-1061 .elementor-element.elementor-element-61cc414{--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-1061 .elementor-element.elementor-element-25a997b{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-64a0286 *//* EN-TÊTE AVEC BANDE DIAGONALE */
.entete-diagonal {
  background: #FFFFFF;
  padding: 60px 20px 50px;
  text-align: center;
  border-radius: 12px;
  position: relative;
  box-shadow: 0 6px 16px rgba(0,0,0,0.05);
  overflow: hidden;
}

/* BANDE TRICOLORE EN DIAGONALE */
.entete-diagonal::before {
  content: "";
  position: absolute;
  top: -40px;
  left: -60px;
  width: 160%;
  height: 80px;
  background: linear-gradient(90deg, #349400, #FFC20F, #E33000);
  transform: rotate(-3deg);
  z-index: 1;
  opacity: 0.85;
}

/* TITRE CENTRÉ */
.entete-diagonal-title {
  position: relative;
  z-index: 2;
  font-size: 30px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #26001D;
  margin: 0;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9481081 *//* CONTENEUR AVEC VARIATION SUBTILE */
.bloc-services-variant {
  background: #FFF9F0; /* beige légèrement plus rosé */
  padding: 32px 26px;
  border-left: 5px solid #FFC20F; /* bande jaune au lieu de verte */
  border-radius: 12px;
  box-shadow: 0 5px 14px rgba(0,0,0,0.05);
  max-width: 900px;
  margin: 30px auto;
}

/* LISTE DES SERVICES */
.liste-services-variant {
  list-style: none;
  padding: 0;
  margin: 0;
}

.liste-services-variant li {
  font-size: 17.5px;
  font-weight: 600;
  color: #26001D;
  padding: 12px 0;
  border-bottom: 1px solid #E8DCC8; /* ligne pleine mais très douce */
  position: relative;
  padding-left: 28px;
}

/* PUCE DIAMANT ROUGE — légèrement plus petite */
.liste-services-variant li::before {
  content: "◆";
  position: absolute;
  left: 0;
  top: 12px;
  color: #E33000;
  font-size: 14px; /* plus petit que l’autre bloc */
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-09cf4ee */.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 */