.topMenu a {
    display: block;
    padding: 0.3125rem 0.25rem;
}/*******************************************************/
/**																										**/
/**						     EGGS - Custom  										**/
/**																										**/
/*******************************************************/

/* @import url('https://fonts.googleapis.com/css?family=Arial:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i'); */
/* @import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i'); */

/*
Code couleur Gris clair: #f7f7f7;
Code couleur Gris fonc�: #414143;
Code couleur Jaune: #ffcf1f;
*/

#netreviewsWidgetNum31042widget20av, #netreviewsWidgetNum31043widget10av {
    display: none !important;
}

/*********************************************/
/**																					**/
/**						     Global 									**/
/**																					**/
/*********************************************/
body,
#wrapper {
    background: #f7f7f7;
    box-shadow: inherit;
    font-family: "Arial", sans-serif;
    overflow-x: hidden;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

@media (min-width: 1185px) {
    .container {
        width: 1155px;
    }
}

.hidden-md-up {
    display: none !important;
}

.hidden {
    display: none !important;
}

/*********************************************/
/**																					**/
/**						     Header 									**/
/**																					**/
/*********************************************/

/*Global*/
#header,
#header .header-nav {
    background: #f7f7f7;
    border: none;
    margin: 0;
}

#header .container {
    padding: 0;
}

#header a:hover {
    color: #414143;
}

/*Top*/
#header .header-top {
    background: #fff;
    padding: 0;
}

#header .top-right-nav .btn-devis,
#header .top-right-nav .btn-rdv {
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    padding: 0 15px;
}

.ui-menu .ui-menu-item a {
    font-size: 12px;
}


/*Carousel*/
.carousel,
.carousel.slide ul {
    height: 464px;
    overflow: hidden;
    margin: 0;
}

.carousel.slide ul a {
    z-index: 9999999;
}

.carousel .carousel-item img {
    display: block;
    position: absolute;
    z-index: 1;
}

.carousel .carousel-item img {
    min-height: 100%;
    min-width: 100%;
    width: auto;
}

.carousel .carousel-item .caption {
    bottom: inherit;
    left: inherit;
    margin: 0 auto;
    max-width: 1155px;
    z-index: 9999999999999999999999999999;
    height: 464px;
    width: 1155px;
    padding-top: 140px;
    position: relative;
}

.carousel .carousel-item .caption .text-slide {
    background-color: rgba(255, 255, 255, 0.7);
    display: block;
    float: left;
    position: relative;
    max-width: 500px;
}

.carousel .carousel-item .caption h2 {
    color: #1c1c1d;
    float: left;
    font-family: "Arial", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    padding: 10px 10px;
    text-transform: none !important;
}

.carousel .carousel-item .caption .caption-description {
    clear: both;
    padding: 0 0 0 0px;
    width: auto;
    display: block;
    position: relative;
    float: left;
}

.carousel .carousel-item .caption .caption-description p {
    color: #1c1c1d;
    font-family: "Arial", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    padding: 0 10px;
}

.carousel .carousel-item .caption .caption-plus-dinfos {
    background: url("../img/plus-dinfo.png") no-repeat;
    clear: both;
    display: block;
    float: left;
    font-family: "Arial", sans-serif;
    font-size: 12px;
    font-weight: 700;
    height: 28px;
    line-height: 30px;
    margin: 10px;
    padding: 0 0 0 18px;
    position: relative;
    text-transform: uppercase;
    width: 106px;
}

.carousel .carousel-item .caption .caption-plus-dinfos:hover {
    color: #ffcf1f;
}

.carousel .carousel-control .icon-next i:hover,
.carousel .carousel-control .icon-prev i:hover {
    color: #ffcf1f;
}

.carousel .carousel-control.left, .carousel .carousel-control.right {
    width: 60px;
}

/*blocklinkcarousel*/

/*A ENLEVER SI CONFIRMATION DU CLIENT*/
#header .carousel-links {
    display: none;
    float: left;
    height: 66px;
    width: 100%;
}

#index #wrapper {
    padding-top: 0;
    /* overflow-x: hidden; */ /*add poue regler overflow scroll home?!*/
}

/**************************************/
#header .carousel-links .nav-carousel {
    height: 66px;
    margin: 0 auto;
    width: 1155px;
}

#header .carousel-links .nav-carousel li {
    background: url("../img/mail.png") no-repeat 78% center;
    background-size: 33px;
    float: left;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    padding: 32px 0;
    text-align: left;
    width: 20%;
}

#header .carousel-links .nav-carousel li:first-child {
    background: url("../img/question.png") no-repeat 15% center;
    background-size: 40px;
    font-size: 14px;
    font-weight: 600;
    padding: 32px 0 32px 50px;
    text-align: center;
    width: 47%;
}

#header .carousel-links .nav-carousel li:last-child {
    background: url("../img/mobile.png") no-repeat 56% center;
    background-size: 24px;
    width: 30%;
}

#header .carousel-links .nav-carousel li a {
    color: #414143;
}

#header .carousel-links .nav-carousel li a:hover {
    text-decoration: underline;
}

#header .carousel-links .nav-carousel li:last-child a:hover {
    text-decoration: none;
}

/*********************************************/
/**																					**/
/**						     Homepage									**/
/**																					**/
/*********************************************/

/*Global*/
#index #wrapper .container {
    margin: 0;
    padding: 0;
    width: 100%;
}

.page-home {
    background: #fff;
}

#index #wrapper .container .h2 {
    margin: 0;
}

/*CarouselProduct*/
#index #wrapper .container.mpm-featuredproducts-slider-container {
    margin: 0 auto;
    width: 1155px;
}

.mpm-featuredproducts-slider-navigation {
    position: absolute;
    top: 270px;
    width: 100%;
}

.mpm-featuredproducts-slider-navigation .slick-prev i,
.mpm-featuredproducts-slider-navigation .slick-next i {
    display: none;
}

.mpm-featuredproducts-slider-navigation .slick-prev {
    background: url("../img/nav-left.png") no-repeat center center;
    float: left;
    height: 19px;
    left: -15px;
    position: relative;
    width: 10px;
    z-index: 9999;
}

.mpm-featuredproducts-slider-navigation .slick-next {
    background: url("../img/nav-right.png") no-repeat center center;
    float: right;
    height: 19px;
    position: relative;
    right: -15px;
    width: 10px;
    z-index: 9999;
}
.mpm-featuredproducts-product-miniature {
    padding: 0;
    position: relative;
}
.mpm-featuredproducts-product-miniature:hover {
    box-shadow: none;
}

.mpm-featuredproducts-slider-container .row h2 {
    background: url("../img/pluceo-logo.png") no-repeat left center;
    color: #414143;
    font-size: 18px;
    font-weight: normal;
    padding: 20px 0 20px 35px;
    line-height: 38px;
}

.mpm-featuredproducts-product-info-container {
    height: 20px;
}

.mpm-featuredproducts-slider-container .row h2 span {
    font-weight: bold;
}

.mpm-featuredproducts-img-container {
    background: white;
}

.mpm-featuredproducts-product-title-block {
    text-align: left;
    background: rgb(50,50,50);
    min-height: 81px;
    padding: 9px;
    flex: 1;
}

.mpm-featuredproducts-product-title-block h2,
.mpm-featuredproducts-product-title-block h3 {
    font-family: "Arial", sans-serif;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    line-height: 18px;
}

.mpm-featuredproducts-product-title-block h2 a,
.mpm-featuredproducts-product-title-block h3 a {
    color: white;
    font-size: 14px;
    font-weight: normal;
}

.mpm-featuredproducts-product-title-block h2 a:hover,
.mpm-featuredproducts-product-title-block h3 a:hover {
    color: white ;
    text-decoration: underline !important;
}

.mpm-featuredproducts-product-avis-block img {
    display: block;
    margin: 20px auto;
}

.mpm-featuredproducts-product-variants-block {
    display: block !important;
    height: auto;
    float: right;
    margin-top: -12px;
    margin-right: 14px;
}

.mpm-featuredproducts-product-variants-block .variant-links, .mpm-featuredproducts-product-variants-block .color-list-container {
    min-height: auto;
}


.mpm-featuredproducts-product-price-block {
    margin-top: 0px;
    padding: 0;
    text-align: center;
}



.mpm-featuredproducts-product-price-block .block-price {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

#products .mpm-featuredproducts-product-price-block .block-price .regular-price {
    color: #eaeaea;
    display: block;
    font-size: 12px;
    line-height: 12px;
    padding: 4px 0 0 0;
}

.block-categorydefault {
    color: #ffffff;
    display: table;
    float: right;
    font-size: 12px;
    font-weight: normal;
    height: 63px;
    line-height: 18px;
    text-align: right;
    width: 49%;
}

.block-categorydefault span {
    display: table-cell;
    vertical-align: middle;
}

.mpm-featuredproducts-product-price-block .block-price .price {
    color: #ffcf1f;
    font-size: 16px;
}

.product-quantity.no-show-price-availability {
    display: flex !important;
    margin-bottom: 10px;

}

.product-quantity.no-show-price-availability .text {
    color: white;
    padding: 0.5rem 1rem;
}

.product-quantity.no-show-price-availability a {
    display: flex;
    align-items: center;
}

.mpm-featuredproducts-product-price-block .block-price .price a {
    color: #ffcf1f;
}

.mpm-featuredproducts-product-price-block .block-price .price a:hover {
    text-decoration: underline !important;
}

.mpm-featuredproducts-product-price-block .block-price .price.no-show-price {
    font-size: 14px;
}

.mpm-featuredproducts-product-price-block .block-price .price.no-show-minprice {
    display: none;
}

.mpm-featuredproducts-product-price-block.block-discount .block-price .price {
    color: #ffcf1f;
    line-height: 18px;
}

.mpm-featuredproducts-product-price-block.block-discount .block-price .regular-price {
    color: #eaeaea;
    display: block;
    font-size: 12px;
    line-height: 12px;
    padding: 4px 0 0 0;
}

.mpm-featuredproducts-product-price-block.block-discount .block-price .discount {
    color: #ffcf1f;
    display: block;
    font-size: 18px;
    line-height: 18px;
}

.mpm-featuredproducts-product-actions-block {
    display: block !important;
    text-align: left;
}

.mpm-featuredproducts-product-description-block,
.mpm-featuredproducts-product-description-block p {
    color: #373738 !important;
    font-family: "Arial", sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    margin: 0;
    text-align: left !important;
}

.mpm-featuredproducts-product-actions-block .mpm-featuredproducts-link-to-product-page-block {
    padding: 5px 15px 15px 0;
}

.mpm-featuredproducts-link-to-product-page-block a {
    border-bottom: 1px solid #414143;
    color: #414143;
    float: left;
    font-family: "Arial", sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    text-transform: uppercase;
    padding: 0 0 10px;
}

.mpm-featuredproducts-link-to-product-page-block a:hover {
    border-bottom: 1px solid #ffcf1f;
}


.mpm-featuredproducts-add-to-cart-btn-block.product-add-to-cart .btn {
    background:  #ffcf1f;
    color: #414143;
    font-family: "Arial", sans-serif;
    font-size: 15px;
    font-weight: bold;
    padding: 14px 0;
    text-align: center;
    border: 1px solid #ffcf1f;
    width: 100%;
    height: auto;
}

.mpm-featuredproducts-add-to-cart-btn-block.product-add-to-cart .btn:hover {
    background:  #414143;
    color: #ffcf1f !important;
}

.mpm-featuredproducts-product-availability-status {
    float: left;
}

/*Carousel Manufacturer*/
#an_brandslider-block {
    background: #f5f5f5;
}

#an_brandslider-block .an_brandslider-title,
#an_brandslider-block .an_brandslider-items {
    margin: 0 auto;
    width: 1155px;
}

#an_brandslider-block .an_brandslider-items {
    margin: 0 auto 50px;
}

#an_brandslider-block .an_brandslider-title {
    background: url("../img/pluceo-logo.png") no-repeat left center;
    border: none;
    color: #414143;
    font-family: "Arial", sans-serif;
    font-size: 18px;
    padding: 40px 0 40px 35px;
}

#an_brandslider-block .owl-prev {
    background: url("../img/nav-left.png") no-repeat center center;
    height: 19px;
    width: 10px;
}

#an_brandslider-block .owl-next {
    background: url("../img/nav-right.png") no-repeat center center;
    height: 19px;
    width: 10px;
}

#an_brandslider-block .owl-prev i,
#an_brandslider-block .owl-next i {
    display: none;
}

/*Prestablog*/
#module-prestablog-blog h1.hidden,
#module-prestablog-blog h2.hidden {
    display: none;
}

.prestablog_pagination {
    padding: 0 10px 10px;
}

#module-prestablog-blog .prestablog_pagination span.current {
    background: #ffcf1f;
    border-color: #ffcf1f;
    color: #000;
}

#module-prestablog-blog .prestablog_pagination a {
    color: #000;
}

#module-prestablog-blog .prestablog_pagination a:hover {
    background: #ffcf1f;
    border-color: #ffcf1f;
}

.prestablog {
    background: #ededed;
    clear: both;
    display: block;
    padding: 0;
}

.prestablog #eggs_blog_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 45px;
    margin-bottom: 30px;
}

.prestablog .title {
    background: url("../img/pluceo-logo.png") no-repeat left center;
    color: #414143;
    font-family: "Arial", sans-serif;
    font-size: 18px;
    font-weight: normal;
    margin: 0 auto;
    padding: 40px 0 40px 35px;
    text-align: left;
    text-transform: none !important;
    width: 1155px;
}

#eggs_blog_list li {
    border-radius: 10px;
    padding: 0;
    position: relative;
}

#eggs_blog_list li .block_bas {
    background: white;
    min-height: 124px;
    padding: 15px;
}

#eggs_blog_list li .block_bas h3 a {
    color: #414142;
    font-family: "Arial", sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
}

#eggs_blog_list li .block_bas h3 a:hover {
    text-decoration: underline;
}

.prestablog_more {
    margin: 25px 0 0 0;
    text-align: center;
}

.prestablog_more a {
    border-bottom: 1px solid #414143;
    color: #414143;
    font-family: "Arial", sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding: 0 0 10px;
    text-transform: uppercase;
}

.prestablog_more a:hover {
    border-bottom: 1px solid #ffcf1f;
}

.all-situations {
    clear: both;
    margin: 0;
    text-align: center;
}

.all-situations a {
    background: #ffcf1f;
    color: #454547;
    font-family: "Arial", sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding: 10px 27px;
    text-transform: uppercase;
}

.all-situations a:hover {
    background: #454547;
    color: #ffcf1f;
}

#main .page-footer {
    margin-bottom: 0;
}

/*********************************************/
/**																					**/
/**						      Footer									**/
/**																					**/
/*********************************************/

/*Global*/
#footer {
    box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.1);
    background: #3a3a3c;
    padding-top: 0;
}

/*Footer top*/
#footer .container .links-homepage {
    background: #fff;
    float: left;
    padding: 0 0 50px !important;
    width: 100%;
}

#footer .links-homepage .row {
    margin: 0 auto;
    width: 1155px;
}

#footer .links-homepage .row .h3 {
    background: url("../img/pluceo-logo.png") no-repeat left center;
    color: #414143;
    font-family: "Arial", sans-serif;
    font-size: 18px;
    font-weight: normal;
    margin: 0 auto;
    padding: 40px 0 40px 35px;
    text-transform: none !important;
}

#footer .links-homepage .row li {
    float: left;
    margin: auto !important;
    text-align: center;
    width: 25% !important;
}

#footer .links-homepage .row li p {
    color: #414143;
    font-family: "Arial", sans-serif;
    font-size: 14px;
    line-height: 22px;
    margin: 0;
}

#footer .links-homepage .row li p img {
    margin: 0 0 20px;
}

/*Footer Before*/
.row-footer-before {
    margin: 0 auto;
    width: 1155px;
}

#footer .container .row-footer-before .links .h3 {
    color: #fff;
    font-family: "Arial", sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 38px;
    margin: 30px 0 15px;
}

.row-footer-before .links li {
    color: #ffcf1f;
    list-style: disc;
    line-height: 28px;
}

#footer .row-footer-before .links li a {
    display: block;
    line-height: 14px;
}

.row-footer-before .links .col-md-4 {
    padding: 0;
}

.row-footer-before .block-contact {
    background: #f7f7f7;
    padding: 24px !important;
    border: none;
    height: 340px;
}
.row-footer-before .block-contact p {
    color: #414142;
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
    margin-top: 15px;
}

.row-footer-before .block-social {
    margin: 25px -2.5% 0 0;
    padding: 0;
    width: 27.5%;
}

#footer .container .row-footer-before .block-social ul {
    padding: 0;
}

#footer .link-contact-footer {
    color: #414143;
    display: block;
    font-family: "Arial", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
}

#footer .link-contact-footer:hover {
    text-decoration: underline;
}

#footer .link-contact-mail,
#footer .link-contact-phone {
    color: #414142;
    display: block;
    font-family: "Arial", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

#footer .link-contact-phone button {
    color: #4e4e50;
}

#footer .link-contact-phone button:hover {
    cursor: pointer;
}

#footer .link-contact-mail {
    background: url("../img/contact-footer.png") no-repeat left center;
    background-size: 24px;
    padding-left: 34px;
    margin-bottom: 15px;
}

#footer .link-contact-phone {
    background: url("../img/tel-footer.png") no-repeat left center;
    background-size: 24px;
    padding-left: 34px;
    margin-bottom: 15px;
}

#footer .link-contact-calendar {
    background: url('../img/footer-rdv.png') no-repeat left center;
    background-size: 24px;
    padding: 5px 0 5px 34px;
}

#footer .container .row-footer-before .block-social ul li {
    float: right;
}

#footer li {
    margin: 0;
}

#footer li.linkedin {
    background: url("../img/linkedin.png") no-repeat center center / contain;
    height: 24px;
    width: 24px;
    margin-left: 0.5rem;
}

#footer li.youtube {
    background: url("../img/youtube.png")  no-repeat center center / contain;
    height: 24px;
    width: 24px;
}

#footer li.googleplus {
    background: url("../img/google-plus.png") no-repeat center center / contain;
    height: 24px;
    width: 24px;
}

#footer .copyright_link a {
    color: #f7f7f7;
    font-size: 12px;
}

#footer .copyright_link {
    border-top: 1px solid #f7f7f7;
    float: right;
    margin: 30px -2.5% 0 0;
    padding: 45px 0 25px;
    text-align: center;
    width: 27.5%;
}

/*Footer*/
#footer .container .links,
#footer .container .links .col-md-3 {
    padding: 0;
}

#footer .container .links .col-md-3 {
    width: 20%;
}

#footer .container .h3 {
    color: #ffcf1f;
    font-family: "Arial", sans-serif;
    font-size: 10px;
    font-weight: bold;
    line-height: 12px;
}

#footer .container .links .col-md-4 {
    padding: 0;
}

#footer .container ul {
    padding: 0 15px 15px 15px;
    margin: 0;
}

#footer .footer-container .container ul {
    padding: 10px 0;
    margin: 0;
    display: flex;
    justify-content: flex-end;
}

#footer .container li a {
    color: #d1d1d2;
    font-family: "Arial", sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 28px;
}

#footer .container li a:hover {
    text-decoration: underline;
}

#footer .footer-container {
    background: #4d4d50;
    box-shadow: inherit;
    margin-top: 0;
    padding-top: 0;
}

#footer .footer-container .container {
    background: none;
}

#wrapper .breadcrumb ol {
    padding-left: 15px;
}

/*********************************************/
/**																					**/
/**						    Fiche Produit							**/
/**																					**/
/*********************************************/
/*Global*/
#product section .container {
    background: rgb(246,246,246);
    margin: 0;
    padding: 0;
    width: 100%;
}

#product section .container .col-md-12,
#product .breadcrumb {
    float: none;
    margin: 0 auto;
    padding: 0;
    width: 1155px;
}

#product .product-bottom {
    clear: both;
    display: block;
}
/*!*****************************!*/
/*!*****************************!*/
/*!*****************************!*/
/*!*****************************!*/
/*!*****************************!*/
/*!*****************************!*/
/*!*****************************!*/
/*!*****************************!*/
/*!*****************************!*/
/*!*****************************!*/
/*!*****************************!*/
/*!*****************************!*/
/*!*****************************!*/
/*!*****************************!*/
/*#product .product-bottom h2 {*/
/*    font-size: 20px;*/
/*    text-transform: none;*/
/*    font-weight: 700;*/
/*    margin:0 0 25px !important;*/
/*    color: #414143;*/
/*    text-align: left;*/
/*    padding-top: 10px;*/
/*    padding-bottom: 10px;*/
/*}*/
/*!*****************************!*/
/*!*****************************!*/
/*!*****************************!*/
/*!*****************************!*/
/*!*****************************!*/
/*!*****************************!*/
/*!*****************************!*/
/*!*****************************!*/
/*!*****************************!*/
/*!*****************************!*/
/*!*****************************!*/
/*!*****************************!*/
/*!*****************************!*/
/*!*****************************!*/

#product #wrapper {
    background: rgb(246,246,246);
    padding-top: 10px;
}
.mobile-cara-anchor {
    margin: 20px 0;
    font-weight: 600;
}
@media (min-width: 767px) {
    .mobile-cara-anchor {
        display: none;
    }
}

#wrapper .breadcrumb li:after {
    content: ">";
    color: #ffcf1f;
    margin: .3125rem;
}

#wrapper .breadcrumb li a {
    color: #414143;
    font-size: 14px;
    font-weight: 600;
}

#wrapper .breadcrumb li a:hover {
    text-decoration: underline;
}

#product .col-md-12 > .col-md-6 #content {
    max-width: 100%;
    padding: 0;
}

#product .col-md-12 > .col-md-6 {
    margin: 2rem 0 0 0;
    padding: 0 0px;
}
#product .col-md-12 > .col-md-6:first-child {
    padding-right: 2rem;
}

/*etiquette*/
.product-flag.new {
    background: #ffcf1f;
    box-shadow: none;
    color: #414143;
    font-size: 14px;
}

/*image produit*/
#product .images-container .product-cover img {
    box-shadow: none;
}

#product .images-container .product-cover .layer {
    background: url("../img/zoom-img.png") no-repeat bottom right;
    opacity: 1;
}

#product .product-images.js-qv-product-images {
    margin: 0 0 0 0;
}

#product .product-images > li.thumb-container > .thumb {
    box-shadow: none;
}

#product .product-images > li.thumb-container > .thumb.selected,
#product .product-images > li.thumb-container > .thumb:hover {
    border: 2px solid #fed01d;
}

/*
#product #main .images-container .js-qv-mask {
	overflow: visible;
}*/

/*info produit*/
#product .product-additional-info {
    float: right;
}

#product .product-additional-info .social-sharing {
    display: none;
    float: right;
    margin: 0;
}

#product .product-additional-info .social-sharing ul {
    display: none;
}

#product .product-additional-info .social-sharing span {
    background: url("../img/partage.png") no-repeat top right;
    display: block;
    float: right;
    height: 28px;
    overflow: hidden;
    text-indent: -1000px;
    width: 31px;
}

#product .product-additional-info .social-sharing span:hover {
    cursor: pointer;
}

#product .product-additional-info .social-sharing ul.inactive {
    display: none;
}

/*#product .col-md-6 h1 {*/
/*    color: #373738;*/
/*    float: left;*/
/*    font-family: "Arial", sans-serif;*/
/*    font-size: 20px;*/
/*    line-height: 22px;*/
/*    text-transform: none;*/
/*    width: 60%;*/
/*}*/

#product #refproduit {
    color: #373738;
    background: rgb(230,230,230);
    float: right;
    font-family: "Arial", sans-serif;
    font-size: 14px;
    padding: 10px;
    line-height: 16px;
    margin: 10px 0px;
    clear: right;
}

#product .product-information {
    clear: both;
    font-size: 14px;
    line-height: 20px;
}

#product .product-information p {
    color: #373738;
    font-size: 14px;
    line-height: 18px;
}

#product .product-information h2 {
    font-size: 16px;
    font-weight: 600!important;
    text-align: left;
    margin-top: 5px !important;
    margin-bottom: 8px !important;
    padding-bottom: 0 !important;
}

