/* ═══════════════════════════════════════════════════════════
   page-devis.css — BAOBO DECO v2.1
   Rouge vif, Arial Black, responsive complet
═══════════════════════════════════════════════════════════ */

.bd-dv * { box-sizing: border-box; }
.bd-dv img { max-width: 100%; display: block; }
.bd-dv a { text-decoration: none; }

/* ── HERO ── */
.bd-dv-hero { position: relative; height: 380px; overflow: hidden; display: flex; align-items: center; }
.bd-dv-hero::after { content:''; position:absolute; bottom:0; left:0; right:0; height:4px; background:linear-gradient(90deg,var(--rouge),var(--or),var(--rouge)); z-index:3; }
.bd-dv-hero-bg { position: absolute; inset: 0; background-image: url('https://images.unsplash.com/photo-1616486338812-3dadae4b4ace?w=1800&q=80'); background-size: cover; background-position: center; }
.bd-dv-hero-overlay { position: absolute; inset: 0; background: linear-gradient(110deg,rgba(10,8,6,.92) 0%,rgba(10,8,6,.65) 60%,rgba(10,8,6,.25) 100%); }
.bd-dv-hero-content { position: relative; z-index: 2; max-width: 1280px; margin: 0 auto; padding: 0 40px; width: 100%; }
.bd-dv-hero-label { display: inline-flex; align-items: center; gap: 8px; color: var(--or-clair); font-family: var(--ft-accent); font-style: italic; font-size: .9rem; margin-bottom: 16px; }
.bd-dv-hero-label::before,.bd-dv-hero-label::after { content:''; width:28px; height:1px; background:var(--or); display:block; }
.bd-dv-hero-title { font-family: var(--ft-titles); font-size: clamp(2.2rem,5vw,3.8rem); font-weight: 900; color: #fff; line-height: 1.05; margin-bottom: 20px; text-transform: uppercase; }
.bd-dv-hero-title em { font-style: italic; color: var(--or-clair); font-family: var(--ft-elegant); text-transform: none; font-weight: 700; }
.bd-dv-hero-badges { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 18px; }
.bd-dv-hero-badge { display: inline-flex; align-items: center; gap: 7px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.22); color: rgba(255,255,255,.9); font-family: var(--ft-titles); font-size: .74rem; font-weight: 900; text-transform: uppercase; letter-spacing: .06em; padding: 7px 14px; border-radius: 40px; backdrop-filter: blur(6px); }
.bd-dv-hero-badge i { color: var(--or); font-size: .8rem; }
.bd-dv-hero-bread { display: flex; align-items: center; gap: 8px; font-size: .82rem; color: rgba(255,255,255,.6); }
.bd-dv-hero-bread a { color: rgba(255,255,255,.6); transition: color .25s; }
.bd-dv-hero-bread a:hover { color: var(--or-clair); }
.bd-dv-hero-bread i { font-size: .65rem; color: var(--or); }

/* ── UTILITAIRES ── */
.bd-dv-container { max-width: 1280px; margin: 0 auto; padding: 0 40px; }

/* ── REVEAL ── */
.bd-dv-reveal { opacity: 0; transform: translateY(32px); transition: opacity .7s cubic-bezier(.4,0,.2,1), transform .7s cubic-bezier(.4,0,.2,1); }
.bd-dv-reveal.visible { opacity: 1; transform: translateY(0); }
.bd-dv-d1 { transition-delay: .1s; } .bd-dv-d2 { transition-delay: .2s; } .bd-dv-d3 { transition-delay: .3s; }

/* ═══════════════════════════════════════════
   SECTION PRINCIPALE — Formulaire + Sidebar
═══════════════════════════════════════════ */
.bd-dv-main { padding: 80px 0 100px; background: var(--creme); }
.bd-dv-layout { display: grid; grid-template-columns: 1fr 360px; gap: 40px; align-items: start; }

/* ════════════════
   FORMULAIRE MULTI-ÉTAPES
════════════════ */
.bd-dv-form-wrap { background: var(--blanc-pur); border-radius: var(--r-lg); box-shadow: var(--shadow-md); overflow: hidden; }

