/* Blue Land v33 */

/* On définit ici la bannière et le logo
---------------------------------------------------------------------------- */
:root {
	/* Bannière */
	--banniere-path: url("./images/bg_header.png");
	--banniere-width: 1305;
	--banniere-height: 506;
	--banniere-bg-color: #000000;

	/* Logo */
	--logo-path: url("images/site_logo.png");
	--logo-width: 100;
	--logo-height: 124;
}


/* ecriture profil
---------------------------------------- */
dl.details dt {
	color: #000000;
}

dl.details dd {
	color: #ffffff;
}

.sep {
	color: #ffffff;
}
/* couleur text forum
---------------------------------------- */




ul.topiclist li {
	color: #ffffff; /* ecriture chat*/
	 padding-top: 38px;
}

html,
body {
	color: #000000;
	background-image: url("./images/backblue.png");
	background-size: cover;
	background-position: bottom left;
	background-attachment: fixed;
	margin: 0;
}

.bl-noel,
.bl-noel body {
	background-image: url("./images/noel/backblue.jpg");
}

h3 {
	color: #ffffff;
}
/* couleur bouton du haut
---------------------------------------------------------------------------- */
a {
	color: #B58A79;
	font-weight: bold;
}
/* changement passage de sourus bouton du heut
---------------------------------------------------------------------------- */
a:hover {
	color: #ff0000;
}

.text-center {
	text-align: center;
}

.text-bold {
	font-weight: bold;
}

.text-underline {
	text-decoration: underline;
}
/* couleur contour du forum
---------------------------------------------------------------------------- */




.wrap {
	background-color: rgba(181, 138, 121, 0.80);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.9) inset, 0 0 5px rgba(68, 56, 54, 0.9);
	padding: 0 5px;
}

.headerbar {
	background-color: rgba(68, 56, 54, 0.80);
	box-shadow: 0 0 20px rgba(68, 56, 54, 0.9) inset, 0 0 5px rgba(135, 160, 128, 0.3);
	aspect-ratio: var(--banniere-width) / var(--banniere-height);
	background: var(--banniere-bg-color) var(--banniere-path) no-repeat;
	background-size: contain;
	border-radius: 5px 5px 0 0;
	margin-bottom: 0;
	padding: 0;
}

.site-description {
	color: #fff;
	font-style: italic;
	text-shadow: 0 0 2px rgb(0, 0, 0);
}

.logo {
	--logo-max-width: calc(var(--logo-width) * 1px);
	box-sizing: content-box;
	padding: 5px 0 0 5px;
	max-width: var(--logo-max-width);
	width: 100%;
}

.site_logo {
	background-image: url("./images/fish_fantome1.gif");
	width: 86px;
	height: 100px;
	vertical-align: middle;
}




/* Navbar
---------------------------------------------------------------------------- */
.navbar:has(.nav-main) {
	border-radius: 0 0 5px 5px;
}

.navbar {
	background: url("./images/separation.png") left top repeat-x,
		url("./images/separation.png") left bottom repeat-x,
		url("./images/navbar.png") left top repeat-x,
		#333333;
	border-radius: 5px;
	padding: 10px;
}

.bl-noel .navbar {
	background-image: url("./images/noel/separation.png"),
		url("./images/noel/separation.png"),
		url("./images/noel/navbar.png");
}


/* On fait passer le fil d'Ariane à la ligne pour plus de lisibilité */
.breadcrumbs:has([data-navbar-reference="index"]) {
	clear: both;
}
/* Fin Navbar
---------------------------------------------------------------------------- */



/* Affiche une guirlande sous la barre de navigation principale
	si GUIRLANDE = true dans blueland_config.html
---------------------------------------------------------------------------- */
.guirlande {
	background-image: url("./images/light.gif");
	background-repeat: repeat-x;
	margin: 0 auto;
	height: 53px;
}
/* Fin guirlande sous la barre de navigation principale
---------------------------------------------------------------------------- */



/*	Blocs principaux
---------------------------------------------------------------------------- */

.forabg_haut {
	background-color: transparent;
	background-image: url("./images/bg_list_haut.png");
	padding: 5px 0 0 0;
	margin-bottom: 0;
	margin-top: 10px;
}


