@charset "utf-8";

/*Init defaut*/
#pave_fb
{
	background-color:#FFF;	
	border-top:solid;
	border-color:#2980b9;
	margin-right:3px;
}

#pave_fb_titre
{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#2980b9;
}

#pave_fb_libelle
{
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	text-align:left;
}

/* @ 4K ou moins */
@media screen and (max-width: 4096px)
{
	#pave_fb
	{
		width:400px;
		margin-top:30px;
		margin-bottom:30px;
	}
	
	#pave_fb_titre
	{
		font-size:36px;
		margin-top:10px;
		margin-bottom:10px;
	}
	
	#pave_fb_libelle
	{
		margin-left:10px;
	}
	
	
}

/*  1024 px */
@media screen and (max-width: 1024px)
{
	#pave_fb
	{
		width:300px;
		margin-top:30px;
		margin-bottom:30px;
	}
	
	#pave_fb_titre
	{
		font-size:26px;
		margin-top:10px;
		margin-bottom:10px;
	}
	
	#pave_fb_libelle
	{
		margin-left:10px;
		font-size:12px;
		line-height:12px;
	}
}

/* Version smartphone */
@media screen and (max-width: 480px)
{
	
}