/* HEADER */
header {
    position: fixed;
    background: #FFF;
    z-index: 200;
}
header .container .menu .main-nav ul li {
    line-height: 1.5 !important;
}

header .container .menu .main-nav ul li a:active::after {
    content: "";
    background-color: #c8d100;
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: -18px;
    left: 0;
    right: 0;
}

header .container .menu .main-nav ul li a:active::after,
header .container .menu .main-nav ul li a:hover::after {
    border-radius: 5px 0 5px 0;
}

.new-product a {
    color: #32353C
}
.new-product a:hover {
    text-decoration: none;
    opacity: .7;
}
header .container .middle-header .row .icons a:hover {
    text-decoration: none;
}
header .infos-delivery .container .contain-infos .flag img {
    width: 19px;
    height: auto;
    top: -2px;
    position: relative;
    margin: 0;
}
header .infos-delivery .container .contain-infos .flag a {
    margin: 0 0 0 2px;
}
header .infos-delivery .container .contain-infos .flag a:hover {
    opacity: .8;
}

/* BREADCRUMB */
.navbreadcrumb,
.breadcrumb {
    background: #F9F9F9;
    margin: 0 auto;
}
@media (min-width: 1200px) {
    .breadcrumb  {
        max-width: 1430px !important;
    }
}
.breadcrumb-item {
    font-weight: 600;
    font-size: 0.8rem !important;
}
.breadcrumb-item + .breadcrumb-item::before,
.breadcrumb-item a {
    font-weight: 200;
    color: #6F6F6F !important;
}
.breadcrumb-item a {
    font-style: italic;
}
.breadcrumb-item a {
    text-decoration: none;
}
.breadcrumb-item.active {
    font-style: italic;
}

/* FONTS */
.banner-infos .ttl-banner {
    font-weight: 900;
    font-size: 1.5625rem;
}

/* GLOBAL */
@font-face {
    font-display: block;
}
button:active,
button:focus,
input:focus,
input:active {
    outline: none !important;
}
.footer .footer-links .container .row .contact-zone .txt,
.footer .footer-links .container .row .link-us ul li a,
.footer .footer-links section.slider-section ul.slick-dots .row .link-us ul li a,
section.slider-section .footer .footer-links ul.slick-dots .row .link-us ul li a,
.footer .footer-links .container .row .link-help ul li a,
.footer .footer-links section.slider-section ul.slick-dots .row .link-help ul li a,
section.slider-section .footer .footer-links ul.slick-dots .row .link-help ul li a,
.footer .footer-links .container .row .link-us .ttl-links,
.footer .footer-links section.slider-section ul.slick-dots .row .link-us .ttl-links,
section.slider-section .footer .footer-links ul.slick-dots .row .link-us .ttl-links,
.footer .footer-links .container .row .link-help .ttl-links,
.footer .footer-links section.slider-section ul.slick-dots .row .link-help .ttl-links,
section.slider-section .footer .footer-links ul.slick-dots .row .link-help .ttl-links {
    font-family: "Poppins", sans-serif !important;
}


/* HOME */
#carouselHomeIndicators .carousel-control-prev .carousel-control-prev-icon svg,
#carouselHomeIndicators .carousel-control-prev .carousel-control-prev-icon svg .a,
#carouselHomeIndicators .carousel-control-next .carousel-control-next-icon svg,
#carouselHomeIndicators .carousel-control-next .carousel-control-next-icon svg .a {
    fill: #323232 !important;
}

:focus {
    outline: none;
}

/*.slider-item .slider-product .product-item {*/
/*  max-width: 351px;*/
/*}*/
.slider-item .slider-product .product-item .contain-item {
    margin: 8px;
}
#carouselHomeIndicators .carousel-control-next:hover,
#carouselHomeIndicators .carousel-control-prev:hover {
    opacity: .7 !important;
}

