@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap');

body {
  background-image: url("images/_wallpaper.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  color: #999;
  text-align: center;
  line-height: 1.5;
  margin: 0;
  font-family: "Rajdhani", sans-serif;
  font-size: 16px;
  overflow-y: scroll;
  text-rendering: optimizeLegibility;
}

.spoiler_button {
	background-color: #333333;
	border-radius: 5px;
	display: inline-block;
	color: #999;
	font-family: "Rajdhani", sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 10px;
	text-align: center;
	margin: auto auto;
	cursor: pointer
}

.header_before_gradient {
	height: 2px;
	background: linear-gradient(to right, #5fb10f, #f76300);
}

.header_after_gradient {
	height: 2px;
	background: linear-gradient(to right, #f76300, #5fb10f);
}

#dropzone {
	border-color:#525563 !important;
}

#jquery_spinner_load {
	opacity:0.3;
}

.mycode_color[style*="color: #555555;"]{
	color: #999 !important;
}

.attribute_footer {
	float:right;
}

h1 {
	margin:0px;
}

h2 {
	margin:0px;
}

h3 {
	margin:0px;
}

h4 {
	margin:0px;
}

.sidebar {
float: left; width: 22%;
}

.sidebar-pm {
float: left; width: 48%;
}

.forums {
float: right; width: 76%;
}

.forums-pm {
float: right; width: 50%;
}

.index_stats_list dd {
	border-radius:50px;
	padding:0px 10px;
	width:35px;
	font-weight:600;
	background: rgba(65,93,249,0.2);
	text-align:center;
	margin-top:1px;
}

#pm_folder_list {
	height:700px;overflow:auto;
}

/* Desktop → menu normal visible, burger caché */
.mobile_only {
    display: none;
}

/* Mobile → menu normal caché, burger visible */
@media screen and (max-width: 768px) {
    .mobile_only {
        display: block;
}

#header ul.menu.top_links {
        display: none;
}


}

.profile_stats_a {
	color:#fff !important;display:inline-block;width:30%;padding:5px 0px;border-right:1px solid rgba(255,255,255,0.2);
}

.profile_stats_a .reputation_negative {
color:#fff !important;
}

.profile_stats_a .reputation_positive {
color:#fff !important;
}

.profile_stats_a .reputation_neutral {
color:#fff !important;
}

.profile_stats_a:hover {
	background:rgba(255,255,255,0.1)
}

.profile_stats_a_bg {
	background: linear-gradient(to right, #5fb10f, #f76300);border-radius:10px;padding:10px;
}

.guestwelcomemsg {
background-image: url(images/roundo/darko/welcome-msg-bg.jpg);  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;display:none;border-radius:10px;padding:30px;color:#fff;margin-bottom:20px;
}

.login_text_titles {
	margin-bottom:10px;
}

#log_reg_table {
	width:50%;
}

.log_reg_btn {
	font-size:14px !important;font-weight:900 !important;padding:15px 25px !important;background:linear-gradient(to right, #5fb10f, #f76300) !important;
}

#registration_login_page {
  background-image: url("images/_wallpaper.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
}

#registration_login_page input.textbox {
	padding:10px 20px;font-size:15px;
}

#registration_login_page .navigation, #registration_login_page #header {
	display:none;
}

#registration_login_page fieldset.trow2 {
	background:#0e0e0e;border:none;border-bottom:1px solid #1e1f24;
}

.light_text {
	color:#999;
}

.white_text {
	color:#fff !important;
}

.btn_gradient {
	background: linear-gradient(to right, #5fb10f, #f76300) !important;transition: 0.3s;
}

.btn_gradient:hover {
	opacity:0.8
}

.border_sep {
	border-bottom:1px solid #1e1f24;margin-bottom:10px;margin-top:5px;
}

.memberlist_card {
	display:inline-block;width:22%;margin:10px;overflow:hidden;
}

.memberlist_card_content{
	margin-top:-80px;filter:blur(0px);padding:20px;padding-bottom:10px;
}

a.stat_box_href {
	color: #999 !important;
}

.private_home_center_text{
	padding-top:25%;
}

.bg_and_padding {
	padding:10px;background:#0e0e0ef5;
}

.white_bg {
	background:#0e0e0ef5;
}

.threadbit_stats{
font-size:16px;color:#bbb;font-family: 'Rajdhani', sans-serif;
}

.quickreply_bg {
background:#0e0e0e;padding:10px;margin-bottom:10px;
}

.postbit_border_bottom {
	border-bottom:1px solid #2b2c33;padding-bottom:8px;
}

.postbit_avatar_margins {
width:50px;float:left;margin-top:20px
}

.forum_title_pad {
padding-top:10px;padding-left:20px;
}

.show_thread_stats {
font-weight:900;font-size:15px;
}

.avatar_white_border {
	border-color: #34363f !important;
}

.avatar_white_border_transparent {
	border-color:rgba(255,255,255,0.1) !important;
}

.avatar_shadow {
	box-shadow: 0px 10px 17px -12px rgb(0 0 0 / 25%);
}

.memberlist_stat_box_wrap {
	background:#2b2c33;
	border-radius:10px;
}

.profile-stat-boxes {
	display:inline-block;width:25%;padding:5px;
}

.profile-stat-boxes:hover {
	background:#1e1f24;
}

.rounded-avatar {
	border-radius:50%;object-fit: cover;border:1px solid #34363f;
}

ul.category_ul{
	list-style-type:none;line-height:26px;font-size:15px;padding-left:0px;
}

ul.category_ul li:hover {
	background:#2c2d35;border-radius:5px;
}

ul.category_ul li {
	padding-left:10px;
	margin-bottom:8px;
}

h1 {
	font-weight:900;
	font-family: 'Rajdhani', sans-serif;
}

h2 {
	font-family: 'Rajdhani', sans-serif;
}

h3 {
	font-family: 'Rajdhani', sans-serif;
}

.radiused {
	border-radius:10px !important;
}

.box_shadowed {
	box-shadow: 0px 10px 17px -12px rgb(0 0 0 / 15%);
}

.newthreadindex .newthreadindex_text {
	display:none;
}

.newthreadindex:hover .newthreadindex_text {
	display:block;
}

a:link,
a:visited,
a:active {
	color: #ffffff5c;
	text-decoration: none;
}

a:hover {
	color: #5fb10f;
}

strong, b {
	font-weight: 600;
}

#container {
	color: #999;
	margin: 0;
	text-align: left;
	min-width: 900px;
	
	font-size: 15px;
}

.wrapper {
	margin: auto auto;
	max-width: 1370px;
}

#logo .wrapper {
	width: 100%;
}

#logo h2 {
    font-size: 24px;
    color: #fff;
    margin: 0;
    font-weight: 400;
    font-family: inherit;
}

#logo .sub {
    color: #ccc;
    font-size: 14px;
}

#content {
	width: auto !important;
	padding: 40px 10px;
}

#header {
	position: sticky;
	top: 0px;
	z-index: 777;
}

#header ul.menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

#header ul.menu li {
	margin: 0 9px;
	display: inline;
	font-size:15px;
	font-weight:300;
}

#header ul.menu li a {
	display: inline-block;
}

#logo ul.top_links {
	font-weight: 600;
	text-align: right;
	margin: -10px 5px 0 0;
}

#panel .upper a.logout {
	font-weight: 400;
	padding-right: 20px;
	margin-left: 10px;
}

#panel .upper a.login,
#panel .upper a.lost_password {
	padding: 7px 21px 7px 20px;
	
    background: none;
	border-radius: 2px;
	color:#5fb10f !important;
}

#panel .upper a.register {
	padding: 7px 21px 7px 20px;
	margin-left: 7px;
	background: linear-gradient(to right, #5fb10f, #f76300) !important;
	color:#fff !important;
	font-weight:900;
	border-radius: 50px;
}

#panel .upper a.login:hover {
 
	color:#f76300 !important;
}

#panel .upper a.register:hover {
 
	opacity:0.8;
		transition:0.3s;
}

#panel .upper {
	#background: #0e0e0e;
  background-image: url("images/_wallpaper_bandeau.png");
  background-repeat: no-repeat;
	color: #000!important;
	position: relative;
	overflow: hidden;
	line-height: 63px;
	height: 150px;
	padding: 0px 15px;
	clear: both;
	box-shadow: 0px 10px 17px -12px rgb(0 0 0 / 15%);
	#border-radius: 10px;
  border-bottom:1px solid #2d2e38;
}

#panel .upper a:link,
#panel .upper a:visited,
#panel .upper a:hover,
#panel .upper a:active {
	color: #999;
}

#panel .upper ul li a {
	padding:0px 15px;
  font-weight: bold;
}

#panel .upper ul li a:hover {
	color: #5fb10f;
	#background:#161618;
}

#panel .upper ul li {
	margin:0px;
}

#panel .upper ul {
	margin-left:15px;
}

#panel .upper ul li:last-child {
	margin-right: 0;
}

a#dropmenu:hover {
    color: #9fa8da !important;
    text-decoration: none;
}

#search {
	border: 0;
	padding: 0;
	margin: 0;
	float: right;
	vertical-align: middle;
}

#search input.button,
#search input.textbox {
	border-color: #000;
}

#search input.button {
	background: #0066a2 url(images/thead.png) top left repeat-x;
	color: #fff;
}

#search input {
	margin: -3px 0;
}

#quick_login .remember_me input {
	vertical-align: middle;
	margin: -3px 0 0 5px;
}

#footer {
	background: #0e0e0eb3;
	color: #999;
	clear: both;
	border-top: 1px solid #2d2e38;
	margin: auto auto;
	padding:30px 100px;
	font-family: 'Rajdhani', sans-serif;
	font-weight: 500;
}

.footer_logo {
	height:50px;width:auto;opacity:0.4;filter: grayscale(100%);margin-bottom:8px;
}

.footer_links a {
	#color: #888 !important;
	margin-right: 30px;
	text-transform: capitalize;
	
	font-size: 15px;
	font-weight: 600;
}

#debug {
	float: right;
	text-align: right;
	margin-top: 20px;
	font-size: 11px;
}

.scaleimages img {
	max-width: 100% !important;
	#height: auto !important;
}

.forum_status {
	display:inline-block;
}

.forum_status i {
	display: inline-block;
	color: #5fb10f;
}

.forum_on {
 
	color: #3f5efb;
}

.forum_off, 
.forum_offlock, 
.forum_offlink {
	color: #999;
}

