/*  phpBB3 Indic Style ©
---------------------------------------------------------------------------
	Style name:			Indic
	Inherited from:		prosilver (the default phpBB 3.3.x style)
	Original author:	phpBB Limited ( https://www.phpbb.com/ )
	Modified by:		Eliaqim ( https://forum-religion.org/ )
---------------------------------------------------------------------------


*//* ------------------------- PHPBB3 indic style © ------------------------ 
	  _           _ _            _         _      
	 (_)         | (_)          | |       | |     
	  _ _ __   __| |_  ___   ___| |_ _   _| | ___ 
	 | | '_ \ / _` | |/ __| / __| __| | | | |/ _ \
	 | | | | | (_| | | (__  \__ \ |_| |_| | |  __/
	 |_|_|_|_|\__,_|_|\___| |___/\__|\__, |_|\___|
	 |  ____| (_)           (_)       __/ |       
	 | |__  | |_  __ _  __ _ _ _ __ _|___/        
	 |  __| | | |/ _` |/ _` | | '_ ` _ \          
	 | |____| | | (_| | (_| | | | | | | |         
	 |______|_|_|\__,_|\__, |_|_| |_| |_|         
	                      | |                     
	                      |_|                     
   -------------------------- base.css ---------------------------------- */

a:hover, a:focus, a:active {
	color : #000000;
}

/** ------------------------ colours.css  ------------------------------ **/

/*
--------------------------------------------------------------
Colours and backgrounds for common.css
-------------------------------------------------------------- */

html, body {
	background-color: #ffffff;
	color: #444444;
}

body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
}

h2 {
	color: #444444;
}

	/*  titres (sans liens) (ex. STATISTIQUES) */
h3 {
	color: #333333;
}

	/* Spécifique */
h3.indic, h2.indic {
	color: #ffdb4d;
	letter-spacing: 0.1em;
	padding: 10px 10px 10px 10px;
	background: #404040; /* Show a solid color for older browsers */
	background-image : url("./images/bg_h3.jpg");
	background-position : right top;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
	border: 1px solid #eee;
	border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-webkit-border: 7px 7px 7px 7px;
}

.has-profile .postbody h3 {
	width: 100%;
	font-size: 1.2em;
}

	/* General classes for placing floating blocks */
.right-box a, .right-box a:visited {
	color: #ffdb4d;
}
.right-box a:hover {
	text-decoration: underline;
	color: #ffdb4d;
}

/**  content.css  -----------------------------------------------  **/
	/* Spécifique color: red; background-color: black; */
ul.topiclist dt {
	font-size: 1.2em;
}

li.header dt, li.header dd {
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
dd.posts, dd.topics, dd.views, dd.extra, dd.mark {
	font-size: 1.2em;
}
dd.lastpost, dd.redirect, dd.moderation, dd.time, dd.info {
	font-size: 1.1em;
}
dd.option {
	font-size: 1.1em;
}
.postbody .ignore {
	font-size: 1.1em;
}
.postbody h3.first {
	font-size: 1.7em;
}
.postbody h3 {
	font-size: 1.5em;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
}
	/* Spécifique */
.postbody .content {
	font-size: 1.45em;
  	font: normal 1.45em Verdana, Helvetica, "Liberation Sans", FreeSans, sans-serif;
	color: #333;
}
	/* Spécifique */
.content {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size: 1em;
	color: #333;
}
.content h2, .panel h2 {
	font-size: 1.6em;
}
.panel p {
	font-size: 1.2em;
}
.content p {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.2em;
}


	/* Spécifique */
dl.faq {
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.4em;
}
	/* Spécifique */
.content dl.faq {
	font-size: 1.5em;
}
p.author {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1em;
}
.signature {
	font-size: 1.1em;
}
.notice {
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 1em;
}
	/* Spécifique */
blockquote {
	font-size: 1em;
}
blockquote blockquote {
	font-size: 1em;
}
blockquote cite {
	font-size: 0.9em;
}
blockquote cite cite {
	font-size: 1em;
}
.codebox {
	font-size: 1em;
}
.codebox p {
	font-size: 0.8em !important;
}
div.inline-attachment p {
	font-size: 100%;
}
.attachbox dl.thumbnail dd {
	font-size: 100%;
}
	/* Spécifique */
fieldset.polls dt {
	font-size: 1.3em;
}
	/* Spécifique */
fieldset.polls dd {
	font-size: 1.3em;
}
	/* Spécifique */
.vote-submitted {
	font-size: 1.4em;
}

/**  forms.css -----------------------------------------------  **/

#message-box textarea {
	font: normal 1.32em Verdana, Helvetica, Arial, sans-serif;
}



/* Main blockscolor: red; background-color: black;
---------------------------------------- */
.wrap {
	border: none;
	border-radius: 0;
	max-width: 1700px;
	padding: 0 15px 0 15px;
}

.site_logo {
	width: 91px;
	height: 50px;
	background-image: none;
	background-image: url("./images/logos_jw.png");
	background-size: 91px 50px;
	background-repeat: no-repeat;
}

	/* Site description and logo */
.site-description {
	float: left;
	width: 97%;
}

.site-description p {
	padding:  0 0 0 91px ;
}


/*
--------------------------------------------------------------
	Colours and backgrounds for links.css
-------------------------------------------------------------- */

