/* PASIVITE 2.8.47.8 — mascotte dans le chatbot, discrète et fonctionnelle */
.psv-chatbot-launcher{
  overflow:visible;
}
.chat-launch-mascot{
  width:48px;height:48px;flex:0 0 48px;border-radius:50%;overflow:hidden;
  display:grid;place-items:center;background:#fff;border:2px solid rgba(109,230,201,.72);
  box-shadow:0 5px 13px rgba(1,18,45,.18);
}
.chat-launch-mascot img{
  width:58px;height:58px;display:block;object-fit:cover;object-position:center 25%;
  transform:translateY(5px);
}
.psv-chatbot.is-compact .chat-launch-mascot{width:50px;height:50px;flex-basis:50px;border-width:1px}
.psv-chatbot.is-compact .chat-launch-mascot img{width:61px;height:61px}

.psv-chatbot-header-brand{display:flex;align-items:center;gap:11px;min-width:0}
.psv-chatbot-header-mascot{
  width:48px;height:48px;flex:0 0 48px;border-radius:50%;overflow:hidden;
  display:grid;place-items:center;background:#fff;border:2px solid rgba(109,230,201,.68);
}
.psv-chatbot-header-mascot img{width:58px;height:58px;display:block;object-fit:cover;object-position:center 25%;transform:translateY(5px)}
.psv-chatbot-header-brand>div{min-width:0}

.psv-chatbot-welcome{display:grid;grid-template-columns:58px minmax(0,1fr);gap:10px;align-items:center;padding:10px 14px 10px 8px}
.psv-chatbot-welcome p{margin:0;min-width:0}
.psv-chatbot-welcome-mascot{width:58px;height:68px;object-fit:contain;object-position:center bottom;display:block;filter:drop-shadow(0 5px 7px rgba(18,53,91,.11))}

.psv-chatbot-loading-with-mascot{display:flex;align-items:center;gap:10px;padding:9px 12px}
.psv-chatbot-loading-with-mascot>div{min-width:0;line-height:1.35}
.psv-chatbot-loading-with-mascot span{color:#526b7e}
.psv-chatbot-loading-mascot{width:52px;height:58px;flex:0 0 52px;object-fit:contain;display:block;filter:drop-shadow(0 4px 6px rgba(18,53,91,.1))}

@media(max-width:760px){
  .chat-launch-mascot{width:42px;height:42px;flex-basis:42px}
  .chat-launch-mascot img{width:52px;height:52px;transform:translateY(5px)}
  .psv-chatbot-header{align-items:center!important}
  .psv-chatbot-header-mascot{width:44px;height:44px;flex-basis:44px}
  .psv-chatbot-header-mascot img{width:54px;height:54px}
  .psv-chatbot-welcome{grid-template-columns:50px minmax(0,1fr)}
  .psv-chatbot-welcome-mascot{width:50px;height:58px}
}
@media(max-width:390px){
  .chat-launch-mascot{width:38px;height:38px;flex-basis:38px}
  .chat-launch-mascot img{width:48px;height:48px}
}
@media(prefers-reduced-motion:reduce){
  .chat-launch-mascot img,.psv-chatbot-header-mascot img,.psv-chatbot-welcome-mascot,.psv-chatbot-loading-mascot{animation:none!important;transition:none!important}
}
