:root {
  --main: #003450;
  --accent: #ba7f42;
  --white: #ffffff;
  --strip: #eff0f5;
  --line: #e3e6ef;
  --muted: #5b6b78;
}

body {
  font-family: "Open Sans", sans-serif;
  color: var(--main);
  line-height: 1.5;
  background: var(--white);
}

/**/
.box-obtention {
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.07);
  border-radius: 16px;
  padding: 18px;
}

.box-title {
  font-weight: 900;
}

.box-list {
  margin-top: 10px;
  padding-left: 18px;
}

.box-list li {
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.8);
}
/**/

/* dots */

.dots-accent span {
  color: var(--accent);
  font-weight: bold;
  font-size: 28px;
  line-height: 1;
}

.dots-accent li {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

/* Non responsive volontaire */
.container-fixed {
  width: 1100px;
  max-width: 1100px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

/* Topbar */
.topbar {
  padding: 8px 0px;
  border-bottom: 1px solid var(--line);
  background: var(--white);
}
.logo img {
  height: 75px;
}

/* Hero */
.hero {
  padding: 56px 0 34px;
  background:
    radial-gradient(
      1000px 400px at 20% -10%,
      rgba(186, 127, 66, 0.14),
      transparent 60%
    ),
    radial-gradient(
      900px 380px at 70% 0%,
      rgba(0, 52, 80, 0.1),
      transparent 55%
    ),
    linear-gradient(180deg, var(--white), var(--white));
}

.pill {
  padding: 8px 20px;
  border-radius: 50px;
  background: rgba(186, 127, 66, 0.12);
  border: 1px solid rgba(186, 127, 66, 0.22);
  color: var(--main);
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  display: flex;
  align-items: center;
  width: fit-content;
}

.hero h1 {
  color: var(--main);
  font-weight: 900;
  font-size: 46px; /* retour tailles fixes */
  line-height: 1.05;
  letter-spacing: -1px;
  margin-top: 14px;
  margin-bottom: 10px;
  font-family: "Poppins", sans-serif;
}

.hero .h2like {
  font-size: 17px; /* retour tailles fixes */
  font-weight: 600;
  color: #204257;
  line-height: 1.55;
  margin: 0;
  max-width: 620px;
}

/* CTA pills : + visible */
.cta-sub {
  margin-top: 14px;
  color: var(--muted);
}
.cta-pills {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.cta-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 14px;
  background: var(--strip);
  border: 1px solid rgba(0, 52, 80, 0.1);
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-size: 14px; /* lisible */
  color: var(--main);
  box-shadow: 0 10px 18px rgba(0, 52, 80, 0.08);
}
.cta-pill svg {
  width: 18px;
  height: 18px;
  color: var(--accent);
}

/* Card */
.card {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--white);
  box-shadow: 0 14px 35px rgba(0, 52, 80, 0.1);
  overflow: hidden;
}
.hero-visual {
  height: 150px;
  background:
    linear-gradient(135deg, rgba(0, 52, 80, 0.94), rgba(0, 52, 80, 0.72)),
    radial-gradient(
      520px 220px at 30% 30%,
      rgba(186, 127, 66, 0.38),
      transparent 60%
    );
  position: relative;
}
.hero-visual:after {
  content: "Visuel Hero (photo couple / plans OU abstraction architecture)";
  position: absolute;
  left: 18px;
  bottom: 14px;
  color: rgba(255, 255, 255, 0.86);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.2px;
}

/* Form */

.success-form {
  display: none;
  font-size: large;
}

.form-wrap {
  padding: 16px;
}
.form-title {
  font-weight: 900;
  color: var(--main);
  margin-bottom: 6px;
  font-family: "Poppins", sans-serif;
}
.form-note {
  font-size: 12px;
  color: var(--muted);
  margin-bottom: 12px;
}
.form-control {
  height: 44px;
  border-radius: 12px;
  border-color: var(--line);
  box-shadow: none;
  color: var(--main);
}
.form-control:focus {
  border-color: rgba(186, 127, 66, 0.55);
  box-shadow: 0 0 0 4px rgba(186, 127, 66, 0.18);
  outline: none;
}

/* CTA button */
.btn-cta {
  background: var(--accent);
  border-color: var(--accent);
  color: #fff;
  font-weight: 900;
  border-radius: 12px;
  padding: 12px 14px;
  box-shadow: 0 10px 22px rgba(186, 127, 66, 0.22);
  font-family: "Poppins", sans-serif;
}
.btn-cta:hover,
.btn-cta:focus {
  background: #a96f37;
  border-color: #a96.f37;
  color: #fff;
}

.privacy {
  margin-top: 10px;
  font-size: 12px;
  color: var(--muted);
}

/* Trust bar */
.trustbar {
  padding: 22px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--strip);
}
.trust-title {
  font-size: 15px;
  font-weight: 900;
  color: var(--main);
  letter-spacing: 0.4px;
  text-transform: uppercase;
  white-space: nowrap;
  margin-top: 10px;
  margin-bottom: 20px;
  opacity: 0.95;
  font-family: "Poppins", sans-serif;
}
.logo-chip {
  display: inline-flex;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(0, 52, 80, 0.12);
  background: rgba(255, 255, 255, 0.92);
  color: rgba(0, 52, 80, 0.55);
  font-weight: 900;
  font-size: 12px;
  letter-spacing: 0.3px;
  filter: grayscale(1);
  transition: 120ms ease;
  margin-left: 6px;
  font-family: "Poppins", sans-serif;
}
.logo-chip:hover {
  filter: grayscale(0);
  color: var(--main);
  border-color: rgba(0, 52, 80, 0.18);
  transform: translateY(-1px);
  text-decoration: none;
  background: #fff;
}

