


.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
	font-size: 3.5rem;
  }
}

.rating-container{
	display: inline;
}
.rating-input{
	width: 1px;

	/* debug */
	/* width: 50px;
	opacity: 1;
	height: 20px;
	line-height: 16px;
	font-size: 14px;
	border: solid 1px; */
}

.clear-rating{
	display: none;
}

.confirm{
	display: none;
}
.bloc_confirm, .bloc_espace{
	width: 10px;
	display: inline-block;
}



.xs-hidden{display: table-cell;}


@media only screen and (max-width: 450px) {
	.xs-hidden{display: none;}
}


.cadre, .cadre-gen{
	width: 450px;
	min-height: 400px;
	background-image: url("../images/fond-cadre.jpg");
}

.cadre-gen{
	background-image: url("https://whatamat.ch/images/fond-cadre.jpg");
	background-size: cover;
}

.cadre .header{
	margin-top: 25px;
	margin-bottom: 10px;
}
.cadre .header2{
	margin-top: 15px;
	margin-bottom: 10px;
}


.cadre h3{
	font-weight: bold;
	font-size: 30px;
}
.cadre h4{
	/* font-weight: bold; */
	/* font-size: 30px; */
	color: #BBBBBB;
	margin-bottom: 0;
	font-size:21px;
}

.cadre h5{
	font-weight: bold;
	color: #666;
	margin-bottom: 0;
	font-size: 12px;
	margin-top: 2px;
}

.cadre .footer{
	text-align: center;
	/* padding: 10px 0; */
	font-weight: bold;
}

.cadre .rating-md{
	font-size: 23px;
}

.etoile{
	width: 30px;
	height: 30px;
}

.etoile-grise{
	/* border: solid 1px red; */
	background-image: url("../share/004-30-star.png");
	/* background-size: contain; */
}
.etoile-jaune{
	/* border: solid 1px cyan; */
	background-image: url("../share/002-30-star.png");
	background-size: 30px 100%;
	width:10px;
	/* background-size: contain; */
}

.cadre .etoile.etoile-grise{
	display: inline-block;
	/* display: inline-table; */
	/* vertical-align: middle; */
}


.table-gen td{
	padding-top: 0.4rem;
	padding-bottom: 0.4rem;
}
/* .center{text-align: center;} */