/*
.compose-form__publish-button-wrapper button {
  position: relative;
  color: rgba(0,0,0,0);
}
.compose-form__publish-button-wrapper button::after {
  content: "Pouème !";
  position: absolute;
  color: #fff;
  left: 0;
  right: 0;
}*/