#product .avis-pluceo {
    color: #373738;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    margin-top: 5px;
    background: white;
    border-left: 10px solid #ffcf1f;
    padding: 1rem 1.8rem 1rem;
}
#product .avis-pluceo > span{
    font-size: 18px;
    font-weight: normal;
    padding-bottom: 0.5rem;
    display: block;
}
#product .avis-pluceo p:last-of-type{
    margin-bottom: 0px;
}

#product .avis-pluceo h3{
    font-size: 16px;
    font-weight: 600;
}

#product .eggs-product-add-to-cart {
    background: url("../img/produit-etiquette-prix.png") no-repeat top right;
    clear: both;
}

#product .eggs-product-add-to-cart.discount {
//  background: url("../img/produit-etiquette-prix-discount.png") no-repeat top right;
    clear: both;
}

#product .product-add-to-cart .product-prices {
    float: left;
}

#product .product-add-to-cart .discount.discount-percentage {
    display: none;
}

/*En stock/estimation livraison*/
.bloc-dispo {
    background: #EBEBEC;
    color: #373738;
    font-size: 14px;
    line-height: 20px;
    float: left;
    font-weight: bold;
    height: 80px;
    margin-bottom: 10px;
    margin-right: 1%;
    width: 49%;
}

.bloc-dispo #product-availability.en_stock {
    background: url("../img/en-stock.png") no-repeat no-repeat 31px 14px;
    color: #4aad10;
    font-weight: bold;
    height: 100%;
    padding: 10px 50px 10px 95px;
}

.bloc-dispo #product-availability.rupture_stock {
    background: url("../img/rupture-stock.png") no-repeat no-repeat 36px 14px;
    font-weight: bold;
    height: 100%;
    padding: 10px 20px 10px 95px;
}

.bloc-dispo #product-availability.en_stock span {
    font-weight: normal;
    color: #373738;
}

.bloc-dispo #product-availability.rupture_stock span {
    font-weight: normal;
}

.bloc-dispo #product-availability i {
    display: none;
}

.bloc-livraison {
    background: url("../img/frais-de-port.png") no-repeat 10px 28px #f7f7f7;
    color: #373738;
    font-size: 14px;
    line-height: 20px;
    float: left;
    height: 80px;
    margin-bottom: 10px;
    margin-left: 1%;
    padding: 25px 5px 25px 65px;

}

.bloc-port-offert {
    background: url("../img/frais-de-port-offert.png") no-repeat 10px 28px #ffcf1f;
    color: #373738;
    font-size: 14px;
    line-height: 20px;
    float: left;
    height: 80px;
    margin-bottom: 10px;
    margin-left: 1%;
    padding: 25px 5px 25px 85px;
    width: 100%;

}

@media screen and (min-width: 900px) {
    .product-actions .bloc-livraison,
    .product-actions .bloc-port-offert {
        width: 49%;
        padding: 10px 5px 25px 85px;
    }
}


.bg-yellowplueceo {
    background-color: #ffcf1f;
}

/*
#product-availability. {

}*/

/*Quantity*/
#product .product-add-to-cart .product-quantity {
    display: block;
}

#product .product-add-to-cart .product-quantity .add {
    float: right;
    height: 88px;
    margin: 0;
    padding: 0;
}

#product .product-actions .add-to-cart .material-icons {
    display: none;
}

#product .product-add-to-cart .product-quantity .add button {
    background:  #ffcf1f url("../img/panier.png") no-repeat 59px 40px;
    box-shadow: none;
    color: #414143;
    font-family: "Arial", sans-serif;
    font-size: 16px;
    font-weight: bold;
    height: 88px;
    line-height: 30px;
    padding: 5px 40px 35px;
}

#product .product-add-to-cart .product-quantity .add button:hover {
    background: url("../img/panier-fiche-produit-hover.png") no-repeat #414143 59px 40px;
    color: #ffcf1f;
}

#product .product-prices {
    margin: 0 0 0 10px;
}

#product .product-prices .current-price {
    color: #ffcf1f;
    font-family: "Roboto", sans-serif;
    font-size: 26px;
    font-weight: bold;
    line-height: 86px;
}

#product .product-prices:has(.product-discount) .current-price {
    line-height: 28px;
}

#product .product-prices .current-price span a {
    color: #ffcf1f;
}

#product .product-prices .current-price span a:hover {
    text-decoration: underline;
}

#product .product-prices.no-show-price .current-price {
    font-size: 18px;
}

#product .product-prices div {
    margin: 0;
} 
#product .product-prices .product-discount .regular-price {
    color: #eaeaea;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
}

#product .product-add-to-cart.discount .product-prices .current-price {
    color: #ffcf1f;
    font-family: "Roboto", sans-serif;
    font-size: 30px;
    font-weight: bold;
    line-height: 30px;
}

#product .product-prices .product-discount .price {
    color: #eaeaea;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
}


/*Quantity*/
#product .qty {
    margin-left: 15px;
    margin-right: 0;
}

#product .qty .bootstrap-touchspin {
    box-shadow: none;
    width: 170px;
}

#product .product-quantity .input-group-btn-vertical .btn i {
    display: none;
}

#product .qty .bootstrap-touchspin #quantity_wanted {
    background: #343436;
    border: none;
    color: #ffffff;
    display: block;
    font-size: 26px;
    margin: 20px 0px -44px 55px;
    width: 62px;
}

.product-quantity .input-group-btn-vertical {
    width: 100%;
}

#product .qty .bootstrap-touchspin-up {
    background: url("../img/plus.png") no-repeat center center;
    border: none;
    float: right;
    height: 45px;
    margin: 0;
    width: 45px;
}

#product .qty .bootstrap-touchspin-down {
    background: url("../img/moins.png") no-repeat center center;
    border: none;
    float: left;
    height: 45px;
    margin: 0;
    width: 45px;
}

/*Carousel lienk*/
#product .carousel-links {
    background: #f7f7f7;
    float: left;
    width: 100%;
}

#product .carousel-links .nav-carousel {
    height: 80px;
    margin: 0 auto;
    width: 1155px;
}

#product .carousel-links .nav-carousel li {
    background: url("../img/mail.png") no-repeat 78% center;
    float: left;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    padding: 37px 0;
    text-align: left;
    width: 20%;
}

#product .carousel-links .nav-carousel li:first-child {
    background: url("../img/question.png") no-repeat 12% center;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    width: 47%;
}

#product .carousel-links .nav-carousel li:last-child {
    background: url("../img/mobile.png") no-repeat 56% center;
    width: 30%;
}

#product .carousel-links .nav-carousel li a {
    color: #414143;
}

#product .carousel-links .nav-carousel li a:hover {
    text-decoration: underline;
}

#product .carousel-links .nav-carousel li:last-child a:hover {
    text-decoration: none;
}

/*Description-caracteristiques*/
.bloc-center {
    clear: both;
    display: block;
    margin: 20px auto;
    padding: 30px 0 0 0;
    position: relative;
    width: 1155px;
}

#product .bloc-description-caracteristiques {
    background: white;
    display: block;
    float: left;
    position: relative;
    width: 100%;
    border: 1px solid #EBEBEC;
}

#product .bloc-description {
    float: left;
    display: block;
    padding: 30px 20px 30px 30px;
    position: relative;
    width: 50%;
}



#product .bloc-caracteristiques {
    float: left;
    display: block;
    padding: 30px 20px 30px 30px;
    position: relative;
    width: 50%;
}

#product .bloc-center .title {
    color: #414143;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 25px;
}

#product .bloc-center p,
#product .product-description {
    color: #414143;
    font-family: "Arial", sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
}

#product .product-description h3 {
    font-weight: bolder;
    color: #414143;
    font-size: 14px;
    font-family: "Arial", sans-serif;
    line-height: 20px;
    margin-bottom: 16px;
}

#product .product-description img {
    max-width: 100%;
}

#product .product-features {
    margin: 0;
    padding: 0;
}

#product-details .product-manufacturer {
    display: block;
    margin-top: -10px;
}

#product-details .product-manufacturer span,
#product-details .product-reference span {
    width: 50%;
    float: right;
}

#product-details .product-manufacturer label,
#product-details .product-reference label,
#product #product-details .product-features dt {
    background: none;
    border-bottom: 1px solid #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    margin: 0;
    padding: 10px 0;
    text-align: left;
    width: 50%;
}

#product-details .product-manufacturer span,
#product-details .product-reference span,
#product #product-details .product-features dd {
    background: none;
    border-bottom: 1px solid #fff;
    margin: 0;
    padding: 11px 0;
    font-size: 14px;
    text-transform: inherit;
}

/*Documents/Aide au choix/Situations/FAQ*/
#product .tabs {
    box-shadow: none;
    clear: both;
    display: block;
    float: left;
    margin-bottom: 30px;
    padding: 0;
    width: 100%;
    background: transparent;
}

#product .nav.nav-tabs {
    background: #f7f7f7;
}

#product .tabs .nav-link.active,
#product .tabs .tab-pane.active {
    background: #eaeaea;
    border: none;
    color: #414143;
    float: left;
    width: 100%;
}

#product .tabs .nav-item {
    width: 25%;
}

#product .tabs .nav-link {
    color: #414143;
    font-family: "Arial", sans-serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 24px;
    padding: 20px 0;
    text-align: center;
}

#product .tabs .nav-link:hover {
    background: #eaeaea;
    border: none;
}

#product .tabs .attachment {
    background: #fff;
    margin: 40px 4.5%;
    width: 16%;
    display: block;
    float: left;
    min-height: 200px;
    padding: 35px 20px 20px;
    position: relative;
}

#product .tabs  .product-videos {
    display: flex;
    flex-wrap: wrap;
}

#product .tabs .attachment-video {
    background: #fff;
    max-width: 100%;
    width: 450px;
    display: block;
    height: 300px;
    margin: 20px 20px 0 0px;
    position: relative;
}

#product .tabs .attachment-video iframe {
    margin: 0 auto;
    display: block;
    max-width: 100%;
    height: 100%;
}

#product .tabs .attachment .h4 {
    color: #414143;
    font-family: "Arial", sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
}


#product .tabs .attachment-file {
    max-width: 100%;
    width: 350px;
    display: flex;
    align-items: center;
    padding: 20px;
}
#product .tabs .attachment-file img {
    padding-right: 20px;
}
#product .tabs .attachment-file .h4 {
    color: #414143;
    font-family: "Arial", sans-serif;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 0;
    line-height: 20px;
}

#product .tabs .product-situations .attachment a {
    background: #ffcf1f;
}

#product .tabs .attachment a {
    background: url("../img/download.png") #ffcf1f no-repeat 90% center;
    color: #414143;
    display: block;
    font-family: "Arial", sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
    padding: 0 15px;
    text-transform: uppercase;
    width: auto;
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
}

#product .tabs .product-situations .attachment a:hover {
    background: #414143;
}

#product .tabs .attachment a:hover {
    background: url("../img/download-hover.png") #414143 no-repeat 90% center;
    color: #ffcf1f;
}

/*Ces Produits peuvent vous interesser*/
#product .product-accessories {
    margin: 0 auto 4rem;
    width: 1155px;
}

#product .product-accessories .h5 {
    background: url("../img/pluceo-logo.png") no-repeat left 31px;
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;
    margin: 0 auto;
    padding: 20px 0 50px 40px;
    width: 1155px;
}

#product .product-accessories .product-miniature {
    display: block;
    position: relative;
    width: 100%;
    margin: 0;
}

#product .product-accessories .product-miniature .thumbnail-container {
    height: auto;
    width: 100%;
}


/*liens*/
#product #footer .container .links-homepage {
    background: #f7f7f7;
}

/*********************************************/
/**																					**/
/**						     Cat�gories 							**/
/**																					**/
/*********************************************/
/*Image*/
#category .block-category .category-cover {
    bottom: 0;
    height: 376px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden;
}

#category .block-category {
    box-shadow: none;
    border: none;
    margin: 0;
    height: 377px;

}

#category .block-category .category-cover img {
    height: auto;
    position: relative;
    width: 100%;
    z-index: 1;
}

#category .block-category .desc-cat {
    bottom: 0;
    background: rgba(255, 255, 255, 0.9);
    padding: 70px 88px 20px 20px;
    position: absolute;
    right: 0;
    top: 0;
    width: 370px;
    z-index: 2;
}

#category .block-category .desc-cat .btn {
    white-space: normal;
}

#category .block-category .desc-cat #category-description p {
    color: #414143;
    font-size: 14px;
    line-height: 20px;
    position: relative;
    font-weight: 500;
}

#category .block-category .desc-cat #category-description p a,
#category .block-category .desc-cat #category-description p a.pluceo-lien {
    color: #414143;
    font-weight: bold;
}

#category .block-category .desc-cat #category-description p a:hover,
#category .block-category .desc-cat #category-description p a.pluceo-lien:hover {
    color: #414143;
    font-weight: bold;
    text-decoration: underline;
}

#category .block-category .desc-cat #category-description p a.btn.btn-primary {
    background: #414143;
    border-bottom-right-radius: 5px;
    box-shadow: none;
    color: #ffcf1f;
    font-size: 13px;
    font-style: normal;
    padding: 10px 8px;
}

.btn-savoir_plus {
    background: #414143;
    box-shadow: none;
    color: #ffcf1f;
    /* font-size: 13px; */
    font-style: normal;
    padding: 10px 8px;

}

.btn-savoir_plus:hover {
    background-color: #ffcf1f;
    color: #414143;
}

#category #wrapper, #module-prestablog-blog #wrapper {
    background: rgb(246,246,246);
    font-family: "Arial", sans-serif;
    padding-top: 10px;
    overflow-x: hidden;
}

#category #wrapper .container, #module-prestablog-blog #wrapper .container {
    padding: 0;
    /*width: 1440px;*/
    /*width: 1300px;*/
}

#category #wrapper .container #content-wrapper {
    width: 72.5%;
}

#category #wrapper .container .breadcrumb {
    margin: 0 auto 10px;
    width: 1155px;
}

#category #left-column {
    background: #f7f7f7;
    margin: 0;
    width: 27.5%;
}

#category #left-column .h2 {
    color: #414143;
    font-family: "Arial", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 38px;
    text-transform: none;
}

#category #left-column #search_filters {
    box-shadow: none;
    padding: 0;
}

#category #search_filters > p,
#category #search_filters .facet .facet-title, #search_filters_brands .facet .facet-title, #search_filters_suppliers .facet .facet-title {
    color: #414143;
    font-family: "Arial", sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 38px;
    margin: 0;
    text-transform: none !important;
}

#category #search_filters .facet .facet-label a, #search_filters_brands .facet .facet-label a, #search_filters_suppliers .facet .facet-label a {
    color: #414143;
    display: block;
    float: left;
    font-family: "Arial", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    margin-top: 0;
    text-transform: none !important;
    width: 90%;
}

#category #search_filters .facet ul {
    margin: 0 0 5px;
}

#category #search_filters .facet ul li {
    clear: both;
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 7px;
}

#category #search_filters .facet ul li .custom-radio {
    background: #f7f7f7;
    border: 2px solid #414143;
    display: block;
    height: 22px;
    margin-right: 5px;
    margin-top: 7px;
    float: left;
    width: 22px;
}

#category #search_filters .facet ul li .facet-label {
    display: block;
    float: left;
    text-align: left;
    width: 100%;
}

#category #search_filters .custom-radio input[type=radio]:checked + span {
    background-color: #414143;
    width: 8px;
    height: 8px;
    left: 5px;
    top: 5px;
}

#category .products-selection .total-products {
    padding-top: 15px;
}

#category .products-selection .total-products p {
    color: #414143;
    font-family: "Arial", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 40px;
}

#category .products-selection .sort-by-row span {
    color: #414143;
    font-family: "Arial", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 40px;
    padding-top: 15px;
}

#category .products-sort-order .select-title {
    background: #eaeaea;
    border: none;
    color: #414143;
    box-shadow: none;
    font-family: "Arial", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    margin: 15px 0 0 0;
    padding: 5px;
}

#category #products {
}

#category .products-selection .material-icons {
    font-size: 18px;
    line-height: 18px;
}

#category .product-miniature {
    display: flex;
    flex-direction: column;
    margin: 0;
    position: relative;
    width: 100%;
    padding: 0;
    background: white;
}

#category #products .product-miniature .discount {
    display: block;
}


.product-miniature .av_category_stars {
    display: none;
}

.product-miniature .discount {
    position: absolute;
    top: 10px;
    background: #ffcf1f;
    padding: 5px;
    color: #414143 !important;
    left: 0;
}

/*********************************************/
/**																					**/
/**						       FRS    	  		 				**/
/**																					**/
/*********************************************/
#supplier .mpm-featuredproducts-product-miniature {
    position: relative;
    width: 23%;
}

/*********************************************/
/**																					**/
/**						       Panier  	  		 				**/
/**																					**/
/*********************************************/

#cart #wrapper,
#cart main {
    background: #fff;
    padding: 0;
}

#cart #wrapper .container {
    margin: 0 auto;
    padding: 0;
}

#cart .checkout-breadcrumb {
    color: #ffcf1f;
    font-weight: bold;
    padding: 0 0 0 25px;
}

#cart .checkout-breadcrumb a,
#cart .checkout-breadcrumb span {
    color: #414143;
    font-size: 14px;
    font-weight: 600;
    line-height: 40px;
}

#cart .checkout-breadcrumb a:hover {
    text-decoration: underline;
}

#cart .card {
    border: none;
    box-shadow: none;
}

#cart .card .card-block {
    border: none;
    color: #363638;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    padding: 0;
}

#cart .card .card-block h1 {
    color: #363638;
    padding: 20px 0;
    text-transform: none;
}

#cart .card .cart-overview {
    padding: 0;
}

#cart .card .cart-overview .detail-header li {
    color: #363638;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding: 10px 0 13px;
}

#cart .card .cart-overview .cart-items,
#cart .card .cart-overview .cart-items .cart-item {
    clear: both;
}

#cart .card .cart-overview .cart-items .cart-item {
    float: left;
    padding: 5px 0;
    width: 100%;
}

#cart .card .cart-overview .cart-items .product-line-grid {
    border-bottom: 1px solid #f7f7f7;
    float: left;
    width: 100%;
}

#cart .card .cart-overview .detail-header li:first-child,
#cart .card .cart-overview .cart-items .product-line-grid-left {
    float: left;
    width: 38%;
}

#cart .card .cart-overview .cart-items .product-line-grid-left .product-image {
    float: left;
    margin-right: 10px;
}

#cart .card .cart-overview .cart-items .product-line-grid-left .product-image img {
    width: 100px;
}

#cart .card .cart-overview .cart-items .product-line-grid-left .product-line-info {
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-right: 50px;
}

#cart .card .cart-overview .cart-items .product-line-grid-left .product-line-info a {
    color: #373738;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
}

#cart .card .cart-overview .cart-items .product-line-grid-left .product-line-info span,
#cart .card .cart-overview .cart-items .product-line-grid-left span {
    color: #373738;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}

#cart .card .cart-overview .detail-header {
    border-bottom: 1px solid #414142;
    display: block;
    position: relative;
    float: left;
    width: 100%;
}

#cart .card .cart-overview .detail-header li:nth-child(2),
#cart .card .cart-overview .cart-items .product-line-grid-left-stock {
    float: left;
    width: 12%
}

#cart .card .cart-overview .cart-items .product-line-grid-left-stock {
    display: table;
    min-height: 100px;
}

#cart .card .cart-overview .cart-items .product-line-grid-left-stock span {
    color: #373738;
    display: table-cell;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    vertical-align: middle;
}

#cart .card .cart-overview .detail-header li:nth-child(3),
#cart .card .cart-overview .cart-items .product-line-grid-body {
    float: left;
    width: 15%
}

#cart .card .cart-overview .cart-items .product-line-grid-body {
    display: table;
    min-height: 100px;
}

#cart .card .cart-overview .cart-items .product-line-grid-body .product-line-info {
    display: table-cell;
    vertical-align: middle;
}

#cart .card .cart-overview .cart-items .product-line-grid-body .product-line-info span {
    color: #373738;
    font-family: "roboto", sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
}

#cart .card .cart-overview .cart-items .product-line-grid-body .product-line-info .product-discount span {
    font-family: "roboto", sans-serif;
    font-weight: 500;
}

#cart .card .cart-overview .cart-items .product-line-grid-body .product-line-info .unit-price-cart-ttc {
    color: #373738;
    font-family: "roboto", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

#cart .card .cart-overview .detail-header li:nth-child(4),
#cart .card .cart-overview .cart-items .product-line-qty {
    float: left;
    width: 17%
}

#cart .card .cart-overview .cart-items .product-line-qty {
    display: table;
    min-height: 100px;
}

#cart .card .cart-overview .cart-items .product-line-qty .row {
    display: table-cell;
    vertical-align: middle;
}

#cart .qty {
    margin-left: 0;
    margin-right: 0;
}

#cart .qty .bootstrap-touchspin {
    box-shadow: none;
    width: 156px;
}

#cart .qty .input-group-btn-vertical .btn i {
    display: none;
}

#cart .qty .bootstrap-touchspin .js-cart-line-product-quantity {
    background: #f7f7f7;
    border: none;
    color: #373738;
    display: block;
    font-size: 26px;
    margin: 15px 0px -44px 55px;
}

#cart .qty .input-group-btn-vertical {
    width: 100%;
}

#cart .qty .bootstrap-touchspin-up {
    background: url("../img/plus-cart.png") no-repeat center center;
    border: none;
    float: right;
    height: 45px;
    margin: 0;
    width: 45px;
}

#cart .qty .bootstrap-touchspin-down {
    background: url("../img/moins-cart.png") no-repeat center center;
    border: none;
    float: left;
    height: 45px;
    margin: 0;
    width: 45px;
}

#cart .card .cart-overview .detail-header li:nth-child(5),
#cart .card .cart-overview .cart-items .product-line-price {
    float: left;
    width: 12%
}

#cart .card .cart-overview .cart-items .product-line-price {
    background: url("../img/fond-prix-cart.png") no-repeat center center;
    display: table;
    min-height: 100px;
}

#cart .card .cart-overview .cart-items .product-line-price.discount {
    background: url("../img/fond-prix-cart-discount.png") no-repeat center center;
}

#cart .card .cart-overview .cart-items .product-line-price .price {
    padding: 0 0 0 15px;
    font-family: "roboto", sans-serif;
}

#cart .card .cart-overview .cart-items .product-line-price .product-price {
    color: #ffffff;
    font-size: 14px;
    font-family: "roboto", sans-serif;
    font-weight: 500;
    line-height: 20px;
}

#cart .card .cart-overview .cart-items .product-line-price .price .regular-price {
    color: #eaeaea;
    font-family: "roboto", sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    text-decoration: line-through;
}

#cart .card .cart-overview .cart-items .product-line-price .product-price strong {
    color: #ffcf1f;
    font-family: "roboto", sans-serif;
    font-size: 16px;
    font-weight: bold;
}

#cart .card .cart-overview .cart-items .product-line-price .price {
    display: table-cell;
    vertical-align: middle;
}

#cart .card .cart-overview .detail-header li:nth-child(6),
#cart .card .cart-overview .cart-items .product-line-actions {
    float: left;
    width: 6%
}

#cart .card .cart-overview .cart-items .product-line-actions {
    display: table;
    min-height: 100px;
}

#cart .card .cart-overview .cart-items .product-line-actions .delete {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

#cart .card .cart-overview .cart-items .product-line-actions .delete .remove-from-cart {
    background: url("../img/poubelle.png") no-repeat center center;
    height: 37px;
    width: 100%;
}

#cart .card .cart-overview .cart-items .product-line-actions .delete .remove-from-cart i {
    display: none;
}

#cart .cart-grid-bottom {
    background: #f7f7f7;
    float: left;
    margin-top: 25px;
    padding: 20px;
    position: relative;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}

#cart .cart-grid-bottom #block-reassurance {
    margin-top: 0;
}

@media (min-width: 728px) {
    #cart .cart-grid-bottom {
        grid-template-columns: 1fr 1fr;
    }
}


#cart .cart-grid-bottom #block-reassurance li {
    background: #fff;
    border: none;
    width: 100%;
}

