.cpt-avocats .row-avocats .avocat .name {
	position: relative;
    padding: 0 1rem;
	height: 64px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.cpt-avocats .row-avocats .avocat .name .item {
	display: block;
}

.cpt-avocats .row-avocats .avocat .name .item.email {
	font-size: 1rem;
	line-height: 1.2;
	text-transform: none;
	font-weight: 400;
}
.cpt-avocats .row-avocats .avocat .name .item.title a,
.cpt-avocats .row-avocats .avocat .name .item.email a {
	color: #ffffff;
}

.cpt-avocats .row-avocats .avocat .name .lnk-overlay {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100px;
}

@media screen and (max-width: 1024px) {
	
	.cpt-avocats .row-avocats .avocat .name .item.email {
		font-size: 0.85rem;
	}
}