/* ========================================================================== */
/* ETHNOS R131 — suppression du rectangle crème parasite                     */
/* Base : R130 corrigée, volets pleine hauteur conservés.                     */
/* ========================================================================== */

/* Aucun élément crème indépendant ne doit exister à gauche du vrai dock. */
@media (min-width:901px){
  html body .memberWorldDock::before,
  html[data-ethnos-ui="discord-r111"] body .memberApp::before{
    content:none !important;
    display:none !important;
    width:0 !important;
    height:0 !important;
    background:none !important;
    border:0 !important;
    box-shadow:none !important;
  }
}
