/*  ------  local   ------  */

.hrc__page .hrc__bloc-services .swiper-wrapper {
	justify-content: center;
}


 @media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {
	.hrc__page .hrc__edito-title {
	    font-size: 36px;
	    line-height: 1.2em;
	}
}

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {
	.hrc__page .hrc__edito-title {
        font-size: 26px;
    }
    .hrc__page .hrc__edito-text {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
	.mobile-break {
		display: none;
	}
	.hrc__page .hrc__bloc-services .swiper-wrapper {
		justify-content: unset;
	}
}
