body#echantillons #columns{
    padding-top: 0;
}

body#echantillons {
    scroll-behavior: smooth;
}

#echantillons .display_reco .bx-wrapper{
    margin: unset !important;
}

.header_echantillon{
    position: relative;
    height: 380px;
    overflow: hidden;
}

.header_echantillon .title_page{
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    font-family: 'Hanken Grotesk', sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 54px;
    line-height: 64px;
    color: #FFFFFF;
}

.exemple_tissu > img{
    width: 100%;
}

.header_echantillon .subtitle_page{
    font-family: 'Hanken Grotesk', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
    top: 85%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}

.header_echantillon .video_echantillon{
    width: 100%;
}

.sommaire_echantillon{
    display: flex;
    position: relative;
    width: 100%;
    margin: 20px 0px 80px 0px;
    padding-bottom: 10px;
    overflow: auto;
    overflow-y: hidden;
    justify-content: center;
}

.sommaire_echantillon::-webkit-scrollbar {
    width: 16px;
}

.sommaire_echantillon::-webkit-scrollbar-track {
    background: #ffffff;
}

.sommaire_echantillon::-webkit-scrollbar-thumb {
    background-color: #0f0f0f;
    border-radius: 10px;
    border: 2px solid #0f0f0f;
}

.sommaire_echantillon .sommaire_item{
    border-radius: 99px;
    position: relative;
    width: fit-content;
    margin: 0 10px;
    border: 2px solid white;
}

.sommaire_echantillon .sommaire_item img{
    border-radius: 99px;
    border: 2px solid white;
    transition: 0.3s ease all;
    padding: 2px;
}

.sommaire_echantillon .sommaire_item:hover img{
    border: 2px solid #8D8D8E;
    padding: 2px;
}

.sommaire_echantillon .sommaire_item .name_tissu{
    position: absolute;
    font-family: 'Hanken Grotesk', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    color: #FFFFFF;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
}

.content_echantillon{
    position: relative;
}

.content_echantillon:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -70px;
    width: 100%;
    height: 25px;
    background: -webkit-radial-gradient(50% -3%,ellipse cover,rgb(0 0 0/9%),rgba(97,97,97,0.0) 60%);
    background: radial-gradient(ellipse at 50% -3%,rgb(0 0 0/10%),rgba(97,97,97,0.0) 60%);
    left: 0;
    z-index: 1;
}

.container_slider_style .container_img_product img{
    transform: scale(1.2);
}

.title_home{
    display: none;
}

.echantillon{
    display: flex;
    justify-content: center;
    margin: 60px 0;
    align-items: center;
}

.info_tissu{
    margin: 40px;
    border-radius: 10px;
    background-size: cover;
    width: 50%;
}

.info_tissu#tissu{
    background-image: url("/themes/bobochic/img/landing-page/echantillons/tissu-lisse.jpg");
}


.info_tissu#mesh{
    background-image: url("/themes/bobochic/img/landing-page/echantillons/tissu-mesh.jpg");
}

.info_tissu#bouclette{
    background-image: url("/themes/bobochic/img/landing-page/echantillons/tissu-bouclette.jpg");
}

.info_tissu#velours{
    background-image: url("/themes/bobochic/img/landing-page/echantillons/tissu-velours.jpg");
}

.info_tissu#cotele{
    background-image: url("/themes/bobochic/img/landing-page/echantillons/tissu-velours-cotele.jpg");
}

.info_tissu#texture{
    background-image: url("/themes/bobochic/img/landing-page/echantillons/tissu-texture.jpg");
}

.info_tissu#chine{
    background-image: url("/themes/bobochic/img/landing-page/echantillons/tissu-chine.jpg");
}


.exemple_tissu{
    width: 50%;
}

.fond_tissu{
    position: relative;
    border-radius: 10px;
    overflow:hidden;
    height: 350px;
    width: 100%;
}

.fond_tissu:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(1deg, rgba(1, 1, 1, 0.64) 0.58%, rgba(0, 0, 0, 0) 99.85%);
    z-index: 1;
}

.img_tissu{
    border-radius: 10px;
    overflow:hidden;
}

.nom_tissu{
    position: absolute;
    top: 0;
    font-family: 'Hanken Grotesk', sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 32px;
    line-height: 39px;
    color: #FFFFFF;
    padding: 40px;
    z-index: 2;
}

.texte_tissu{
    position: absolute;
    bottom: 0;
    font-family: 'Hanken Grotesk', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    padding: 40px;
    z-index: 2;
}

.btn_echantillon{
    display: block;
    background-color: #0C0C0D;
    color: white;
    font-family: 'Hanken Grotesk', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    width: fit-content;
    padding: 8px 45px 8px 16px;
    position: relative;
    border-radius: 10px;
    transition: 0.3s ease all;
}

.btn_echantillon:hover{
    text-decoration: none;
    color: white;
}

.btn_echantillon:after{
    position: absolute;
    content: url(/themes/bobochic/img/icon/arrow_white.svg);
    right: 12px;
}

.product_echantillon{
    margin-top: 40px;
    display: flex;
    margin-bottom: 40px;
}

.product_echantillon .info_slider{
    padding: 40px;
    width: 400px;
}

.product_echantillon .info_slider .titre_slider{
    font-family: 'Hanken Grotesk', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 39px;
    line-height: 48px;
    color: #0C0C0D;
    margin-bottom: 24px;
}

.product_echantillon .info_slider .texte_slider{
    font-family: 'Hanken Grotesk', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px;
    color: #0C0C0D;
}

