/* Accès direct au rendez-vous — Prismea Patrimoine */
.rdv-nav-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:9px 15px;
  margin-left:auto;
  border:1px solid rgba(16,39,70,.18);
  border-radius:12px;
  background:#fff;
  color:#102746;
  font-weight:800;
  text-decoration:none;
  white-space:nowrap;
}
.rdv-nav-link:hover{border-color:#b78a2e;transform:translateY(-1px)}
.rdv-direct-band{
  margin:56px auto 20px;
  padding:28px;
  border:1px solid #dbe3ed;
  border-radius:22px;
  background:#102746;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}
.rdv-direct-band h2{margin:0 0 8px;color:#fff;font-size:clamp(28px,4vw,42px)}
.rdv-direct-band p{margin:0;color:#dce5ef;max-width:720px}
.rdv-direct-band .rdv-direct-btn{
  display:inline-flex;
  min-height:50px;
  align-items:center;
  justify-content:center;
  padding:12px 22px;
  border-radius:14px;
  background:#fff;
  color:#102746;
  font-weight:900;
  text-decoration:none;
  white-space:nowrap;
}
.rdv-floating{
  position:fixed;
  right:22px;
  bottom:22px;
  z-index:45;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:52px;
  padding:13px 20px;
  border-radius:999px;
  background:#102746;
  color:#fff;
  border:1px solid rgba(255,255,255,.28);
  box-shadow:0 14px 35px rgba(16,39,70,.25);
  text-decoration:none;
  font-weight:900;
}
.rdv-floating:hover{transform:translateY(-2px)}
@media(max-width:900px){
  .rdv-nav-link{display:none}
  .rdv-direct-band{align-items:flex-start;flex-direction:column}
  .rdv-floating{right:14px;bottom:14px;min-height:48px;padding:11px 16px;font-size:14px}
}