#cart .cart-grid-bottom #block-reassurance li img {
    width: auto;
}

#cart .cart-grid-bottom #block-reassurance li span {
    color: #373738;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

#cart .cart-grid-bottom .cart-summary {
    background: none;
}

#cart .cart-grid-bottom .cart-summary .btn-primary {
    background: url("../img/panier-cart.png") #ffcf1f no-repeat center center;
    border: none;
    box-shadow: none;
    color: #414142;
    padding: 15px 0;
    width: 100%;
}

#cart .continue-shopping {
    border-bottom: 1px solid #414143;
    color: #414143;
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;
    position: absolute;
    bottom: 20px;
    left: 20px;
    text-transform: uppercase;
}

#cart .continue-shopping:hover {
    border-bottom: 1px solid #ffcf1f;
}

#cart .continue-shopping i {
    display: none;
}

#cart .cart-summary-line.cart-total {
    color: #fff;
    background: #414142;
}

/*code promo*/
#cart .cart-voucher p {
    color: #414142;
    float: left;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

#cart .cart-voucher p a {
    color: #414142;
}

#cart .cart-voucher p a:hover {
    color: #414142;
    text-decoration: underline;
}

#cart .cart-voucher .collapse-button.promo-code-button {
    background: url("../img/code-promo.png") no-repeat center left;
    margin: 0;
    padding: 20px 0 20px 40px;
}

#cart .cart-voucher .collapse-button.promo-code-button[aria-expanded=true] {
    background: url("../img/code-promo-checked.png") no-repeat center left;
}

#cart .cart-voucher .promo-code {
    background: none;
    float: right;
    margin: 0;
    padding: 0;
}

#cart .cart-voucher .promo-code .promo-input {
    border: none;
    float: right;
    margin: 10px 0px;
    width: 91%;
}

#cart .cart-grid-bottom .cart-summary .promo-code .btn-primary {
    background: #ffcf1f;
    color: #363638;
    float: right;
    margin: 0 0 15px;
    padding: 10px 0;
    width: 91%;
}

#cart .cart-grid-bottom .cart-summary .promo-code .btn-primary:hover {
    background: #363638;
    color: #ffcf1f;
}

#cart .cart-grid-bottom .cart-summary .promo-code .alert-danger {
    clear: both;
    float: right;
    width: 91%;
}

#cart .block-promo .cart-summary-line .label,
.block-promo .promo-name,
#cart .block-promo .cart-summary-line div {
    color: #414142;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

/*SUBTOTAL*/
#cart .cart-summary-line .label,
#cart .cart-summary-line .value {
    color: #414142;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

#cart .cart-summary-line .value.products {
    font-family: "roboto", sans-serif;
    text-align: right;
    width: 39%;
}

#cart .cart-summary-line .value.products span {
    font-weight: bold;
    float: left;
    font-size: 16px;
}

#cart .promo-highlighted {
    margin-bottom: 15px;
}

#cart .js-discount .cart-summary-line {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #FFF;
    margin-bottom: 5px;
}

#cart .cart-summary-line {
    margin-bottom: 25px;
}

#cart-subtotal-discount {
    /* .cart-summary-line .label.discount{ */
    /* background-color: #ffcf1f; */
}

#cart .cart-summary-line .value.shipping {
    text-align: left;
    font-size: 16px;
    font-family: "roboto", sans-serif;
    width: 39%;
}

#cart .cart-summary-line.cart-total {
    margin: 0;
    padding: 12px 19px;
}

#cart .cart-summary-line.cart-total .label {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    display: block;
    float: left;
    line-height: 20px;
    margin: 5px 88px 0 5px;
}

#cart .cart-summary-line.cart-total .value-tax-short {
    color: #ffcf1f;
    font-size: 28px;
    font-family: "roboto", sans-serif;
    font-weight: bold;
    line-height: 28px;
    margin-right: 15px;
}

#cart .cart-summary-line.cart-total .value-tax-long {
    color: #ffffff;
    font-size: 21px;
    font-family: "roboto", sans-serif;
    font-weight: 500;
    line-height: 23px;
}

/*********************************************/
/**																					**/
/**			       Ajout au panier  						**/
/**																					**/
/*********************************************/
#blockcart-modal .modal-header {
    background: #363638;
}

#blockcart-modal .cart-content p {
    color: #363638;
}

#blockcart-modal .cart-content .cart-content-btn .btn {
    background: #ffcf1f;
    box-shadow: none;
    color: #363638;
}

#blockcart-modal .cart-content .cart-content-btn .btn:hover {
    background: #363638;
    color: #ffcf1f;
}

#blockcart-modal .product-name {
    color: #363638;
}

#blockcart-modal .close {
    color: #fff;
    opacity: 1;
    text-shadow: none;
}

/*********************************************/
/**																					**/
/**			     Tunnel de commandes 						**/
/**																					**/
/*********************************************/

body#checkout {
    background: #373739;
}

body#checkout #wrapper {
    background: #fff;
}

body#checkout .container {
    padding: 0;
}

body#checkout .container .col-md-8 {
    padding: 0;
    width: 73%;
}

body#checkout .container .col-md-4 {
    padding-right: 0;
    width: 27%;
}

body#checkout header,
body#checkout #header .header-nav {
    background: #fff;
    max-height: 1000px;
}

#checkout #search_widget {
    display: block;
}

#checkout #_desktop_logo {
    float: left;
    padding: 30px;
}

#checkout #block-reassurance {
    float: left;
    margin-top: 18px;
    width: 530px;
}

#checkout #block-reassurance li {
    border: 1px solid #eaeaea;
}

#checkout #block-reassurance li:first-child {
    float: right;
}

#checkout #block-reassurance li:last-child {
    float: left;
}

#checkout #block-reassurance li img {
    width: auto;
}

#checkout #block-reassurance li:first-child img {
    width: 25px;
}

#checkout #block-reassurance li .block-reassurance-item {
    padding: 12px 40px 13px 20px;
}

#checkout #block-reassurance li .block-reassurance-item span {
    color: #414142;
    font-weight: normal;
}

#checkout .phone {
    background: url("../img/tel-header.png") no-repeat 20px 5px;
    border: 1px solid #eaeaea;
    color: #414142;
    float: left;
    font-weight: bold;
    margin: 18px 0 0 20px;
    padding: 20px 65px 20px 65px;
}

#checkout .phone button {
    color: #414142;
    font-size: 12px;
    line-height: 14px;
}

/*breadcrumb*/
#checkout .checkout-breadcrumb {
    color: #373739;
    font-weight: 500;
    font-size: 14px;
    margin: 25px auto 0;
    padding: 0 0 5px;
    width: 1105px;
}

#checkout .checkout-breadcrumb a:hover {
    color: #373739;
    font-weight: 500;
    font-size: 14px;
    text-decoration: underline;
}

#checkout .checkout-breadcrumb span {
    color: #ffcf1f;
    font-weight: bold;
    font-size: 14px;
}

/*content*/
#checkout #content section {
    border: none;
    box-shadow: none;
    clear: both;
    margin-bottom: 20px;
    padding: 0;
}

#checkout #content section.-current {
    background: #f7f7f7;
}

#checkout #content section.-current .step-title span {
    color: #363638;
    font-size: 24px;
    line-height: 24px;
}

#checkout #content section.-unreachable .step-title span {
    font-size: 24px;
    line-height: 24px;
}

#checkout #content section.-unreachable .step-title span span {
    font-size: 28px;
}

/*
#checkout #content section.-current.-complete .step-title span {
	color: #fff;
}*/
#checkout #content section.-complete .step-title span {
    font-size: 24px;
    line-height: 24px;
}

#checkout #content section.-current .step-title span span {
    color: #b9b9b9;
    font-size: 28px;
    line-height: 24px;
}

#checkout #content section .step-title span span {
    color: #b9b9b9;
    font-size: 28px;
    line-height: 24px;
}

body#checkout section.checkout-step.-current .content {
    padding: 0;
}

#checkout .my-2 {
    margin: 0 !important;
    padding: 0;
}

#checkout .my-2 li {
    display: block;
    float: left;
    margin: 0;
    width: 50%;
}

#checkout .my-2 li a {
    padding: 20px 0 20px 30px;
    width: 100%;
}

#checkout .nav-item .nav-link {
    background: #eaeaea;
    color: #363638;
    font-size: 13px;
    line-height: 24px;
    text-transform: uppercase;
}

#checkout .nav-item .nav-link:hover {
    text-decoration: underline;
}

#checkout .nav-item .nav-link.active {
    background: #f7f7f7;
}

#checkout #content section .step-title {
    color: #fff;
    font-size: 19px;
    line-height: 24px;
    padding: 10px 15px;
    text-transform: none;
}

body#checkout section.checkout-step.-current.-reachable.-complete .content {
    padding: 20px;
}

#checkout #content section.-current .step-title {
    background: #f7f7f7;
}

#checkout #content section.-reachable .step-title {
    background: url("../img/step-current.png") no-repeat #f7f7f7;
    background-position: right 20px center;
    color: #363638;
}

#checkout #content section.-complete .step-title {
    background: url("../img/step-complete.png") no-repeat #414142;
    background-position: right 20px center;
    color: #fff;
}

#checkout #content #checkout-delivery-step.-complete .step-title {
    background: url("../img/step-complete.png") no-repeat #414142;
    background-position: right 20px center;
    color: #fff;
}

#checkout #content #checkout-delivery-step.-complete.-current .step-title {
    background: url("../img/step-current.png") no-repeat #f7f7f7;
    background-position: right 20px center;
    color: #363638;
}

body#checkout section.checkout-step.-reachable.-complete h1 .step-edit {
    display: none;
}

#checkout #content section.-current .step-title {
    background: url("../img/step-current.png") no-repeat #eaeaea;
    background-position: right 20px center;
    color: #363638;
}

#checkout #content #checkout-addresses-step.-current .step-title {
    background: url("../img/step-current.png") no-repeat #f7f7f7;
    background-position: right 20px center;
}

#checkout #content section.-unreachable .step-title {
    background-image: url("../img/step-unreachable.png");
    background-position: right 20px center;
    background-repeat: no-repeat;
    border: 1px solid #414142;
    color: #414142;
}

body#checkout section.checkout-step.-reachable.-complete h1 .step-number {
    display: inline-block;
}

body#checkout section.checkout-step.-reachable.-complete h1 .done {
    display: none;
}

#checkout #form-subscribe p {
    display: none;
}

#checkout #form-subscribe .form-control-comment {
    display: none;
}

#checkout #login-form {
    margin: 0 !important;
}

#checkout #login-form section {
    padding-top: 30px;
}

#checkout #link-form-subscribe-guest {
    clear: both;
    padding: 20px 0 20px 30px;
    position: relative;
}

#checkout #link-form-subscribe-guest label {
    position: relative;
    margin: 0 10px 0 0;
    padding: 0 0 0 30px;
}

#checkout #link-form-subscribe-guest input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

#checkout #link-form-subscribe-guest span {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #363638;
}

#checkout #link-form-subscribe-guest input:checked ~ span:after {
    display: block;
}

#checkout #link-form-subscribe-guest label span:after {
    top: 5px;
    left: 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #363638;
    content: "";
    position: absolute;
    display: none;
}

#checkout #link-form-subscribe-guest label:hover {
    cursor: pointer;
}

#checkout-personal-information-step .tab-content {
    clear: both;
}

#checkout-personal-information-step #checkout-guest-form form {
    padding-top: 30px !important;
}

#form-guest,
#form-subscribe {
    margin: 0 auto;
    width: 70%;
}

#form-guest .form-group,
#form-subscribe .form-group {
    float: left;
    width: 50%;
}

#form-guest .form-group .col-md-6,
#form-subscribe .form-group .col-md-6 {
    padding: 0;
    width: 100%;
}

#form-guest .form-group label,
#form-subscribe label {
    display: none;
}

#form-subscribe .custom-checkbox label {
    display: block;
}

#form-guest .form-group input,
#form-subscribe .form-group input {
    background: #eaeaea;
    border: none;
    border-radius: 8px;
    padding: 14px;
    width: 97%;
}

#form-guest .form-group input:focus,
#form-subscribe .form-group input:focus {
    background: #fff;
    border: none;
    outline: none;
}

#checkout .form-footer {
    clear: both;
}

#checkout .form-footer .btn.float-xs-right {
    background: #ffcf1f;
    box-shadow: none;
    color: #414143;
    float: none !important;
    font-size: 14px;
    margin-bottom: 40px;
}

#checkout .form-footer .btn.float-xs-right:hover {
    background: #414143;
    color: #ffcf1f;
}

/*Adresse*/
#checkout #content #checkout-addresses-step {
    float: left;
    width: 100%;
}

#delivery-address,
#invoice-address {
    margin: 0 auto !important;
    width: 70%;
}

#delivery-address .form-group,
#invoice-address .form-group {
    float: left;
    width: 50%;
}

#delivery-address .col-md-6,
#invoice-address .col-md-6 {
    padding: 0;
    width: 100%;
}

#delivery-address label,
#invoice-address label {
    display: none;
}

#delivery-address .custom-checkbox label,
#invoice-address .custom-checkbox label {
    display: block;
}

#delivery-address input,
#invoice-address input {
    background: #eaeaea;
    border: none;
    border-radius: 8px;
    color: #414143;
    font-weight: bold;
    padding: 14px;
    width: 97%;
}

#delivery-address input::placeholder,
#invoice-address input::placeholder {
    font-weight: normal;
}

#delivery-address input:focus,
#invoice-address input:focus {
    background: #fff;
    border: none;
    outline: none;
}

#delivery-address select,
#invoice-address select {
    background-color: #eaeaea;
    border: none;
    border-radius: 8px;
    color: #414143;
    font-weight: bold;
    height: auto;
    padding: 14px;
    width: 97%;
}

#delivery-address select:focus,
#invoice-address select:focus {
    background: #fff;
    border: none;
    outline: none;
}

#delivery-address .form-footer,
#invoice-address .form-footer {
    clear: both;
}

#delivery-address .form-footer .btn.float-xs-right,
#invoice-address .form-footer .btn.float-xs-right {
    background: #ffcf1f;
    box-shadow: none;
    color: #414143;
    float: none !important;
    font-size: 14px;
    margin-bottom: 40px;
}

#delivery-address .form-footer .btn.float-xs-right:hover,
#invoice-address .form-footer .btn.float-xs-right:hover {
    background: #414143;
    color: #ffcf1f;
}

#delivery-address .row-use-same-address,
#invoice-address .row-use-same-address {
    width: 100%;
}

#delivery-address .row-use-same-address input,
#invoice-address .row-use-same-address input {
    width: auto;
}

#delivery-address .row-use-same-address label,
#invoice-address .row-use-same-address label {
    display: inline-block;
}

#delivery-address .row-use-same-address .required,
#invoice-address .row-use-same-address .required {
    color: #414143;
    font-size: 13px;
    font-style: italic;
}

body#checkout #invoice-address .cancel-address {
    border-bottom: 1px solid #414143;
    color: #414143 !important;
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
    padding: 0 0 0;
    text-decoration: none;
    text-transform: uppercase;
}

body#checkout #invoice-address .cancel-address:hover {
    border-bottom: 1px solid #ffcf1f;
}

body#checkout section.checkout-step .js-address-form {
    padding: 0 25px 10px;
}

body#checkout section.checkout-step .js-address-form .custom-radio {
    border: 1px solid #414142;
}

body#checkout section.checkout-step .js-address-form .custom-radio input[type=radio]:checked + span {
    background-color: #414142;
    width: 10px;
    height: 10px;
    left: 4px;
    top: 4px;
}

body#checkout section.checkout-step .address-item.selected {
    border: none;
}

body#checkout section.checkout-step .js-address-form .btn {
    background: #ffcf1f;
    box-shadow: none;
    color: #414143;
    display: block;
    float: none !important;
    font-size: 14px;
    margin: 0 auto 40px;
}

body#checkout section.checkout-step .js-address-form .btn:hover {
    background: #414143;
    color: #ffcf1f;
}

body#checkout #delivery-addresses hr {
    border: none;
}

body#checkout #delivery-addresses .address-footer a {
    border-bottom: 1px solid #414143;
    color: #414143 !important;
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
    padding: 0 0 0;
    text-transform: uppercase;
}

body#checkout #delivery-addresses .address-footer a:hover,
body#checkout .js-address-form .add-address a:hover {
    border-bottom: 1px solid #ffcf1f;
}

body#checkout .js-address-form .add-address a {
    border-bottom: 1px solid #414143;
    color: #414143 !important;
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
    padding: 0 0 5px;
    text-transform: uppercase;
}

/*Mode de livraison*/
#checkout #content #checkout-delivery-step .step-title {
    background: url("../img/step-unreachable.png") no-repeat;
    background-position: right 20px center;
    border: 1px solid #414142;
}

#checkout #content #checkout-delivery-step.-current .step-title {
    background: url("../img/step-current.png") no-repeat #f7f7f7;
    background-position: right 20px center;
    border: none;
}

body#checkout section#checkout-delivery-step.checkout-step .delivery-options {
    display: block;
    position: relative;
    padding: 0 10px;
    width: 100%;
}

body#checkout section#checkout-delivery-step.checkout-step .delivery-option {
    float: left;
    width: 50%;
}

body#checkout section#checkout-delivery-step.checkout-step .carrier-extra-content {
    float: left;
}

body#checkout section#checkout-delivery-step.checkout-step .delivery-option .inline {
    display: inline-block;
    font-size: 13px;
}

body#checkout section.checkout-step .delivery-option {
    margin: 0;
    padding: 5px 0;
}

body#checkout section#checkout-delivery-step.checkout-step .delivery-option .inline .carrier-name {
    font-size: 13px;
    font-weight: normal;
}

body#checkout section#checkout-delivery-step.checkout-step.checkout-step .custom-radio {
    border: 1px solid #414142;
}

body#checkout section#checkout-delivery-step.checkout-step .custom-radio input[type=radio]:checked + span {
    background-color: #414142;
    width: 10px;
    height: 10px;
    left: 4px;
    top: 4px;
}

#checkout-delivery-step .order-options {
    clear: both;
    padding: 0 25px;
}

#checkout-delivery-step .order-options #delivery label,
#checkout-delivery-step .order-options #delivery textarea {
    float: left;
    width: 50%;
}

#checkout-delivery-step .order-options #delivery label {
    color: #363638;
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
    padding-right: 10px;
    text-align: left;
}

#checkout-delivery-step .order-options #delivery textarea {
    background: #eaeaea;
    border: none;
    min-height: 130px;
    margin-bottom: 30px;
}

#checkout-delivery-step .order-options #delivery textarea:active,
#checkout-delivery-step .order-options #delivery textarea:focus {
    background: #fff;
    outline: none;
}

#checkout-delivery-step .delivery-options-list {
    clear: both;
    width: 100%;
}

#checkout-delivery-step .delivery-options-list button {
    background: #ffcf1f;
    box-shadow: none;
    color: #414143;
    display: block;
    float: none !important;
    font-size: 14px;
    margin: 10px auto 40px !important;
}

#checkout-delivery-step .delivery-options-list button:hover {
    background: #414143;
    color: #ffcf1f;
}

/*Paiement*/
#checkout #content section#checkout-payment-step.-reachable.-current .step-title {
    background: url("../img/step-current.png") no-repeat #f7f7f7;
    background-position: right 20px center;
    color: #363638;
}

#checkout #content section#checkout-payment-step.-reachable .step-title {
    background: url("../img/step-unreachable.png") no-repeat #f7f7f7;
    background-position: right 20px center;
    color: #363638;
}

#checkout #content section#checkout-payment-step .payment-options {
    padding: 15px 25px 0;
}

body#checkout section#checkout-payment-step.checkout-step.checkout-step .custom-radio {
    border: 1px solid #414142;
}

body#checkout section#checkout-payment-step.checkout-step .custom-radio input[type=radio]:checked + span {
    background-color: #414142;
    width: 10px;
    height: 10px;
    left: 4px;
    top: 4px;
}

#checkout-payment-step #conditions-to-approve {
    padding: 0 25px;
}

#checkout-payment-step #payment-confirmation {
    padding: 0 0 40px;
}

#checkout-payment-step #payment-confirmation button {
    background: #ffcf1f;
    box-shadow: none;
    color: #414143;
    display: block;
    float: none !important;
    font-size: 14px;
    margin: 10px auto 0 !important;
}

#checkout-payment-step #payment-confirmation button:hover {
    background: #414143;
    color: #ffcf1f;
}

body#checkout section.checkout-step .step-number {
    font-size: 24px;
    line-height: 24px;
}

/*Footer Tunnel de commande*/
body#checkout #footer {
    background: #373739;
    box-shadow: none;
}

/*Rappel de votre commande*/
article.js-alert-payment-conditions {
    font-weight: bold;
    margin: 0 25px;
}

#js-checkout-summary .card-block {
    padding: 0;
}

#js-checkout-summary .card-block .cart-summary-products p {
    color: #373739;
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
}

body#checkout #js-checkout-summary .card-block .cart-summary-products li img {
    width: 70px;
}

body#checkout #js-checkout-summary .card-block .cart-summary-products li {
    border-bottom: 1px solid #f6f6f6;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

body#checkout #js-checkout-summary .card-block .cart-summary-products li .product-name {
    color: #373738;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
}

body#checkout #js-checkout-summary .card-block .cart-summary-products li .product-reference {
    clear: both;
    display: block;
}

body#checkout #cart-subtotal-shipping {
    background: url("../img/fdp.png") no-repeat center left 17px;
    font-family: "roboto", sans-serif;
    padding: 10px 10px 10px 83px;
}

body#checkout #cart-subtotal-shipping .label {
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
}

body#checkout #cart-subtotal-shipping .value {
    clear: both;
    display: block;
    float: none;
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
}

body#checkout .card-block.cart-summary-totals {
    background: url("../img/euro.png") no-repeat center left 17px #414142;
    margin: 15px 0 0 0;
    padding: 15px 0 15px 87px;
}

body#checkout .card-block.cart-summary-totals span {
    clear: both;
    color: #fff;
    display: block;
    font-family: "Arial", sans-serif;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
}

body#checkout .card-block.cart-summary-totals span.value-ht,
body#checkout .card-block.cart-summary-totals span.value-ttc {
    font-family: "roboto", sans-serif;
}

body#checkout .card-block.cart-summary-totals span.value-ht {
    color: #ffcf1f;
    font-size: 30px;
    font-weight: bold;
    line-height: 30px;
}

body#checkout .card-block.cart-summary-totals span.value-ttc {
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
}

body#checkout .back-cart {
    margin-top: 25px;
}

body#checkout .back-cart a {
    border-bottom: 1px solid #414143;
    color: #414143;
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
    padding: 0 0 5px;
    text-transform: uppercase;
}

body#checkout .back-cart a:hover {
    color: #414143;
    border-bottom: 1px solid #ffcf1f;
}

/*********************************************/
/**																					**/
/**			   FOOTER tunnel de commande  			**/
/**																					**/
/*********************************************/

body#checkout #footer {
    font-family: "Arial", sans-serif;
    margin: 0 auto;
    padding: 0;
    width: 1155px;
}

/*left*/
#checkout #footer .text-left {
    color: #ffffff;
    font-size: 14px;
    float: left;
    font-weight: bold;
    line-height: 30px;
    padding: 35px 0 30px;;
    text-transform: uppercase;
    width: 33.3%;
}

#checkout #footer .text-left img {
    clear: both;
    display: block;
    margin: 30px 0;
}

/*center*/
#checkout #footer .text-center {
    color: #f7f7f7;
    float: left;
    text-align: center;
    width: 33.3%;
}

#checkout #footer .text-center span {
    border-top: 1px solid #f7f7f7;
    display: block;
    font-size: 14px;
    line-height: 20px;
    margin: 137px auto;
    padding: 35px 0 0 0;
    width: 70%;
}

/*right*/
#checkout #footer .text-right {
    float: right;
    width: 33.3%;
}

#checkout #footer .text-right div {
    background: #ffffff;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    float: right;
    padding: 35px 25px;
    width: 81%;
}

#checkout #footer .text-right div span {
    display: block;
    font-family: "Arial", sans-serif;
}

