/* Style Perso */

body#phpbb {
	background: url(../../../../assets/images/fonds/pibarot1987.jpg) no-repeat center center fixed; 
	background-size: cover;
}

#phpbb_announcement {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 10px !important;
	opacity: 0.8;
}

#phpbb_announcement a {
	color: inherit;
}

.forumbg, 
.forabg {
	opacity: 0.95;
}

h2.forum-title,
h2.topic-title {
	display: block;
	font-size: 35px;
	text-align: center;
	background-color: #2c3e50;
	color: #FFF;
	padding: 20px 0;
	font-size: bold;
}

h2.forum-title a,
h2.topic-title a {
	color: inherit;
}

a.avatar img.avatar {
	object-fit: cover;
	height: 100px !important;
	width: 100px !important;
	border: 2px solid #adb5bd;
	padding: 2px;
	border-radius: 50%;
}

.page-body {
	background-color: rgba(255, 255, 255, 0.8);
	padding: 0 2px;
}

.action-bar {
	padding: 5px 2px;
}

.footerwrap {
	background-color: #2c3e50;
	opacity: 0.9;
}

.footerwrap p {
	color: #000;
	background-color:rgba(255, 255, 255, 0.5);
	padding: 10px 5px;
	border-radius: 10px;
}

.footerwrap .copyright p {
	background-color: transparent;
}

.footerwrap a {
	color: #CCC;
}

.footerwrap h3 {
	color: #FFF;
}

ul.topiclist li.header {
	background-color: #DDD;
}

a.button2:hover,
input.button2:hover {
	color: initial;
}

#quick-links {
	display: none;
}

li.row {
	padding: 10px 0;
}

ul.topiclist li.header dl {
	font-size: 15px;
}

.navbar.navbar-bottom {
	text-align: center;
	padding: 20px 0;
}

.navbar ul.linklist {
	margin-left: 250px;
	display: inline-block;
}

.navbar.navbar-bottom ul.linklist {
	margin-left: 0;
	display: inline-block;
}

#logo img {
	height: 150px;
	width: auto;
	display: inline-block;
}

.logo {
	position: absolute;
	top: 22px;
	left: 6px;
}

.headerwrap.lightheader {
	background-color: #2c3e50;
	height: 60px;
	position: relative !important;
	border-bottom: 0;
}

.headerwrap.lightnav {
	background-color: #FFF;
	margin-top: 0 !important;
}

.lightsearch .nav-main.linklist > li {
	padding: 18px 20px;
	margin: 0;
	position: relative;
}

.lightsearch .nav-main.linklist li i {
	margin: 0 2px;
}

.navbar.navbar-top .inner {
	max-height: 61px;
}

.nav-main.linklist li::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    border-right: 1px solid rgba(255,255,255,0.1);
    right: 0;
}

.nav-main.linklist a.custom-color {
	color: #FFF;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: normal;
}

.nav-main.linklist a.custom-color .username-coloured {
	color: #FFF !important;
	font-weight: normal;
}

.headerbar {
	padding: 0;
	position: relative;
}

.lightsearch {
	margin-top: 0;
}

a.custom-color:hover {
	text-decoration: none;
}

.rightside.nav-main.linklist.light-nav-list {
	margin-left: 0;
}

ul.linklist .dropdown {
	top: 40px;
}

ul.linklist .header-profile .dropdown {
	top: 25px;
}

.navbar ul.linklist {
	padding: 0;
}

.customs-links {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
}

.navbar ul.linklist > li {
	font-size: inherit;
	padding-top: 0;
}

.navbar.navbar-top .customs-links li a {
	color: #000;
	padding: 15px 23px;
	font-family: 'Open Sans', sans-serif;
}

.navbar.navbar-top li a {
	padding: 15px 0;
}

.navbar.navbar-top .customs-links li a:hover,
.navbar.navbar-top .customs-links li a:focus {
	text-decoration: none;
	background-color: #2c3e50;
	color: #FFF;
	transition: all 0.5s ease-in-out;
}

#nav-breadcrumbs.nav-breadcrumbs {
	display: none !important;
}