.forabg,
.forumbg {
	background-color: transparent;
	background-image: url("./images/bg_list.png");
	padding: 5px 0 0 0;
	margin-bottom: 0;
	margin-top: 10px;
	border-bottom: 2px solid rgba(250, 255, 0, 0.6);
}

.bl-noel .forabg,
.bl-noel .forumbg {
	background-image: url("./images/noel/bg_list.png");
}

/* Affiche une image au lieu d'un bordure sous les blocs principaux
	Si BIG_BORDER = true dans blueland_config.html */
.hasborder .forabg,
.hasborder .forumbg {
	border-bottom: none;
}

.hasborder .forabg::after,
.hasborder .forumbg::after {
	content: "";
	background: url("./images/bg_list_bottom.png") repeat-x;
	border-left: 1px solid rgba(87, 70, 64, 0.6);
	border-right: 1px solid rgba(87, 70, 64, 0.6);
	border-bottom: 1px solid rgba(87, 70, 64, 0.6);
	display: block;
	height: 17px;
	border-radius: 0 0 5px 5px;
}

.bl-noel .hasborder .forabg::after,
.bl-noel .hasborder .forumbg::after {
	background-image: url("./images/noel/bg_list_bottom.png");
}
/* Fin blocs principaux
---------------------------------------------------------------------------- */



/* Listes horizontales dans les blocs principaux
---------------------------------------------------------------------------- */
.bg1,
.bg2 {
	background-color: transparent;
}

/* couleur bouton des forums et en dessous couleur au passage de la souris */
.forumbg .header a,
.forabg .header a,
th a {
	color: #ffffff;
	font-weight: bold;
	text-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}

.forumbg .header a:hover,
.forabg .header a:hover,
th a:hover {
	color: #B58A79;
}

.header a {
	/*padding-top: 5px;*/
}
/* Couleur de fond des forums principaux
---------------------------------------------------------------------------- */
ul.forums,
ul.topics {
	background: #573333;
	border-left: 1px solid rgba(87, 70, 64, 0.6);
	border-right: 1px solid rgba(87, 70, 64, 0.6);
	border-top: 1px solid rgba(255, 255, 255, 0.6);
	box-shadow: 0 0 20px rgba(0, 0, 0 0.9) inset, 0 0 5px rgba(0, 0, 0, 0.3);
}

ul.topiclist dd,
.rtl ul.topiclist dd {
	border-color: transparent;

}

li.row {
	border-color: transparent;
}

li.row:hover {
	background-color: transparent;
}

li.row:hover dd,
.rtl li.row:hover dd {
	border-color: transparent;
}

li.header dt,
li.header dd {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	line-height: 28px;
	text-shadow: 0 0 2px rgba(255, 255, 255, 0.3);
}

dl.row-item {
	background-position: 2px 50%;
	background-size: 50px;
}

dl.row-item dt,
dl.row-item dd {
	min-height: 50px;
}

li.header dl.row-item dt .list-inner {
	padding-left: 5px;
}
/* Fin listes horizontales dans les blocs principaux
---------------------------------------------------------------------------- */



/* Affichage du nombre de sujets/messages/réponses/vues
	dans la liste des forums et des sujets
---------------------------------------------------------------------------- */
.total-count {
	background-color: rgba(228, 20, 51, 0.8);
	border: 1px solid #ffff00;
	border-radius: 3px;
	display: inline-block;
	font-size: 10px;
	font-weight: bold;
	line-height: 1;
	margin-left: 3px;
	min-width: 2.125rem;
	padding: 4px 6px;
	position: relative;
	top: 3px;
	white-space: nowrap;
}
/* Fin affichage du nombre de sujets/messages/réponses/vues
---------------------------------------------------------------------------- */



/* Icônes des forums et des sujets
---------------------------------------------------------------------------- */
.global_read { background-image: url("./images/announce_read.gif"); }
.global_read_mine { background-image: url("./images/announce_read_mine.gif"); }
.global_read_locked { background-image: url("./images/announce_read_locked.gif"); }
.global_read_locked_mine { background-image: url("./images/announce_read_locked_mine.gif"); }
.global_unread { background-image: url("./images/announce_unread.gif"); }
.global_unread_mine { background-image: url("./images/announce_unread_mine.gif"); }
.global_unread_locked { background-image: url("./images/announce_unread_locked.gif"); }
.global_unread_locked_mine { background-image: url("./images/announce_unread_locked_mine.gif"); }