#checkout #footer .text-right div span.label {
    color: #414143;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    text-align: left;
}

#checkout #footer .text-right div span.phone-footer {
    color: #4e4e50;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    padding: 26px 0 0 60px;
    text-align: left;
}

#checkout #footer .text-right div span.phone-footer button {
    color: #4e4e50;
    font-size: 14px;
}

#checkout #footer .text-right div img {
    clear: both;
    display: block;
    float: left;
    margin: 20px 0 0 0;
}

/*********************************************/
/**																					**/
/**		  	       Recap Commande    					**/
/**																					**/
/*********************************************/

#order-confirmation .card {
    border: none;
    box-shadow: none;
}

/*********************************************/
/**																					**/
/**			      Connexion compte  						**/
/**																					**/
/*********************************************/

body#authentication, #authentication #wrapper {
    background: #fff;
}

.page-authentication #content {
    background: #f7f7f7;
    border: none;
    box-shadow: none;
}

.page-authentication #content .form-control-label {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}

.page-authentication #content .input-group .input-group-btn > .btn[data-action=show-password] {
    background: #414142;
    padding: 12px 13px 12px;
}

.page-authentication #content .input-group .input-group-btn > .btn[data-action=show-password]:hover {
    background: #ffcf1f;
    color: #414142;
}

.page-authentication #content .form-control {
    background: #eaeaea;
    border: none;
    padding: 10px;
}

.page-authentication #content input.form-control:active,
.page-authentication #content input.form-control:focus {
    background: #fff;
    outline: 2px none;
}

.page-authentication .js-parent-focus {
    outline: none;
}

.page-authentication #content .btn.btn-primary {
    background: #ffcf1f;
    border: none;
    box-shadow: none;
    color: #414142;
    display: block;
    margin: 0 auto;
}

.page-authentication #content .form-footer {
    clear: both;
}

.page-authentication #content .form-footer .btn.btn-primary {
    float: none !important;
}

.page-authentication #content .btn.btn-primary:hover {
    background: #414142;
    color: #ffcf1f;
}

.page-authentication #content hr {
    border: none;
    margin-bottom: 0;
}

.page-authentication .forgot-password a {
    color: #414142;
    color: #414142;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

.page-authentication .forgot-password a:hover {
    color: #414142;
    text-decoration: underline;
}

.page-authentication .no-account {
    margin-bottom: 10px;
}

.page-authentication .no-account a {
    border-bottom: 1px solid #414142;
    color: #414142;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    padding: 0 0 10px;
    text-transform: uppercase;
}

.page-authentication .no-account a:hover {
    border-bottom: 1px solid #ffcf1f;
    color: #414142;
}

/*********************************************/
/**																					**/
/**		  	      Creer un compte  						**/
/**																					**/
/*********************************************/

#authentication #main .page-header h1 {
    color: #414143;
    font-family: "Arial", sans-serif;
    font-size: 18px;
    font-weight: bold;
}

#authentication .register-form p {
    color: #363638;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    padding: 0 0 10px;
    text-transform: uppercase;
}

#authentication #content .form-control-label {
    font-size: 14px;
}

#authentication #content .form-control {
    font-size: 14px;
}

#authentication #content input[placeholder] {
    color: #414143;;
}

#authentication .register-form p a {
    color: #363638;
    border-bottom: 1px solid #363638;
    padding: 0 0 7px;
}

#authentication .register-form p a:hover {
    color: #363638;
    border-bottom: 1px solid #ffcf1f;
}

#authentication #footer .links-homepage {
    background: #f7f7f7;
}

/*********************************************/
/**																					**/
/**		  	       Compte Client   						**/
/**																					**/
/*********************************************/
#my-account #wrapper {
    background: #fff;
}

#my-account #main .page-header h1 {
    color: #414143;
    font-family: "Arial", sans-serif;
    font-size: 18px;
    font-weight: bold;
}

.page-my-account #content .links a span.link-item {
    background: #f7f7f7;
    box-shadow: none;
}

.page-my-account #content .links a:hover i {
    color: #ffcf1f;
}

.page-my-account #content .links a {
    color: #414143;
    font-family: "Arial", sans-serif;
    font-size: 14px;
    font-weight: 500;
}

#my-account #main .page-footer {
    margin-bottom: 30px;
}

#my-account #main .page-footer .text-sm-center a {
    background: #ffcf1f;
    color: #414143;
    font-family: "Arial", sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
    padding: 10px 20px;
}

#my-account #main .page-footer .text-sm-center a:hover {
    background: #414143;
    color: #ffcf1f;
}

#my-account #footer .container .links-homepage {
    background: #f7f7f7;
}

/*********************************************/
/**																					**/
/**		    Informations Personnelles					**/
/**																					**/
/*********************************************/

#identity #wrapper {
    background: #fff;
}

#identity #main .page-header h1 {
    color: #414143;
    font-family: "Arial", sans-serif;
    font-size: 18px;
    font-weight: bold;
}

#identity #main #content {
    background: #f7f7f7;
    box-shadow: none;
    padding: 40px 20px;
}

#identity #wrapper #form-subscribe .input-group {
    width: 97%;
}

#identity .input-group .input-group-btn > .btn[data-action=show-password] {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    padding: 17px 1rem;
}

#identity .input-group input[type=password],
#identity .input-group input.js-visible-password {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    width: 100%;
}

#identity .input-group.focus {
    outline: none;
}

#identity .custom-checkbox label {
    display: inline-block;
}

#identity .form-footer {
    clear: both;
    display: block;
    position: relative;
}

#identity .form-footer .btn-primary {
    background: #ffcf1f;
    box-shadow: none;
    color: #414143;
    display: block;
    float: none !important;
    font-size: 14px;
    margin: 0 auto;
}

#identity .form-footer .btn-primary:hover {
    background: #414143;
    color: #ffcf1f;
}

#identity .page-footer {
    margin-bottom: 30px;
}

#identity .page-footer .account-link {
    color: #414143;
    border-bottom: 1px solid #414143;
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
    padding: 0 0 5px;
    text-transform: uppercase;
}

#identity .page-footer .account-link:hover {
    color: #414143;
    border-bottom: 1px solid #ffcf1f;
}

#identity #footer .container .links-homepage {
    background: #f7f7f7;
}

/*********************************************/
/**																					**/
/**		           Mes Adresses   	  				**/
/**																					**/
/*********************************************/

body#addresses #content {
    background: #fff;
    padding: 30px 20px;
}

body#addresses #main .page-header h1 {
    color: #414143;
    font-family: "Arial", sans-serif;
    font-size: 18px;
    font-weight: bold;
}

body#addresses #content .addresses-footer a {
    background: #ffcf1f;
    box-shadow: none;
    display: block;
    margin: 0 auto;
    padding: 10px 20px;
    max-width: 230px;
}

body#addresses #content .addresses-footer a span {
    color: #414143;
    display: block;
    font-size: 14px;
    font-family: "Arial", sans-serif;
    font-weight: bold;
    margin: 0;
    text-align: center;
}

body#addresses #content .addresses-footer a:hover {
    background: #414143;
}

body#addresses #content .addresses-footer a:hover span {
    color: #ffcf1f;
}

body#addresses .address {
    background: #f7f7f7;
    box-shadow: none;
}

body#addresses .address .address-footer {
    border: none;
}

body#addresses .address .address-footer a {
    color: #414143;
    border-bottom: 1px solid #414143;
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
    padding: 0 0 5px;
    margin-right: 10px;
    text-transform: uppercase;
}

body#addresses .address .address-footer a:hover {
    color: #414143;
    border-bottom: 1px solid #ffcf1f;
}

body#addresses .page-footer {
    margin-bottom: 30px;
}

body#addresses .page-footer .account-link {
    color: #414143;
    border-bottom: 1px solid #414143;
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
    padding: 0 0 5px;
    text-transform: uppercase;
}

body#addresses .page-footer .account-link:hover {
    color: #414143;
    border-bottom: 1px solid #ffcf1f;
}

/*********************************************/
/**																					**/
/**			      Nouvelle Adresse      	  		**/
/**																					**/
/*********************************************/

body#address #main .page-header h1 {
    color: #414143;
    font-family: "Arial", sans-serif;
    font-size: 18px;
    font-weight: bold;
}

body#address #main #content {
    background: #fff;
    box-shadow: none;
    color: #414143;
    font-family: "Arial", sans-serif;
    padding: 40px 20px;
}

body#address #main #content .form-fields input {
    background: #eaeaea;
    border: none;
    border-radius: 8px;
    color: #414143;
    font-weight: 500;
    padding: 14px;
}

body#address #main #content .form-fields input:focus,
body#address #main #content .form-fields select:focus {
    outline: none;
}

body#address #main #content .form-fields select {
    background: #eaeaea;
    border: none;
    border-radius: 8px;
    color: #414143;
    font-weight: 500;
    padding: 10px 15px;
}

body#address #content .btn-primary {
    color: #414143;
    background: #ffcf1f;
    box-shadow: none;
    display: block;
    font-size: 14px;
    font-family: "Arial", sans-serif;
    font-weight: bold;
    float: none !important;
    margin: 0 auto;
    text-align: center;
}

body#address #content .btn-primary:hover {
    background: #414143;
    color: #ffcf1f;
}

body#address .page-footer {
    margin-bottom: 30px;
}

body#address .page-footer .account-link {
    color: #414143;
    border-bottom: 1px solid #414143;
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
    padding: 0 0 5px;
    text-transform: uppercase;
}

body#address .page-footer .account-link:hover {
    color: #414143;
    border-bottom: 1px solid #ffcf1f;
}

/*********************************************/
/**																					**/
/**			   Historique de vos commandes  		**/
/**																					**/
/*********************************************/

#history #main #content {
    box-shadow: none;
    color: #414143;
    font-family: "Arial", sans-serif;
    padding: 40px 20px;
}

#history #main .page-header h1 {
    color: #414143;
    font-family: "Arial", sans-serif;
    font-size: 18px;
    font-weight: bold;
}

#history #main #content h6 {
    color: #414143;
}

#history #main #content .thead-default th {
    color: #414143;
}

#history #main #content table a {
    color: #414143;
    border-bottom: 1px solid #414143;
    font-size: 12px;
    font-weight: bold;
    line-height: 30px;
    padding: 0 0 5px;
    margin-right: 10px;
    text-transform: uppercase;
}

#history #main #content table a:hover {
    color: #414143;
    border-bottom: 1px solid #ffcf1f;
}

body#history .page-footer {
    margin-bottom: 30px;
}

body#history .page-footer .account-link {
    color: #414143;
    border-bottom: 1px solid #414143;
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
    padding: 0 0 5px;
    text-transform: uppercase;
}

body#history .page-footer .account-link:hover {
    color: #414143;
    border-bottom: 1px solid #ffcf1f;
}

/*********************************************/
/**																					**/
/**			   D�tails de la commande    	  		**/
/**																					**/
/*********************************************/

body#order-detail #main .page-header h1 {
    color: #414143;
    font-family: "Arial", sans-serif;
    font-size: 18px;
    font-weight: bold;
}

body#order-detail #main #content {
    background: #fff;
    box-shadow: none;
    color: #414143;
    font-family: "Arial", sans-serif;
    padding: 40px 20px;
}

body#order-detail #main #content .box {
    background: #eaeaea;
    box-shadow: none;
    margin-bottom: 20px;
}

body#order-detail #main #content table td {
    background: #fff;
}

body#order-detail #main #content #order-infos .row .col-xs-9 {
    line-height: 29px;
}

body#order-detail #main #content #order-infos .box a.button-primary {
    color: #414143;
    border-bottom: 1px solid #414143;
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
    padding: 0 0 5px;
    text-transform: uppercase;
}

body#order-detail #main #content .order-message-form .btn-primary {
    background: #ffcf1f;
    box-shadow: none;
    color: #414143;
    display: block;
    font-size: 14px;
    font-family: "Arial", sans-serif;
    font-weight: bold;
    margin: 0 auto;
    padding: 10px 20px;
    text-align: center;
}

body#order-detail #main #content .order-message-form .btn-primary:hover {
    background: #414143;
    color: #ffcf1f;
}

body#order-detail #main #content #order-infos .box a.button-primary:hover {
    color: #414143;
    border-bottom: 1px solid #ffcf1f;
}

body#order-detail #main #content .addresses {
    margin-bottom: 20px;
}

body#order-detail .page-footer {
    margin-bottom: 30px;
}

body#order-detail .page-footer .account-link {
    color: #414143;
    border-bottom: 1px solid #414143;
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
    padding: 0 0 5px;
    text-transform: uppercase;
}

body#order-detail .page-footer .account-link:hover {
    color: #414143;
    border-bottom: 1px solid #ffcf1f;
}

/*********************************************/
/**																					**/
/**			             Avoir           	  		**/
/**																					**/
/*********************************************/

body#order-slip #main .page-header h1 {
    color: #414143;
    font-family: "Arial", sans-serif;
    font-size: 18px;
    font-weight: bold;
}

body#order-slip #main h6 {
    font-weight: normal;
}

body#order-slip #main #content {
    background: #fff;
    box-shadow: none;
    color: #414143;
    font-family: "Arial", sans-serif;
    padding: 40px 20px;
}

body#order-slip .page-footer {
    margin-bottom: 30px;
}

body#order-slip .page-footer .account-link {
    color: #414143;
    border-bottom: 1px solid #414143;
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
    padding: 0 0 5px;
    text-transform: uppercase;
}

body#order-slip .page-footer .account-link:hover {
    color: #414143;
    border-bottom: 1px solid #ffcf1f;
}

/*********************************************/
/**																					**/
/**			      Bon de reduction      	  		**/
/**																					**/
/*********************************************/

body#discount #main .page-header h1 {
    color: #414143;
    font-family: "Arial", sans-serif;
    font-size: 18px;
    font-weight: bold;
}

body#discount #main h6 {
    font-weight: normal;
}

body#discount #main #content {
    background: #fff;
    box-shadow: none;
    color: #414143;
    font-family: "Arial", sans-serif;
    padding: 40px 20px;
}

body#discount .page-footer {
    margin-bottom: 30px;
}

body#discount .page-footer .account-link {
    color: #414143;
    border-bottom: 1px solid #414143;
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
    padding: 0 0 5px;
    text-transform: uppercase;
}

body#discount .page-footer .account-link:hover {
    color: #414143;
    border-bottom: 1px solid #ffcf1f;
}

/*********************************************/
/**																					**/
/**		      	      PAGE BLOG     					**/
/**																					**/
/*********************************************/
#module-prestablog-blog #prestablog_menu_cat {
    float: none;
    margin: 0 auto;
}

/*gestion taille du menu de blog sur mobile..*/
@media screen and (max-width: 1155px) {
    #module-prestablog-blog #prestablog_menu_cat {
        float: none;
        margin: 0 auto;
        width: auto;
    }

    #prestablog_menu_cat nav ul li a {
        font-size: 16px;
    }
}

#module-prestablog-blog .page-all-blog,
#module-prestablog-blog .description-cat-blog {
    margin: 0 auto;
}

#module-prestablog-blog .cat_desc_blog {
}

#module-prestablog-blog .cat_desc_blog p {
}

#module-prestablog-blog .description-cat-blog {
    filter: drop-shadow(0px 3px 6px #0000001A);
    background: #fff;
    padding: 1.5rem;
    margin-bottom: 2rem;
}

#module-prestablog-blog .description-cat-blog p:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

#module-prestablog-blog .page-all-blog #blog_list {
    background: #fff;
}

#module-prestablog-blog .page-all-blog #blog_list li {
    width: 33.33%;
}

#module-prestablog-blog .page-all-blog #blog_list li .block_cont,
#module-prestablog-blog .page-all-blog #blog_list li:hover .block_cont {
    border: none;
    box-shadow: none;
}

#module-prestablog-blog .page-all-blog #blog_list li:hover .block_cont .block_top {
    padding: 0 !important;
}

#module-prestablog-blog .page-all-blog #blog_list li img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 100%;
}

#module-prestablog-blog .page-all-blog #blog_list li .block_bas {
    background: #414143;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    min-height: 124px;
    padding: 25px 35px 0;
}

#module-prestablog-blog .page-all-blog #blog_list li .block_bas h3 a {
    color: #fff;
    font-family: "Arial", sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
}

#module-prestablog-blog .page-all-blog #blog_list li .block_bas h3 a:hover {
    text-decoration: underline;
}

#module-prestablog-blog .page-all-blog #blog_list li .prestablog_more {
    background: none;
    margin: 25px 0 0 0;
    text-align: center;
}

#module-prestablog-blog .page-all-blog #blog_list li .prestablog_more a {
    background: none;
    border-bottom: 1px solid #414143;
    color: #414143;
    font-family: "Arial", sans-serif;
    font-size: 12px;
    font-weight: bold;
    height: auto;
    padding: 0 0 10px;
    text-transform: uppercase;
}

#module-prestablog-blog .page-all-blog #blog_list li .prestablog_more a:hover {
    background: none;
    border-bottom: 1px solid #ffcf1f;
}


/*********************************************/
/**																					**/
/**		  	      PAGE SITUATIONS   					**/
/**																					**/
/*********************************************/

#module-prestablog-blog .container .contact-blog-page {
    margin: 0 auto;
}

#module-prestablog-blog .container .contact-blog-page p {
    color: #363638;
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    margin: 0;
}

#module-prestablog-blog .container .contact-blog-page a {
    background: url("../img/contact-situations.png") no-repeat center left;
    color: #414143;
    display: inline-block;
    font-size: 20px;
    padding: 20px 0 20px 65px;
    font-weight: bold;
}

#module-prestablog-blog .container .contact-blog-page a:hover {
    text-decoration: underline;
}

#module-prestablog-blog .container .contact-blog-page-bas {
    background: #ffcf1f;
}

#module-prestablog-blog .container .contact-blog-page-bas .center {
    margin: 0 auto;
}

#module-prestablog-blog .container .contact-blog-page-bas .link-contact-phone {
    background: url("../img/tel-header.png") no-repeat center left 30px;
    color: #363638;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    margin: 0;
    padding: 25px 25px 25px 85px;
}

#module-prestablog-blog .container .contact-blog-page-bas .link-contact-phone button {
    color: #363638;
    font-size: 20px;
}

#module-prestablog-blog .container .contact-blog-page-bas a {
    background: url("../img/contact-situations.png") no-repeat center right 30px;
    color: #414143;
    font-size: 20px;
    display: inline-block;
    padding: 20px 95px 20px 0;
    font-weight: bold;
    text-align: right;
    width: 50%;
}

#module-prestablog-blog .container .contact-blog-page-bas a:hover {
    text-decoration: underline;
}

#module-prestablog-blog header .container {
    margin: 0 auto;
}

#module-prestablog-blog .container ol {
    margin: 0 auto;
}

#module-prestablog-blog .news-content {
    background: white;
    padding: 2rem;
}

#module-prestablog-blog .header-post #prestablogfont {
    color: #fff;
    margin: 0 auto;
}

#module-prestablog-blog .header-post #prestablogfont h2 {
    color: #fff;
    font-family: "Arial", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 40px;
    padding: 0 0 0 0;
}

#module-prestablog-blog .header-post #prestablogfont ul li {
    list-style: inherit;
}

#module-prestablog-blog .header-post #prestablogfont ul li::before {
    content: "\2022";
    color: #ffcf1f;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

#module-prestablog-blog .header-post #prestablogfont p,
#module-prestablog-blog .header-post #prestablogfont ul li {
    color: #fff;
    font-family: "Arial", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

#module-prestablog-blog .header-post #prestablogfont p a {
    color: #fff;
    text-decoration: underline;
}

#module-prestablog-blog .header-post #prestablogfont p a:hover {
    color: #ffcf1f;
}

#module-prestablog-blog .header-post #prestablogfont img {
    margin-left: 25px;
    max-width: inherit;
}

#prestablogfont-p1,
#prestablogfont-p2 {
    color: #363638;
}

#prestablogfont-p1 h2,
#prestablogfont-p2 h2 {
    color: #363638;
    font-family: "Arial", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
    padding: 10px 0 0 0;
}

#prestablogfont-p1 ul,
#prestablogfont-p1 ol,
#prestablogfont-p2 ul,
#prestablogfont-p2 ol {
    list-style: none;
    padding-left: 40px;
    margin-bottom: 15px;
}

#prestablogfont-p1 p,
#prestablogfont-p2 p,
#prestablogfont-p1 ul li,
#prestablogfont-p2 ul li {
    color: #363638;
    font-family: "Arial", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

#prestablogfont-p1 ul li::before,
#prestablogfont-p2 ul li::before {
    content: "\2022";
    color: #ffcf1f;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

#prestablogfont-p1 a,
#prestablogfont-p2 a {
    color: #363638;
    text-decoration: underline;
}

#prestablogfont-p1 a:hover,
#prestablogfont-p2 a:hover {
    font-weight: 600;
}

#prestablogfont-p1 td:nth-child(1) iframe,
#prestablogfont-p1 td:nth-child(1) img {
    margin-right: 20px;
    margin-bottom: 20px;
}

#prestablogfont-p1 td:nth-child(2) iframe,
#prestablogfont-p1 td:nth-child(2) img {
    margin-left: 20px;
    margin-bottom: 20px;
}

#prestablogfont-p2 td:nth-child(2) iframe,
#prestablogfont-p2 td:nth-child(2) img {
    margin-left: 20px;
    margin-bottom: 20px;
}

#prestablogfont-p2 td:nth-child(1) iframe,
#prestablogfont-p2 td:nth-child(1) img {
    margin-right: 20px;
    margin-bottom: 20px;
}

/* simseq POUR LA VERSION MOBILE DES PAGE BLOG.. IL FAUT SUPPRIMER TOUTE CES MARGE A GAUCHE ET A DROITE DES IMAGE... */
@media screen and (max-width: 812px) {
    #prestablogfont-p1 td:nth-child(1) iframe,
    #prestablogfont-p1 td:nth-child(1) img {
        margin-right: 0px;
        margin-bottom: 0px;
    }

    #prestablogfont-p1 td:nth-child(2) iframe,
    #prestablogfont-p1 td:nth-child(2) img {
        margin-left: 0px;
        margin-bottom: 0px;
    }

    #prestablogfont-p2 td:nth-child(2) iframe,
    #prestablogfont-p2 td:nth-child(2) img {
        margin-left: 0px;
        margin-bottom: 0px;
    }

    #prestablogfont-p2 td:nth-child(1) iframe,
    #prestablogfont-p2 td:nth-child(1) img {
        margin-right: 0px;
        margin-bottom: 0px;
    }
}

#prestablogfont-p1 {
    clear: both;
    padding-top: 1rem;
    position: relative;
}

#prestablogfont-p2 {
    background: #fff;
    clear: both;
    padding-top: 1rem;
    position: relative;
}

#prestablogfont-p1 div.center,
#prestablogfont-p2 div.center {
    margin: 0 auto;
}

#prestablogfont-p1 div table,
#prestablogfont-p2 div table {
    height: auto !important;
    width: 100% !important;
}

#prestablogfont-p1 div table td,
#prestablogfont-p2 div table td {
    vertical-align: top;
}

#prestablogfont-p1 div img,
#prestablogfont-p2 div img {
    width: 100%;
    height: auto;
}
#module-prestablog-blog .links-homepage {
    background: #fff;
    clear: both;
    padding-bottom: 20px;
    width: 100%;
}

#module-prestablog-blog .links-homepage .row {
    float: none;
    margin: 0 auto;
}

#module-prestablog-blog .links-homepage .row .wrapper {
    padding: 0;
}

#module-prestablog-blog .links-homepage .h3 {
    background: url("../img/pluceo-logo.png") no-repeat left center;
    border: none;
    color: #414143;
    font-family: "Arial", sans-serif;
    font-size: 18px;
    font-weight: normal;
    padding: 40px 0 40px 35px;
    text-transform: none;
}

#module-prestablog-blog .links-homepage li {
    float: left;
    width: 33%;
}

#module-prestablog-blog .links-homepage li:first-child {
    margin-left: 2%;
    width: 33%;
}

#module-prestablog-blog .links-homepage li:last-child {
    width: 30%;
}

#module-prestablog-blog .links-homepage li:nth-child(2) img {
    margin-bottom: 9px;
}

