/* adaptation CSS */
/* side_menu : cacher le bouton du haut (au cas ou) */
.side-menu-opener { display:none !important; }
/* suppr arrondis nc25+ */
main#content,div#content-vue { border-radius:0 !important;  margin-left:0 !important; margin-bottom:0 !important;margin-right:0 !important; width:100% !important; height: calc(100% - env(safe-area-inset-bottom) - 50px) !important; }
body>#header { background: #C00000; }
/* largeur editeur text */
.editor__content {
    max-width: 90vw !important;
}
.text-editor__wrapper blockquote {
   color: #f0f000 !important;
}
