.mention-container{ width: 1050px; max-width: 90%; margin:0 auto; margin-bottom: 4em;}
.mention-container .content{
	box-shadow: 1px 0px 10px 0px
	rgba(0,0,0,.2);
	padding: 2em;
	margin: 1.5em 0;
	border-radius: 5px;
	background: rgba(0,0,0,.009);
}

.section.closed section{display: none !important}
.mention-title{ padding: 2em 0 1em 0;}
.section h2.title{ cursor: pointer; font-size: 1.5rem;}
.section.closed h2.title::after{
	transform: rotate(0deg);
}
.section h2.title::after{
	content: "";
	background-color: currentColor;
	-webkit-mask-image: url('/static/custom/assets/images/angle.svg');
	mask-image: url('/static/custom/assets/images/angle.svg');
	mask-repeat: no-repeat;
	-webkit-mask-position: center center;
	mask-position: center center;
	-wbekit-mask-size: cover;
	mask-size: cover;
	width: 15px;
	height: 100%;
	margin: 0 0 0 10px;
	position: absolute;
	transform: rotate(90deg);
}
h2.title{position: relative;}
