/*  ------  local   ------  */
.src__page .src__edito-title {
    font-size: 36px;
}

.src__page .src__services-wrapper {
	margin: 0 25% !important;
}

 @media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {
	.src__page .src__services-wrapper {
		margin: 0 15% !important;
	}
}

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {
	.src__page .src__services-wrapper {
		margin: 0 auto !important;
	}
}

@media (max-width: 480px) {
	.src__page .src__services-wrapper {
		margin: 0 auto !important;
	}
}