#module-prestablog-blog .links-homepage li p {
    color: #414143;
    font-family: "Arial", sans-serif;
    font-size: 16px;
    font-weight: normal;
    margin: 0 0 5px;
}

/*Formulaire de contact*/
#displayPowerfulForm {
    background: #fff;
    clear: both;
    display: block;
    padding: 20px 0 60px;
}

#displayPowerfulForm .h3 {
    color: #414143;
    font-family: "Arial", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: .5rem;
    padding: 15px 0;
    text-align: center;
    text-transform: none;
}

#displayPowerfulForm #pfg-form-1 {
    margin: 0 auto;
    width: 1000px;
}

#displayPowerfulForm #pfg-form-1 label[for='field_votre_nom'],
#displayPowerfulForm #pfg-form-1 label[for='field_votre_prenom'],
#displayPowerfulForm #pfg-form-1 label[for='field_votre_entreprise'],
#displayPowerfulForm #pfg-form-1 label[for='field_votre_telephone'],
#displayPowerfulForm #pfg-form-1 label[for='field_quelques_mots_sur_votre_problematique'] {
    display: none;
}

#displayPowerfulForm .form-group.row.votre_nom {
    float: left;
    width: 33%;
}

#displayPowerfulForm .form-group.row.votre_prenom {
    float: left;
    width: 33%;
}

#displayPowerfulForm .form-group.row.votre_entreprise {
    float: left;
    width: 33%;
}

#displayPowerfulForm .form-group.row.votre_telephone {
    float: left;
    width: 33%;
}

#displayPowerfulForm .form-group.row.votre_nom .col-md-9,
#displayPowerfulForm .form-group.row.votre_prenom .col-md-9,
#displayPowerfulForm .form-group.row.votre_entreprise .col-md-9,
#displayPowerfulForm .form-group.row.votre_telephone .col-md-9 {
    padding: 0;
    width: 100%;
}

#displayPowerfulForm .form-group.row.votre_nom .col-md-9 input,
#displayPowerfulForm .form-group.row.votre_prenom .col-md-9 input,
#displayPowerfulForm .form-group.row.votre_entreprise .col-md-9 input,
#displayPowerfulForm .form-group.row.votre_telephone .col-md-9 input {
    background: #eaeaea;
    border: none;
    border-radius: 8px;
    color: #414143;
    font-weight: bold;
    padding: 14px;
    width: 96%;
}

#displayPowerfulForm .form-group.row.votre_nom .col-md-9 input::placeholder,
#displayPowerfulForm .form-group.row.votre_prenom .col-md-9 input::placeholder,
#displayPowerfulForm .form-group.row.votre_entreprise .col-md-9 input::placeholder,
#displayPowerfulForm .form-group.row.votre_telephone .col-md-9 input::placeholder {
    font-weight: normal;
}

#displayPowerfulForm .form-group.row.votre_nom .col-md-9 input:focus,
#displayPowerfulForm .form-group.row.votre_prenom .col-md-9 input:focus,
#displayPowerfulForm .form-group.row.votre_entreprise .col-md-9 input:focus,
#displayPowerfulForm .form-group.row.votre_telephone .col-md-9 input:focus {
    outline: none;
}

#displayPowerfulForm .form-group.row.contact {
    float: left;
    width: 66%;
}

#displayPowerfulForm .form-group.row.contact label {
    color: #414143;
    font-family: "Arial", sans-serif;
    font-size: 16px;
    line-height: 40px;
    text-align: left;
    padding: 0;
    width: 50%;
}

#displayPowerfulForm .form-group.row.contact .col-md-9 {
    padding: 0 0 0 0;
    width: 50%;
}

#displayPowerfulForm .form-group.row.contact .col-md-9 label {
    float: left;
    margin: 0;
    padding: 0 10px 0 0;
    width: 43%;
}

#displayPowerfulForm .form-group.row.contact .col-md-9 input {
    float: right;
    height: 1.25rem;
    margin: 10px 0 0 0;
    width: 1.25rem;
}

#displayPowerfulForm .form-group.row.contact .col-md-9 input:focus {
    outline: none;
}

#displayPowerfulForm .form-group.row.quelques_mots .col-md-9 {
    padding: 0;
    width: 100%;
}

#displayPowerfulForm .form-group.row.quelques_mots .col-md-9 textarea {
    background: #eaeaea;
    border: none;
    border-radius: 8px;
    color: #414143;
    font-weight: bold;
    height: 110px;
    padding: 14px;
    width: 97.5%;
}

#displayPowerfulForm .form-group.row.quelques_mots .col-md-9 textarea::placeholder {
    font-weight: normal;
}

#displayPowerfulForm .form-group.row.quelques_mots .col-md-9 textarea:focus {
    outline: none;
}

#displayPowerfulForm .form-group.row.me_contacter label.col-md-3 {
    display: none;
}

#displayPowerfulForm .form-group.row.me_contacter .col-md-9 {
    padding: 0;
}

#displayPowerfulForm .form-group.row.me_contacter label {
    color: #414143;
    font-family: "Arial", sans-serif;
    font-size: 16px;
    line-height: 40px;
}

#displayPowerfulForm .form-group.row.me_contacter label input {
    height: 1.25rem;
    width: 1.25rem;
}

#displayPowerfulForm .form-group.row.me_contacter label input:focus {
    outline: none;
}

#displayPowerfulForm .btn-primary {
    color: #414143;
    border-bottom: 1px solid #ffcf1f;
    background: none;
    box-shadow: none;
    float: right;
    font-size: 14px;
    margin-right: 25px;
    padding: 0 0 7px;
}

#displayPowerfulForm .btn-primary:hover {
    border-bottom: 1px solid #414143;
}

#displayPowerfulForm div.block-center-blog-contact {
    border: 3px solid #ffcf1f;
    margin: 0 auto 0;
    max-width: 1000px;
    padding: 0 0 150px;
}

#displayPowerfulForm p {
    color: #414143;
    font-weight: bold;
    text-align: center;
    max-width: 895px;
    margin: 0 auto;
}

#displayPowerfulForm .link-contact-mail {
    background: url("../img/contact-footer.png") no-repeat 35px center #f5f5f5;
    display: block;
    float: left;
    font-weight: bold;
    font-size: 22px;
    margin: 30px 0 0 50px;
    padding: 32px 0px 32px 100px;
    position: relative;
    width: 350px;
}

#displayPowerfulForm .link-contact-mail a:hover {
    color: #ffcf1f;
}

#displayPowerfulForm .link-contact-phone {
    background: url("../img/tel-footer.png") no-repeat 40px center #f5f5f5;
    display: block;
    font-size: 18px;
    font-weight: bold;
    float: right;
    margin: 30px 50px 0 0;
    padding: 25px 0px 25px 100px;
    position: relative;
    width: 350px;
}

#displayPowerfulForm .link-contact-phone button {
    padding: 5px 10px;
}

#displayPowerfulForm .link-contact-phone #tel_num {
    line-height: 34px;
}

/*Autres situations*/
#module-prestablog-blog #blog_article_linked {
    clear: both;
}

#module-prestablog-blog #blog_article_linked h3 {
    background: url("../img/pluceo-logo.png") no-repeat left center;
    border: none;
    color: #414143;
    font-family: "Arial", sans-serif;
    font-size: 18px;
    font-weight: normal;
    padding: 40px 0 40px 35px;
    margin: 0 auto;
    text-transform: none;
    width: 1155px;
}

#module-prestablog-blog #blog_article_linked #blog_list_cms {
    float: none;
    height: 560px;
    margin: 0 auto;
    width: 1231px;
}

#module-prestablog-blog #blog_article_linked #blog_list_cms li:first-child {
    margin: 0 48px 0 0;
}

#module-prestablog-blog #blog_article_linked #blog_list_cms li:last-child {
    margin: 0 0 0 45px;
}

#module-prestablog-blog #blog_article_linked #blog_list_cms li {
    float: left;
    margin: 0 30px;
    padding: 0;
    width: 355px;
}

#module-prestablog-blog #blog_article_linked #blog_list_cms li .block_cont,
#module-prestablog-blog #blog_article_linked #blog_list_cms li:hover .block_cont {
    border: none;
    box-shadow: none;
}

#module-prestablog-blog #blog_article_linked #blog_list_cms li:hover .block_cont .block_top {
    padding: 0 !important;
}

#module-prestablog-blog #blog_article_linked #blog_list_cms li img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 100%;
}

#module-prestablog-blog #blog_article_linked #blog_list_cms li .block_bas {
    background: #414143;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    min-height: 124px;
    padding: 25px 35px 0;
}

#module-prestablog-blog #blog_article_linked #blog_list_cms li .block_bas h4 a {
    color: #fff;
    font-family: "Arial", sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
}

#module-prestablog-blog #blog_article_linked #blog_list_cms li .block_bas h4 a:hover {
    text-decoration: underline;
}

#module-prestablog-blog #blog_article_linked #blog_list_cms li .prestablog_more {
    background: none;
    margin: 25px 0 0 0;
    text-align: center;
}

#module-prestablog-blog #blog_article_linked #blog_list_cms li .prestablog_more a {
    background: none;
    border-bottom: 1px solid #414143;
    color: #414143;
    font-family: "Arial", sans-serif;
    font-size: 12px;
    font-weight: bold;
    height: auto;
    padding: 0 0 10px;
    text-transform: uppercase;
}

#module-prestablog-blog #blog_article_linked #blog_list_cms li .prestablog_more a:hover {
    background: none;
    border-bottom: 1px solid #ffcf1f;
}

/*********************************************/
/**																					**/
/**		  	        PROMOTIONS      					**/
/**																					**/
/*********************************************/

#prices-drop h1.hidden,
#prices-drop h2.hidden {
    display: none;
}

#prices-drop #wrapper {
    background: #fff;
}

#prices-drop #wrapper .container {
    padding: 0;
    width: 1300px;
}

#prices-drop #left-column {
    background: #f7f7f7;
    margin: 0;
    padding: 40px 10px 20px 40px;
    width: 27.5%;
}

#prices-drop #left-column #tel_button {
    font-size: 14px;
}

#prices-drop #left-column .link-contact-mail a:hover {
    color: #1c1c1d;
    font-weight: bold;
}

#prices-drop #wrapper .container #content-wrapper {
    width: 72.5%;
}

#prices-drop .products-selection .total-products {
    padding-top: 15px;
}

#prices-drop .products-selection .total-products p {
    color: #414143;
    font-family: "Arial", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 40px;
}

#prices-drop .products-selection .sort-by-row span {
    color: #414143;
    font-family: "Arial", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 40px;
    padding-top: 15px;
}

#prices-drop .products-sort-order .select-title {
    background: #eaeaea;
    border: none;
    color: #414143;
    box-shadow: none;
    font-family: "Arial", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    margin: 15px 0 0 0;
    padding: 5px;
}

#prices-drop #products {
    width: 93%;
}

#prices-drop .products-selection .material-icons {
    font-size: 18px;
    line-height: 18px;
}

#prices-drop .product-miniature {
    display: block;
    margin: 0;
    position: relative;
    width: 282px;
}

#prices-drop #products .product-miniature .discount {
    display: block;
}

#prices-drop .block-contact {
    padding: 0;
    border: none;
}

#prices-drop #left-column .block-contact .link-contact-footer {
    color: #414143;
    display: block;
    font-family: "Arial", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
}

#prices-drop #left-column .link-contact-mail {
    background: url("../img/contact-footer.png") no-repeat left center;
    display: block;
    padding: 25px 0 0 71px;
}

#prices-drop #left-column .link-contact-phone {
    background: url("../img/tel-footer.png") no-repeat 7px center;
    display: block;
    padding: 15px 0 16px 71px;
}

/*********************************************/
/**																					**/
/**		  	          MARQUES       					**/
/**																					**/
/*********************************************/
#cms h1.hidden,
#cms h2.hidden {
    display: none;
}

.cms-id-21 #content li {
    border: 1px solid #f7f7f7;
    display: inline-block;
    margin-bottom: 10px;
    min-height: 150px;
    padding: 5px 10px;
    width: 24%;
}

.cms-id-21 #content li h3 {
    display: none;
}

.cms-id-21 #content li h3 a {
    width: 100%;
}

.cms-id-21 #content li a {
    width: 100%;
}

.cms-id-21 #content li a img {
    display: block;
    margin: 0 auto;
}

.cms-id-21 #content li a.titre-marque:hover {
    background: #414143;
    color: #ffcf1f;
}

.cms-id-21 #content li a.titre-marque {
    background: #ffcf1f;
    color: #414143;
    display: inline-block;
    font-family: "Arial", sans-serif;
    padding: 5px 10px;
    width: auto;
}

.cms-id-21 #content li a.img-marque {
    float: right;
}

#manufacturer .container #main ul {
    background: #fff;
}

#manufacturer .container #main js-product-list .products ul li {
    border: 1px solid #f7f7f7;
    display: inline-block;
    margin-bottom: 20px;
    padding: 20px;
    width: 32%;
}

#manufacturer .container #main #js-product-list .products ul li a {
    width: 50%;
}

#manufacturer .container #main ul li .brand-infos a:hover {
    background: #414143;
    color: #ffcf1f;
}

#manufacturer .container #main ul li .brand-infos a {
    background: #ffcf1f;
    color: #414143;
    font-family: "Arial", sans-serif;
    padding: 5px 10px;
}

#manufacturer .container #main ul li .brand-img a {
    float: right;
}

#manufacturer .container #main ul li .brand-products a {
    color: #2f2f2f;
    display: block;
    font-family: "Arial", sans-serif;
    font-size: 12px;
    font-weight: 600;
}

#manufacturer .container #main ul li .brand-products a:hover {
    color: #2f2f2f;
    display: block;
    text-decoration: underline;
}

#manufacturer .container #main .pagination .page-list {
    background: #414143;
}

/*********************************************/
/**																					**/
/**		  	          CONTACT       					**/
/**																					**/
/*********************************************/

#contact h1.hidden,
#contact h2.hidden {
    display: none;
}

#contact #content {
    border: none;
    box-shadow: none;
}

#contact #content input,
#contact #content select,
#contact #content textarea {
    border: none;
    border-radius: 8px;
    outline: none;
}

#contact #content .input-group-btn,
#contact #content .input-group-btn label,
#contact #content .input-group-btn span {
    background: #ffcf1f;
    color: #414143;
}

#contact #content .btn-primary {
    background: #ffcf1f;
    box-shadow: none;
    color: #414143;
    float: none !important;
    font-size: 14px;
    margin-bottom: 40px;
}

#contact #content .btn-primary:hover {
    color: #ffcf1f;
    background: #414143;
}

#contact .contact-rich .h4 {
    margin-bottom: 30px;
    text-transform: uppercase;
}

/*********************************************/
/**																					**/
/**		  	          RECHERCHE      					**/
/**																					**/
/*********************************************/

#search h1.hidden {
    display: none;
}

#search #products {
    background: #fff;
    margin-bottom: 30px;
}

#search #products #js-product-list-top {
    padding-top: 20px;
}

/*#search #products .mpm-featuredproducts-product-miniature {
    display: block;
    margin: 0;
    position: relative;
    width: 25%;

}*/

/*PETIT PATCH SEQUENTIEL DE LA PAGE DE RECHERHE SUR LA VERSION MOBILE PORTAIT..*/

@media screen and (max-width: 812px) {
    #search #products .mpm-featuredproducts-product-miniature {
        width: 50%;
        padding: 15px;
    }

    #search #products .mpm-featuredproducts-product-price-block {
        background: #464A4D;
    }

    /*simseq*/
    #category .block-category {
        height: auto;
        min-height: auto;
        position: relative;
        width: auto;
    }

    #category .block-category .category-cover {
        height: auto;
        min-height: auto;
        position: relative;
        width: auto;
    }

    #category .block-category .desc-cat {
        padding: 0 0px 0 0px !important;
        position: relative;
        width: auto;
    }


}

@media screen and (max-width: 735px) {
    #search #products .mpm-featuredproducts-product-miniature {
        width: 100%;
        padding: 15px;
        margin-bottom: 15px;
    }

    #search #products .mpm-featuredproducts-product-price-block {
        background: #464A4D;
    }
}


/*********************************************/
/**																					**/
/**		  	         PAGINATION     					**/
/**																					**/
/*********************************************/

.pagination {
    padding-right: 20px;
}

.pagination .page-list {
    background: #414143;
    box-shadow: none;
}

.pagination .page-list a.previous {
    padding-right: 5px;
}

.pagination a {
    color: #fff;
}

.pagination a:hover {
    color: #ffcf1f;
}

.pagination .disabled {
    color: #f7f7f7;
}

.pagination .current a,
.pagination .current a:hover {
    color: #ffcf1f;
}

/*************************************************************/
/**																					                **/
/**												                									**/
/**		  	                 RESPONSIVE   			  	        	**/
/**																				                	**/
/**																				                	**/
/*************************************************************/

@media screen and (max-width: 1230px) {
    /*Contact-Footer*/
    #footer .copyright_link {
        margin: 30px 0 0 0;
        width: 25%;
    }

    .row-footer-before .block-social {
        margin: 25px 0 0 0;
        width: 25%;
    }

    #footer .container .row-footer-before .block-social ul li {
        float: right;
        margin: 20px 0 0 0;
        text-align: center;
        width: 50%;
    }

    #category .block-category .desc-cat {
        padding: 20px 20px 20px 20px;
    }

    #category .block-category .category-cover img {
        width: auto;
        min-height: 280px;
        max-height: 280px;
    }
}

@media screen and (max-width: 1155px) {

    .carousel .carousel-item .caption {
        width: 1024px;
    }

    .carousel .carousel-item img {
        width: auto;
    }

    .carousel .carousel-item .caption h2 {
        padding: 10px;
    }

    .carousel .carousel-item .caption .caption-description {
        padding: 0;
    }

    .carousel .carousel-item .caption .caption-plus-dinfos {
        margin: 10px;
    }

    #carousel .left.carousel-control {
        left: -16px;
    }

    #carousel .right.carousel-control {
        right: -11px;
    }

    /*********************************************/
    /**																					**/
    /**		  	          Homepage     				  	**/
    /**																					**/
    /*********************************************/
    #index {

    }

    #index #wrapper .container.mpm-featuredproducts-slider-container,
    #an_brandslider-block .an_brandslider-title, #an_brandslider-block .an_brandslider-items,
    .prestablog .title,
    .prestablog #eggs_blog_list {
        width: 100%;
    }

    #index #wrapper .container.mpm-featuredproducts-slider-container article.mpm-featuredproducts-product-miniature,
    #search article.mpm-featuredproducts-product-miniature {
        padding: 10px 0 20px;
    }

    .mpm-featuredproducts-slider-navigation .slick-prev {
        left: -30px;
    }

    /*********************************************/
    /**																					**/
    /**		  	          Footer       				  	**/
    /**																					**/
    /*********************************************/
    #footer .links-homepage .row,
    .row-footer-before {
        width: 100%;
    }

    #footer li.hashtag-pluceo {
        width: 75px;
    }

    #footer li.linkedin {
        width: 50px;
    }

    .block-social li {
        width: 55px;
    }

    #footer li.googleplus {
        width: 80px;
    }

    /*********************************************/
    /**																					**/
    /**		  	          PROMO       				  	**/
    /**																					**/
    /*********************************************/
    #prices-drop #wrapper .container {
        width: 1024px;
    }

    #prices-drop .products-selection .sort-by-row span {
        font-size: 12px;
        padding: 15px 0 0;
    }

    /*********************************************/
    /**																					**/
    /**		  	          BLOG        				  	**/
    /**																					**/
    /*********************************************/
    #module-prestablog-blog header .container,
    #module-prestablog-blog .container ol,
    #module-prestablog-blog .page-all-blog,
    #module-prestablog-blog .description-cat-blog,
    #module-prestablog-blog .header-post #prestablogfont,
    #module-prestablog-blog .links-homepage .row,
    #module-prestablog-blog #blog_article_linked #blog_list_cms,
    #module-prestablog-blog .container .contact-blog-page,
    #prestablogfont-p1 div.center, #prestablogfont-p2 div.center,
    #module-prestablog-blog .container .contact-blog-page-bas .center,
    #module-prestablog-blog #blog_article_linked h3 {
        width: 1024px;
    }

    #module-prestablog-blog #blog_article_linked #blog_list_cms li:first-child {
        margin: 0 2.5% 0 0;
    }

    #module-prestablog-blog #blog_article_linked #blog_list_cms li {
        margin: 0 2.5%;
        width: 30%;
    }

    #module-prestablog-blog #blog_article_linked #blog_list_cms li:last-child {
        margin: 0 0 0 2.5%;
    }

    /*********************************************/
    /**																					**/
    /**		  	        Categorie      				  	**/
    /**																					**/
    /*********************************************/
    #category #wrapper .container,
    #category #wrapper .container .breadcrumb {
        width: 1024px;
    }

    #category .products-selection .sort-by-row span {
        font-size: 12px;
        padding: 15px 0 0;
    }

    #category #left-column {
    }

    #category #search_filters .facet .facet-label a, #search_filters_brands .facet .facet-label a, #search_filters_suppliers .facet .facet-label a {
        width: 88%;
    }


    /*********************************************/
    /**																					**/
    /**		  	         Produit      				  	**/
    /**																					**/
    /*********************************************/
    #product section .container .col-md-12,
    #product .breadcrumb,
    .bloc-center,
    #product .product-accessories .h5,
    #product .product-accessories,
    #product .carousel-links .nav-carousel {
        width: 1024px;
    }

    #product .carousel-links .nav-carousel li:first-child {
        background: url(../img/question.png) no-repeat 8% center;
    }

    #product .carousel-links .nav-carousel li {
        font-size: 15px;
    }

    #product .product-accessories .product-miniature {
    }

    #product .tabs .attachment {
        margin: 40px 2.5%;
        width: 20%;
    }

    #product .product-prices .current-price {
        font-size: 24px;
    }

    #product .product-add-to-cart .product-quantity .add button {
        padding: 5px 15px 35px;
    }

    #product .product-add-to-cart .product-quantity .add button {
        background: url("../img/panier-fiche-produit.png") no-repeat #ffcf1f 36px 40px;
    }

    #product .product-add-to-cart .product-quantity .add button:hover {
        background: url("../img/panier-fiche-produit-hover.png") no-repeat #414143 36px 40px;
    }

    /*********************************************/
    /**																					**/
    /**		  	          Panier      				  	**/
    /**																					**/
    /*********************************************/
    #checkout #block-reassurance {
        width: 515px;
    }

    #checkout .phone {
        float: right;
        margin: 18px 0 0 14px;
        padding: 20px 19px 20px 65px;
    }

    #checkout .checkout-breadcrumb {
        width: 1024px;
    }

    body#checkout #footer {
        width: 1024px;
    }

    #checkout #footer .text-right div span.phone-footer {
        padding: 26px 0 0 35px;
    }
}

/*************************************************************/
/**																					                **/
/**												                									**/
/**		  	               TABLETTE / IPAD   				        	**/
/**																				                	**/
/**																				                	**/
/*************************************************************/

