/* ================================================================
   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;
}
/* ================================================================
   FIX BLOCKQUOTE - CITATIONS DANS LE MCHAT
   Spécificité MAXIMALE pour écraser tous les autres CSS
   ================================================================ */

html body .mchat-text blockquote,
html body #mchat .mchat-text blockquote,
html body #mchat-messages .mchat-text blockquote {
    background: #1a3a5a !important !important !important;
    background-color: #1a3a5a !important !important !important;
    background-image: none !important;
    border: 1px solid rgba(0, 212, 255, 0.6) !important;
    border-left: 4px solid #00D4FF !important;
    border-radius: 6px !important;
    padding: 10px 14px !important;
    margin: 6px 0 !important;
    color: #d0e8ff !important;
    display: block !important;
}

html body .mchat-text blockquote *,
html body #mchat .mchat-text blockquote * {
    background: transparent !important !important !important;
    background-color: transparent !important !important !important;
    background-image: none !important;
    color: #d0e8ff !important;
}

html body .mchat-text blockquote cite,
html body #mchat .mchat-text blockquote cite {
    color: #00D4FF !important;
    font-style: italic !important;
    font-weight: 700 !important;
    font-size: 11px !important;
    display: block !important;
    margin-bottom: 6px !important;
}

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