.arrow-btn {
    width: 49px;
    height: 49px;
    border: 0;
    outline: 0;
    background: white;
    top: 37%;
    transform: translateY(-50%);
    position: absolute;
    z-index: 100;
    border-radius: 0;
}
.arrow-btn:focus,
.arrow-btn:active,
.arrow-btn:hover {
    outline: 0 !important;
    border-radius: 0 !important;
    opacity: .7;
}
.arrow-btn.prev-arrow {
    left: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23.826' height='15.6' viewBox='0 0 23.826 15.6'%3E%3Cpath id='Combined_shape_2325' data-name='Combined shape 2325' d='M293.723,412.7h0l.567.575-6.665,6.81h22.288v.825h-22.29l6.668,6.815-.568.575-7.373-7.535h0l.309.313.246-.251v.083h.718l-.4-.409-.317.324v-.649h0l.317.324.4-.413H286.9v.088l-.246-.249-.568.575,7.631-7.8Z' transform='translate(-286.087 -412.7)' fill='%23262626'/%3E%3C/svg%3E%0A");
}
.arrow-btn.next-arrow {
    right: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23.822' height='15.597' viewBox='0 0 23.822 15.597'%3E%3Cpath id='Combined_shape_2325' data-name='Combined shape 2325' d='M16.19,15.6h0l-.567-.575,6.665-6.81H0V7.39H22.29L15.622.575,16.19,0l7.373,7.535h0l-.309-.313-.246.251V7.39H22.29l.4.409.317-.324v.649h0L22.69,7.8l-.4.413h.721V8.125l.246.249.568-.575-7.631,7.8Z' fill='%23323232'/%3E%3C/svg%3E%0A");
}
.slider-item:not(.vproduct) .slider-product .product-item .contain-item .visuel-product {
    background-color: #ffffff;
}

.slider-item:not(.vproduct) .slider-product .product-item .contain-item .visuel-product:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    z-index: 1;
}

.slider-item:not(.vproduct) .slider-product .product-item .contain-item .visuel-product:after {
    background-color: rgba(0,0,0, .03);
}

.slider-item:not(.vproduct) .slider-product .product-item:nth-child(6) .contain-item .visuel-product:after,
.slider-item:not(.vproduct) .slider-product .product-item:nth-child(2) .contain-item .visuel-product:after {
    background-color: rgba(49,62,22, .08);
}
.slider-item:not(.vproduct) .slider-product .product-item:nth-child(7) .contain-item .visuel-product:after,
.slider-item:not(.vproduct) .slider-product .product-item:nth-child(3) .contain-item .visuel-product:after {
    background-color: rgba(0,0,0, .055);
}
.slider-item:not(.vproduct) .slider-product .product-item:nth-child(1) .contain-item .visuel-product:after,
.slider-item:not(.vproduct) .slider-product .product-item:nth-child(8) .contain-item .visuel-product:after {
    background-color: rgba(0,0,0, .03);
}
.slider-item .slider-product .product-item .add-fav {
    z-index: 3;
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    height: 41px;
    width: 41px;
}
.slider-item .slider-product .product-item .link-p {
    z-index: 2;
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
}

.slider-item .slider-product .product-item .add-fav:hover {
    opacity: .7;
}
.slider-item .slider-product .product-item .add-fav + a {
    position: relative;
    z-index: 0;
}
.page-wrapper,
#main-wrapper {
    background: #fff !important;
}

.sidebarNewsletter:after {
    content: "";
    height: 2px;
    width: 76px;
    background: #fff;
    position: absolute;
    bottom: -5px;
    left: 6px;
}

.footer .footer-links .container .row .contact-zone .txt {
    text-transform: uppercase;
    line-height: 1.2;
    letter-spacing: inherit;
}
@media (max-width:992px) {
    .footer .footer-facts .container .row .col-lg-3.reassurances {
        margin-bottom: 3rem;
    }
    .footer .footer-facts .container .row .col-lg-3.reassurances .txt {
        line-height: 1.125rem;
    }
    .footer .footer-facts {
        margin: 2rem 0 0 0;
    }
    .footer .footer-links .container .row .col-xl-3 {
        padding: 30px;
    }
}
@media (max-width: 576px) {
    .sidebar-icons {
        width: 32px;
    }
    .sidebar-icons a i {
        font-size: 1rem;
        transform: scale(.9);
        margin: 0 auto;
    }
    .sidebar-icons a .fa-youtube-square,
    .sidebar-icons a i.fa-instagram,
    .sidebar-icons a i.fa-facebook-square {
        position: relative;
        right: 3px; 
    }

    .sidebar-icons a {
        padding: 9px;
    }
    .product-image-viewer-wrapper .add-fav .in-fav {
        fill: #CA2B4F !important;
    }

}
/* PRODUCT */
.select-styled:active, .select-styled.active {
    background-color: #fff;
}
.select-options {
    max-height: 400px;
    background-color: #fff;
    border: 1px solid #e2e2e2;
    overflow: hidden;
    overflow-y: scroll;
}
.select-options li:hover {
    color: #000;
    background: #c8d100;
}
section.tab-wrapper {
    background-color: #fff;
}

