/* =========================================================
   RESILINER - PAGE DEVENIR FRANCHISÉ
   Scope : classes franchise-ia-*
   ========================================================= */
/* Général */ .franchise-ia-anchorbar, .franchise-ia-hero-card, .franchise-ia-info-card, .franchise-ia-mini-stat, .franchise-ia-market-card, .franchise-ia-compare-card, .franchise-ia-step, .franchise-ia-form-wrap, .franchise-ia-cta-box, .franchise-ia-timeline-note, .box_shadow_1  {
  box-sizing: border-box;
}

.row-spaced  {
  row-gap: 30px;
}

.flex-gap-3  {
  gap: 1rem;
}

.text-hyphens  {
  hyphens: auto;
}

.section-lead  {
  color: #195a5e;
  font-size: 1.08rem;
  line-height: 1.7;
}

.bg_white h2, .bg_lightgray h2  {
  color: #04292b;
  font-weight: 800;
  line-height: 1.2;
}

.bg_white p, .bg_lightgray p  {
  color: #195a5e;
  line-height: 1.7;
}
/* =========================================================
   ANCHOR BAR
   ========================================================= */ .franchise-ia-anchorbar  {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(83, 143, 187, 0.12);
  box-shadow: 0 10px 30px rgba(4, 41, 43, 0.06);
  backdrop-filter: blur(8px);
}

.franchise-ia-anchorbar .nav  {
  gap: 12px;
}

.franchise-ia-anchorbar .nav-link  {
  display: inline-flex;
  align-items: center;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(7, 108, 160, 0.08);
  color: #076ca0;
  font-size: 0.92rem;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.25s ease;
}

.franchise-ia-anchorbar .nav-link:hover, .franchise-ia-anchorbar .nav-link:focus  {
  color: #ffffff;
  background: linear-gradient(135deg, #076ca0 0%, #1b858f 100%);
  transform: translateY(-2px);
  text-decoration: none;
}
/* =========================================================
   BADGE
   ========================================================= */ .franchise-ia-badge  {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(7, 108, 160, 0.08);
  color: #076ca0;
  font-weight: 700;
  font-size: 0.86rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
/* =========================================================
   HERO
   ========================================================= */ .franchise-ia-hero-card  {
  position: relative;
  overflow: hidden;
  padding: 40px;
  border-radius: 24px;
  background: linear-gradient(135deg, #04292b 0%, #195a5e 52%, #076ca0 100%);
  box-shadow: 0 20px 60px rgba(4, 41, 43, 0.14);
}

.franchise-ia-hero-card::before  {
  content: "";
  position: absolute;
  top: -120px;
  right: -120px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0) 72%);
  pointer-events: none;
}

.franchise-ia-hero-card::after  {
  content: "";
  position: absolute;
  bottom: -140px;
  left: -120px;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(108, 179, 175, 0.22) 0%, rgba(108, 179, 175, 0) 72%);
  pointer-events: none;
}

.franchise-ia-hero-card > .row  {
  position: relative;
  z-index: 1;
}

.franchise-ia-hero-card h2  {
  color: #ffffff;
  font-weight: 800;
  line-height: 1.2;
}

.franchise-ia-hero-card p  {
  color: rgba(255, 255, 255, 0.88);
}

.franchise-ia-hero-card .franchise-ia-badge  {
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
}
/* Mini stats */ .franchise-ia-mini-stat  {
  height: 100%;
  padding: 22px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(6px);
  transition: transform 0.25s ease, background 0.25s ease;
}

.franchise-ia-mini-stat:hover  {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.14);
}

.franchise-ia-mini-stat i  {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: linear-gradient(135deg, #538fbb 0%, #6cb3af 100%);
  color: #ffffff;
  font-size: 1.25rem !important;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

.franchise-ia-mini-stat h3  {
  color: #ffffff;
  font-weight: 800;
}

.franchise-ia-mini-stat p  {
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.94rem;
}
/* =========================================================
   SECTIONS FONDS
   ========================================================= */ .bg_lightgray  {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #f7fbfc 0%, #ffffff 100%) !important;
}

.bg_lightgray::before  {
  content: "";
  position: absolute;
  top: -120px;
  right: -120px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(83, 143, 187, 0.16) 0%, rgba(83, 143, 187, 0) 70%);
  pointer-events: none;
}

.bg_lightgray::after  {
  content: "";
  position: absolute;
  bottom: -140px;
  left: -120px;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(27, 133, 143, 0.14) 0%, rgba(27, 133, 143, 0) 72%);
  pointer-events: none;
}