.forum_off i {
 color: #999;
	opacity: .5;
}

.forum_offclose i:before {
	content: "\f023";
	color: #ef7351;
}

.forum_offlink i:before {
	/*content: "\f0c1";*/
	content: "\f14d";
	#color: #44ce9d;
}

.subforumicon {
	display: inline-block;
	font-size: 10px;
	height: 10px;
	width: 10px;
	margin: 0px 3px 0px 4px;
}

.subforum_minion {
 color: #999;
}

.subforum_minioff, 
.subforum_minioffclose,
.subforum_miniofflink {
 
	color: #999;
}

.subforum_minioff {
	opacity: .5;
}

.subforum_minioffclose i:before {
 
	content: "\f023";
}

.subforum_miniofflink i:before {
 
	content: "\f0c1";
}

table {
	color: #999;
	font-size: 15px;
	font-weight: 500;
}

.tborder {
	background: #0e0e0ef5;
	width: 100%;
	margin: auto auto;
	box-shadow: 0px 10px 17px -12px rgba(0,0,0,0.15);
	/* padding: 10px; */
	border-radius: 10px !important;
}

.tfixed {
	table-layout: fixed;
	word-wrap: break-word;
}

.thead {
    background: #0e0e0e;
    line-height: 24px;
    padding: 8px 0px 4px 16px;
    font-size: 13px;
    border-radius: 10px;
    margin-top: -3px;
    border: none;
    text-align: left;
    font-family: 'Rajdhani', sans-serif;
}

.thead a:link,
.thead a:visited,
.thead a:active {
	text-decoration: none;
	font-size:14px;
}

.thead.sidebar {
    background: #494d5d;
    padding: .95rem 1.2rem;
}

.thead.signin {
	background: #0e0e0e;
	font-size: 24px;
	color: #546e7a !important;
	text-align: center;
	padding: 3rem;
	padding-bottom: 2rem;
	margin: -30px -30px 20px -30px;
}

.tcat {
    background: #0e0e0e;
    box-sizing: border-box;
    color: #999;
	font-weight:300 !important;
    padding: 15px;
    border-bottom: 1px solid #1e1f24;
}

.tcat a:link,
.tcat a:visited,
.tcat a:active {
	#color: #3c699c;
}

.tcat a:hover {
	color: #388e3c;
}

.trow1 {
	background: #0e0e0e00;
	padding: 0.9rem 1.1rem;
	border-bottom: 1px solid #1e1f24;
}

.trow2 {
	background: #0e0e0e00;
	border-bottom: 1px solid #1e1f24;
        padding: 0.9rem 1.1rem;
}

.trow_shaded {
	background: #ffdde0;
	padding: 0.9rem 1.1rem;
	border-bottom: 1px solid #1e1f24;
}

.no_bottom_border {
	border-bottom: 0;
}

.post.unapproved_post {
	background: #ffdde0;
}

.post.unapproved_post .post_author {
	border-bottom-color: #ffb8be;
}

.post.classic.unapproved_post .post_author {
	border-color: #ffb8be;
}

.post.unapproved_post .post_controls {
	border-top-color: #ffb8be;
}

.trow_deleted,
.post.deleted_post {
	background: rgba(251,70,70,0.1);
}

.trow_selected,
tr.trow_selected td {
	background: #525461;
	color: #999;
	border-right-color: #525461;
	border-bottom-color: #525461;
}

.trow_selected a:link,
.trow_selected a:visited,
.trow_selected a:hover,
.trow_selected a:active {
	color: #333;
}

.trow_sep {
    background: #1b1c20;
    color: #999;
    padding: 9px 18px;
    font-size: 14px;
	font-weight:600;
	margin-bottom:10px;
}

.tfoot {
    padding: 10px 11px;
    color: #777;
    background: #0e0e0e;
}

.tfoot a:link,
.tfoot a:visited,
.tfoot a:active {
	color: #999;
	text-decoration: none;
}

.tfoot a:hover {
	text-decoration: underline;
}

.thead input.textbox,
.thead select {
	border: 1px solid #263c30;
}

.bottommenu {
	background: #efefef;
	color: #999;
	border: 1px solid #4874a3;
	padding: 10px;
}

.navigation {
	background: rgb(255 255 255 / 18%);
	color: #999;
	margin-bottom: 13px;
	padding: 0 19px;
	border-radius: 10px;
	overflow: hidden;
	height: 48px;
	line-height: 48px;
	filter: blur(0px);
	
	font-family: inherit;
	font-size: 15px;
	font-weight: 500;
}

.navigation a:link,
.navigation a:visited,
.navigation a:active {
	color: #999;
	text-decoration: none;
}

.navigation a:hover {
	color: #777;
}

.navigation .active {
	color: #ff8d00e8;
	font-size: 15px;
	font-weight: 600;
}

.smalltext {
	font-size: 13px;
	font-weight: 500;
}

.smalltext.description {
	color: #999;
}

.smalltext.description a, 
.smalltext.author a {
    color: #999 !important;
}

.smalltext.description a:hover, 
.smalltext.author a:hover {
	color: #999 !important;
	text-decoration: none;
}

.largetext {
	font-size: 16px;
	font-weight: 600
}

fieldset {
	padding: 12px;
	border: 1px solid #15161b;
	margin: 0;
}

fieldset.trow1,
fieldset.trow2 {
	border-style: dashed;
	border-color: #525563;
    background: #0e0e0e;
}

fieldset.align_right {
	text-align: right;
}

fieldset.inboxBg {
	border-radius: 3px 3px 1px 1px;
	background: #0e0e0e;
    padding-top: 0.9rem;
    padding-left: 1.1rem;
	border: 1px solid #d7dfe3;
    border-top: 2px solid #c5cae9;
}

fieldset.attached-files {
	padding: 8px 20px;
	border: 1px solid #525563;
}

fieldset.away-banned {
	background: #0e0e0e;
	padding: 15px 20px;
}

input.textbox {
    background: #999999;
    #color: #999;
	border: 1px solid #15161b;
	border-radius:50px !important;
    padding: 6px 12px;
    outline: 0;
    box-sizing: border-box;
    font-size: 13px;
    font-family: inherit;
}

input.textbox:focus, select:focus, textarea:focus {
    border: 1px solid #899bf7;
    box-shadow: 0 0 3px 0 #15161b;
	transition:0.3s;
}

input.textbox.portal_search {
    width: 68%;
}

textarea {
    background: #15161b;
    color: #999;
    border: 1px solid #15161b;
	border-radius:8px !important;
    padding: 8px;
    line-height: 1.5;
    outline: 0;
    font-family: inherit;
    font-size: 13px;
    box-sizing: border-box;
}

.sceditor-container iframe {
background:#999 !important;
}

.sceditor-container {
background:#999 !important;border:1px solid #15161b !important;border-radius:8px !important;padding:5px !important;
}

select {
	background: #15161b url(images/roundo/arrow-down.png) no-repeat 93% 55%;
	color: #777;
	border: 1px solid #5fb10f;
	border-radius: 50px !important;
	outline: 0;
	height: 32px;
	padding: 2px 45px 2px 15px;
	background-size: 10px;
	-moz-appearance: none;
	-webkit-appearance: none;
	
	font-family: inherit;
	font-size: 15px;
	font-weight: 500;
}

select[multiple] {
	border-radius:8px !important;
	background:#15161b !important;
}

.select2-container > * {
	box-shadow:none !important;
}

.select2-container .select2-choice, .select2-container .select2-choices {
	border:1px solid #5fb10f!important;
	border-radius:50px !important;
	padding:2px 15px !important;
	padding-left:35px !important;
	text-align:left !important;
	background: #15161b url(images/roundo/darko/search-icon.png) no-repeat 10px 53% !important;
}

.select2-arrow {
display:none !important;
}

.select2-choice:active {
	box-shadow:none;
}

button {
    margin: 8px 6px 0 0;
}

button,
input.button {
	background: #5fb10f;
	color: #fff;
	padding: 10px 15px;
	cursor: pointer;
	border: 0 !important;
	outline: 0 !important;
	border-radius: 50px !important;
	
	font-family: inherit;
	font-size: 15px;
	font-weight: 500;
}

button:hover,
input.button:hover {
	background: #f76300;
}

form {
	margin: 0;
	/*padding: 0;*/
	padding: 10px 0px 0px 0px;
}

input.error, textarea.error, select.error {
	border: 1px solid #f30;
	color: #f30;
}

input.valid, textarea.valid, select.valid {
	border: 1px solid #0c0;
}

label.error {
	color: #f30;
	margin: 5px;
	padding: 0px;
	display: block;
	font-weight: 600
	font-size: 12px;
}

form #message {
	width: 500px;
	box-sizing: border-box;
}

.editor {
	background: #f1f1f1;
	border: 1px solid #ccc;
}

.editor_control_bar {
    padding: 7px 0;
    width: 100%;
    box-sizing: border-box;
}

.post .editor_control_bar {
	background: #1e1f24;
}

.popup_menu {
	margin-left: -1px;
	z-index: 75;
	box-shadow: 0 2px 3px 0px rgba(0, 0, 0, .25);
	border-radius: 3px !important;
	padding: 3px 0 3px 0;
	background: #1e1f24;
}

.popup_menu:before {
	position: absolute; 
	width: 0; height: 0;
	content: "";
	display: block;
	left: 1.4em;
	bottom: 100%;
	border-bottom: 7px solid #0f0f10;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
}

.popup_menu .popup_item {
 
	color: #999;
}

.popup_menu .popup_item:hover {
	background: #151516;
	color: #5fb10f !important;
}

.trow_reputation_positive {
	background: rgba(55,179,88,0.1);
}

.trow_reputation_neutral {
	background: #0e0e0e;
}

.trow_reputation_negative {
	background: rgba(231,73,73,0.1);
}

.reputation_positive {
	color: green;
}

.reputation_neutral {
	color: #444;
}

.reputation_negative {
	color: red;
}

.repbox {
	font-weight: 600;
	font-size: 16px;
	padding: 5px 10px;
	border-radius:50px;
}

._neutral {
	background: #2b2c33;
	color: #999;
	border: 1px solid #ccc;
}

._minus {
	background-color: #fdd2d1;
	color: #cb0200;
}

._plus {
	background-color: #e0f5d4;
	color: #008800;
}

img {
	border: none;
}

img.attachment {
	border: 1px solid #1b1c22;
	padding: 2px;
}

hr {
	background: #000;
	color: #000;
	height: 1px;
	border: 0px;
}

