/*
 *  custom.css
 *
 * This file contains css values and hints for style elements that are frequently customised.
 * Note that this CSS file is loaded last so values defined here will override all others
 * including responsive.css
 */

/* Changing the header image
 * With this version of we_universal it is not possible to change the header image using CSS
 * It is recommended that the header image is changed by renaming your file to dashboard.jpg in
 * the styles/we_universal/theme/images/ directory.
 * Alternatively the link may be changed in styles/we_universal/template/overall_header.html
 * around line 211.


/* link decoration
 * Uncomment the following lines to have all links underlined
 * and visited links re-coloured
 */
/*
a:link,a:visited {
	text-decoration: underline;
	color: #3f3f3f; }

a:focus,
a:hover, a:active {
	text-decoration: underline; }
*/

/*
 * remove header background colour (no border around the image)
 */
.inventea-header {
	background: #ffffff;
	/*background-clip: border-box;*/
}

/*
 * set header background colour (appears as a border around the image, comment out this code for a white border)
 */

/*** begin header colour ***/
/*
.inventea-header {
	background: #a4a4a4;
}
*/
/*** end header colour ***/


/*
.inventea-sitename, .inventea-sitename h1{
	color: #005599;
}
*/

/* Set the maximum forum width on wide screens
 * To set a maximum width that the forum will not grow beyond, uncomment the following lines
 * and set a value (1200px or 1899px are typical values)
 */
/*
.inventea-wrapper,
.inventea-header,
.inventea-footer {
	max-width: 1200px;
}*/


/*
 * Hide some non-essential menu items if desired
 */
/*
#menu_faq, #button_faq{
	display: none;
}
*/

/*
#menu_team, #button_team{
	display: none;
}
*/

/*
#menu_memberlist, #button_memberlist{
	display: none;
}*/


/*#topic_watch_button, #forum_watch_button,*/ #topic_bookmark_button, #topic_bump_button{
	display: none;
}

/*
 * Button hide threshold
 * The max-width here adjusts the screen widths for which the header buttons are replaced by a dropdown menu
 * set this value higher if the screen buttons start to wrap, or the text becomes ugly in your language.
 * The valid range of this value is 319px to 699px.
 * I prefer a value of 319px, but if you have added buttons, or use a language with long button labels,
 * a higher value may work better for you.
 */
@media only screen and (max-width:359px) {
	.inventea-menu li > a {
		   display: none;
	}

	.inventea-mobile-dropdown-menu {
		display: block;
	}
}

@media only screen and (max-width: 459px){
	.inventea-dashboard img {
		padding-top: 22px;
		padding-bottom: 22px;
	}
}
/*** end buttons inside ***/

/** Custom BMW Club Armorique (DocKeR) **/



@font-face{ 
	font-family: 'BMWTypeNextTTBold';
	src: url('/fontsbmw/eot/BMWTypeNextTT-Bold.eot');
	src: url('/fontsbmw/eot/BMWTypeNextTT-Bold.eot?#iefix') format('embedded-opentype'),
	     url('/fontsbmw/woff/BMWTypeNextTT-Bold.woff') format('woff'),
	     url('/fontsbmw/ttf/BMWTypeNextTT-Bold.ttf') format('truetype');
}

@font-face{ 
	font-family: 'BMWTypeNextTTLight';
	src: url('/fontsbmw/eot/BMWTypeNextTT-Light.eot');
	src: url('/fontsbmw/eot/BMWTypeNextTT-Light.eot?#iefix') format('embedded-opentype'),
	     url('/fontsbmw/woff/BMWTypeNextTT-Light.woff') format('woff'),
	     url('/fontsbmw/ttf/BMWTypeNextTT-Light.ttf') format('truetype');
}

@font-face{ 
	font-family: 'BMWTypeNextTTRegular';
	src: url('/fontsbmw/eot/BMWTypeNextTT-Regular.eot');
	src: url('/fontsbmw/eot/BMWTypeNextTT-Regular.eot?#iefix') format('embedded-opentype'),
	     url('/fontsbmw/woff/BMWTypeNextTT-Regular.woff') format('woff'),
	     url('/fontsbmw/ttf/BMWTypeNextTT-Regular.ttf') format('truetype');
}

@font-face{ 
	font-family: 'BMWTypeNextTTThin';
	src: url('/fontsbmw/eot/BMWTypeNextTT-Thin.eot');
	src: url('/fontsbmw/eot/BMWTypeNextTT-Thin.eot?#iefix') format('embedded-opentype'),
	     url('/fontsbmw/woff/BMWTypeNextTT-Thin.woff') format('woff'),
	     url('/fontsbmw/ttf/BMWTypeNextTT-Thin.ttf') format('truetype');
}

/* Police */

body {
	font-family: BMWTypeNextTTRegular, Tahoma, Arial, Helvetica, sans-serif;
}

h1 {
	font-family: BMWTypeNextTTRegular, Arial, Helvetica, sans-serif;
}

h2 {;
	font-family: BMWTypeNextTTRegular, Arial, Helvetica, sans-serif;
}

h3 {
	font-family: BMWTypeNextTTRegular, Arial, Helvetica, sans-serif;
}

h4 {
	font-family: BMWTypeNextTTRegular, "Trebuchet MS", Verdana, Helvetica, Arial, Sans-serif;
}

li.header dt, li.header dd {
  font-family: BMWTypeNextTTRegular, Arial, Helvetica, sans-serif;
}

a.forumtitle {
  font-family: BMWTypeNextTTBold, "Trebuchet MS", Helvetica, Arial, Sans-serif;
  font-weight: normal!important;
}

a.topictitle {
  font-family: BMWTypeNextTTBold, "Trebuchet MS", Helvetica, Arial, Sans-serif;
  font-weight: normal!important;
}

.postbody .content,
.post:target .content {
	font-family: BMWTypeNextTTRegular, Tahoma, Arial, Helvetica, sans-serif;
}

.postbody h3 {
  font-family: BMWTypeNextTTRegular, "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
  font-weight: normal!important;
}

div.signature {
  font-family: BMWTypeNextTTThin, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.button {
  font-family: BMWTypeNextTTBold, "Open Sans", "Droid Sans", Verdana, Arial, Helvetica;
  font-weight: normal!important;
}

button.bcaimgup {
  font-family: BMWTypeNextTTRegular, "Open Sans", "Droid Sans", Verdana, Arial, Helvetica;
  font-weight: normal!important;
  color:#525252;
}

/* Cacher le nom du forum dans le header */
div.inventea-sitename {
	display: none;
}

/* Modifier l'image et la hauteur du header */
.inventea-dashboard {
	min-height: 227px;
	background: url("./images/dashboard.jpg") center center no-repeat;
}

/* Changer la couleur des liens */
a.forumtitle,
a.topictitle,
a.username,
h2 a,
h3 a,
.jumpbox-return a,
a.lastsubject {
  color: #0066B1; /* 005d9f */
}

/* Couleur bg headers forums */
.forabg,
.forumbg,
.cp-main
table.table1 {
  background-color: #6f6f6f;
}

.inventea-menu li > a {
  background-color: rgba(50, 50, 50, 0.7);
}

/* Couleur encart "dernière édition par xxx le yyy */
.notice {
 background: #e3e3e3; 
}