.reading-box-description {
	color: var(--awb-custom_color_1);
}
.alerte {
	font-weight: bold;
	margin-top: 10px !important;
	color: var(--awb-color2);
	margin-bottom: 0 !important;
  text-align:center;
  font-size:18px;
}
.aide {
	font-size:16px;
	font-style:italic;
}
.aide a {
	font-weight:bold;
}
.aide i {
	background: var(--awb-color4);
	color: white;
	border-radius:20px;
	padding:9px 12px;
	margin-right:10px;
}
#T_accueil ol li {
	margin-bottom: 30px !important;	
}
#T_accueil ol a {
	font-weight:bold;
	background: var(--awb-color3);
	border-radius:10px;
	color: white;
	padding:10px 15px;
}
.reading-box-description {
	color: white;
}