.nav-tabs li a {
    text-transform: none;
}
.tab-wrapper .nav-tabs li a {
    font-family: "Poppins" !important;
    font-style: normal;
    font-weight: 200;
    letter-spacing: 0;
    font-size: 1.5rem !important;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    padding-top: 3rem;
    padding-bottom: .7rem;
}
.nav-tabs li a:before {
    left: 1.875rem;
    right: 1.875rem;
}
.tab-wrapper .nav-tabs li a.active {
    font-weight: 400;
}
.slider-item.vproduct {
    background: #F9F9F9;
    margin-top: 0 !important;
    padding-top: 4.375rem;
}
.keypoints-product {
    margin: 4.375rem 2rem;
}
.keypoints-product .picto {
    transform: scale(.8);
    margin-bottom: 5px;
}
.keypoints-product .txt span {
    font-weight: bold;
    text-transform: uppercase;
}
.keypoints-product .txt {
    font-size: 0.8rem;
}
.product-infos-right .product-infos .choice-qty .product-form-stock .stock {
    margin-right: 103px;
}
.tab-wrapper:before {
    top: auto;
    bottom: -2.375rem !important;
}
.in-fav svg,
.product-image-viewer-wrapper .add-fav .in-fav svg {
    fill: #CA2B4F !important;
}
.product-image-viewer-wrapper {
    padding: 0;
    /* a checker selon la bdd */
}
@media (min-width: 992px) {
    .product-image-viewer-wrapper {
        flex: 0 0 55%;
        max-width: 55%;
    }
    .product-infos-right {
        flex: 0 0 45%;
        max-width: 45%;
    }
}
@media (max-width: 556px) {
    .product-infos-right .product-description .heading .ttl {
        margin: 0 !important;
    }
    .heading .ref {
        margin-bottom: .3125rem;
    }
    .product-infos-right .product-infos .choice-colors .txt-colors,
    .product-infos-right .product-infos .choice-size .txt-size {
        display: none;
    }
    .product-infos-right .product-infos .choice-colors,
    .product-infos-right .product-infos .choice-size {
        padding: 1rem 0 !important;
    }
    .product-infos-right .product-infos .choice-qty .product-form-stock .stock {
        margin-left: 0;
        position: relative;
        top: -6px;
    }
    .product-infos-right .product-infos .choice-qty .contain-2 .btn-add-cart {
        letter-spacing: 2px;
        line-height: 3.3 ;
    }
}

/* CATEGORIE */
.block-module .ttl {
    font-size: 1rem;
    color: #000;
    font-family: "Poppins", sans-serif !important;
    text-transform: uppercase;
    font-weight: 200;
}
.ipt_checkbox + label {
    color: #000;
    font-size: 0.938rem !important;
    font-family: "Poppins", sans-serif !important;
}
.ipt_checkbox + label .shape {
    margin-right: 11px;
}
.ipt_checkbox:checked + label .txt {
    color: #32353C
}

/* LOGIN */
.login-form--register label {
    text-transform: none;
}
select.form-control {
    border: none;
    border-bottom: 2px solid #cccccc;
    padding-left: 0;
}
select.form-control:focus,
.form-control:focus {
    box-shadow: none;
    border-color: unset;
}
h3.mb-20 {
    margin-bottom: 20px;
}
.section-title.section-title--login * {
    font-family: "Poppins" !important;
}

/* ESPACE CLIENT */
body.page-private-space .card {
    width: 100%
}
body.page-private-space .banner {
    background: rgba(0, 0, 0, 0.06);
}
nav.my-place-menu ul li a {
    opacity: .6;
    color: #000;
    font-weight: 400;
}
body.page-private-space .h1, body.page-private-space h1 {
    z-index: 0;
}
body.page-private-space .table ,
.table-bordered th, .table-bordered td {
    border: none !important
}
body.page-private-space .table thead th {
    background-color: rgba(0, 0, 0, 0.02);
    font-size: .8rem;
}
nav.my-place-menu .profile,
nav.my-place-menu .profile .name,
nav.my-place-menu .profile .avatar {
    display: none;
}
nav.my-place-menu ul li:first-child {
    border: none !important;
}
body.page-private-space .my-place-menu {
    padding-top:10px
}
nav.my-place-menu ul {
    padding-bottom: 10px;
}
body.page-private-space .wrapper,
body.page-private-space .banner {
    background: #FFFFFF;
}
body.page-private-space .block-address {
    min-height: 230px;
    border: none;
    background: #F8F9FA;
}
body.page-private-space #add-address i {
    color: #B49C74
}

