.elementor-924 .elementor-element.elementor-element-2c813e7{--display:grid;--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}.elementor-924 .elementor-element.elementor-element-38f12da{--display:grid;--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}.elementor-924 .elementor-element.elementor-element-7310524{--display:grid;--e-con-grid-template-columns:repeat(2, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}.elementor-924 .elementor-element.elementor-element-c478d1d{--display:grid;--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}.elementor-924 .elementor-element.elementor-element-38be40d{--display:grid;--e-con-grid-template-columns:repeat(2, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}.elementor-924 .elementor-element.elementor-element-b36b382{--display:grid;--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}.elementor-924 .elementor-element.elementor-element-84baec7{--display:grid;--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}.elementor-924 .elementor-element.elementor-element-e54c233{--display:grid;--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}@media(max-width:1024px){.elementor-924 .elementor-element.elementor-element-2c813e7{--grid-auto-flow:row;}.elementor-924 .elementor-element.elementor-element-38f12da{--grid-auto-flow:row;}.elementor-924 .elementor-element.elementor-element-7310524{--grid-auto-flow:row;}.elementor-924 .elementor-element.elementor-element-c478d1d{--grid-auto-flow:row;}.elementor-924 .elementor-element.elementor-element-38be40d{--grid-auto-flow:row;}.elementor-924 .elementor-element.elementor-element-b36b382{--grid-auto-flow:row;}.elementor-924 .elementor-element.elementor-element-84baec7{--grid-auto-flow:row;}.elementor-924 .elementor-element.elementor-element-e54c233{--grid-auto-flow:row;}}@media(max-width:767px){.elementor-924 .elementor-element.elementor-element-2c813e7{--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(2, 1fr);--grid-auto-flow:row;}.elementor-924 .elementor-element.elementor-element-38f12da{--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(2, 1fr);--grid-auto-flow:row;}.elementor-924 .elementor-element.elementor-element-7310524{--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}.elementor-924 .elementor-element.elementor-element-c478d1d{--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(2, 1fr);--grid-auto-flow:row;}.elementor-924 .elementor-element.elementor-element-38be40d{--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}.elementor-924 .elementor-element.elementor-element-b36b382{--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(2, 1fr);--grid-auto-flow:row;}.elementor-924 .elementor-element.elementor-element-84baec7{--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(2, 1fr);--grid-auto-flow:row;}.elementor-924 .elementor-element.elementor-element-e54c233{--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(2, 1fr);--grid-auto-flow:row;}}/* Start custom CSS for container, class: .elementor-element-2c813e7 *//* ========================================
   PAGE IMPORT - CSS COMPLET
   Couleurs : #881C12 (rouge) et #EC651D (orange)
   ======================================== */

/* === HERO SECTION === */

.import-hero {
  position: relative;
  width: 100%;
  min-height: 600px;
  background: linear-gradient(135deg, #881C12 0%, #EC651D 100%);
  background-image: 
    linear-gradient(135deg, rgba(136, 28, 18, 0.95) 0%, rgba(236, 101, 29, 0.95) 100%),
    url('https://placehold.co/1920x800/881C12/FFFFFF?text=Hero+Import');
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 80px;
}

.import-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 70% 50%, rgba(236, 101, 29, 0.2) 0%, transparent 60%);
  pointer-events: none;
}

.import-hero-content {
  position: relative;
  z-index: 2;
  max-width: 1000px;
  text-align: center;
  padding: 100px 40px;
}

.import-hero-badge {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  color: white;
  padding: 10px 25px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 25px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
}

.import-hero-title {
  color: white;
  font-size: 58px;
  font-weight: 700;
  margin: 0 0 25px 0;
  line-height: 1.2;
  text-shadow: 0 4px 10px rgba(0,0,0,0.3);
}

.import-hero-subtitle {
  color: rgba(255, 255, 255, 0.95);
  font-size: 24px;
  margin: 0 0 50px 0;
  line-height: 1.5;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.import-hero-stats {
  display: flex;
  justify-content: center;
  gap: 60px;
  margin-bottom: 40px;
}

.hero-stat {
  text-align: center;
}

.hero-stat-number {
  display: block;
  color: white;
  font-size: 42px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 8px;
}

.hero-stat-label {
  display: block;
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.import-hero-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.hero-btn {
  display: inline-block;
  padding: 16px 40px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.hero-btn-primary {
  background: white;
  color: #881C12;
}

.hero-btn-primary:hover {
  background: #EC651D;
  color: white;
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(236, 101, 29, 0.3);
}

.hero-btn-secondary {
  background: transparent;
  color: white;
  border: 2px solid white;
}

.hero-btn-secondary:hover {
  background: white;
  color: #881C12;
  transform: translateY(-3px);
}

/* === SECTIONS COMMUNES === */

.import-section-title {
  color: #881C12;
  font-size: 42px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 15px 0;
}

.import-section-subtitle {
  color: #666;
  font-size: 18px;
  text-align: center;
  margin: 0 0 60px 0;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

/* === AVANTAGES === */

.import-advantages {
  padding: 80px 0;
}

.advantages-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.advantage-card {
  background: white;
  border-radius: 15px;
  padding: 40px 30px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.advantage-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(136, 28, 18, 0.15);
  border-color: #EC651D;
}

.advantage-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  border-radius: 15px;
  overflow: hidden;
  background: #FFF5F0;
}

.advantage-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.advantage-title {
  color: #881C12;
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 15px 0;
}

.advantage-text {
  color: #666;
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
}

/* === PAYS SOURCES === */

.import-sources {
  padding: 80px 0;
}

.sources-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  max-width: 1200px;
  margin: 0 auto;
}

.country-card {
  background: white;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
  text-align: center;
  transition: all 0.3s ease;
}

.country-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(136, 28, 18, 0.15);
}

.country-flag {
  width: 100%;
  height: 150px;
  overflow: hidden;
  background: #FFF5F0;
}

.country-flag img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.country-name {
  color: #881C12;
  font-size: 18px;
  font-weight: 700;
  margin: 20px 0 10px 0;
  padding: 0 15px;
}

.country-description {
  color: #666;
  font-size: 14px;
  line-height: 1.5;
  margin: 0 0 20px 0;
  padding: 0 15px;
}

/* === LISTE PRODUITS === */

.products-list {
  padding: 0;
}

.products-list-title {
  color: #881C12;
  font-size: 32px;
  font-weight: 700;
  margin: 0 0 40px 0;
}

.product-item {
  display: flex;
  gap: 20px;
  padding: 20px 0;
  border-bottom: 2px solid #FFF5F0;
  transition: all 0.3s ease;
}

.product-item:last-child {
  border-bottom: none;
}

.product-item:hover {
  padding-left: 10px;
}

.product-icon {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #881C12 0%, #EC651D 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

.product-content {
  flex: 1;
}

.product-name {
  color: #881C12;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 5px 0;
}

.product-description {
  color: #666;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

/* === PROCESSUS === */

.import-process {
  padding: 80px 0;
}

.process-timeline {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.process-step {
  position: relative;
  display: flex;
  gap: 30px;
  align-items: flex-start;
}

.process-number {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 45px;
  height: 45px;
  background: linear-gradient(135deg, #881C12 0%, #EC651D 100%);
  color: white;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  box-shadow: 0 5px 15px rgba(136, 28, 18, 0.3);
  z-index: 2;
}

.process-icon {
  flex-shrink: 0;
  width: 120px;
  height: 120px;
  border-radius: 15px;
  overflow: hidden;
  background: #FFF5F0;
}

.process-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.process-content {
  flex: 1;
  padding-top: 15px;
}

.process-title {
  color: #881C12;
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 12px 0;
}

.process-text {
  color: #666;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}

/* === GARANTIES === */

.guarantees-content {
  padding: 40px;
}

.guarantees-title {
  color: #881C12;
  font-size: 32px;
  font-weight: 700;
  margin: 0 0 30px 0;
}

.guarantees-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.guarantees-list li {
  color: #666;
  font-size: 17px;
  line-height: 2;
  padding: 12px 0;
  border-bottom: 2px solid #FFF5F0;
  transition: all 0.3s ease;
}

.guarantees-list li:hover {
  color: #881C12;
  padding-left: 10px;
}

.guarantees-list li:last-child {
  border-bottom: none;
}

/* === TARIFS === */

.import-pricing {
  padding: 80px 0;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.pricing-card {
  background: white;
  border: 2px solid #E8E8E8;
  border-radius: 15px;
  padding: 40px 30px;
  text-align: center;
  position: relative;
  transition: all 0.3s ease;
}

.pricing-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(136, 28, 18, 0.15);
  border-color: #881C12;
}

.pricing-featured {
  border-color: #881C12;
  border-width: 3px;
  background: linear-gradient(to bottom, #FFF5F0 0%, white 100%);
  transform: scale(1.05);
}

.pricing-featured:hover {
  transform: translateY(-10px) scale(1.05);
}

.pricing-badge {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: #EC651D;
  color: white;
  padding: 5px 20px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.pricing-icon {
  width: 100px;
  height: 100px;
  margin: 0 auto 20px;
  border-radius: 15px;
  overflow: hidden;
}

.pricing-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pricing-title {
  color: #881C12;
  font-size: 26px;
  font-weight: 700;
  margin: 0 0 10px 0;
}

.pricing-delay {
  color: #EC651D;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}

.pricing-description {
  color: #666;
  font-size: 14px;
  margin-bottom: 25px;
  line-height: 1.6;
}

.pricing-features {
  list-style: none;
  padding: 0;
  margin: 0 0 25px 0;
  text-align: left;
}

.pricing-features li {
  padding: 10px 0;
  border-bottom: 1px solid #F0F0F0;
  font-size: 14px;
  color: #666;
}

.pricing-features li:last-child {
  border-bottom: none;
}

.pricing-price {
  color: #881C12;
  font-size: 32px;
  font-weight: 700;
}

/* === CHIFFRES CLÉS === */

.import-stats {
  background: linear-gradient(135deg, #881C12 0%, #EC651D 100%);
  padding: 80px 40px;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 60px;
  max-width: 1200px;
  margin: 0 auto;
}

.stat-item {
  text-align: center;
}

.stat-number {
  display: block;
  color: white;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
}

.stat-label {
  display: block;
  color: rgba(255, 255, 255, 0.95);
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* === FAQ === */

.import-faq {
  padding: 80px 0;
}

.faq-accordion {
  max-width: 900px;
  margin: 0 auto;
}

.faq-item {
  background: white;
  border: 2px solid #E8E8E8;
  border-radius: 12px;
  margin-bottom: 15px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq-item:hover {
  border-color: #881C12;
  box-shadow: 0 5px 15px rgba(136, 28, 18, 0.1);
}

.faq-question {
  padding: 25px 30px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  background: white;
  transition: all 0.3s ease;
  user-select: none;
}

.faq-question:hover {
  background: #FFF5F0;
}

.faq-question span:first-child {
  font-size: 18px;
  font-weight: 600;
  color: #2C2C2C;
  flex: 1;
}

.faq-icon {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #881C12;
  color: white;
  border-radius: 50%;
  font-size: 24px;
  font-weight: 300;
  transition: all 0.3s ease;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  padding: 0 30px;
}

.faq-answer p {
  color: #666;
  font-size: 15px;
  line-height: 1.7;
  margin: 0 0 15px 0;
}

.faq-answer p:last-child {
  margin-bottom: 0;
}

.faq-answer ul,
.faq-answer ol {
  color: #666;
  font-size: 15px;
  line-height: 1.7;
  margin: 15px 0;
  padding-left: 25px;
}

.faq-answer li {
  margin-bottom: 8px;
}

/* État actif FAQ */
.faq-active .faq-question {
  background: #FFF5F0;
}

.faq-active .faq-question span:first-child {
  color: #881C12;
  font-weight: 700;
}

.faq-active .faq-icon {
  background: #EC651D;
  transform: rotate(45deg);
}

.faq-active .faq-answer {
  max-height: 1000px;
  padding: 25px 30px 30px 30px;
}

/* === TÉMOIGNAGE === */

.import-testimonial {
  padding: 80px 0;
}

.testimonial-single {
  max-width: 800px;
  margin: 0 auto;
  background: white;
  padding: 50px;
  border-radius: 15px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.1);
  text-align: center;
}

.testimonial-stars {
  color: #EC651D;
  font-size: 24px;
  margin-bottom: 25px;
}

.testimonial-text {
  color: #666;
  font-size: 18px;
  line-height: 1.8;
  font-style: italic;
  margin: 0 0 35px 0;
}

.testimonial-author {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.testimonial-photo {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #EC651D;
}

.testimonial-info {
  display: flex;
  flex-direction: column;
  text-align: left;
}

.testimonial-name {
  color: #881C12;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}

.testimonial-role {
  color: #999;
  font-size: 15px;
}

/* === CTA FINAL === */

.import-cta {
  background: linear-gradient(135deg, #881C12 0%, #EC651D 100%);
  padding: 100px 40px;
  text-align: center;
}

.import-cta-content {
  max-width: 800px;
  margin: 0 auto;
}

.import-cta-title {
  color: white;
  font-size: 42px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.import-cta-subtitle {
  color: rgba(255, 255, 255, 0.9);
  font-size: 20px;
  margin: 0 0 40px 0;
}

.import-cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.cta-btn {
  display: inline-block;
  padding: 16px 40px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.cta-btn-white {
  background: white;
  color: #881C12;
}

.cta-btn-white:hover {
  background: #EC651D;
  color: white;
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(236, 101, 29, 0.3);
}

.cta-btn-outline {
  background: transparent;
  color: white;
  border: 2px solid white;
}

.cta-btn-outline:hover {
  background: white;
  color: #881C12;
  transform: translateY(-3px);
}

/* === RESPONSIVE === */

@media (max-width: 1024px) {
  .advantages-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .sources-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  
  .pricing-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  
  .pricing-featured {
    transform: scale(1);
  }
  
  .pricing-featured:hover {
    transform: translateY(-10px) scale(1);
  }
  
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}

@media (max-width: 768px) {
  .import-hero {
    min-height: 500px;
    margin-bottom: 50px;
  }
  
  .import-hero-content {
    padding: 80px 20px;
  }
  
  .import-hero-title {
    font-size: 38px;
  }
  
  .import-hero-subtitle {
    font-size: 18px;
    margin-bottom: 40px;
  }
  
  .import-hero-stats {
    flex-direction: column;
    gap: 30px;
  }
  
  .sources-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  
  .import-section-title {
    font-size: 32px;
  }
  
  .stats-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  
  .faq-question {
    padding: 20px;
  }
  
  .faq-question span:first-child {
    font-size: 16px;
  }
  
  .testimonial-single {
    padding: 35px 25px;
  }
  
  .testimonial-author {
    flex-direction: column;
  }
  
  .testimonial-info {
    text-align: center;
  }
}

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

/* ========================================
   FIN DU CSS
   ======================================== *//* End custom CSS */