/*  ------  local   ------  */


.hrc__bloc-services .swiper-wrapper {
    justify-content: center;
}

@media only screen and (max-width: 768px) {
    .hrc__page .hrc__faq-title {
        max-width: 100%;
        padding: 20px 10px;
    }
}
@media only screen and (max-width: 500px) {
    .hrc__page .hrc__faq-title {
        font-size: 32px;
    }
}


/* Tablet Portrait */
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {
    .hrc__bloc-services .swiper-wrapper {
        justify-content: space-evenly;
    }

    .hrc__page .hrc__service {
        border-right: 1px solid #CFCAC9;
    }
}
/* Tablet Landscape */
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {
    .hrc__bloc-services .swiper-wrapper {
        justify-content: space-evenly;
    }
    
    .hrc__page .hrc__service {
        border-right: 1px solid #CFCAC9;
    }
} 