/* ================================================================
   MCHAT NOIR - SPÉCIFICITÉ MAXIMALE ABSOLUE - Akim is the KING!
   À ajouter À LA FIN du overall_header.html (après custom_modern.css)
   ================================================================ */

/* LEVEL 1: Cibler directement avec IDs */
#mchat textarea {
	background: #000000 !important !important !important;
	background-color: #000000 !important !important !important;
	color: #ffffff !important;
	border: 1px solid #00d4ff !important;
}

#mchat input[type="text"],
#mchat input[type="email"],
#mchat input[type="search"] {
	background: #000000 !important !important !important;
	background-color: #000000 !important !important !important;
	color: #ffffff !important;
	border: 1px solid #00d4ff !important;
}

/* LEVEL 2: SCEditor container (l'éditeur WYSIWYG) */
.sceditor-container {
	background: #000000 !important !important !important;
	background-color: #000000 !important !important !important;
}

.sceditor-container,
.sceditor-container * {
	background: #000000 !important;
	color: #ffffff !important;
}

.sceditor-container iframe,
.sceditor-wysiwyg {
	background: #000000 !important !important !important;
	background-color: #000000 !important !important !important;
	color: #ffffff !important;
}

/* LEVEL 3: Forcer sur l'iframe body du sceditor */
.sceditor-container iframe body {
	background: #000000 !important;
	color: #ffffff !important;
}

/* LEVEL 4: Générique brutal sur TOUS les textareas si c'est dans le forum */
html body #mchat .sceditor-container {
	background: #000000 !important;
}

html body textarea {
	background-color: #000000 !important;
}

html body #mchat textarea,
html body #mchat input {
	background-color: #000000 !important;
	color: #ffffff !important;
}

/* LEVEL 5: Annuler spécifiquement les backgrounds gris potentiels */
textarea[style*="rgb"],
textarea[style*="#"],
input[style*="rgb"],
input[style*="#"] {
	background: #000000 !important;
	color: #ffffff !important;
}

/* ================================================================ */
