.elementor-20 .elementor-element.elementor-element-25e44fe4{padding:45px 45px 45px 45px;}.elementor-20 .elementor-element.elementor-element-25c682c2 > .elementor-widget-container{margin:0px 45px 45px 45px;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-20 .elementor-element.elementor-element-b542e2b{width:var( --container-widget-width, 336px );max-width:336px;--container-widget-width:336px;--container-widget-flex-grow:0;}.elementor-20 .elementor-element.elementor-element-b542e2b > .elementor-widget-container{padding:6px 6px 6px 6px;}.elementor-20 .elementor-element.elementor-element-25c682c2 > .elementor-widget-container{margin:-86px 70px 70px -55px;}}/* Start custom CSS for html, class: .elementor-element-b542e2b */.step-indicator {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 60px;
  margin: 40px 0;
}

.step {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.step-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.step .circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 22px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ddd;
  color: white;
  transition: all 0.3s ease;
}

.step .label {
  margin-top: 10px;
  font-size: 16px;
  font-weight: normal;
  color: #ccc;
  text-align: center;
}

/* Étape active */
.step.active .circle {
  width: 70px;
  height: 70px;
  background-color: #B5003F;
  border: 5px solid #fde3ed;
}

.step.active .label {
  font-weight: bold;
  color: #000;
}

/* Étape passée */
.step.past .circle {
  background-color: #D97497;
}

.step.past .label {
  color: #888;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-25c682c2 */#comparatif-permis {
  padding: 40px 20px;
  font-family: 'Inter', sans-serif;
  color: #1c1e21;
}

#comparatif-permis .grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 32px;
  max-width: 1200px;
  margin: 0 auto;
}

#comparatif-permis .card {
  background: #ffffff;
  border-radius: 18px;
  padding: 32px 24px;
  position: relative;
  box-shadow: 0 0 0 2px #f0f1f4;
  border-left: 6px solid #B5003F;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 600px;
}

#comparatif-permis .card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}

#comparatif-permis .title {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 12px;
  color: #2b2d42;
}

#comparatif-permis .subtitle {
  font-size: 0.9rem;
  color: #555;
  margin-bottom: 15px;
  font-style: italic;
  line-height: 1.4;
}

#comparatif-permis ul {
  list-style: none;
  padding: 0;
  margin-bottom: auto;
}

#comparatif-permis li {
  padding: 8px 0;
  border-bottom: 1px solid #ececec;
  font-size: 0.95rem;
  font-weight: 500;
  color: #4b4f56;
  display: flex;
  align-items: center;
  gap: 8px;
}

#comparatif-permis li .oui {
  color: #3BB543;
  font-weight: bold;
  font-size: 1rem;
}

#comparatif-permis li .non {
  color: #FF3B30;
  font-weight: bold;
  font-size: 1rem;
}

#comparatif-permis .total {
  font-size: 1.4rem;
  font-weight: 800;
  color: #B5003F;
  background: #ffe8ef;
  display: inline-block;
  padding: 8px 16px;
  border-radius: 10px;
  min-height: 48px;
  min-width: 180px;
  line-height: 1.6;
  text-align: center;
  margin-top: 20px;
  align-self: flex-start;
}

#comparatif-permis .note {
  font-size: 0.85rem;
  color: #6e6e6e;
  font-style: italic;
  margin-top: 6px;
}

#comparatif-permis .cta-button {
  display: inline-block;
  margin-top: 16px;
  padding: 10px 20px;
  background-color: #B5003F;
  color: white;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  border-radius: 8px;
  text-align: center;
  transition: background-color 0.3s ease;
}

#comparatif-permis .cta-button:hover {
  background-color: #920032;
}

@media (max-width: 600px) {
  #comparatif-permis .card {
    padding: 20px;
    min-height: unset;
  }

  #comparatif-permis .title {
    font-size: 1.4rem;
  }

  #comparatif-permis .total {
    font-size: 1.2rem;
    min-width: unset;
  }
}/* End custom CSS */
/* Start custom CSS */.step-indicator {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
  margin: 30px 10px;
  overflow-x: auto;
  padding-bottom: 10px;
  scrollbar-width: none;
}

.step-indicator::-webkit-scrollbar {
  display: none;
}

.step {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 100px;
  flex-shrink: 0;
}

.step-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 80px;
  text-align: center;
}

.step .circle {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ddd;
  color: white;
  transition: all 0.3s ease;
}

.step .label {
  margin-top: 6px;
  font-size: 12px;
  font-weight: normal;
  color: #aaa;
  text-align: center;
  line-height: 1.2;
  white-space: normal;
  word-break: break-word;
}

/* Étape active */
.step.active .circle {
  width: 55px;
  height: 55px;
  background-color: #98183A;
  border: 4px solid #fde3ed;
}

.step.active .label {
  font-weight: bold;
  color: #000;
}

/* Étape passée */
.step.past .circle {
  background-color: #98183A;
  opacity: 0.6;
}

.step.past .label {
  color: #777;
}/* End custom CSS */