.announce_read { background-image: url("./images/announce_read.gif"); }
.announce_read_mine { background-image: url("./images/announce_read_mine.gif"); }
.announce_read_locked { background-image: url("./images/announce_read_locked.gif"); }
.announce_read_locked_mine { background-image: url("./images/announce_read_locked_mine.gif"); }
.announce_unread { background-image: url("./images/announce_unread.gif"); }
.announce_unread_mine { background-image: url("./images/announce_unread_mine.gif"); }
.announce_unread_locked { background-image: url("./images/announce_unread_locked.gif"); }
.announce_unread_locked_mine { background-image: url("./images/announce_unread_locked_mine.gif"); }

.forum_link { background-image: url("./images/forum_link.gif"); }
.forum_read { background-image: url("./images/forum_read.gif"); }
.forum_read_locked { background-image: url("./images/forum_read_locked.gif"); }
.forum_read_subforum { background-image: url("./images/forum_read_subforum.gif"); }
.forum_unread { background-image: url("./images/forum_unread.gif"); }
.forum_unread_locked { background-image: url("./images/forum_unread_locked.gif"); }
.forum_unread_subforum { background-image: url("./images/forum_unread_subforum.gif"); }

.sticky_read { background-image: url("./images/sticky_read.gif"); }
.sticky_read_mine { background-image: url("./images/sticky_read_mine.gif"); }
.sticky_read_locked { background-image: url("./images/sticky_read_locked.gif"); }
.sticky_read_locked_mine { background-image: url("./images/sticky_read_locked_mine.gif"); }
.sticky_unread { background-image: url("./images/sticky_unread.gif"); }
.sticky_unread_mine { background-image: url("./images/sticky_unread_mine.gif"); }
.sticky_unread_locked { background-image: url("./images/sticky_unread_locked.gif"); }
.sticky_unread_locked_mine { background-image: url("./images/sticky_unread_locked_mine.gif"); }

.topic_moved { background-image: url("./images/topic_moved.gif"); }
.topic_read { background-image: url("./images/topic_read.gif"); }
.topic_read_mine { background-image: url("./images/topic_read_mine.gif"); }
.topic_read_hot { background-image: url("./images/topic_read_hot.gif"); }
.topic_read_hot_mine { background-image: url("./images/topic_read_hot_mine.gif"); }
.topic_read_locked { background-image: url("./images/topic_read_locked.gif"); }
.topic_read_locked_mine { background-image: url("./images/topic_read_locked_mine.gif"); }
.topic_unread { background-image: url("./images/topic_unread.gif"); }
.topic_unread_mine { background-image: url("./images/topic_unread_mine.gif"); }
.topic_unread_hot { background-image: url("./images/topic_unread_hot.gif"); }
.topic_unread_hot_mine { background-image: url("./images/topic_unread_hot_mine.gif"); }
.topic_unread_locked { background-image: url("./images/topic_unread_locked.gif"); }
.topic_unread_locked_mine { background-image: url("./images/topic_unread_locked_mine.gif"); }

.pm_read { background-image: url("./images/topic_read.gif"); }
.pm_unread { background-image: url("./images/topic_unread.gif"); }

/* Noël */
.bl-noel .global_read { background-image: url("./images/noel/announce_read.gif"); }
.bl-noel .global_read_mine { background-image: url("./images/noel/announce_read_mine.gif"); }
.bl-noel .global_read_locked { background-image: url("./images/noel/announce_read_locked.gif"); }
.bl-noel .global_read_locked_mine { background-image: url("./images/noel/announce_read_locked_mine.gif"); }
.bl-noel .global_unread { background-image: url("./images/noel/announce_unread.gif"); }
.bl-noel .global_unread_mine { background-image: url("./images/noel/announce_unread_mine.gif"); }
.bl-noel .global_unread_locked { background-image: url("./images/noel/announce_unread_locked.gif"); }
.bl-noel .global_unread_locked_mine { background-image: url("./images/noel/announce_unread_locked_mine.gif"); }

