/* === SECTION PRINCIPALE E-COMMERCE AFRIQUE === */
.ecommerce-afrique-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 25px 20px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 25px;
}
.ecommerce-afrique-image {
  flex: 1 1 45%;
  min-width: 320px;
}
.ecommerce-afrique-text {
  flex: 1 1 50%;
  min-width: 320px;
}
.ecommerce-afrique-text h1 {
  font-size: 38px;
  color: #FC6D0A;
  margin-bottom: 10px;
  text-align: left;
}
.ecommerce-afrique-text p {
  text-align: left;
  font-size: 17px;
  color: #444;
  line-height: 1.6;
  margin-bottom: 10px;
}
.ecommerce-afrique-text .btn {
  display: inline-block;
  margin-top: 8px;
}
.ecommerce-afrique-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .ecommerce-afrique-container {
    flex-direction: column;
    gap: 10px;
    padding: 15px 15px 0;
  }
  .ecommerce-afrique-text {
    order: 1;
    text-align: left;
  }
  .ecommerce-afrique-image {
    order: 2;
  }
  .ecommerce-afrique-text h1 {
    font-size: 26px;
    margin-bottom: 5px;
  }
  .ecommerce-afrique-text p {
    font-size: 15px;
    margin-bottom: 5px;
  }
  .ecommerce-afrique-text .btn {
    margin-top: 4px;
  }
  .ecommerce-afrique-image img {
    margin-top: 5px;
  }
}