/* CONTACT */
.page-faq .page-wrapper form ul:empty,
.page-faq .page-wrapper form div:empty,
.page-faq .page-wrapper form li:empty,
.page-faq .page-wrapper form .has-error:empty {
    display: none !important;
}
.page-faq .input-group > .form-control {
    width: 100%;
    position: relative;
    top: -7px;
    background: none;
}
ul.has-error {
    text-align: right;
    width: 100%;
    margin-right: 15px;
}

/* CMS / LANDING PAGE */
#page_cms h1,
#page_cms h2,
#page_cms h3,
#page_cms h4,
#page_cms h5,
#page_cms h6,
#page_cms .h1,
#page_cms .h2,
#page_cms .h3,
#page_cms .h4,
#page_cms .h5,
#page_cms .h6 {
    font-family: "Poppins" !important;
}

/* NEWS */
body.page-actu {
    margin: 0;
    font-family: "Neris", sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #0E1015;
    text-align: left;
}

.single-slider-post__content h2 a {
    line-height: 1.2;
}
.author-t {
    display: inline-flex;
    align-items: center;
}
.author-t + hr {
    margin-top: 20px;
}

.author-t .avatar {
    width: 45px;
    height: 45px;
    display: inline-flex;
    align-items: center;
    background: #f5f5f5;
    margin-right: .9rem;
    overflow: hidden;
    border-radius: 50%;


}
.author-t .avatar  img {
    display: block;
    width:45px;
    height:45px;
    object-fit: cover;
    object-position: center center;
    position: relative;
    top: -4px;
}


/* PANIER */
.page-shopping-cart .sidebar-order {
    margin-top: 0;
}
.page-shopping-cart .addresses-container > div {
    padding: 40px;
}
div[data-cart-template="cart-shopping"] {
    width: 100%
}
.btn:focus, .btn.focus {
    outline: 0;
    box-shadow: none;
}

.page-shopping-cart section {
    margin-top: 2.75rem;
}
.order-item-card-thumb img {
    max-width: 80px;
    max-height: auto;
    height: auto;
}
.page-shopping-cart .addresses-container > div {
    display: unset;
}
.page-shopping-cart .addresses-container > #register_form .txt {
    margin-bottom: 35px;
}
.sidebar-order .price-delivery-info {
    margin-top: 1.3rem;
    color: #898989;
    font-weight: 600;
    font-size: 0.875rem;
    margin-bottom: -1.5375rem !important;
}
.sidebar-order .price-delivery-info br { display: none; }