/* Progress bar */
.bd-dv-progress { background: var(--creme); border-bottom: 1px solid var(--gris-clair); }
.bd-dv-progress-bar { height: 4px; background: linear-gradient(90deg,var(--rouge),var(--or)); transition: width .5s ease; }
.bd-dv-steps-nav { display: flex; }
.bd-dv-step-nav { flex: 1; display: flex; flex-direction: column; align-items: center; gap: 6px; padding: 14px 8px; font-family: var(--ft-titles); font-size: .68rem; font-weight: 900; color: var(--gris); text-transform: uppercase; letter-spacing: .07em; cursor: pointer; transition: var(--tr); border-bottom: 2px solid transparent; }
.bd-dv-step-nav.active { color: var(--rouge); border-bottom-color: var(--rouge); }
.bd-dv-step-nav.done { color: #2D7D46; border-bottom-color: #2D7D46; }
.bd-dv-step-nav-num { width: 28px; height: 28px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: .75rem; font-weight: 900; background: var(--gris-clair); color: var(--gris); transition: var(--tr); }
.bd-dv-step-nav.active .bd-dv-step-nav-num { background: var(--rouge); color: #fff; }
.bd-dv-step-nav.done .bd-dv-step-nav-num { background: #2D7D46; color: #fff; }
.bd-dv-step-nav-label { display: none; }
@media (min-width: 640px) { .bd-dv-step-nav-label { display: block; } }

/* Étapes */
.bd-dv-step { display: none; padding: 40px; }
.bd-dv-step.active { display: block; }
.bd-dv-step-title { font-family: var(--ft-titles); font-size: 1.3rem; font-weight: 900; color: var(--noir); margin-bottom: 6px; text-transform: uppercase; }
.bd-dv-step-sub { font-size: .85rem; color: var(--marron); margin-bottom: 28px; line-height: 1.62; }

/* Champs */
.bd-dv-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.bd-dv-form-full { grid-column: 1 / -1; }
.bd-dv-form-group { display: flex; flex-direction: column; gap: 6px; }
.bd-dv-form-label { font-family: var(--ft-titles); font-size: .7rem; font-weight: 900; color: var(--gris-fonce); letter-spacing: .08em; text-transform: uppercase; }
.bd-dv-form-label span { color: var(--rouge); }
.bd-dv-form-input, .bd-dv-form-select, .bd-dv-form-textarea {
  width: 100%; padding: 13px 16px;
  background: #fff !important;
  border: 1.5px solid #E8E3DC;
  border-radius: var(--r);
  font-family: var(--ft-body); font-size: .9rem;
  color: #1A1A1A !important;
  outline: none; transition: all .3s;
  appearance: none; -webkit-appearance: none;
}
.bd-dv-form-select {
  height: 48px;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%236B6B6B' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-color: #fff !important;
  padding-right: 40px;
}
.bd-dv-form-select option {
  background: #fff !important;
  color: #1A1A1A !important;
}
.bd-dv-form-input::placeholder,
.bd-dv-form-textarea::placeholder {
  color: #999 !important;
}
.bd-dv-form-input:focus,
.bd-dv-form-select:focus,
.bd-dv-form-textarea:focus {
  border-color: #E53935;
  background: #fff !important;
  box-shadow: 0 0 0 3px rgba(229,57,53,.1);
}
.bd-dv-form-textarea { resize: vertical; min-height: 130px; }

/* Checkboxes */
.bd-dv-checks-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 10px; }
.bd-dv-check-item { position: relative; }
.bd-dv-check-item input[type="checkbox"], .bd-dv-check-item input[type="radio"] { position: absolute; opacity: 0; width: 100%; height: 100%; cursor: pointer; margin: 0; z-index: 1; }
.bd-dv-check-label { display: flex; align-items: center; gap: 10px; padding: 12px 14px; border: 1.5px solid var(--gris-clair); border-radius: var(--r); cursor: pointer; font-size: .85rem; color: var(--gris-fonce); transition: var(--tr); background: var(--creme); user-select: none; }
.bd-dv-check-item input:checked + .bd-dv-check-label { border-color: var(--rouge); background: rgba(229,57,53,.06); color: var(--rouge-fonce); }
.bd-dv-check-label i { width: 20px; text-align: center; color: var(--rouge); font-size: .9rem; flex-shrink: 0; }
.bd-dv-check-mark { width: 18px; height: 18px; border-radius: 4px; border: 1.5px solid var(--gris-clair); background: #fff; flex-shrink: 0; display: flex; align-items: center; justify-content: center; transition: var(--tr); margin-left: auto; }
.bd-dv-check-item input:checked + .bd-dv-check-label .bd-dv-check-mark { background: var(--rouge); border-color: var(--rouge); }
.bd-dv-check-mark::after { content: ''; width: 5px; height: 8px; border: 2px solid #fff; border-top: none; border-left: none; transform: rotate(45deg) translateY(-1px); display: none; }
.bd-dv-check-item input:checked + .bd-dv-check-label .bd-dv-check-mark::after { display: block; }

/* Style radio cards */
.bd-dv-style-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.bd-dv-style-item { position: relative; }
.bd-dv-style-item input[type="radio"] { position: absolute; opacity: 0; width: 100%; height: 100%; cursor: pointer; margin: 0; z-index: 1; }
.bd-dv-style-label { display: flex; flex-direction: column; align-items: center; gap: 6px; padding: 14px 8px; border: 1.5px solid var(--gris-clair); border-radius: var(--r-lg); cursor: pointer; text-align: center; transition: var(--tr); background: var(--creme); }
.bd-dv-style-item input:checked + .bd-dv-style-label { border-color: var(--rouge); background: rgba(229,57,53,.06); }
.bd-dv-style-label-img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: 6px; margin-bottom: 4px; }
.bd-dv-style-label-title { font-family: var(--ft-titles); font-size: .76rem; font-weight: 900; color: var(--noir); text-transform: uppercase; letter-spacing: .04em; }
.bd-dv-style-item input:checked + .bd-dv-style-label .bd-dv-style-label-title { color: var(--rouge); }

/* Budget slider */
.bd-dv-budget-wrap { margin-top: 8px; }
.bd-dv-budget-display { text-align: center; margin-bottom: 14px; }
.bd-dv-budget-val { font-family: var(--ft-titles); font-size: 2rem; font-weight: 900; color: var(--rouge); }
.bd-dv-budget-unit { font-family: var(--ft-titles); font-size: .76rem; font-weight: 900; color: var(--gris); margin-top: 2px; text-transform: uppercase; letter-spacing: .08em; }
input[type="range"].bd-dv-slider { width: 100%; accent-color: var(--rouge); height: 6px; cursor: pointer; border-radius: 3px; }
.bd-dv-budget-scale { display: flex; justify-content: space-between; font-family: var(--ft-titles); font-size: .68rem; font-weight: 700; color: var(--gris); margin-top: 8px; padding: 0 2px; text-transform: uppercase; }

/* Disponibilité */
.bd-dv-dispo-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }

/* Navigation étapes */
.bd-dv-step-nav-btns { display: flex; justify-content: space-between; gap: 12px; margin-top: 32px; padding-top: 24px; border-top: 1px solid var(--gris-clair); }
.bd-dv-btn-prev { display: inline-flex; align-items: center; gap: 8px; padding: 12px 24px; font-family: var(--ft-titles); font-size: .78rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; border-radius: var(--r); background: transparent; color: var(--gris); border: 1.5px solid var(--gris-clair); cursor: pointer; transition: var(--tr); }
.bd-dv-btn-prev:hover { border-color: var(--gris); color: var(--noir); }
.bd-dv-btn-next { display: inline-flex; align-items: center; gap: 8px; padding: 13px 28px; font-family: var(--ft-titles); font-size: .82rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; border-radius: var(--r); background: var(--rouge); color: #fff; border: none; cursor: pointer; transition: var(--tr); box-shadow: var(--shadow-rouge); flex: 1; justify-content: center; }
.bd-dv-btn-next:hover { background: var(--rouge-fonce); transform: translateY(-2px); }
.bd-dv-btn-submit { display: inline-flex; align-items: center; gap: 8px; padding: 15px 28px; font-family: var(--ft-titles); font-size: .9rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; border-radius: var(--r); background: var(--rouge); color: #fff; border: none; cursor: pointer; transition: var(--tr); box-shadow: var(--shadow-rouge); flex: 1; justify-content: center; }
.bd-dv-btn-submit:hover { background: var(--rouge-fonce); transform: translateY(-2px); }
.bd-dv-btn-submit:disabled { opacity: .65; cursor: not-allowed; transform: none; }

/* Alerte */
.bd-dv-alert { padding: 14px 18px; border-radius: var(--r); font-size: .88rem; margin-bottom: 20px; display: flex; align-items: flex-start; gap: 12px; background: rgba(229,57,53,.08); border: 1px solid rgba(229,57,53,.25); color: var(--rouge-fonce); }
.bd-dv-alert i { font-size: 1rem; flex-shrink: 0; margin-top: 1px; }

/* ═══════════════════════════════════════════
   SUCCÈS
═══════════════════════════════════════════ */
.bd-dv-success { padding: 60px 40px; text-align: center; }
.bd-dv-success-icon { width: 80px; height: 80px; background: linear-gradient(135deg,#2D7D46,#1E5C32); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 2rem; color: #fff; margin: 0 auto 24px; box-shadow: 0 8px 32px rgba(45,125,70,.35); }
.bd-dv-success-title { font-family: var(--ft-titles); font-size: 1.7rem; font-weight: 900; color: var(--noir); margin-bottom: 12px; text-transform: uppercase; }
.bd-dv-success-sub { font-size: .95rem; color: var(--marron); line-height: 1.78; max-width: 440px; margin: 0 auto 32px; }
.bd-dv-success-ref { background: var(--creme); border: 1.5px solid var(--gris-clair); border-radius: var(--r-lg); padding: 20px 28px; display: inline-block; margin-bottom: 32px; }
.bd-dv-success-ref-label { font-family: var(--ft-titles); font-size: .7rem; font-weight: 900; color: var(--gris); text-transform: uppercase; letter-spacing: .12em; margin-bottom: 4px; }
.bd-dv-success-ref-num { font-family: var(--ft-titles); font-size: 1.5rem; font-weight: 900; color: var(--rouge); }
.bd-dv-success-steps { display: flex; gap: 0; margin: 28px auto; max-width: 480px; border: 1.5px solid var(--gris-clair); border-radius: var(--r-lg); overflow: hidden; }
.bd-dv-success-step { flex: 1; padding: 16px 12px; text-align: center; border-right: 1px solid var(--gris-clair); font-size: .8rem; }
.bd-dv-success-step:last-child { border-right: none; }
.bd-dv-success-step i { display: block; font-size: 1.1rem; color: var(--rouge); margin-bottom: 6px; }
.bd-dv-success-step-label { color: var(--gris-fonce); font-family: var(--ft-titles); font-size: .72rem; font-weight: 900; text-transform: uppercase; }
.bd-dv-success-btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.bd-dv-btn-primary { display: inline-flex; align-items: center; gap: 8px; padding: 12px 24px; font-family: var(--ft-titles); font-size: .8rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; border-radius: var(--r); background: var(--rouge); color: #fff; border: none; cursor: pointer; transition: var(--tr); box-shadow: var(--shadow-rouge); text-decoration: none; }
.bd-dv-btn-primary:hover { background: var(--rouge-fonce); color: #fff; transform: translateY(-2px); }
.bd-dv-btn-wa { display: inline-flex; align-items: center; gap: 8px; padding: 12px 24px; font-family: var(--ft-titles); font-size: .8rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; border-radius: var(--r); background: #25D366; color: #fff; border: none; cursor: pointer; transition: var(--tr); text-decoration: none; }
.bd-dv-btn-wa:hover { background: #1DA851; color: #fff; transform: translateY(-2px); }

/* ════════════════
   SIDEBAR
════════════════ */
.bd-dv-sidebar { display: flex; flex-direction: column; gap: 20px; }
.bd-dv-recap-card { background: var(--blanc-pur); border-radius: var(--r-lg); box-shadow: var(--shadow-sm); overflow: hidden; position: sticky; top: 100px; }
.bd-dv-recap-head { background: linear-gradient(135deg,var(--rouge),var(--rouge-fonce)); padding: 20px 24px; color: #fff; }
.bd-dv-recap-head h3 { font-family: var(--ft-titles); font-size: 1rem; font-weight: 900; margin-bottom: 4px; text-transform: uppercase; }
.bd-dv-recap-head p { font-size: .82rem; color: rgba(255,255,255,.75); }
.bd-dv-recap-body { padding: 20px 24px; }
.bd-dv-recap-item { display: flex; align-items: center; gap: 12px; padding: 10px 0; border-bottom: 1px solid var(--gris-clair); font-size: .85rem; }
.bd-dv-recap-item:last-child { border-bottom: none; }
.bd-dv-recap-item > i { width: 32px; height: 32px; flex-shrink: 0; background: rgba(229,57,53,.08); border-radius: 8px; display: flex; align-items: center; justify-content: center; color: var(--rouge); font-size: .8rem; }
.bd-dv-recap-item-label { font-family: var(--ft-titles); font-size: .68rem; font-weight: 900; color: var(--gris); text-transform: uppercase; letter-spacing: .08em; }
.bd-dv-recap-item-val { font-family: var(--ft-titles); font-weight: 900; color: var(--noir); font-size: .85rem; text-transform: uppercase; }
.bd-dv-sidebar-contact { background: var(--noir-doux); border-radius: var(--r-lg); padding: 24px; }
.bd-dv-sidebar-contact h4 { font-family: var(--ft-titles); font-size: .88rem; font-weight: 900; color: var(--or-clair); margin-bottom: 16px; display: flex; align-items: center; gap: 8px; text-transform: uppercase; }
.bd-dv-sidebar-contact h4 i { color: var(--or); }
.bd-dv-sidebar-contact-links { display: flex; flex-direction: column; gap: 10px; }
.bd-dv-sidebar-contact-link { display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.7); font-size: .85rem; text-decoration: none; transition: color .25s; }
.bd-dv-sidebar-contact-link:hover { color: var(--or-clair); }
.bd-dv-sidebar-contact-link i { color: var(--rouge-clair); width: 16px; }
.bd-dv-sidebar-garanties { background: var(--blanc-pur); border-radius: var(--r-lg); padding: 24px; border: 1px solid var(--gris-clair); }
.bd-dv-sidebar-garanties h4 { font-family: var(--ft-titles); font-size: .88rem; font-weight: 900; color: var(--noir); margin-bottom: 16px; display: flex; align-items: center; gap: 8px; text-transform: uppercase; }
.bd-dv-sidebar-garanties h4 i { color: var(--rouge); }
.bd-dv-garantie-list { display: flex; flex-direction: column; gap: 10px; }
.bd-dv-garantie-item { display: flex; align-items: center; gap: 10px; font-size: .84rem; color: var(--marron); }
.bd-dv-garantie-item i { color: #2D7D46; font-size: .9rem; }

/* ═══════════════════════════════════════════
   SECTION AVANTAGES
═══════════════════════════════════════════ */
.bd-dv-avantages { padding: 80px 0; background: var(--blanc); }
.bd-dv-avantages-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; }
.bd-dv-avantage-card { text-align: center; padding: 36px 20px; background: var(--creme); border: 1.5px solid var(--gris-clair); border-radius: var(--r-lg); transition: var(--tr); }
.bd-dv-avantage-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); border-color: transparent; }
.bd-dv-avantage-icon { width: 64px; height: 64px; background: linear-gradient(135deg,var(--rouge),var(--rouge-fonce)); border-radius: 16px; display: flex; align-items: center; justify-content: center; font-size: 1.4rem; color: #fff; margin: 0 auto 20px; transition: var(--tr); }
.bd-dv-avantage-card:hover .bd-dv-avantage-icon { transform: scale(1.1); }
.bd-dv-avantage-title { font-family: var(--ft-titles); font-size: .9rem; font-weight: 900; color: var(--noir); margin-bottom: 8px; text-transform: uppercase; letter-spacing: .04em; }
.bd-dv-avantage-desc { font-size: .84rem; color: var(--marron); line-height: 1.72; }

/* ═══════════════════════════════════════════
   SECTION PROCESSUS DEVIS
═══════════════════════════════════════════ */
.bd-dv-processus { padding: 80px 0; background: var(--noir-doux); position: relative; overflow: hidden; }
.bd-dv-processus::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg,var(--rouge-fonce),var(--rouge),var(--or),var(--rouge)); }
.bd-dv-processus-title { font-family: var(--ft-titles); font-size: clamp(1.6rem,3vw,2.2rem); font-weight: 900; color: #fff; text-align: center; margin-bottom: 56px; text-transform: uppercase; }
.bd-dv-processus-title em { font-style: italic; color: var(--or-clair); font-family: var(--ft-elegant); text-transform: none; font-weight: 700; }
.bd-dv-process-steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 0; position: relative; }
.bd-dv-process-steps::before { content: ''; position: absolute; top: 28px; left: 12%; right: 12%; height: 1px; background: rgba(201,169,110,.25); z-index: 0; }
.bd-dv-process-step { display: flex; flex-direction: column; align-items: center; text-align: center; padding: 0 20px; position: relative; z-index: 1; }
.bd-dv-process-num { width: 56px; height: 56px; background: var(--rouge); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: var(--ft-titles); font-size: 1.2rem; font-weight: 900; color: #fff; margin-bottom: 20px; box-shadow: var(--shadow-rouge); }
.bd-dv-process-title { font-family: var(--ft-titles); font-size: .88rem; font-weight: 900; color: var(--or-clair); margin-bottom: 8px; text-transform: uppercase; letter-spacing: .04em; }
.bd-dv-process-desc { font-size: .82rem; color: rgba(255,255,255,.52); line-height: 1.68; }

/* ═══════════════════════════════════════════
   RESPONSIVE COMPLET DEVIS
═══════════════════════════════════════════ */
@media (max-width: 1199px) {
  .bd-dv-layout { grid-template-columns: 1fr; }
  .bd-dv-recap-card { position: static; }
  .bd-dv-avantages-grid { grid-template-columns: repeat(2,1fr); }
  .bd-dv-process-steps { grid-template-columns: repeat(2,1fr); gap: 36px; }
  .bd-dv-process-steps::before { display: none; }
}
@media (max-width: 1023px) {
  .bd-dv-hero { height: 320px; }
  .bd-dv-hero-badges { display: none; }
  .bd-dv-style-grid { grid-template-columns: repeat(3,1fr); }
  .bd-dv-dispo-grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 767px) {
  .bd-dv-container { padding: 0 18px; }
  .bd-dv-hero { height: 280px; }
  .bd-dv-hero-content { padding: 0 18px; }
  .bd-dv-hero-title { font-size: clamp(1.6rem,6vw,2.2rem); }
  .bd-dv-step { padding: 24px 18px; }
  .bd-dv-step-title { font-size: 1.1rem; }
  .bd-dv-form-grid { grid-template-columns: 1fr; }
  .bd-dv-form-full { grid-column: 1; }
  .bd-dv-checks-grid { grid-template-columns: 1fr; }
  .bd-dv-style-grid { grid-template-columns: repeat(2,1fr); }
  .bd-dv-dispo-grid { grid-template-columns: repeat(2,1fr); }
  .bd-dv-avantages-grid { grid-template-columns: 1fr 1fr; gap: 16px; }
  .bd-dv-avantage-card { padding: 24px 14px; }
  .bd-dv-process-steps { grid-template-columns: 1fr 1fr; gap: 28px; }
  .bd-dv-success { padding: 40px 20px; }
  .bd-dv-success-steps { flex-wrap: wrap; }
  .bd-dv-success-step { min-width: 50%; border-bottom: 1px solid var(--gris-clair); }
  .bd-dv-success-btns { flex-direction: column; align-items: center; }
  .bd-dv-success-btns a { width: 100%; justify-content: center; }
  .bd-dv-step-nav-btns { flex-wrap: wrap; gap: 10px; }
  .bd-dv-btn-prev { width: 100%; justify-content: center; }
  .bd-dv-btn-next, .bd-dv-btn-submit { width: 100%; }
  .bd-dv-main { padding: 56px 0 70px; }
  .bd-dv-avantages { padding: 56px 0; }
  .bd-dv-processus { padding: 56px 0; }
}
@media (max-width: 480px) {
  .bd-dv-avantages-grid { grid-template-columns: 1fr; }
  .bd-dv-process-steps { grid-template-columns: 1fr; }
  .bd-dv-style-grid { grid-template-columns: 1fr 1fr; }
  .bd-dv-checks-grid { grid-template-columns: 1fr; }
  .bd-dv-dispo-grid { grid-template-columns: 1fr 1fr; }
  .bd-dv-hero-title { font-size: 1.6rem; }
  .bd-dv-processus-title { font-size: 1.5rem; margin-bottom: 36px; }
  .bd-dv-step-nav { padding: 10px 4px; }
  .bd-dv-step-nav-num { width: 24px; height: 24px; font-size: .68rem; }
  .bd-dv-budget-scale span:nth-child(even) { display: none; }
}
@media (max-width: 360px) {
  .bd-dv-container { padding: 0 12px; }
  .bd-dv-hero-title { font-size: 1.4rem; }
  .bd-dv-step { padding: 18px 14px; }
  .bd-dv-style-grid { grid-template-columns: 1fr; }
  .bd-dv-success-ref { padding: 14px 18px; }
  .bd-dv-success-title { font-size: 1.3rem; }
}