.clear {
	clear: both;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.hidden {
	display: none;
	float: none;
	width: 1%;
}

.hiddenrow {
	display: none;
}

.selectall {
	background: #525461;
	border-bottom: 1px solid #525461;
	color: #999;
	text-align: center;
}

.expcolimage {
	width: auto;
	float: right;
	top: 1px;
	position: relative;
}

.expcolimage img {
	max-width: 24px;
	height: auto;
}

.thead .expcolimage img {
	opacity: .75;
	transition: all .15s ease;
}

.thead:hover .expcolimage img {
    opacity: .75;
}

.expcolimage img:hover {
	opacity: 1 !important;
}

.tcat_menu > .expcolimage {
	margin-top: 0;
}

blockquote {
	border: 1px solid #15161b;
	margin: 0;
	background: #1f2025a8;
	padding: 17px;
	padding-top: 17px;
}

blockquote cite {
	border-bottom: 1px solid #15161b;
	border-radius: 0 !important;
	font-weight: 600;
	padding: 12px 15px;
	margin: 0px -17px 17px -17px;
	display: block;
	background: #15161b;
	font-style: italic;
	font-family: Rajdhani, sans-serif;
}

blockquote cite > span {
	float: right;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	color: #777;
	margin: 3px 3px 0 0;
}

blockquote cite span.highlight {
	float: none;
	font-weight: 600;
	padding-bottom: 0;
}

blockquote > .reputationBlock,
blockquote > .reasonBlock {
	padding-top: 18px;
}

.codeblock .title::after,
.phpcodeblock .title::after {
	font-family: "Rajdhani", sans-serif;
	float: right;
	font-size: 24px;
	color: #15161b;
	position: relative;
	transform: rotate(10deg);
	-webkit-transform: rotate(10deg);
}

.codeblock .title::after {
	content: "\f121";
	margin-top: -6px;
}

.phpcodeblock .title::after {
	content: "php";
	font-size: 18px;
	margin-top: -4px;
}

.codeblock {
	border-radius: 0 !important;
	background: #0e0e0e;
	border: 1px solid #15161b;
	padding: 15px;
	padding-top: 0px;
}

.codeblock .title {
	border-bottom: 1px solid #15161b;
	font-weight: 600;
	padding: 12px 15px;
	margin: 0px -15px 15px -15px;
	background: #15161b;
}

.codeblock code {
	overflow: auto;
	height: auto;
	max-height: 200px;
	display: block;
	font-family: Rajdhani, monospace;
	font-size: 13px;
}

.postbit_multiquote::before {
 content: "+ ";
}

.postbit_multiquote_on::before {
 content: "– ";
}

.smilie {
	vertical-align: middle;
}

.smilie_pointer {
	cursor: pointer;
}

.separator {
	margin: 5px;
	padding: 0;
	height: 0px;
	font-size: 1px;
	list-style-type: none;
}

.popup_menu .popup_item_container {
	line-height: 23px;
	padding: 7px;
	text-align: left; 
	border-bottom: 1px solid #5fb10f;
}

.popup_menu .popup_item_container:last-child {
	border-top: 0;
	border-bottom: 0;
}

.popup_menu .popup_item {
	text-decoration: none;
	display: block;
	min-width: 160px;
	white-space: nowrap;
	padding: 4px 10px 5px;	
	color: #999 !important;
}

.popup_item_container:hover {
 
	background: #151516;
}

.subject_new {
	font-weight: 600;
}

.highlight {
	background: #ffffcc;
	padding-top: 3px;
	padding-bottom: 3px;
}

.pm_alert {
	background:linear-gradient(to right, #f763005e, #5fb10f7a 30% 70%, #f763005e) !important;
	border-radius:10px !important;
	text-align: center;
	font-size: 12px;
	padding: 15px;
	margin-bottom: 18px;
	color: #999;
}

.pm_alert a {
    font-weight: 600;
    color:#000000
}

.pm_alert strong{
    font-size: 14px;
    color:#25ff00;
}

.red_alert {
    background: rgba(250,70,70,0.1);
    color: #999;
    text-align: center;
    padding: 15px;
    margin-bottom: 20px;
    font-size: 13px;
    word-wrap: break-word;
	border-radius:10px !important;
}

.red_alert a:link,
.red_alert a:visited,
.red_alert a:active {
	color: #c97876;
	font-weight: 600;
}

.red_alert a:hover {
	color: #af5e5c;
}

.high_warning {
	color: #cc0000;
}

.moderate_warning {
	color: #f3611b;
}

.low_warning {
	color: #ae5700;
}

.imminent_banned {
	color: #880000;
}

.high_banned {
	color: #ff0000;
}

.moderate_banned {
	color: #ff6600;
}

.low_banned {
	color: #008000;
}

.online {
	color: #37b358;
}

.offline {
	color: #c7c7c7;
}

div.error {
	font-family: inherit;
    padding: 1.2rem 1.4rem 1.2rem 1.4rem;
    font-size: 14px;
    border-radius: 10px !important;
    color: #999;
    background: #e0f5d4;
}

div.error p {
    margin: 0;
    color: #999;
    font-weight: normal;
}

div.error p em {
	font-style: normal;
    font-weight: 600;
    padding-left: 24px;
    display: block;
    color: #c00;
	background: url(images/error.png) no-repeat 0;
}

div.error ul {
	padding-left: 24px;
	margin: 0;
	list-style: none;
}

.pagination {
	padding-top: 9px;
	
	font-size: 15px;
	font-weight: 500;
}

.tfoot .pagination,
.tcat .pagination {
	padding-top: 0;
}

.pagination .pages {
	font-weight: 600;
	padding-right: 5px;
}

.pagination .pagination_current,
.pagination a {
	padding: 4px 9px;
}

.pagination a {
	background: #0e0e0e;
	border: 1px solid #15161b;
}

.pagination a:link,
.pagination a:visited,
.pagination a:active {
	color: #888;
}

.pagination .pagination_current {
    background: #5fb10f;
    border: none;
    font-weight: 900;
	border-radius: 1000px;
    color: #fff;
}

.pagination a:hover {
	background: #126813;
	color: #fff;
	border:1px solid #5fb10f;
    text-decoration: none;
}

.drop_go_page {
	background: #0e0e0e;
    padding: 8px;
	margin: 9px 0 0 -7px;
}

.pagination_breadcrumb {
    background-color: #fff;
    border: 1px solid #fff;
    padding: 1px 12px 0px;
    margin-top: 0px;
    font-weight: normal;
	margin: 10px 0 0 -.75rem;
	border-radius: 2px;
	box-shadow: 0 2px 3px -2px rgba(0, 0, 0, .15), 0 2px 1px -1px rgba(0, 0, 0, .03);
}

.pagination_breadcrumb:before {
    border-bottom: 7px solid #fff;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    width: 0;
    height: 0;
    content: "";
    display: block;
    left: 0.5rem;
    bottom: 100%;
	position: absolute;
}

.pagination_breadcrumb a:link,
.pagination_breadcrumb a:visited {
	color: #607d8b;
	border: none;
}

.pagination_breadcrumb a:hover {
	color: #fff;
}

.pagination_current a:link {
	color: #fff;
}

.pagination_breadcrumb_link {
	vertical-align: middle;
	cursor: pointer;
}

.thread_legend,
.thread_legend dd {
	margin: 0;
	padding: 0;
}

.thread_legend dd {
	padding-bottom: 4px;
	margin-right: 15px;
}

.thread_legend img {
	margin-right: 4px;
	vertical-align: bottom;
}

.forum_legend,
.forum_legend dt,
.forum_legend dd {
	margin: 0;
	padding: 0;
}

.forum_legend dd {
	float: left;
	margin-right: 10px;
	margin-top: 7px;
}

.forum_legend dt {
	margin-right: 10px;
	float: left;
}

.success_message {
	color: #00b200;
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 10px;
}

.error_message {
	color: #C00;
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 10px;
}

#posts_container {
	padding: 0;
}

.ignored_post {
	border-top: 3px solid #333;
	padding: 15px;
}

.ignored_post .show_ignored_post {
	margin-top: -15px;
}

.deleted_post_hidden {
	border-top: 2px solid #ccc;
	padding: 15px;
}

.deleted_post_collapsed {
	background: rgba(251,70,70,0.1);
	border-radius: 10px;
    padding: 20px;
	box-shadow: 0px 10px 17px -12px rgb(0 0 0 / 15%);
	margin-left:70px;margin-bottom:15px;
}

.deleted_post_collapsed .show_deleted_post {
	margin-top: -15px;
}

.post {
 
	margin-bottom: 13px;
	border-radius: 10px;
    background: #0e0e0ef5;
	margin-left:70px;
}

.post.classic {
    background: #f4f4f4;
    padding: 0px;
	border-radius: 3px 3px 0 0;
    border: 1px solid #d7dfe3;
    border-top: 2px solid #c5cae9;
}

.post.classic .post_author {
}

.post .post_author {
    overflow: hidden;
}

.post .post_author .buddy_status {
	vertical-align: middle;
	margin-top: -4px;
}

.post.classic .post_author div.author_avatar {
    float: none;
    margin: 0px auto 1em;
    text-align: center;
}

.post .post_author div.author_avatar {
    float: left;
    margin-right: 10px;
    max-width: 90px;
}

.post .post_author div.author_avatar img {
	border-radius: 1000px;
	width: auto;
	height: auto;
	background: #0e0e0e;
}

.default_postbit > .author_avatar img {
    max-width: 64px;
    max-height: 64px;
    margin: 10px 0 0 10px;
}

.post.classic .post_author div.author_information {
    margin-bottom: 18px;
    float: none;
    padding: 0;
    text-align: center;
}

.post .post_author div.author_information {
    float: left;
    padding: 0px;
}

.post .post_author div.author_statistics {
	float: right;
	font-size: 12px;
	padding: 0px;
	color: #999;
	font-family: inherit;
	line-height: 1.4;
}

.post .post_author div.author_statistics_default {
	background: #eee;
	float: right;
	font-size: 12px;
	padding: 11px 18px 6px 16px;
	color: #999;
	font-family: inherit;
	line-height: 1.4;
}

.post.classic .post_author div.author_statistics {
    margin: 7px 0 0 0;
    float: none;
    font-size: 12px;
    padding: 14px 18px 12px 16px;
    color: #999;
    font-family: inherit;
    line-height: 1.4;
}

.post .post_head {
    font-size: 14px;
    padding-bottom: 7px;
    margin-bottom: 7px;
}

.post .post_head span.post_date {
    color: #999;
}

.post .post_head span.edited_post {
	font-size: 10px;
	color: #999;
}

.post .post_head span.edited_post a {
	color: #999;
}

.post_edit .edited_post {
	font-size: 12px;
	color: #ccc;
}

.post_body {
	color: #999;
	padding: 12px 0 18px 0;
	min-height: 167px;
	
	font-size: 15px;
}

.post.classic .post_content {
    margin: 0;
    padding: 1.5rem 1.5rem 1.25rem 1.5rem;
    background: #0e0e0e;
    border-radius: 1px;
}

.post_content {
    padding: 1.5rem 1.5rem 1.25rem 1.5rem; padding-bottom:0px !important;
}

.post_content .signature {
	margin-top: 10px;
	border-top: 1px dashed #15161b;
	padding: 12px 0 8px 0;
}

.post .post_meta {
	margin: 4px 0;
	font-size: 11px;
	color: #999;
}

.post .post_meta a:link,
.post .post_meta a:visited,
.post .post_meta a:hover,
.post .post_meta a:active {
	color: #777;
}

.post_controls_default {
	padding: 0.75rem;
	clear: both;
	overflow: hidden;
}

.post_controls {
	display: inline-block;
	padding: 18px;
	padding-top: 10px;
}

.post_controls ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.post_controls li {
	float: left;
}

.post_controls li a {
	color: #ccc;
	display: inline-block;
	margin: 0 14px;
	
	text-decoration: none;
	font-size: 13px;
}

.post_controls li a:hover {
	color: #fff;
}

a.postbit_reputation_add,
a.postbit_pm {
	padding: 0 3px;
	font-size: 14px;
}

.postbit_buttons > a:link,
.postbit_buttons > a:visited,
.postbit_buttons > a:active {
display: inline-block;
    color: #999;
		padding:1px 8px 3px 8px;
}

.postbit_buttons > a:hover {
	background: rgba(0,0,0,0.2);
    color: #fff !important;
    border-radius:50px;
}

.postbit_buttons a span {
    display: inline-block;
    height: 16px;
}

.post:not(.deleted_post) .postbit_qrestore,
.post:not(.deleted_post) .status_type,
.post.deleted_post .postbit_mirage {
    display: none;
}

a.button:link,
a.button:visited,
a.button:active {
	display: inline-block;
	margin: 0 0 10px 0;
	padding: 10px 15px;
	font-size: 14px;
	color: #fff;
	background: #3f5efb;
	border-radius:50px;
	font-weight:900;
	width:100%;
	box-sizing: border-box;
	text-align:center;
}

a.button:hover {
	background: #3755ec;
}

a.button.small_button {
	font-size: 13px;
	margin: 0;
	padding: 4px 12px;
}

a.button span {
	display: inline-block;
}

a.postbit_report {
    color: #03a9f4;
}

a.postbit_report:hover {
    color: #999;
}

.quick_jump {
	background: url(images/jump.png) no-repeat 0;
	width: 13px;
	height: 13px;
	padding-left: 13px; /* amount of padding needed for image to fully show */
	margin-top: -3px;
	border: none;
}

.pollbar {
    position: relative;
    background: #bdc3c7;
    height: 8px;
}

.pollbar .percent {
	display: none;
}

.pollbar .percent {
 display: none;
}

.posticons_label {
 white-space: nowrap;
}

.pollbar {
    background: #3498db;
    height: 20px;
    line-height: 21px;
    margin-top: -16px;
    color: #fff;
    font-size: 12px;
    text-align: right;
    overflow: hidden;
    box-sizing: border-box;
}

.pollbar .percent {
 
	display: inline-block; 
	padding: 0 7px;
}

.poll-inner {
    position: relative;
    height: 20px;
    box-sizing: border-box;
    border-radius: 1000px;
    top: 4px;
    overflow: hidden;
}

.poll-inner::before {
    content: "0%";
    font-size: 13px;
    padding: 0 7px;
}

/** jGrowl Start **/

/** jGrowl Styling **/
.jGrowl {
	z-index: 9999;
	color: #ffffff;
	font-size: 12px;
	font-family: "Rajdhani", sans-serif;
	position: fixed;
}

.jGrowl.top-left {
	left: 0px;
	top: 0px;
}

.jGrowl.top-right {
	right: 0px;
	top: 0px;
}

.jGrowl.bottom-left {
	left: 0px;
	bottom: 0px;
}

.jGrowl.bottom-right {
	right: 0px;
	bottom: 0px;
}

.jGrowl.center {
	top: 0px;
	width: 50%;
	left: 25%;
}

/** Cross Browser Styling **/

.jGrowl.center .jGrowl-notification,
.jGrowl.center .jGrowl-closer {
	margin-left: auto;
	margin-right: auto;
}

.jGrowl-notification {
	background-color: transparent;
	opacity: 0.9;
	zoom: 1;
	width: 250px;
	padding: 10px;
	margin: 10px;
	text-align: left;
	display: none
	border-radius: 5px;
	word-break: break-all;
}

.jGrowl .jGrowl-notification {
	min-height: 40px;
}

.jGrowl-notification .ui-state-highlight,
.jGrowl-notification .ui-widget-content .ui-state-highlight,
.jGrowl-notification .ui-widget-header .ui-state-highlight {
	border: 1px solid #000;
	background: #000;
	color: #fff;
}

.jGrowl-notification .jGrowl-header {
	font-weight: bold;
	font-size: .85em;
}

.jGrowl-notification .jGrowl-close {
	background-color: transparent;
	color: inherit;
	border: none;
	z-index: 99;
	float: right;
	font-weight: 600;
	font-size: 1rem;
	cursor: pointer;
}

.jGrowl-closer {
	background-color: #000;
	opacity: 0.9;
	zoom: 1;
	width: 250px;
	padding: 10px;
	margin: 10px;
	text-align: left;
	display: none;
	border-radius: 2px;
	word-break: break-all;
	padding-top: 4px;
	padding-bottom: 4px;
	cursor: pointer;
	font-size: .9em;
	font-weight: 600;
	text-align: center;
}

.jGrowl-closer .ui-state-highlight,
.jGrowl-closer .ui-widget-content .ui-state-highlight,
.jGrowl-closer .ui-widget-header .ui-state-highlight {
	border: 1px solid #000;
	background: #000;
	color: #fff;
}

.jGrowl .jGrowl-notification.jgrowl_success {
    background: #0e0e0e;
    border: 1px solid lightgreen;
    color: #333;
}

.jGrowl .jGrowl-notification.jgrowl_error {
    background: #0e0e0e;
    color: #333;
	border: 1px solid #ef9a9a;
}

.jGrowl .jGrowl-notification.jgrowl_process, .jGrowl .jGrowl-closer {
	background: #0e0e0e;
    border: 1px solid #525563;
	color: #999;
}

/** Hide jGrowl when printing **/
@media print {
	.jGrowl {
		display: none;
}


}

/** jGrowl End **/

/** Modal Start **/

.blocker {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	z-index: 9999;
	padding: 20px;
	box-sizing: border-box;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.8);
	text-align: center;
}