.sidebar-order .price-delivery-info strong { color: #000; }

.sidebar-order .price-delivery-info i {
    font-size: 1.075rem;
    color: #D9D9D9;
}
.sidebar-order .sidebar-label {
    font-family: "Poppins" !important;
}

.ttl-category-s {
    color: #C0C4B6;
    padding-top: 80px;
    margin-bottom: 50px;
    line-height: 50px;
    font-family: 'Gilly', sans-serif !important;
    font-size: 3.688rem;
    font-weight: 300;
}

.footer .footer-facts .container .row .col-lg-3.reassurances .txt {
    font-family: "Poppins" !important;
    letter-spacing: 0 !important ;
}

/* PRODUITS */
.product-infos-right .product-description p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.size.disabled {
    background-color: #e8e8e8 !important;
    cursor: auto !important;
    opacity: .2;
}
.size.active {
    color: #fff !important;
    height: 33px !important;
    width: 33px !important;
    top: -1px;
}
.product-infos-right .product-infos .choice-colors,
.product-infos-right .product-infos .choice-size {
    padding-top: 1.2rem;
}

.product-sizes {
    margin: 0;
}
.product-infos-right .product-infos .choice-size .txt-size,
.product-infos-right .product-infos .choice-colors .txt-colors {
    width: 195px
}
.product-infos-right .product-infos .choice-qty .product-form-stock .stock {
    width: 203px;
}
.product-infos-right .product-infos .choice-qty .product-form-stock {
    justify-content: unset;
}
.product-image-viewer-wrapper {
    position: relative;
}
.product-image-viewer-wrapper .big-img:after {
    position: absolute;
    content: "";
    background-color: #fff;
    top: 0;
    left: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    opacity: .05;
}
.product-image-viewer-wrapper {
    background: none;
}
.product-infos-right .product-infos .choice-size .txt-size {
    margin-right: 0;
}
.product-infos-right .product-infos .choice-size .size-model .size-contain {
    margin-bottom: 4px;
    flex-wrap: wrap;
}
.product-infos-right .product-infos .choice-size .size-model .size-contain .size.disabled:hover {
    color: #000;
}
.keypoints-product {
    margin: 1.8rem 1rem 3.3rem 1rem;
}
.product-infos-right .product-infos {
    padding-top: 2.275rem;
}

.keypoints-product .txt {
    font-size: 0.7rem;
}
.keypoints-product .txt span {
    font-weight: 600;
}
.keypoints-product {
    margin: 0.5rem 0 3.3rem 1.1rem;
}
.size-model {
    width: 68%;
}
.product-infos-right .product-infos .choice-colors .colors-models {
    width: 68%;
}
.technical-characteristics table td span {
    background: #fff;
    position: relative;
    z-index: 2;
    padding: 0 1.25rem;
}
section.tab-wrapper .technical-characteristics tr td:first-of-type {
    opacity: 1;
}
section.tab-wrapper .technical-characteristics tr td {
    padding-left: 0;
    padding-right: 0;
    position: relative;
}
section.tab-wrapper .technical-characteristics tr td:before {
    content: "";
    top: 62%;
    position: absolute;
    right: 0;
    left: 0;
    height: 1px;
    background: #ECECEC;
}
section.tab-wrapper .technical-characteristics tr td {
    border: none !important
}
.tab-wrapper .tab-content #Technical .technical-characteristics table tbody tr td:last-child {
    font-family: "Poppins" !important;
}
.desc-tab-p-2,
.desc-tab-p {
    margin: .5rem 5.3125rem 0 0;
    font-size: 1rem;
    line-height: 1.6875rem;
    opacity: 1;
    color: #000;
}
.desc-tab-p-2 {
    margin: .5rem 0 0 0;
}

.product-image-viewer-wrapper .img-gallery .contain-img-gallery {
    background-color: #FFF;
}

.product-infos-right .product-infos .choice-qty .stepper-input .input-box {
    color:#000;
    font-weight: 600;
}
@media (max-width: 992px) {
    .product-infos-right .product-infos {
        padding-left: 0;
        padding-top: 30px !important;
    }
    .size-model {
        width: 100%;
    }
    .desc-tab-p {
        margin: 0 0 1rem 0;
    }
    .technical-characteristics table td span {
        padding-left: 0;
    }
    .technical-characteristics table td.text-right span {
        padding-right: 0;
        padding-left: 1.25rem;
    }
    section.tab-wrapper .technical .w-100 {
        width: unset !important;
    }
    #back-to-top {
        z-index: 200;
    }
    section.tab-wrapper .delivery_and_return {
        padding: 2.875rem 1rem
    }
}
@media (max-width: 1070px) {
    .tab-wrapper .nav-tabs li a {
        font-size: 1rem !important;
        padding-top: 0.3rem;
        padding-left: 0.8rem;
        padding-right: 0.8rem;
    }
    .tab-wrapper .nav-tabs {
        flex-flow: inherit;
        overflow: hidden;
        overflow-x: auto;
        justify-content: left;
    }
}
@media (max-width: 768px) {
    .keypoints-product .picto {
        transform: scale(0.5);
        margin-bottom: 0;
    }
}

/* FAQ */
.page-faq .card-faq .card-title .label-info {
    color: #FFF;
}

.underline{
    text-decoration: underline;
}

/*===================================
 Corrections 14/04/21
 ====================================*/

#back-to-top {
    width: 40px ;
    height: 40px;
    z-index: 2;
}
#back-to-top:before {
    width: 13px;
    height: 13px;
    margin-top: -4px;
    margin-left: -7px;
}
.product-image-viewer-wrapper .big-img:after {
    cursor: zoom-in;
}

@media (max-width: 768px){
    .contain-infos .txt-none {
        display: initial;
    }
    .contain-infos {

    }
}
@media (max-width: 480px){
    .infos-delivery {
        padding: 0;
    }
    .infos-delivery .container .contain-infos{
       /* flex-direction: column; */
    }
    .infos-delivery .container .contain-infos .txt-none{
        font-size: 11px;
    }
}

