.automation-hero-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.automation-hero-row .et_pb_column:first-child {
  flex: 0 1 506px;
  width: 40% !important;
  margin-right: 30px !important; 
}

.automation-hero-row .et_pb_column:last-child {
  flex: 1 1 auto !important;
  display: flex;
  justify-content: flex-end;
  min-width: 0;
}

.automation-hero-row .et_pb_column:last-child img {
  width: 100%; 
  max-width: none !important; 
  height: auto;
  object-fit: contain;
}

@media (max-width: 1024px) {
  .automation-hero-row .et_pb_column:first-child {
    flex: 0 1 350px;
  }
}
@media (max-width: 980px) {
  .automation-hero-row {
    flex-direction: column !important; 
    text-align: center; 
  }

  .automation-hero-row .et_pb_column:first-child {
    flex: 0 0 auto !important;
    width: 100% !important; 
    max-width: 100% !important;
    margin-right: 0 !important; 
    margin-bottom: 40px; 
  }

  .automation-hero-row .et_pb_column:last-child {
    flex: 0 0 auto !important;
    width: 100% !important;
    display: flex;
    justify-content: center; 
  }

  .automation-hero-row .et_pb_button_module_wrapper {
    text-align: center !important;
  }
}

/* section 2 */
.pourquoi-cette-offre {
  display: flex;
}
.pourquoi-cette-offre .et_pb_column {
    margin-right: 64px;
    flex: 1 1 auto;
}
.problem-list {
  list-style: none;
  padding: 0 !important;
  margin: 0 !important;
  display: flex;
  flex-direction: column;
  gap: 20px; 
}

.problem-list li {
  display: flex;
  align-items: center;
  gap: 12px;
}

.client-first-list svg {
  flex-shrink: 0;
}

@media(max-width: 980px) {
.pourquoi-cette-offre {
  flex-direction: column;
}
  .pourquoi-cette-offre .et_pb_column {
    margin-right: 0;
}
}


/* section 3 */
.Cequenousproposons-row {
  display: flex;
}

.Cequenousproposons-row .et_pb_column {
  margin-right: 21px;
  flex: 1 1 auto;
  background: #0E0F11; 
  transition: all 0.35s ease;
  cursor: pointer;
}

.Cequenousproposons-row .et_pb_column:last-child {
  margin-right: 0;
}

.Cequenousproposons-row .et_pb_column:hover {
  background: linear-gradient(
    122.47deg,
    #BF8B3A 7.09%,
    #E2B763 84.87%
  );
}

.Cequenousproposons-row .et_pb_column p {
  color: #c5c7cb;
  transition: color 0.3s ease;
}

.Cequenousproposons-row .et_pb_column:hover p,
.Cequenousproposons-row .et_pb_column:hover h1,
.Cequenousproposons-row .et_pb_column:hover h2,
.Cequenousproposons-row .et_pb_column:hover h3,
.Cequenousproposons-row .et_pb_column:hover h4 {
  color: #fff;
}
.audit-title {
  margin-bottom: 32px;
}

.audit-content p {
  color: rgba(255, 255, 255, 0.8); 
  margin-bottom: 16px;
}

.audit-content p:last-child {
  margin-bottom: 0;
}

/*section4*/
.réultats-list {
  list-style: none;
  padding: 0 !important;
  margin: 0 !important;
  display: flex;
  flex-direction: column;
  gap: 16px; 
}
.réultats-icon svg {
  display: block;
}
.réultats-icon {
  flex-shrink: 0;
  padding: 13px;
  background: linear-gradient(122.47deg, #BF8B3A 7.09%, #E2B763 84.87%);
border-radius: 8px;
  
}
.réultats-list li {
  display: flex;
  align-items: center;
  gap: 28px;
}
.réultats-list li div {
    font-weight: 500;

}
/*section 6*/
.testimonial-swiper {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.testimonial-swiper .swiper-slide {
  width: 401px;
  transition: width 0.4s ease, opacity 0.4s ease; 
  opacity: 0.6;
 	height: auto;
  display: flex;
  align-items: stretch;
}

.testimonial-swiper .swiper-slide-active {
  width: 445px; 
  opacity: 1;
}

.testimonial-card {
  width: 100%; 
  display: flex;
  flex-direction: column; 
  gap: 16px;
  height: auto;           
  min-height: 362px;
  background: #121212;
  border: 1px solid rgba(231, 234, 236, 0.2);
  border-radius: 16px;
  padding: 48px 32px;
  transition: border 0.3s ease, box-shadow 0.3s ease;
}

.testimonial-swiper .swiper-slide-active .testimonial-card {
  border: 1px solid rgba(239, 189, 76, 1);
  box-shadow: 0px 1px 11.6px 1px rgba(239, 189, 76, 0.29);
  color: rgba(255, 255, 255, 0.8) !important;
}

.testimonial-swiper .swiper-slide-active 
.testimonial-card .quantity-comment-color {
  color: rgba(255, 255, 255, 0.8) !important;
}

.quantity-comment-color {
  color: #727272;
}
.success-story_image-wrapper {
  display: flex;
    justify-content: space-between;
    gap: 16px;
}
.success-story_image-wrapper img {
	border-radius: 50%;
}
@media (max-width: 980px) {
  .Cequenousproposons-row {
    flex-direction: column;
  }
}

/* section 7 */
.process_component {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 21px;
}

.process_item {
  position: relative;
  text-align: center;
  max-width: 300px;
  transition: transform 0.3s ease;
  padding: 0 27px;
}

/* desktop zigzag */
.process_item:nth-child(even) {
  margin-top: 111px;
}
.process_item:nth-child(odd) {
  margin-top: 0;
}

.process_title {
  color: rgba(243, 190, 111, 1);
  font-size: 1.1rem;
  margin-top: 24px;
}

@media (max-width: 1240px) {
  .process_component {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px 21px;
    justify-items: center;
  }

  .process_item {
    max-width: 100%;
    margin-top: 0 !important; 
  }
}

@media (max-width: 600px) {
  .process_component {
    grid-template-columns: 1fr;
  }
}


/*section 8 */
.pourquoi-row {
  display: grid;
  grid-template-columns: repeat(3, 333px);
  gap: 21px;
  justify-content: space-between; 
}

.pourquoi-row .et_pb_column {
  width: 100%;
}
@media (max-width: 1240px) {
  .pourquoi-row {
    grid-template-columns: repeat(2, 333px);
      justify-content: center; 

  }
}

@media (max-width: 768px) {
  .pourquoi-row {
    grid-template-columns: 1fr;
  }
}