@media screen and (max-width: 1023px) {
    /*********************************************/
    /**																					**/
    /**		  	          Header      				  	**/
    /**																					**/
    /*********************************************/

    .carousel .carousel-item .caption,
    .carousel .carousel-item .caption .caption-description {
        width: 100%;
    }

    .carousel .carousel-item .caption {
        padding-left: 50px;
        padding-right: 50px;
    }

    .position-static.top-right {
        padding-right: 10px;
    }



    /*********************************************/
    /**																					**/
    /**		  	          Footer      				  	**/
    /**																					**/
    /*********************************************/
    #footer .container .links .row {
        padding: 0 0 0 20px;
    }

    #footer .container .links .col-md-4 {
        width: 50%;
    }

    /*********************************************/
    /**																					**/
    /**		  	          Accueil      				  	**/
    /**																					**/
    /*********************************************/
    .mpm-featuredproducts-slider-container .row {
        padding: 0 10px;
    }

    .mpm-featuredproducts-slider-navigation .slick-prev {
        left: -15px;
    }

    #index #wrapper .container.mpm-featuredproducts-slider-container article.mpm-featuredproducts-product-miniature {
    }

    #index #wrapper .container.mpm-featuredproducts-slider-container, #an_brandslider-block .an_brandslider-title, #an_brandslider-block .an_brandslider-items, .prestablog .title, .prestablog #eggs_blog_list {
        width: 100%;
    }

    .mpm-featuredproducts-slider-navigation .slick-next {
        right: 0;
    }

    /*********************************************/
    /**																					**/
    /**		  	          Article      				  	**/
    /**																					**/
    /*********************************************/
    #product section .container .col-md-12,
    #product .breadcrumb,
    .bloc-center,
    #product .product-accessories .h5,
    #product .product-accessories,
    #product .carousel-links .nav-carousel {
        width: 100%;
    }

    #product .product-prices .current-price {
        font-size: 18px;
    }

    #product .qty {
        margin-left: 5px;
    }

    #product .qty .bootstrap-touchspin {
        width: 150px;
    }

    #product .qty .bootstrap-touchspin-down,
    #product .qty .bootstrap-touchspin-up {
        background-size: 35px;
    }

    #product .qty .bootstrap-touchspin #quantity_wanted {
        margin: 20px 0px -44px 44px;
    }

    /*********************************************/
    /**																					**/
    /**		  	          Article      				  	**/
    /**																					**/
    /*********************************************/
    #category #wrapper .container,
    #category #wrapper .container .breadcrumb {
        width: 100%;;
    }

    #category #wrapper .container .breadcrumb {
        padding: 0 10px;
    }

    /*********************************************/
    /**																					**/
    /**		  	           BLOG       				  	**/
    /**																					**/
    /*********************************************/
    #module-prestablog-blog header .container,
    #module-prestablog-blog .container ol,
    #module-prestablog-blog .page-all-blog,
    #module-prestablog-blog .description-cat-blog,
    #module-prestablog-blog .header-post #prestablogfont,
    #module-prestablog-blog .links-homepage .row,
    #module-prestablog-blog #blog_article_linked #blog_list_cms,
    #module-prestablog-blog .container .contact-blog-page,
    #prestablogfont-p1 div.center, #prestablogfont-p2 div.center,
    #module-prestablog-blog .container .contact-blog-page-bas .center,
    #module-prestablog-blog #blog_article_linked h3,
    #displayPowerfulForm #pfg-form-1 {
        width: 100%;
    }

    #displayPowerfulForm #pfg-form-1,
    .contact-blog-page,
    #blog_list_cms {
        padding: 0 10px;
    }

    #module-prestablog-blog .header-post #prestablogfont img,
    #prestablogfont-p2 iframe, #prestablogfont-p2 img {
        margin-left: 0;
    }

    #module-prestablog-blog .header-post-page-unique,
    #module-prestablog-blog .container ol {
        padding: 0 10px;
    }

    #module-prestablog-blog .container .contact-blog-page p {
        padding: 25px 25px 25px 0;
    }

    #module-prestablog-blog #content-wrapper tbody tr td {
        padding: 0 10px;
        width: 50%;
    }

    #module-prestablog-blog #content-wrapper tbody tr td iframe,
    #module-prestablog-blog #content-wrapper tbody tr td img {
        height: auto;
        /* width:100%; */
        width: auto;
        max-width: 100%;
    }

    /* simseq test pour nicolas..
	 #module-prestablog-blog #content-wrapper tbody tr td{
		text-align: center;
	} */
}

@media screen and (max-width: 1023px) {
    /*********************************************/
    /**																					**/
    /**		  	           Header      				  	**/
    /**																					**/
    /*********************************************/


    .hidden-md-up.mobile {
        float: none;
        display: block !important;
    }


    #header .top-menu li {
        width: 100%;
    }

    /*********************************************/
    /**																					**/
    /**		  	          PRODUIT      				  	**/
    /**																					**/
    /*********************************************/
    #product .product-add-to-cart .product-quantity .add {
        height: 50px;
        width: 100%;
    }

    #product .product-add-to-cart .product-quantity .add button {
        background: url("../img/panier-fiche-produit.png") no-repeat #ffcf1f 36px 11px;
        width: 100%;
    }

    #product .product-add-to-cart .product-quantity .add button:hover {
        background: url("../img/panier-fiche-produit-hover.png") no-repeat #414143 59px 11px;
    }

    /*********************************************/
    /**																					**/
    /**		              Marque      	         	**/
    /**																	    		**/
    /*********************************************/

}


@media screen and (max-width: 900px) {
    .bloc-dispo,
    .bloc-livraison,
    .bloc-port-offert {
        margin-right: 0;
        margin-left: 0;
        width: 100%;
    }

    .bloc-livraison {
        background: url("../img/frais-de-port.png") no-repeat 30px 28px #f7f7f7;
        padding: 15px 5px 25px 95px;
    }

    .bloc-port-offert {
        background: url("../img/frais-de-port-offert.png") no-repeat 30px 28px #ffcf1f;
        padding: 15px 5px 25px 95px;
    }


    #product #block-reassurance li .block-reassurance-item img {
        float: none;
        margin: 0 auto;
        display: block;
        width: auto;
    }

    #product #block-reassurance li:first-child .block-reassurance-item img {
        float: none;
        margin: 0 auto;
        display: block;
    }

    #product #block-reassurance li .block-reassurance-item span {
        margin: 6px auto 0;
        text-align: center;
        width: 100%;
    }

    #product .carousel-links .nav-carousel li:first-child {
        background: none;
        padding: 17px 0;
        width: 100%;
    }

    #product .carousel-links .nav-carousel li {
        background: url("../img/mail.png") no-repeat top center;
        padding: 48px 0 17px;
        width: 50%;
    }

    #product .carousel-links .nav-carousel li:last-child {
        background: url("../img/mobile.png") no-repeat top center;
        padding: 48px 0 17px;
        width: 50%;
    }

    #product .carousel-links .nav-carousel li a {
        display: block;
        text-align: center;
        width: 100%;
    }

    /*********************************************/
    /**																					**/
    /**		  	           PROMO      				  	**/
    /**																					**/
    /*********************************************/
    #prices-drop .h2 {
        padding: 0 20px;
    }

    #prices-drop #left-column {
        padding: 20px !important;
        width: 100%;
    }

    #prices-drop #products,
    #prices-drop #wrapper .container #content-wrapper {
        width: 100%;
    }

    #prices-drop .product-miniature {
        margin: 0 auto;
    }

    #prices-drop #js-product-list .btn.btn-secondary {
        background-color: #ffcf1f;
        color: #414143;
        display: block;
        margin: 0 20px;
    }

    /*********************************************/
    /**																					**/
    /**		  	           CONTACT     				  	**/
    /**																					**/
    /*********************************************/
    #contact #left-column,
    #content-wrapper.left-column {
        width: 100%;
    }

    #manufacturer #content-wrapper.left-column {
        padding-left: 0;
    }

    /*********************************************/
    /**																					**/
    /**		  	          CATEGORIE    				  	**/
    /**																					**/
    /*********************************************/
    #category #left-column {
        width: 40%;
    }

    #category #wrapper .container #content-wrapper {
        width: 60%;
    }

    #category #js-product-list-top .col-md-6 {
        width: 100%;
    }

    /*********************************************/
    /**																					**/
    /**		             Pannier      	        	**/
    /**																					**/
    /*********************************************/
    #cart .cart-grid-body {
        padding: 0 10px;
    }

    #cart .card .cart-overview .detail-header {
        display: none;
    }

    #cart .card .cart-overview .cart-items .product-line-grid-left {
        border: 1px solid #373738;
        width: 100%
    }

    #cart .card .cart-overview .cart-items .product-line-grid-left .product-line-info {
        padding-right: 5px;
        margin-bottom: 5px;
        margin-top: 5px;
    }

    #cart .card .cart-overview .cart-items .product-line-grid-left-stock {
        margin: 0;
        width: 50%;
    }

    #cart .card .cart-overview .cart-items .product-line-grid-body {
        margin: 0;
        padding: 5px;
        width: 50%;
    }

    #cart .card .cart-overview .cart-items .product-line-grid-left-stock span {
        border-left: 1px solid #373738;
        border-right: 1px solid #373738;
        border-bottom: 1px solid #373738;
        padding: 5px;
    }

    #cart .card .cart-overview .cart-items .product-line-grid-body {
        border-right: 1px solid #373738;
        border-bottom: 1px solid #373738;
    }

    #cart .card .cart-overview .cart-items .product-line-qty {
        border-left: 1px solid #373738;
        border-bottom: 1px solid #373738;
        max-width: 42%;
        padding: 5px;
        width: 42%;
    }

    #cart .card .cart-overview .cart-items .product-line-price.discount {
        background: url("../img/fond-prix-cart-discount.png") no-repeat center left #414142;
    }

    #cart .card .cart-overview .cart-items .product-line-price {
        background: #414142;
        border-bottom: 1px solid #373738;
        max-width: 43%;
        width: 43%;
    }

    #cart .qty .bootstrap-touchspin-up,
    #cart .qty .bootstrap-touchspin-down {
        background-size: 35px;
        height: 35px;
        width: 35px;
    }

    #cart .card .cart-overview .cart-items .product-line-actions {
        border-right: 1px solid #373738;
        border-bottom: 1px solid #373738;
        width: 15%;
    }

    #cart .qty .bootstrap-touchspin .js-cart-line-product-quantity {
        font-size: 20px;
        margin: 0 0 -35px 44px;
    }

    #cart .qty .bootstrap-touchspin {
        width: auto;
    }

    #cart .cart-grid-bottom #block-reassurance,
    #cart .cart-grid-bottom .cart-summary,
    #cart .cart-voucher .promo-code .promo-input,
    #cart .cart-grid-bottom .cart-summary .promo-code .btn-primary,
    #cart .cart-voucher .promo-code {
        width: 100%;
    }

    #cart .cart-summary-line .value.products span {
        float: none;
    }

    #cart .cart-summary-line .value.shipping {
        line-height: 29px;
        width: auto;
    }

    #cart .continue-shopping {
        bottom: inherit;
        clear: both;
        left: inherit;
        position: relative;
        text-align: center;
    }

    /*********************************************/
    /**																					**/
    /**		         Tunnel de commande    	     	**/
    /**																	    		**/
    /*********************************************/

    /*********************************************/
    /**																					**/
    /**		         Tunnel de commande    	     	**/
    /**																	    		**/
    /*********************************************/
    body#checkout header {
        padding: 0 5px;
    }

    #checkout #block-reassurance {
        width: 100%;
    }

    #checkout #block-reassurance li,
    #checkout .phone {
        margin: 5px 0;
        width: 100%;
    }

    #checkout .checkout-breadcrumb {
        width: 100%;
    }

    body#checkout #wrapper {
        padding: 0 5px;
    }

    body#checkout .container .col-md-8 {
        width: 100%;
    }

    #checkout #content section .step-title {
        font-size: 14px;
    }

    #checkout .my-2 li a {
        padding: 20px 10px 20px 10px;
    }

    #checkout #link-form-subscribe-guest label {
        margin: 0 10px 10px 0;
    }

    #form-guest, #form-subscribe {
        width: 100%;
    }

    body#checkout section.checkout-step .forgot-password {
        margin-left: 15px;
    }

    #delivery-address, #invoice-address {
        width: 100%;
    }

    body#checkout section.checkout-step .js-address-form {
        padding: 0 0 10px;
    }

    body#checkout .back-cart a {
        display: block;
        text-align: center;
        margin: 0 auto 20px;
    }

    body#checkout .container .col-md-4 {
        width: 100%;
    }

    body#checkout #footer {
        width: 100%;
    }

    #checkout #footer .text-left {
        padding: 35px 10px 30px;
        width: 100%;
    }

    #checkout #footer .text-left img {
        max-width: 100%;
    }

    #checkout #footer .text-center {
        width: 100%;
    }

    #checkout #footer .text-center span {
        margin: 0 auto 20px;
        width: 90%;
    }

    #checkout #footer .text-right,
    #checkout #footer .text-right div {
        width: 100%;
    }

    body#checkout section#checkout-delivery-step.checkout-step .delivery-option {
        margin: 0;
        width: 100%;
    }

    #checkout-delivery-step .order-options #delivery label, #checkout-delivery-step .order-options #delivery textarea {
        width: 100%;
    }

    /*********************************************/
    /**																					**/
    /**		               BLOG      	          	**/
    /**																	    		**/
    /*********************************************/
    #displayPowerfulForm div.block-center-blog-contact {
        padding: 0 0 50px;
    }

    #displayPowerfulForm .link-contact-mail,
    #displayPowerfulForm .link-contact-phone {
        float: none;
        margin: 30px auto 0;
    }

    /*********************************************/
    /**																					**/
    /**		               Footer      	         	**/
    /**																	    		**/
    /*********************************************/
    #footer .container .links .col-md-3 {
        width: 33.3%;
    }


    #header #top-menu > li,
    #header #top-menu > li:first-child,
    #header #top-menu > li:last-child {
        padding: 0;
    }

    #header .js-top-menu.mobile .top-menu li:first-child a[data-depth="0"],
    #header .js-top-menu.mobile .top-menu li a[data-depth="0"],
    #header .js-top-menu.mobile .top-menu li:last-child a[data-depth="0"] {
        padding: 10px !important;
    }
}

/*************************************************************/
/**																					                **/
/**												                									**/
/**		  	                   MOBILE       			 	        	**/
/**																				                	**/
/**																				                	**/
/*************************************************************/

@media screen and (max-width: 767px) {

    /*********************************************/
    /**																					**/
    /**		  	           Header      				  	**/
    /**																					**/
    /*********************************************/
    body {
        background: #f7f7f7;
        box-shadow: inherit;
        font-family: "Arial", sans-serif;
    }


    .carousel, .carousel.slide ul {
        height: auto;
        display: none;
    }

    .carousel .carousel-item img {
        position: relative;
    }

    .carousel .carousel-item .caption {
        display: none;
    }

    #mobile_top_menu_wrapper {
        margin: 0;
        padding: 0;
    }

    /*********************************************/
    /**																					**/
    /**		  	          ACCUEIL      				  	**/
    /**																					**/
    /*********************************************/
    .page-home {
        overflow: hidden;
        max-width: 100%;
    }

    .mpm-featuredproducts-slider-container .row h2 {
        background: url("../img/pluceo-logo.png") no-repeat left top 20px;
        font-size: 16px;
        padding: 20px 10px 20px 30px;
        line-height: 21px;
    }

    .mpm-featuredproducts-slider-navigation .slick-next {
        right: 0;
    }

    #index #wrapper .container.mpm-featuredproducts-slider-container article.mpm-featuredproducts-product-miniature, #search article.mpm-featuredproducts-product-miniature {
        padding: 10px 58px 20px;
    }

    #eggs_blog_list li {
        padding: 0;
        margin-right: auto !important;
        margin-left: auto !important;
        margin-bottom: 30px !important;
        max-width: 373px;
        width: 100%;
    }

    .prestablog .title {
        background: url("../img/pluceo-logo.png") no-repeat left top 20px;
        font-size: 16px;
        padding: 20px 10px 20px 30px;
        line-height: 21px;
    }

    /*********************************************/
    /**																					**/
    /**		  	          FOOTER      				  	**/
    /**																					**/
    /*********************************************/
    #footer .container {
        padding: 0;
    }

    #footer .container .links .row {
        padding: 0;
    }

    #footer .links-homepage .row .h3 {
        background: url("../img/pluceo-logo.png") no-repeat left top 20px;
        font-size: 16px;
        padding: 20px 10px 20px 30px;
        line-height: 21px;
    }

    #footer .links-homepage .row li {
        min-height: 240px;
        width: 50% !important;
    }

    #footer .links .title {
        border: none;
        margin-bottom: 20px;
    }

    #footer .links-homepage .row .h3 {
        background: url("../img/pluceo-logo.png") no-repeat left top 20px;
        font-size: 16px;
        padding: 20px 0 40px 30px;
        line-height: 21px;
    }

    #footer .row-footer-before .links {
        padding: 0 10px;
    }

    #footer .row-footer-before .links,
    #footer .container .links .col-md-4,
    #footer .container .links .col-md-3 {
        width: 100%;
    }

    #footer .row-footer-before .block-contact {
        border-radius: 0;
        margin: 0;
        padding: 15px 10px 15px !important;
    }

    #footer .footer-container {
        background: #4d4d50;
    }

    #footer .footer-container .container .h3 {
        line-height: 38px;
    }

    #footer .footer-container .links ul {
        background: none;
        padding: 0;
    }

    #footer .footer-container .links ul li {
        border: none;
        margin-bottom: 12px;
        padding: 0;
    }

    #footer .footer-container .container li a {
        line-height: 18px
    }

    #footer .footer-container .container .h3 {
        margin: 0;
    }

    #footer .copyright_link {
        padding: 25px 0 0 20px;
        text-align: left;
        width: 100%;
    }

    #footer .link-contact-footer {
        display: inline-block;
    }

    .row-footer-before .links li {
        margin-bottom: 10px;
    }

    #footer .container .row-footer-before .links .h3,
    #footer .footer-container .container .h3 {
        font-size: 14px;
    }

    #footer .row-footer-before .links li a,
    #footer .container li a {
        font-size: 14px;
    }

    /*********************************************/
    /**																					**/
    /**		  	          PROMO       				  	**/
    /**																					**/
    /*********************************************/
    #prices-drop .h2 {
        padding: 0 20px;
    }

    #prices-drop #left-column {
        padding: 20px !important;
        width: 100%;
    }

    #prices-drop #products,
    #prices-drop #wrapper .container #content-wrapper {
        width: 100%;
    }

    #prices-drop .product-miniature {
        margin: 0 auto;
    }

    #prices-drop #js-product-list .btn.btn-secondary {
        background-color: #ffcf1f;
        color: #414143;
        display: block;
        margin: 0 20px;
    }

    /*********************************************/
    /**																					**/
    /**		       TOUTES LES SITUATIONS    	  	**/
    /**																					**/
    /*********************************************/
    #module-prestablog-blog .page-all-blog #blog_list {
        margin: 0 auto !important;
        display: block;
        float: none;
        max-width: 373px !important;
    }

    #module-prestablog-blog .page-all-blog #blog_list li {
        max-width: 373px;
        width: 100%;
    }

    #module-prestablog-blog .description-cat-blog .page-title {
        max-width: 100%;
    }

    /*********************************************/
    /**																					**/
    /**		              MARQUES      	        	**/
    /**																					**/
    /*********************************************/
    .cms-id-21 #content li {
        width: 100%;
    }

    /*********************************************/
    /**																					**/
    /**		               PAGE       	        	**/
    /**																					**/
    /*********************************************/
    .page-title {
        max-width: 100%;
    }

    .page-content.page-cms table {
        font-size: 16px !important;
    }

    /*********************************************/
    /**																					**/
    /**		             CATEGORIE     	        	**/
    /**																					**/
    /*********************************************/
    #category .container .h1 {
        margin: 20px;
    }

    #category #wrapper .container #content-wrapper,
    #category #products {
        width: 100%;
    }

    #category .product-miniature {
        margin: 0 auto 20px !important;
    }

    #category #js-product-list .btn.btn-secondary {
        background-color: #ffcf1f;
        color: #414143;
        display: block;
        margin: 0 20px;
    }

    #category #left-column, #module-prestablog-blog #left-column {
        width: 100%;
    }

    /*********************************************/
    /**																					**/
    /**		             Produit      	        	**/
    /**																					**/
    /*********************************************/
    .bloc-dispo,
    .bloc-livraison,
    .bloc-port-offert {
        margin-right: 0;
        margin-left: 0;
        width: 100%;
    }

    .bloc-livraison {
        background: url("../img/frais-de-port.png") no-repeat 30px 28px #f7f7f7;
        padding: 25px 5px 25px 95px;
    }

    #product .eggs-product-add-to-cart.discount {
        background: url("../img/produit-etiquette-prix-discount.png") no-repeat top left #343436;
    }

    #product .eggs-product-add-to-cart {
        background: url("../img/produit-etiquette-prix.png") no-repeat top left #343436;
        bottom: 0;
        right: 0;
        left: 0;
        position: fixed;
        z-index: 99999999;
    }

    #product #block-reassurance li .block-reassurance-item img {
        float: none;
        margin: 0 auto;
        display: block;
        width: auto;
    }

    #product #block-reassurance li:first-child .block-reassurance-item img {
        float: none;
        margin: 0 auto;
        display: block;
    }

    #product #block-reassurance li .block-reassurance-item span {
        margin: 6px auto 0;
        text-align: center;
        width: 100%;
    }

    #product .carousel-links .nav-carousel li:first-child {
        background: none;
        padding: 17px 0;
        width: 100%;
    }

    #product .carousel-links .nav-carousel li {
        background: url("../img/mail.png") no-repeat top center;
        padding: 48px 0 17px;
        width: 50%;
    }

    #product .carousel-links .nav-carousel li:last-child {
        background: url("../img/mobile.png") no-repeat top center;
        padding: 48px 0 17px;
        width: 50%;
    }

    #product .carousel-links .nav-carousel li:last-child button {
        margin: 5px auto 0px;
        font-size: 11px;
        line-height: 18px;
    }

    #product .carousel-links .nav-carousel li a {
        display: block;
        text-align: center;
        width: 100%;
    }

    #product .col-md-6 h1 {
        width: 100%;
    }

    #product #refproduit {
        font-size: 16px;
    }

    #product .product-information p {
        font-size: 16px;
    }

    #product .bloc-center p, #product .product-description {
        font-size: 16px;
    }

    #product .bloc-description,
    #product .bloc-caracteristiques {
        width: 100%;
    }

    #product .tabs .nav-item {
        margin: 0;
        width: 100%;
    }

    #product .tabs .attachment {
        margin: 40px 2.5%;
        width: 95%;
    }

    #product .tabs .attachment a {
        text-align: center;
    }

    #product .product-accessories .h5 {
        background: url(../img/pluceo-logo.png) no-repeat 10px 30px;
        padding: 20px 0 20px 35px;
    }

    #product .product-accessories .product-miniature {
        margin: 0;
        padding: 0;
    }

    #blockcart-modal .modal-dialog {
        margin-bottom: 150px;
    }

    #blockcart-modal .cart-content .cart-content-btn .btn {
        font-size: 13px;
    }

    /*********************************************/
    /**																					**/
    /**		             Situation      	      	**/
    /**																	    		**/
    /*********************************************/
    #module-prestablog-blog #content-wrapper tbody tr td {
        clear: both;
        overflow: hidden;
        width: 100%;
    }

    #module-prestablog-blog #content-wrapper tbody tr td img {
        max-width: 100%;
    }

    #prestablogfont,
    #prestablogfont table,
    #prestablogfont table tbody,
    #prestablogfont table tbody tr,
    #prestablogfont table tbody tr td {
        max-width: 100%;
        display: block;
    }

    #module-prestablog-blog .header-post #prestablogfont img, #prestablogfont-p2 iframe, #prestablogfont-p2 img {
        margin-bottom: 10px
    }

    #prestablogfont-p1,
    #prestablogfont-p1 table,
    #prestablogfont-p1 table tbody,
    #prestablogfont-p1 table tbody tr,
    #prestablogfont-p1 table tbody tr td,
    #prestablogfont-p2,
    #prestablogfont-p2 table,
    #prestablogfont-p2 table tbody,
    #prestablogfont-p2 table tbody tr,
    #prestablogfont-p2 table tbody tr td {
        max-width: 100%;
        display: block;
    }

    #module-prestablog-blog .container .contact-blog-page p {
        padding: 15px;
        text-align: center;
    }

    #module-prestablog-blog .container .contact-blog-page a {
        display: block;
        margin: 0 auto;
        position: relative;
        width: 220px;
    }

    #module-prestablog-blog .container .contact-blog-page-bas a {
        display: block;
        margin: 0 auto;
        width: 260px;
    }

    #module-prestablog-blog .container .contact-blog-page-bas p {
        display: block;
        margin: 0 auto;
        width: 295px;
    }

    #module-prestablog-blog .links-homepage li:first-child,
    #module-prestablog-blog .links-homepage li,
    #module-prestablog-blog .links-homepage li:last-child {
        margin: 10px 0;
        width: 100%;
    }

    #displayPowerfulForm .form-group.row.votre_nom,
    #displayPowerfulForm .form-group.row.votre_nom .col-md-9 input,
    #displayPowerfulForm .form-group.row.votre_prenom,
    #displayPowerfulForm .form-group.row.votre_prenom .col-md-9 input,
    #displayPowerfulForm .form-group.row.votre_entreprise,
    #displayPowerfulForm .form-group.row.votre_entreprise .col-md-9 input,
    #displayPowerfulForm .form-group.row.votre_telephone,
    #displayPowerfulForm .form-group.row.votre_telephone .col-md-9 input, *
    #displayPowerfulForm .form-group.row.contact,
    #displayPowerfulForm .form-group.row.contact label,
    #displayPowerfulForm .form-group.row.contact .col-md-9 {
        width: 100%;
    }


    /*********************************************/
    /**																					**/
    /**		              Cat�gories     	      	**/
    /**																	    		**/
    /*********************************************/

    #category #left-column #search_filters_wrapper.hidden-sm-down {
        display: block !important;
    }

    #category #left-column #search_filters_wrapper section:first-of-type ul li {
        padding: 3px;
    }

    #category #search_filters .facet ul li .custom-radio {
        margin-top: 0px;
    }


    /*********************************************/
    /**																					**/
    /**		                Panier      	      	**/
    /**																	    		**/
    /*********************************************/
    #cart .cart-summary-line.cart-total .label {
        margin: 5px 15px 0 5px;
    }
}

