#zone-bulletin-domtom .zone-bulletin-row + .zone-bulletin-row {
	margin-top: 16px;
}

#zone-bulletin-domtom .zone-bulletin-details {
	padding: 10px;
	border: 2px solid #1694d2;
	border-radius: 5px;
	overflow: hidden;
	transition: all 0.3s ease;
	position: relative;
	min-height: 41px;
}

#zone-bulletin-domtom .zone-bulletin-details.DIRAG .trigger {
	position: absolute;
	zoom: 1;
	top: 0;
	left: 0;
	right: 0;
	height: 41px;
	min-height: 41px;
	display: flex;
	align-items: center;
    justify-content: flex-end;
	padding: 0 27px 2px 27px;
	width: 100%;
}

#zone-bulletin-domtom .zone-bulletin-details.DIRAG .trigger:before {
	font-size: 20px;
	color: #1694d2;
	transition: all 0.3s ease;
}

#zone-bulletin-domtom .zone-bulletin-details.DIRAG.open .trigger:before {
	transform: rotateX(180deg);
}

#zone-bulletin-domtom .zone-bulletin-details.DIRAG:not(.expanded) {
	height: 41px;
}

#zone-bulletin-domtom .zone-bulletin-details.DIRAG .rte > *:first-child {
	padding-right: 50px;
}