.bl-noel .announce_read { background-image: url("./images/noel/announce_read.gif"); }
.bl-noel .announce_read_mine { background-image: url("./images/noel/announce_read_mine.gif"); }
.bl-noel .announce_read_locked { background-image: url("./images/noel/announce_read_locked.gif"); }
.bl-noel .announce_read_locked_mine { background-image: url("./images/noel/announce_read_locked_mine.gif"); }
.bl-noel .announce_unread { background-image: url("./images/noel/announce_unread.gif"); }
.bl-noel .announce_unread_mine { background-image: url("./images/noel/announce_unread_mine.gif"); }
.bl-noel .announce_unread_locked { background-image: url("./images/noel/announce_unread_locked.gif"); }
.bl-noel .announce_unread_locked_mine { background-image: url("./images/noel/announce_unread_locked_mine.gif"); }

.bl-noel .forum_link { background-image: url("./images/noel/forum_link.gif"); }
.bl-noel .forum_read { background-image: url("./images/noel/forum_read.gif"); }
.bl-noel .forum_read_locked { background-image: url("./images/noel/forum_read_locked.gif"); }
.bl-noel .forum_read_subforum { background-image: url("./images/noel/forum_read_subforum.gif"); }
.bl-noel .forum_unread { background-image: url("./images/noel/forum_unread.gif"); }
.bl-noel .forum_unread_locked { background-image: url("./images/noel/forum_unread_locked.gif"); }
.bl-noel .forum_unread_subforum { background-image: url("./images/noel/forum_unread_subforum.gif"); }

.bl-noel .sticky_read { background-image: url("./images/noel/sticky_read.gif"); }
.bl-noel .sticky_read_mine { background-image: url("./images/noel/sticky_read_mine.gif"); }
.bl-noel .sticky_read_locked { background-image: url("./images/noel/sticky_read_locked.gif"); }
.bl-noel .sticky_read_locked_mine { background-image: url("./images/noel/sticky_read_locked_mine.gif"); }
.bl-noel .sticky_unread { background-image: url("./images/noel/sticky_unread.gif"); }
.bl-noel .sticky_unread_mine { background-image: url("./images/noel/sticky_unread_mine.gif"); }
.bl-noel .sticky_unread_locked { background-image: url("./images/noel/sticky_unread_locked.gif"); }
.bl-noel .sticky_unread_locked_mine { background-image: url("./images/noel/sticky_unread_locked_mine.gif"); }

.bl-noel .topic_moved { background-image: url("./images/noel/topic_moved.gif"); }
.bl-noel .topic_read { background-image: url("./images/noel/topic_read.gif"); }
.bl-noel .topic_read_mine { background-image: url("./images/noel/topic_read_mine.gif"); }
.bl-noel .topic_read_hot { background-image: url("./images/noel/topic_read_hot.gif"); }
.bl-noel .topic_read_hot_mine { background-image: url("./images/noel/topic_read_hot_mine.gif"); }
.bl-noel .topic_read_locked { background-image: url("./images/noel/topic_read_locked.gif"); }
.bl-noel .topic_read_locked_mine { background-image: url("./images/noel/topic_read_locked_mine.gif"); }
.bl-noel .topic_unread { background-image: url("./images/noel/topic_unread.gif"); }
.bl-noel .topic_unread_mine { background-image: url("./images/noel/topic_unread_mine.gif"); }
.bl-noel .topic_unread_hot { background-image: url("./images/noel/topic_unread_hot.gif"); }
.bl-noel .topic_unread_hot_mine { background-image: url("./images/noel/topic_unread_hot_mine.gif"); }
.bl-noel .topic_unread_locked { background-image: url("./images/noel/topic_unread_locked.gif"); }
.bl-noel .topic_unread_locked_mine { background-image: url("./images/noel/topic_unread_locked_mine.gif"); }

.bl-noel .pm_read { background-image: url("./images/noel/topic_read.gif"); }
.bl-noel .pm_unread { background-image: url("./images/noel/topic_unread.gif"); }
/* Fin icônes des forums et des sujets
---------------------------------------------------------------------------- */


/* couleur bouton repondre
---------------------------------------------------------------------------- */