.blocker:before{
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.05em;
}

.blocker.behind {
	background-color: transparent;
}

.modal {
	display: inline-block;
	background: #0e0e0e;
	width: 400px;
	text-align: left;
	vertical-align: middle;
	position: relative;
	z-index: 2;
	box-sizing: border-box;
	border-radius: 8px;
	box-shadow: 0 0 10px #000;
}

.modal a.close-modal {
	position: absolute;
	top: -12.5px;
	right: -12.5px;
	display: block;
	width: 0;
	height: 0;
	text-indent: -9999px;
	background: url(images/close.png) no-repeat 0 0;
}

.modal-spinner {
	display: none;
	width: 64px;
	height: 64px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-right: -32px;
	margin-top: -32px;
	background: url(images/roundo/spinner_big.gif) no-repeat center center;
	border-radius: 8px;
}

.modal.login-modal {
	max-width: 340px;
	padding: 30px;
	border-radius: 5px 5px 3px 3px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .35)
}

/** Modal End **/

/** Impromptu Start **/

/*! jQuery-Impromptu - v6.2.3 - 2016-04-23
* http://trentrichardson.com/Impromptu
* Copyright (c) 2016 Trent Richardson; Licensed MIT */

.jqifade{
	position: absolute;
	background-color: #777;
}

iframe.jqifade{
	display:block;
	z-index:-1;
}

div.jqi{
	position: absolute;
	font-family: inherit;
    width: 400px;
    max-width: 90%;
    font-size: 13px;
    text-align: left;
	background: #0e0e0e;
    padding: 7px;
    border-radius: 3px;
    box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, .3);
}

div.jqi .jqicontainer{
}

div.jqi .jqiclose{
    position: absolute;
    top: 5px;
    right: 9px;
    width: 16px;
    cursor: pointer;
    color: #bbb;
    font-size: 18px;
}

div.jqi .jqistate{
	background-color: #fff;
}

div.jqi .jqiclose:hover {
    color: #777;
}

div.jqi .jqititle{
	padding: 5px 10px;
	font-size: 16px;
	line-height: 20px;
	border-bottom: solid 1px #eee;
}

div.jqi .jqimessage{
    line-height: 20px;
    color: #607d8b;
    overflow: auto;
	padding: 13px 18px 20px;
}

div.jqi .jqibuttonshide{
	display: none;
}

div.jqi .jqibuttons{
    margin: 0px -7px -7px -7px;
    text-align: right;
    border-top: solid 1px #efefef;
    background-color: #f5f6f7;
    border-radius: 0px 0 3px 3px;
    padding: 8px 11px 8px 9px;
}

div.jqi .jqibuttons button{
    background-color: #fff;
    margin: 0;
    margin-left: 0px;
    padding: 3px 21px 4px 20px;
    font-weight: normal;
    color: #ccc;
    font-size: 13px;
    margin-left: 5px;
    border-radius: 1px !important;
    box-shadow: none !important;
    border: 1px solid #80cbc4 !important;
}

div.jqi .jqibuttons button.jqidefaultbutton{
	color: #00bcd4;
	border: 1px solid #81d4fa !important;
}

div.jqi .jqibuttons button:hover,
div.jqi .jqibuttons button:focus{
	color: #287ade;
	outline: none;
    border: 1px solid #00bcd4 !important;
}

div.jqi .jqibuttons button[disabled]{
	color: #999;
}

