.formateur-post-cartouche {
	padding: 20px 0;
	margin-bottom: 40px;
	border: 1px solid #ccc;
	border-width: 1px 0;
}

.formateur-post-title h1 {
	font-size: 26px;
    line-height: 30px;
    font-weight: 600;
    color: #444;
}

.formateur-post-content {
}

.formateur-subtitle {
	font-size: 1.4rem;
}

.user-item {
	margin-bottom: 2rem;
}
.user-item-avatar {
	display: block;
	position: relative;
	-webkit-filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, .1));
	filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, .1));
}
.user-item-avatar:after {
	content: '';
	display: block;
	padding-top: 100%;
}
.user-item-avatar a {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
}
.user-item .user-item-avatar a::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	z-index: 0;
	opacity: 0;
	-wekbit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-mask-image: url(../img/circle.svg);
	mask-image: url(../img/circle.svg);
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
}
.user-item:hover .user-item-avatar a::after {
	opacity: 1;
}
.user-item-avatar img {
	object-fit: cover;
	object-position: top;
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-mask-image: url(../img/circle.svg);
	mask-image: url(../img/circle.svg);
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
}

.user-item-content {
	text-align: center;
	font-size: .875rem;
	font-weight: 500;
	color: #0f2778;
}

.user-item-content a.user-mailto {
	position: relative;
	z-index: 99;
	display: inline-block;
	width: 60px;
	height: 60px;
	margin-top: -30px;
	border-radius: 50%;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
	background: #fff;
	font-size: 22px;
	line-height: 60px;
	overflow: hidden;
}
.user-item:hover .user-item-content a.user-mailto {
	color: #fff;
	background: #f46717;
}

.user-item-name a {
	font-size: 1.25rem;
	color: #000;
	text-decoration: none !important;
}

