#fcbc iframe,
#fcbc span {
    display: block;
    width: 100% !important;
}
.pk-whatsapp,
.pk-whatsapp:hover {
    background: linear-gradient(#69ca3b, #56a61e);
}
.pk-facebook-icon,
.pk-facebook-icon:hover {
    background: rgb(255, 105, 102);
    background: linear-gradient(
        200deg,
        rgba(255, 105, 102, 1) 0%,
        rgba(166, 58, 251, 1) 50%,
        rgba(10, 155, 255, 1) 100%
    );
}
.pk-facebook-icon .svgic,
.pk-whatsapp .svgic {
    color: #fff;
}

#fb-root .fb_dialog iframe {
    margin: 0 !important;
    bottom: 20px !important;
    left: 20px !important;
}
.pkfacebook-float {
  position: fixed;
  bottom: 20px;
  left: 20px; /* ou right: 20px selon tes préférences */
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 768px) {
    .pkfacebook-float {
        bottom: 85px; 
    }
}