.client{
	border-radius:var(--basicBorderRadius);
	background-color:whitesmoke;
}
.fenceRealisationDetail{
	vertical-align:top;
}
.client .avatar{
	height:3em;
	width:3em;
	border-radius:50%;
}
.client .clientName{
	padding-left:1em;
}
.navLink{
	text-align:right;
}
.navLink a{
	white-space:normal;
	margin-bottom:1em;
}
.navLink a.defaultButton, .navLink button.defaultButton{
	font-size:0.8em;
	margin-bottom:1em;
	text-align:center;
	margin-top:1em;
	width:100%;
	box-sizing:border-box;
}
.navLink a.defaultButton svg{
	margin-right:0.5em;
	margin-top:-0.1em;
	margin-bottom:0.2em;
}
.navLink a.facebook{
	background-color:#294773;
}
.navLink a.youtube{
	background-color:#942228;
}
.realisationList article .fenceImage{
	height:auto;
}
@media screen and (max-width:700px){
	.navLink a.defaultButton, .navLink button.defaultButton{
		display:block;
		width:100%;
		margin:1em 0 0 0;
		box-sizing:border-box;
		text-align:center;
	}
}