/*
Theme Name:   Mon Thème Enfant
Theme URI:    https://exemple.com
Description:  Thème enfant pour personnaliser le thème parent
Author:       Ton Nom
Template:     twentyfifteen
Version:      1.0.0
*/

.ipcopy-anchor-toast{
  position: fixed;
  padding: 8px 10px;
  border-radius: 10px;
  background: rgba(20,20,20,.92);
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
  z-index: 99999;
  opacity: 0;
  transform: translateY(6px);
  pointer-events: none;
  transition: opacity .15s ease, transform .15s ease;
  max-width: min(320px, calc(100vw - 24px));
  white-space: nowrap;
}
.ipcopy-anchor-toast.is-visible{
  opacity: 1;
  transform: translateY(0);
}

.ipcopy-btn{
  color: #fff !important;
}