.bg_lightgray > .container  {
  position: relative;
  z-index: 1;
}
/* =========================================================
   CARDS GÉNÉRALES
   ========================================================= */ .franchise-ia-info-card, .franchise-ia-market-card, .franchise-ia-compare-card, .franchise-ia-step, .franchise-ia-form-wrap, .franchise-ia-timeline-note, .box_shadow_1  {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid rgba(83, 143, 187, 0.12);
  box-shadow: 0 14px 40px rgba(4, 41, 43, 0.07);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.franchise-ia-info-card, .franchise-ia-market-card, .franchise-ia-compare-card, .franchise-ia-step, .franchise-ia-form-wrap, .box_shadow_1  {
  padding: 28px;
}

.franchise-ia-info-card:hover, .franchise-ia-market-card:hover, .franchise-ia-compare-card:hover, .franchise-ia-step:hover, .franchise-ia-form-wrap:hover, .box_shadow_1:hover  {
  transform: translateY(-4px);
  border-color: rgba(7, 108, 160, 0.22);
  box-shadow: 0 18px 46px rgba(4, 41, 43, 0.1);
}

.franchise-ia-info-card::after, .franchise-ia-market-card::after, .franchise-ia-compare-card::after, .franchise-ia-step::after, .box_shadow_1::after  {
  content: "";
  position: absolute;
  right: -60px;
  bottom: -60px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(27, 133, 143, 0.1) 0%, rgba(27, 133, 143, 0) 70%);
  pointer-events: none;
}

.franchise-ia-info-card > *, .franchise-ia-market-card > *, .franchise-ia-compare-card > *, .franchise-ia-step > *, .franchise-ia-form-wrap > *, .box_shadow_1 > *  {
  position: relative;
  z-index: 1;
}