.logo-chip img {
  height: 48px;
}

/* Sections */
.section {
  padding: 64px 0;
  border-top: 1px solid var(--line);
  background: var(--white);
}
.kicker {
  color: var(--accent);
  font-weight: 900;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 6px;
  font-family: "Poppins", sans-serif;
}
.section h2 {
  color: var(--main);
  font-weight: 900;
  font-size: 32px;
  letter-spacing: -0.5px;
  margin-top: 0;
  font-family: "Poppins", sans-serif;
}
.muted {
  color: var(--muted);
}

/* Pain points */
.point {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 18px rgba(0, 52, 80, 0.06);
  padding: 18px;
  min-height: 190px;
}
.icon-box {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: rgba(0, 52, 80, 0.06);
  border: 1px solid rgba(0, 52, 80, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}
.icon-box svg {
  width: 22px;
  height: 22px;
  color: var(--main);
}

/* Solution */
.solution {
  background: var(--main);
  color: #fff;
  border-top: 0;
}
.solution h2 {
  color: #fff;
}
.solution .muted {
  color: rgba(255, 255, 255, 0.78);
}
.solution .kicker {
  color: rgba(186, 127, 66, 0.95);
}

.bullet {
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.07);
  border-radius: 16px;
  padding: 12px 14px;
  margin-bottom: 10px;
}
.badge-check {
  width: 22px;
  height: 22px;
  border-radius: 8px;
  background: rgba(186, 127, 66, 0.26);
  border: 1px solid rgba(186, 127, 66, 0.38);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  position: relative;
  top: 2px;
}
.badge-check svg {
  width: 14px;
  height: 14px;
  color: #ffe6cf;
}

/*Footer*/

footer a:hover,
footer a:focus {
  color: var(--accent) !important;
}

footer a {
  color: rgba(255, 255, 255, 0.72);
}

/* FAQ */
.faq-item {
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 16px;
  background: #fff;
  margin-top: 12px;
}
.faq-q {
  font-weight: 900;
  color: var(--main);
  margin-bottom: 6px;
  font-family: "Poppins", sans-serif;
}

/* Footer */
footer {
  background: #002a40;
  color: rgba(255, 255, 255, 0.9);
  padding: 34px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
footer .muted {
  color: rgba(255, 255, 255, 0.72);
}

.ssl {
  display: inline-block;
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-weight: 900;
  font-size: 13px;
  font-family: "Poppins", sans-serif;
}
.lock {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 10px;
  background: rgba(186, 127, 66, 0.26);
  border: 1px solid rgba(186, 127, 66, 0.3);
  margin-right: 10px;
  vertical-align: middle;
}
.lock svg {
  width: 16px;
  height: 16px;
  color: #ffe6cf;
}

/* =========================
   JS DATEPICKER (JJ/MM/AAAA)
   ========================= */

.js-datepicker {
  position: absolute;
  z-index: 9999;
  background: #fff;
  border: 1px solid rgba(0, 52, 80, 0.14);
  border-radius: 14px;
  padding: 10px;
  user-select: none;
}

.dp-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 6px 6px 10px;
  border-bottom: 1px solid rgba(0, 52, 80, 0.1);
}

.dp-title {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  color: var(--main);
  font-size: 13px;
  text-transform: capitalize;
}

.dp-nav {
  display: flex;
  gap: 8px;
}
.dp-btn {
  width: 32px;
  height: 32px;
  border-radius: 10px;
  border: 1px solid rgba(0, 52, 80, 0.12);
  background: var(--strip);
  color: var(--main);
  font-weight: 900;
  cursor: pointer;
}
.dp-btn:hover {
  border-color: rgba(0, 52, 80, 0.2);
}

