.elementor-6070101 .elementor-element.elementor-element-ea9d089 > .elementor-widget-container{margin:-35px -150px 0px -150px;}@media(max-width:1024px){.elementor-6070101 .elementor-element.elementor-element-ea9d089 > .elementor-widget-container{margin:-35px -62px 0px -62px;}}@media(max-width:767px){.elementor-6070101 .elementor-element.elementor-element-ea9d089 > .elementor-widget-container{margin:-40px -40px 0px -40px;}}/* Start custom CSS for html, class: .elementor-element-ea9d089 */.hero-banner {
  background-image: url('https://inergy.mg/img/cms/home/photo1.jpg');
  background-size: cover;
  background-position: center;
  height: 90vh;
  position: relative;
  color: #fa7602;
}

.hero-banner .overlay {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hero-banner .container {
  z-index: 2;
  position: relative;
}

.texte-begin {
  text-align: center;
  font-size: 18px;
  margin-bottom: 40px;
}

.image-container {
  position: relative;
  overflow: hidden;
  height: 220px;
}

.image-container img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  display: block;
  width: 100%;
  height: 70%;
  object-fit: cover;
}

.image-container::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 50px;
  background-color: #fa7602;
  border-radius: 0 100% 100% 100%;
  z-index: 1;
}

.card-title.text-center {
  position: relative;
  display: inline-block;
  padding-bottom: 30px;
  color: #fa7602;
}

.card-title.text-center::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 20%;
  width: 60%;
  height: 3px;
  background-color: #fa7602;
}

.card.shadow-orange {
  box-shadow: 0 4px 20px rgba(244, 124, 4, 0.2); /* Ombre orange douce */

  transition: box-shadow 0.3s ease-in-out;
  border-radius: 10px;
}

.card.shadow-orange:hover {
  box-shadow: 0 8px 50px rgba(244, 124, 4, 0.2); /* Ombre plus marquée au survol */
}

@media (max-width: 768px) {
  .hero-banner {
    height: 60vh;
    background-position: center top;
  }
}

/*nos valeurs*/

/* CSS spécifique à la section Nos valeurs */
.about-valeurs{
/*background: linear-gradient(to right, #2b3846, #b5bbda);*/
            background:
                linear-gradient(to bottom right, rgba(246, 247, 249, 0.6), rgba(255, 244, 238, 0.5)),
                url('https://inergy.mg/img/cms/home/panneaux.jpg') no-repeat center center fixed;
            background-size: cover;
    }
}

.about-valeurs .valeur-item {
  transform: translateY(0);
}

.about-valeurs .valeurs-wave .valeur-item:nth-child(odd) {
  transform: translateY(-15px);
}

.about-valeurs .valeurs-wave .valeur-item:nth-child(even) {
  transform: translateY(15px);
}

.about-valeurs .valeur-circle {
  /*background-color: #f8f8f8;*/
  background-color: rgba(255, 255, 255, 0.9);
  width: 160px;
  height: 160px;
  border-radius: 50%;
  padding: 20px;
  /*box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);*/
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
@keyframes sunPulse {
  0% { box-shadow: 0 0 0 10px rgba(250, 118, 2, 0.1); }
  50% { box-shadow: 0 0 0 20px rgba(250, 118, 2, 0.15); }
  100% { box-shadow: 0 0 0 10px rgba(250, 118, 2, 0.1); }
}

.about-valeurs .valeur-circle {
  animation: sunPulse 3s infinite;
}

.about-valeurs .valeur-circle:hover {
  transform: scale(1.05);
}

.about-valeurs .valeur-circle i {
  color: #f7973d;
}

.about-valeurs .valeur-circle h6 {
  margin: 0;
  font-weight: bold;
  font-size: 14px;
  color: #f7973d;
}

/*le reste maintenant*/

.nos-cartes-wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 0;
  background-color: #fefdfd ;
}
.card.card-text-content {
  background-color: rgba(250, 118, 2,0.05);
}

.card-text-content {

  min-height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 2px solid #fa7602 !important;
  border-radius: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease-in-out;
}
.card-text-content:hover {
  transform: translateY(-5px);
}

.card-text-content .card-body {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  text-align: center;
}

.card-text-content .card-body i {
  margin-bottom: 15px;
}

.card-text-content .card-text {
  margin-bottom: 0;
  flex-grow: 1;
  font-size: 15px;
}

.card-text-content .card-title {
    color: #fa7602;
}

.card-text-content ul li {
  font-size: 15px;
  padding-bottom: 15px;
  margin-bottom: -25px;
}/* End custom CSS */