.jqiwarning .jqi .jqibuttons{
	background-color: #b95656;
}

/* sub states */
div.jqi .jqiparentstate::after{
	background-color: #777;
	opacity: 0.6;
	content: '';
	position: absolute;
	top:0; left:0; bottom:0; right:0;
	border-radius: 6px;
}

div.jqi .jqisubstate{
	position: absolute;
	top:0; left: 20%;
	width: 60%;
	padding: 7px;
	border: solid 1px #eee;
	border-top: none;
	border-radius: 0 0 6px 6px;
}

div.jqi .jqisubstate .jqibuttons button{
	padding: 10px 18px;
}

/* arrows for tooltips/tours */
.jqi .jqiarrow{
 
	position: absolute; 
	height: 0; 
	width:0; 
	line-height: 0;
	font-size: 0; 
	border: solid 10px transparent;
}

.jqi .jqiarrowtl{
 left: 10px; top: -20px; border-bottom-color: #fff;
}

.jqi .jqiarrowtc{
 left: 50%; top: -20px; border-bottom-color: #fff; margin-left: -10px;
}

.jqi .jqiarrowtr{
 right: 10px; top: -20px; border-bottom-color: #fff;
}

.jqi .jqiarrowbl{
 left: 10px; bottom: -20px; border-top-color: #fff;
}

.jqi .jqiarrowbc{
 left: 50%; bottom: -20px; border-top-color: #fff; margin-left: -10px;
}

.jqi .jqiarrowbr{
 right: 10px; bottom: -20px; border-top-color: #fff;
}

.jqi .jqiarrowlt{
 left: -20px; top: 10px; border-right-color: #fff;
}

.jqi .jqiarrowlm{
 left: -20px; top: 50%; border-right-color: #fff; margin-top: -10px;
}

.jqi .jqiarrowlb{
 left: -20px; bottom: 10px; border-right-color: #fff;
}

.jqi .jqiarrowrt{
 right: -20px; top: 10px; border-left-color: #fff;
}

.jqi .jqiarrowrm{
 right: -20px; top: 50%; border-left-color: #fff; margin-top: -10px;
}

.jqi .jqiarrowrb{
 right: -20px; bottom: 10px; border-left-color: #fff;
}

/* DVZ Shoutbox */
#shoutbox {
	background: #0e0e0ef5;
	margin-bottom: 50px;
	border-radius: 10px;
	font-family: 'Rajdhani', sans-serif;
}

#shoutbox .head {
	padding: 8px;
}

#shoutbox.front .head {
 cursor: pointer;
}

#shoutbox .head .right {
 float: right; margin: 0 -8px 0 0; font-size: 13px;
}

#shoutbox .head .right a {
 padding: 8px;
}

#shoutbox.collapsed .head {
 opacity: 0.6;
}

#shoutbox.collapsed .body {
 display: none;
}

#shoutbox .panel {
 border-top: solid 2px rgba(0,0,0,0.1);
}

#shoutbox input.text {
	width: 100%;
	color: #000;
	margin: 0;
	padding: 10px 8px;
	box-sizing: border-box;
	border: none;
	box-shadow: inset 0 2px 4px rgba(0,0,0,0.08);
	
	font-family: 'Rajdhani', sans-serif;
	font-size: 15px;
}

#shoutbox .minposts, #shoutbox .blocked {
 padding: 6px; font-size: 11px;
}

#shoutbox .panel.minposts {
 background: #FFFED8; color: #727250;
}

#shoutbox .panel.blocked {
 background: #FCEFEF; color: #543A3A;
}

#shoutbox .panel p {
 margin: 0;
}

#shoutbox .window {
 border-top: solid 2px rgba(0,0,0,0.1); overflow-y: scroll;
}

#shoutbox .data {
	width: 100%;
  word-break: normal;
  overflow-wrap: break-word;
	
	font-family: 'Rajdhani', sans-serif;
}

#shoutbox.front .data {
 border-top: none;
}

#shoutbox .entry {
 display: table-row !important; width: 100%; transition: background-color 0.2s;
}

#shoutbox .entry:nth-child(even) {
 background-color: rgba(0,0,0,0.01);
}

#shoutbox .entry.new {
 background-color: rgba(255,255,100,0.1);
}

#shoutbox .entry:target {
 background-color: rgba(50,200,255,0.1);
}

#shoutbox .entry > div {
 border-bottom: dashed 1px rgba(0,0,0,0.05);
}

#shoutbox .entry:last-child > div {
 border-bottom: none;
}

#shoutbox .entry > div {
 display: table-cell; padding: 6px;
}

#shoutbox .avatar {
 height: 22px;
}

#shoutbox .avatar img {
 margin: 0 auto; vertical-align: middle;/* max-height: 20px; max-width: 20px; */ max-height: 25px; max-width: 25px; border: solid 1px rgba(255,255,255,0.1);/* box-shadow: 0 0 2px rgba(0,0,0,0.1);*/ box-shadow: 0 0 1px rgba(0,0,0,0.1); cursor: pointer;
}

#shoutbox .user {
 border-right: solid 1px rgba(0,0,0,0.05);/* text-align: right; */ text-align: left; white-space: nowrap;
}

#shoutbox .text {
	width: 100%;
	color: #EFE8E8BD;
  word-break: normal;
  overflow-wrap: break-word;
	
	font-family: 'Rajdhani', sans-serif;
	font-weight: 500;
}

#shoutbox .info {
 font-size: 11px; color: #AAA; white-space: nowrap; text-align: right;
}

#shoutbox .entry.unread .info:before {
 display: inline-block; margin-right: 10px; height: 4px; width: 4px; content: ''; background: rgba(255,100,0,0.8); border-radius: 10px; vertical-align: middle;
}

#shoutbox .info a {
 color: inherit;
}

#shoutbox .mod {
 padding: 6px 8px; font-size: 9px; font-weight: bold; color: #AAA; text-decoration: none;
}

#shoutbox .mod:nth-of-type(2) {
 margin-right: 5px; border-left: solid 1px rgba(0,0,0,0.1);
}

#shoutbox  .ip {
 margin-right: 10px; color: #CECECE;
}

#shoutbox .text .forum_emoji {
    color: initial;
    opacity: 1;
}

.readmore {
      #background-color: #0e0e0e;
      transition: max-height 0.5s ease;
      overflow: hidden;
      max-height: 60px;
      position: relative;
}

.readmore.expanded {
      max-height: none /* Set height to auto for expanded state */
}

.readmore-button-container {
    position: relative;
    color: #214f7e;
    padding-bottom: 3px;
    margin: 0 0 0px 0;
    font-style: normal;
    font-weight: bold;
}

.readmore-button {
      margin-right: 10px;
}

.post_content img {
	max-width: 100% !important;
}

.usersbrowsing-vignette {
      display: inline-flex;          /* ← remplace inline-block */
      background: #0e0e0ef5;
      padding: 5px 20px 5px 20px;
      border-radius: 10px !important;
}

#announcement-bar {
    background: linear-gradient(
        to right,
        rgba(95, 177, 15, 0.8),
        rgba(247, 99, 0, 0.8)
    );
    background-size: 200% 100%;
    animation: gradientMove 4s ease-in-out infinite alternate;
    padding: 12px;
    text-align: center;
    font-weight: bold;
    color: #000;
    position: relative;
}

#announcement-bar a {
    color: #000;
    text-decoration: underline;
}

#close-btn {
    position: absolute;
    right: 15px;
    top: 10px;
    cursor: pointer;
}

#reopen-btn {
    display: none;
    padding: 6px 12px;
    font-size: 12px;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.5);
    background: rgba(247, 99, 0, 0.25);
    transition: background 0.3s, color 0.3s;
    width: fit-content;
}

#reopen-btn:hover {
    background: rgba(247, 99, 0, 0.7);
    color: rgba(255, 255, 255, 0.9);
}

.banner-hidden #announcement-bar {
    display: none !important;
}

.forum_emoji {
    font-size: 20px;
    vertical-align: middle;
}

    /* Cache le sous-titre rouge dans la navigation archive shoutbox */
    .navigation .active span[style*="color: red"] {
        display: none !important;
    }

    /* Réduit la taille du titre dans la navigation */
    .navigation .active span[style*="font-size"] {
        font-size: 14px !important;
        font-weight: normal !important;
    }

    #header {
        transition: transform 0.3s ease, opacity 0.3s ease;
        will-change: transform;
    }
    #header.header-scrolled-down {
        transform: translateY(-100%);
        opacity: 0;
        pointer-events: none;
    }