.button {
	border-color: #C7C3BF;
	background-color: #ffffff;
	background-image: -webkit-linear-gradient(top, #000000, #B20000);
	background-image: linear-gradient(to bottom, #000000, #B20000);
	box-shadow: 1px 1px 0 0 rgba(68, 56, 54, 0.9) inset, 0 2px 5px rgba(0, 0, 0, 0.5) !important;
	color: #ffffff;
}

/* couleur bouton repondre au survol
---------------------------------------------------------------------------- */

.button:hover,
.button:focus {
	border-color: #fba311;
	background-image: -webkit-linear-gradient(top, #B20000, #000000);
	background-image: linear-gradient(to bottom, #B20000, #000000);
	box-shadow: 1px 1px 0 0 rgba(68, 56, 54, 0.9) inset, 0 2px 5px rgba(87, 70, 64, 0.5) !important;
	text-shadow: none;
	color: #f7c676;
}

.button .icon,
.button-secondary {
	color: #ffffff;
}

.button-secondary:focus,
.button-secondary:hover,
.button:focus .icon,
.button:hover .icon {
	color: #ffff00;
}

.button-search:hover,
.button-search-end:hover {
	border-color: #C7C3BF;
}

.caret {
	border-color: #ffffff;
}

.caret {
	border-color: #ffffff;
}

.contact-icons a {
	border-color:#ffff00;
}

.contact-icons a:hover {
	background-color: #ffff00;
}

.post.has-profile {
	background-color: #ffffff;
	border-radius: 5px;
	background-color: #9C725F;
	border: 1px solid #9C725F;
}



/* Offline / Online
---------------------------------------------------------------------------- */
.online {
	background-image: none;
}

#viewprofile > .panel:first-child {
	position: relative;
}

.postprofile::after,
#viewprofile > .panel:first-child::after {
	content: "";
	width: 13px;
	height: 13px;
	border-radius: 50%;
	position: absolute;
	right: 5px;
	top: 5px;
	background-color: #ffffff;
	background-image: -webkit-linear-gradient(top, #000000, #ffffff);
	background-image: linear-gradient(to bottom, #000000, #ffffff);
	box-shadow: 0 0 3px rgba(255, 255, 175, 0.9) inset, 0 0 3px rgba(255, 0, 0, 0.3);
}

.online .postprofile::after,
#viewprofile > .online:first-child::after {
	background-color: #9C725F;
	background-image: -webkit-linear-gradient(top, #9C725F, #ffffff);
	background-image: linear-gradient(to bottom, #9C725F, #ffffff);
}
/* Fin Offline / Online
---------------------------------------------------------------------------- */


.panel {
	border-radius: 5px;
	background: #9C725F;
	border: 1px solid #63483D;
}

/* CP tabbed menu
----------------------------------------*/
.tabs .tab > a {
	border-color: #ffffff;
	background-color: #5b3607;
	background-image: -webkit-linear-gradient(top, #9C725F, #000000);
	background-image: linear-gradient(to bottom, #9C725F, #000000);
	color: #ffffff;
}

.tabs .tab > a:hover {
	border-color: #D31141;
	background-image: -webkit-linear-gradient(top, #000000, #9C725F);
	background-image: linear-gradient(to bottom, #000000, #9C725F);
	color: #ffffff;
}

.tabs .activetab > a,
.tabs .activetab > a:hover {
	border-color: #d30201;
	background-image: -webkit-linear-gradient(top, #d30201, #8a0100);
	background-image: linear-gradient(to bottom, #d30201, #8a0100);
	color: #ffffff;
}

.tabs .activetab > a:hover {
	border-color: #8a0100;
	background-image: -webkit-linear-gradient(top, #8a0100, #d30201);
	background-image: linear-gradient(to bottom, #8a0100, #d30201);
	color: #ffffff;
}

/* CP tabbed menu
----------------------------------------*/
.tabs .tab > a {
	border-radius: 4px;
	margin: 1px;
}

.tabs .activetab > a {
	padding-bottom: 5px;
}

/* Link styles for the sub-section links */
#navigation a,
.rtl #navigation a {
	background-color: #626669;
	background-image: -webkit-linear-gradient(top, #626669, #000000);
	background-image: linear-gradient(to bottom, #626669, #000000);
	border-color: #000000;
	border-radius: 4px;
	color: #ffffff;
}

#navigation a:hover,
.rtl #navigation a:hover {
	background-color: #626669;
	background-image: -webkit-linear-gradient(top, #000000, #626669);
	background-image: linear-gradient(to bottom, #000000, #626669);
	border-color: #626669;
	color: #ffffff;
}

#navigation .active-subsection a {
	background-color: #d30201;
	background-image: -webkit-linear-gradient(top, #d30201, #8a0100);
	background-image: linear-gradient(to bottom, #d30201, #8a0100);
	border-color: #d30201;
	color: #ffffff;
}

#navigation .active-subsection a:hover {
	background-color: #8a0100;
	background-image: -webkit-linear-gradient(top, #8a0100, #d30201);
	background-image: linear-gradient(to bottom, #8a0100, #d30201);
	border-color: #8a0100;
	color: #ffffff;
}

/* Table styles
----------------------------------------*/
table.table1 thead th {
	color: #a8530b;
	font-weight: bold;
}

table.table1 tbody tr {
	border-color: transparent;
}

table.table1 tbody tr:hover,
table.table1 tbody tr.hover {
	background-color: transparent;
}

table.table1 tbody td {
	border-top-color: transparent;
}

.forumbg-table {
	border-radius: 0;
	background: #EE1433 none repeat scroll 0 0 !important;
	border-left: 1px solid rgba(87, 70, 64, 0.6) !important;
	border-right: 1px solid rgba(87, 70, 64, 0.6) !important;
	box-shadow: 0 0 20px rgba(87, 70, 64, 0.9) inset, 0 0 5px rgba(255, 0, 0, 0.3) !important;
}

.mark-read {
	padding: 5px;
	border-radius: 5px;
	border-color: #9C725F;
	border: 2px solid #9C725F;
	background-color: #9C725F;
	background-image: -webkit-linear-gradient(top, #9C725F, #9C725F);
	background-image: linear-gradient(to bottom, #9C725F, #9C725F);
}



/* couleur bouton pour repondre forum
---------------------------------------- */

a.button1,
input.button1,
input.button3,
a.button2,
input.button2 {
	color: #ffffff;
	font-weight: bold;
	border-radius: 4px;
	background-color: #7b7e80;
	background-image: linear-gradient(to bottom, #000000, #B20000);
	border-color: #ffffff;
	box-shadow: 1px 1px 0 0 rgba(87, 70, 64, 0.9) inset, 0 2px 5px rgba(255, 64, 0, 0.5) !important;
}

a.button1,
input.button1 {
	border-color: #666666;
}

input.button3 {
	background-image: none;
}

/* Alternative button */
a.button2,
input.button2,
input.button3 {
	border-color: #666666;
}

/* <a> button in the style of the form buttons */
a.button1,
a.button2 {
	color: #ffffff;
}

/* bouton envoie de message */
a.button1:hover,
input.button1:hover,
a.button2:hover,
input.button2:hover,
input.button3:hover {
	color: #ffffff;
	border-color: #000000;
	background-image: -webkit-linear-gradient(top, #000000, #B20000);
	background-image: linear-gradient(to bottom, #000000, #B20000);
	box-shadow: 1px 1px 0 0 rgba(87, 70, 64, 0.5) inset, 0 2px 5px rgba(87, 70, 64, 0.5) !important;
}

/* Focus states */
input.button1:focus,
input.button2:focus,
input.button3:focus {
	border-color: #ffffff;
	color: #333333;
}



.postprofile {
	padding: 5px;
	border-radius: 7px;
	border-color: #9C725F;
	background-color: #ffffff;
	background-image: linear-gradient(to bottom, #63483D, #9C725F);
	box-shadow: 1px 1px 0 0 rgba(87, 70, 64, 0.9) inset, 0 2px 5px rgba(0, 0, 0, 0.5);
	position: relative;
}

#preview,
.topicreview .post {
	background-color: #9C5864;
}



/* Blocs infos Arcade Poker sur l'index
---------------------------------------------------------------------------- */
ul.bl-is-grid {
	grid-auto-flow: row;
}

.info-img {
	max-width: 250px;
	width: 100%;
}

.has-multiple-forabg p {
	font-size: 10px;
	line-height: 2;
	margin: 0;
	padding: 1em;
}

.sjpphpbb-radio {
	padding: 0.5em;
}

.sjpphpbb-radio .button {
	margin: 5px auto;
}

.sjpphpbb-radio .button span {
	padding: 0 5px;
}
/* Fin blocs infos Arcade Poker sur l'index
---------------------------------------------------------------------------- */



/* Légende des icônes des forums et sujets
	si LEGEND_ICONS = true dans blueland_config.html
---------------------------------------------------------------------------- */
.legendicons {
	margin: 15px 0;
	display: flex;
	justify-content: space-evenly;
	list-style: none;
}

.legendicons li {
	background-repeat: no-repeat;
	background-position: left;
	padding: 20px 0 20px 48px;
}
/* Fin légende des icônes des forums et sujets
---------------------------------------------------------------------------- */



/* Images dans les blocs des statistiques sur l'index
	si STATS_IMAGES = true dans blueland_config.html
---------------------------------------------------------------------------- */
.stat-block {
	padding: 0 5px;
}

.has-bg-icons .stat-block {
	/* Largeur max des images de fond */
	--image-size: 50px;
	overflow: hidden;
}

.has-bg-icons .stat-block > p {
	background: no-repeat;
	padding-left: calc(var(--image-size) + 5px);
	background-size: var(--image-size) auto;
	margin: 0;
	min-height: calc(var(--image-size) + 5px);
}

.rtl .has-bg-icons .stat-block > p {
	background-position: right;
	padding-right: calc(var(--image-size) + 5px);
	padding-left: 0;
}

.has-bg-icons .online-list > p {
	background-image: url("./images/whosonline.png");
}

.has-bg-icons .birthday-list > p {
	background-image: url("./images/birthday.png");
}

.has-bg-icons .statistics > p,
.has-bg-icons .\32 4stats > p {
	background-image: url("./images/stats.png");
}

.stat-block > p:empty {
	display: none;
}
/* Fin Image dans les blocs des statistiques sur l'index
---------------------------------------------------------------------------- */



/* Colonne post trophy dans les messages
	si POST_TROPHY = true dans blueland_config.html
---------------------------------------------------------------------------- */
ul.post-trophy {
	border-left: 1px solid #ffffff;
	float: right;
	list-style: none;
	margin: 0 0 0 8px;
	text-align: center;
	width: 20%;
}

.post-trophy-heading {
	margin-bottom: 1em;
}

.trophy-separator {
	border-bottom: 1px solid;
	margin: 1em auto;
	width: 120px;
}
/* Fin colonne post trophy dans les messages
---------------------------------------------------------------------------- */



/* Medias queries
---------------------------------------------------------------------------- */
/* Petits écrans */
@media (max-width: 700px) {
	.headerbar {
		border-radius: 0;
	}

	.site-description h1 {
		margin: 0;
		padding-top: 1em;
	}

	.guirlande,
	.legendicons {
		display: none;
	}

	.has-bg-icons .stat-block > p {
		background-image: none;
		min-height: auto;
		padding-left: 0;
	}

	.post-trophy {
		display: none;
	}
}

/* Grands écrans */
@media (min-width: 701px) {
	.wrap {
		border-color: #efb82d rgba(255, 168, 0, 0.6);
		padding: 20px;
		margin: 20px auto;
		max-width: 86%;
	}

	.hasanimation {
		animation: inout 1s;
		animation-iteration-count: 1;
		-webkit-animation: inout 1s;
		/* Safari & Chrome */
		-webkit-animation-iteration-count: 1;
	}

	.post.has-profile {
		margin: 10px 5px;
	}

	.postprofile {
		width: 20%;
	}

	.postbody {
		width: calc(100% - 20% - 1px - 16px);
	}

	.panel {
		margin: 5px;
	}

	.page-footer .copyright {
		background: url("images/image_copyright.png") no-repeat bottom;
		padding-bottom: 114px;
	}

	ul.has-multiple-forabg {
		display: block !important;
	}

	/*ul.bl-is-grid {
		display: grid !important;
		gap: 4px;
		grid-auto-columns: 1fr;
		grid-auto-flow: column;
		padding: 0 4px 12px;
	}*/

	ul.bl-is-grid {
		--min: 25ch;
		display: grid !important;
		grid-template-columns: repeat(auto-fit, minmax(min(100%, var(--min)), 1fr));
		gap: 4px;
		padding: 0 4px 12px;
	}

	ul.has-multiple-forabg ul.topiclist li.header dt {
		font-size: clamp(9px, 1.1vw, 12px);
	}
}
/* Fin medias queries
---------------------------------------------------------------------------- */



/* Keyframes
	Animation du wrap si ANIMATE_WRAP = true dans blueland_config.html
---------------------------------------------------------------------------- */
@keyframes inout {
	0% { transform: scale(0, 0); }
	25% { transform: scale(0, 1); }
	50% { transform: scale(0, 1); }
	100% { transform: scale(1, 1); }
}

@-webkit-keyframes inout {
	/* Safari & Chrome */
	0% { -webkit-transform: scale(0, 0); }
	25% { -webkit-transform: scale(0, 1); }
	50% { -webkit-transform: scale(0, 1); }
	100% { -webkit-transform: scale(1, 1); }
}
/* Fin keyframes
---------------------------------------------------------------------------- */



/* Ajustement afficher/masquer les blocs extension OAarcade
---------------------------------------------------------------------------- */
.bl-is-toggler {
	--bl-is-toggler-margin: -34px 10px 0;
}
/* Fin afficher/masquer les blocs extension OAarcade
---------------------------------------------------------------------------- */
/* En attendant que cabot regarde colonne posttrophy - http://forums.phpbb-fr.com/modifications-et-recherche-de-styles-phpbb32/sujet212216.html#p1660158 */
.postrophy {
    margin: 5px 10px 10px 0;
    min-height: 10px;
    border: 1px solid #fff;
    border-width: 0 1px 0 0;
    width: 20%;
    float: right; /*left si avatar a gauche*/
    display: inline;
    color: #000000;
}
.postrophy dd {
    overflow: hidden;
    text-overflow: ellipsis;
	line-height: 1.2em;
}
.postprofile {
    width: 20%;
}
.postbody {
    width: 75%;
}
@media (max-width: 700px) {
	.postrophy {
		display: none;
	}
	.postprofile {
		width: auto;
	}
	.postbody {
		width: auto;
	}
}


/* Extension Mchat
---------------------------------------------------------------------------- */
ul.topiclist li.mchat-message {
	display: flex;  
	align-items: center;
}

.mchat-message .mchat-message-wrapper {
	border: 1px solid #fe8456;
	border-radius: 5px;
	flex: 1;
}

.mchat-message .mchat-message-wrapper:hover {
	background: url("./images/mchat/mchat_hover.png") no-repeat right;
}

.mchat-wrapper .mchat-message .mchat-buttons {
	float: left;
	margin-bottom: 5px;
	background: linear-gradient(to bottom, #8d8c88 100%, #3d3c3b 100%);
	border-radius: 0 0 10px 0;
}

.mchat-wrapper .mchat-message .mchat-buttons li,
.mchat-wrapper .mchat-message:hover .mchat-buttons li {
	opacity: 1;
}

.mchat-buttons a:hover {
	filter: drop-shadow(0 0 2px #72716b);
}

.mchat-buttons .fa-at::before,
.mchat-buttons .fa-quote-left::before,
.mchat-buttons .fa-thumbs-o-up::before,
.mchat-buttons .fa-envelope-o::before,
.mchat-buttons .fa-wifi::before,
.mchat-buttons .fa-exclamation-triangle::before,
.mchat-buttons .fa-pencil::before,
.mchat-buttons .fa-trash-o::before	 {
	content: '';
	background: url("./images/mchat/mchat_icons.png") no-repeat;
	width: 16px;
	height: 20px;
	display: inline-block;
}

.mchat-buttons .fa-at::before						{ background-position: -2px 0; }
.mchat-buttons .fa-quote-left::before				{ background-position: -62px 0; }
.mchat-buttons .fa-thumbs-o-up::before				{ background-position: -82px 0; }
.mchat-buttons .fa-envelope-o::before				{ background-position: -42px 0; }
.mchat-buttons .fa-wifi::before						{ background-position: -142px 0; }
.mchat-buttons .fa-exclamation-triangle::before		{ background-position: -122px 0; }
.mchat-buttons .fa-pencil::before					{ background-position: -22px 0; }
.mchat-buttons .fa-trash-o::before					{ background-position: -102px 0; }

.mchat-message .mchat-message-header {
	clear: both;
}

.mchat-message .mchat-text {
	color: #fe8456;
	font-weight: bold;
	padding: 2px 5px;
}
/* Fin Mchat
---------------------------------------------------------------------------- */