.dp-week {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 6px;
  padding: 10px 6px 6px;
}

.dp-week div {
  text-align: center;
  font-size: 11px;
  font-weight: 900;
  color: rgba(0, 52, 80, 0.6);
  font-family: "Poppins", sans-serif;
}

.dp-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 6px;
  padding: 6px;
}

.dp-day {
  height: 34px;
  border-radius: 10px;
  border: 1px solid rgba(0, 52, 80, 0.1);
  background: #fff;
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
  color: var(--main);
  font-family: "Poppins", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dp-day:hover {
  border-color: rgba(186, 127, 66, 0.5);
}

.dp-day.is-muted {
  opacity: 0.35;
}

.dp-day.is-today {
  border-color: rgba(0, 52, 80, 0.35);
  background: rgba(0, 52, 80, 0.05);
}

.dp-day.is-selected {
  border-color: var(--accent);
  background: rgba(186, 127, 66, 0.14);
}

/* =====================================================
   FORMULAIRE MULTI-STEP – VERSION AÉRÉE / PREMIUM
   ===================================================== */

.no-flx-prev {
  display: block !important;
  position: absolute;
  bottom: -37px;
  border-top: none !important;
}

/* Conteneur global */
.form-container {
  padding: 8px 20px;
  text-align: left;
  overflow: hidden !important;
}

/* Wrapper */
.form-wrapper {
  position: relative;
}

/* =====================
   HEADER
   ===================== */

.form-header {
  margin: 14px 0 30px;
}

.form-header h2 {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-size: 20px;
  line-height: 1.45;
  color: var(--main);
}

.form-header mark.accent {
  background: transparent;
  color: var(--accent);
  padding: 0;
}

/* =====================
   PROGRESS BAR
   ===================== */

#progressBar {
  height: 10px;
  border-radius: 999px;
  background: var(--strip);
  overflow: hidden;
  margin-bottom: 26px;
  border: 1px solid rgba(0, 52, 80, 0.1);
}

#progress {
  height: 10px;
  width: 0%;
  background: var(--accent);
  transition: width 0.25s ease;
}

/* =====================
   STEP
   ===================== */

.step {
  padding-top: 4px;
}

/* =====================
   GROUPES DE CHAMPS
   ===================== */

.contact-form .form-group {
  margin-bottom: 28px; /* ESPACE ENTRE CHAMPS */
  position: relative;
}

/* Labels */
.contact-form .form-group label {
  display: block;
  margin-bottom: 9px;
  font-size: 13px;
  font-weight: 900;
  color: var(--main);
  letter-spacing: 0.25px;
  font-family: "Poppins", sans-serif;
}

/* Inputs & selects */
.contact-form .form-control {
  height: 52px;
  padding: 11px 15px;
  font-size: 15px;
  color: var(--main);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: none;
}

/* Focus */
.contact-form .form-control:focus {
  border-color: rgba(186, 127, 66, 0.55);
  box-shadow: 0 0 0 4px rgba(186, 127, 66, 0.18);
  outline: none;
}

/* Select spécifique Bootstrap 3 */
.contact-form select.form-control {
  padding-right: 38px;
}

/* =====================
   ERREURS (affichées seulement après action)
   ===================== */

.form-group.has-error .form-control {
  border-color: #d9534f !important;
}

.error-msg {
  display: none;
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.45;
  color: #d9534f;
}

/* =====================
   NAVIGATION PREV / NEXT
   ===================== */

.prev-nxt-wrp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 36px;
  padding-top: 22px;
  border-top: 1px solid rgba(0, 52, 80, 0.1);
}

/* Bouton retour */
.prev-nxt-wrp .prev {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 900;
  color: var(--main);
  cursor: pointer;
  text-decoration: none;
}

.prev-nxt-wrp .prev:hover {
  color: var(--accent);
  text-decoration: none;
}

/* Bouton suivant */
.prev-nxt-wrp .next {
  min-width: 170px;
  padding: 13px 20px;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  color: #fff;
  background: var(--accent);
  border: 1px solid var(--accent);
  border-radius: 14px;
}

.prev-nxt-wrp .next[disabled] {
  opacity: 0.45;
  cursor: not-allowed;
}

/* =====================
   STEP 3 – CTA FINAL
   ===================== */

#formSubmit {
  width: 100%;
  height: 54px;
  margin-top: 16px;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  color: #fff;
  background: var(--accent);
  border: 1px solid var(--accent);
  border-radius: 14px;
}

#formSubmit[disabled] {
  opacity: 0.45;
  cursor: not-allowed;
}

/* =====================
   CONDITIONS / RGPD
   ===================== */