/* === SECTION : POURQUOI ZIDSHOP EN AFRIQUE === */
.why-zidshop-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 25px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 15px 20px 5px;
}
.why-zidshop-content {
  flex: 1 1 50%;
  min-width: 320px;
  max-width: 520px;
  text-align: left;
}
.why-zidshop-image {
  flex: 1 1 50%;
  min-width: 320px;
}
.why-zidshop-image img {
  max-width: 520px;
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.why-zidshop-content h2 {
  font-size: 28px;
  color: #000;
  margin-bottom: 8px;
}
.why-item {
  position: relative;
  padding-left: 65px;
  margin-bottom: 15px;
}
.why-item i {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
  border-radius: 50%;
  background: #FC6D0A;
}
.why-item:nth-child(2) i,
.why-item:nth-child(4) i {
  background: #9219BC;
}
.why-item h3 {
  margin: 0 0 5px;
  font-size: 17px;
  color: #333;
}
.why-item p {
  margin: 0;
  font-size: 14px;
  color: #555;
  line-height: 1.5;
}

/* === Version mobile : icônes au-dessus du h3 et alignées à gauche === */
@media (max-width: 768px) {
  .why-zidshop-flex {
    flex-direction: column;
    gap: 10px;
    padding: 10px 15px 0;
  }
  .why-zidshop-content {
    order: 1;
  }
  .why-zidshop-image {
    order: 2;
    margin-top: 8px;
  }
  .why-item {
    padding-left: 0;
    margin-bottom: 12px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .why-item i {
    position: relative;
    margin-bottom: 6px;
    transform: none;
  }
}

/* === SECTION : UN TABLEAU DE BORD CONÇU POUR VOUS === */
.zidshop-dashboard-section {
  background: #f0def7;
  padding: 10px 20px 10px;
}
.zidshop-dashboard-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 20px;
}
.zidshop-dashboard-image {
  flex: 1 1 50%;
  min-width: 320px;
}
.zidshop-dashboard-text {
  flex: 1 1 50%;
  min-width: 320px;
}
.zidshop-dashboard-text h2 {
  font-size: 28px;
  color: #9219BC;
  margin-bottom: 8px;
}
.zidshop-dashboard-text p {
  font-size: 15px;
  color: #444;
  margin-bottom: 5px;
  line-height: 1.5;
}
.zidshop-dashboard-text .btn {
  margin-top: 4px;
}
.zidshop-dashboard-image img {
  max-width: 520px;
  width: 100%;
  border-radius: 10px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .zidshop-dashboard-container {
    flex-direction: column;
    gap: 8px;
    padding: 10px 15px 0;
  }
  .zidshop-dashboard-text {
    order: 1;
    text-align: left;
  }
  .zidshop-dashboard-image {
    order: 2;
    margin-top: 5px;
  }
}

/* === SECTION : SOLUTIONS DE PAIEMENT === */
.zidshop-payment-section {
  background: #f0def7;
  padding: 15px 20px 5px;
}
.zidshop-payment-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 25px;
}
.zidshop-payment-text {
  flex: 1 1 50%;
  min-width: 320px;
  max-width: 520px;
  text-align: left;
}
.zidshop-payment-image {
  flex: 1 1 50%;
  min-width: 320px;
}
.zidshop-payment-image img {
  max-width: 520px;
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.zidshop-payment-text h2 {
  font-size: 28px;
  color: #000;
  margin-bottom: 8px;
}
.payment-item {
  position: relative;
  padding-left: 65px;
  margin-bottom: 15px;
}
.payment-item i {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
  border-radius: 50%;
  background: #FC6D0A;
}
.payment-item:nth-child(2) i {
  background: #9219BC;
}
.payment-item h3 {
  margin: 0 0 5px;
  font-size: 17px;
  color: #333;
}
.payment-item p {
  margin: 0;
  font-size: 14px;
  color: #555;
  line-height: 1.5;
}
.zidshop-payment-text .btn {
  display: inline-block;
  margin-top: 5px;
}

/* === Version mobile : icônes au-dessus du h3 et alignées à gauche === */
@media (max-width: 768px) {
  .zidshop-payment-container {
    flex-direction: column;
    gap: 10px;
    padding: 10px 15px 0;
  }
  .zidshop-payment-text {
    order: 1;
  }
  .zidshop-payment-image {
    order: 2;
    margin-top: 8px;
  }
  .payment-item {
    padding-left: 0;
    margin-bottom: 12px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .payment-item i {
    position: relative;
    margin-bottom: 6px;
    transform: none;
  }
}


/* === SECTION : LIVRAISON RAPIDE === */
.zidshop-delivery-section {
  background: #f0def7;
  padding: 15px 20px 5px;
}
.zidshop-delivery-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 25px;
}
.zidshop-delivery-image {
  flex: 1 1 50%;
  min-width: 320px;
  text-align: center;
}
.zidshop-delivery-image img {
  max-width: 520px;
  width: 100%;
  height: auto;
  border-radius: 10px;
  display: block;
  margin: 0 auto;
}
.zidshop-delivery-text {
  flex: 1 1 50%;
  min-width: 320px;
  max-width: 520px;
  text-align: left;
}
.zidshop-delivery-text h2 {
  font-size: 28px;
  color: #000;
  margin-bottom: 8px;
}
.delivery-item {
  position: relative;
  padding-left: 65px;
  margin-bottom: 15px;
}
.delivery-item i {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
  border-radius: 50%;
  background: #FC6D0A;
}
.delivery-item:nth-child(2) i {
  background: #9219BC;
}
.delivery-item h3 {
  margin: 0 0 5px;
  font-size: 17px;
  color: #333;
}
.delivery-item p {
  margin: 0;
  font-size: 14px;
  color: #555;
  line-height: 1.5;
}
.zidshop-delivery-text .btn {
  display: inline-block;
  margin-top: 5px;
}

/* === Version mobile : icônes au-dessus du h3 et alignées à gauche === */
@media (max-width: 768px) {
  .zidshop-delivery-container {
    flex-direction: column;
    gap: 10px;
    padding: 10px 15px 0;
  }
  .zidshop-delivery-text {
    order: 1;
  }
  .zidshop-delivery-image {
    order: 2;
    margin-top: 8px;
  }
  .delivery-item {
    padding-left: 0;
    margin-bottom: 12px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .delivery-item i {
    position: relative;
    margin-bottom: 6px;
    transform: none;
  }
}
