
/* BureauChat V5.1.0 - profil, photo, connexion légale */
.bc-profile-photo{width:92px;height:92px;border-radius:50%;object-fit:cover;border:3px solid #e5eefb;background:#eef5ff}
.bc-profile-photo-placeholder{width:92px;height:92px;border-radius:50%;display:grid;place-items:center;background:#e7f0ff;color:#1f5fbf;font-weight:800;font-size:30px;border:3px solid #dbe8fb}
.bc-photo-row{display:flex;gap:18px;align-items:center;flex-wrap:wrap;margin:14px 0 22px}
.bc-photo-actions{display:flex;gap:10px;flex-wrap:wrap}
.bc-login-legal{margin-top:24px;padding-top:18px;border-top:1px solid #dce6f4;text-align:center;color:#61708a;font-size:12px;line-height:1.55}
.bc-login-legal a{color:#245fc0;text-decoration:none}
.bc-login-legal a:hover{text-decoration:underline}
.bc-login-copyright{font-weight:700;color:#334d73;margin-bottom:5px}
@media(max-width:640px){.bc-photo-row{justify-content:center;text-align:center}.bc-photo-actions{justify-content:center}}
