/* Move down content because we have a fixed navbar that is 3.5rem tall */
body {
  /*padding-top: 3.5rem;*/
}

main {
	margin-top: 55px;	
}


/* Nb Conn */
@media (max-width: 870px) {
	#nb_conn { display: none; }
}





/* Extra Small and - */
@media (max-width: 575px) {
	
.hidden-xs { display: none; }

h1 {
	line-height: 23px!important;
	font-size: 23px!important;
	margin-top:16px!important;
}

#joueursDirect {width:100%!important;}


}

/* Small and - */
@media (max-width: 767px) {
	
.hidden-sm, .bread-crumbs, #div_info_speciale { display: none; }

h1 {
	line-height: 35px!important;
	font-size: 35px!important;
	margin-top:25px!important;
}

#login  {
	margin-left: 10px;
    border-top: 1px solid gray;
    padding-top: 19px;
    margin-top: 7px;
}

#haut_user_connecte  {
	margin-left: 10px;
    border-top: 1px solid gray;
    padding-top: 19px;
    margin-top: 7px;
}

#bloc_form_message {
	margin-left:0px!important;
}

.visu_reponse_jeu {
	margin-top:0px!important;
	font-size:10px!important;
}

}

/* Medium and - */
@media (max-width: 991px) {
	
.hidden-md { display: none; }



}

/* Large and - */
@media (max-width: 1199px) {
	
.hidden-lg { display: none; }

}




/* Extra Small */
@media (max-width: 575px) {

	.badge_img_profil { max-width:55px;}
	.badge_text_profil { font-size:10px!important;}
		
	.medaille_div_profil { max-width:70px;max-height:80px;}
	.medaille_img_profil { max-width:50px;}

}

/* Small and + */
@media (min-width: 576px) {
	
	.hidden-sm2 { display: none; }

	
	.badge_img_profil { max-width:55px;}
	.badge_text_profil { font-size:10px!important;}

	.medaille_div_profil { max-width:120px;max-height:130px;}
	.medaille_img_profil { max-width:100px;}
}

/* Medium and + */
@media (min-width: 768px) {
	
#btn_choisir_pseudo { display:none; }

	.hidden-md2 { display: none; }
	
	.badge_img_profil { max-width:100px;}
	.badge_text_profil { font-size:14px!important;}
	
	.medaille_div_profil { max-width:190px;max-height:200px;}
	.medaille_img_profil { max-width:120px;}
	
}

/* Large and + */
@media (min-width: 992px) {
	
	.hidden-lg2 { display: none; }
	
	/*.badge_img_profil { max-width:130px;}
	.badge_text_profil { font-size:16px!important;}*/
	
		.badge_img_profil { max-width:160px;}
	.badge_text_profil { font-size:12pt!important;}

	.medaille_div_profil { max-width:200px;max-height:220px;}
	.medaille_img_profil { max-width:150px;}
}

/* Extra Large and + */
@media (min-width: 1200px) {

	.hidden-xl2 { display: none; }
	
	.badge_img_profil { max-width:160px;}
	.badge_text_profil { font-size:12pt!important;}

	.medaille_div_profil { max-width:270px;max-height:300px;}
	.medaille_img_profil { max-width:200px;}
}