/* Personnalisation du bouton Whatex */
#whatexWidget .msgboxxContainer {
    right: 40px;
    max-width: 250px;
}

#whatexWidget .msgboxxContainer .msgboxxlauncher.launcher-size-normal img {
    height: 70px;
}

#whatexWidget .msgboxxContainer .msgboxxlauncher span  {
    font-size: 1.2rem;
}

#whatexWidget .msgboxxContainer .msgboxxchat-window__header .msgboxx-title {
    font-size: 15px !important;
}

#whatexWidget .msgboxxContainer .msgboxxchat-window__messages__cta img {
    max-height: 17px !important;
}

#whatexWidget .msgboxxlauncher__close {
    background-color: #25d366 !important;  /* garde sa couleur initiale */
    padding: 12px !important;             /* agrandir le bouton */
}

#whatexWidget .msgboxxlauncher__close img {
    max-width: none !important;
}