/*********************************************/
/**																					**/
/**		                PAGE MARQUE      	      	**/
/**																	    		**/
/*********************************************/
#bloc_listing_brand_categories {
    margin-left: -15px;
    margin-right: -15px;

}

.categoryParent {
    display: none;
}

.categoryParent h3 {
    color: #414142;
    text-align: center;
    text-transform: uppercase;
    padding: 15px;
    margin-top: 10px;
    background-color: #ffcf1f;
}

.cat_brand_item {

    margin-bottom: 15px;

}

.cat_brand_item a {
    width: 100%;
    display: block;
    background-color: #1a1a1a;
    height: 180px;
    padding-top: 15px;
    color: #FFF;
    text-align: center;
    transition: all 0.25s ease;

}

.cat_brand_item a:hover {
    color: #1a1a1a;
    text-decoration: underline;
    background-color: #ffcf1f;
}

.cat_brand_item a img {
    max-height: 70%;
    min-height: 40%;
    margin-left: auto;
    margin-right: auto;

}

.cat_brand_item a span {
    display: block;
    margin-top: 15px;
    position: absolute;
    bottom: 15px;
    left: 0px;
    width: 100%;
}


@media screen and (max-width: 1024px) {
    .cat_brand_item a {
        font-size: 12px;
    }
}

@media screen and (max-width: 812px) {
    .cat_brand_item a span {
        width: 80%;
        left: 10%;
    }

    .cat_brand_item a img {
        max-height: 60%;
        min-height: 40%;
    }
}

.categoryParent {

}

/*********************************************/
/**																					**/
/**		  	        GESTION SEQ SOUS Categorie      				  	**/
/**																					**/
/*********************************************/

.radius-round {
    /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -webkit-border-radius: 12px;

    /* Firefox 1-3.6 */
    -moz-border-radius: 12px;

    /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    border-radius: 12px;
}

/*GESTION SS CATE SEQ */

#subcategories {
    /*margin-left: -15px;*/
    /*margin-right: -15px;*/
}

@media screen and (max-width: 812px) {
    #subcategories {
        margin-left: inherit;
        margin-right: inherit;
    }
}


#subcategories a {

}

#subcategories a:hover {
    color: inherit;
    text-decoration: underline;
}

.subcategory-item {

    /*margin-bottom: 15px;*/
    height: 100%;
}

.subcategory-link {
    height: 100%;
}

.subcategory-link span.img_container {
    width: 20%;
    margin-right: 10px;
}

.subcategory-link img {
    position: relative;
    max-width: 100%;

}

.rowFlex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.colalign {
    float: none !important;
    margin-bottom: 15px;
}

.subcategory-item a {
    background-color: #c4c4c4;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    transition: all 0.25s ease;
}

.subcategory-item a:hover {
    background-color: #ffcf1f;
}

.subcategory-item a h2 {
    padding-top: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    font-weight: bold;
    text-align: center;
    font-size: 15px;
}

/* .elementor-section{
	overflow: hidden;
} */

#categorie_savoir_plus {
    overflow: hidden;
}


/*CAROUSEL HOME PRODUITS PATCH CREATIVE ELEMENT*/
.elementor-widget-product-carousel .elementor-widget {

    position: relative;
    padding-left: 15px;
    padding-right: 15px;

}

@media screen and (max-width: 414px) {
    .slick-slider .slick-slide-inner > * {
        width: 80% !important;
    }

    .elementor-slick-slider .slick-prev {
        left: 0px;
    }

    .elementor-slick-slider .slick-next {
        right: 0px;
    }
}

/** UPDATE 2021 **/

/*h2 {*/
/*    font-family: Arial, sans-serif;*/
/*    font-weight: 400;*/
/*    font-size: 22px;*/
/*    line-height: 26px;*/
/*    color: #414142;*/
/*    text-align: center;*/
/*    text-transform: none;*/
/*    margin: 15px 0 36px !important;*/
/*    position: relative;*/
/*}*/

/*h2:after {*/
/*    content: '';*/
/*    width: 80px;*/
/*    height: 1px;*/
/*    background-color: #ffcf1f;*/
/*    display: block;*/
/*    position: absolute;*/
/*    left: 50%;*/
/*    bottom: -10px;*/
/*    transform: translateX(-50%);*/
/*}*/
.no-decoration h2:after {
    display: none;
}

.btn-center {
    display: block;
    text-align: center;
}

.btn.btn-white {
    background: white;
    color: #414142;
    padding: 15px 20px;
}
.btn.btn-white:hover {
    background: #414142;
    color: white;
}

.btn.btn-black {
    background: #414142;
    color: white;
    padding: 15px 20px;
}
.btn.btn-black:hover {
    background: #ffcf1f;
    color: #414142;
}

.btn.btn-yellow {
    background: #ffcf1f;
    color: #414142;
    padding: 15px 20px;
    border: 1px solid #ffcf1f;
}
.btn.btn-yellow:hover {
    background: #414142;
    color: #ffcf1f;
    border: 1px solid #ffcf1f;
}

.btn.btn-outline {
    background: transparent;
    border: 1px solid #ffcf1f;
    color: #414142;
    padding: 15px 20px;
}
.btn.btn-outline:hover {
    border: 1px solid #414142;
}

.btn.btn-with-arrow {
    background: white;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    color: #414142;
    padding: 20px 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn.btn-with-arrow:before {
    content: '';
    background: url('../img/circle-with-arrow-yellow.png') no-repeat;
    width: 35px;
    height: 36px;
    margin-right: 15px;
    display: block;
}
.btn.btn-with-arrow:hover {
    background: #ffcf1f;
}
.btn.btn-with-arrow:hover:before {
    background: url('../img/circle-with-arrow-white.png') no-repeat;
}

/* Footer (mobile) : aligner l’icône :before à gauche */
@media (max-width: 768px) {
   .btn.btn-with-arrow {
        /* texte centré, icône indépendante à gauche */
        position: relative;
        justify-content: center;
        text-align: center;
    }

    .btn.btn-with-arrow:before, .btn.btn-with-arrow:hover:before  {
        position: absolute;
        left: 20px;
        top: 50%;
        transform: translateY(-50%);
        margin-right: 0;
        width: 30px;
        height: 30px;
        background-size: 30px 30px;
    }
}


.elementor-widget-container .prestablog {
    background: transparent;
}

.elementor-element-populated {
    padding: 0 !important;
}

#home-banner .elementor-image-box-wrapper {
    position: relative;
}
#home-banner .elementor-image-box-wrapper .elementor-image-box-img:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #414142;
    opacity: .4;
}
#home-banner .elementor-image-box-wrapper .elementor-image-box-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 45px;
}
#home-banner .elementor-image-box-wrapper .elementor-image-box-content h1 {
    color: white;
    font-size: 26px;
    line-height: 31px;
    font-weight: bold;
    margin-bottom: 10px;
}
#home-banner .elementor-image-box-wrapper .elementor-image-box-content p {
    color: white;
}
#home-banner .elementor-image-box-wrapper .elementor-image-box-content p a.btn {
    margin-top: 15px;
}

#home-banner-buttons {
    margin: 0 30px;
    width: calc(100% - 60px);
    padding-bottom: 15px;
}
#home-banner-buttons .elementor-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 30px;
}
#home-banner-buttons .elementor-row .elementor-col-50 {
    width: 100%;
}
#home-banner-buttons .elementor-row .elementor-col-50 .btn.btn-with-arrow {
    width: 100%;
    padding: 10px 40px;
}
#home-banner-right > .elementor-column-wrap{
    padding: 0 30px !important;
}
#home-banner-right .elementor-row {
    display: grid;
    grid-template-columns: 41px 1fr;
    grid-column-gap: 30px;
}
#home-banner-right .elementor-row .elementor-col-33,
#home-banner-right .elementor-row .elementor-col-66 {
    width: 100%;
}
#home-banner-right .elementor-row .elementor-col-33 {
    align-self: center;
}
#home-banner-right .elementor-row .elementor-col-66 .elementor-text-editor p {
    margin: 0;
    font-size: 14px !important;
}
#home-banner-right .elementor-row .elementor-col-66 .elementor-text-editor p strong {
    margin-bottom: 10px;
    display: block;
}

#home-hero .elementor-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 30px;
}
#home-hero .elementor-row .elementor-column {
    width: 100% !important;
}
#home-hero .elementor-image-box-wrapper {
    position: relative;
}
#home-hero .elementor-image-box-img {
    margin-bottom: 0 !important;
}
#home-hero .elementor-image-box-img a {
    display: block;
    width: 100%;
}
#home-hero .elementor-image-box-img a img {
    width: 100%;
}
#home-hero .elementor-image-box-content {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#home-hero .elementor-image-box-content .elementor-image-box-title a {
    color: white !important;
    font-size: 20px;
    line-height: 23px;
    text-transform: uppercase;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px;
    height: 100%;
    position: relative;
    z-index: 1;
}
#home-hero .elementor-image-box-content .elementor-image-box-title a:after {
    content: '';
    display: block;
    margin-top: 10px;
    background: url('../img/circle-with-arrow-yellow.png') no-repeat;
    width: 35px;
    height: 36px;
}
#home-hero .elementor-image-box-content .elementor-image-box-title a:hover:after {
    background: url('../img/circle-with-arrow-white.png') no-repeat;
}
#home-hero .elementor-image-box-content .elementor-image-box-title:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #414142;
    opacity: .4;
    position: absolute;
    z-index: 0;
}

#widgets-right {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    width: 110px;
    z-index: 17;
    display: flex;
    align-items: center;
    pointer-events: none;
}
#widgets-right .inner a {
    width: 110px;
    height: 90px;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    pointer-events: all;
}
#widgets-right .inner a:first-child {
    margin-bottom: 15px;
    background: url('../img/calendar-hover.png') #414142 no-repeat center 10px;
    padding-top: 41px;
}
#widgets-right .inner a:last-child {
    background: url('../img/phone-hover.png') #414142 no-repeat center 10px;
    padding-top: 41px;
}
#widgets-right .inner a:first-child:hover {
    background: url('../img/calendar-normal.png') #ffcf1f no-repeat center 10px;
    color: #414142;
}
#widgets-right .inner a:last-child:hover {
    background: url('../img/phone-normal.png') #ffcf1f no-repeat center 10px;
    color: #414142;
}

a:hover, span.link:hover {
    color: #414142;
}

.copyright-link {
    text-align: center;
}

a._blank {
    color: white;
    line-height: 44px;
}

.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1155px;
    margin: 0 15px;
}

#search_filters .facet .facet-label .custom-checkbox, #search_filters .facet .facet-label .custom-radio{
    top: -2px
}

@media (min-width: 1185px) {
    .elementor-section.elementor-section-boxed > .elementor-container{
        margin: 0 auto;
    }
}

@media (min-width: 1024px) and (max-width: 1185px) {
    #home-banner .elementor-image-box-wrapper .elementor-image-box-content p {
        display: none;
    }
    #footer .container {
        width: 100%;
        padding: 0;
    }
    #footer .row-footer-before {
        width: 100%;
        margin: 0;
    }
    #footer .row-footer-before .col-lg-3 {
        padding: 0;
    }
    .row-footer-before .block-contact {
        padding: 15px !important;
        min-height: 300px;
    }
    #home-banner-right > .elementor-column-wrap {
        padding: 15px !important;
    }
    #header .container {
        width: calc(100% - 30px) !important;
        margin: 0 15px;
    }
}

@media (max-width: 1185px) {
    #header #top-menu > li > span {
        padding: 10px 15px;
    }
    #header .container {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    #footer .container {
        width: 100%;
        padding: 0;
    }
    #footer .row-footer-before .col-lg-3 {
        padding: 0;
    }
    .row-footer-before .block-contact {
        padding: 15px !important;
        min-height: 320px;
    }
    #home-banner-main .elementor-col-66,
    #home-banner-main .elementor-col-33 {
        width: 100%;
    }
    #home-banner-right {
        margin-bottom: 15px;
    }
    #home-banner-right > .elementor-column-wrap {
        padding: 15px 30px !important;
    }
    #home-banner-right > .elementor-column-wrap > .elementor-widget-wrap {
        display: grid;
        grid-template-rows: auto auto;
        grid-template-columns: 1fr 1fr 1fr;
        grid-column-gap: 30px;
    }
    #home-banner-right > .elementor-column-wrap .elementor-widget-wrap .elementor-widget-heading {
        grid-column: 1/4;
    }
    #home-banner .elementor-image-box-wrapper .elementor-image-box-content p a.btn {
        margin: 15px 50px 0;
    }
}
@media (max-width: 1023px) {
    #header .top-menu {
        display: block;
    }

    #header .container .hidden-md-up.text-sm-right.mobile {
        width: 100%;
        float: none;
    }

    #mobile_top_menu_wrapper .top-menu .sub-menu.collapse {
        display: none !important;
    }
    #mobile_top_menu_wrapper {
        margin: 0;
        padding: 15px;
    }

    #header #mobile_top_menu_wrapper #top-menu.top-menu div.sub-menu {
        display: none !important;
    }
}
@media (max-width: 767px) {
    .prestablog #eggs_blog_list {
        grid-template-columns: 1fr;
        margin-bottom: 0;
    }
    #footer .container ul {
        padding: 0 15px;
    }
    #footer .row-footer-before .block-contact {
        margin: 30px 0;
    }
    #footer .footer-container .container ul {
        justify-content: center;
    }
    .slick-slider .slick-slide-inner > * {
        margin: 0 auto;
    }
    #home-hero .elementor-row {
        grid-template-columns: 1fr;
    }
    #home-banner .elementor-image-box-wrapper .elementor-image-box-content {
        position: static;
        padding: 15px 0;
    }
    #home-banner .elementor-image-box-wrapper .elementor-image-box-img:after {
        display: none;
    }
    #home-banner .elementor-image-box-wrapper .elementor-image-box-content h1,
    #home-banner .elementor-image-box-wrapper .elementor-image-box-content p {
        color: #414142;
    }
    #home-banner-buttons {
        width: 100%;
    }
    #home-banner-buttons .elementor-row {
        grid-template-columns: 1fr;
        grid-row-gap: 30px;
    }
    #home-banner-right {
        width: 100% !important;
        margin-bottom: 30px;
    }
    #home-banner-right > .elementor-column-wrap {
        padding: 15px 30px !important;
    }
    /*.top-right-nav {
        display: none;
    }*/
}

@media (min-width: 1024px) {
    .c-hidden-md-up {
        display: none !important;
    }
}


/**
 CATEGORIES -->
 */


.category-header .btn-devis {
    position: absolute;
    right: 0;
    bottom: -15px;
}
#category-description {
    position: relative;
}
.category-header {
    display: grid;
    grid-template-columns: 3fr 1.7fr;
    background: white;
}
.category-header-image {
    height: 100%;
}
.category-header-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.category-header-content-text {
    /*padding: 2rem 2.5rem 1.5rem;
    height: 300px;*/
    padding: 1.6rem 2.5rem 1.2rem;
    height: 230px;
    overflow: auto;
}
/*.category-header-content-text .h1 {*/
/*    line-break: auto;*/
/*    margin: 1rem 0 0.5rem !important;*/
/*    word-break: break-word;*/
/*}*/
.category-header-content-text .btn {
    white-space: break-spaces;
}
.category-header-content-quote {
    text-align: center;
    background: #EBEBEC;
    color: #414142;
    padding: 1.5rem 0 1.8rem;
}
.category-header-content-quote h3 {
    margin-bottom: 35px !important;
}
.category-header-content-quote img {
    margin-bottom: 10px;
}
@media (max-width: 767px) {
    .category-header {
        grid-template-columns: 1fr;
    }
    .category-header-content-text {
        padding: 1rem 1.5rem 0.7rem;
        height: auto;
        overflow: auto;
    }
    #product .col-md-12 > .col-md-6 {
        margin: 2rem 0 0 0;
        padding: 0 1rem;
    }
}

.products .product-miniature .product-item-hover {
    position: absolute;
    top: 0;
    left: 0;
    background: #00000070;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(100% - 45px);
    opacity: 0;
    pointer-events: none;
    transition: 0.5s opacity;
}
.products .product-miniature:hover  .product-item-hover{
    opacity: 1;
    pointer-events: auto;
}
.products .product-miniature  .product-item-hover .btn{
    background: white;
}
.products .product-miniature  .product-item-hover .btn:hover{
    background: #414142;
    color: white;
}

#products .products, .product-accessories .products, .article-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}
.product-accessories .products, .article-items {
    grid-template-columns: repeat(4, 1fr);
}


@media (max-width: 950px) {
    #products .products, .product-accessories .products, .article-items {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 500px) {
    #products .products, .product-accessories .products, .article-items {
        grid-template-columns: repeat(1, 1fr);
        padding: 0 2rem;
    }
}

.category-left-block {
    background: white;
    padding: 1.2rem 1.5rem;
    margin-bottom: 1.5rem;
}
.category-left-block .h2 {
    margin-top: 0 !important;
}


.full-width-banner {
    background: white;
    position: relative;
    filter: drop-shadow(0px 3px 6px #0000001A);
    margin-bottom: 2rem;
    padding: 20px 0 30px;
}
.full-width-banner:after, .full-width-banner:before {
    content: '';
    position: absolute;
    width: 100vw;
    background: white;
    height: 100%;
    top: 0;
    right: 100%;
}
.full-width-banner:after {
    left: 100%;
}
.full-width-banner .slide-item img {
    margin: auto;
}
#slider_brands {
    margin-top: 1.5rem;
}

.article-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1rem;
}

@media (max-width: 950px) {
    .article-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 500px) {
    .article-grid {
        grid-template-columns: 1fr;
    }
}

.article-item {
    border: 1px solid #EBEBEC;
    line-height: 0;
    background: white;
    display: flex;
    flex-direction: column;
}
.article-item img {
    width: 100%;
    max-height: 150px;
    object-fit: cover;
}
.article-item h3{
    font-size: 16px;
    padding: 0.7rem 1.3rem 0;
    /*line-break: anywhere;*/
}
.article-item > a{
    text-decoration: underline;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 14px;
    padding: 0.1rem 1.3rem 1rem;
    display: inline-block;
    margin-top: auto;
}
#category .category-seo-content{
    background: white;
    box-shadow: 0 3px 6px #0000001A;
    padding: 1.5rem 2rem 0.7rem;
    text-align: left;
    margin-bottom: 2rem;
}

#category .category-seo-content h2 {
    text-align: left !important;
    text-transform: none;
    margin-bottom: 10px !important;
    font-size: 18px;
    font-weight: 600;

}
#category .category-seo-content h2::after {
    display: none;
}
#category .category-content-normes {
    background: #EBEBEC;
    padding: 1.5rem 2rem 2rem;
    margin-bottom: 2rem;
}

*[aria-expanded="true"] .collapse-icons .add {
    display: none;
}
*[aria-expanded="false"] .collapse-icons .remove {
    display: none;
}

#search_filters .facet .collapse, #search_filters_brands .facet .collapse, #search_filters_suppliers .facet .collapse {
    display: none;
}
#search_filters .facet .collapse.in, #search_filters_brands .facet .collapse.in, #search_filters_suppliers .facet .collapse.in {
    display: block;
}

.facet .title  {
    position: relative;
}
.facet .title .collapse-icons  {
    position: absolute;
    right: 4px;
    top:0;
}

.btn-calendar{
    padding: 1.5rem 1.2rem 1.5rem 4rem;
    background: url('../img/calendar-hover.png') #414142 no-repeat 15px center;
    margin: 3rem auto 3rem;
    display: block;
    width: fit-content;
    color: white;
}
.btn-calendar:hover {
    background: url('../img/calendar-normal.png') #ffcf1f no-repeat 15px center;
    color: #414142;
}

.tab-content>.tab-pane {
    display: block !important;
    border: 1px solid #EBEBEC !important;
    background: white !important;
    padding: 30px;
    float: initial !important;
    margin-bottom: 30px;
}
.tab-content>.tab-pane h3 {
    font-size: 18px;
}

.category-service {
    display: flex;
    align-items: center;
    border: 1px solid #EBEBEC;
    background: white;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    padding: 10px;
}
.category-service:not(:last-child) {
    margin-bottom: 10px;
}

.category-service  img {
    margin-right: 10px;
}
.reassurance-row {
    padding: 30px;
    background: white;
    box-shadow: 0px 3px 6px #00000029;
    z-index: 1;
    position: relative;
}

.reassurance-row_product {
    box-shadow: unset;
    padding: 15px;
    margin-top: 0.7rem;
}

.reassurance-row .row {
    margin: auto;
    max-width: 1000px;
}
.reassurance-row .row >  div{
    display: flex;
    justify-content: center;
    align-items: center;
}
.reassurance-row .row >  div img{
    margin-right: 20px;
}
.reassurance-row .row >  div span{
    width: 170px;
}


@media (max-width: 767px) {
    .reassurance-row .row >  div{
        margin-bottom: 20px;
    }
    .reassurance-row .row >  div:last-child{
        margin-bottom: 0px;
    }
}
.netreviews_stars_light #top {
    display: flex;
    align-items: flex-end;
    justify-content: end;
}

.netreviews_review_rate_and_stars {
    width: 80px;
}

.netreviews_stars_light #slide {
    display: none;
}

.product-discounts>.product-discounts-title {
    font-weight: bold;
    margin-top: 2rem;
}

@media (max-width: 767px) {
    #manufacturer .pluceo-sub-container, #category .pluceo-container, #module-prestablog-blog .pluceo-container {
        display: flex;
        flex-wrap: wrap;
    }
    #manufacturer .pluceo-sub-container #left-column, #category .pluceo-container #left-column/*, #module-prestablog-blog #left-column*/ {
        order: 1;
    }
    .category-header .btn-devis {
        left: 50%;
        transform: translateX(-50%);
    }
}

.product-manufacturer-logo {
    background: white;
    margin-top: 1.4rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 20px;
}
.product-manufacturer-logo p {
    margin-bottom: 0;
    padding-bottom: 0;
}
.product-manufacturer-logo img {
    max-height: 80px;
    width: auto;
}

.product-information a  {
    text-decoration: underline;
}

