.content-container-chat,
.bloc-video-form,
/* .bloc-polling-on-page-and-free-chat,
.bell-and-infos-container,
.bubble-info,
.bell-polls-on-page,
#pollingContainerOnPage,
.polls-on-page,
.content_polls,
.cross-polls-on-video,
#polls,
.formPolls,
.contentPoll,
.reponseRow,
.reponseRow input,
.sendPollingRow,
.sendPolling,
.polls-on-page form, */
.bloc-form-chatall,
.bloc-form-chat form,
/* .bloc-form-chat input::placeholder,
.bloc-form-chat textarea::placeholder, */
.bloc-form-chat textarea,
.bloc-from-chat button,
/* .bloc-form-chat button:hover, */
.error-success-message
{
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    border: none;
    border-radius: 0;
    display: inherit;
    width: inherit;
    max-width: inherit;
    height: inherit;
    background-color: transparent;
    color: inherit;
}

.bloc-video
{
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    border: none;
    border-radius: 0;
    width: inherit;
    height: inherit;
    background-color: transparent;
    color: inherit;
}

.bloc-form-chat button:hover {
    background-color: transparent;
    color: inherit;
}