.table_content {
	width: 100%;
	overflow:auto;
}
.table_prices , td, th {
	border-collapse: collapse;
	border: 0px solid var(--black);
	border-radius:1em;
	width:fit-content;
	min-width:100%;
	overflow: hidden;
	background-color: hsl(0 0% 100% / 0.15);
	text-align: center;
	font-size: 1.05em;
	margin-bottom: 1.3em;
}
td, th {
	padding: 5px 10px 5px 10px;
	border-bottom: 2px solid var(--black);
	border-radius: 0;
	background-color: transparent;
	overflow:auto;
	white-space: nowrap;
	margin-bottom: 0em;
}

.img_example {
	max-width: 33vw;
	min-width: 100px;
	max-height: 75vh;
}

@media (max-width:767) {
	.img_example {
		max-width: 90vw;
		min-width: 100px;
		max-height: 80vh;
	}
}

.no_padding {
	padding: 0;
}

.border {
	border-right: 2px solid var(--black);
}

.gras {
	font-weight: bold;
}

#open_commi {
	font-size: 1.5em;
	color: var(--pink);
	text-align: center;
	text-indent: 0;
	font-weight: bold;
}