.rap_tem {
	display: flex;
	flex-flow: column nowrap;
	margin: 4px 0px;
	padding: 6px;
	background-color: #F6F6F6;
}
.rap_tem_titre{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin: 0px 0px;
	padding: 4px 0 2px;
	font-size: 1em;
	font-style: normal;
	color: #444;
}
.rap_tem_profil{
	font-size: 0.9em;
	font-weight: bold;
	color: #fa0;
}
.rap_tem_date{
	font-size: 0.7em;
}
.rap_tem_citation{
	/* flex: 1 1 100%; */
	margin: 2px 0px;
	padding: 0;
	color: #444;
	font-size: 0.7em;
}
.rap_tem_service{
	color: #fa0;
}
.rap_tem{
	display: none;
}
.rap_tem:nth-child(-n+3) {
	display: flex;
}
.rap_tem_list.rap_tem_ouvert .rap_tem {
	display: flex;
}
/* bt ouvre/ferme */
.rap_tem_bt_plus, .rap_tem_bt_moins {
	text-align: center;
	font-size: 11px;
	color: #999;
	line-height: 1.2em;
	padding: 4px 0 10px;
	cursor: pointer;
}
.rap_tem_bt_plus {
	display: block;
}
.rap_tem_bt_moins {
	display: none;
}
.rap_tem_list.rap_tem_ouvert .rap_tem_bt_plus {
	display: none;
}
.rap_tem_list.rap_tem_ouvert .rap_tem_bt_moins {
	display: block;
}