body > div > img {
	display: none;
}

form#login input.autowidth,
form#register input.autowidth {
	padding: 10px 5px;
	width: 300px !important;
}

form#login dl,
form#register dl {
	padding: 5px 10px;
	margin: 5px 0;
	display: table;
}

form#login dd,
form#register dd {
	display: table-row;
}

form#login label {
	font-size: 13px;
}

form#login {
	text-align: center;
}

form#login .panel {
	width: 45%;
	display: inline-block;
	vertical-align: top;
	min-height: 400px;
}

.panel.login {
	text-align: left;
}

.panel.register {
	background-color: #EEE;
	text-align: left;
}

.panel.register .big-description {
	line-height: 27px;
	font-size: 16px;
}

.panel.login .content h2,
.panel.register .content h2 {
	font-size: 25px;
}

.panel.login .icon {
	font-size: inherit;
}

.panel.login dd a {
	padding: 5px 0;
}

.panel.login .icon::before {
	padding: 0;
}

.panel.login .content,
.panel.register .content {
	margin: 0 auto;
	width: 90%;
}

p.big-description {
	font-size: 1.4em;
}

.wrap {
	padding: 50px 5px 15px;
}

a.button2,
.submit-buttons a.button2,
.submit-buttons input.button2,
input.button2 {
	padding: 10px 15px !important;
	font-size: 15px !important;
	text-align: center;
}

.panel.login a.button2,
.panel.register a.button2,
.panel.login input.button2,
.panel.register input.button2 {
	min-width: 250px;
}

a.lien-prono {
	margin-top: -47px;
}

a.lien-prono img {
	width: 1150px;
	height: auto;
}

a.forumtitle {
	font-size: 1.4em;
}

.inputbox {
	padding: 5px 10px;
}

.headerspace.panel {
	font-size: 13px;
}

.headerspace.panel h3 {
	font-size: 15px;
	padding: 5px 0;
}

fieldset dt {
	float: none;
}

fieldset.fields2 dt {
	width: auto;
}

#register {
	font-size: 15px;
}

#register h2 {
	font-size: 25px;
}

#register dt span {
	font-size: 12px;
}

#register .panel.register,
#register .panel.captcha-panel {
	background-color: #FFF;
}

#register .panel.captcha-panel {
	font-size: 13px;
}

#register .panel.captcha-panel h3 {
	font-size: 17px;
}

#register .panel.captcha-panel input.inputbox.narrow {
	width: 300px !important;
	padding: 12px 5px;
}

#register .panel.captcha-panel dd {
	margin: 10px 0;
	display: block;
}

#register .panel.register dl {
	margin-bottom: 20px;
}

#register .panel.register dd select {
	width: 310px !important;
	padding: 10px 5px;
}

.bs-callout.bs-callout-info {
	padding: 20px;
	margin: 20px 0;
	border: 1px solid #eee;
	border-left-width: 5px;
	border-radius: 3px;
	border-left-color: #5bc0de;
	background-color: #EEE;
	color: #000;
}

#nav-main li .btn {
	color: #fff;
	background-color: #2c3e50;
	border-color: #2c3e50;
	box-shadow: none;
	display: inline-block;
	font-weight: 400;
	text-align: center;
	cursor: pointer;
	border: 1px solid #2c3e50;
	padding: .375rem .75rem;
	margin: 10px 0 10px 5px;
	height: 25px;
	font-size: 17px;
	line-height: 25px;
	border-radius: .25rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

#nav-main li .btn-success {
	color: #fff;
	background-color: green;
	border-color: green;
}

#nav-main li .btn-red {
	color: #fff;
	background-color: red;
	border-color: red;
}

#nav-main li .btn:hover {
	text-decoration: none;
	background-color: #007bff;
	border-color: #007bff;
}

li.aa-visible {
	display: inline-block;
}

.hasjs ul.linklist.rightside {
	max-width: 90%;
}

.badge {
	display: inline-block;
	min-width: 6px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	background-color: #777;
	border-radius: 10px;
	border: none;
}

.badge-danger {
	color: #fff;
	background-color: #dc3545;
	top: 18px;
	right: 18px;
}

