/* Aedis — éléments greffés sur la réplique de l'ancien site (bouton appel, boutons espace). */
.aedis-call-fab{position:fixed;right:20px;top:120px;z-index:9999;display:flex;flex-direction:column;align-items:center;gap:7px;text-decoration:none;background:#fff;border:1px solid #E6E2D8;border-radius:20px;padding:13px 12px 11px;box-shadow:0 12px 34px rgba(38,51,47,.18);width:96px;text-align:center;transition:transform .15s;}
.aedis-call-fab:hover{transform:translateY(-3px);}
.aedis-call-ic{width:54px;height:54px;border-radius:50%;background:#C08457;color:#fff;display:grid;place-items:center;box-shadow:0 0 0 0 rgba(192,132,87,.6);animation:aedis-call-pulse 1.3s ease-out infinite;}
.aedis-call-ic svg{width:27px;height:27px;stroke:#fff;fill:none;stroke-width:2;transform-origin:center;animation:aedis-call-shake 1s ease-in-out infinite;}
.aedis-call-txt{font-size:11px;font-weight:700;color:#35594F;line-height:1.2;letter-spacing:.2px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;}
@keyframes aedis-call-pulse{0%{box-shadow:0 0 0 0 rgba(192,132,87,.6)}70%{box-shadow:0 0 0 18px rgba(192,132,87,0)}100%{box-shadow:0 0 0 0 rgba(192,132,87,0)}}
@keyframes aedis-call-shake{0%,72%,100%{transform:rotate(0)}8%{transform:rotate(-24deg)}16%{transform:rotate(22deg)}24%{transform:rotate(-20deg)}32%{transform:rotate(18deg)}40%{transform:rotate(-15deg)}48%{transform:rotate(13deg)}56%{transform:rotate(-9deg)}64%{transform:rotate(7deg)}}
@media (prefers-reduced-motion:reduce){.aedis-call-ic,.aedis-call-ic svg{animation:none}}
@media (max-width:782px){.aedis-call-fab{right:12px;top:auto;bottom:16px;width:82px;padding:11px 10px 9px;}.aedis-call-ic{width:48px;height:48px;}.aedis-call-ic svg{width:24px;height:24px;}}
/* l'ancien téléphone d'en-tête est remplacé par le bouton flottant animé */
.et_pb_icon_0_tb_header,.et_pb_text_0_tb_header{display:none!important;}
/* bouton Espace client (header, fixe en haut à droite) */
.aedis-topbtn{position:fixed;top:22px;right:20px;z-index:10000;display:inline-flex;align-items:center;gap:7px;background:#35594F;color:#fff;text-decoration:none;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;font-size:13px;font-weight:700;padding:9px 15px;border-radius:999px;box-shadow:0 8px 22px rgba(38,51,47,.20);transition:background .15s,transform .15s;}
.aedis-topbtn:hover{background:#274238;transform:translateY(-1px);}
.aedis-topbtn svg{width:15px;height:15px;stroke:#fff;fill:none;stroke-width:2;}
@media (max-width:782px){.aedis-topbtn{top:14px;right:12px;font-size:12px;padding:8px 12px;}.aedis-topbtn .tb-txt{display:none;}}
/* lien Accès praticien (footer) */
.aedis-footwrap{text-align:center;padding:10px 20px 28px;}
.aedis-footlink{display:inline-flex;align-items:center;gap:7px;margin:18px auto 0;color:#8A928C;text-decoration:none;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;font-size:12.5px;font-weight:600;padding:7px 14px;border:1px solid rgba(120,120,120,.30);border-radius:999px;transition:color .15s,border-color .15s;}
.aedis-footlink:hover{color:#35594F;border-color:#35594F;}
.aedis-footlink svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:2;}
.aedis-contact-msg{margin-top:12px;font-size:14px;font-weight:600;}
