.team-e-c {
	width: 100%;
	height: 100%;
	padding-bottom: 20px;
}

.team-e-c > .section {
	width: 100%;
}

.team-e-img {
	width: 100%;
	overflow: hidden;
}

.team-d-img {
	display: inline-block;
	width: 100%;
	overflow: hidden;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
}

.team-d-info {
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
}

@media (min-width: 768px) {
	.team-d-img {
		display: inline-block;
		width: 50%;
		overflow: hidden;
		margin-top: 5px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.team-d-info {
		float: right;
		text-align: right;
	}

	.team-d-info .section-title-fr {
		display: inline-block;
		width: 100%;
	}

	.team-d-info .section-title {
		width: auto;
		float: right;
	}

	.team-tm {
		text-align: right;
	}

}

.team-tm .btn {
	display: inline-block;
}

.team-roles .form-control {
	padding-top: 0px;
	padding-bottom: 0px;
	height: auto;
}

.team-edit-img img {
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.team-edit-img .img-w-ctl {
	position: relative;
	width: 100%;
	padding-top: 100%;
}
