
/********** 
 *************
 ************* Bug avec Bootstrap
 ************* 
 **********/

dd { margin-bottom: 0px; }


/********** 
 *************
 ************* styles/prosilver/theme/utilities.css
 ************* 
 **********/

/* --------------------------------------------------------------
	$Utilities
-------------------------------------------------------------- */

.phpbb .sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

/********** 
 *************
 ************* styles/prosilver/theme/common.css
 ************* 
 **********/

/* General Markup Styles
---------------------------------------- */
.phpbb {
	font-size: 100%;
	/* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-IE browsers */
	height: 101%;
}

.phpbb {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height: normal;
	margin: 0;
	padding: 12px 0;
	word-wrap: break-word;
	-webkit-print-color-adjust: exact;
}

.phpbb p {
	margin: 0;
}

.phpbb hr {
	border: 0 solid transparent;
	border-top-width: 1px;
	height: 1px;
	margin: 5px 0;
	display: block;
	clear: both;
}

.phpbb hr.dashed {
	border-top-style: dashed;
	margin: 10px 0;
}

.phpbb hr.divider {
	display: none;
}

.phpbb .post {
	padding: 5px 10px;
	margin-bottom: 4px;
	background-repeat: no-repeat;
	background-position: 100% 0;
	border-radius: 7px;
	position: relative;
}

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

.phpbb .dropdown {
	display: none;
	position: absolute;
	left: 0;
	top: 1.2em;
	z-index: 2;
	border: 1px solid transparent;
	border-radius: 5px;
	padding: 9px 0 0;
	margin-right: -500px;
}

/* Inner box-model clearing */
.phpbb .inner:after,
.phpbb ul.linklist:after,
.phpbb .action-bar:after,
.phpbb .notification_text:after,
.phpbb .tabs-container:after,
.phpbb .tabs > ul:after,
.phpbb .minitabs > ul:after,
.phpbb .postprofile .avatar-container:after {
	clear: both;
	content: '';
	display: block;
}


/********** 
 *************
 ************* styles/prosilver/theme/links.css
 ************* 
 **********/

/* Link Styles
---------------------------------------- */

/* Links adjustment to correctly display an order of rtl/ltr mixed content */
.phpbb a {
	direction: ltr;
	unicode-bidi: embed;
	text-decoration: none;
	/* we use links inline more often then not so to address several bugs with
	IE and some other browsers we render all links as inlineblock by default */
	display: inline-block;

}

/********** 
 *************
 ************* styles/prosilver/theme/content.css
 ************* 
 **********/

/* Content Styles
---------------------------------------- */

/* Post body styles
----------------------------------------*/
.phpbb .postbody {
	padding: 0;
	line-height: 1.48em;
	width: 76%;
	float: left;
	position: relative;
}

.phpbb .postbody .ignore {
	font-size: 1.1em;
}

.phpbb .postbody h3.first {
	/* The first post on the page uses this */
	font-size: 1.7em;
}

.phpbb .postbody h3 {
	/* Postbody requires a different h3 format - so change it here */
	float: left;
	font-size: 1.5em;
	padding: 2px 0 0 0;
	margin-top: 0 !important;
	margin-bottom: 0.3em !important;
	text-transform: none;
	border: none;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	line-height: 125%;
}

.phpbb .postbody h3 img {
	vertical-align: bottom;
}

.phpbb has-profile .postbody h3 {
	/* If there is a post-profile, we position the post-buttons differently */
	float: none !important;
	margin-right: 180px;
}

.phpbb postbody .content {
	font-size: 1.3em;
	overflow-x: auto;
}

