.ticket__body_block {
	width: 80%;
	float: left;
}

/****************************************************
AFFICHAGE DETAILS DU TICKET EN HAUT DE PAGE
****************************************************/
	.ticket {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-pack: end;
		justify-content: flex-end
	}

	.ticket__body {
		width: 100%;
		margin-right: 0;
		-ms-flex-order: 2;
		order: 2
	}

	.ticket__params {
		width: 100%;
		margin-bottom: 32px
	}

	.btn-toggler {
		display: -ms-inline-flexbox;
		display: inline-flex
	}

	.btn-toggler::before {
		content: "       Voir détails";
		margin: 0 10px 3px 0;
	}

	.btn-toggler.is-opened::before {
		content: "Cacher détails";
		transform: scaleY(-1);
	}

	.accordion-body {
		display: none
	}

	@media screen and (min-width:768px) {
		.ticket__params .params--block.contacts .title, .ticket__params .params--block.details .title, .ticket__params .params--block.history .title {
			width: 200px;
		}
	}
/****************************************************
****************************************************/

.block--description img {
	box-shadow: 0 0 10px #CCCCCC;
}