
/* Fichier CSS pour ajuster la position du chatbot */

/* Cibler tous les éléments de chatbot possibles */
#chatbot-button,
iframe[src*="chatbot"],
iframe[src*="advervizion"],
div[id*="chatbot"],
div[class*="chatbot"],
.chatbot-container,
#chat-widget,
.chat-widget,
[data-client-id] + div,
body > div:last-child iframe {
  bottom: 75px !important;
}

/* Ajustement supplémentaire pour mobile */
@media (max-width: 768px) {
  #chatbot-button,
  iframe[src*="chatbot"],
  iframe[src*="advervizion"],
  div[id*="chatbot"],
  div[class*="chatbot"],
  .chatbot-container,
  #chat-widget,
  .chat-widget,
  [data-client-id] + div,
  body > div:last-child iframe {
    bottom: 85px !important;
  }
}