a { color: #444444; }

a:hover {
	text-decoration-line: none;
	color : #000;
}

	/* Links on gradient backgrounds ( titre de gauche d'une catégorie ) */
.forabg .header a:link {
	color: #000;
}

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

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

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

	/* Links for forum/topic lists */
a.topictitle:hover {
	text-decoration: none;
}

a.lastsubject:hover {
	text-decoration: none;
}

.row-item .topictitle:hover,
.row-item .subforum:hover,
.row-item .username:hover,
.row-item .username-coloured:hover {
	text-decoration: none;
}

	/* Post body links ( couleur d'un URL dans les messages )*/
.postlink, .postlink:visited {
	border-bottom-color: transparent;
	color: #3D79A9;
}

.postlink:hover {
	background-color: transparent;
	border-bottom-color : #2f5d83;
	color : #3D79A9;
}

.signature a {
	border: none;
	text-decoration-line: none;
}

	/* Back to top of page */
.back2top .top {
	float: right;
	margin-right: 3px;
	margin-top: 0;
}

	/* Arrow links */
.arrow-left:hover, .arrow-right:hover {
	color : #000000;
}


/* Round cornered boxes and backgrounds
   ( Fond du bandeau d'en-tête et texte descriptif du site )
---------------------------------------- */

.headerbar {
	height: 75px;
	margin-bottom: 0px;
	-webkit-border-bottom-right-radius: 1px;
	-webkit-border-bottom-left-radius: 1px;
	-moz-border-radius-bottomright: 1px;
	-moz-border-radius-bottomleft: 1px;
	border-bottom-right-radius: 1px;
	border-bottom-left-radius: 1px;
	background-image : url("./images/bg_mosaic2.jpg");
	background-position : right top;
	background-repeat : no-repeat;
	background-color : #000000;
	color : #FFFFFF;
}

	/* cadre des topiques ( Entête principal du haut, ex. celui qui regroupe ; annonces, sujets ) */
.forumbg {
	background:none;
	background-color : #959595;
	background-image: url("./images/bg_header.gif");
}

	/* cadre des catégories ( Entête principal du haut, ex. celui qui regroupe les forums ou dans la cathégorie ) */
.forabg {
	background:none;
	background-color : #959595;
	background-image: url("./images/bg_header.gif");
}

	/* fond des bandeaux de navigation */ 
.navbar {
	background-image:url("./images/bg_navbar.gif");
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	background-color: #e5e5e5;
}
.navbar.footer {
	background-image:url("./images/bg_navbar.gif");
	-webkit-border-radius: 0px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius: 0px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	border-radius: 0px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	background-color: #e5e5e5;
}

.page-footer {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	background-image : url("./images/bg_mosaic2.jpg");
	background-color : #737373;
}

.panel {
	background-color: #eeeeee;
	color: #444444;
}

	/* background de fond alterner des sujets (ex. 1,3,5) dans un forum et des messages */ 
.bg1 { background-color: #EDEDED; }
	table.zebra-list tr:nth-child(odd) td, ul.zebra-list li:nth-child(odd) {
	background-color: #EDEDED; }

	/* background de fond alterner des sujets (ex. 2,4,6) dans un forum et des messages */
.bg2 { background-color: #E8E9EB; }
	table.zebra-list tr:nth-child(even) td, ul.zebra-list li:nth-child(even) {
	background-color: #E8E9EB; }

	/* background de fond du panneau de l’utilisateur et de modération ou de la page de recherhce */
.bg3 { background-color: #D9DADC; }


.bg1.deleted {
	background-image: linear-gradient(#dfc5c5, #faf2f2);
}

.bg2.deleted {
	background-image: linear-gradient(#dfc5c5, #faf2f2);
}

/* Table styles
----------------------------------------*/

table.table1 thead th {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	min-height: 38px;
	font-size: 1.1em;
	padding: 0 0 4px 3px;
}

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

table.table1 tbody tr:hover, table.table1 tbody tr.hover {
	background-color: #e5e5e5;
	color: #000;
}

table.table1 td {
	color: #444444;
}

table.table1 tbody td {
	border-bottom-color: #e5e5e5;
}


/* Misc layout styles
---------------------------------------- */

dl.details dd {
	color: #444444;
}
 
.sep {
	color : #000000;
}


/* Icon styles (prosilver)
---------------------------------------- */
.icon.icon-blue, a:hover .icon.icon-blue {
	color: #196db5;
}

.icon.icon-blue-f, a:hover .icon.icon-blue-f {
	color: #5e7199;
}

.icon.icon-green, a:hover .icon.icon-green {
	color: #1b9A1B;
}

.icon.icon-red, a:hover .icon.icon-red {
	color: #BC2A4D;
}

.icon.icon-orange, a:hover .icon.icon-orange {
	color: orange;
}

.icon.icon-sepia, a:hover .icon.icon-sepia {
	color: #AE8964;
}
.icon.icon-bluegray, a:hover .icon.icon-bluegray {
	color: #536482;
}

.icon.icon-gray, a:hover .icon.icon-gray {
	color: #777777;
}

.icon.icon-lightgray, a:hover .icon.icon-lightgray {
	color: #999999;
}

.icon.icon-black, a:hover .icon.icon-black {
	color: #333333;
}

.alert_close .icon:before {
	background-color: #FFFFFF;
}

/* Icon styles (indic)
---------------------------------------- */
.icon.icon-lastpost, a:hover .icon.icon-lastpost {
	height: 9px;
	width: 18px;
	background-image:url("./images/icon_topic_latest.gif");
}

.icon.icon-newest, a:hover .icon.icon-newest {
	height: 9px;
	width: 18px;
	background-image:url("./images/icon_topic_newest.gif");
}

.icon.icon-target, a:hover .icon.icon-target {
	height: 9px;
	width: 12px;
	background-image:url("./images/icon_post_target.gif");
}

.icon.icon-target-unread, a:hover .icon.icon-target-unread {
	height: 9px;
	width: 12px;
	background-image:url("./images/icon_post_target_unread.gif");
}


/* Jumpbox ( d'un forum vers un autre ) 
---------------------------------------- */

.jumpbox-cat-link {
	background-color : #404040;
	border-top-color : #404040;
}
.jumpbox-cat-link:hover {
	background-color : #68182a;
	border-top-color : #68182a;
}
.jumpbox-forum-link {
	background-color: #f5f5f5;
}
.jumpbox-forum-link:hover {
	background-color: #e5e5e5;
}
.jumpbox .dropdown .pointer-inner {
	border-color: #f5f5f5 transparent;
}
.jumpbox-sub-link {
	background-color: #f5f5f5;
}
.jumpbox-sub-link:hover {
	background-color: #e5e5e5;
}


/* Miscellaneous styles
---------------------------------------- */
.copyright {
	color: #404040;
}
.copyright a {
	color: #3D79A9;
}

	/* images de la page copyright.php */
figure {
	float: right;
	background: #ffffff;
	width: 200px;
	text-align: center;
	font-style: italic;
	font-size: smaller;
	text-indent: 0;
	border: thin silver solid;
	margin: 0.5em;
	padding: 0.5em;
}

#copy  {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
.copy  {
	text-align: center;
	color: #404040;
}
.copy span {
	color: #3D79A9;
}

.reported {
	background-color: #F7ECEF;
}

li.reported:hover {
	background-color: #ECD5D8 !important;
}

	/* Fond des règles du forum */
div.rules {
	background-color: #E6E2AF;
	color: #444444;
}

p.post-notice {
	background-color: #ECD5D8;
}


/*
--------------------------------------------------------------
	Colours and backgrounds for content.css
-------------------------------------------------------------- */

	/* Ajout - ( Backgrounds de la tete de liste de l'espace priver ) */
.missing-column, .two-long-columns, .table1 {
	background-color : #ccc;
}

	/* ( Backgrounds de la liste des forums ou dans une catégorie de forums ) */
ul.forums {
	background-color: #f5f5f5;
	background-image: none;
	filter: none;
}

ul.topiclist li {
	color: #444444;
}

li.row {
	border-bottom-color: #e5e5e5;
}

	/* Backgrounds de fond survolé d'une liste de forums ou de sujets */ 
li.row:hover {
	background-color: #FFFFD2;
}
li.row a:hover strong {
	color : #000000;
}
li.row:hover dd {
	border-left-color: #e5e5e5;
}
.rtl li.row:hover dd {
	border-right-color: #e5e5e5;
	border-left-color: transparent;
}

	/* changer la couleur de la police de la barre des catégories (ex. sujet, message, dernier message) */
li.header dt, li.header dd {
	color: #000;
}


/* Content container styles
----------------------------------------*/

.content h2, .panel h2 {
	color: #444444;
}
.posthilit {
	color: #444444;
}


/* BB Code styles
----------------------------------------*/

	/* Quote block (indic style 3.0.14) */
blockquote {
	background-color: #FFFFFF;
	border-color:#DBDBCE;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin: 15px 25px 15px 25px;
	overflow: hidden;
	padding: 15px 15px 15px 15px;
}

.rtl blockquote {
	background-image: url("./styles/indic/theme/images/quote_rtl.gif");
}

blockquote blockquote {
	/* Nested quotes */
	background-color: #EFEED9;
	font-size: 1em;
	margin: 5px 25px 0 25px;
}

blockquote blockquote blockquote {
	/* Nested quotes */
	background-color: #EBEADD;
}

	/* Quote block (indic style 3.0.14) */
.extend {
	max-height: 10em;
	overflow: hidden;
}

.extend:hover, .extend:focus {
	max-height: none;
} 

blockquote cite {
	/* Username/source of quoter */
	font-style: normal;
	font-weight: bold;
	margin-left: 20px;
	display: block;
	font-size: 0.9em;
}

blockquote cite cite {
	font-size: 1em;
}

blockquote.uncited {
	padding-top: 25px;
}

blockquote cite.reference, .reference {
	display: inline;
	margin:0;
	padding:0;
	font-style: normal;
	font-weight: initial;
	font-variant:small-caps;
	font-size:85%;
	color:green;
	line-height:116%;
}

blockquote cite.reference::before {
	content: none;
}

.reference a.postlink, .reference .postlink:visited  {
	white-space: nowrap;
	max-height: 14px;
	max-width: 200px; 
	overflow: hidden;
	text-overflow: ellipsis;
	font-size:85%;
	color:green;
	border-bottom: 1px dotted black;
	margin-bottom: -3px;
}
.reference .postlink:visited:before, .reference .postlink:before  {
	font-family: FontAwesome ;
	margin-right: 2px;
	content: "\f08e"; 
	color:#000;
}

/*
--------------------------------------------------------------
	Colours and backgrounds for buttons.css
-------------------------------------------------------------- */

	/* ( Couleur des icones du mini menu de chaque message ) */
.button {
	border-color : #cacaca;
	background-color : #fff;
	background-image: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	color: #000000;
	filter: none;
}

.button:hover, .button:focus {
	border-color : #3D79A9;
	background-color : #fff;
	background-image: none;
	text-shadow: none;
	color: #000000;
	filter: none;
}

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

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

.caret	{ border-color: #ccc; }
.contact-icons a,
.contact-icons a:hover	{ background-color: #ccc; }


/* Pagination ( Page forum )
---------------------------------------- */

.pagination li a {
	background-color : #e7e7e7;
	border-color : #cacaca;
	color: #000;
}

.pagination li.ellipsis span {
	color:	#444444;
}

.pagination li.active span {
	background-color : #f2f2f2;
	border-color : #cacaca;
	color: #959595;
}

.pagination li a:hover, .pagination li a:hover .icon, .pagination .dropdown-visible a.dropdown-trigger, .nojs .pagination .dropdown-container:hover a.dropdown-trigger {
	background-color : #e7e7e7;
	border-color : #3D79A9;
	color: #000;
}

.pagination li .icon {
	color: #404040;
}

/* Pagination ( Sur la page des topiques )
---------------------------------------- */

.row .pagination li a {
	background-color : #fff;
	border-color : #ccc;
	color: #000;
}

.row .pagination li a:hover {
	border-color : #3D79A9;
}


/* Search box
--------------------------------------------- */

.search-header { box-shadow: none; }


/* Icon images
---------------------------------------- */

ppp.lastpost .fa-external-link-square:before	{ display: none; }
ppp.pagination span .fa-clone:before		{ display: none; }
ppp.row-item .fa-file:before			{ display: none; }
ppp.row-item .fa-file-o:before			{ display: none; }


	/* Forum icons & Topic icons ( annuler les déclarations ) */
.global_read, .global_read_mine, .global_read_locked, .global_read_locked_mine, .global_unread, .global_unread_mine, .global_unread_locked, .global_unread_locked_mine,

	/* ( ex. ANNONCES lu ou non, participé ou verrouillé )*/
.announce_read, .announce_read_mine, .announce_read_locked, .announce_read_locked_mine, .announce_unread, .announce_unread_mine, .announce_unread_locked, .announce_unread_locked_mine,

	/* ( ex. FORUM lien, forum lu ou non, verrouillé et les sous forum ) */
.forum_link, .forum_read, .forum_read_locked, .forum_read_subforum, .forum_unread, .forum_unread_locked, .forum_unread_subforum,

	/* (ex. NOTE post hit lue ou non, verrouillé ou publié ) */
.sticky_read, .sticky_read_mine, .sticky_read_locked, .sticky_read_locked_mine, .sticky_unread, .sticky_unread_mine, .sticky_unread_locked, .sticky_unread_locked_mine,

	/* (ex. SUJET lu ou non lu, populaire et/ou dans lequel vous avez posté, verrouillé ou deplacé ) */
.topic_moved, .topic_read, .topic_read_mine, .topic_read_hot, .topic_read_hot_mine, .topic_read_locked, .topic_read_locked_mine, .topic_unread, .topic_unread_mine, .topic_unread_hot, .topic_unread_hot_mine, .topic_unread_locked, .topic_unread_locked_mine,

.pm_read, .pm_unread {

	background-image: none;
}

/* Forum icons & Topic icons ( nouvelles déclarations ) */

	/* icons - (nouveau) non vu */
.global_unread:before, .global_unread_mine:before, .announce_unread:before, .announce_unread_mine:before, .sticky_unread:before, .sticky_unread_mine:before {
	background-color:transparent;
	content: "\f11d"; 
	color: #F7A503; 
	cursor:context-menu;
}

	/* icons - déja vu */
.global_read:before, .global_read_mine:before, .announce_read:before, .announce_read_mine:before, .sticky_read:before, .sticky_read_mine:before { 
	content: "\f11d"; 
	background-color:transparent;
	color: #666666; 
	cursor:context-menu;
}

	/* icons - ( sujet - nouveau ) vérouiller */
.global_unread_locked:before, .global_unread_locked_mine:before, .announce_unread_locked:before, .announce_unread_locked_mine:before, .forum_unread_locked:before, 
.topic_unread_locked:before, .topic_unread_locked_mine:before {
	background-color:transparent;
}
.forum_unread:before, .forum_unread_subforum:before, .topic_unread:before, .topic_unread_mine:before {
	background-color:transparent;
}
.sticky_unread_locked:before, .sticky_unread_locked_mine:before {
	background-color:transparent;
}
.topic_unread_hot:before, .topic_unread_hot_mine:before {
	background-color:transparent;
}
.pm_unread:before {
	background-color:transparent;
}


	/* icons ( sujets - déja vu ) vérouiller */
.global_read_locked:before, .global_read_locked_mine:before, .announce_read_locked:before, .announce_read_locked_mine:before, .forum_read_locked:before, 
.sticky_read_locked:before, .sticky_read_locked_mine:before, .topic_read_locked:before, .topic_read_locked_mine:before {
	content: "\f023"; 
	background-color:transparent;
	color: #666666; 
	cursor:context-menu; 
}

	/* icons ( sujets - nouveaux ) vérouiller */
.global_unread_locked:before, .global_unread_locked_mine:before, .announce_unread_locked:before, .announce_unread_locked_mine:before, .forum_unread_locked:before,
.topic_unread_locked:before, .topic_unread_locked_mine:before {
	content: "\f023"; 
	color: #F7A503; 
	margin: -5px 0 0 4px; 
	cursor:context-menu;
}
	/* icons ( forum - lien ) */
.forum_link:before { 
	content: "\f0ac"; 
	background-color:transparent;
	color: #666666; 
	cursor:context-menu; 
	margin: 0 0 0 2px; 
}
	/* icons ( forum - déja vu ) */
.forum_read:before, .forum_read_subforum:before, .topic_read:before, .topic_read_mine:before	{ 
	content: "\f003"; 
	background-color:transparent;
	color: #666666; 
	cursor:context-menu;
}

	/* icons ( forum - nouveaux post ) */
.forum_unread:before, .forum_unread_subforum:before, .topic_unread:before, .topic_unread_mine:before {
	content: "\f003";
	color: #F7A503; 
	cursor:context-menu;
}
	/* icons ( sujet - post-hit verouillé ) */
.sticky_unread_locked:before, .sticky_unread_locked_mine:before { 
	content: "\f023"; 
	color: #F7A503; 
	cursor:context-menu; 
}
	/* icons ( sujet - déplacé ) */
.topic_moved:before { 
	content: "\f003"; 
	background-color:transparent;
	color: #666666; 
	cursor:context-menu; 
}
	/* icons ( sujet - populaire déja vu ) */
.topic_read_hot:before, .topic_read_hot_mine:before { 
	content: "\f003"; 
	background-color:transparent;
	color: #666666; 
	cursor:context-menu;
}
	/* icons ( sujet - nouveau populaire ) */
.topic_unread_hot:before, .topic_unread_hot_mine:before { 
	content: "\f003"; 
	color: #F7A503; 
	cursor:context-menu; 
}
	/* icons ( sujet - dans lequel vous avez posté un message - déja vu ) */
.global_read_mine:after, .global_read_locked_mine:after, .announce_read_mine:after, .announce_read_locked_mine:after, .sticky_read_mine:after, 
.sticky_read_locked_mine:after, .topic_read_mine:after, .topic_read_hot_mine:after, .topic_read_locked_mine:after  { 
	content:none; 
	color: #666666; 
	margin: -5px 0 0 16px; 
	cursor:context-menu; 
}
	/* icons ( sujet - dans lequel vous avez posté un message - nouveau ) */
.global_unread_mine:after, .global_unread_locked_mine:after, .announce_unread_mine:after, .announce_unread_locked_mine:after, .sticky_unread_mine:after,
.sticky_unread_locked_mine:after, .topic_unread_mine:after, .topic_unread_hot_mine:after, .topic_unread_locked_mine:after	{
	content:none; 
	color: #F7A503; 
	margin: -5px 0 0 16px; 
	cursor:context-menu; 
}

	/* Arc en ciel */
.global-announce {
	background-image: linear-gradient(#dbadb9, #e1eac3, #e28888);
	background-image: linear-gradient(rgba(255,0,0,0.07), rgba(255,166,0,0.07), rgba(255,255,0,0.07), rgba(1,128,0,0.07), rgba(1,0,255,0.07), rgba(76,0,130,0.07), rgba(238,130,238,0.07));
}

	/* icons ( message priver - déja vu ) */
.pm_read:before	{ 
	content: "\f003"; 
	background-color:transparent;
	color: #666666; 
	cursor:context-menu; 
}
	/* icons ( message priver - nouveau ) */
.pm_unread:before { 
	content: "\f003"; 
	color: #F7A503; 
	cursor:context-menu; 
}


/*
--------------------------------------------------------------
	Colours and backgrounds for cp.css
-------------------------------------------------------------- */

	/* Spécifique ( entête des topiques et des actions de l'espace priver ) */
.panel .topiclist, .panel .table1 {
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	padding: 0px 0px 1px 0px ;
	border:none;
}


/* Main CP box
----------------------------------------*/
.panel-container .panel li.row {
	border-bottom-color: #e5e5e5;
	border-top-color: transparent;
}
ul.cplist {
	border-top-color: #e5e5e5;
}


/* CP tabs shared
----------------------------------------*/
.tabs .tab, .minitabs .tab {
	font-weight: normal;
}


/* CP tabbed menu ( UCP - Onglet horizontal des menus privé )
----------------------------------------*/
.tabs .tab > a {
	background-color : #e5e5e5;
	color: #404040;
}

.tabs .tab > a:hover {
	background : #D9DADC;
	color: #000;
}

.tabs .activetab > a, .tabs .activetab > a:hover {
	background : #D9DADC;
	border-color: #ccc #ccc #D9DADC #ccc;
	font-weight: bold;
	color: #000;
}


/* Mini tabbed menu used in MCP ( Menu du modérateur du panneau de modération )
----------------------------------------*/
.minitabs .tab > a {
	color: #ffffff;
	background-color : #404040;

}

.minitabs .tab > a:hover, .minitabs .activetab > a, .minitabs .activetab > a:hover {
	background-color : #68182a;
	color: #ffffff;
}


/* Responsive tabs
----------------------------------------*/

.responsive-tab .responsive-tab-link:before,
.responsive-tab .responsive-tab-link:hover:before {
	border-color: #ffffff;
}


/* UCP navigation menu ( Onglet vertical des menus privé )
----------------------------------------*/
	/* Default list state */
.navigation li {
	font-weight: normal;
}

	/* Link styles for the sub-section links */
.navigation a, .rtl .navigation a {
	background : #e5e5e5;
	color: #404040;
}

.navigation a:hover {
	background-color : #cacbce;
	color: #000;
}

.navigation .active-subsection a, .navigation .active-subsection a:hover {
	background-color : #f4f4f4;
	font-weight: bold;
	color: #000;
}


/* Preferences pane layout
----------------------------------------*/

.panel-container .panel {
	height:auto;
	min-height:110px;
	background-color: #f4f4f4;
}

	/* Friends list */
.cp-mini {
	background-color: #fff;
}

dl.mini dt {
	color: #444444;
}


/*
--------------------------------------------------------------
	Colours and backgrounds for forms.css
-------------------------------------------------------------- */

/* General form styles
----------------------------------------*/

label {
	color: #444444;
}


	/* Quick-login on index page */
fieldset.quick-login input.inputbox {
	background-color: #ffffff;
}


/* Input field styles ( Les champs pour écrire du texte dans les boîtes de dialogue input field styles )
---------------------------------------- */

.inputbox:hover {
	border-color : #000000;
}
.inputbox:focus {
	border-color : #000000;
}

	/* Les boutons ( connextion - sauvegarder - rénitialiser - rechercher - aperçu - envoyer - aller - ajouter - désaprouver - approuver ) */
a.button1, a.button2, input.button1, input.button2, input.button3 {
	border-color : #404040;
	background-color : #404040;
}

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

	/* Alternative button (désaprouver - rénitialiser - rechercher - aller ) */
a.button2, input.button2, input.button3 {
	border-color : #404040;
}

	/* Hover states */
a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover {
	border-color : #68182a;
	background-color : #68182a;
}

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


/* Form button styles
---------------------------------------- */

a.button1, input.button1, input.button3, a.button2, input.button2 {
	background-image: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	color: #ffffff;
	filter: none;
}

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

	/* Hover states */
a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover {
	background-image: none;
	color: #ffffff;
	filter: none;
}

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


/* jQuery popups
---------------------------------------- */

.dropdown-extended ul li {
	border-top-color: #cccccc;
}
.dropdown-extended ul li:hover {
	background-color: #e5e5e5;
}
.dropdown-extended .header, .dropdown-extended .footer {
	border-color: #cccccc;
}
.dropdown-extended .header {
	background: #ffffff;
	filter: none;
}
.dropdown-extended .pointer-inner {
	border-color: #ffffff transparent;
}


/* Notifications, (ex. XX messages priver, message désaprouver )
---------------------------------------- */

.notification_list p.notification-time {
	color: #4C5D77;
}

li.notification-reported strong, li.notification-disapproved strong {
	color: #D31141;
}

.badge {
	background-color : #f5f5dc;
	border: 1px solid #c4c4b0;
	color : #000;
}

a:hover .badge, .badge:hover {
	background-color : #f9f9ea;
}


/*///////////////////////////////////////////////
//                  YARNBALL 		       //
///////////////////////////////////////////////*/
							/* Il existe une erreur de 1 px selon l'utilisation du scroll */

#yarnball 						{ width:820px; display: inline-block; margin-top: 10px; margin-left: 23px;}

.yarnball 						{ list-style: none; margin: 0; }
.yarnlet 						{ display: inline; }
.yarnlet a,
.yarnlet a:link,
.yarnlet a:visited 					{ color: #000; display: inline-block; font-size: 12px; margin-left: -13px; padding: 7px 17px 11px 25px; position: relative; text-decoration: none; vertical-align: top; }

.yarnlet.first a,
.yarnlet.first a:link,
.yarnlet.first a:visited 				{ padding-left: 8px; }

body.ie7 .yarnlet.first a,
body.ie7 .yarnlet.first a:link,
body.ie7 .yarnlet.first a:visited 			{ padding-left: 17px; }

.yarnlet a 						{ background-image: url(./images/hc_yarnlett_global.png); background-repeat: no-repeat; background-position: 100% 0; }
.yarnlet:hover a 					{ background-position: 100% -48px; color: #000; }
.yarnlet:active a 					{ background-position: 100% -96px; color: #000; }
.yarnlet .left-yarn					{ background: url(./images/hc_yarnlett_global.png) no-repeat; margin-left: -17px; padding: 7px 6px 11px 4px; z-index: 6; }
.yarnlet .left-yarn 					{ padding-top: .6em; }
.yarnlet a:hover .left-yarn 				{ background-position: 0 -48px; }
.yarnlet a:active .left-yarn 				{ background-position: 0 -96px; }

.renverse-z-index-0					{z-index: 5;}
.renverse-z-index-1					{z-index: 4;}
.renverse-z-index-2					{z-index: 3;}
.renverse-z-index-3					{z-index: 2;}
.renverse-z-index-4					{z-index: 1;}

.clear							{ clear: both; }


/**  common.css  ------------------------------------------------  **/

	/* Round cornered boxes and backgrounds */
.forabg {
	border-radius: 5px;
	padding: 5px 4px 3px 4px ;
	margin: 5px 0px 5px 0px;
}

.forumbg {
	border-radius: 5px;
	padding: 5px 4px 3px 4px ;
	margin: 5px 0px 5px 0px;
}


/* Dropdown menu
----------------------------------------*/

	/* Dropdown menu rapide */
.dropdown {
	z-index: 50;
}


/**  content.css  -----------------------------------------------  **/

	/* Content Styles - la barre des catégories (ex. sujet, message, dernier message) */
li.header dt,
li.header dd {
	padding-top: 2px;
	padding-bottom: 3px;
	font-size: 1.1em;
}

li.row { border-top: none; }

li.header dl.row-item dt .list-inner {
	/* Tweak for headers alignment when folder icon used */
	padding-left: 10px;
}

	/* Forum list column styles */
dl.row-item dt .list-inner {
	padding-left: 55px;		/* Space for folder icon */
}

dl.row-item dt {
	min-height: 45px;
}


/* Post body styles (76)

----------------------------------------*/
.postbody { width: 76%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* Poster profile block (22)
----------------------------------------*/
.postprofile {
	width: 22%;
}

.postprofile dt.no-profile-rank, .postprofile dd.profile-rank {
	margin-bottom: 3px ;
}

.postprofile dl dd {
	width: 150px; text-align: center;

}

.postprofile dd.profile-posts {
		text-align: center;
}

	/* Post-profile avatars */
.postprofile .avatar-container {
	margin-left: -7px;
}

.postprofile .avatar {
	display: inline-block;
	float: none;
	position: relative;
}

	/* Profile used on view-profile */
.profile-avatar img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2px;
}
	/* Nick name author */
.pseudos a {
	padding: 10px 0px 10px 0px;
	background-image:url("./images/bg_pseudos.png");
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 150px;
	text-align:center;
}

.infos-container {
	width: 150px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
}

.center {
	text-align: center
}
.center img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/**  forms.css  -------------------------------------------------  **/

/* Definition list layout for forms
---------------------------------------- */

	/* Quick-login on index page */
fieldset.quick-login {
	margin: 0 0 5px 0;
	padding: 10px 10px 10px 10px;
}

	/* Submit button fieldset ( ex. sauvegarder le brouillon, apercu, réinitialiser, envoyer ) */
fieldset.submit-buttons input {
	margin: 8px 0;
	padding: 12px 18px;
}


/* Form button styles
---------------------------------------- */

	/* Submit button fieldset ( toutes les autres : ex. aller, supprimer les rapports, rechercher ) */
a.button1, input.button1, input.button3, a.button2, input.button2 {
	margin: 5px 0;
	padding: 3px 18px;
}

/**  buttons.css  -------------------------------------------------  **/
.post-buttons .dropdown a {
	text-align: left;
}

	/* Aller dans common.css et Dropdown menu */
.post-buttons .dropdown {
	left: auto;
	right: -13px;
}

.post-buttons .dropdown .pointer {
	left: auto;
	right: 11px;
}


/**  icons.css  -------------------------------------------------  **/

/* Global module setup
--------------------------------*/
.post-buttons .dropdown-contents .icon {
	float: left;
	margin-left: 0;
	padding: 0 3px 0 0;
}


	/* Icon size classes ( détermine la dimention d'une icone sur la page des topiques ou des messages ) */
.icon.icon-md {
    font-size: 12px;
}


/**  indic.css  -----------------------------------------------  **/


/* Forum icons & Topic icons */

.row-item:before,
.row-item:after {
	font-size: 18px ;
	left: 10px;
	padding: 8px 8px;
	position: absolute;
	top: 50%; /* poussé de la moitié de hauteur du référent */
	transform: translateY(-50%); /* tiré de la moitié de sa propre hauteur */
}

.action-bar .fa-angle-left:before,
.action-bar .fa-reply:before,
.action-bar .fa-mail-forward:before,
.author .fa-file:before,
.back2top .fa-chevron-circle-up:before,
.button4 .fa-asterisk:before,
.button4 .fa-flash:before,
.button4 .fa-tint:before,
.contact-icon[class*="-icon"]:before,
.dropdown-container .fa-level-down:before,
.dropdown-contents .fa-bookmark-o:before,
.dropdown-contents .fa-check-circle:before ,
.dropdown-contents .fa-check-square-o:before,
.dropdown-contents .fa-file-o:before,
.dropdown-contents .fa-group:before,
.dropdown-contents .fa-level-up:before,
.dropdown-contents .fa-shield:before,
.dropdown-contents .fa-sliders:before,
.dropdown-contents .fa-square-o:before,
.dropdown-contents .fa-user:before,
.fp-forum-read:before,		
.nav-breadcrumbs .fa-home:before,
.nav-footer .fa-group:before,
.nav-footer .fa-shield:before,
.nav-main .fa-inbox:before,
.nav-main .fa-pencil-square-o:before,
.nav-main .fa-question-circle:before,
.next .fa-chevron-right:before,
.phpbb_alert .fa-times-circle:before,
.post-buttons .fa-info:before,
.post-notice .fa-exclamation:before,
.post-notice .fa-question:before,
.post-notice .fa-recycle:before,
.previous .fa-chevron-left:before,
.profile-contact .fa-address-card-o:before,
.row-item:before, 
.row-item:after,
.row-item .fa-bar-chart:before,
.row-item .fa-exclamation:before,
.row-item .fa-paperclip:before,
.row-item .fa-question:before,
.row-item .fa-recycle:before,
.footer-links .icon[class*="fp-"]:before,
.searchresults .fa-angle-right:before,
.top .fa-chevron-circle-up:before {
	display: inline-block;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	font-family: FontAwesome ;
	/* font-size: 14px;				indic, je désactive par essaie -  font-size: 20px; */
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/*///////////////////////////////////////////////
//                Note Box 		       //
///////////////////////////////////////////////*/

	/* Generic colored boxes */
.note-box {
	background-color: #ebebeb;
	border: 1px solid #bbb;
	color: #333;
	border-radius: 5px;
	font-size: 12px;
	margin-bottom: 10px;
	padding: 7px;
	text-align: justify;
}
.note-box.blue {
	background-color: #e0eeff;
	border-color: #6b92bd;
	color: #115098;
}
.note-box.yellow {
	background-color: #fff1e1;
	border-color: #cd7900;
	color: #333300;
}
.note-box.green {
	border-color: #43a347;
	color: #043300;
}
.note-box.red {
	background-color: #ffdfdf;
	border-color: #a30004;
	color: #330002;
}


.note-box.raison {
	margin-left: 22px;
	background: none;
	color: #006400;
}

/*///////////////////////////////////////////////
//                Mchat 		       //
///////////////////////////////////////////////*/

	/* navbar */
.mchat-nav-link-title .fa-weixin:before {
	position:relative;
	font-size: 15px;
	content: "\f086";
}

/**  mchat.css  -----------------------------------------------  **/

	/* Extension, dmzx - mchat */
#mchat-buttons .button {
	
}
.mchat-wrapper .mchat-buttons .fa {
	font-size: 16pt;
}
#mchat-main .topiclist {
	background-color: #fff;
	color: #000;
}
#mchat-main .mchat-static {
	background-color: #ccc;
	background-image : url("./images/bg_cuir_pale.jpg");
	background-position : right top;
	color: #000;
}
#mchat-panel.cp-mini {
	background-color: #ccc;
	background-image : url("./images/bg_cuir_pale.jpg");
	background-position : right top;
	color: #000;
}
.mchat-wrapper .mchat-buttons li {
	opacity: 1;
}
.mchat-wrapper li:hover .mchat-buttons li {
	opacity: 1;
}
.mchat-wrapper li:hover .mchat-buttons li:hover {
	opacity: 1;
}
.mchat-notification-message .mchat-text {
	background-color: #E6E6FA;
}
.mchat-confirm-fields p {
	font-size: 1.3em;
}
.mchat-confirm-fields textarea {
	font-size: 1.3em;
}
.mchat-message-header {
	font-size: 1.3em;
}
.mchat-text {
	font-size: 1.3em;
}

/**  mchat.iconsmenu.css  -----------------------------------------------  **/

	/* Extension, kasimi ( mchat icons menu ) */
.dropdown-container-mchat-message-icons .contact-icons a {
	background-color: #fff;
}

/*///////////////////////////////////////////////
//                Boutons		       //
///////////////////////////////////////////////*/

	/* Calque des boutons (ex. nouveau sujet, répondre, nouveau MP, transférer) */
.btn,  a:link.btn, a:visited.btn,
#mchat-buttons .button  {
	background: #000000;
	background-image: -webkit-linear-gradient(top, #000000, #7D8B92);
	background-image: -moz-linear-gradient(top, #000000, #7D8B92 );
	background-image: -ms-linear-gradient(top, #000000, #7D8B92 );
	background-image: -o-linear-gradient(top, #000000, #7D8B92 );
	background-image: linear-gradient(to bottom, #000000, #7D8B92 );
	padding: 2px 15px 2px 15px;
	color: #ffffff;
}

.btn:hover, a:hover.btn,
#mchat-buttons .button:hover  {
	background: #000000;
	background-image: -webkit-linear-gradient(top, #000000, #6F6F6F);
	background-image: -moz-linear-gradient(top, #000000, #6F6F6F);
	background-image: -ms-linear-gradient(top, #000000, #6F6F6F);
	background-image: -o-linear-gradient(top, #000000, #6F6F6F);
	background-image: linear-gradient(to bottom, #000000, #6F6F6F);
	color: #FFFFFF;
}
.btn .icon-orange  {
	color: orange;
}

/*///////////////////////////////////////////////
//                Footer Lincks		       //
///////////////////////////////////////////////*/

#footer-links {
  /* Important, mais rien de spécial ici. */
}
#footer-links > .clear {
  clear: both;
  height: 0; overflow: hidden; /* Précaution pour IE 7 */
}

.footer-links .icon[class*="fa-"]:before {
	display: inline-block;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	font-family: FontAwesome;
	font-size: 18px;
	line-height: 1;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.footer-links {
	float: right;
	padding: 5px 10px;
}

.footer-links > ul {
	display: inline-block;
}
.footer-links ul  li {
	float: right;
	list-style-type: none;
	margin: 1px 2px;
	opacity: 0.9;
}
.footer-links ul  li:hover {
	opacity: 1;
}
.footer-links ul li a i:before {
	width:18px;
	height:18px;
	color: #ffffff;
	padding: 2px;
}

.fa-sitemap:before					{ content: "\f0e8"}
.fa-facebook:before 					{ content: "\f09a"}
.fa-copyright:before					{ content: "\f1f9"}
.fa-google-plus:before 					{ content: "\f0d5"; background: #dc4e41}
.fa-youtube:before					{ content: "\e963"; background: #ec2828}
.fa-gears:before					{ content: "\f085"}

.fa-sitemap:hover:before				{ content: "\f0e8"}
.fa-facebook:hover:before 				{ content: "\f09a"}
.fa-copyright:hover:before				{ content: "\f1f9"}
.fa-googleplus:hover:before 				{ content: "\e96f"; background: #ac3d33}
.fa-youtube:hover:before				{ content: "\e963"; background: #b81f1f}
.fa-gears:hover:before					{ content: "\f085"}

/*///////////////////////////////////////////////
//                random Text		       //
///////////////////////////////////////////////*/

.tool {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	font-family: Calibri, Tahoma, Geneva, sans-serif;
	margin-bottom: 5px;
	padding: 0.9em 0em 0.9em 3em;
}
.infos {
	background: #9FDAEE;
	border: 1px solid #2BB0D7;
	color: #000000;
}
.pub {
	background: #000000;
	background-image : url("./images/bg_mosaic2.jpg");
}
.tool em {
	font-family: Candara, Tahoma, Geneva, sans-serif;
	font-size: 1.7em;
	font-weight: bold;
	color: #E4CC82;
}
.tool span {
	font-size: 1.2em;
	color: #E4CC82;
}


/*///////////////////////////////////////////////
//                Bidouillage		       //
///////////////////////////////////////////////*/

.video-container {
    overflow: hidden;
    position: relative;
    width:100%;
	max-width: 507px;
	margin: 15px 0 15px 0;
}
.video-container::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*///////////////////////////////////////////////
//                responsive.css 	       //
///////////////////////////////////////////////*/

.postbody .content {text-align:justify; text-justify:inter-word; text-justify:inter-character; }
.section-viewtopic .icon.icon-target, .section-viewtopic a:hover .icon.icon-target {margin-left: 5px;}
ul.topiclist li.row dt a.subforum {max-width: 100%; display : inline-block;}
    
	/*----------------------------------------
	 Min 700 (VIEW TOPIC)
	----------------------------------------*/
	
@media (min-width: 100px) and (max-width: 700px) {
    .postbody .content {font-size: 1.3em;}
    .wrap {padding: 0 5px;}
    .copyright {border-radius: 0; margin-left: -5px; margin-right: -5px;}

	/*----------------------------------------
	 Min 700 (INDEX VIEW FORUM)
	----------------------------------------*/
	.responsive-show, span.responsive-show {font-size: 0.8em; display: block;}
}

@media (min-width: 100px) and (max-width: 1023px) {

.content > ul {margin-left: 17px;}
.content li li, .content li li li {margin-left:-38px;}
.spoiler li li, .spoiler li li li {margin-left:-38px;}
.quotecontent {margin-left: -25px; margin-right: -25px; padding: 0px;}
blockquote {margin-left: 0px; margin-right: 0px; padding: 10px;}


	span.resolutions-minimum-700 { color: #fff; background-color: blue;}
	.postprofile dd.col-gauche-off {
	display: none;
	}
	.postprofile dt.col-gauche-off {
	display: none;
	}

	.col-author-off, .col-rank-off {
	display: block;
	}

.postprofile dd.col-gauche.profile-rank{
	display: none
}
	span.resolutions-max-800 { color: #fff; background-color: blue;}
	.postbody { width: 100%;}
	.postprofile { background: rgb(204,204,204); background: linear-gradient(90deg, rgba(204,204,204,1) 31%, rgba(204,204,204,0) 83%);}

	.postprofile .avatar { margin-right: 5px; float: left;}
	.postprofile .avatar img {
		width: auto !important;
		height: auto !important;
		max-height: 52px;
		}
.postprofile .avatar-container:after {
		clear: none;
	}

	.footer-links { float: none; text-align: center;}
	.postprofile dd.col-gauche { display: none; }
	.postprofile dt.col-gauche { display: none; }
	.postprofile a, .postprofile dt.author a { font-size: 12px; }
	.post .postprofile { 		width: auto;
		border-width: 0 0 1px 0;
		margin: 5px 0 5px 0;
		min-height: 40px;
		overflow: hidden;
		border-radius: 7px;
		padding: 5px; 
		float: initial;
		}
	.post { border-radius: 7px; }
	.postprofile .avatar-container { margin-left: 0; }
	.center { text-align: left; } /* author */
	.postprofile dd.profile-rank { margin-bottom: 3px; margin: 0px 0 0 40px; text-align: left; }
	.profile-rank img { max-width: 160px; margin: 3px 0 0 0; float: left; }
	.has-profile .post-buttons { right: 0; }

	.post .preonline.online {
		width: 58px;
		height: 58px;
		position: absolute;
		left: 0;
		top: 0;
		-ms-transform: rotate(-90deg);
		-moz-transform: rotate(-90deg);
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		z-index: 1;
		}
	.note-box.raison { margin-left: 0px; }
	.note-box { font-size: 10px; }
	.signature { font-size: 10px; }

	blockquote {
		margin: 15px 5px 15px 5px;
		padding: 5px 10px 5px 10px;
		font-size: 0.9em;
		}
	.postprofile, .postbody, .search .postbody {
		display: block;
		float: none;
		}
	.postprofile dd {
		display: none;
		}
	.postprofile dt, .postprofile dd.profile-rank, .search .postprofile dd {
		display: block;
		margin: 0;
		}
	.postbody {
		position: inherit;
		}
	.postprofile .avatar {
		float: left;
		}
	.postprofile .col-rank-off {
		display: initial;
		}

	/*----------------------------------------
	 Min 700 (INDEX VIEW FORUM)
	----------------------------------------*/
    ul.topiclist dt {font-size: 1.0em;}
    dd.lastpost, dd.redirect, dd.moderation, dd.time, dd.info {font-size: 0.9em;}
    .postbody .content {
    text-align:justify;
	text-justify:inter-character;
	}
	/*----------------------------------------
	 Min 700 (INDEX VIEW FORUM folder image de forums)
	----------------------------------------*/
	dl.row-item dt .list-inner {
    padding-left: 5px;
    }
    .row-item:before,
    .row-item:after {
    display: none;
    }
    .forum-image {
	padding: 3px;
    }
}


	/*----------------------------------------
	 1024 Plus (VIEW TOPIC)
	----------------------------------------*/
	/* Nouvelles règles si la fenêtre fait plus de 1024px de large */
@media screen and (min-width: 1024px)
{
	span.resolutions-plus-de-1025 { color: #fff; background-color: blue;}
	.postbody { width: 82%;}
	.postprofile { width: 17%; }
	.pm .postbody { width: 77%;}
	.pm .postprofile { width: 22%; }
	.pseudos a  { width: 160px; }
	.col-author-off, .col-rank-off { display: none; }

	/*----------------------------------------
	 1024 Plus (INDEX + VIEW FORUM)
	----------------------------------------*/
	.indicateur-responsive {display: none;}
}



	/*----------------------------------------
	 Min 801 / Max 1050 (INDEX ET VIEW FORUM)
	----------------------------------------*/
@media (min-width: 700px) and (max-width: 1050px) {
	span.resolutions-minimum-801-et-max-1050 { color: #fff; background-color: blue;}
	.section-index .header .topics, .section-index .header .posts,
	.section-viewforum .header .topics, .section-viewforum .header .posts, 
	.forum_read .topics, .forum_read .posts,
	.forum_read_subforum .topics, .forum_read_subforum .posts,

	.forum_unread .topics, .forum_unread .posts,
	.forum_unread_subforum .topics, .forum_unread_subforum .posts
		{ display: none; }

	.section-index dd.lastpost,
	.section-viewforum dd.lastpost
		{ width: 200px; }

	.section-mcp dd.lastpost
		{ width: 150px; }


.topiclist dt .list-inner.with-mark {
		padding-right: 10px;
	}

	.section-index ul.topiclist dt,
	.section-viewforum ul.topiclist dt
		{ margin-right: -200px; }

	.section-mcp ul.topiclist dt
		{ margin-right: -230px; }

	.section-index ul.topiclist dt .list-inner,
	.section-viewforum ul.topiclist dt .list-inner
		{ margin-right: 200px; }

	.section-mcp ul.topiclist dt .list-inner
		{ margin-right: 230px; }

	.section-viewforum ul.topiclist li.header dd.topics, 
	.section-viewforum ul.topiclist dd.posts, .section-viewforum ul.topiclist dd.views, 
	.section-mcp ul.topiclist li.header dd.posts,  .section-mcp ul.topiclist dd.posts
		{ display: none; }

		/* (sujet:1234) section-index */
	li.row .responsive-show strong {
		font-weight: bold;
		color: inherit;
	}
	.responsive-hide { display: none; }
	.responsive-show { display: none !important; }
	span.responsive-show { display: block !important; }
	.responsive-show-inline { display: inline !important; }
	.responsive-show-inline-block { display: inline-block !important; }

}

/*///////////////////////////////////////////////
//         Liste a puces des messages	       //
///////////////////////////////////////////////*/

.content ul, .content ol {
	margin: 0.8em 0 0.9em 1.2em;
}
.content li {
	margin-bottom: 5px;
}

/*///////////////////////////////////////////////
//         Redimensionner les images	       //
///////////////////////////////////////////////*/

.section-ucp .overlay,
.section-mcp .overlay,
.section-posting .overlay,
.section-viewtopic .overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7); /* Fond teinté */
    z-index: 999; /* Sous l'image agrandie */
}

.section-ucp .postbody img,
.section-mcp .postbody img,
.section-posting .postbody img,
.section-viewtopic .postbody img {
    max-width: 600px; /* Largeur maximale initiale */
    overflow: hidden; /* Éviter le dépassement du contenu */
}

.section-ucp .postbody img,
.section-mcp .postbody img,
.section-posting .postbody img,
.section-viewtopic .postbody img {
    max-width: 600px;
    height: auto;
    transition: all 0.3s ease;
    cursor: pointer;
    z-index: 1000; /* Au-dessus du fond teinté */
}

.section-ucp .postbody img.full-screen,
.section-mcp .postbody img.full-screen,
.section-posting .postbody img.full-screen,
.section-viewtopic .postbody img.full-screen {
    max-width: 100vw; /* Largeur maximale de la fenêtre */
    max-height: 100vh; /* Hauteur maximale de la fenêtre */
    width: auto;
    height: auto;
    object-fit: contain; /* Conserver les proportions de l'image */
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1001; /* Au-dessus du fond teinté */
}


/*///////////////////////////////////////////////
//                Éditeur		       //
///////////////////////////////////////////////*/

	/* BOUTONS DU MENU DE REDACTION
	----------------------------------------*/

#format-buttons .dropdown-button-control {
	display: inline-flex;
	top: 4px;
	bottom: 4px;
}

#format-buttons .dropdown-button-control li {
	padding-right: 0px;
	margin-left: 7px;
	margin-right: 7px;
}

.editeur {
        width: 34px;
        height: 30px;
        background-color: #ffffff;
        background-position: center;
        background-repeat: no-repeat;
        margin: 6px 0px !important;
	 -webkit-border-radius: 5px;
	 -moz-border-radius: 5px;
	 border-radius: 5px;
        border: 1px solid #979797;
}
.editeur:hover {
        background-color: #ffffff;
        border: 1px solid #BC2A4D;
}
select.editeur-font {
        height: 30px !important;
	 -webkit-border-radius: 5px;
	 -moz-border-radius: 5px;
	 border-radius: 5px;
        border: 1px solid #979797;
}

button.bold {
	background-image: url("./images/editeur/text_bold.png");
}
button.italic {
	background-image: url("./images/editeur/text_italic.png");
}
button.underline {
	background-image: url("./images/editeur/text_underline.png");
}
button.quote {
	background-image: url("./images/editeur/comment.png");
}
button.code {
	background-image: url("./images/editeur/page_white_code.png");
}
button.list-bullets {
	background-image: url("./images/editeur/text_list_bullets.png");
}
button.list-numbers {
	background-image: url("./images/editeur/text_list_numbers.png");
}
button.bullet-black {
	background-image: url("./images/editeur/bullet_black.png");
}
button.pic {
	background-image: url("./images/editeur/image.png");
}
button.link {
	background-image: url("./images/editeur/world_link.png");
}
button.flash {
	background-image: url("./images/editeur/page_white_flash.png");
}
button.color {
	background-image: url("./images/editeur/color_wheel.png");
}
[value="youtube"] {
	background-image: url("./images/editeur/youtube.png"); 
        height: 30px !important;
	width: 60px !important;
        margin-top: -22px !important;
	color: transparent;
}
.editeur .fa-youtube:before {
	content: none;
}

.editeur .fa-facebook:before {
	content: "\f09a";
	cursor:context-menu; 
	color: #3765a3;
}
.editeur .fa-spoiler:before {
	content: "\f065";
	cursor:context-menu; 
	color: green;
}
.editeur .fa-feutre:before {
	content: "\f040";
	cursor:context-menu; 
	color: black;
}

div.spoiler {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin: 5px 25px 0 25px;
	padding: 15px 15px 15px 15px;
	border: 1px solid #ccc;
} 




button.plus {
        height: 30px !important;
	width: 60px !important;
	 -webkit-border-radius: 5px;
	 -moz-border-radius: 5px;
	 border-radius: 5px;
        border: 1px solid #979797;
}

.test.icon {
	line-height: 0;
}

	/* REVUE DU SUJET
	----------------------------------------*/

.section-posting .postbody {
    width: 100%;
  }
.section-posting .topicreview { height: 100%; }


	/* MEILLEUR REPONSE EXTENTION
	----------------------------------------*/

.answer + .post,
.answer + a#unread + .post {
	background-color: #EBEADD; 	border: 2px solid #008000;
}

.post_answer {
	background-color: #EBEADD !important; border: 2px solid #008000;
	margin-top: 17px;
}

	/* SMARTFEED EXTENTION
	----------------------------------------*/

.icon-smartfeed	{
	background-image: none;
	position:relative;
	content: "\f0e8";
}
  
.icon-smartfeed:before {
	content: "\f09e";
	font-family: FontAwesome;
	left:3px;
	position:absolute;
	font-size: 15px;
}

.dropdown-contents .icon-smartfeed:before {
	left:8px;
	position:absolute;
	font-size: 15px;
	color: #3e3b37;
 }
	/* ANNONCES SLIDESHOW
	----------------------------------------*/

/* Slideshow container */
.slideshow-container {
  background: #000;
  background-image : url("./images/bg_jaune.jpg");
  background-position : right top;
  -webkit-border-radius: 7px 7px 0 0;
  -moz-border-radius: 7px 7px 0 0;
  border-radius: 7px 7px 0 0;
  position: relative;
  
  font-family: Calibri, Tahoma, Geneva, sans-serif;
}
.slideshow-container em  {
	font-family: Candara, Tahoma, Geneva, sans-serif;
	font-size: 2em;
	font-weight: bold;
	color: #E4CC82;
}
.slideshow-container span {
	font-size: 15px;
	color: #E4CC82;
}
.slideshow-container a, .slideshow-container a:visited {
	text-decoration: none;
	color: #ccc;
}
.slideshow-container a:hover, .slideshow-container a:active {
	text-decoration: none;
	color: #fff;
}

/* Slides */
#slideshow .mySlides {
  display: none;
  padding-top: 10px;
  padding-right: 55px;
  padding-left: 55px;
  padding-bottom: 10px;
  text-align: left;
}
#slideshow .mySlides a, #slideshow .mySlides a:visited  {
  border-bottom: 1px dashed #9999ff;
  color: #E4CC82;
}
.mySlides a:hover, .mySlides a:active  {
  text-decoration: underline;
  color: #E4CC82;
}

/* Next & previous buttons */
#slideshow .prev, #slideshow .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -30px;
  padding: 16px;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
#slideshow .next {
  position: absolute;
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
#slideshow .prev:hover, #slideshow .next:hover {
  background-color: rgba(0,0,0,0.8);
  color: white;
}

/* The dot/bullet/indicator container */
.dot-container {
  background: #534A21;
  -webkit-border-radius: 0 0 7px 7px;
  -moz-border-radius: 0 0 7px 7px;
  border-radius: 0 0 7px 7px;
  text-align: center;
  padding: 5px;

}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/* Add a background color to the active dot/circle */
span.dot.active, span.dot:hover {  
  animation: blinker 1s linear infinite;
  background-color: #717171;
}

/* Add an italic font style to all quotes */
#slideshow q { color: #ffffff;}

/* Add a blue color to the author */
#slideshow .author {color: #E4CC82; margin: 0;}

	/* PAYPAL
	----------------------------------------*/
p.donation_stats {
	font-size: 10px;
	margin:5px;
}
.paypalbutton {
        background-image: url("./images/paypal.jpg");
        width: 289px;
        height: 134px;
        color: transparent;
        color: rgba(0, 0, 0, 0);
}

.paypal {
  	font: normal 1.45em Verdana, Helvetica, "Liberation Sans", FreeSans, sans-serif;
}

.paypal input[type=text] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
}
.paypal #currency_code {
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
  border: 1px solid #ccc;
}
.paypal input[type=text]:hover, .paypal #currency_code:hover {
  border: 1px solid #a6a0a0;
}
.paypal #currency_code:focus, .paypal input[type=text]:focus {
  border: 1px solid #af3838;
}

.paypal select {
  border: 1px solid #a6a0a0;
}

    /* paypal.php */
.paypal p {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.0em;
}

    /* page donate */
.content.paypal-donate {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.0em;
}

    /* index bar des stats */
.progress-value, .progress-grey {
    background: #000;
	background-image : url("./images/bg_h3.jpg");
}
.progress-grey {
	border-radius: 0 10px 10px 0 ;
}
.prog-color {
	border-radius:  0 13px 13px 0;
}
.progress-value {
	font-weight: normal;
	border-radius:  10px 0 0 10px;
 	margin-right: 0;
	color:#ffffff;
}
.red {
	background: #971919;
}

	/* ANIMATION SUR UN TEXTE
	----------------------------------------*/

/* animation du texte */
.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

	/* Bbcode MODO
	----------------------------------------*/

.mod-box {
    background-color: #dff0d8;
    border: 2px solid #a3c293;
    color: #3c763d;
    padding: 10px;
    border-radius: 5px;
    font-family: Arial, sans-serif;

    margin: 10px 0;
}
.mod-box::before {
    content: "Moderation : ";
    font-weight: bold;
}

.mod-box .fa-gavel {
    margin-right: 8px;
    color: #3c763d;
}