.franchise-ia-info-card i, .franchise-ia-market-card i, .franchise-ia-compare-card h3 i  {
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  margin-bottom: 18px;
  background: linear-gradient(135deg, #076ca0 0%, #1b858f 100%);
  color: #ffffff;
  font-size: 1.35rem !important;
  box-shadow: 0 12px 24px rgba(7, 108, 160, 0.22);
}

.franchise-ia-info-card h3, .franchise-ia-market-card h3, .franchise-ia-compare-card h3, .franchise-ia-step h3, .box_shadow_1 h3  {
  color: #04292b;
  font-weight: 800;
  line-height: 1.3;
}

.franchise-ia-info-card p, .franchise-ia-market-card p, .franchise-ia-compare-card p, .franchise-ia-step p, .box_shadow_1 p  {
  color: #195a5e;
}
/* Note concept */ .franchise-ia-timeline-note  {
  padding: 22px;
  background: linear-gradient(135deg, rgba(83, 143, 187, 0.08) 0%, rgba(27, 133, 143, 0.08) 100%);
}

.franchise-ia-timeline-note strong  {
  color: #04292b;
}

.franchise-ia-timeline-note span  {
  color: #195a5e;
}
/* =========================================================
   LISTES
   ========================================================= */ .franchise-ia-list  {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.franchise-ia-list li  {
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  color: #195a5e;
  line-height: 1.6;
}

.franchise-ia-list li:last-child  {
  margin-bottom: 0;
}

.franchise-ia-list li::before  {
  content: "\f058";
  position: absolute;
  top: 2px;
  left: 0;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #1b858f;
}
/* =========================================================
   ÉTAPES DEVENIR FRANCHISÉ
   ========================================================= */ .franchise-ia-step  {
  height: 100%;
  padding-left: 88px;
}

.franchise-ia-step-number  {
  position: absolute;
  top: 28px;
  left: 28px;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: linear-gradient(135deg, #538fbb 0%, #1b858f 100%);
  color: #ffffff;
  font-weight: 800;
  box-shadow: 0 12px 24px rgba(83, 143, 187, 0.22);
}
/* =========================================================
   CTA BOX
   ========================================================= */ .franchise-ia-cta-box  {
  position: relative;
  overflow: hidden;
  padding: 34px;
  border-radius: 24px;
  background: linear-gradient(135deg, #04292b 0%, #195a5e 52%, #076ca0 100%);
  box-shadow: 0 20px 60px rgba(4, 41, 43, 0.14);
}

.franchise-ia-cta-box::before  {
  content: "";
  position: absolute;
  top: -120px;
  right: -120px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0) 72%);
  pointer-events: none;
}

.franchise-ia-cta-box::after  {
  content: "";
  position: absolute;
  bottom: -140px;
  left: -120px;
  width: 330px;
  height: 330px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(108, 179, 175, 0.22) 0%, rgba(108, 179, 175, 0) 72%);
  pointer-events: none;
}

.franchise-ia-cta-box > .row  {
  position: relative;
  z-index: 1;
}

.franchise-ia-cta-box h2  {
  color: #ffffff;
  font-weight: 800;
}

.franchise-ia-cta-box p, .franchise-ia-cta-box li  {
  color: rgba(255, 255, 255, 0.88);
}

.franchise-ia-cta-box .franchise-ia-list li::before  {
  color: #6cb3af;
}
/* =========================================================
   FORMULAIRE
   ========================================================= */ .franchise-ia-form-wrap  {
  padding: 34px;
}

.franchise-ia-form-wrap label  {
  color: #04292b;
  font-weight: 700;
  font-size: 0.92rem;
}

.franchise-ia-form-wrap .form-control  {
  min-height: 48px;
  border-radius: 14px;
  border: 1px solid rgba(83, 143, 187, 0.22);
  color: #195a5e;
  box-shadow: none;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.franchise-ia-form-wrap textarea.form-control  {
  min-height: 150px;
  resize: vertical;
}

.franchise-ia-form-wrap .form-control:focus  {
  border-color: #076ca0;
  box-shadow: 0 0 0 0.2rem rgba(7, 108, 160, 0.12);
}

.franchise-ia-form-wrap .form-control::placeholder  {
  color: rgba(25, 90, 94, 0.52);
}

.franchise-ia-form-wrap .champ_requis  {
  color: #195a5e;
  font-size: 0.92rem;
}

.franchise-ia-form-wrap .btn-primary  {
  border: 0;
  background: linear-gradient(135deg, #076ca0 0%, #1b858f 100%);
  box-shadow: 0 12px 24px rgba(7, 108, 160, 0.22);
  font-weight: 700;
}

.franchise-ia-form-wrap .btn-primary:hover, .franchise-ia-form-wrap .btn-primary:focus  {
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(7, 108, 160, 0.28);
}
/* =========================================================
   RESPONSIVE
   ========================================================= */ @media (max-width: 991.98px)  {
  .franchise-ia-anchorbar  {
    position: relative;
    top: auto;
  }
  .franchise-ia-hero-card  {
    padding: 32px;
  }
  .franchise-ia-cta-box  {
    padding: 28px;
  }
}

@media (max-width: 767.98px)  {
  .franchise-ia-anchorbar .nav  {
    justify-content: flex-start !important;
    gap: 10px;
  }
  .franchise-ia-anchorbar .nav-item  {
    width: 100%;
  }
  .franchise-ia-anchorbar .nav-link  {
    width: 100%;
    justify-content: center;
  }
  .franchise-ia-hero-card, .franchise-ia-info-card, .franchise-ia-market-card, .franchise-ia-compare-card, .franchise-ia-form-wrap, .franchise-ia-cta-box, .box_shadow_1  {
    padding: 22px;
  }
  .franchise-ia-step  {
    padding: 22px 22px 22px 78px;
  }
  .franchise-ia-step-number  {
    top: 22px;
    left: 22px;
    width: 42px;
    height: 42px;
  }
  .franchise-ia-mini-stat  {
    padding: 18px;
  }
}

@media (max-width: 575.98px)  {
  .bg_white h2, .bg_lightgray h2, .franchise-ia-hero-card h2, .franchise-ia-cta-box h2  {
    font-size: 1.55rem;
  }
  .franchise-ia-info-card h3, .franchise-ia-market-card h3, .franchise-ia-compare-card h3, .franchise-ia-step h3, .franchise-ia-mini-stat h3, .box_shadow_1 h3  {
    font-size: 1.05rem;
    line-height: 1.35;
  }
  .franchise-ia-list li  {
    padding-left: 28px;
  }
}

.franchise-ia-contact-redirect  {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.franchise-ia-contact-points  {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.franchise-ia-contact-point  {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.franchise-ia-contact-point span  {
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: linear-gradient(135deg, #076ca0 0%, #1b858f 100%);
  color: #ffffff;
  font-size: 1.1rem;
  box-shadow: 0 12px 24px rgba(7, 108, 160, 0.22);
}

.franchise-ia-contact-point h3  {
  margin-bottom: 6px;
  color: #04292b;
  font-size: 1.05rem;
  font-weight: 800;
}

.franchise-ia-contact-point p  {
  color: #195a5e;
}

.franchise-ia-contact-redirect .btn-primary  {
  align-self: flex-start;
  border: 0;
  background: linear-gradient(135deg, #076ca0 0%, #1b858f 100%);
  box-shadow: 0 12px 24px rgba(7, 108, 160, 0.22);
  font-weight: 700;
}

.franchise-ia-contact-redirect .btn-primary:hover, .franchise-ia-contact-redirect .btn-primary:focus  {
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(7, 108, 160, 0.28);
}

@media (max-width: 767.98px)  {
  .franchise-ia-contact-point  {
    gap: 14px;
  }
  .franchise-ia-contact-point span  {
    width: 46px;
    height: 46px;
    min-width: 46px;
  }
  .franchise-ia-contact-redirect .btn-primary  {
    width: 100%;
    text-align: center;
  }
}