
/*----------------------------------------------*/
/**
@title colored-text
@tag span
*/
.style-client-colored-text{
	color:#DB2B39 !important;
	font-family:quicksandbold !important;
}

/*----------------------------------------------*/
/**
@title quicksandbold
@tag span
*/
.style-client-quicksandbold{
	font-family:quicksandbold !important;
}

/*----------------------------------------------*/
/**
@title sstitre-bleu
@tag span
*/
.style-client-sstitre-bleu{
	color:#0D9FAC !important;
	font-family:quicksandbold;
}

/*----------------------------------------------*/
/**
@title tableau-rassurance
@tag span
*/
.style-client-tableau-rassurance{
	width:100%;
	border-spacing:2px;
}

/*----------------------------------------------*/
/**
@title tableau-cellcontent
@tag span
*/
.style-client-tableau-cellcontent{
	padding:5px;
	text-align:center;
}

/*----------------------------------------------*/
/**
@title tableau-celltitre
@tag span
*/
.style-client-tableau-celltitre{
	text-align:center;
	border:none;
	color:#674124;
}

/*----------------------------------------------*/
/**
@title bloc-rouge-attention
@tag span
*/
.style-client-bloc-rouge-attention{
	background-color:#F49D0F;
	color:#FFFFFF;
	padding:10px;
	border-radius:15px;
	text-transform:uppercase;
	display:inline-block;
	font-family:quicksandbold;
}