.sommaire_echantillon::-webkit-scrollbar{
    height: 4px;
}

.product_echantillon .info_slider .texte_slider span{
    font-weight: bold;
}

.slider_product .content_product > a:hover{
    text-decoration: none;
}

.slider_product .img_product{
    border-radius: 10px;
    transform: scale(1.2);
}

.slider_product .container_img{
    overflow: hidden;
    border-radius: 10px;
    display: block;
}

.slider_product .name_product{
    font-family: 'Hanken Grotesk', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 31px;
    line-height: 35px;
    color: #0C0C0D;
    margin: 0;
    margin-top: 10px;
}

.slider_echantillon{
    width: calc(100% - 400px);
}

.slider_product .texte_product{
    font-family: 'Hanken Grotesk', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    margin: 0;
    color: #8D8D8E;
}

.slider_product .price{
    font-family: 'Hanken Grotesk', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 35px;
    color: #0C0C0D;
}

#echantillons .btn_echantillon.mobile{
    display: none;
}

.cRetour {
    border-radius: 80px;
    padding: 20px;
    font-size: 20px;
    text-align:center;
    color:#fff;
    background:rgba(0, 0, 0, 0.25);
    z-index:99999;
    transition:all ease-in 0.2s;
    position: fixed;
    cursor: pointer;
    bottom: 110px;
    right: 20px;
    display: none;
    height: 70px;
    width: 70px;
}

.cRetour:before{ content: "\25b2"; }

.cRetour:hover{
    background:rgba(0, 0, 0, 1);
    transition:all ease-in 0.2s;
}

@media(min-width: 1920px){
    .info_tissu{
        margin: 144px;
    }
}

@media(min-width: 1551px){
    .sommaire_echantillon{
        justify-content: center;
    }
}


@media(max-width: 1550px){
    .sommaire_echantillon{
        justify-content: flex-start;
    }
}


@media(max-width: 1024px){
    .header_echantillon{
        height: 280px;
    }
    .header_echantillon .title_page{
        font-size: 44px;
    }
}

@media(max-width:992px){
    .cRetour {
        bottom: 100px;
        right: 30px;
    }
}

@media(max-width: 900px){
    .exemple_tissu{
        display: none;
    }

    .display_reco{
        padding: 0 !important;
    }
    .product_echantillon{
        flex-direction: column;
    }

    .content_echantillon{
        padding: 0 40px;
    }

    .product_echantillon .info_slider,
    .product_echantillon .slider_echantillon{
        width: 100%;
    }

    .product_echantillon .info_slider{
        padding: 0px;
        margin-bottom: 20px;
    }

    .header_echantillon .title_page{
        font-size: 32px;
        line-height: 39px;
        white-space: nowrap;
    }

    .header_echantillon .subtitle_page{
        font-size: 12px;
        line-height: 24px;
    }

    .info_tissu{
        margin: 0px;
        width: 100vw;
        height: 350px;
    }

    .texte_tissu,
    .nom_tissu{
        padding: 24px;
    }

    .product_echantillon{
        margin-top: 5px;
    }

    .sommaire_echantillon{
        margin: 0px 0px 40px 0px;
    }

    .content_echantillon:before{
        top: -30px;
    }
}

@media(max-width: 768px){
    sommaire_echantillon {
        justify-content: flex-start !important;
    }
}

@media(max-width: 768px){
    .content_echantillon{
        padding: 0 16px;
    }

    #echantillons .bx-wrapper .bx-controls-direction a.bx-prev:before,
    #echantillons .bx-wrapper .bx-controls-direction a.bx-next:before{
        display: none;
    }

    .sommaire_echantillon .sommaire_item{
        margin: 0;
    }

    .sommaire_echantillon .sommaire_item img{
        width: 160px;
    }

    #echantillons .etiquette_creation_originale{
        top: 0px;
        left: 0px;
    }

    .etiquette_creation_originale img{
        width: 100px !important;
    }

    #echantillons .bx-viewport{
        height: 250px !important;
        overflow: initial !important;
    }
    .sommaire_echantillon{
        justify-content: unset!important;
    }
    .nom_tissu{
        left: 0;
        right: 0;
        text-align: center;
    }

    .product-box{
        width: 200px !important;
        min-height: 0 !important;
    }

    .btn_echantillon{
        display: none;
    }
    .btn_echantillon.mobile{
        display: block !important;
        margin-top: 20px;
        width: 100%;
        text-align: center;
        padding: 8px 16px 0px 16px;
    }

    .btn_echantillon:after{
        position: initial;
        vertical-align: -7px;
    }
    .product_echantillon .info_slider .titre_slider{
        font-size: 28px;
        line-height: 35px;
        margin-bottom: 8px;
    }

    .product_echantillon .info_slider .texte_slider{
        margin-bottom: 8px;
    }

    .sommaire_echantillon::-webkit-scrollbar{
        display: none;
    }

    .slider_product .name_product{
        font-size: 16px;
        line-height: 24px;
    }
    .slider_product .price{
        font-size: 16px;
        line-height: 24px;
    }
    .echantillon{
        margin: 30px 0;
    }

    #echantillons .bxSliderProduct .product_name{
        font-size: 16px;
        line-height: 24px;
    }

    #echantillons .bxSliderProduct .product_description{
        font-size: 12px;
        line-height: 16px;
    }

    .sommaire_echantillon .sommaire_item .name_tissu{
        font-size: 16px;
        line-height: 24px;
    }
    #echantillons .bxSliderProduct .product_price{
        font-size: 16px;
        line-height: 24px;
    }
}