.category-our-brands figure{
    min-height: 150px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.category-our-brands {
    background: white;
    filter: drop-shadow(0px 3px 6px #0000001A);
    margin-bottom: 2rem;
    padding: 20px 0 30px;
}

a[href='#more-content'] {
    padding: 0.5rem 0;
    display: inline-block;
    text-decoration: underline;
}

.to-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    background: #ffcf1f;
    padding: 5px;
    cursor: pointer;
    z-index: 100;
}

.to-top i {
    font-size: 70px;
}

.elementor-product-miniature .elementor-atc{
    margin-top: 0 !important;
}
.elementor-product-miniature .elementor-quick-view{
    display: none !important;
}
.elementor-product-miniature .elementor-price {
    color: #ffcf1f !important;
    font-weight: bold !important;
}

.elementor-product-miniature .elementor-content {
    background: rgb(50,50,50) !important;
    color: white !important;
    height: 70px;
}
.elementor-product-miniature .elementor-content .elementor-title {
    color: white !important;
}
.elementor-product-miniature .elementor-button {
    background: #ffcf1f !important;
    color: black !important;
    margin-top: 0 !important;
}

.elementor-1020101 .elementor-element.elementor-element-5kkl26f .elementor-image-box-wrapper .elementor-image-box-img img {
    height: 290px;
    object-fit: cover;
}

.elementor-1020101 .elementor-element.elementor-element-2feba64 h2{
    font-size: 15px !important;
    margin: 25px 0 !important;
}




.grey-block {
    background: #414142;
    color: white;
    position: relative;
    filter: drop-shadow(0px 3px 6px #0000001A);
    padding: 20px 0 30px;
    padding-bottom: 5rem;
}
.grey-block:after, .grey-block:before {
    content: '';
    position: absolute;
    width: 100vw;
    background: #414142;
    height: 100%;
    top: 0;
    right: 100%;
}
.grey-block:after {
    left: 100%;
}
.grey-block h2, .grey-block p {
    color: white;
}

.text-center {
    text-align: center;
}

.prestablog-content-block table {
    width: 100%;
}

.prestablog-content-block table td {
    width: 40%;
}
.prestablog-content-block table td:first-child {
    padding-right: 1rem;
}
.prestablog-content-block table img {
    width: 100% !important;
    height: auto;
}

.contact-informations {
    transform: translateY(-50%);
    border-radius: 5px;
    background: #ebebec;
    margin: 0 4rem;
    padding: 2rem;
    display: flex;
}
.contact-informations p {
    display: block;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 1rem;
    flex: 0 0 50%;
}

@media (max-width: 500px) {
    .contact-informations {
        margin: 0 0rem;
        flex-direction: column;
        width: 100%;
        gap: 1rem;
    }
}

#prestablog_lastliste p, #prestablog_catliste p, #prestablog_dateliste li {
    border-bottom: 1px solid #ffcf1f !important;
}

.article-categories {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 1rem;
}

#manufacturer .article-categories {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 2rem;
}

@media (max-width: 1160px) {
    .article-categories {
        grid-template-columns: 1fr 1fr;
    }
    #manufacturer .article-categories {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 500px) {
    .article-categories {
        grid-template-columns: 1fr;
    }
    #manufacturer .article-categories {
        grid-template-columns: 1fr;
    }
}

.article-categories .article-category {
    background: #414142;
    color: white;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.article-categories .article-category img {
    max-height: 100px;
    margin: 2rem auto;
    width: fit-content !important;
}

.article-categories .article-category p {
    color: white !important;
    padding: 0 0.5rem;
}

.article-categories .article-category .btn {
    margin-top: auto;
    text-decoration: none !important;
    padding: 15px 0;
}

.article-categories .article-category .btn:hover {
    color: #ffcf1f !important;
}

.collapser{
    background: url("../img/menu-mobile.png") no-repeat center center / 16px;
    width: 30px;
    height: 20px;
    float: right;
}


@media screen and (min-width: 1024px){
    #collapseExample {
        display: block;
        height: auto !important;
        visibility: visible;
    }
}


@media (max-width: 500px) {
    #widgets-right {
        bottom: 0;
        top: auto;
        left: 0;
        width: 100%;
        background: #414142;
    }
    #widgets-right .inner {
        display: flex;
        font-size: 13px;
        line-height: 15px;
    }
    #widgets-right .inner a {
        width: 90px;
        background-size: 24px !important;
        padding-top: 50px !important;
        background-position-y: 15px !important;
    }
    #widgets-right .inner a:first-child {
        margin-bottom: 0;
    }
    .to-top i {
        font-size: 54px;
    }
}

#_desktop_cart {
    position: relative;
}



#manufacturer .article-categories {
    padding: 2rem 1rem;
}

#manufacturer {

}

.brand-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 2rem;
    margin-top: 2rem;
}

.brand-item {
    background: white;
    display: flex;
    flex-direction: column;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.brand-item .brand-img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 1rem;
}

.brand-item .btn-yellow {
    margin-top: auto;
}
.brand-item img {
    max-width: 100%;
}

.brand-ask {
    background: #3a3a3c;
    display: flex;
    justify-content: space-between;
}

.brand-ask p {
    color: white;
    padding: 0.5rem 1rem;
    margin-bottom: 0;
}

.brand-ask .btn {
    display: flex;
    align-items: center;
}

.brand-search-block {
    display: grid;
    grid-template-columns: 2fr 5fr;
    margin-top: 2rem;
    gap: 2rem;
}


@media (max-width: 768px) {
    .brand-search-block {
        grid-template-columns: 1fr;
        gap: 1rem;
        margin: 1rem;
    }
    .brand-ask {
        display: block;
    }

    .brand-grid {
        grid-template-columns: 1fr 1fr;
        gap: 1rem;
        margin-top: 2rem;
        margin-left: 1rem;
        margin-right: 1rem;
    }
    .brand-item .btn-yellow  {
        padding: 1rem 0.5rem;
    }
}

#manufacturer.elementor-page .category-header-image {
    position: relative;
}

#manufacturer.elementor-page .category-header-image img {
    width: initial;
    height: initial;
    object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    max-width:100%;
    transform: translate(-50%, -50%);
}


.quote-submit {
    display: flex;
    justify-content: space-between;
    margin-top: 2.5rem;
}

.stepper-block .step{
    height: 0.325rem;
    background: #414142;
}
.stepper-block span{
    font-size: 0.875rem;
    margin-top: 1rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 1rem;
    gap: 0.5rem;
}
.stepper-block .step > div{
    background: #ffcf1f;
    height: 0.325rem;
    width: var(--width-stepper);
}
.stepper-block{
    width: 50%;
    padding-right: 1rem;
}

















.quote-grid {
    display:grid;
    margin: 1rem -1.25rem -1.25rem;
}

.quote-grid-right {
    padding: 2rem 2rem 2rem;
}
.quote-grid-left {
    background: #f1f1f1;
}

.quote-controller h1 {
    padding: 1rem;
}
.quote-controller h1 strong{
    color: #ffcf1f;
    font-weight: inherit;
}

.specialisation-block {
    padding: 2rem 1rem;
    text-align: center;
}

.specialisation-block > p {
    color: black;
    text-transform: uppercase;
}
.specialisation-block .row {
    display: grid;
    gap: 2rem;
    font-size: 0.875rem;
    grid-template-columns: 1fr 1fr 1fr;
}

.quote-grid .arg-list {
    background: #414142;
    padding: 1rem 3rem;
    color: white;
    margin: 0;
    margin-top: auto;
    font-size: 0.875rem;
}
.quote-grid .arg-list li {
    margin-bottom: 0.75rem;
}

.quote-grid .arg-list li:last-child {
    margin-bottom: 0rem;
}
.quote-grid .arg-list li::before {
    content: "\2022";
    color: #ffcf1f;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    font-size: 1.5rem;
    position: absolute;
    left: 1.5rem;
}

.quote-grid-left > .row {
    display: grid;
}

.quote-grid-left .row:after {
    content: none;
}


.quote-grid-left > .row > div {
    position: relative;
    display: flex;
    flex-direction: column;
}
.quote-grid-left > .row img {
    width: 100%;
    background: red;
    height: 100%;
    object-fit: cover;
    display: none;
}
.quote-grid-left > p {
    font-size: 1rem;
    padding: 1rem 1.5rem;
    line-height: 1.5rem;
    color: black;
    margin-bottom: 0;
}

.quote-grid-left .with-arrow {
    font-weight: bold;
    display: block;
    padding-left: 4rem;
    margin-bottom: 1rem;
    position: relative;
    padding-right: 1rem;
}
.quote-grid-left .with-arrow:before {
    position: absolute;
    content: '';
    left: 1.5rem;
    top: 0rem;
    width: 19px;
    height: 20px;
    background: url("../img/fleche.png") no-repeat center;
}

.quote-grid input, .quote-grid textarea, .quote-grid select, .quote-grid .form-control:disabled {
    background: white;
    font-size: 0.875rem;
    color: #414142;
    padding: 0.75rem 1rem;
    border-color: #414142;
    height: auto !important;
}

.quote-grid .input-group .input-group-btn>.btn {
    background: #ffcf1f;
    color: #414142;
    height: 2.7rem;
    display: flex;
    align-items: center;
}


@media (min-width: 768px) {
    .quote-grid-left > p {
        padding: 2rem 3rem;
        font-size: 1.125rem;
    }
    .quote-grid .form-row {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 2rem;
    }

    .quote-grid {
        grid-template-columns: 7fr 5fr;
    }

    .specialisation-block {
        padding: 2rem;
    }

    .quote-grid-left > .row {
        grid-template-columns: 2fr 3fr;
    }


    .quote-grid-left > .row img {
        display: block;
    }
    .quote-grid-right {
        padding: 0rem 2rem 2rem;
    }
}

.rgpd label {
    font-size: 0.8rem;
    opacity: 0.60;
}

.quote-grid  #notifications .container {
    width: initial !important;
}

.quote-grid .col-4 img {
    width: 60px;
    height: 60px;
    object-fit: none;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
}

#module-mdn_quoterequest-form .description, #module-mdn_quoterequest-success .description{
    display: none;
}

#module-mdn_quoterequest-form .logo , #module-mdn_quoterequest-success .logo {
    margin-left: 1rem;
}
#module-mdn_quoterequest-form #wrapper , #module-mdn_quoterequest-success #wrapper {
    min-height: calc(100vh - 439px);
}

.psgdpr_consent_message a {
    text-decoration: underline;
}

#content.page-cms ul {
    list-style: initial;
    padding-left: 1rem;
}

.stepper-block span img {
    cursor: pointer;
    padding: 0.5rem;
}
.stepper-block span img:hover {
    opacity: 0.5;
}

#checkout .tab-content>.tab-pane[aria-expanded="false"],
#checkout .tab-content>.tab-pane[aria-hidden="true"]:not([aria-expanded="true"])
{
    display: none !important;
}

#authentication .register-form p {
    text-transform: initial;
    font-weight: initial;
}
#authentication .register-form p a {
    font-weight: bold;
}
#authentication .alert-info {
    border: 0;
    background: #eaeaea;
    margin-bottom: 1.5rem;
}

#authentication .alert-info p, #authentication .alert-info strong {
    margin: 0;
    padding: 0;
    text-transform: initial;
}
#authentication .alert-info p {
    color: black;
}

#authentication .alert-info strong {
    font-size: 1rem;
    margin-bottom: 0.5rem;
    display: inline-block;
}

.form-group.row:has(.custom-checkbox) {
    width: 100% !important;
}


@media(max-width: 768px) {
    .visible--desktop {
        display:none;
    }

}


@media screen and (max-width: 1023px) {
    .hidden-md-down {
        display:none !important;
    }
}

@media print {
    .block-social,
    .add,
    .qty,
    #header-top-right,
    .to-top,
    .row-footer-before,
    .product-accessories,
    .hidden-sm-down,
    .js-qv-mask mask,
    #widgets-right,
    #header .menu,
    #attachments,
    .bloc-dispo,
    .bloc-port-offert,
    .product-manufacturer-logo,
    #cc_div,
    .scroll-box-arrows ,
    .product-variants,
    .product-discounts,
    #footer,
    .top-right-nav {
        display: none !important;
    }

    #_desktop_logo {
        display: block !important;
    }

    .product-quantity.no-show-price-availability > * {
        display: none !important;
    }

    .images-container {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        width: 100vw !important;
    }

    .product-images {
        display: none!important;
        grid-template-columns: 1fr 1fr!important;
        width: 100% !important;
    }

    #product .col-md-6 h1 {
        font-size: 2rem !important;
        line-height: 1em !important;
    }

    #product .product-images > li.thumb-container > .thumb.selected{
        display: none;
    }

    #product .product-images > li.thumb-container > .thumb.selected, #product .product-images > li.thumb-container > .thumb:hover {
        border: transparent;
    }

    #product section .container .col-md-12, #product .breadcrumb, .bloc-center {
        width: 100%;
    }

    .product-add-to-cart {
        break-after: page;
    }

    .bloc-description-caracteristiques {
        display: grid !important;
    }

    .bloc-description-caracteristiques > * {
        width: 100% !important;
    }

    .bloc-description {
        padding-bottom: 0 !important;
    }

    .reassurance-row > .row {
        display: grid !important;
        grid-template-columns: repeat(3, 1fr);
    }
}

.product-quantity-not-enough{
    background: #31708f;
    clear: both;
    padding: 1rem;
    font-weight: bold;
    margin-bottom: 0.625rem;
    color: white;
}

@media (max-width: 768px) {

    #search_filters_wrapper.category-left-block {
        position: fixed;
        top: 0;
        right: 0;
        width: 90vw;
        max-width: 400px;
        height: 100vh;
        z-index: 100;
        transform: translateX(100%);
        transition: 0.5s;
        box-shadow: 0 0 40px #afada6;
    }
    #search_filters_wrapper.category-left-block.opened {
        transform: translateX(0%);
    }
    #search_filter_controls {
        position: absolute;
        display: block !important;
        right: 1rem;
    }
}

.product-badge {
    max-width: 100px;
    position: absolute;
    right: 0.5rem;
    height: auto;
    top: -0.25rem;
}



/*****************************/
/*****************************/
/*****************************/
/*****************************/
/*****************************/
/*****************************/
/*****************************/
/*****************************/
/*****************************/
/*****************************/
/*****************************/
/*****************************/
/*****************************/
/*****************************/
h2 {
    font-family: Arial, sans-serif;
    font-weight: 500 !important;
    line-height: 26px;
    color: #414142;
    text-align: center;
    text-transform: none;
    margin: 15px 0 36px !important;
    position: relative;
    padding-bottom: 10px !important;
    font-size: 24px;
}

h2:after {
    content: '';
    width: 80px;
    height: 1px;
    background-color: #ffcf1f;
    display: block;
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
}

.block-with-center-h2 {
    margin:0 0 35px !important;
}

#product .product-bottom h2 {
    font-size: 20px;
    font-weight: 700 !important;
    margin:0 0 25px !important;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 0!important;
}

.category-h2 {
    margin:0 0 25px !important;
}

#slider_brands {
    padding-top: 10px;
}
.category-header-content-text {
    overflow-y: hidden ;
}
.category-header-content-text .h1 {
    font-size: 2rem;
    text-transform: none;
    line-break: auto;
    margin: 0.5rem 0 0.8rem !important;
    word-break: break-word;
}

#product .col-md-6 h1 {
    color: #373738;
    float: left;
    font-family: "Arial", sans-serif;
    font-size: 28px;
    line-height: 30px;
    text-transform: none;
    width: 95%;
}

html {
    scroll-behavior: smooth;
}


/**
HEADER 2.0
 */

.header-nav .top-navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: black;
}

.header-nav .top-navigation .top-left-nav {
    font-size: .875rem;
    display: none;
}

.header-nav .top-navigation .top-right-nav {
    display: flex;
    align-items: center;
    width: 100%;
}

.header-nav .top-navigation .top-right-nav a:first-child {
    margin-right: auto;
    margin-left: 1rem;
}
.header-nav .top-navigation .top-right-nav a:first-child:hover {
    text-decoration: underline;
    color: black;
}


.btn-devis {
    font-size: 18px;
    background: #D7263D;
    padding: 10px 20px;
    color: white;
    border: 1px solid #D7263D;
}

.btn-devis:hover{
    background: white;
    color: #D7263D;
}


.btn-rdv {
    font-size: 18px;
    background: #ffcf1f;
    padding: 10px 20px;
    color: #414142;
    border: 1px solid #ffcf1f;
}

.btn-rdv:hover,
.btn-rdv:focus {
    background: white;
}

.header-icon {
    background: white;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    line-height: 0;
    height: 2.5rem;
    transition: 0.25s;
    position: relative;
}
.header-icon span {
    display: none;
}

.header-icon svg {
    width: 1.5rem;
    height: 1.5rem;
    transition: 0.25s;
}

.header-icon-primary {
    background: #FFCF1F;
}

.header-icon:hover {
    background: #414142;
}

.header-icon:hover svg {
    filter: invert(1);
}


.header-icon .cart-products-count {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1rem;
    height: 1rem;
    font-size: 0.75rem;
    border-radius: 100%;
    background: #D7263D;
    position: absolute;
    right: 0.125rem;
    top: 0.125rem;
    color: white;
}

.header-top .container .row .header-top-content {
    display: flex;
    align-items: center;
    padding: 1.25rem 1rem;
    justify-content: space-between;
    margin-bottom: 4rem;
}


.header-top-right {
    display:flex;
    gap: 0.5rem;
}
.header-top-right .header-top-right-icons {
    display: flex;
    gap: 0.25rem;
}

.header-top-right .nav-top:not(:has(li)){
    display: none;
}

#header .header-top .search-widget {
    float: none;
    min-width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #414142;
    padding: 0.5rem 1rem;
    margin-bottom: 0;
}

#header #search_widget input {
    height: 3rem;
    border: 1px solid #CFCFCF;
    border-radius: 0.25rem;
    padding: 0.5rem 1rem;
    background: white;
    color: black;
}

.search-widget form button[type=submit] {
    padding: 0.5rem;
    line-height: 0;
    right: 0;
    bottom: 0;
}

.header-top-left {
    display: flex;
    gap: 1rem;
}


.header-top-left .logo-container {
    margin: auto;
}

.header-top-left .logo {
    height: 28px;
    line-height: 0;
}


#header .top-menu > li.opened .sub-menu ul li {
    width: auto;
    float: none;
    margin: 0;
}

#header .top-menu > li .sub-menu ul li a {
    display:flex;
    flex-direction: column;
    padding: 1rem 0.125rem;
    border: 1px solid #414142;
    border-radius: 0.25rem;
    text-transform: initial;
    color: white;
    white-space: wrap;
    height: 100%;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.875rem;
    text-align: center;
    font-weight: 500;
    transition: 0.25s;
}
#header .top-menu > li .sub-menu ul li a:hover {
    background: #414142;
}
#header .top-menu > li .sub-menu ul li:first-child a {
    background: #414142;
    justify-content: center;
}
#header .top-menu > li .sub-menu ul li a img {
    width: 2.5rem;
    height: 2.5rem;
    object-fit: contain;
}

#header .top-menu > li .sub-menu.as-column ul{
    grid-template-columns: 1fr !important;
}
#header .top-menu > li .sub-menu.as-column ul li a {
    text-align: left;
    background: transparent;
    align-items: start;
    border: 0;
    padding: 0.25rem 0;
    font-size: 0.875rem;
}


@media (max-width: 1023px) {
    #header:before {
        content: '';
        position: fixed;
        opacity: 0;
        pointer-events:none;
        background: rgba(0, 0, 0, 0.5);
        z-index: 99;
        inset: 0;
        transition: 0.5s;
    }

    #header .menu {
        position: fixed;
        transform: translateX(-100%);
        transition: 0.5s transform;
        width: 330px;
        background: white;
        z-index: 100000;
        top: 0;
        height: 100vh;
    }

    #header.is-open:before {
        background: rgba(0, 0, 0, 0.5);
        opacity:1;
        pointer-events:all;
    }

    #header.is-open .menu {
        transform: translateX(0%);
        overflow: auto;
    }

    #header .menu .close-menu {
        display: flex;
        padding: 1.5rem;
        align-items: center;
        justify-content: flex-end;
        gap: 0.5rem;
    }

    #header .top-menu a[data-depth="0"] {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0.75rem 1.5rem;
        font-weight: 500;
        transition: 0.5s background-color;
    }
    #header .top-menu a[data-depth="0"]:hover {
        margin: -0.25rem 0;
    }

    #header .top-menu a[data-depth="0"]:hover, #header .top-menu > li.opened {
        background: #FFCF1F;
        padding: 1rem 1.5rem;
        color: black;
    }

    #header .top-menu > li > a {
        color: black;
    }

    #header .top-menu a[data-depth="0"] svg {
        padding: 0.5rem;
        box-sizing: content-box;
        transition: 0.5s;
    }

    #header .top-menu > li.opened svg {
        rotate: 180deg;
    }

    #header .top-menu > li.opened .sub-menu {
        display: block;
        box-shadow: none;
        padding: 1rem;
        width: 100%;
        margin: 0;
        position: relative;
        background: #323232;
    }

    #header .top-menu > li.opened .sub-menu ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0.5rem;
    }
}

@media (min-width: 1024px) {
    .header-nav .top-navigation .top-left-nav {
        display: block;
    }
    .header-nav .top-navigation .top-right-nav {
        width: auto;
    }
    .header-nav .top-navigation .top-right-nav a:first-child {
        margin-right: 1rem;
    }
    .header-icon {
        width: 3rem;
        height: 3rem;
    }
    .header-icon svg{
        width: 2rem;
        height: 2rem;
    }
    .header-top .container .row .header-top-content {
        padding: 1rem 0;
        margin-bottom: 0rem;
    }
    .header-top-right .header-top-right-icons{
        gap: 0.5rem;
    }

    #header .header-top .search-widget {
        min-width: 380px;
        background: none;
        position: initial;
        padding: 0;
    }
    .header-top-left .logo {
        height: 34px;
    }

    #header .menu .close-menu {
        display: none;
    }


    #header .menu {
        background:#FFCF1F;
        height: 3rem;
        width: 100%;
        position: relative;
    }

    #header .menu .top-menu {
        max-width: 1155px;
        margin: auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    #header .menu > .top-menu > li > a {
        text-transform: uppercase;
        font-size: 0.875rem;
        font-weight: 400;
        padding: 0;
        height: 3rem;
        align-items: center;
        gap: 0.25rem;
        display: flex;
        padding: 0 1Rem;
        margin: 0 -1rem;
        width: auto;
    }
    #header > .menu .top-menu > li > a > svg {
        display: none;
    }

    #header > .menu > .top-menu > li:hover > a {
        background: #323232;
        color: white;
    }


    #header .menu > .top-menu > li:hover > div {
        display: block;
        background: #323232;
        width: 100vw;
        left: 50%;
        transform: translateX(-50%);
        margin-left: 0;
        top: 100%;
    }
    #header .menu > .top-menu > li:hover > div > ul  {
        max-width: 1155px;
        margin: 2rem auto;
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        gap: 1rem;
    }
    #header .top-menu > li .sub-menu ul li a img {
        width: 4rem;
        height: 4rem;
    }

    .top-menu .sub-menu ul[data-depth="1"]>li {
        margin: 0;
        float: none;
        height: 100%;
    }



    #header .menu > .top-menu > li:hover > div.as-column {
        display: block;
        background: #323232;
        width: 300px;
        min-width: 300px;
        max-width: 300px;
        left: initial;
        margin-left: 0;
        top: 100%;
        transform: translateX(-1rem);
    }
    #header .menu > .top-menu > li:hover > div.as-column ul {
        display: grid;
        grid-template-columns: 1fr;
        margin: 1rem;
        gap: 0;
    }
    #header .menu > .top-menu > li:hover > div.as-column ul li a {
        padding: 0.5rem 1rem ;
    }
    #header .menu > .top-menu > li:hover > div.as-column ul li:hover {
        background: #414142;
        border-radius: 0.25rem;

    }
}


/**
CATEGORIES - bouton "Catégories" + meilleure inté
 */

.categories-action-button {
    display: none;
}
@media (max-width: 768px) {
    .categories-action-button {
        display: block;
    }

    .categories-action-button .btn {
        height: 40px;
        font-size: 14px;
        padding: 0 1rem !important;
    }

    .products-selection {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 1rem;
    }

    .products-selection:after {
        display: none;
    }

    .products-selection .sort-by-row{
        justify-content: flex-end;
    }

    .products-selection > div.col-md-6 {
        margin: 0;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: end;
    }

    #category .products-sort-order .select-title {
        height: 40px;
        margin: 0;
        display: flex;
        align-items: center;
        font-size: 14px;
        line-height: 1rem;
        width: 130px;
        padding: 0.5rem;
    }
}


#checkout .header-nav {

}