/* Vocation */
#btp_content_vocation { width:728px; margin:auto; }
	#btp_content_vocation_bloc { width:695px; margin:-2px auto 40px auto; padding:15px 15px 30px 15px; font-size:14px; border:1px solid #ccc; position:relative; }
		#btp_content_vocation_bloc_bg { background-color:#eee; left:0; right:0; top:0; bottom:0; position:absolute; z-index:-1; opacity:0.85; }
		#btp_content_vocation_bloc h1 { font-size:23px; text-align:center; }
		#btp_content_vocation_content { border:1px solid #ccc; background-color:#fff; padding:40px; margin:auto auto 20px auto; width:602px; text-align:justify; font-size:16px; }
		#btp_content_vocation_content h2 { font-size:16px; font-weight:normal; margin:0; padding:0; display:inline; }

/* Mobiles */
@media screen and (min-width: 0px) and (max-width: 750px)
{
	#btp_content_vocation { width:90%; margin:auto; }	
		#btp_content_vocation_bloc_bg, .btp_website_menu_bg { display:none; }
		#btp_content_vocation_bloc { width:auto; padding:0; border:0; margin:-2px auto 20px auto; }
			#btp_content_vocation_bloc h1 { font-size:16px; margin:12px 0 10px 0; }
			#btp_content_vocation_content { padding:0; width:auto; font-size:15px; border:0; margin:auto; }
}