.elementor-914 .elementor-element.elementor-element-7758365{--display:grid;--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}.elementor-914 .elementor-element.elementor-element-422547c{--display:grid;--e-con-grid-template-columns:repeat(2, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}.elementor-914 .elementor-element.elementor-element-884685e{--display:grid;--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}.elementor-914 .elementor-element.elementor-element-fae074a{--display:grid;--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}.elementor-914 .elementor-element.elementor-element-7f7d9f8{--display:grid;--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}.elementor-914 .elementor-element.elementor-element-17558e4{--display:grid;--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}.elementor-914 .elementor-element.elementor-element-bbff669{--display:grid;--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}.elementor-914 .elementor-element.elementor-element-c57969e{--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-914 .elementor-element.elementor-element-7758365{--grid-auto-flow:row;}.elementor-914 .elementor-element.elementor-element-422547c{--grid-auto-flow:row;}.elementor-914 .elementor-element.elementor-element-884685e{--grid-auto-flow:row;}.elementor-914 .elementor-element.elementor-element-fae074a{--grid-auto-flow:row;}.elementor-914 .elementor-element.elementor-element-7f7d9f8{--grid-auto-flow:row;}.elementor-914 .elementor-element.elementor-element-17558e4{--grid-auto-flow:row;}.elementor-914 .elementor-element.elementor-element-bbff669{--grid-auto-flow:row;}.elementor-914 .elementor-element.elementor-element-c57969e{--grid-auto-flow:row;}}@media(max-width:767px){.elementor-914 .elementor-element.elementor-element-7758365{--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(2, 1fr);--grid-auto-flow:row;}.elementor-914 .elementor-element.elementor-element-422547c{--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}.elementor-914 .elementor-element.elementor-element-884685e{--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(2, 1fr);--grid-auto-flow:row;}.elementor-914 .elementor-element.elementor-element-fae074a{--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(2, 1fr);--grid-auto-flow:row;}.elementor-914 .elementor-element.elementor-element-7f7d9f8{--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(2, 1fr);--grid-auto-flow:row;}.elementor-914 .elementor-element.elementor-element-17558e4{--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(2, 1fr);--grid-auto-flow:row;}.elementor-914 .elementor-element.elementor-element-bbff669{--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(2, 1fr);--grid-auto-flow:row;}.elementor-914 .elementor-element.elementor-element-c57969e{--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-7758365 *//* ========================================
   PAGE CRÉER VOTRE MARQUE - CSS COMPLET
   Couleurs : #881C12 (rouge) et #EC651D (orange)
   ======================================== */

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

.marque-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+Marque');
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 80px;
}

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

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

.marque-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);
}

.marque-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);
}

.marque-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;
}

.marque-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;
}

.marque-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 === */

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

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

/* === SERVICES === */

.marque-services {
  padding: 80px 0;
}

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

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

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

.service-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  border-radius: 15px;
  overflow: hidden;
  background: #FFF5F0;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

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

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

/* === PROCESSUS === */

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

.process-timeline {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}

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

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

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

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

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

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

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

/* === MARQUES CRÉÉES === */

.marque-examples {
  padding: 80px 0;
}

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

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

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

.brand-image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1 / 1;
}

.brand-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.brand-card:hover .brand-image img {
  transform: scale(1.1);
}

.brand-content {
  padding: 25px;
}

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

.brand-category {
  color: #EC651D;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0 0 10px 0;
}

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

/* === CHIFFRES & GARANTIES === */

.marque-guarantees {
  padding: 80px 0;
}

.guarantees-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 40% 60%;
  gap: 60px;
  align-items: center;
}

.guarantees-stats {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.stat-box {
  background: linear-gradient(135deg, #881C12 0%, #EC651D 100%);
  padding: 30px;
  border-radius: 15px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(136, 28, 18, 0.2);
}

.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;
}

.guarantees-list {
  background: #FFF5F0;
  padding: 40px;
  border-radius: 15px;
}

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

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

.guarantees-items li {
  color: #666;
  font-size: 16px;
  line-height: 1.8;
  padding: 12px 0;
  border-bottom: 1px solid rgba(136, 28, 18, 0.1);
}

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

/* === TÉMOIGNAGES === */

.marque-testimonials {
  padding: 80px 0;
}

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

.testimonial-card {
  background: white;
  padding: 35px;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
}

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

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

.testimonial-text {
  color: #666;
  font-size: 15px;
  line-height: 1.7;
  font-style: italic;
  margin: 0 0 25px 0;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 15px;
}

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

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

.testimonial-name {
  color: #881C12;
  font-size: 16px;
  font-weight: 700;
}

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

/* === FAQ === */

.marque-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;
}

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

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

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

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

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

.marque-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) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .process-timeline {
    grid-template-columns: 1fr;
  }
  
  .brands-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .guarantees-wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  
  .testimonials-slider {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .marque-hero {
    min-height: 500px;
    margin-bottom: 50px;
  }
  
  .marque-hero-content {
    padding: 80px 20px;
  }
  
  .marque-hero-title {
    font-size: 38px;
  }
  
  .marque-hero-subtitle {
    font-size: 18px;
    margin-bottom: 40px;
  }
  
  .marque-hero-stats {
    flex-direction: column;
    gap: 30px;
  }
  
  .services-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .brands-grid {
    grid-template-columns: 1fr;
  }
  
  .marque-section-title {
    font-size: 32px;
  }
  
  .faq-question {
    padding: 20px;
  }
  
  .faq-question span:first-child {
    font-size: 16px;
  }
}

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