/** Impromptu End */@media only screen and (max-width: 1200px) {
	
	.thead > .float_right{
		float:none;
		display:block;

        .header_before_gradient,
        .header_after_gradient {
            width: 100vw;
            position: relative;
            left: 50%;
            transform: translateX(-50%);
        }

    }

    select {
        margin-bottom:5px;
    }

    table {
        overflow:hidden;
    }

    #show_smilies td {
        display:table-cell;
    }

    .attribute_footer {
        float:none;
        margin-bottom:20px;
    }

    #footer {
        text-align:center;
        background: #0e0e0eb3 !important;
        color: #999 !important;
        clear: both !important;
        border-top: 1px solid #2d2e38 !important;
        margin: auto !important;
        padding: 30px 5px !important; /* padding latéral ajouté pour mobile */
        font-family: 'Rajdhani', sans-serif !important;
        font-weight: 500 !important;
        text-align: center !important;
        box-sizing: border-box !important;
        width: 100% !important;
    }

    .footer_links a {
      font-size:12px;
      margin-right:15px;
    }

    .guestwelcomemsg {
    background-position: right;
    }

    #modcp_pages .tborder, .table_fixed {
      table-layout: fixed !important;
      white-space: normal !important;
      overflow:hidden !important;
    }

    #modcp_pages td, .table_fixed td {
        display:table-cell !important;
        overflow:hidden !important;
    }

    .show_hide_mobile_header {
        font-weight:900;cursor:pointer;
    }

    .mobile_header {
        background:#18181a;padding:8px 20px;border-bottom:1px solid #1c1d22;
    }

    .mobile_header a{
        display:block;
        padding:10px 5px;
        border-bottom:1px solid #131314;
        font-size:14px;
    }

    .mobile_header a:hover{
        background:#131314;
    }

    .mobile_header i{
        margin-right:12px;
    }

    .mobile_hide {
        display:none;
    }

    #pm_folder_list {
        max-height:700px;
        height:auto !important;
    }

    #redirect_box {
        width:90% !important;
    }

    #log_reg_table {
        width:100%;
    }

    #guest_info_header {
      margin-top:4px;
    }

    .title-img {
        margin-top:5px;
    }

    .title-img-guest {
        margin-top:2px !important;
        margin-bottom:2px;
    }

    #member_info_header {
      margin-top:-8px;
    }

    .top_links {
        display:none;
    }

    .profile-containter_extras {
    margin:0px;margin-top:-180px;
    }

    ul.tabs li {
        display:inline-block !important;
    }

    .left-sidebar {
      width:100% !important;margin-bottom:30px;
    }

    .sidebar-inner {
        padding:0px !important;
    }

    .private_home_center_text{
      position: static;top: auto;left:auto;padding:30px 0px;
    }

    .private_main_box {
        height:auto !important;
    }

    .memberlist_search_width {
        width:240px !important;
    }

    .memberlist_card {
        display:block;
        width:100%;
        box-sizing: border-box;
        margin:0px;
        margin-top:20px;
    }

    .mobile_only_tr {
        display: table-row;
    }

    .mobile_only {
        display:block;
    }

    .mobile_thread_sep {
        margin-bottom:20px;
        border-bottom:1px solid #1e1f24;
    }

    .mobile_modbit {
        float:right;
    }

    .threadlisting {
        margin-bottom:20px !important;
    }

    .threadlisting > td {
        display:inline-block;
        border-bottom:none;
        padding:0px;
        margin:0px;
        max-width:250px;
    }

    .thread_info {
        margin-left:30px !important;
    }

    .postbit_avatar {
        width:30px !important;
        height:30px !important;
    }

    .postbit_avatar_margins {
        width:30px !improtant;
        margin-left:23px;margin-right:-5px;margin-top:30px;
    }

    .post {
        margin-left:0 !important;
    }

    .mobile_no_float {
    float:none !important;
    }

    .mobile_line_break {
        display:block;
    }

    body[class*="newreply"] .tborder *[class*="trow"],
     body[class*="newthread"] .tborder *[class*="trow"],
     body[class*="editpost"] .tborder *[class*="trow"],
     body[class*="private.php send"] .tborder *[class*="trow"],
    body[class*="search.php"] .tborder *[class*="trow"],
      body[class*="avatar"] .tborder *[class*="trow"],
      body[class*="password"] .tborder *[class*="trow"],
      body[class*="email"] .tborder *[class*="trow"],
      body[class*="changename"] .tborder *[class*="trow"],
      body[class*="editsig"] .tborder *[class*="trow"],
      body[class*="contact_us"] .tborder *[class*="trow"]{
      display:block;
      width:auto;
    }

    body[class*="usercp.php options"] td[width*="50%"] {
      display:block;
      width:auto;
    }

    body {
    margin-bottom:20px !important;
    }

    .mobile_width {
        width:100% !important;
        box-sizing: border-box;
    }

    input.textbox {
      font-size: 16px !important;
      box-sizing: border-box;
      width:100% !important;
    }

    input.text {
      font-size: 16px !important;
    }

    textarea {
      font-size: 16px !important;
    }

    .textbox {
      font-size: 16px !important;
    }

    td {
      width: auto;
      #display: block;
      margin: 4px 0px;
      text-align: left;
    }

    .tcat {
        display:none;
    }

    .tcat_menu {
        display:block !important;
    }

    .red_alert {
      width:100%;box-sizing: border-box;
    }

    #panel .upper {
    padding:8px 0px;
    line-height:normal;
    height:auto;
    }

    #aboutus_page {
    width:auto;
    }

    .floating_button {
      float:none;
      display:block;
      margin-top:5px;
    }

    #backtop {
    bottom: 55px;
    right: 10px;
    }

    .desktop-td-only [class*="trow"] {
      display:none;
    }

    .mobile-td-only [class*="trow"] {
      display:table-cell;
    }

    .mobile-only {
      display:block;
    }

    .desktop-only {
      display:none;
    }

    #desktop-only {
      display:none;
    }

    .mobile-only-inl {
      display:inline-block;
    }

    .desktop-only-inl {
      display:none;
    }

    #desktop-only-table {
      display:none;
    }

    .wrapper {
      width: 98%;
      min-width: auto;
      max-width: none;
    }

    .upper .wrapper {
      padding-left:12px;
      padding-right:12px;
      box-sizing:border-box;
    }

    .upper .wrapper [style*="float:left"]{
      float:none !Important;
      display:inline-block;
    }

    .upper .wrapper [style*="float:left;margin-top:-2px;margin-left:30px"] {
      display:none;
    }

    .upper .wrapper [style*="float:right;margin-top:-8px;margin-left:15px"] {
      position:relative;
      top:4px;
    }

    .v-center {
      top:0;
    }

    #header ul.menu {
      float:right;
      position:relative;
      top:6px;
    }

    #container {
      min-width: 0 !Important;
    }

    #content {
      margin-top:10px !important;
      padding:10px;
      box-sizing:border-box;
      overflow:hidden;
    }

    .sidebar, .forums, .sidebar-pm, .forums-pm {
      float:none !Important;
      width:auto !Important;
    }

    .forums {
      margin-top:8px;
    }

    .forums td[width="25%"] {
      display:block;
      width:auto;
    }

    .post [style*="margin-left:74px"] {
       margin-left:0px !Important;
    }

    .post .avatar_style {
      width:40px !Important;
      height:40px !Important;
    }

    .post a[data-uid] {
      float:left;
      padding-right:10px;
    }

    body[class="member.php register"]   td[width*="50%"] {
     display:block;
     width:auto;
    }

    body[class*="modcp.php "]  td[valign="top"][width="240"], body[class*="modcp.php "]  td[valign="top"][width="240"] + td {
      display:block;
      width:auto;
    margin:4px 0px;
    }

    body[class="modcp.php "]  td[valign="top"][width="240"] + td .tborder:nth-of-type(2) td:nth-child(2), body[class="modcp.php "]  td[valign="top"][width="240"] + td .tborder:nth-of-type(2) td:nth-child(4) , body[class="modcp.php "]  td[valign="top"][width="240"] + td .tborder:nth-of-type(2) td:nth-child(5){
     display:none;
    }

    body[class="modcp.php "]  td[valign="top"][width="240"] + td .tborder:nth-of-type(2) td {
     text-align:left;
    }

    body[class="modcp.php "]  td[valign="top"][width="240"] + td .tborder:nth-of-type(2) td:first-child {
     width:65%;
    }

    body[class="modcp.php "]  td[valign="top"][width="240"] + td .tborder:nth-of-type(2) td:nth-child(3) {
     text-align:right;
    }

    body[class="modcp.php "]  td[valign="top"][width="240"] + td .tborder:nth-of-type(3) td:nth-child(3), body[class="modcp.php "]  td[valign="top"][width="240"] + td .tborder:nth-of-type(3) td:nth-child(4) {
     display:none;
    }

    body[class="modcp.php "]  td[valign="top"][width="240"] + td .tborder:nth-of-type(3) td:nth-child(2) {
     text-align:right;
    }

    body[class="modcp.php allreports"] td[valign="top"][width="240"] + td .tborder td.tcat:not(:first-child ){
     display:none;
    }

    body[class="modcp.php allreports"]  td[valign="top"][width="240"] + td .tborder td:not(.thead):not(.tcat) {
     display:block;
     text-align:left;
    }

    body[class="modcp.php allreports"]  td[valign="top"][width="240"] + td .tborder td:before {
     display:block;
     position:relative;
     padding-bottom:3px;
    }

    body[class="modcp.php allreports"]  td[valign="top"][width="240"] + td .tborder td[class*="trow"] {
     width:auto;
     display:block;
     border-width:0px 1px;
    }

    body[class="modcp.php allreports"]  td[valign="top"][width="240"] + td .tborder td[class*="trow"]:nth-child(1):before {
     content:"Reported Content";
    }

    body[class="modcp.php allreports"]  td[valign="top"][width="240"] + td .tborder td[class*="trow"]:nth-child(2):before {
     content:"Report reason";
    }

    body[class="modcp.php allreports"]  td[valign="top"][width="240"] + td .tborder td[class*="trow"]:nth-child(3):before {
     content:"Reporter";
    }

    body[class="modcp.php allreports"]  td[valign="top"][width="240"] + td .tborder td[class*="trow"]:nth-child(4):before {
     content:"# of Reports";
    }

    body[class="modcp.php allreports"]  td[valign="top"][width="240"] + td .tborder td[class*="trow"]:nth-child(5):before {
     content:"Reported";
    }

    body[class="modcp.php reports"]  td[valign="top"][width="240"] + td .tborder td:nth-child(3) {
     display:none;
    }

    body[class="modcp.php reports"]  td[valign="top"][width="240"] + td .tborder td[class*="trow"] {
     border-width:0px;
    }

    body[class="modcp.php reports"]  td[valign="top"][width="240"] + td .tborder .tcat:nth-child(2), body[class="modcp.php reports"]  td[valign="top"][width="240"] + td .tborder .tcat:nth-child(4) {
     display:none;
    }

    body[class="modcp.php reports"]  td[valign="top"][width="240"] + td .tborder .tcat:nth-child(5) {
     text-align:right;
    }

    body[class="modcp.php reports"]  td[valign="top"][width="240"] + td .tborder tr, body[class="modcp.php reports"]  td[valign="top"][width="240"] + td .tborder td.thead{
     display:block;
     position:relative;
    }

    body[class="modcp.php reports"]  td[valign="top"][width="240"] + td .tborder td[class*="trow"] {
     display:block;
     text-align:left;
    }

    body[class="modcp.php reports"]  td[valign="top"][width="240"] + td .tborder td[class*="trow"]:nth-child(5) {
     position:absolute;
     z-index:3;
     top:0px;
     right:0px;
    }

    body[class="modcp.php reports"] td[valign="top"][width="240"] + td .tborder td:before {
     display:block;
     position:relative;
     padding-bottom:3px;
    }

    body[class="modcp.php reports"]  td[valign="top"][width="240"] + td .tborder td[class*="trow"]:nth-child(1):before {
     content:"Reported Content";
    }

    body[class="modcp.php reports"]  td[valign="top"][width="240"] + td .tborder td[class*="trow"]:nth-child(2):before {
     content:"Reported Reason";
    }

    body[class="modcp.php reports"]  td[valign="top"][width="240"] + td .tborder td[class*="trow"]:nth-child(3):before {
     content:"# of reports";
    }

    body[class="modcp.php reports"]  td[valign="top"][width="240"] + td .tborder td[class*="trow"]:nth-child(4):before {
     content:"Last Reported";
    }

    body[class="modcp.php modlogs"]  td[valign="top"][width="240"] + td .tborder:nth-of-type(1) td {
     text-align:left;
    }

    body[class="modcp.php modlogs"]  td[valign="top"][width="240"] + td .tborder td:before {
     display:block;
     position:relative;
     padding-bottom:3px;
    }

    body[class="modcp.php modlogs"]  td[valign="top"][width="240"] + td .tborder:nth-of-type(1) .tcat:not(:first-child) {
     display:none;
    }

    body[class="modcp.php modlogs"]  td[valign="top"][width="240"] + td .tborder:nth-of-type(1) td[class*="trow"] {
     display:block;
    }

    body[class="modcp.php modlogs"]  td[valign="top"][width="240"] + td .tborder:nth-of-type(1) td[class*="trow"]:nth-child(1):before {
     content:"Username";
    }

    body[class="modcp.php modlogs"]  td[valign="top"][width="240"] + td .tborder:nth-of-type(1) td[class*="trow"]:nth-child(2):before {
     content:"Date";
    }

    body[class="modcp.php modlogs"]  td[valign="top"][width="240"] + td .tborder:nth-of-type(1) td[class*="trow"]:nth-child(3):before {
     content:"Action";
    }

    body[class="modcp.php modlogs"]  td[valign="top"][width="240"] + td .tborder:nth-of-type(1) td[class*="trow"]:nth-child(4):before {
     content:"Information";
    }

    body[class="modcp.php modlogs"]  td[valign="top"][width="240"] + td .tborder:nth-of-type(1) td[class*="trow"]:nth-child(5):before {
     content:"IP";
    }

    body[class="modcp.php finduser"]  td[valign="top"][width="240"] + td .tborder:nth-of-type(1) td:nth-child(2),
    body[class="modcp.php finduser"]  td[valign="top"][width="240"] + td .tborder:nth-of-type(1) td:nth-child(3),
    body[class="modcp.php finduser"]  td[valign="top"][width="240"] + td .tborder:nth-of-type(1) td:nth-child(4) {
     display:none;
    }

    body[class="modcp.php banning"]  td[valign="top"][width="240"] + td .tborder td:before {
     display:block;
     position:relative;
     padding-bottom:3px;
    }

    body[class="modcp.php banning"]  td[valign="top"][width="240"] + td .tborder td[class*="trow"]:nth-child(1):before {
     content:"Username";
    }

    body[class="modcp.php banning"]  td[valign="top"][width="240"] + td .tborder td[class*="trow"]:nth-child(2):before {
     content:"Reason";
    }

    body[class="modcp.php banning"]  td[valign="top"][width="240"] + td .tborder: td[class*="trow"]:nth-child(3):before {
     content:"Length";
    }

    body[class="modcp.php banning"]  td[valign="top"][width="240"] + td .tborder td[class*="trow"]:nth-child(4):before {
     content:"Banned By";
    }

    body[class="modcp.php banning"]  td[valign="top"][width="240"] + td .tborder td.tcat:not(:first-child) {
     display:none;
    }

    body[class="modcp.php banning"]  td[valign="top"][width="240"] + td .tborder td[class*="trow"] {
     display:block;
    }

    body[class="modcp.php editprofile"]  td[valign="top"][width="240"] + td .tborder td {
     display:block;
     width:auto;
    }

    body[class="modcp.php warninglogs"]  td[valign="top"][width="240"] + td .tborder td.tcat:not(:first-child) {
     display:none;
    }

    body[class="modcp.php warninglogs"]  td[valign="top"][width="240"] + td .tborder td[class*="trow"] {
     display:block;
     text-align:left;
    }

    body[class="modcp.php warninglogs"]  td[valign="top"][width="240"] + td .tborder td:before {
     display:block;
     position:relative;
     padding-bottom:3px;
    }

    body[class="modcp.php warninglogs"]  td[valign="top"][width="240"] + td .tborder td[class*="trow"]:nth-child(1):before {
     content:"Warned User";
    }

    body[class="modcp.php warninglogs"]  td[valign="top"][width="240"] + td .tborder td[class*="trow"]:nth-child(2):before {
     content:"Warning";
    }

    body[class="modcp.php warninglogs"]  td[valign="top"][width="240"] + td .tborder: td[class*="trow"]:nth-child(3):before {
     content:"Date Issued";
    }

    body[class="modcp.php warninglogs"]  td[valign="top"][width="240"] + td .tborder td[class*="trow"]:nth-child(4):before {
     content:"Expires";
    }

    body[class="modcp.php warninglogs"]  td[valign="top"][width="240"] + td .tborder td[class*="trow"]:nth-child(5):before {
     content:"Issued by";
    }

    body[class="modcp.php warninglogs"]  td[valign="top"][width="240"] + td .tborder td[class*="trow"]:nth-child(6):before {
     content:"Details";
    }

    body[class="moderation.php threadnotes"]  form .tborder:not(:first-child) td.tcat:not(:first-child){
      display:none;
    }

    body[class="moderation.php threadnotes"]  form .tborder:not(:first-child) td:not(.tcat) {
     display:block;
     width:auto;
     border-width:1px 2px;
     text-align:left;
    }

    body[class="moderation.php threadnotes"]  form .tborder:not(:first-child) td:not(.tcat):before {
      display:block;
      text-align:left;
    }

    body[class="moderation.php threadnotes"]  form .tborder:nth-child(2) td[class*="trow"]:nth-child(2):before{
     content:"Date";
    }

    body[class="moderation.php threadnotes"]  form .tborder:nth-child(2) td[class*="trow"]:nth-child(3):before{
     content:"Action";
    }

    body[class="moderation.php threadnotes"]  form .tborder:nth-child(2) td[class*="trow"]:nth-child(4):before{
     content:"Information";
    }

    body[class="moderation.php threadnotes"] .tcat {
     text-align:left;
    }

    body[class="moderation.php delayedmoderation"]  .container  .tborder.delayed_mod_queue td.tcat:not(:first-child) {
     display:none;
    }

    body[class="moderation.php delayedmoderation"]  .container  .tborder.delayed_mod_queue td.tcat {
     text-align:left;
    }

    body[class="moderation.php delayedmoderation"]  .container  .tborder.delayed_mod_queue td[class*="trow"]{
     display:block;
     width:auto;
     text-align:left;
    }

    body[class="moderation.php delayedmoderation"]  .container .tborder.delayed_mod_queue td[class*="trow"]:before{
      display:block;
      text-align:left;
      position:relative;
    }

    body[class="moderation.php delayedmoderation"]  .container .tborder.delayed_mod_queue td[class*="trow"]:nth-child(2):before {
     content:"Days to perform action";
    }

    body[class="moderation.php delayedmoderation"]  .container  .tborder.delayed_mod_queue td[class*="trow"]:nth-child(3):before {
     content:"Action";
    }

    body[class="moderation.php delayedmoderation"]  .container  .tborder.delayed_mod_queue td[class*="trow"]:nth-child(4):before {
     content:"Information";
    }

    body[class="moderation.php delayedmoderation"]  .container  .tborder.delayed_mod_queue td[class*="trow"]:nth-child(5):before {
     content:"Actions";
    }

    body[class="moderation.php delayedmoderation"]  td[class*="trow"],
    body[class="moderation.php merge"]  td[class*="trow"],
    body[class="moderation.php split"]  td[class*="trow"],
    body[class="moderation.php move"]  td[class*="trow"] {
     display:block;
     width:auto;
    }

    body[class="private.php "] .box-bgs ~ .tborder.tborder td[class*="trow"]:nth-child(2),
    body[class="private.php "] .box-bgs ~ .tborder.tborder td[class*="trow"]:nth-child(4) {
        display:none;
    }

    .search_page .tborder td{
     display:block;
     width:auto;
     border-width:1px 2px;
    }

    .modal {
     width:78%;
    }

    form #message {
     width:100% !Important;
     box-sizing:border-box;
    }

    form[action*="newthread.php?fid=67"] .tborder {
       width:100% !Important;
    }

    form[action*="editpost.php"] .tborder {
       width:100% !Important;
    }

    small center {
    }

    #panel .upper .wrapper {
        display: flex;
        align-items: center;
        min-height: 70px;
        padding: 10px;
    }

    /* ===== CAS VISITEUR (non connecté) ===== */
    #panel .upper .wrapper:has(#guest_info_header) {
        flex-direction: column;
        justify-content: center;
    }

    #panel .upper .wrapper:has(#guest_info_header) #header_logo {
        max-height: 70px;   /* ajuste cette valeur selon ton goût */
        width: auto;
        height: auto;
    }

    .title-img-guest {
        order: 1;
        float: none !important;
        text-align: center;
        margin: 0 auto;
    }

    #guest_info_header {
        order: 2;
        float: none !important;
        text-align: center;
        margin-top: 8px;
    }

    /* ===== CAS CONNECTÉ ===== */
    #panel .upper .wrapper:has(#member_info_header) {
        flex-direction: row;
        justify-content: space-between;
        margin-top: 8px;
    }

    .title-img {
        order: 1;
        float: none !important;
        margin: 0;
    }

    #member_info_header {
        order: 2;
        float: none !important;
        text-align: right;
        flex-shrink: 0;
    }

    .pagination {
        display: flex;
        flex-wrap: wrap;        /* les éléments passent à la ligne si besoin */
        align-items: center;
        gap: 4px;
        padding-top: 6px;
        font-size: 13px;
        justify-content: center;
    }

    /* Numéros de page plus compacts */
    .pagination .pagination_current,
    .pagination a {
        padding: 6px 10px;      /* plus grand pour les doigts */
        min-width: 32px;
        text-align: center;
        display: inline-block;
    }

    /* "Pages :" passe sur sa propre ligne si trop serré */
    .pagination .pages {
        width: 100%;
        padding-right: 0;
        margin-bottom: 4px;
    }

    .drop_go_page input {
        width: 70px !important;
        font-size: 16px;        /* évite le zoom auto sur iOS */
        height: 40px !important;
    }

    .drop_go_page {
        left: 50vw !important;
        transform: translateX(-50%);
        right: auto !important;
        min-width: 250px;
    }

    /* Breadcrumb pagination */
    .pagination_breadcrumb_link {
        position: relative;
    }

    .popup_menu .popup_item {
        min-width: 80px !important;
        white-space: normal;        /* permet le retour à la ligne si besoin */
    }

    /* Cible le tableau search via son select unique */
    select[name="forums[]"],
    select[name="findthreadst"],
    select[name="postdate"],
    select[name="sortby"],
    select[name="visible"] {
        width: 100% !important;
        box-sizing: border-box !important;
        font-size: 16px !important;
        margin-bottom: 8px !important;
        display: block !important;
    }

    /* Inputs search */
    input[name="keywords"],
    input[name="author"],
    input[name="numreplies"] {
        width: 100% !important;
        box-sizing: border-box !important;
        font-size: 16px !important;
    }

    /* Force les tr et td en blocs */
    table.tborder:not(.tfixed) tr,
    table.tborder:not(.tfixed) td {
        display: block !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    /* USERCP */

    /* On rend le tr flex en colonne pour empiler les 2 td */
    tr:has(> .usernav-spacer) {
        display: flex !important;
        flex-direction: column !important;
        width: 100% !important;
    }

    /* Les 2 colonnes prennent toute la largeur */
    tr:has(> .usernav-spacer) > td {
        display: block !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-right: 0 !important;
    }

    /* Menu nav en premier, avec espace en dessous */
    .usernav-spacer {
        margin-bottom: 15px !important;

    }

    /* USERCP action=profile */

    /* Empile les 2 colonnes du formulaire profil */
    tr:has(> td[width="50%"]) {
        display: flex !important;
        flex-direction: column !important;
        width: 100% !important;
    }

    tr:has(> td[width="50%"]) > td {
        display: block !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    /* Fieldsets pleine largeur */
    fieldset.trow2 {
        width: 100% !important;
        box-sizing: border-box !important;
    }

    /* Inputs, selects et textareas pleine largeur */
    fieldset.trow2 input.textbox,
    fieldset.trow2 select,
    fieldset.trow2 textarea {
        width: 100% !important;
        box-sizing: border-box !important;
        font-size: 16px !important;
    }

    /* Checkboxes et radios conservent leur taille */
    fieldset.trow2 input[type="checkbox"],
    fieldset.trow2 input[type="radio"] {
        width: auto !important;
    }

    /* Selects date de naissance côte à côte (jour/mois/année) */
    tr:has(> td > select[name="bday1"]) {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: wrap !important;
        gap: 4px !important;
    }

    /* Ligne thread en flex */
    table.tborder tr.threadlisting {
      display: flex !important;
      align-items: center !important;
      width: 100% !important;
      box-sizing: border-box !important;
      position: relative !important;
    }

    table.tborder tr.threadlisting > td {
      display: none !important;
      box-sizing: border-box !important;
    }

    table.tborder tr.threadlisting > td[width="2%"] {
      display: flex !important;
      align-items: center !important;
      justify-content: center !important;
      width: 28px !important;
      flex-shrink: 0 !important;
    }

    table.tborder tr.threadlisting > td.thread_info {
      display: block !important;
      flex: 1 !important;
      min-width: 0 !important;
      overflow: hidden !important;
      margin-left: 5px !important;
    }

    .thread_status {
        flex-shrink: 0 !important;  /* empêche la compression dans un flex */
        min-width: fit-content !important;
        margin: 0 !important;       /* supprime le margin desktop */
    }

    /* Stats (commentaires) */
    table.tborder tr.threadlisting > td.mobile_modbit {
        display: flex !important;
        align-items: center !important;
        flex-shrink: 0 !important;
        padding: 2px 4px !important;
        white-space: nowrap !important;
        width: auto !important;
    }

    table.tborder tr.threadlisting .mobile_hide {
        display: block !important;
        position: absolute !important;
        top: 4px !important;
        right: 4px !important;
        font-size: 15px !important;
        opacity: 0.7 !important;
    }

    /* Checkbox bien dimensionnée */
    table.tborder tr.threadlisting input[type="checkbox"] {
        width: 15px !important;
        height: 15px !important;
        margin: 0 !important;
    }

    /* Compteur commentaires plus petit */
    table.tborder tr.threadlisting .threadbit_stats {
        font-size: 15px !important;
    }

    table.tborder tr.threadlisting .threadbit_stats i {
        font-size: 15px !important;
    }


    /* Table pièces jointes */
    table.tborder tr:has(> td[colspan="3"]),
    table.tborder tr#attachment_3015,
    table.tborder tr:has(> .fileupload) {
        display: block !important;
        width: 100% !important;
    }

    /* Supprime le nowrap des td inline */
    table.tborder td[style*="white-space: nowrap"] {
        white-space: normal !important;
        width: 100% !important;
        box-sizing: border-box !important;
        display: block !important;
    }

    /* Zone dropzone pleine largeur */
    #dropzone {
        width: 100% !important;
        box-sizing: border-box !important;
        padding: 20px 0 !important;
        margin: 0 !important;
    }

    /* Boutons en colonne */
    table.tborder td[style*="white-space: nowrap"] .button {
        display: block !important;
        width: 100% !important;
        box-sizing: border-box !important;
        margin-bottom: 4px !important;
        text-align: center !important;
    }

    /* Input file pleine largeur */
    input.fileupload {
        width: 100% !important;
        box-sizing: border-box !important;
    }

    /* Container Select2 préfixe */
    .prefix-dropdown {
        background: #0e0e0e !important;
        border: 1px solid #2d2e38 !important;
        margin-right: 10px !important;
    }

    .prefix-dropdown .select2-results {
        background: #0e0e0e !important;
        color: #999 !important;
    }

    .prefix-dropdown .select2-result-label {
        color: #999 !important;
    }

    .prefix-dropdown .select2-highlighted {
        background: #5fb10f !important;
        color: #fff !important;
    }

    /* Tableau sondage - restaure le layout normal */
    table.tborder.tfixed {
        width: 100% !important;
        table-layout: fixed !important;
        box-sizing: border-box !important;
    }

    table.tborder.tfixed tr {
        display: table-row !important;
        width: auto !important;
    }

    table.tborder.tfixed td {
        display: table-cell !important;
        width: auto !important;
        word-break: break-word !important;
    }

    /* Cache poll-inner qui cause le "0" parasite */
    table.tborder.tfixed .poll-inner {
        display: none !important;
    }

    /* Barre de progression */
    table.tborder.tfixed .pollbar {
        overflow: visible !important;
        position: relative !important;
    }

    /* Pourcentage après la barre */
    table.tborder.tfixed .pollbar .percent {
        position: absolute !important;
        left: 100% !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
        white-space: nowrap !important;
        padding-left: 6px !important;
        font-size: 11px !important;
        color: #999 !important;
    }

    /* Page MP - Select2 destinataires pleine largeur */
    #s2id_to,
    #s2id_bcc {
        width: 100% !important;
        box-sizing: border-box !important;
    }

    /* Textareas MP pleine largeur */
    #to, #bcc {
        width: 100% !important;
        box-sizing: border-box !important;
    }

    /* Éditeur SCEditor pleine largeur */
    .sceditor-container {
        width: 100% !important;
        box-sizing: border-box !important;
    }

    /* Barre d'outils SCEditor : retour à la ligne */
    .sceditor-toolbar {
        flex-wrap: wrap !important;
    }

    /* Colonne label "Destinataires / Objet" pleine largeur */
    td[width="200"] {
        width: 100% !important;
        box-sizing: border-box !important;
    }

    /* Espace entre les boutons MP */
    div[style*="text-align: center"] .button {
        margin: 4px !important;
    }

    /* Espace entre les boutons Poster Message */
    div[align="center"] .button {
        margin: 4px !important;
    }

    blockquote.mycode_quote {
        margin-inline-start: 0 !important;
        margin-inline-end: 0 !important;
        margin-block-start: 0 !important;
        margin-block-end: 0 !important;
        padding: 10px !important;
        box-sizing: border-box !important;
        max-width: 100% !important;
        margin: 8px auto !important;
    }

    /* Container pleine largeur */
    .white_bg.radiused.box_shadowed {
        display: block !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    /* Form en colonne centrée */
    .white_bg.radiused.box_shadowed form {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        gap: 8px !important;
        width: 100% !important;
    }

    /* Select2 pleine largeur */
    #s2id_username {
        width: 100% !important;
        margin-top: 0 !important;
        order: 1 !important;
    }

    /* Bouton centré en dessous */
    .white_bg.radiused.box_shadowed input[type="submit"] {
        float: none !important;
        margin: 0 !important;
        order: 2 !important;
    }

    form {
      margin: 0 !important;
      padding: 0 !important;
    }

    blockquote.mycode_quote cite {
        display: block !important;
        position: static !important;
        margin: 0 !important;
        padding: 4px 8px !important;
        width: auto !important;
        box-sizing: border-box !important;
        white-space: normal !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
    }

    #shoutbox .data {
        width: 100% !important;
        box-sizing: border-box !important;
        overflow-x: hidden !important;
    }

    #shoutbox .entry {
        display: flex !important;
        flex-wrap: wrap !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    #shoutbox .entry .text {
        width: 100% !important;
        box-sizing: border-box !important;
        word-break: break-word !important;
        overflow-wrap: break-word !important;
    }

    #shoutbox .entry .info {
        width: 100% !important;
        box-sizing: border-box !important;
    }

    /* Cache la ligne tcat */
    table.shoutbox-mod tr:nth-child(2) {
        display: none !important;
    }

    /* Titre avant formulaire banlist */
    table.shoutbox-mod tr:nth-child(3) td:nth-child(1)::before {
        content: "ID des utilisateurs bannis" !important;
        display: block !important;
        padding: 4px 5px !important;
        margin-bottom: 5px !important;
        font-weight: bold !important;
    }

    /* Titre avant formulaire suppression */
    table.shoutbox-mod tr:nth-child(3) td:nth-child(2)::before {
        content: "Supprimer les messages antérieurs à..." !important;
        display: block !important;
        padding: 4px 5px !important;
        margin-bottom: 5px !important;
        font-weight: bold !important;
    }

    table.shoutbox-mod tr:nth-child(3) td:nth-child(1) input[type="submit"] {
        margin-top: 8px !important;
    }

    .navigation {
        word-break: break-word !important;
        overflow-wrap: break-word !important;
        overflow: visible !important;
        width: 100% !important;
        box-sizing: border-box !important;
        height: auto !important;
        min-height: 0 !important;
    }

    .navigation .active {
        display: inline !important;
        word-break: break-word !important;
        overflow-wrap: break-word !important;
    }

}

