/* Modifs pour smartphone et tablettes
----------------------------------------*/

@media only screen and (max-width: 980px), only screen and (max-device-width: 980px) {
	.headerbar {
		background-size: 100%;
		height: 100px;
	}
}

@media only screen and (max-width: 800px), only screen and (max-device-width: 800px) {
	.forum-image img {
		width: 100px;
	}
	.forabg .header a {
		padding-left: 0px;
	}
	.headerbar {		
		height: 90px;
	}
}

@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
	.forum-image img {
		width: 80px;
	}	
	.headerbar {		
		height: 80px;
	}
}

@media only screen and (max-width: 360px), only screen and (max-device-width: 360px) {
	.forum-image img {
		width: 50px;
	}	
	.headerbar {		
		height: 38px;
	}
	.profile-rank img {
		display: none;
	}
}

@media only screen and (max-width: 320px), only screen and (max-device-width: 320px) {
	.forum-image {
		display: none;
	}	
	.headerbar {		
		height: 33px;
	}	
}