.elementor-kit-8{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Quicksand";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */html, body {
  overflow-x: hidden;
}

.egx-subtitle-1 .gradient {
  background: linear-gradient(90deg, #145677, #0386fc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Nettoyage des surcouches */
.egx-btn-2::before,
.egx-btn-2::after { content:none !important; background:none !important; }

/* État normal */
.egx-btn-2 {
  display:inline-flex; align-items:center; gap:.6rem;
  padding:12px 24px; border:none; border-radius:999px; text-decoration:none;
  color:#fff !important;
  background: linear-gradient(90deg, #145677, #0386fc) !important;
  background-color: transparent !important; /* au cas où une couleur tente de passer devant */
  transition: transform .2s ease;
}

/* Hover = dégradé inversé (on force) */
.egx-btn-2:hover {
  background: linear-gradient(90deg, #0386fc, #145677) !important;
  background-color: transparent !important;
  color:#fff !important;
  transform: translateY(-2px);
}

/* Pas de fond sur les spans internes */
.egx-btn-2 .btn-text,
.egx-btn-2 .btn-icon { background:none !important; color:inherit !important; }

.message-wrap {
  background: linear-gradient(90deg, #145677, #0386fc);
  border-radius: 12px;   /* optionnel : arrondis */
  padding: 20px;         /* optionnel : respiration interne */
  color: #fff;           /* texte blanc pour rester lisible */
}

/* applique le dégradé directement */
.elementor-widget-container .action{
  background: linear-gradient(90deg,#145677,#0386fc) !important;
  border-radius: 0px;
  padding: 20px;
  color:#fff;
}

/* si un enfant met un fond par-dessus, on le neutralise */
.elementor-widget-container .action > *{
  background: transparent !important;
}

.action .fa-arrow-right {
  display: none !important;
}

.egx-feature-3-item .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  background: linear-gradient(135deg, #145677, #0386fc); /* dégradé */
  color: #fff; /* pour les icônes fontawesome */
}

/* si c'est un <svg> ou une <img> blanche, on les garde blancs */
.egx-feature-3-item .icon svg,
.egx-feature-3-item .icon i {
  color: #fff !important;
  fill: #fff !important;
  stroke: #fff !important;
}

.egx-feature-3-item .icon img {
  filter: brightness(0) invert(1); /* force l'image en blanc */
  width: 60%;
  height: auto;
}

.egx-services-3-card .card-content .top .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #145677, #0386fc); /* dégradé */
  color: #fff; /* pour Font Awesome */
}

/* Icônes en <i> ou <svg> → blanc */
.egx-services-3-card .card-content .top .icon i,
.egx-services-3-card .card-content .top .icon svg {
  color: #fff !important;
  fill: #fff !important;
  stroke: #fff !important;
}

/* Icônes en <img> → forcer en blanc */
.egx-services-3-card .card-content .top .icon img {
  filter: brightness(0) invert(1);
  width: 60%;
  height: auto;
}

.egx-hero-3-left .feature .item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 69px;
  height: 69px;
  border-radius: 50%;
  background: linear-gradient(135deg, #145677, #0386fc); /* dégradé */
  color: #fff; /* si c’est une icône FontAwesome */
}

/* Icône en <i> ou <svg> → blanc */
.egx-hero-3-left .feature .item .icon i,
.egx-hero-3-left .feature .item .icon svg {
  color: #fff !important;
  fill: #fff !important;
  stroke: #fff !important;
}

/* Icône en <img> → forcer en blanc */
.egx-hero-3-left .feature .item .icon img {
  filter: brightness(0) invert(1);
  width: 60%;
  height: auto;
}

.egx-energy-3-left .section-title-wrap .energy-title {
  background: linear-gradient(90deg, #145677, #0386fc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; /* pour Firefox */
  color: transparent;
}

/* le conteneur de l’image */
.egx-services-3-card .card-top .card-img{
  position: relative;
  overflow: hidden;                 /* garde les coins arrondis propres */
  border-radius: 16px;              /* ajuste à ton rayon réel */
}

/* liseré dégradé EN BAS (en dehors du visuel) */
.egx-services-3-card .card-top .card-img::after{
  content:"";
  position:absolute;
  left:0; right:0; bottom:0;
  height:8px;                       /* épaisseur du liseré */
  background: linear-gradient(90deg, #145677, #0386fc);
  z-index: 2;                       /* au-dessus du fond, pas sur l’image */
  pointer-events:none;
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}

.egx-experience-3-right .form-wrap {
  position: relative;
  z-index: 2;
  background: linear-gradient(135deg, #145677, #0386fc); /* dégradé bleu */
  padding: 45px;
  border-radius: 10px;
  text-align: center;
  max-width: 446px;
  color: #fff; /* texte lisible sur le fond */
}

.egx-client-3-area .section-title-wrap .title {
  font-size: 20px;
  text-transform: uppercase;
  line-height: 1.3;
  font-weight: 900;

  background: linear-gradient(90deg, #145677, #0386fc); /* ton dégradé */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; /* au lieu de #FF1394 */
  background-clip: text; /* pour Firefox */
  color: transparent;
}

.egx-energy-3-left .section-title-wrap .energy-title {
  color: #fff !important;       /* texte blanc */
  background: none !important;  /* supprime le dégradé */
  -webkit-background-clip: initial;
  -webkit-text-fill-color: #fff !important;
  background-clip: initial;
}

.elementor-773 .elementor-element.elementor-element-9dc1f50 .elementor-gt-heading {
  margin: 0px 0px 20px 0px;
  color: #145677 !important;
}

.elementor-773 .elementor-element.elementor-element-cd1e9b3 .elementor-gt-heading {
  margin: 0px 0px 20px 0px;
  color: #145677 !important;
}

.elementor-773 .elementor-element.elementor-element-6600719 .elementor-gt-heading {
  margin: 0px 0px 20px 0px;
  color: #145677 !important;
}

.elementor-773 .elementor-element.elementor-element-6d5c3bb .elementor-gt-heading {
  margin: 0px 0px 20px 0px;
  color: #145677 !important;
}

.elementor-773 .elementor-element.elementor-element-c064be5 .elementor-gt-heading {
  margin: 0px 0px 20px 0px;
  color: #145677 !important;
}

.elementor-773 .elementor-element.elementor-element-c55b6f6 .elementor-gt-heading {
  margin: 0px 0px 20px 0px;
  color: #145677 !important;
}/* End custom CSS */