h2 {
	font-size: 1.5em;
	margin-bottom: 10px;
}
.message, .message:not(:last-child) {
	background-color: transparent;
	margin-bottom: 10px;
}
.note {
	color: #0358a9;
}
.reponse {
	border-left: 1px solid #0358a9;
	padding: 25px 0px 0px 15px;
	position: relative;
}
.reponse:before {
	position: absolute;
	left: 0;
	top: 0;
	content: "Réponse des propriétaires";
	text-transform: uppercase;
	font-size: 0.7em;
	background-color: #0358a9;
	color: white;
	padding: 1px 5px;
	font-weight: 700;
}
.reponse .message, .reponse .nometdate {
	color: #0358a9;
}
.textarea {
	height: 300px;
}
.idmot {
	background-color: #0358a9;
	color: white;
	padding: 1px 5px;
	margin-right: 5px;
}
.nonvalide {
	opacity: 0.5;
}
.galactica, input.star {
	position: absolute;
	left    : -10000px;
}

/* ---------------------------- */
/* --------- Notation --------- */
/* ---------------------------- */

.stars {
	display: inline-block;
}

label.star {
	position: relative;
	margin-top: 0;
	float: right;
	padding: 3px;
	color: #AEAFB1;
	transition: all .2s;
}

input.star:checked ~ label.star:before {
  content: '\f005';
  color: #0358a9;
  transition: all .25s;
}

input.star-5:checked ~ label.star:before {
	color: #0358a9;
}

input.star-1:checked ~ label.star:before {
	color: #0358a9;
}

label.star:hover {
	transform: scale(1.2);
	cursor: pointer;
	color: #0358a9;
}

label.star:before {
  content: '\f006';
  font-family: FontAwesome;
}