.phpbb postbody img.postimage {
	max-width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.phpbb search .postbody {
	width: 68%
}

/* Content container styles
----------------------------------------*/
.phpbb .content {
	clear: both;
	min-height: 3em;
	overflow: hidden;
	line-height: 1.4em;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size: 1em;
	padding-bottom: 1px;
}

/* Post author */
.phpbb p.author {
	margin-bottom: 0.6em;
	padding: 0 0 5px 0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1em;
	line-height: 1.2em;
	clear: both;
}

/* Post signature */
.phpbb .signature {
	margin-top: 1.5em;
	padding-top: 0.2em;
	font-size: 1.1em;
	border-top: 1px solid transparent;
	clear: left;
	line-height: 140%;
	overflow: hidden;
	width: 100%;
}

.phpbb .signature.standalone {
	border-top-width: 0;
	margin-top: 0;
}

.phpbb dd .signature {
	margin: 0;
	padding: 0;
	clear: none;
	border: none;
}

.phpbb .signature li {
	list-style-type: inherit;
}

.phpbb .signature ul, 
.phpbb .signature ol {
	margin: 0.8em 0 0.9em 3em;
}

/* Poster profile block
----------------------------------------*/
.phpbb .postprofile {
	margin: 5px 0 10px 0;
	min-height: 80px;
	border: 1px solid transparent;
	border-width: 0 0 0 1px;
	width: 22%;
	float: right;
	display: inline;
}

.phpbb .postprofile dd, 
.phpbb .postprofile dt {
	line-height: 1.2em;
	margin-left: 8px;
}

.phpbb .postprofile dd {
	overflow: hidden;
	text-overflow: ellipsis;
}

.phpbb postprofile strong {
	font-weight: normal;
}

.phpbb .postprofile dt.no-profile-rank, 
.phpbb .postprofile dd.profile-rank, 
.phpbb .postprofile .search-result-date {
	margin-bottom: 10px;
}

/* Post-profile avatars */
.phpbb .postprofile .has-avatar .avatar-container {
	margin-bottom: 3px;
	overflow: hidden;
}

.phpbb .postprofile .avatar {
	display: block;
	float: left;
	max-width: 100%;
}

.phpbb .postprofile .avatar img {
	display: block;
	height: auto !important;
	max-width: 100%;
}

.phpbb .postprofile .profile-posts a {
	font-weight: normal;
}

.phpbb dd.profile-warnings {
	font-weight: bold;
}

.phpbb dd.profile-contact {
	overflow: visible;
}

.phpbb .profile-contact .dropdown-container {
	display: inline-block;
}

.phpbb .profile-contact .icon_contact {
	vertical-align: middle;
}

.phpbb .profile-contact .dropdown {
	margin-right: -14px;
}

/********** 
 *************
 ************* styles/prosilver/theme/buttons.css
 ************* 
 **********/

/* Button Styles
---------------------------------------- */

.phpbb .button {
	display: inline-block;
	padding: 2px 8px;
	font-size: 13px;
	font-weight: normal;
	font-family: "Open Sans", "Droid Sans", Verdana, Arial, Helvetica;
	line-height: 1.4;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	    touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	border: 1px solid transparent;
	border-radius: 4px;
}

.phpbb .button:focus,
.phpbb .button:hover {
 	text-decoration: none;
 	outline: none;
}

.phpbb .caret {
	border-left: 1px solid;
	position: relative;
	right: -6px;
}

.phpbb .caret i {
	vertical-align: top;
}

/* Post control buttons
--------------------------------------------- */
.phpbb .post-buttons {
	float: right;
	list-style: none;
	margin-top: 2px;
}

.phpbb .has-profile .post-buttons {
	float: none;
	position: absolute;
	margin: 0;
	right: 0;
	top: 5px;
}

.phpbb .post-buttons > li {
	float: left;
	margin-right: 3px;
}

.phpbb .post-buttons .button, 
.phpbb .format-buttons .button {
	padding-left: 3px;
	padding-right: 3px;
}

.phpbb .hastouch .post-buttons {
	margin-right: 10px;
}

.phpbb .post-buttons .button span {
	font-size: 0;
}

/********** 
 *************
 ************* styles/prosilver/theme/icons.css
 ************* 
 **********/

/* --------------------------------------------------------------
	$Icons
-------------------------------------------------------------- */

/* Global module setup
--------------------------------*/

/* Renamed version of .fa class for agnostic useage of icon fonts.
 * Just change the name of the font after the 14/1 to the name of
 * the font you wish to use.
 */
.phpbb .icon, 
.phpbb .button .icon  {
	display: inline-block;
  	font-weight: normal;
  	font-style: normal;
  	font-variant: normal;
  	font-family: FontAwesome;
  	font-size: 14px;
  	line-height: 1;
  	text-rendering: auto; /* optimizelegibility throws things off #1094 */
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
}

.phpbb .icon:before { padding-right: 2px; }

.phpbb .button .icon:before {
	padding-right: 0;
}

.phpbb .icon.icon-lg {
	font-size: 16px;
}

.phpbb .icon.icon-md {
	font-size: 10px;
}

		
		
		
		
		
		
/********** 
 *************
 ************* styles/prosilver/theme/colours.css">  -->

/*
--------------------------------------------------------------
Colours and backgrounds for common.css
-------------------------------------------------------------- */
.phpbb a { color: #105289; }
.phpbb a:hover { color: #D31141; }

.phpbb .bg0 {
	background: #eceeef;
}

.phpbb .bg1 {
	background-color: #ECF3F7;
}

.phpbb .bg2 {
	background-color: #E1EBF2;
}

/* Icon styles
---------------------------------------- */
.phpbb .icon.icon-lightgray, 
.phpbb a:hover .icon.icon-lightgray {
	color: #999999;
}

/* Post body styles
----------------------------------------*/
.phpbb .postbody {
	color: #333333;
}

/* Content container styles
----------------------------------------*/
.phpbb .content {
	color: #333333;
}

.phpbb .content h2, 
.phpbb .panel h2 {
	color: #115098;
	border-bottom-color:  #CCCCCC;
}

.phpbb dl.faq dt {
	color: #333333;
}

.phpbb .posthilit {
	background-color: #F3BFCC;
	color: #BC2A4D;
}

.phpbb .announce, 
.phpbb .unreadpost {
	/* Highlight the announcements & unread posts box */
}

/* Post signature */
.phpbb .signature {
	border-top-color: #CCCCCC;
}

/* Post noticies */
.phpbb .notice {
	border-top-color:  #CCCCCC;
}

/* Poster profile block
----------------------------------------*/
.phpbb .postprofile {
	color: #666666;
	border-color: #FFFFFF;
}

.phpbb .pm .postprofile {
	border-color: #DDDDDD;
}

.phpbb .postprofile strong {
	color: #000000;
}

.phpbb .online {
	background-image: url("../../images/icon_user_online.gif");
	
	background-position: 100% 0;
	background-repeat: no-repeat;
}

.phpbb dd.profile-warnings {
	color: #BC2A4D;
}

/*
--------------------------------------------------------------
Colours and backgrounds for buttons.css
-------------------------------------------------------------- */
.phpbb .button {
	border-color: #C7C3BF;
	background-color: #E9E9E9; /* Old browsers */ /* FF3.6+ */
	background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #E9E9E9 100%);
	background-image: linear-gradient(to bottom, #FFFFFF 0%,#E9E9E9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#E9E9E9',GradientType=0 ); /* IE6-9 */
	box-shadow: 0 0 0 1px #FFFFFF inset;
	-webkit-box-shadow: 0 0 0 1px #FFFFFF inset;
	color: #D31141;
}

.phpbb .button:hover,
.phpbb .button:focus {
	border-color: #0A8ED0;
	background-color: #FFFFFF; /* Old browsers */ /* FF3.6+ */
	background-image: -webkit-linear-gradient(top, #E9E9E9 0%, #FFFFFF 100%);
	background-image: linear-gradient(to bottom, #E9E9E9 0%,#FFFFFF 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E9E9E9', endColorstr='#FFFFFF',GradientType=0 ); /* IE6-9 */
	text-shadow: 1px 1px 0 #FFFFFF, -1px -1px 0 #FFFFFF, -1px -1px 0 rgba(188, 42, 77, 0.2);
}


.phpbb .button .icon,
.phpbb .button-secondary {
	color: #8f8f8f;
}

.phpbb .button-secondary:focus,
.phpbb .button-secondary:hover,
.phpbb .button:focus .icon,
.phpbb .button:hover .icon {
	color: #0A8ED0;
}

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

.phpbb .caret	{ border-color: #DADADA; }
.phpbb .caret	{ border-color: #C7C3BF; }

.phpbb .contact-icons a		{ border-color: #DCDCDC; }
.phpbb .contact-icons a:hover	{ background-color: #F2F6F9; }

/********** 
 *************
 ************* styles/prosilver/theme/responsive.css
 ************* 
 **********/

/* Responsive Design
---------------------------------------- */

@media (max-width: 700px) {
	
	/* Post
	----------------------------------------*/
	.phpbb .postbody {
		position: inherit;
	}

	.phpbb .postprofile, 
	.phpbb .postbody, 
	.phpbb .search .postbody {
		display: block;
		width: auto;
		float: none;
		padding: 0;
		min-height: 0;
	}

	.phpbb .post .postprofile {
		width: auto;
		border-width: 0 0 1px 0;
		padding-bottom: 5px;
		margin: 0;
		margin-bottom: 5px;
		min-height: 40px;
		overflow: hidden;
	}

	.phpbb .postprofile dd {
		display: none;
	}

	.phpbb .postprofile dt, 
	.phpbb .postprofile dd.profile-rank, 
	.phpbb .search .postprofile dd {
		display: block;
		margin: 0;
	}

	.phpbb .postprofile .has-avatar .avatar-container {
		margin: 0;
		overflow: inherit;
	}

	.phpbb .postprofile .avatar-container:after {
		clear: none;
	}

	.phpbb .postprofile .avatar {
		margin-right: 5px;
	}

	.phpbb .postprofile .avatar img {
		width: auto !important;
		height: auto !important;
		max-height: 32px;
	}

	.phpbb .has-profile .postbody h3 {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	.phpbb .has-profile .post-buttons {
		right: 30px;
		top: 10px;
	}

	.phpbb .online {
		background-size: 40px;
	}
}

@media (min-width: 700px) {
	.phpbb .postbody { width: 70%; }
}

@media (min-width: 850px) {
	.phpbb .postbody { width: 76%; }
}

@media (max-width: 850px) {
	.phpbb .postprofile { width: 28%; }
}
