#collapseDegustationDetails-button {
	display: none;
}

.envoyer_degustation label {
	font-weight: normal !important;
}

.degustation-send-detail-part label .name {
	font-weight: normal;
	font-size: 1rem;
}
.degustation-send-detail-part {
	border: 0px solid black;
	padding: 2px;
}
.degustation-send-detail-part__inline {
	display: inline-flex;
}
.degustation-send-detail-part__part-1 {
	border: 1px solid black;
	margin-bottom: 5px;
}
.degustation-send-detail-part__part-1 .name {
	font-size: 1.1rem;
	font-weight: bold;
}
.degustation-send-detail-part__part-2 .name {
	font-size: 1rem;
	font-weight: normal;
}
.degustation-send-detail-part__part-3 .name {
	font-size: 0.9rem;
	font-weight: normal;
}
.degustation-send-detail-sub-part {
	margin-left: 10px;
}

.degustation-send-detail-sub-part.comment {
	font-size: 0.8rem;
}
.degustation-send-detail-sub-part.comment input {
	width: 100%;
}