.d-sections section p {
    font-size: .995rem;
}

@media (min-width: 768px){
    .page-shopping-cart .addresses-container > div a.btn {
        width: 82%;
        position: absolute;
        left: 30px;
        bottom: 53px;
    }
    .page-shopping-cart .addresses-container > div {
        position: relative;
    }
}

@media (max-width: 576px){
    /*.product-item {*/
    /*    flex: 0 0 50%;*/
    /*    max-width: 50%;*/
    /*}*/
    .list-products .contain-item:hover .txt-product {
        padding-top: 15px !important;
    }
    .list-products .contain-item:hover .txt-product .btn-add-cart{
        padding: 10px !important;
        font-size: 10px !important;
    }
    .list-products .product-item .contain-item .visuel-product{
        height: 100% !important;
    }
    .list-products .contain-item:hover .visuel-product {
        height: 100% !important;
    }
}

/* Espace mon compte */
.page-private-space .form-control {
    border: 1px solid #EFEFEF !important;
}
.page-private-space select.form-control {
    border: 1px solid #EFEFEF !important;
    padding-left: 20px;
}
.page-private-space .file-preview {
    border-radius: 0px !important;
    border: 1px solid #EFEFEF;
}

body.page-private-space .table thead th {
    background-color: #F9F9F9 !important;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #E0E2DC !important;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #EFEFEF !important;
    border-radius: 0px !important;
    height: calc(1.5em + 1.25rem + 2px) !important;
    padding: 0.425rem 0.5rem;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 8px !important;
}

/* sélecteur filtres */

.bottom-category .inner-section .group-ar {
    position: relative;
}

/* burger menu */

@media (max-width: 992px){
    header .container .middle-header .row .icons {
        z-index: 120 !important;
    }
}
.dl-menu li.close-menu-m{
    margin-bottom: 15px;
}
.dl-menu li.close-menu-m svg{
    margin-right: 15px;
    color: #fff !important;
}
.dl-menu li.close-menu-m svg .a{
    fill: #fff !important;
}
.dl-menu #search_form input {
    border: none;
    color: #fff;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    padding-left: 40px;
    line-height: 1.4 !important;
    font-family: "Poppins", sans-serif !important;
    font-size: 0.938rem;

}
.dl-menu #search_form input::placeholder {
    color: #fff;
}
.dl-menu li.search{
    padding-left: 20px;
    margin-bottom: 15px;
}
.dl-menu li.search svg {
    position: absolute;
    bottom: 11px;
    left: 21px;
}
.dl-menu li.search svg .a{
    fill: #fff !important;
}
.dl-menuwrapper li.dl-back:after {
    color: #fff !important;
}
.dl-menuwrapper button {
    top: 63px;
}
@media (min-width: 480px) and (max-width: 550px){
    .dl-menuwrapper button {
        top: 73px;
    }
}
@media (max-width: 480px){
    .dl-menuwrapper button {
        top: 73px;
    }
}

/* Page produit */

.product-infos-right .product-description .heading .ref {
    display: none;
}
.product-wrapper .rea-content{
    display: flex;
    align-items: center;
}
.product-wrapper .rea-content .picto{
    transform: initial;
    margin-right: 10px;
}
.product-wrapper .rea-content .txt{
    text-align: left;
}
.product-wrapper .rea-content .picto svg{
    width: 50px;
}
.product-wrapper .rea-content.rea-guarantee .picto svg{
    width: 40px;
}
.product-wrapper .rea-content.rea-payment .picto svg{
    width: 30px;
}
.product-image-viewer-wrapper .big-img img {
    max-width: 650px;
    max-height: 650px;
    object-fit: cover;
}
.product-infos-right .product-infos .choice-qty .contain-2 {
    margin-top: 25px;
}

