/* Masquer watermark et logos Genially */
[class*="watermark"],
[class*="Watermark"],
.genially-view-watermark,
.genially-watermark,
.genially-logo,
a[href*="genially.com"] {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
}

/* Forcer texte bouton Envoyer */
button[data-cy="sendAnswerButton"] .sc-bxDdli:empty::before,
button[data-cy="sendAnswerButton"] [class*="diMZGx"]:empty::before,
button[data-cy="sendAnswerButton"] div div div:empty::before {
    content: "Envoyer" !important;
    color: white !important;
    font-size: 16px !important;
    font-weight: bold !important;
}