/*********************************************************************************************/
/****   ECRAN 06 - Experiences                      ******************************************/
/*********************************************************************************************/

.precious-lp-experience {
    align-items: center;
    justify-content: center;
    max-width: 1170px;
    margin: 0 auto;
}


.precious-lp-experience .precious-lp-title {
    text-align: center;
    justify-content: center;
}

.precious-lp-experience__slide {
    display: flex !important;
    justify-content: center;
    flex-direction: row;
    padding: 50px var(--PADDING-CONTENT);
}


.precious-lp-experience__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    flex-basis: 50%;
    padding-left: 100px;
    box-sizing: border-box;
    text-align: left;
}

.precious-lp-experience__content .precious-lp-text {
    margin-bottom: 16px;
}

.precious-lp-experience__content .precious-lp-cta {
    min-width: 190px;
    margin-top: 16px;
}

.precious-lp-experience__slide picture {
    flex-basis: 50%;
}

.precious-lp-experience .slick-slide img {
    display: block;
    width: 100%;
    height: auto;
}

.precious-lp-experience .slick-arrow {
    background-image: url(../images/arrow.svg);
    font-size: 0;
    width: 40px;
    height: 70px;
    background-color: transparent;
    background-size: 40% auto;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    top: calc(50% - 35px);
    position: absolute;
    z-index: 2;
    border: 0px solid;
    outline: 0;
    transform: none !important;
}

.precious-lp-experience .slick-arrow:focus,
.precious-lp-experience .slick-arrow:active {
    border: 0px solid !important;
    outline: 0px !important;
}

.precious-lp-experience .slick-prev {
    left: 0;
    transform: scaleX(-1) !important;
}

.precious-lp-experience .slick-next {
    right: 0;

}

.precious-lp-experience .slick-disabled {
    opacity: 0.2;
    pointer-events: none;
}

@media(max-width:1023px) {
    .precious-lp-experience__content {
        padding-left: var(--PADDING-CONTENT);
    }
}



@media(max-width:761px) {
    .precious-lp-experience__slide {
        display: block !important;

    }


    .precious-lp-experience .slick-track {
        display: flex;
    }

    .precious-lp-experience__slide {
        flex-direction: column;
        justify-content: space-between;
        padding: 0;
        height: auto;
    }

    .precious-lp-experience__content {
        padding: var(--PADDING-CONTENT);
        align-items: center;
        text-align: center;
    }

    /*
    .precious-lp-experience__slide .precious-lp-text {
        flex: 1;
    }*/

    .precious-lp-experience {
        margin-bottom: -20vw;
    }
    .precious-lp-experience {
        margin-bottom: 0;
    }
}

/* JP */
.fontAdjust{
    font-size: 22px;
}
.JP_local-v2 .precious-lp-section {
    min-height: auto;
}
.JP_local-v2 .precious-lp-experience .slick-list.draggable {
    height: auto;
}
.JP_local-v2_0531 .precious-lp-experience .slick-dots {
    display: none;
}
.precious-lp .slick-slide {
    position: relative;
}
.JP_local-v2 .precious-lp-experience__slide {
    padding-top: 0;
}
.JP_local-v2 .precious-lp-experience .slick-track {
    top: -90px;
}

@media screen and  (max-width:761px) {
    .JP_local-v2 {
        margin-top: 60px;
    }
    .JP_local-v2 .precious-lp-experience__content .precious-lp-text {
        padding-left: 0;
        padding-right: 0;
    }
    .JP_local-v2 .precious-lp-experience .slick-track {
        top: 0;
    }
}

@media (max-width: 480px) {
   .customTop {
        top: 0 !important;
    }
    .precious-lp-experience .slick-next {
        right: 12px !important;
    }
    .precious-lp-experience .slick-prev {
        left: 12px !important;
    }
    .precious-lp-experience .slick-arrow {
        top: calc(22% - 35px);
    }
    .JP_local-v2 .precious-lp-experience .slick-list.draggable {
        height: 416px;
    }
    .JP_local-v2 .precious-lp-experience__wrapper.slick-initialized.slick-slider.slick-dotted {
        padding-bottom: 0 !important;
    }
    .JP_local-v2 .precious-lp-experience .slick-track {
        top: 0;
    }
}