/* Panier */
@media (min-width: 992px){
    #info-delivery-container-responsive{
        display: none;
    }
    #info-delivery-container{
        display: block;
    }
}
@media (max-width: 992px){
    #info-delivery-container-responsive{
        display: block;
        margin-top: 20px;
    }
    #info-delivery-container{
        display: none;
    }
}
@media (max-width: 767.98px){
    .order-item-card .stepper-input input {
        border-bottom: 1px solid #D4D4D4;
        text-align: center;
    }
}
@media (max-width: 480px){
    .page-shopping-cart .empty-cart .continue {
        max-width: 154px;
        display: flex;
    }
}
@media (max-width: 400px){
    .sidebar-order .sidebar-order-inner .price-recap .select > div {
        font-size: 11px;
    }

}
@media (min-width: 380px){
    .promo-desktop{
        display: block;
    }
    .promo-responsive{
        display: none;
    }
}
@media (max-width: 380px){
    .promo-desktop{
        display: none;
    }
    .promo-responsive{
        display: block;
    }
}

/*@media (max-width: 1369px){*/
/*  .slider-item .slider-product .product-item {*/
/*    max-width: calc(33.33vw - 16px) !important;*/
/*    min-width: calc(33.33vw - 16px) !important;*/
/*  }*/
/*}*/
/*@media (max-width: 1024px){*/
/*  .slider-item .slider-product .product-item {*/
/*    max-width: calc(50vw - 16px) !important;*/
/*    min-width: calc(50vw - 16px) !important;*/
/*  }*/
/*}*/
/*@media (max-width: 480px){*/
/*  .slider-item .slider-product .product-item {*/
/*    max-width: calc(100vw - 16px) !important;*/
/*    min-width: calc(100vw - 16px) !important;*/
/*  }*/
/*}*/
.slider-item .slider-product .product-item .contain-item .visuel-product img {
    width: 100%;
}
/*@media (max-width: 550px){*/
/*  .slider-item .slider-product .product-item .contain-item .visuel-product {*/
/*      height: 220px;*/
/*  }*/
/*}*/

.dl-menuwrapper button svg .a{
    fill: #323232;
}

header{
    z-index: 1000;
}

.tab-wrapper .tab-content #Technical .technical-characteristics table tbody tr td:first-child,
.tab-wrapper .tab-content #Normes .technical-characteristics table tbody tr td:first-child,
.tab-wrapper .tab-content #Dimensions .technical-characteristics table tbody tr td:first-child
{
    font-weight: bold;
}
.tab-wrapper .tab-content #Technical .technical-characteristics table tbody tr td:last-child,
.tab-wrapper .tab-content #Normes .technical-characteristics table tbody tr td:last-child,
.tab-wrapper .tab-content #Dimensions .technical-characteristics table tbody tr td:last-child
{
    font-weight: 300;
}
.bold{
    font-weight: bold;
}
#DeliveryAndReturn .inner ul {
    padding-left: 15px;
}
#DeliveryAndReturn .inner ul li{
    display: flex;
    position: relative;
}
#DeliveryAndReturn .inner ul li:before{
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: rgb(171, 147, 113);
    border-radius: 50px;
    top: 13px;
    left: -15px;
}
#DeliveryAndReturn .inner ul li .bold{
    margin-left: 5px;
}

.modal-header button.close span {
    /*height: 23px;*/
    line-height: 7px;
}
.text-uppercase.ttl-payment{
    margin-top: 70px;
    font-size: 1.5rem;
}
.technical.normes .technical-characteristics table td span{
    padding: 0;
}
@media (max-width: 550px){
    .ttl-category-s {
        line-height: 1 !important;
    }
}
@media (max-width: 768px){
    .go-green .vertical-insta img {
        height: auto;
    }
}
a.banner-section:hover{
    text-decoration: none !important;
}
.normes .technical-characteristics tr td.text-justify:before {
    display: none;
}
.normes .technical-characteristics table td > div {
    padding: 0 1.25rem;
}
.normes .technical-characteristics tr td:before {
    top: 50%;
}
.normes .technical-characteristics table td span {
    position: absolute;
    top: 42%;
}
@media (max-width: 768px){
    .normes .technical-characteristics table tr {
        display: flex;
        flex-direction: column;
    }
    .normes .technical-characteristics table td span {
        position: relative;
    }
    .normes .technical-characteristics tr td:before {
        display: none;
    }
    .normes .technical-characteristics table td > div {
        padding: 0;
    }
}

@media (max-width: 1400px){
    .slider-item .slider-product .product-item .contain-item .visuel-product img {
        width: 100%;
        max-height: 285px;
        object-fit: contain;
    }
}
@media (max-width: 768px){
    .slider-item .slider-product .product-item .contain-item .visuel-product img {
        width: 100%;
        max-height: 240px;
        object-fit: contain;
    }
}