.cacher-bureau {
	display: none;
}

@media screen and (max-width: 991px) {	

	.cacher-mobile {
		display: none !important;
	}

	.appBottomMenu.cacher-bureau {
		min-height: 56px;
		position: fixed;
		z-index: 999;
		bottom: 0;
		left: 0;
		right: 0;
		background: #2c3e50;
		display: flex;
		align-items: center;
		justify-content: center;
		padding-left: 4px;
		padding-right: 4px;
	}

	.appBottomMenu .item {
		font-size: 9px;
		letter-spacing: 0;
		text-align: center;
		width: 100%;
		height: 56px;
		line-height: 1.2em;
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
		background-color: #2c3e50;
	}

	.appBottomMenu .item small {
		text-align: center;
		display: block;
		margin-top: 5px;
		color: #FFF;
	}

	.appBottomMenu .item i {
		font-size: 18px;
		color: #FFF;
	}

	.appBottomMenu .item .badge {
		position: absolute;
		top: 18px;
		right: 18px;
	}

	.appBottomMenu .item::before {
		content: '';
		display: block;
		height: 2px;
		border-radius: 0 0 10px 10px;
		background: transparent;
		position: absolute;
		left: 4px;
		right: 4px;
		top: 0;
	}

	.appBottomMenu .item.active,
	.appBottomMenu .item:hover,
	.appBottomMenu .item:focus {
		background-color: rgba( 255, 255, 255, 0.2 );
		border-top: 2px solid #dc3545;
	}

	.appBottomMenu .item.active small,
	.appBottomMenu .item:hover small,
	.appBottomMenu .item:focus small,
	.appBottomMenu .item.active i,
	.appBottomMenu .item:hover i,
	.appBottomMenu .item:focus i {
		color: #FFF;
	}

	.d-none {
		display: none;
	}

	h2.forum-title,
	h2.topic-title {
		font-size: 18px;
	}

	a.avatar img.avatar {
		object-fit: cover;
		height: 32px !important;
		width: 32px !important;
		border: 2px solid #adb5bd;
		padding: 2px;
		border-radius: 50%;

	}
	
	.headerspace.panel {
		font-size: 14px;
	}
	
	.headerspace.panel h3 {
		font-size: 18px;
		padding: 5px 0;
	}

	a.lien-prono {
		margin-top: 0;
	}
	
	a.lien-prono img {
		width: 100%;
		height: auto;
	}
	
	form#login .panel .content h2 {
		font-size: 1.6em;
	}
		
	p.big-description {
		font-size: 1.2em;
	}	
	
	form#login .panel {
		min-height: inherit;
	}
		
	.headerbar {
		margin-right: 0;
	}

	.nav-main.linklist a.custom-color span {
		display: none;
	}

	.nav-main.linklist a.custom-color i {
		font-size: 20px;
	}
	
	.navbar ul.linklist {
		display: block;
		padding: 0;
		margin: 0 auto;
		text-align: center;
	}
	
	.navbar.navbar-top .inner {
		max-height: none;
	}

	.navbar ul.linklist > li {
		padding: 2px 4px;
		margin: 0 2px 0 0;
		float: none;
		display: inline-block;
	}

	.navbar ul.linklist.light-nav-list.customs-links {
		padding: 20px 0;
		display: block !important;
	}
	
	.navbar.navbar-top .customs-links li a {
		padding: 2px;
		margin-right: 10px;
		font-size: 13px;
		font-weight: bold;
	}
	
	.navbar.navbar-top .customs-links li a:hover,
	.navbar.navbar-top .customs-links li a:focus {
		text-decoration: none;
		background-color: transparent;
		color: #000;
		transition: none;
	}
	
	.lightheader {
		padding: 0;
	}
	
	form#login .panel {
		width: 95%;
	}
	
	#logo img {
		height: 80px;
		width: auto;
		margin-top: 15px;
	}
	
	.logo {
		position: absolute;
		top: -25px;
		left: 5px;
	}
	
	.headerwrap.lightheader {
		height: 58px;
	}
}