.zone_mockup_1								{position:relative; width:100%; height:700px; display: block; background:url('../img/illustration/fond-apropos-001.jpg') no-repeat center center; background-size: cover; z-index:10;}

.userabout									{width:100%; max-width:calc(50% - 130px); padding:50px; margin-bottom:50px; background:#fff; color:#003946; font-size:15px; text-align: justify; box-shadow: 0px 0px 45px rgba(0,0,0,0.15); display: inline-block;}
.userabout:nth-of-type(1)					{margin-right:50px;}
.userabout img 								{width:60%; border-radius:50%; margin:0px auto 20px auto; display:block;}
.userabout h3 								{margin-bottom:20px;}

@media screen and (min-width:100px) and (max-width:900px)  {
	.userabout								{margin: 25px auto; display: block; max-width:calc(90% - 100px);}
	.userabout:nth-of-type(1) 				{margin: 25px auto;}
}