/*:root {*/
/*	--bs-breadcrumb-bg: #f5f5f5;*/
/*}*/

.titre_rouge, .titre_rouge_effervescent,
	.titre_rose, .titre_rose_effervescent,
	.titre_blanc, .titre_blanc_effervescent,
	.titre_blanc_liquoreux, .titre_effervescent, .titre_gris, .titre_champ {
	padding: 0px;
	color: #fff;
}

.titre_rouge  {background-color:#63011a;}
.titre_rouge_effervescent  {
	/*background-color:#E1BF59;*/
	background: radial-gradient(circle, white 20%, transparent 20%),
	radial-gradient(circle, white 20%, #63011a 20%)
	5px 5px;
	background-size: 10px 10px;
}
.titre_rose   {background-color: #ffba91;}
.titre_rose_effervescent  {
	/*background-color:#E1BF59;*/
	background: radial-gradient(circle, white 20%, transparent 20%),
	radial-gradient(circle, white 20%, #ffba91 20%)
	5px 5px;
	background-size: 10px 10px;
}
.titre_gris   {background-color:#dc7c52;}
.titre_blanc  {background-color:#E1BF59;}
.titre_effervescent  {
	/*background-color:#E1BF59;*/
	background: radial-gradient(circle, white 20%, transparent 20%),
	radial-gradient(circle, white 20%, #E1BF59 20%)
	5px 5px;
	background-size: 10px 10px;
}
.titre_blanc_effervescent  {
	/*background-color:#E1BF59;*/
	background: radial-gradient(circle, white 20%, transparent 20%),
	radial-gradient(circle, white 20%, #E1BF59 20%)
	5px 5px;
	background-size: 10px 10px;
}
.titre_blanc_liquoreux  {background-color:#ab891e;}
.titre_champ {background-color:#25630f;}

.stats-region__region-nom {
	font-size: 0.9rem;
}
.stats-region__total {
	font-size: 0.9rem;
	text-align: right;
}
.stats-region__pourcentage {
	font-size: 0.9rem;
}

.stats-parameters {

}

.button:hover {
	cursor: pointer;
}
