/*
#@0
#@1
#@2
*/
/* #PRODUIRE{fond=css/ichatbot_variables.scss}
   md5:4a523a2fe15efad4ed80fb693987fa37 */
#ichatbot {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 900;
  height: max-content;
  width: max-content;
  margin: 1rem;
  border-radius: 50%;
  transition: 0.5s ease;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0px 8px 3px rgba(0, 60, 150, 0.1);
  /* style user input field */
}
#ichatbot button {
  appearance: auto;
  border: 0;
}
#ichatbot a:not(.btn) {
  color: #0050c9;
}
#ichatbot a:not(.btn):hover, #ichatbot a:not(.btn):focus, #ichatbot a:not(.btn):focus-visible, #ichatbot a:not(.btn):focus-within {
  color: #0064fc;
}
#ichatbot .chatbot-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #0050c9;
  transition: 0.5s ease;
  color: white;
}
#ichatbot .chatbot-header .chatbot-toggler {
  display: flex;
}
#ichatbot .chatbot-header .chatbot-title {
  display: flex;
  line-height: 1.1;
}
#ichatbot .chatbot-header .chatbot-title .bot-icon {
  font-size: 1.5rem;
}
#ichatbot .chatbot-header .chatbot-title, #ichatbot .chatbot-header .chatbot-reloader, #ichatbot .chatbot-header .chatbot-resizer {
  display: none;
}
#ichatbot .chatbot-header .chatbot-controls {
  display: flex;
}
#ichatbot .chatbot-header .chatbot-controls .chatbot-reloader, #ichatbot .chatbot-header .chatbot-controls .chatbot-resizer, #ichatbot .chatbot-header .chatbot-controls .chatbot-toggler {
  border: 0;
  padding: 0.75rem;
  font-size: 1.3rem;
  line-height: 1;
  background-color: #0050c9;
  color: white;
}
#ichatbot .chatbot-header .chatbot-controls .chatbot-reloader:hover, #ichatbot .chatbot-header .chatbot-controls .chatbot-reloader:focus, #ichatbot .chatbot-header .chatbot-controls .chatbot-reloader:focus-visible, #ichatbot .chatbot-header .chatbot-controls .chatbot-reloader:focus-within, #ichatbot .chatbot-header .chatbot-controls .chatbot-resizer:hover, #ichatbot .chatbot-header .chatbot-controls .chatbot-resizer:focus, #ichatbot .chatbot-header .chatbot-controls .chatbot-resizer:focus-visible, #ichatbot .chatbot-header .chatbot-controls .chatbot-resizer:focus-within, #ichatbot .chatbot-header .chatbot-controls .chatbot-toggler:hover, #ichatbot .chatbot-header .chatbot-controls .chatbot-toggler:focus, #ichatbot .chatbot-header .chatbot-controls .chatbot-toggler:focus-visible, #ichatbot .chatbot-header .chatbot-controls .chatbot-toggler:focus-within {
  background-color: #003c96;
}
#ichatbot .chatbot-header .chatbot-controls .chatbot-resizer .min-icon {
  display: none;
}
#ichatbot .chatbot-header .chatbot-controls .chatbot-resizer.on .max-icon {
  display: none;
}
#ichatbot .chatbot-header .chatbot-controls .chatbot-resizer.on .min-icon {
  display: block;
}
#ichatbot .chatbot-header .chatbot-controls .chatbot-toggler {
  font-size: 1.5rem;
}
#ichatbot .chatbot-header .chatbot-controls .chatbot-toggler .bot-icon {
  font-size: 2rem;
  margin: 0.5rem;
  display: block;
  transition: 0.3s ease;
}
#ichatbot .chatbot-header .chatbot-controls .chatbot-toggler .close-icon {
  display: none;
}
#ichatbot .chatbot-header .chatbot-controls .chatbot-toggler.poping .bot-icon, #ichatbot .chatbot-header .chatbot-controls .chatbot-toggler:hover .bot-icon, #ichatbot .chatbot-header .chatbot-controls .chatbot-toggler:focus .bot-icon, #ichatbot .chatbot-header .chatbot-controls .chatbot-toggler:focus-visible .bot-icon, #ichatbot .chatbot-header .chatbot-controls .chatbot-toggler:focus-within .bot-icon {
  animation: shaking 0.3s infinite;
}
#ichatbot .bubble-wrap {
  display: none;
  position: relative;
  padding: 1rem 1.5rem;
  width: 100%;
  transition: 0.5s ease;
  overflow-y: scroll;
  background-color: #fff;
  /* style bubbles */
}
#ichatbot .bubble-wrap .bubble, #ichatbot .bubble-wrap .bubble-typing {
  padding: 0.5rem 0.75rem;
  border-radius: 0 1rem 1rem;
  text-align: left;
  margin-bottom: 0.5rem;
  float: none;
  clear: both;
  line-height: 1.5em;
  word-break: break-word;
  transform-origin: left top;
  transition: all 0.2s;
  box-sizing: content-box;
  max-width: calc(100% - 2rem);
  width: max-content !important;
  color: #212529;
  background-color: #dee2e6;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  /* interaction recall styles */
  /* interaction recall styles */
}
#ichatbot .bubble-wrap .bubble .bubble-content, #ichatbot .bubble-wrap .bubble-typing .bubble-content {
  transition: opacity 0.15s;
  /* style media that's inside bubbles */
}
#ichatbot .bubble-wrap .bubble .bubble-content img, #ichatbot .bubble-wrap .bubble-typing .bubble-content img {
  width: calc(100% + 32px);
  margin: -8px -16px;
  overflow: hidden;
  display: block;
  border-radius: 5px 15px 15px 15px;
}
#ichatbot .bubble-wrap .bubble .bubble-content .bubble-content-title, #ichatbot .bubble-wrap .bubble-typing .bubble-content .bubble-content-title {
  font-size: 1.1rem !important;
}
#ichatbot .bubble-wrap .bubble:not(.say) .bubble-content, #ichatbot .bubble-wrap .bubble-typing:not(.say) .bubble-content {
  opacity: 0;
}
#ichatbot .bubble-wrap .bubble.imagine, #ichatbot .bubble-wrap .bubble-typing.imagine {
  margin: 0;
  height: 0;
  padding: 0;
  transform: scale(0);
  transition: all 200ms, height 200ms 1s, padding 200ms 1s;
}
#ichatbot .bubble-wrap .bubble.history, #ichatbot .bubble-wrap .bubble-typing.history {
  opacity: 0.25;
}
#ichatbot .bubble-wrap .bubble.history, #ichatbot .bubble-wrap .bubble.history .bubble-content, #ichatbot .bubble-wrap .bubble.history .bubble-content .bubble-button, #ichatbot .bubble-wrap .bubble.history .bubble-content .bubble-button:hover, #ichatbot .bubble-wrap .bubble-typing.history, #ichatbot .bubble-wrap .bubble-typing.history .bubble-content, #ichatbot .bubble-wrap .bubble-typing.history .bubble-content .bubble-button, #ichatbot .bubble-wrap .bubble-typing.history .bubble-content .bubble-button:hover {
  transition: all 0ms !important;
}
#ichatbot .bubble-wrap .bubble.history .bubble-content .bubble-button, #ichatbot .bubble-wrap .bubble.history.reply:not(.bubble-picked) .bubble-content .bubble-button:hover, #ichatbot .bubble-wrap .bubble.history.reply .bubble-content .bubble-button.bubble-pick, #ichatbot .bubble-wrap .bubble-typing.history .bubble-content .bubble-button, #ichatbot .bubble-wrap .bubble-typing.history.reply:not(.bubble-picked) .bubble-content .bubble-button:hover, #ichatbot .bubble-wrap .bubble-typing.history.reply .bubble-content .bubble-button.bubble-pick {
  background-color: #0050c9;
  cursor: default;
}
#ichatbot .bubble-wrap .bubble.reply, #ichatbot .bubble-wrap .bubble-typing.reply {
  position: relative;
  padding: 0;
  float: right;
  background-color: transparent;
  border: none;
  box-shadow: none;
  transform-origin: right top;
}
#ichatbot .bubble-wrap .bubble.reply .bubble-content, #ichatbot .bubble-wrap .bubble-typing.reply .bubble-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: end;
  /* input fields for bubbles */
}
#ichatbot .bubble-wrap .bubble.reply .bubble-content .bubble-button, #ichatbot .bubble-wrap .bubble-typing.reply .bubble-content .bubble-button {
  margin-left: 0.25rem;
  text-align: center;
  width: max-content;
  border-radius: 1rem 1rem 0;
  background-color: #0050c9;
  color: white;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  padding: 0.5rem 0.75rem;
  display: inline-block;
  cursor: pointer;
  transition: all 0.2s;
  text-decoration: none;
  word-break: normal;
  box-sizing: content-box;
  /* animation-duration: 1s; */
  animation-name: "animate-reply";
  animation-play-state: paused;
  animation-fill-mode: forwards;
  /* opacity: 0; */
  transform: translate3d(0px, 0px, 0px);
  animation-delay: -3s;
  -ms-animation-delay: -3;
  -webkit-animation-delay: -3s;
}
#ichatbot .bubble-wrap .bubble.reply .bubble-content .bubble-button:hover, #ichatbot .bubble-wrap .bubble.reply .bubble-content .bubble-button:focus, #ichatbot .bubble-wrap .bubble.reply .bubble-content .bubble-button:focus-visible, #ichatbot .bubble-wrap .bubble.reply .bubble-content .bubble-button:focus-within, #ichatbot .bubble-wrap .bubble-typing.reply .bubble-content .bubble-button:hover, #ichatbot .bubble-wrap .bubble-typing.reply .bubble-content .bubble-button:focus, #ichatbot .bubble-wrap .bubble-typing.reply .bubble-content .bubble-button:focus-visible, #ichatbot .bubble-wrap .bubble-typing.reply .bubble-content .bubble-button:focus-within {
  background-color: #003c96;
}
#ichatbot .bubble-wrap .bubble.reply .bubble-content input, #ichatbot .bubble-wrap .bubble-typing.reply .bubble-content input {
  background: linear-gradient(193deg, #1faced, #5592dc 100%) !important;
  box-shadow: 0 0px 1px 0px #000, 0 -1px 0 0px rgba(255, 255, 255, 0.38) inset;
  text-shadow: 0 1px rgba(0, 0, 0, 0.35);
  border: 0;
  outline: 0;
}
#ichatbot .bubble-wrap .bubble.reply .bubble-content input::-webkit-input-placeholder, #ichatbot .bubble-wrap .bubble.reply .bubble-content input::-moz-placeholder, #ichatbot .bubble-wrap .bubble-typing.reply .bubble-content input::-webkit-input-placeholder, #ichatbot .bubble-wrap .bubble-typing.reply .bubble-content input::-moz-placeholder {
  /* Chrome/Opera/Safari and Firefox 19+ */
  color: rgba(255, 255, 255, 0.5);
  text-shadow: none;
}
#ichatbot .bubble-wrap .bubble.reply .bubble-content input:read-only, #ichatbot .bubble-wrap .bubble-typing.reply .bubble-content input:read-only {
  background: linear-gradient(166deg, #48121d, #0d4058 100%) !important;
}
#ichatbot .bubble-wrap .bubble.reply.bubble-picked .bubble-content .bubble-button, #ichatbot .bubble-wrap .bubble.reply.reply-freeform .bubble-content .bubble-button, #ichatbot .bubble-wrap .bubble-typing.reply.bubble-picked .bubble-content .bubble-button, #ichatbot .bubble-wrap .bubble-typing.reply.reply-freeform .bubble-content .bubble-button {
  transform: scale(0) translate3d(0px, 0px, 0px);
  padding: 0;
}
#ichatbot .bubble-wrap .bubble.reply.bubble-picked .bubble-content .bubble-button.bubble-pick, #ichatbot .bubble-wrap .bubble.reply.reply-freeform .bubble-content .bubble-button.bubble-pick, #ichatbot .bubble-wrap .bubble-typing.reply.bubble-picked .bubble-content .bubble-button.bubble-pick, #ichatbot .bubble-wrap .bubble-typing.reply.reply-freeform .bubble-content .bubble-button.bubble-pick {
  background-color: #003c96;
  transform: scale(1) translate3d(0px, 0px, 0px);
  padding: 0.5rem 0.75rem;
  height: auto;
}
#ichatbot .bubble-wrap .bubble.reply.bubble-picked .bubble-content .bubble-button:not(.bubble-pick), #ichatbot .bubble-wrap .bubble.reply.reply-freeform .bubble-content .bubble-button:not(.bubble-pick), #ichatbot .bubble-wrap .bubble-typing.reply.bubble-picked .bubble-content .bubble-button:not(.bubble-pick), #ichatbot .bubble-wrap .bubble-typing.reply.reply-freeform .bubble-content .bubble-button:not(.bubble-pick) {
  display: none;
}
#ichatbot .bubble-wrap .bubble.reply.say .bubble-content .bubble-button, #ichatbot .bubble-wrap .bubble-typing.reply.say .bubble-content .bubble-button {
  animation-play-state: running;
  margin-top: 5px;
  min-height: 24px;
  overflow: hidden;
}
#ichatbot .input-wrap {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0.5rem;
  background-color: #fff;
}
#ichatbot .input-wrap:focus textarea, #ichatbot .input-wrap:focus-visible textarea, #ichatbot .input-wrap:focus-within textarea {
  border: 2px solid black;
}
#ichatbot .input-wrap textarea {
  height: 3rem;
  border-radius: 0.25rem;
  border: 1px solid #dee2e6;
  box-shadow: none;
  width: 100%;
  color: #212529;
  background: #dee2e6;
  font-size: 1em;
  font-weight: 400;
  padding: 0.75rem 1rem;
  outline: none;
  line-height: 1.25rem;
}
#ichatbot .input-wrap + .bubble-wrap {
  padding-bottom: 2.8rem !important;
}
#ichatbot .chatbot-tab {
  display: none;
  transition: 0.3s ease-in-out, width 0s;
  background: #fff;
  padding: 0 1rem;
  height: 0;
  width: 0;
  overflow: scroll;
}
#ichatbot .chatbot-tab[aria-expanded="true"] {
  padding: 1rem;
  padding-bottom: 100px;
  height: 100%;
  flex-shrink: 0;
}
#ichatbot .chatbot-tab[aria-expanded="true"] [chatbot-toggler] {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0.75rem;
}
#ichatbot .chatbot-tab .liste-faq {
  display: block;
  list-style: none;
  padding-left: 0;
}
#ichatbot .chatbot-tab .liste-faq .liste-faq-item {
  display: block;
  font-size: 90%;
  padding: 0.5rem 0.75rem;
  margin-bottom: 1.25rem;
  border-radius: 0.25rem;
  background-color: #f2f4f5;
  color: #212529;
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.075);
  border: 1px solid #dee2e6;
}
#ichatbot .chatbot-tab .liste-faq .liste-faq-item:hover, #ichatbot .chatbot-tab .liste-faq .liste-faq-item:focus, #ichatbot .chatbot-tab .liste-faq .liste-faq-item:focus-visible, #ichatbot .chatbot-tab .liste-faq .liste-faq-item:focus-within {
  border-color: #c1c9d0;
}
#ichatbot .chatbot-tab .liste-faq .liste-faq-link {
  display: flex;
  justify-content: space-between;
  text-decoration: none;
  color: #212529;
}
#ichatbot .chatbot-tab .liste-faq .liste-faq-link:hover {
  text-decoration: underline;
}
#ichatbot .chatbot-tab .liste-faq .liste-faq-body a:not(.btn) {
  color: #0050c9;
}
#ichatbot .chatbot-tab .liste-faq .liste-faq-body a:not(.btn):hover, #ichatbot .chatbot-tab .liste-faq .liste-faq-body a:not(.btn):focus, #ichatbot .chatbot-tab .liste-faq .liste-faq-body a:not(.btn):focus-visible, #ichatbot .chatbot-tab .liste-faq .liste-faq-body a:not(.btn):focus-within {
  color: #0064fc;
}
#ichatbot .chatbot-popup {
  position: fixed;
  bottom: 3rem;
  right: 4rem;
  margin: 1rem;
  border-radius: 1rem 1rem 0.25rem 1rem;
  background-color: white;
  border: 1px solid rgba(0, 80, 201, 0.15);
  box-shadow: 0 0px 8px 3px rgba(0, 60, 150, 0.1);
  font-style: italic;
  font-size: 0.875rem;
  transition: 0.5s ease;
  max-width: 18.75rem;
  animation: slide-up 0.5s linear;
  cursor: pointer;
}
#ichatbot .chatbot-popup .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  height: 0.25rem;
  width: 0.25rem;
  margin: 0.5rem;
  cursor: pointer;
}
#ichatbot .chatbot-popup .popup-content {
  margin: 1rem;
}
#ichatbot .chatbot-popup .popup-content .exergue {
  color: #0050c9;
}
#ichatbot .chatbot-popup.hide {
  animation: slide-down 0.5s linear;
  visibility: hidden;
}
#ichatbot:not(.show) {
  animation: slide-right-and-left 0.6s linear;
}
#ichatbot.show {
  border-radius: 0.5rem;
  height: 80vh;
  width: 30rem;
  animation: slide-left 0.5s linear;
  /* style "loading" or "typing" stae */
}
#ichatbot.show.fullscreen {
  width: 100%;
  height: 100%;
  margin: 0;
  border-radius: 0;
  background-color: #dee2e6;
}
#ichatbot.show.fullscreen .chatbot-header .chatbot-title {
  font-size: 1.3rem;
}
#ichatbot.show.fullscreen .bubble-wrap {
  height: 100%;
}
#ichatbot.show.fullscreen .chatbot-tab {
  position: relative;
}
#ichatbot.show.fullscreen .chatbot-tab [chatbot-toggler] {
  bottom: 100px;
  transform: translateY(100%);
}
#ichatbot.show.fullscreen .input-wrap, #ichatbot.show.fullscreen .bubble-wrap, #ichatbot.show.fullscreen .chatbot-tab {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  #ichatbot.show.fullscreen .input-wrap, #ichatbot.show.fullscreen .bubble-wrap, #ichatbot.show.fullscreen .chatbot-tab {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  #ichatbot.show.fullscreen .input-wrap, #ichatbot.show.fullscreen .bubble-wrap, #ichatbot.show.fullscreen .chatbot-tab {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  #ichatbot.show.fullscreen .input-wrap, #ichatbot.show.fullscreen .bubble-wrap, #ichatbot.show.fullscreen .chatbot-tab {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  #ichatbot.show.fullscreen .input-wrap, #ichatbot.show.fullscreen .bubble-wrap, #ichatbot.show.fullscreen .chatbot-tab {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  #ichatbot.show.fullscreen .input-wrap, #ichatbot.show.fullscreen .bubble-wrap, #ichatbot.show.fullscreen .chatbot-tab {
    max-width: 1350px;
  }
}
@media (max-width: 576px) {
  #ichatbot.show {
    width: 100%;
    height: 100%;
    margin: 0;
    border-radius: 0;
  }
}
#ichatbot.show .bubble-wrap {
  display: block;
  animation: slide-left 0.5s linear;
}
#ichatbot.show .input-wrap {
  display: flex;
}
#ichatbot.show .chatbot-header {
  padding: 0.5rem 0.75rem;
}
#ichatbot.show .chatbot-header .chatbot-title, #ichatbot.show .chatbot-header .chatbot-reloader, #ichatbot.show .chatbot-header .chatbot-resizer, #ichatbot.show .chatbot-header .chatbot-toggler {
  display: block;
}
#ichatbot.show .chatbot-header .chatbot-toggler .bot-icon {
  display: none;
}
#ichatbot.show .chatbot-header .chatbot-toggler .close-icon {
  display: block;
}
@media screen and (max-width: 576px) {
  #ichatbot.show .chatbot-header .chatbot-resizer {
    display: none;
  }
  #ichatbot.show .chatbot-header .chatbot-toggler .bot-icon {
    width: 2rem;
    height: 2rem;
    margin: 0.25rem;
  }
}
#ichatbot.show .chatbot-tab {
  display: block;
  width: 100%;
}
#ichatbot.show .bubble-typing {
  width: 38px;
  padding: 12px 16px;
  height: 8px;
}
#ichatbot.show .dot {
  background-color: #fff;
  float: left;
  height: 7px;
  margin-left: 4px;
  width: 7px;
  animation-name: bounce_dot;
  animation-duration: 2.24s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  border-radius: 5px;
}
#ichatbot.show .dot_1 {
  animation-delay: 0.45s;
}
#ichatbot.show .dot_2 {
  animation-delay: 1.05s;
}
#ichatbot.show .dot_3 {
  animation-delay: 1.35s;
}
@keyframes bounce_dot {
  50% {
    background-color: #000;
  }
}
@keyframes animate-reply {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slide-down {
  0% {
    transform: translateY(0%);
    opacity: 1;
  }
  100% {
    transform: translateY(300%);
    opacity: 0;
  }
}
@keyframes slide-up {
  0% {
    transform: translateY(300%);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes poping {
  0%, 100% {
    transform: scale(1) translateY(0);
  }
  25% {
    transform: scale(0.8) translateY(10%);
  }
  50% {
    transform: scale(1.1) translateY(-5%);
  }
  75% {
    transform: scale(0.8) translateY(10%);
  }
}
@keyframes slide-left {
  0% {
    transform: translateX(200%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes slide-right {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(200%);
  }
}
@keyframes slide-right-and-left {
  0% {
    opacity: 0;
    transform: translateX(0%);
  }
  50% {
    transform: translateX(200%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
@keyframes shaking {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(7deg);
  }
  50% {
    transform: rotate(0eg);
  }
  75% {
    transform: rotate(-7deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
