<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*  ------  dts   ------  */
.exf__page .exf__bloc-facial {
    border-radius: 5px;
}

.exf__collagen-wrapper.exf__hidden {
    display: none;
}

.exf__page .exf__facial-title {
    font-size: 32px !important;
}
.exf__page .exf__facial-suptitle {
    font-size: 32px !important;
}
.exf__page .exf__facial {
    max-width: 939px !important;
}



@media screen and (max-width: 480px) {
    .exf__page  .exf__navigation {
       top: 75px !important;
    }
    .exf__page .exf__tiles-cta {
        padding-bottom: 32px !important;
    }
 }
 @media only screen
 and (min-device-width : 834px)
 and (max-device-width : 1112px)
 and (orientation : portrait)
 and (-webkit-min-device-pixel-ratio: 2) {
    .exf__page  .exf__navigation {
        top: 75px !important;
     }
     .exf__page .exf__service {
        border-left: 1px solid #d3ccc8 !important;
    }
 }
 
 @media only screen
 and (min-device-width : 834px)
 and (max-device-width : 1112px)
 and (orientation : landscape)
 and (-webkit-min-device-pixel-ratio: 2) {
    .exf__page  .exf__navigation {
        top: 156px !important;
     }
     /* navigation detached bar */
    /* .exf__page .exf__navigation {
        top: 120px !important;
    } */
}

/*  ------  HIDE QR CODE BLOC JAN 02   ------  */
/* .exf__page .exf__bloc-facial {
    display: none;
} */


/*  ------  NEW VIDEO / WRONG DIMENSION (ID : 1043367021)  ------  */
/*.exf__facial-media-video{
    transform: translateX(-18px);
}

.exf__page .exf__facial-media{
    width: 174px;
}

@media (max-width: 768px) {
    .exf__page .exf__facial-media {
        left: calc(50% - 85px);
    }
}*/
/*  ------  END   ------  */

.exf__page .exf__tiles-bottom {
    background: #FFF0E9;
    display: none;
}

@media (min-width: 769px) {
    .exf__page .exf__bloc-tiles {
        background: #FFF0E9;
    }
}

.exf__bloc.exf__bloc-navigation{
    display: none;
}</pre></body></html>