.terms {
  margin-top: 0px;
  padding: 16px 18px;
  background: var(--strip);
  border: 1px solid rgba(0, 52, 80, 0.1);
  border-radius: 14px;
}

.terms input {
  position: relative;
  top: 2px;
  margin-right: 10px;
}

.terms .lu-txt {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  color: var(--main);
}

/* =====================
   FIN FORMULAIRE
   ===================== */

/* =====================================================
   RESPONSIVE (AJOUT UNIQUEMENT) - max-width: 991px
   ===================================================== */
@media (max-width: 991px) {
  /* Container devient fluide */
  .container-fixed {
    width: 100%;
    max-width: 100%;
    padding-left: 18px;
    padding-right: 18px;
  }

  /* Hero : empilement texte + form */
  .hero {
    padding: 34px 0 24px;
  }

  /* Bootstrap 3: col-xs-7 + col-xs-5 restent côte à côte, donc on force le stack */
  .hero .col-xs-7,
  .hero .col-xs-5 {
    width: 100% !important;
    float: none !important;
  }

  .hero .col-xs-5 {
    margin-top: 18px;
  }

  /* Texte plus adapté */
  .hero h1 {
    font-size: 34px;
  }
  .hero .h2like {
    font-size: 16px;
    max-width: 100%;
  }

  /* CTA pills : wrap + taille */
  .cta-pills {
    gap: 8px;
  }
  .cta-pill {
    font-size: 13px;
    padding: 10px 10px;
  }

  /* Trustbar : stack + centrage */
  .trustbar .col-xs-4,
  .trustbar .col-xs-8 {
    width: 100% !important;
    float: none !important;
    text-align: left !important;
  }
  .trustbar .col-xs-8 {
    margin-top: 10px;
  }
  .trust-title {
    white-space: normal;
    margin-top: 0;
  }

  /* Problem cards : stack 1/1 */
  #probleme .col-xs-4 {
    width: 100% !important;
    float: none !important;
  }
  #probleme .col-xs-4 + .col-xs-4 {
    margin-top: 12px;
  }

  /* Solution columns stack */
  #solution .col-xs-7,
  #solution .col-xs-5 {
    width: 100% !important;
    float: none !important;
  }
  #solution .col-xs-5 {
    margin-top: 14px;
  }

  /* Footer stack */
  footer .col-xs-7,
  footer .col-xs-5 {
    width: 100% !important;
    float: none !important;
    text-align: left !important;
  }
  footer .col-xs-5 {
    margin-top: 12px;
  }

  /* Datepicker width safe */
  .js-datepicker {
    width: 100%;
    max-width: 320px;
  }
}
/* CTA FINAL */
#cta-final {
  text-align: center;
}

.cta-title {
  max-width: 800px;
  margin: 0 auto;
}

.cta-subtitle {
  margin-top: 12px;
}

.cta-wrapper {
  margin-top: 22px;
}

.cta-final-btn {
  display: inline-block;
  text-decoration: none;
}

a:focus,
button:focus {
  outline: none;
  text-decoration: none;
}

a:hover,
a:active,
button:hover,
button:active {
  text-decoration: none;
}

a:focus-visible,
button:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

/* PREUVE SOCIALE */
/* PREUVE SOCIALE */

.section-intro {
  max-width: 860px;
}

/* Bloc stats */
.proof-stats {
  margin-top: 18px;
  padding: 14px 18px;
  border-radius: 16px;
  background: var(--strip);
  border: 1px solid var(--line);
  color: var(--main);
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  width: fit-content;
}

/* Row spacing */
.proof-row {
  margin-top: 18px;
}

/* CARD */
.proof-card {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 18px rgba(0, 52, 80, 0.06);
  padding: 18px;

  display: flex;
  flex-direction: column;
  justify-content: space-between;

  height: 100%; /* remplace min-height */
}

/* HEADER (avatar + nom) */
.proof-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

/* AVATAR */
.proof-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

/* NOM */
.proof-author {
  color: var(--main);
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-size: 13px;
}

/* META (ville / projet) */
.proof-meta {
  font-size: 12px;
  color: var(--muted);
}

/* ÉTOILES */
.proof-stars {
  color: var(--accent);
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

/* TEXTE */
.proof-card p {
  color: var(--muted);
  margin-bottom: 12px;
  line-height: 1.5;
}

/* SWIPER spacing (si utilisé) */
.proof-slider {
  margin-top: 18px;
}

/* Pill preuve sociale */
.pill-proof {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 10px 0px;
  background: rgba(186, 127, 66, 0.12);
  border: 1px solid rgba(186, 127, 66, 0.22);
}

.pill-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  color: var(--accent);
  font-size: 16px;
}
