/*--------------------------------------------------*/
/*--------------------------------------------------*/
/* Debut Xavdebut -- parametrage de custom.css dans : 
/themes/niveaulaser/config/theme.yml */
/*----------------------------------------------------------------------------------*/
/*certaine modifs sont rest�e dans theme.css -- xav + modifs des couleurs prestashop
/*----------------------------------------------------------------------------------*/

/* style desc courte et longue page CATEGORIE */
.chapoCat a {
    color: #fff !important;
	text-decoration:none;
	/*border-bottom: 1px solid #fff;*/
}
.chapoCat a:hover {
    color: #fff !important;
	text-decoration:none;
	border-bottom: 1px solid #fff;
}
.chapoCat h2 {
	font-size: 16px !important;
	margin-bottom: 3px !important;
}

.category-text {
    line-height: 23px;
}
.category-text a {
    color: #1d2226;
    text-decoration:none;
	border-bottom: 1px solid #000;
    font-weight: bold; 
}
.category-text a:hover {
    color: #f73332;
    text-decoration: none;
	border-bottom: 1px solid #000;
    font-weight: bold; 
}
.category-text .btnCat {
    margin-bottom: 20px;
}
.category-text .btnCat a {
	display: inline-block;
	color: #000000 !important;
	border-radius: 25px !important;
    padding: 8px 18px !important;
    font-weight: 400 !important;
    background-color: #f3f3f3  !important;
    Border: 1px solid #f3f3f3 !important;
	text-decoration:none;
	margin: 5px 10px 5px 0;
}
.category-text .btnCat a:hover  {
    color: #fff !important;
    Border: 1px solid #f73332 !important;
    background-color: #f73332  !important;
}
.category-text .btnSearch {
    margin-bottom: 20px;
}
.category-text .btnSearch a {
	display: inline-block;
	color: #000000 !important;
	border-radius: 25px !important;
    padding: 8px 18px !important;
    font-weight: 400 !important;
    background-color: #ffffff !important;
    Border: 1px solid #000000 !important;
	text-decoration:none;
	margin: 5px 10px 5px 0;
}
.category-text .btnSearch a:hover  {
    color: #f73332 !important;
    Border: 1px solid #f73332 !important;
}
/*xav class font ajout�e head.tpl*/
.nunito {
    font-family: "Nunito Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
      "wdth" 100,
      "YTLC" 500;
  }
/* copie de certains �l�ment IDEM que theme.css*/
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400; /*xav*/
    color: inherit;
}
.h1,
.h2,
.h3 {
    font-weight: 600; /*xav*/
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0.5rem;
    /*xav*/
    /*font-family: inherit;*/
    font-family:'nunito sans' !important;
    line-height: 1.25;
}
.alert {
    font-size: 14px !important;
}
.alert ul {
    margin-bottom: 0;
}
.alert-danger {
    background-color: #ffdbdb;
    border-color: #ffdbdb;
    color: #ff0500;
}
.page-customer-account #content .no-account {
    font-size: 20px;
    line-height: 26px;
    text-align: center;
  }
  .page-customer-account #content .no-account a {
    border-bottom:1px solid #F73332;
  }
/*--------------------------------*/
/* xavcss -ARCHITECTURE */
/*--------------------------------*/
#content-wrapper, #left-column {
    padding-top: 15px;
}
#index #content-wrapper {
    padding-top: 0 !important;
}
/* titre h1 + sep border */ 
#manufacturer #main h1 {
    text-align:center !important; 
    font-size:24px;
    padding: 0 0 16px 0;
    border-bottom: 1px solid #bfbfbf;
}
#password h1, 
#registration h1, 
#authentication h1,
#identity h1,
#my-account h1,
#addresses h1,
#address h1,
#history h1,
#order-detail h1,
#order-follow h1,
#order-return h1,
#order-slip h1,
#discount h1,
#module-blockwishlist-lists h1,
#module-psgdpr-gdpr h1 {
    text-align:center !important; 
    font-size:24px;
}
#password #content, 
#registration #content, 
#authentication #content,
#identity #content,
#addresses #content,
#order-follow #content,
#order-return #content {
    padding: 28px 16px 16px 16px;
    border-top: 1px solid #bfbfbf;
}
#my-account #content,
#address #content,
#history #content,
#order-follow #content,
#order-slip #content,
#discount #content {
    padding: 50px 16px 16px 16px;
    border-top: 1px solid #bfbfbf;
}
#order-detail #content,
#module-blockwishlist-lists #content,
#module-psgdpr-gdpr #content {
    padding: 28px 0px 16px 0px;
    border-top: 1px solid #bfbfbf;
}
#history #content {
    padding: 50px 0px 16px 0px;
    border-top: 1px solid #bfbfbf;
}
@media (max-width: 767px) {
    #history #content,
    #order-return #content,
    #order-follow #content,
    #order-slip #content,
    #discount #content {
        padding: 28px 0px 16px 0px;
    }
    #order-detail #content, #module-blockwishlist-lists #content {
        padding: 16px 0px 16px 0px;
    }
}
#registration .page-header,
#authentication .page-header,
#identity .page-header,
#my-account .page-header,
#addresses .page-header,
#address .page-header,
#history .page-header,
#order-detail .page-header,
#order-follow .page-header,
#order-return .page-header,
#order-slip .page-header,
#discount .page-header,
#module-psgdpr-gdpr .page-header {
    margin-bottom: 12px;
}
/* page max size */
.page-authentication #content,
.page-registration #content,
.page-identity #content {
    max-width: 1210px;
}
/* alerte sucess */
.alert-success {
    background-color: #c9f2de;
    border-color: #7bdfae;
    color: #000000;
}
/* align label */
#history .orders .order .label, .page-order-detail #order-history .history-lines .history-line .label {
    text-align: left;
}
/* select */
.form-control-select {
    font-size: 15px;
}
/* modale */
.modal-header, .modal-body, .modal-footer {
    padding: 15px 20px;
}
/*--------------------------------*/
/*--------------------------------*/
/* xavbtn -- bouton */
/*--------------------------------*/
/*--------------------------------*/
#blockcart-modal .btn-primary,
#checkout .checkout-step .btn-primary,
#registration .btn-primary,
#authentication .btn-primary,
#identity .btn-primary,
#address .btn-primary,
#order-detail .btn-primary,
.modal-footer .btn-primary,
#module-psgdpr-gdpr .btn-primary {
    border-radius: 25px;
    padding: 11px 24px;
    font-weight: 400;
    text-transform: none;
}
#blockcart-modal .btn-secondary,
.wishlist-modal .modal-footer .btn-secondary {
    border-radius: 25px;
    padding: 9px 24px;
    font-weight: 400;
    text-transform: none;
}
.btn-secondary:focus {
   outline: 2px auto #1d2226 !important; 
}
/* commentaires */
.btn-comment {
    height: 36px;
    border-radius: 26px !important;
    background-color: #ffffff !important;
    color: #1D2226 !important;
    font-size: 14px;
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.0) !important;
    border: 2px solid #1D2226;
    padding: 8px;
}
.btn-comment:hover {
    background-color: #f73332 !important;
    color: #ffffff !important;
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.0) !important;
    border: 2px solid #f73332;
    padding: 8px;
}
.btn-comment-inverse {
    height: 36px;
    border-radius: 30px !important;
    background-color: #6D6D6D !important;
    color: #ffffff !important;
    font-size: 14px;
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.0) !important;
    padding: 8px;
}
.btn-comment-inverse:hover {
    background-color: #969696 !important;
    border: 1px solid #969696 !important;
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.0) !important;
    padding: 8px;
}
.btn-comment-huge {
    padding: 10px 24px !important;
    height: 42px !important;
}
.btn-comment-big {
    padding: 10px 24px !important;
    height: 42px !important;
}
/*--------------------------------*/
/*--------------------------------*/
/* xavformulaire -- FORMULAIRE */
/*--------------------------------*/
/*--------------------------------*/
/* REGISTRATION -- CREATION DE COMPTE CLIENT - AUTHENTIFICATION - checkout - mon compte --> vos informations personnelles */

.form-control {
    color: #1D2226;
    border: 1px solid #BFBFBF;
}
.form-control-select {
    /* background: #fafafa;*/
    background: #ffffff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAQAAAD9CzEMAAAAPklEQVR4Ae3TwREAEBQD0V/6do4SXPZg7EsBhsQ8IEmSMOsiuEfg3gL3oXC7wK0bd1G4o8X9F4yIkyQfSrIByQBjp7QuND8AAAAASUVORK5CYII=) no-repeat right 0.5rem center / 1.25rem 1.25rem;
}
.form-control:disabled {
    background-color: #ffffff;
}
#registration .register-form > p {
    text-align: center;
    padding-bottom: 15px;
}
#registration .form-control-comment,
#identity .form-control-comment {
    padding-top: 10px;
    display: inline-block;
}
#registration .custom-checkbox input[type="checkbox"] + span,
#identity .custom-checkbox input[type="checkbox"] + span {
    position: relative;
    bottom: 4px;
}
#registration .radio-inline .custom-radio,
#identity .radio-inline .custom-radio {
     margin-bottom: 3px;
     margin-right: 0.5rem;
}
#authentication .form-footer {
    padding: 4px 0 0 0; 
    display: flex;
}
#checkout .form-group.row:has(#use_same_address) {
        padding-top: 12px !important;
    }
#password .send-renew-password-link {
    margin-bottom: 32px;
}
#password .forgotten-password .form-fields .center-email-fields {
    flex-direction: column;
    max-width: 500px;
    margin: auto;
    justify-content: center;
}
#password .forgotten-password .form-fields .email {
    width: auto;
}
/* registration ajout mention en dure */
.registrationFoo {
    margin:0 auto !important;
    max-width:992px !important;
    padding-top:30px;
}
/* form footer */
#registration .form-footer,
#identity .form-footer,
#address .form-footer {
    padding: 20px 0 0 0; 
    display: flex;
}
#registration .form-footer button,
#authentication .form-footer button,
#identity .form-footer button,
#address .form-footer button {
    float:none !important;
    margin: 0 auto !important;
}
.group-span-filestyle .btn-default {
    background: #747474;
    transition: .4s;
}
.group-span-filestyle .btn-default:hover {
    background-color: #F73332;
    transition: .4s;
}
@media (min-width: 768px) {
    #password .forgotten-password .form-fields .center-email-fields button {
        margin: 10px 0;
    }
}
@media (max-width: 991px) {
    #checkout .form-group, 
    #registration .form-group, 
    #authentication .form-group,
    #identity .form-group {
        margin-bottom: 1px;
    }
    #registration .form-group.row:has(.custom-checkbox),
    #identity .form-group.row:has(.custom-checkbox) {
        margin-top: -25px !important;
    }
    #registration .optional,
    #identity .optional {
    position: relative;
    top: -105px;
    left: 128px;
    }
    #registration .form-control-label,
    #identity .form-control-label {
        padding-top: 0;
    }
    .js-input-column:has(div.xavPass) + .optional {
        position: relative !important;
        top: -76px !important;
        left: 156px !important;
    }
}
@media (max-width: 575px) {
    #password #content, 
    #registration #content, 
    #authentication #content,
    #identity #content {
        padding: 28px 5px 16px 5px;
    }
    body#checkout section.checkout-step .content {
        padding: 16px 0px;
    }
}
/*-------------------------------------------------*/
/*-------------------------------------------------*/
/* XavContact -- contactez-nous - natif prestashop */
/*-------------------------------------------------*/
/*-------------------------------------------------*/
#contact .form-control {
    border-radius: 3px;
}
#contact #wrapper {
    padding-top: 0;
}
#contact .breadcrumb {
    display:none;
}
#contact #left-column {
    display:none;
}
#contact #content-wrapper {
    display: block;
    width: 100%;
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
}
#contact #content-wrapper #content {
    padding: 0 1.25rem 0.5rem;
}
#contact .ccb {
    width: 100vw; /* pleine largeur écran */
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 0;
    background: #ffffff;
    text-align: center;
  }
#contact .ccb .NLct1 {
    display: flex;    
}
#contact .ccb .NLct1L {
    display: flex;
    align-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    flex-wrap: wrap;
    background-image: url(/img/cms/contact-niveau-laser2.jpg);
    background-position: center center;
    background-size: cover;
}
#contact .ccb .NLct1L img {
    width: 100%;
    height: auto;
}
#contact .ccb .NLct1R {
    display: flex;
    align-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    flex-wrap: wrap;
    padding: 90px 20px 90px 60px !important;
    text-align: left;
}
#contact .ccb .NLct2T h2 {
    padding: 10px 0;
}
#contact .presta.NLct2 {
    display: flex;
    width: 100%;
}
#contact .presta .NLct2L,
#contact .presta .NLct2R {
    display: flex;
    width: 50%;
}
#contact .presta .NLct2R h3 {
    display:none;
}
#contact .presta .NLct2R form .form-control-label {
    font-size: 16px;
    font-weight: 400;
}
#contact .presta .NLct2R .form-control {
    padding: 13px 16px !important;
}
#contact .presta .NLct2R select.form-control:not([size]):not([multiple]) {
    height: calc(50px - 2px);
}
#contact .presta .NLct2R .btn-primary {
    height: 36px !important;
    border-radius: 6px !important;
    background-color: #ffffff !important;
    color: #1D2226 !important;
    font-size: 16px !important;
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0) !important;
    border: 2px solid #1D2226 !important;
    padding: 13px 24px 28px !important;
    font-weight: 400;
    text-transform: none;
    line-height: 1;
    transition: .4s;
}
#contact .presta .NLct2R .btn-primary:hover {
    background-color: #f73332 !important;
    border-color: #f73332 !important;
    color: #ffffff !important;
    transition: .4s;
}
#contact .presta .NLct2R .contact-form {
    width: 100%;
    padding: 0 15px;
    color: #7a7a7a;
    background: #fff;
}
#contact .presta .alert {
    margin-top: 60px;
}

@media only screen and (min-width: 768px) {
    #contact .ccb .NLct1L img {
            display:none;
    }
}
@media (max-width: 991px) {
    #contact .ccb .NLct1R {
        padding: 55px 20px 55px 40px !important;
    }
    #contact .presta.NLct2 {
        display: block;
    }
    #contact .presta .NLct2L,
    #contact .presta .NLct2R {
        display: block;
        width: 100%;
    }
    #contact .presta .alert {
        margin-top: 25px;
    }
}
@media (max-width: 767px) {
    #contact .ccb .NLct1R {
        padding: 40px 40px 40px 40px !important;
    }
    #contact .ccb .NLct1,
    #contact .ccb .NLct1L,
    #contact .ccb .NLct1R {
        display: block;    
    }
}
@media (max-width: 575px) {
    #contact #content-wrapper #content {
        padding: 0 0 0.5rem;
    }
}
/*-------------------------------------------------*/
/*-------------------------------------------------*/
/* XavContact -- contactez-nous - creative element */
/*-------------------------------------------------*/
/*-------------------------------------------------*/
#contact.ce-theme .breadcrumb {
    display: none !important;
}
#contact.ce-theme #wrapper {
    padding-top: 0 !important;
}
#contact.ce-theme #content-wrapper {
    padding-top: 0px !important;
}
/*section 1*/
.NLct1 {
    padding:0 !important;
}
/*bloc Left*/

/*bloc Right*/
.NLct1R {
    background-color: #ff6633;
}
.NLct1R h1, .NLct1R h2 {
    color: #ffffff !important;
}
.NLct1R h1 {
    font-size: 30px !important;
    font-weight: 400 !important;
    text-transform: none !important;
    margin-bottom: 0 !important;
}
.NLct1R h2 {
    font-size: 40px !important;
    font-weight:600 !important;
    line-height: 1 !important;
    max-width: 620px !important;
}
.NLct1R .elementor-column-wrap{
    padding: 90px 20px 90px 60px !important;
}
@media (max-width: 1199px) {
    /*.NLct1L > .elementor-column-wrap {
        background-position: 70% 15% !important;
    }*/
    .NLct1R h2 {
        font-size: 37px !important;
    }
}
@media (max-width: 991px) {
    .NLct1L, .NLct1R  {
        width:50% !important;
    }
    .NLct1R h1 {
        font-size: 24px !important;
    }
    .NLct1R h2 {
        font-size: 29px !important;
    }
    .NLct1R .elementor-column-wrap{
        padding: 55px 20px 55px 40px !important;
    }
}
@media (max-width: 767px) {
    .NLct1L, .NLct1R {
        width:100% !important;
    }
    .NLct1R .elementor-column-wrap {
        padding: 40px 40px 40px 40px !important;
    }
}
@media (max-width: 575px) {
    .NLct1R h2 {
        font-size: 32px !important;;
    }
}
/*bloc titre*/
.NLct2T {
    border-bottom: 1px solid #E6E6E6 !important;
    padding: 0px 0px 14px 0px !important;
}
.NLct2T h2  {
    color: #1D2226 !important;
    font-size: 30px !important;
    font-weight: 600 !important;
    margin-top: 20px !important;
}
@media (min-width: 575px) {
    .NLct2T h2:after {
        content: ' par Email' !important;
    }
}
/* bloc 2 texte + formulaire */
.NLct2 {
    padding:20px 14px 20px !important;
}
.NLct2L {
    margin-top: 54px !important;
    padding-right: 60px !important;
    text-align: right !important;
}
.NLct2L p {
    color: #1d2226 !important;
    font-size: 22px !important;
    line-height: 28px !important
}
.NLct2L span {
    font-size: 18px !important;
    line-height: 22px !important
}
.NLct2R .elementor-field-group  {
    margin-bottom: 18px !important;
}
.NLct2R .elementor-field-group .elementor-field {
    color: #1d2226 !important;
}
.NLct2R .elementor-size-md {
    padding: 12px 16px !important;
}
.NLct2R .elementor-widget-contact-form .elementor-button {
    height: 36px !important;
    border-radius: 6px !important;
    background-color: #ffffff !important;
    color: #1D2226 !important;
    font-size: 16px !important;
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.0) !important;
    border: 2px solid #1D2226 !important;
    padding: 13px 24px 28px !important;
}
.NLct2R .elementor-widget-contact-form .elementor-button:hover {
    background-color: #f73332 !important;
    color: #ffffff !important;
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.0) !important;
    border: 2px solid #f73332 !important;
}
.NLct2R .elementor-message {
    margin: 20px 0 !important;
}
.elementor-message.elementor-message-success {
    color: #00C062 !important;
}
@media (max-width: 1199px) {
   .NLct2L {
        padding-right: 40px !important;
    }
    .NLct2L p {
        font-size: 20px !important;
        line-height: 26px !important
    }
    .NLct2L span {
        font-size: 18px !important;
        line-height: 22px !important
    } 
}
@media (max-width: 991px) {
    .NLct2L, .NLct2R {
        width: 100% !important;
    }
    .NLct2L {
        margin-top: 15px !important;
        padding-right: 0 !important;
        text-align: left !important;
    }
    .NLct2R > .elementor-element-populated {
        margin: 0px 0px 0px 0px !important;
    }
    .NLct2L > .elementor-element-populated,
    .NLct2R > .elementor-element-populated {
        padding: 0 20px !important;
    }
    .NLct2 {
        padding: 20px 14px 60px !important;
    }
}
@media (max-width: 767px) {
    .NLct2L p {
        font-size: 18px !important;
        line-height: 24px !important
    }
    .NLct2L span {
        font-size: 16px !important;
        line-height: 20px !important
    } 
}
@media (max-width: 575px) {
    .NLct2L > .elementor-element-populated,
    .NLct2R > .elementor-element-populated {
        padding: 0  !important;
    }
    .NLct2 {
        padding: 20px 14px 40px !important;
    }
}
/*--------------------------------------------*/
/*--------------------------------------------*/
/* Xav404 - xavpagenotfound -- page-introuvable
/*--------------------------------------------*/
/*--------------------------------------------*/
#pagenotfound #wrapper {
    padding-top: 0 !important;
    margin-bottom: -40px !important;
}
#pagenotfound #content-wrapper {
    padding-top: 0 !important;
}
#pagenotfound .scrolling + #wrapper {
    margin-top: 0 !important;
}
#pagenotfound #footer {
    padding-top: 0;
}
.NL404 h1 {
    color: #ffffff !important;
    font-size: 140px !important;
    font-weight: 900 !important;
}
.NL404 p {
    color: #ffffff !important;
    font-size: 24px !important;
    line-height: 28px !important;
    padding-bottom: 337px !important;
    margin-top: -20px !important;
}
#pagenotfound .NL404 .elementor-element > .elementor-element-populated {
    margin: 0px 0px 0px 0px !important;
    padding: 60px 60px 60px 60px !important;
}

@media (max-width: 1199px) {
   .NL404 p {
        padding-bottom: 270px !important;
    }
}
@media (max-width: 991px) {
    .NL404 p {
        padding-bottom: 220px !important;
    }
    #pagenotfound .NL404 .elementor-element > .elementor-element-populated {
        margin: 0px 0px 40px 0px !important;
    }
}
@media (max-width: 767px) {
    
}
@media (max-width: 575px) {
    .NL404 p {
        font-size: 22px !important;
        padding-bottom: 175px !important;
    }
}

/*--------------------------------*/
/*--------------------------------*/
/* Xavpanier -- CART */
/*--------------------------------*/
/*--------------------------------*/
/* liste produits - left */
.cart-grid-body .card-block h1 {
    font-size: 24px;
    text-transform: none;
}
.cart-grid-body .cart-overview {
    border-bottom: 1px solid #BFBFBF;
}
.cart-item:not(:last-child) {
    border-bottom: 1px solid #f4f4f4;
}
.product-line-grid-left  {
    padding: 0;
}
.product-line-grid-left img {
    border: 1px solid #e6e6e6;
}
#cart .product-price {
    color: #1D2226;
    margin-top: 5px;
    display: inline-flex;
}
#cart .has-discount .discount {
    display: none;
}
.cart-grid-body .label {
    font-size: 15px;
}
.product-line-info.option .label,
.product-line-info.option .value {
    color: #6d6d6d;
}
.bootstrap-touchspin input.form-control {
    text-align: center;
}
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
    border-bottom-width: 0;
}
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    border-top-width: 0;
}
.product-line-grid-right .cart-line-product-actions .remove-from-cart {
    margin-top: 10px;
}
.cart-grid-body a.label:hover {
    color: #f73332;
}
/* recap panier - right */
.cart-summary {
    border: 1px solid #c7c7c7;
    border-radius: 4px;
    margin-top: 61px;
}
/* recap prix */
.cart-summary-line:not(:last-child) {
    margin-bottom: 0;
}
.card-block.cart-detailed-subtotals .cart-summary-line:not(:last-child) {
    margin-bottom: 8px;
}
.card-block.cart-summary-totals {
    padding: 5px 20px 22px;
}
.card-block.cart-summary-totals .cart-summary-line.cart-total {
    padding: 16px 0 0 !important;
}
.cart-summary-totals .cart-summary-line:first-child {
    margin-bottom: 1rem;
}
/* code promo */
.cart-grid-right .promo-discounts .cart-summary-line .label .code {
    color: #ff0000;
    font-weight:600;
}
.block-promo .promo-code-button.cancel-promo {
    color: #000000;
}
.promo-code-button a {
    color: #000000;
    border-bottom:1px solid ;
}
.block-promo .promo-code-button.cancel-promo:hover,
.promo-code-button a:hover {
    color: #f73332;
}

.block-promo .promo-input + button {
    border: 2px solid #33383B;
    margin-top: -3px;
    background-color: #33383B;
}
.block-promo .promo-input + button:hover {
    border: 2px solid #f73332;
    background-color: #f73332;
}
.block-listeCodePromo {
    background-color: #f8f8f8;  
    padding: 20px 0 7px 0; 
    margin-bottom: 27px;    
}
.block-listeCodePromo .cart-summary-line:first-child {
    margin-bottom: 3px;
}
.block-listeCodePromo .promo-highlighted {
    font-weight: 600;
}
.block-listeCodePromo .cart-summary-line .label {
    font-size: 15px !important; 
    font-weight: 400;
    color: #1D2226 !important;
}
.promo-name.card-block {
    padding: 8px 20px 8px;
}
.block-promo .promo-name .cart-summary-line span {
    color: #f73332;
}
.block-promo .promo-name .material-icons {
    margin-bottom: 5px;
}
.checkout .btn-primary {
    border-radius: 30px;
    padding: 12px 30px;
    width: auto !important;
}
.checkout.cart-detailed-actions > div {
    text-align: center !important;  
}
@media (max-width:767px) {
    .cart-summary {
        margin-top: 40px;
        padding: 20px 20px 0;
    }
    .card-block.cart-summary-totals {
        padding: 10px 0 28px;
    }
    .promo-name.card-block {
        padding: 0 0 8px;
    }
}
/*--------------------------------*/
/*--------------------------------*/
/*Xavcheckout -- XAVcommande */
/*--------------------------------*/
/*--------------------------------*/
body#checkout a:hover {
    color: #ff0000;
}
#checkout section.checkout-step .step-edit .material-icons {
    margin: 0 2px 2px 0;
}
body#checkout section.checkout-step .step-title {
    padding-bottom: 15px;
    font-size: 24px;
    font-weight: 400;
    text-transform: none;
}
body#checkout section.checkout-step .step-number {
    margin-bottom: 4px;
}
body#checkout section.checkout-step .done {
    margin-bottom: 4px;
}
body#checkout section.checkout-step .content {
    padding-top: 20px;
}
body#checkout section.checkout-step.-reachable.-complete h1 .step-edit {
    margin-top: 5px;
}
/*#checkout .cart-grid-body a,*/
#checkout #checkout-personal-information-step .content a,
#checkout #checkout-addresses-step p a,
#checkout #checkout-payment-step a,
.promo-code-button a {
    color: #000000;
    /*text-decoration: underline;*/
    border-bottom:1px solid ;
}
/*#checkout .cart-grid-body a,*/
#checkout #checkout-personal-information-step .content a:hover,
#checkout #checkout-addresses-step p a:hover,
#checkout #checkout-payment-step a:hover,
.promo-code-button a:hover {
    color: #f73332;
}
/* step adresse */
body#checkout section.checkout-step .add-address a:hover {
    color: #f73332;
}
body#checkout section.checkout-step .address-item > header {
    height: 100%;
}
body#checkout section.checkout-step .address-item label {
    color: #7a7a7a ;
}
body#checkout section.checkout-step .address-item.selected label {
    color: #1D2226;
}
body#checkout section.checkout-step .address-item.selected {
    border: #BFEFD8 3px solid;
}
#checkout .cart-grid-body p {
    font-size: 16px;
}
#checkout #checkout-personal-information-step .clearfix,
#checkout #checkout-addresses-step .clearfix {
    margin-top: 30px;
}
#checkout .custom-radio {
    margin-bottom: 5px;
}
#checkout .custom-radio input[type="radio"]:checked + span {
    background-color: #00c062;
}
body#checkout section.checkout-step .radio-block {
    padding: 20px 15px 20px 20px;
}
body#checkout section.checkout-step .address {
    margin-left: 0;
    font-weight: 400;
    font-size: 15px;
    margin-top: 10px;
}
body#checkout section.checkout-step .address-item {
    background: #f8f8f8;
}
body#checkout section.checkout-step .delete-address, body#checkout section.checkout-step .edit-address {
    text-decoration: none;
}
body#checkout section.checkout-step .address-item .h4,
body#checkout section.checkout-step .address-item label {
    margin-bottom: 0;
}
body#checkout .cancel-address {
    margin-right: 30px;
}
#checkout section.checkout-step #delivery-address .form-footer {
    padding-bottom: 30px;
}
#checkout section.checkout-step #invoice-address .form-footer {
    padding-top: 30px;
    padding-bottom: 10px;
}
#checkout section.checkout-step .js-address-form h2.invoiceAdress {
    padding-top: 30px;
    border-top: 1px solid #ddd;
}
#checkout form ~ div.clearfix {
    display:none !important;
}
body#checkout section.checkout-step .address-footer {
    border-top: 1px solid #ddd;
}
body#checkout section.checkout-step .address-footer .material-icons {
    margin: 0 5px 5px 0;
}
#checkout section.checkout-step .js-address-form .address-footer:not(:has(a)) {
    padding: 0;
    border:0;
}
/* step livraison */
body#checkout section.checkout-step .delivery-options .delivery-option {
    background: #ffffff;
    margin-bottom: 0;
    border-bottom: 1px solid #ddd;
}
body#checkout section.checkout-step .delivery-options > .row {
    border-right: 0 solid #c3c3c3;
}
#checkout .order-options {
    margin-top: 20px;    
}
body#checkout #hook-display-after-carrier {
    margin-top: 0;
}
body#checkout #delivery textarea {
    padding: 15px;
    margin-bottom: 20px;
}
/* step paiement */
#checkout .payment-options label {
    font-size:16px;
}
body#checkout .custom-checkbox span {
   margin-top: 0;
}
#checkout .definition-list dl dt,
.definition-list dl dd {
    margin: 0.125rem 0;
    background: #f8f8f8;
}
body#checkout .additional-information {
    margin-top: 1.25rem;
    margin-left: 2.875rem;
    margin-bottom: 1.25rem;
    font-size: 15px;
}
body#checkout #checkout-payment-step .btn {
    display: flex;
    margin: 0 auto;
}
/* img paypal reglage d�calage */
.payment-option label img {
    margin-top: -5px;
}
/* Right detail summary */
#checkout #js-checkout-summary {
    border: 1px solid #c7c7c7;
    border-radius: 4px;
}
#checkout .media-list a,
#checkout .media-list .product-price {
    color:#000000;
}
#checkout .media-list .media {
    margin-bottom: 10px;
}
body#checkout .cart-grid-right .card .cart-summary-subtotals-container .cart-summary-line:not(:last-child) {
    margin-bottom: 8px;
}
#checkout .card-block.cart-summary-totals .cart-summary-line {
    padding: 5px 0 0;
}
#checkout .cart-summary-totals .cart-summary-line:first-child {
    margin-bottom: 0;
}
#checkout .block-listeCodePromo {
    margin-bottom: -16px;
}
body#checkout #footer {
    padding: 0 0.9375rem !important;
}
@media (max-width:991px) {
    body#checkout .cart-grid-right .card {
        padding: 10px;
    }
    body#checkout section.checkout-step {
        padding: 0.625rem 0;
    }
}
@media (max-width:767px) {
    body#checkout .additional-information {
        margin-left: 28px;
    }
}
@media (max-width:575px) {
    body#checkout section.checkout-step .step-title {
        font-size: 20px;
    }   
   body#checkout section.checkout-step .address-selector {
        display:block;   
    }
    body#checkout section.checkout-step .address-item > header {
    min-height: 100px;
    }
    #checkout .delivery-options label {
        padding-left: 0;
        padding-right: 0;
    }
    #checkout .delivery-options .col-sm-1 {
        padding-right: 0;
    }
}
/*-------------------------------------------------*/
/*-------------------------------------------------*/
/*XavOrderConfirmation -- XavConfirmationCommande */
/*-------------------------------------------------*/
/*-------------------------------------------------*/
.card-block {
    padding: 1.25rem 1.25rem 0;
}
#order-confirmation .material-icons {
    font-size: 32px;
    margin-bottom: 5px;
}
#order-items {
    border-right: 0px solid #c7c7c7;
}
#order-items .order-line {
    margin-right: 0px;
    margin-left: 0px;
}
#order-items .order-line:first-child {
    border-top: 1px solid #c7c7c7;
    margin-top: 0 !important;
    padding-top: 1rem;
}
#order-items .order-line:not(:nth-last-child(3)) {
    border-bottom: 1px solid #E6E6E6;
}
.order-line .col-sm-2 {
    padding-left: 0;
}
#order-items hr {
    margin-top: 0 !important;
    border-top-color: #c7c7c7;
}
#order-items table tr td {
    font-size: 1rem;
}
#order-items table .total-value td {
    padding: 16px 8px;
}
#order-items table tr.total-value {
    background-color: #ffffff;
    border-top: 1px solid #c7c7c7;
    border-bottom: 1px solid #c7c7c7;
}
#order-details {
    margin-top: 32px;
    padding-left: 15px;
}
#order-details > .card-title {
    margin-bottom: 20px;
    border-bottom: 1px solid #1d2226;
    border-bottom: 1px solid #1d2226;
    display: inline-block;
}
#order-confirmation #main .page-content {
    margin-bottom: 0px;
}
#order-confirmation #content-hook_payment_return p {
    font-size: 1rem;
}
#order-confirmation #content-hook_payment_return ul {
    padding-left: 20px;
    border-left: 2px solid #c7c7c7;
    line-height: 24px;
}

@media (max-width: 767px) {
    #order-details .card-title, #order-items .card-title {
        padding-bottom: 0rem;
        margin-bottom: 1rem;
        border-bottom: 0px solid #f6f6f6;
    }
    .card-block {
        padding: 0;
    }
}
/*--------------------------------*/
/*--------------------------------*/
/*Xav -- bloc elementor XAVHEADER */
/*--------------------------------*/
/*--------------------------------*/
/* taille header */
.NLheader1 > div, .NLheader2 > div, .NLheader3 > div {
    max-width: 1210px !important;
}
/* font header */
.NLheader1, .NLheader1 li,
.NLheader2, .NLheader3 {
    font-family: "Nunito Sans", sans-serif !important;
}
/* d�calage wrapper lors du masquage scrolling header */
.scroll-up #wrapper {
    margin-top: 74px !important;
}
.scrolling + #wrapper {
    margin-top: 110px !important;
}
/**************/
/* section 1*/
.NLheader1 {
    background-color: #000000 !important;
}
.NLheader1-contact .elementor-widget-wrap {
    justify-content: flex-end !important;
}
.NLheader1-contact li {
    font-size: 14px !important;
    padding: 2px 0 0 0 !important;
}
.NLheader1 .elementor-column-wrap {
    padding: 8px !important;
}
.NLheader1 .elementor-heading-title {
    color: #dddddd !important;
}
.NLheader1 .elementor-icon-list-item {
    margin: 0 10px !important;
}
.NLheader1 .elementor-icon-list-item .elementor-icon-list-icon i {
    font-size: 14px !important;
}
.NLheader1 .elementor-icon-list-item .elementor-icon-list-text,
.NLheader1 .elementor-icon-list-item .elementor-icon-list-icon i {
    color:#dddddd !important;
    text-decoration: none !important;
}
.NLheader1 .elementor-icon-list-item:hover .elementor-icon-list-text,
.NLheader1 .elementor-icon-list-item:hover .elementor-icon-list-icon i  {
    color:#ffffff !important;
}
/**************/
/* section2 */
.NLheader2 {
    padding: 18px 0 !important;
    background-color: rgba(255, 255, 255, 0.95) !important;
    backdrop-filter: blur(40px);
}
/* si sticky utilis� - elementor */
.NLheader2.elementor-sticky--active {
    padding: 0 0 !important;
}
/**/
.NLheader2-logo > div {
    padding: 10px 0 !important;
}
.NLheader2-logo-image {
    text-align: left !important;
}
.NLheader2-panier .elementor-cart--items-indicator-bubble .elementor-cart__toggle .elementor-button-icon[data-counter]:before {
    line-height: 16px !important;
}
.NLheader2-panier-love {
    display: none !important;
}
/* panier color */
.NLheader2-panier .elementor-cart__close-button:hover {
    color: #f73332 !important;
}
.NLheader2-panier .elementor-button-icon[data-counter]:before {
    background-color: #ff0000 !important;
}
.NLheader2-panier .elementor-cart__product-name a:not(#e) {
    color: #1d2226 !important;
}
.NLheader2-panier .elementor-cart__product-name a:not(#e):hover {
    color: #000000 !important;
}
.elementor-cart__summary strong {
    color: #000000 !important;
    font-size: 18px !important;
}
.NLheader2-panier .elementor-cart__product-price {
    color: #000000 !important;
}
.NLheader2-panier .elementor-button--checkout {
    border-color: #F73332 !important;
    background-color: #F73332 !important;
}
.NLheader2-panier .elementor-button--checkout:hover,
.NLheader2-panier .elementor-button--view-cart:hover {
    border-color: #ff0000 !important;
    background-color: #ff0000 !important;
}
.NLheader2-panier .elementor-cart__main .elementor-button {
    font-size: 15px !important;
    padding: 12px 17px !important;
}
/* panier menu mon compte */
.NLheader2-panier .elementor-nav--dropdown {
    font-size: 15px !important;
    box-shadow: 0px 4px 15px -2px rgba(0, 0, 0, 0.06) !important;
}
.elementor-nav ul {
    top: 61px !important;
    left: 0px !important;
}
/* search color */
.NLheader2-search .elementor-search__product-name {
    font-size: 16px !important;
    font-weight: 400 !important;
}
.NLheader2-search .elementor-search__product-name {
    color: #1d2226 !important;
}
.NLheader2-search .elementor-search__product-name:hover,
.NLheader2-search .elementor-search__product-price  {
    color: #000000 !important;
}
.NLheader2-search .elementor-search__product-link.ui-state-focus {
    background-color: #fbfbfb !important;
}
/**************/
/* section3 */
.NLheader3 {
    background-color:#f8f8f8 !important;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.09) !important;
}
.NLheader3 a {
    padding: 10px 20px !important;
    color:#2f2f2f !important;
}
.NLheader3 a:hover {
    color:#F73332 !important;
}
.NLheader3 .elementor-item.elementor-item-active:after {
    background-color: #ff0000 !important;
}
.NLheader3 .elementor-nav--main .elementor-nav ul {
    padding: 15px 0 !important;
    top: 40px !important;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.09) inset !important;
}
.NLheader3 .elementor-nav--dropdown {
    box-shadow: 0px 9px 10px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.09) !important;
    background-color: #ffffff !important;
    border-bottom: 1px solid #fafafa !important;
}
/* responsive*/
@media screen and (max-width: 1240px) {
    .NLheader2-logo img {
        margin: 0 0 0 10px !important;
    }
}
@media screen and (max-width: 1199px) {
    .NLheader3 ul {
        padding: 0 10px !important;
    }
    .NLheader3 a {
        padding: 10px 8px !important;
        font-size:13px !important;
    }
    .NLheader3 .elementor-nav .sub-arrow {
        padding: 10px 0 10px 5px !important;
    }
}
@media screen and (max-width: 991px) {
    .NLheader2-logo-image {
        width: 80% !important;
    }
}
@media screen and (max-width: 767px) {
    .NLheader1-contact {
        width: 100% !important;
        padding-right: 10px;
    }
    .NLheader1-bienvenue {
        display: none !important;
    }
    .NLheader1-language {
        display: none !important;
    }
    .NLheader2 {
        padding: 5px 0 10px !important;
    }
        .NLheader2 .elementor-element-populated {
        padding:0px 10px !important;
    }
    .NLheader2-logo {
        width: 80% !important;
    }
    .NLheader2-logo img {
        width: 200px !important;
        padding: 0 0 0 10px !important;
    }
    .NLheader2-search {
        width: 100% !important;
        padding: 0 5px;
    }    
    .NLheader2-panier {
        position: fixed !important;
        top : 3px !important;
        right: 10px !important;
        width: 44% !important;
    }
    .NLheader2-logo, .NLheader2-panier {
        padding: 5px 0 10px !important;
    }
    #NLheader2-hamb nav {
        margin-top: 53px !important;
        padding:20px;
    }
    #NLheader2-hamb nav a {
        font-size: 16px !important;
    }
    #NLheader2-hamb .elementor-item-active:not(#e) {
        color: #F73332 !important;
    }    
    #NLheader2-hamb nav a:hover {
        color: #ff0000 !important;
    } 
    #NLheader2-hamb nav ul ul {
        padding-left: 15px;
    }
    .elementor-nav ul {
    top: 39px !important;
    left: 0px !important;
    }
}
@media screen and (max-width: 575px) {
    .NLheader2-logo img {
        padding: 0 !important;
        width: 180px !important;
    }
    .NLheader2-search {
        width: 100% !important;
    }
}
/*------JS SCROLLING ET SCROLL UP/DOWNr-----*/
/* position top */
.NLheader1 {
    position: relative !important;
    top: 0px;
    left: 0;
    right: 0;
    z-index: 103 !important;
    transition: 0.4s !important;
}
.NLheader2 {
    position: relative !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 102 !important;
    transition: .4s !important;
}
.NLheader3 {
    position: relative !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 101 !important;
    transition: .4s !important;
}
/* scroll DOWN */
.scroll-down .NLheader2 {
    transform: translate3d(0, -100%, 0);
}
/* scroll UP */
.scroll-up .NLheader2 {
    position: fixed !important;
    top: 0;
    transition: transform 0.4s;
}
.scroll-up .NLheader3 {
    position: fixed !important;
    top: 63px !important;
    /*transition: .91s !important;*/
}
@media screen and (max-width: 767px) {
    .scroll-up .NLheader2 {
        padding:10px 0 !important;
    }
    .scroll-up .NLheader2-panier {
        top : 7px !important;
    }
}
@media screen and (min-width: 768px) {
    .scroll-up .NLheader2 {
        padding: 0 0 !important;
    }
}
/* scrolling */
.scrolling .NLheader1 {
    position: fixed !important;
    top: -50px;
    left: 0;
    right: 0;
    transition: .4s !important;
}
.scrolling .NLheader2 {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    transition: 0.4s !important;
}
.scrolling .NLheader3 {
    position: fixed !important;
    top: -50px !important;
    left: 0;
    right: 0;
    transition: .4s !important;
}
/*--------------------------------*/
/*--------------------------------*/
/*Xav -- bloc elementor XAVFOOTER */
/*--------------------------------*/
/*--------------------------------*/
.NLfoo {
        margin-top: 40px !important;
}
.NLfoo .elementor-icon-list-item, 
.NLfoo .elementor-text-editor {
    font-size: 17px !important;
}
.NLfoo a .elementor-icon-list-text,
.NLfoo .elementor-text-editor p {
    color: #8A8A8C !important;
}
.NLfoo a:hover .elementor-icon-list-text {
    color: #c7c7c7 !important;
    font-weight: 400 !important;
}
.NLfoo h2 {
    color: #d6d6d8 !important;
    font-size: 21px !important;
}
.NLfoo2, .NLfoo3, .NLfoo4 {
    padding-left: 20px !important;
}
@media (max-width: 1240px) {
    .NLfoo1 {
        padding-left: 20px !important;
    }
}
/* col1 */
.NLfoo1 {
    border-right: 1px solid #4f4f4f !important;
}
.NLfoo1-img {
    margin-right: 20px !important;
}
.NLfoo1-adresse .elementor-text-editor p {
    line-height: 25px !important;
}

.NLfoo1-contact span {
    line-height: 26px !important;
}
.NLfoo1-abonn {
    margin: 0 20px 0 0;
}
.NLfoo1-abonn input[type=email] {
    border: 0 !important;
}
.elementor-field-type-subscribe input[type=email] {
    border-radius: 4px 0 0 4px !important;
}
.NLfoo1-abonn button[type=submit] {
    background: #9E9E9E !important;
    border-radius: 0 4px 4px 0 !important;
}
.NLfoo1-abonn button[type=submit]:hover {
    background: #F73332 !important;
}
.NLfoo2 .block-categories {
    font-family: "Nunito Sans", sans-serif !important;
    border: 0px solid #e6e6e6 !important;
    padding: 0 !important;
    margin-bottom: 0 !important;
    background: rgba(0,0,0,0) !important;
    font-size: 17px !important;
    font-weight: 500 !important;
    line-height: 2.1em !important;
    letter-spacing:0 !important;
}
.NLfoo2 .block-categories .h6 {
    font-size: 17px !important; 
    text-transform: none !important;
}
.NLfoo2 .block-categories a {
   font-family: "Nunito Sans", sans-serif !important;
   color: #8a8a8c !important;
}
.NLfoo2 .block-categories a:hover {
   color : #c7c7c7 !important;
}
.NLfoo2 .block-categories .category-sub-menu {
    margin-top: 0 !important;
}
.NLfoo2 .block-categories .category-sub-menu li a {
    padding-bottom: 0 !important;
    margin: 0 !important;
}
/* Copytight*/
.NLfooCopyright {
    padding: 20px 20px !important;
}
@media (max-width: 991px) {
    .NLfoo1, .NLfoo2, .NLfoo3, .NLfoo4 {
        width: 100% !important;
    }
    .NLfoo2, .NLfoo3, .NLfoo4 {
        margin-bottom: 20px;
    }
    .NLfoo1-abonn,
    .NLfoo2 {
        display: none !important;
    }
    .NLfoo {
        margin-top: 0 !important;
    }
}
@media (max-width: 767px) {
    .NLfoo1 .elementor-icon-list-items,
    .NLfoo2 .elementor-icon-list-items,
    .NLfoo3 .elementor-icon-list-items,
    .NLfoo4 .elementor-icon-list-items {
        columns: 1 !important;
    }
    .NLfoo1 {
        padding-right: 20px !important;
    }
}
/*--------------------------------*/
/*--------------------------------*/
/*XavAccueil -- bloc elementor Accueil */
/*--------------------------------*/
/*--------------------------------*/
.accSep .elementor-divider {
    padding-top: 0 !important;
    padding-bottom: 5px !important;
    border-color: #E6E6E6 !important;
}
.accSep .elementor-divider-separator {
    border-color: #E6E6E6 !important;
}
/*section 1*/
.NL1 {
    padding:0 !important;
}
/*bloc Left*/

/*bloc Right*/
.NL1R {
    background-color: #ff6633;
}
.NL1R h1, .NL1R h2, .NL1R h3, .NL1R p, .NL1R p span {
    color: #ffffff !important;
}
.NL1R h1, .NL1R p span {
    font-size: 30px;
    font-weight:400;
    text-transform: uppercase;
    line-height: 34px;
    margin-bottom: 0 !important;
}
.NL1R h2 {
    font-size: 68px;
    font-weight:600;
    line-height: 1;
}
.NL1R h3 {
    font-size: 28px;
    margin-bottom: 1rem;
}
.NL1R p {
    margin-bottom: 5px;
}
.NL1R p:has(span) {
    margin-bottom: 0;
}
.NL1R-btn a {
    font-size: 14px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    line-height: 1.2em !important;
    letter-spacing: 1px !important;
    border-radius: 50px 50px 50px 50px !important;
    border-style: solid !important;
    border-width: 2px 2px 2px 2px !important;
    color: #F73332 !important;
    border-color: #ffffff !important;
    background-color: #ffffff !important;
    padding: 15px 30px 12px !important;
}
.NL1R-btn a:hover {
    color: #ffffff !important;
    border-color: #F73332 !important;
    background-color: #F73332 !important;
}
.NL1R .elementor-column-wrap{
    padding: 40px 20px 40px 60px !important;
}
@media (max-width: 1199px) {
    .NL1L > .elementor-column-wrap {
        background-position: 70% 15% !important;
    }
    .NL1R h1, .NL1R p span {
        font-size: 28px !important;
        line-height: 32px;
    }
    .NL1R p:has(span) {
        margin-bottom: 5px;
    }
    .NL1R h2 {
        font-size: 55px !important;
    }
    .NL1R h3 {
        font-size: 28px !important;
    }
}
@media (max-width: 991px) {
    .NL1L, .NL1R  {
        width:50% !important;
    }
    .NL1R h1, .NL1R p span {
        font-size: 23px !important;
        line-height: 28px;
    }
    .NL1R h2 {
        font-size: 43px !important;
    }
    .NL1R h3 {
        font-size: 23px !important;
    }
    .NL1R .elementor-column-wrap{
        padding: 55px 20px 55px 40px !important;
    }
}
@media (max-width: 767px) {
    .NL1L, .NL1R {
        width:100% !important;
    }
    .NL1R h2 {
        font-size: 52px !important;
    }
    .NL1R .elementor-column-wrap {
        padding: 40px 40px 40px 40px !important;
    }
}
@media (max-width: 575px) {
    .NL1R h2 {
        font-size: 38px !important;;
    }
}
/*bloc titre*/
.NL2T {
    border-bottom: 1px solid #E6E6E6 !important;
    padding: 0px 0px 14px 0px !important;
}
.NL2T h2  {
    color: #1D2226 !important;
    font-size: 30px !important;
    font-weight: 600 !important;
    margin-top: 20px !important;
}
/*------------------------*/
/*section 2*/
/*xavminiature - miniature*/
/*------------------------*/
/* badge PROMO */
.NLmini-badge {
    position: absolute;
    top: 20px;
    right: 0px !important;
    z-index: 1 !important;
    max-width: max-content;
    text-transform: uppercase;
}
.NLmini-badge .ce-product-badge-onsale {
    padding: 4px 10px 2px;
    border-radius: 4px 0px 0px 4px;
    background-color: #F73332;
    font-size: 14px;
}
/**/
.NLmini .elementor-column-wrap {
    background-color:rgba(0,0,0,0.0) !important;
}
.NLmini .ce-product-name {
    padding: 0px 5px !important;
}
.NLmini a:hover {
    color:#ff6633 !important;
}
.NLmini img {
    border: 1px solid #E6E6E6 !important;
}
.NLmini a {
    font-size: 16px !important;
    line-height: 21px !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}
.NLmini .elementor-button {
    padding: 10px 24px !important;
}
.NLmini a:hover {
    color: #F73332 !important;
}
.ce-product-prices {
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 1.2em !important;
    color: #161616 !important;
}
.NL2 {
    padding:0 14px !important;
}
.NL2col-grid > .elementor-widget-container {
    margin: 16px 0px 0px 0px !important;
}
.NL2 .elementor-element-populated {
    padding: 0 !important;
}
.NL2 .ce-product-grid > div {
    padding: 0 !important;
}
.NL2 .ce-product-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    grid-column-gap: 16px !important;
    grid-row-gap: 20px !important;
}
@media (max-width: 991px) {
    .NL2 .ce-product-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        grid-column-gap: 10px !important;
    }
}
@media (max-width: 767px) {
    .NL2 .ce-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
    .NL2 .NLmini-prix .ce-product-prices > div {
        margin: 0 10px 5px 0 !important;
    }
}
@media (max-width: 575px) {
    .NLmini a, .NLmini .ce-product-price {
        font-size: 15px !important;
    }
    .NLmini .elementor-button {
        padding: 6px 24px !important;
    }
}
/* fin mini */
/*sectionc 3*/
.NL3 {
    padding: 20px 0px 7px 0px !important;
}
.NL3 h2  {
    line-height: 34px !important;
    font-size: 30px !important;
    font-weight: 600 !important;
    margin-top: 0 !important;
}
/*left*/
.NL3L {
    border-radius: 4px !important; 
    padding: 7px !important;
}
.NL3L-1 {
    Border: 2px solid #F73332 !important;
    border-radius: 4px !important;
} 
.NL3L .accSep.elementor-widget:not(:last-child) {
    margin-bottom: 0 !important;
}
.NL3L-1 {
    min-height: 540px !important;
}
.NL3L-offre {
    color: #1D2226 !important;
    font-size: 30px !important;
    font-weight: 600 !important;
    text-align: center !important;
    margin-top: 20px !important;
    margin-bottom: 27px !important;
}
.NL3L img {
    border: 0 solid #E6E6E6 !important;
}
.NL3L .ce-product-prices .ce-has-discount {
    font-size: 18px !important;
    color: #f73332 !important;
}
.NL3L .ce-product-price-regular {
    font-size: 15px !important;
}
/*right*/
.NL3R .elementor-element-populated {
    padding: 0 !important;
}
.NL3R-1, .NL3R-2, .NL3R-3 {
    padding: 7px !important;
 }
.NL3R .elementor-cta-content {
    min-height: 263px !important;
    text-align: left !important;
    padding: 25px 25px !important;
}
.NL3R .elementor-button {
    text-transform: none !important;
    padding: 10px 16px !important;
    letter-spacing: 1px !important;
}
.NL3R .elementor-button:hover {
    color: #ffffff !important;
    border-color: #F73332 !important;
    background-color: #F73332 !important;
}
@media (max-width: 1199px) {
    .NL3 {
        padding: 20px 15px 7px 15px !important;
    }
    .NL3R .elementor-cta-content {
        padding: 25px 20px !important;
    }
}
@media (max-width: 991px) {
    .NL3L {
        width: 100% !important;
    }
    .NL3L-1 {
        min-height: auto !important;
    }
    .NL3R {
        width: 100% !important;
    }
    .NL3L {
        
        padding: 7px !important;
    }
    .NL3R .elementor-cta-content {
        min-height: 200px !important;
        padding: 25px 25px !important;
    }
}
@media (max-width: 767px) {
    .NL3R .elementor-cta-content {
        min-height: 200px !important;
        padding: 30px 40px !important;
    }
}
@media (max-width: 575px) {
    .NL3 {
        padding: 15px 7px 7px 7px !important;
    }
    .NL3R .elementor-cta-content {
        padding: 25px 30px !important;
    }
}
/**/
/*section 4*/
.NL4 {
    padding: 7px !important;
}
/* left */
.NL4L {
    background-color: #f8f8f8 !important;
}
.NL4L .txt {
    color: #000000 !important;
    padding:20px !important;
    font-size:16px;
}
/* right */
.NL4R {
    background-color: #ff6633 !important;
}
.NL4R .txt {
    color: #ffffff !important;
    padding: 40px !important;
    text-align: center !important;
}
.NL4R .sp1 {
    font-size: 40px;
    line-height: 48px;
}
.NL4R .sp2 {
    font-size: 85px;
    line-height: 85px;
}
.NL4R p {
    margin-bottom: 0 !important;
    font-size:15px;
}
/*responsive*/
@media (max-width: 1199px) {
    .NL4R .txt {
        padding: 25px !important;
    }
    .NL4R .sp1  {
        font-size: 36px;
        line-height: 37px;
    }
    .NL4R .sp2  {
        font-size: 82px;
        line-height: 98px;
    }
}
@media (max-width: 991px) {
    .NL4R .txt {
        padding: 25px !important;
    }
    .NL4R .sp1  {
        font-size: 27px;
        line-height: 17px;
    }
    .NL4R .sp2  {
        font-size: 59px;
        line-height: 93px;
    }
}
@media (max-width: 767px) {
    .NL4R .txt {
        padding: 25px !important;
    }
    .NL4R .sp1 {
        font-size: 37px;
        line-height: 37px;
    }
    .NL4R .sp2 {
        font-size: 82px;
        line-height: 90px;
    }
}
@media (max-width: 575px) {
    .NL4 {
        padding: 7px 0 !important;
        margin: 0 -15px !important; 
    }
}
/*section 5*/
.NL5 {
    padding: 40px 0 0 0 !important;
}
.NL5L p {
    color: #000000 !important;
    font-size: 18px !important;
    line-height: 24px !important;
    text-align:right !important;
}
.NL5R img {
        max-width: 169px !important;
    }
/*responsive*/
@media (max-width: 1199px) {
    .NL5L  {
        padding: 0 0 0 20px !important;
    }
}
@media (max-width: 991px) {
    .NL5R img  {
        margin: 0 0 0 30px !important;
    }
    .NL5R .ce-image-gallery {
        grid-template-columns: repeat(2, 1fr) !important;
        width: 80% !important;
    }
}
@media (max-width: 767px) {
    .NL5L {
        padding: 0 20px 0 20px !important;
    }
    .NL5L p {
        text-align:center !important;
    }
    .NL5R img {
        margin: 0 -15px !important;
    }
    .NL5R .ce-image-gallery {
        grid-template-columns: repeat(4, 1fr) !important;
        width: 100% !important;
    }
    /*
    .NL5R .elementor-widget-image {
        min-width: 24% !important;
    }*/
}
@media (max-width: 575px) {
    .NL5L  {
        padding: 0 20px 0 20px !important;
        text-align:center !important;
    }
    .NL5R img  {
        margin: auto !important;
    }
    /*.NL5R .elementor-widget-image {
        min-width: 48% !important;
    }*/
    .NL5R .ce-image-gallery {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}
/* fin accueil */

/* Left column - Menu liste + filtres */
#left-column .text-uppercase.h6 {
    font-size: 20px;
    text-transform: none !important;
    display: none;
}
.block-categories, #search_filters {
    border: 1px solid #e6e6e6;
    border-radius:4px;
    padding: 8px 8px 8px 20px;
    margin-bottom: 4px;
}
.block-categories .category-sub-menu .category-sub-link {
    font-size: 15px;
    padding-left: 10px;
    display: inline-block;
}
.block-categories .category-sub-menu {
    margin-top: 8px;
    margin-bottom: 8px;
}
.block-categories a:hover {
    color: #f73332 !important;
}
.block-categories .category-sub-menu .active > a {
    color: #f73332 !important;
}
.category-top-menu {
    margin-bottom: 0;
}
.block-categories .category-sub-menu li[data-depth="1"], .product-prices div {
    margin-bottom: 5px;
}
.block-categories .arrows  {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    cursor: pointer;
    margin-right: 15px;
}
.block-categories .collapse .category-sub-menu .collapse {
    margin: 0 0 10px 0;
}
.block-categories .category-sub-menu li:not([data-depth="0"]):not([data-depth="1"]) {
    padding-left: 10px;
    margin-bottom: 2px;
}
.navbar-toggler {
    width: 35px;
}
/*product list - vignette*/
#js-product-list .col-xs-12,
#js-product-list .col-sm-6,
#js-product-list .col-xl-4,
#js-product-list .ce-edit-wrapper {
    padding-right: 7px;
    padding-left: 7px;
    padding-bottom: 14px;
}
/*------------------------*/
/*------------------------*/
/* xavcategorie - xavlisteproduit category Natif PRESTA */
/*------------------------*/
/*------------------------*/

/*------------------------*/
/* module advanced Serach -- page SEO */
/*------------------------*/
#left-column:has(.PM_ASBlockOutputVertical) > div:not(:last-child) {
    margin-bottom: 20px;
}
.PM_ASBlockOutputVertical .card-header {
    padding: 4px 8px 15px 0 !important;
    background-color: #ffffff !important;
    border-bottom: 0 !important;
}
.PM_ASBlockTitle {
    font-size: 20px !important;
}
.PM_ASBlockOutputVertical .active_filters {
    display: none !important;
}
.PM_ASBlockOutputVertical .card-block {
    padding: 0  !important;
}
.PM_ASBlockOutputVertical .PM_ASCriterionsGroup {
    padding : 5px 0 !important;
    margin-bottom: 0 !important;
}
.PM_ASCriterionsGroupTitle  {
    border-top: 1px solid #e6e6e6 !important;
    border-bottom: 0 !important;
    padding: 15px 15px 3px 0 !important;
}
.PM_ASCriterionsGroupName {
    font-weight: 500 !important;
    font-size: 16px !important;
}
.PM_ASearchTitle, .PM_ASBlockOutputHorizontal a, .PM_ASBlockOutputVertical a {
    color: #1D2226 !important;
}
.PM_ASBlockOutputVertical label {
    margin-bottom: 6px !important;
}
.PM_ASCriterionGroupCheckbox .PM_ASLabelCheckboxSelected .PM_ASLabelLink, .PM_ASCriterionGroupCheckbox .PM_ASLabelCheckbox .PM_ASLabelLink:hover {
    font-weight: normal !important;
}
.PM_ASCriterionNbProduct {
    font-size: .8em !important;
}
.PM_ASResetGroup {
    display:none !important;
}
/* custom checkbox */
input:checked {
    background-color: #232323 !important;
}
input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border: 1px solid #1d2226;
  border-radius: 0;
  background-color: #fff;
  position: relative;
  cursor: pointer;
  margin-bottom: 4px !important;
  margin-right: 8px;
}
input[type="checkbox"]:checked {
  background-color: #1d2226;
  border-color: #1d2226;
}
input[type="checkbox"]:checked::after {
    font-family: ceicons !important;
    content: "\e90e";
    position: absolute;
    top: 0px;
    left: 0;
    color: white;
    font-size: 16px;
    line-height: 16px;
}
/* filtre actifs colonne right */
.active-filter-title {
    display: none !important;
}
.PM_ASSelections {
    background-color: #fff;
    border-top: 1px solid #e6e6e6 !important;
    border-bottom: 1px solid #e6e6e6 !important;
    border-right:0;
    border-left:0;
    padding: 20px 0 10px 0;
}
.active_filters .filter-block {
    display: inline-block;
    padding: 10px 14px 10px 20px;
    margin-right: 8px;
    margin-bottom: 0.625rem;
    font-size: 15px;
    color: #1D2226;
    background: #fff;
    border: 1px solid #1d2226 !important;
    border-radius: 30px;
}
a.PM_ASSelectionsRemoveLink:before {
    display: none;
}
a.PM_ASSelectionsRemoveLink:after {
    content: "\e828";
    font-family: ceicons !important;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    padding-left: 5px;
}

/* FIN module advanced Serach -- page SEO */

#category .row:has(.presta),
#search .row:has(.presta),
#manufacturer .row:has(.presta),
.page-module-pm_advancedsearch4-seo .row:has(.presta) {
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
}
#content-wrapper:has(.presta) {
    padding-right: 0 !important;
    padding-top: 0 !important;
}
#left-column {
    padding-left: 0 !important;
}
.NLCR-mini.presta .products.row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
@media only screen and (max-width: 991px) {
    #left-column:not(.NLCL) {
        display:none !important;
    }
    #content-wrapper:has(.presta) {
        padding-left:0 !important;
        width:100% !important;
    }
    .row:has(.presta) {
        padding-top: 0;
    }
}
/***************************/
/* Bloc title - desc courte PRESTA */
/***************************/
.block-category {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    min-height: 0;
}
.block-category.card-block {
    padding: 1.25rem 1.25rem;
}
.block-category h1 {
    text-transform: none;
}
.block-category .block-category-inner #category-description strong {
    font-weight: 500;
    color: #1d2226;
}
.block-category #category-description {
    color :#1D2226 !important;
    font-size: 15px !important;
    line-height: 22px !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 4 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}
.block-category .category-cover {
    display: none;
}
.block-category .chapoCat a {
    color: #000000 !important;
	text-decoration:none;
}
.block-category .chapoCat a:hover {
	text-decoration:none;
	border-bottom: 1px solid #1d2226;
}
@media only screen and (max-width: 767px) {
    .block-category {
        margin-bottom: 1.563rem;
    }
    .block-category.card-block {
        padding: 1.25rem 0;
    }
}
@media (max-width: 575px) {
    .block-category h1 {
        font-size: 28px !important;
    }
}
/***************************/
/* Bloc title - desc longue PRESTA */
/***************************/
/* désactivation des hook du module "customDisplayFooterCategory" pour creative element - évite doublon de la desc longue et produits déjà vu */
.ce-theme #js-product-list-footer,
.ce-theme .custom-footer-category {
    display: none;
}

.category-text h2 {
    color: #1D2226 !important;
    font-size: 26px !important;
    margin-top: 30px !important;
    padding-bottom: 20px !important;
    line-height: 26px !important;
    margin-right: 8px !important;
    border-bottom: 1px solid #1d2226;
}
.category-text h3 {
    color: #1D2226 !important;
    font-size: 22px !important;
    margin-top: 30px !important;
    margin-bottom: 20px !important;
    line-height: 26px !important;
    font-weight: 600;
}
.category-additional-description {
    padding: 1.25rem 0 0 !important;
}

@media (min-width: 576px) and (max-width: 1300px) {
    #js-product-list-footer {
        padding: 0 15px !important
    }
}
@media (max-width: 991px) {
    .category-text h2, .category-text h3 {
        font-size: 22px !important;
        line-height: 24px !important;
    }
}
@media (max-width: 575px) {
    .category-text h2 {
        margin-top: 30px !important;
        margin-bottom: 2px !important;
    }
    .NLC3-sect-info h2, .NLC3-sect-info h3 {
        font-size: 20px !important;
        line-height: 22px !important;
    }
}
/* sous catégories */
#subcategories {
    display: none;
}
/**********************************/
/* xav CATEGORIE ordre de tri pour PRESTA*/
/**********************************/
.brands-sort .select-title, .products-sort-order .select-title, .suppliers-sort .select-title {
    width: 100%;
}
.brands-sort .dropdown-menu, .products-sort-order .dropdown-menu, .suppliers-sort .dropdown-menu {
    width: calc(100% - 30px);
    box-shadow: 0px 0px 14px 0 rgba(0, 0, 0, 0.05);
    background: #ffffff;
    border: 1px solid #e6e6e6
}
.brands-sort .select-list, .products-sort-order .select-list, .suppliers-sort .select-list {
    padding: 7px 14px;
    font-size: 15px;
}
.brands-sort .select-list:hover, .products-sort-order .select-list:hover, .suppliers-sort .select-list:hover {
    background: #f44336;
}
.products-selection p {
    font-size: 15px;
}
.products-selection .sort-by {
    display: none !important;
}
.showing {
    font-size: 0.875rem;
    text-align: left !important;
    margin-top: -14px;
    padding-top: 0 !important;
}
.total-products {
    float: left !important;
    display: block !important;
}
.products-sort-order {
    width: 100%;
}
@media (min-width: 768px) {
    .total-products {
        width: 66.66667% !important;
    }
    #js-product-list-top > div:nth-child(2) {
        width: 33.33333%;
    }
    /*#js-product-list-top .hidden-md-up {
        display: block !important;
    }*/
}
@media (min-width: 576px) and (max-width:767px) {
    .total-products {
        width: 50% !important;
    }
}
@media (max-width: 767px) {
    .products-sort-order {
        padding-right:0;
    }
}
@media (max-width: 575px) {
    .total-products p {
        font-size: 15px !important;
    }
    .showing {
        margin-top: 0;
        padding-top: 12px !important;
        text-align: center !important;
    }
}
/* btn filter */
.filter-button {
    z-index: 100 !important;
    position: fixed !important;
    bottom: 15px !important;
    left: calc(50% - 48px) !important;
    display: none;
}
@media (max-width: 767px) {
    .brands-sort .dropdown-menu, .products-sort-order .dropdown-menu, .suppliers-sort .dropdown-menu {
        width: calc(100% - 15px);
    }
}
/**********************************/
/* xavminicat -miniature CATEGORIE creative element UTILISE pour PRESTA */
/**********************************/
.NLCR-mini.presta .NLminiCat {
    margin-top: 16px !important;
}
@media only screen and (max-width: 767px) {
    .NLCR-mini.presta .products {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        grid-column-gap: 10px;
    }
}
/**********************************/
/* xav CATEGORIE PAGINATION pour PRESTA*/
/**********************************/
.pagination .page-list {
    padding: 0.375rem 0;
}
.pagination .page-list li {
    display: inline-flex;
}
.pagination > div:nth-child(1) {
    width: 33.33333%;
    padding-right: 0;
}
.pagination > div:nth-child(2) {
    width: 66.66667%;
    margin-left: 0 !important;
    padding-left: 0;
}
.pagination a {
    font-weight: 400;
    font-size:15px;
}
.pagination .previous {
    margin-right: 5px;
}
.pagination .next {
    margin-left: 5px;
}
.pagination li:not(.current) a:not(.previous):not(.next) {
    font-size: 15px;
    color: #000;
    text-decoration: none;
    padding: 7px 13px;
    background-color: #f4f4f4;
    border-radius: 100%;
    letter-spacing: 0 !important;
    margin:0 2px;
}
.pagination li:not(.current) a:not(.previous):not(.next):hover {
    background-color: #c7c7c7;
}
.pagination a.previous:hover,
.pagination a.next:hover {
    color: #7a7a7a;
}
.pagination .current a {
    font-size: 15px;
    color: #ffffff;
    text-decoration: none;
    padding: 7px 13px;
    background-color: #f44336;
    border-radius: 100%;
    letter-spacing: 0 !important;
    margin:0 2px;
}
.pagination .material-icons {
    line-height: 22px;
}
#manufacturer #main ul {
    display: -webkit-box;
}
@media only screen and (max-width: 767px) {
    .pagination > div:nth-child(1) {
        width: 100%;
        text-align:center;
    }
    .pagination > div:nth-child(2) {
        width: 100%;
    }
}
/* BTN retour haut de page */
#js-product-list .text-xs-right {
    text-align: center !important;
}
.NLCR-mini.presta .btn.btn-secondary {
    color: #000000 !important;
    font-size: 16px !important;
    letter-spacing : 1px !important;
    border-radius: 25px !important;
    padding: 12px 25px !important;
    font-weight: 400 !important;
    background-color: #ffffff !important;
    Border: 1px solid #000000 !important;
}
.NLCR-mini.presta .btn.btn-secondary:hover {
    color: #f73332 !important;
    Border: 1px solid #f73332 !important;
}
/************************************/
/* xav CATEGORIE Deja VU pour PRESTA*/
/************************************/
.custom-footer-category .col-xl-3 {
    padding-left: 0 !important;
    padding-right: 14px !important;
    width: 20% !important;
}
.custom-footer-category .col-xl-3:last-child {
    padding-right: 0 !important;
}
/* hack pour advanceSearch page seo */
.advancedsearch-seo .custom-footer-category .col-xl-3:last-child {
    padding-right: 14px !important;
}
.advancedsearch-seo .elementor-button-text {
    font-size: 13px !important;
}
.advancedsearch-seo .custom-footer-category .col-xl-3 {
        width: 25% !important;
    }
.advancedsearch-seo .custom-footer-category .products > div:nth-child(4) {
        padding-right: 0 !important;
    }
.advancedsearch-seo .custom-footer-category .products > div:last-child {
        display: none !important;
    }
/**/
.custom-footer-category h2 {
    margin-bottom: 20px !important;
}
@media only screen and (max-width: 991px) {
    .custom-footer-category .col-xl-3 {
        width: 25% !important;
    }
    .custom-footer-category .products > div:nth-child(4) {
        padding-right: 0 !important;
    }
    /* hack SEO */.advancedsearch-seo .custom-footer-category .products > div:nth-child(4) {
        padding-right: 14px !important;
    }
    .custom-footer-category .products > div:last-child {
        display: none !important;
    }
}
@media only screen and (max-width: 767px) {
    .custom-footer-category .col-xl-3 {
        width: 50% !important;
    }
    .custom-footer-category .products > div:nth-child(2) {
        padding-right: 0 !important;
    }
    /* hack SEO */.advancedsearch-seo .custom-footer-category .products > div:nth-child(2) {
        padding-right: 14px !important;
    }
    .custom-footer-category .products > div:not(:nth-child(1)):not(:nth-child(2)) {
        display: none !important;
    }
}
/***************************/
/* Bloc title - desc longue PRESTA */
/***************************/
.category-text h2 {
    color: #1D2226 !important;
    font-size: 26px !important;
    margin-top: 30px !important;
    padding-bottom: 20px !important;
    line-height: 26px !important;
    margin-right: 8px !important;
    border-bottom: 1px solid #1d2226;
}
.category-text h3 {
    color: #1D2226 !important;
    font-size: 22px !important;
    margin-top: 30px !important;
    margin-bottom: 20px !important;
    line-height: 26px !important;
    font-weight: 600;
}
.category-additional-description {
    padding: 1.25rem 0 0 !important;
}

@media (min-width: 576px) and (max-width: 1300px) {
    #js-product-list-footer {
        padding: 0 15px !important
    }
}
@media (max-width: 991px) {
    .category-text h2, .category-text h3 {
        font-size: 22px !important;
        line-height: 24px !important;
    }
}
@media (max-width: 575px) {
    .category-text h2 {
        margin-top: 30px !important;
        margin-bottom: 2px !important;
    }
    .NLC3-sect-info h2, .NLC3-sect-info h3 {
        font-size: 20px !important;
        line-height: 22px !important;
    }
}
/*------------------------*/
/*------------------------*/
/* xavcategorie "categorie" - xavlisteproduit category CREATIVE ELEMENT */
/*------------------------*/
/*------------------------*/
#left-column {
    padding-top: 0px;
}
.NLCL > .elementor-element-populated {
    padding: 0 15px 0 0 !important;
}
.NLCR > .elementor-element-populated {
    padding: 0 0 0 15px !important;
}
.NLC .dialog-lightbox-close-button,
.NLCR-nbreProduct,
.NLCL-filtre h2,
.NLCL-filtre h3,
.NLCL-filtre span,
.NLC3-info {
    color: #1D2226 !important;
}
.NLC3-info {
    border-top: 1px solid #1d2226;
}
/* colonne left */
.NLCL-filtre h2  {
    font-size: 20px !important;
}
.NLCL-filtre h3 {
    background-color: #ffffff !important;
    padding: 15px 15px 3px 0 !important;
    border-top: 1px solid #e6e6e6 !important;
}
.NLCL-filtre .elementor-field-subgroup {
    padding: 10px 15px 5px 0px !important;
}
.NLCL-filtre h3 span  {
    font-size: 16px !important;
}
.NLCL-filtre .ce-checkbox {
    border-width: 1px !important;
    border-color: #1D2226 !important;
    margin-bottom: 4px !important;
}
.NLCL-filtre span {
    font-size: 15px !important;    
}
.NLCL-filtre .ce-dual-range {
    --ce-range-height: 2px !important;
    --ce-range-active-color: #1D2226 !important;
}
.NLCL-filtre:not(:has(h3)) {
    display: none;
}

.NLCL-filtre .elementor-field-subgroup {
    gap: 4px !important;
}
/* SEARCH -- page de recherche header */
.NLCR-sect-int-search .elementor-element-populated {
    padding: 0 !important;
}
.NLCR-sect-int-search h1 {
    color: #1D2226 !important;
    font-size: 40px !important;
    text-align: center !important;
}
.NLCR-sect-int-search h1:before {
    content:"\0000AB \0000A0";
}
.NLCR-sect-int-search h1:after {
    content:"\0000A0 \0000BB";
}
/*----------------*/
/* colonne right */
/*----------------*/
/* marque */
/*--------*/

/*NLMR-img 
NLMR-titre
NLMR-descC
.NLMR-sect-int-header
.NLMR-sect-int-header-col*/ 
.NLMR-sect-int-header {
    border-top: 1px solid #e6e6e6 !important;
}

.NLMR-titre h1 {
    font-size: 32px !important;
    color: #1D2226 !important; 
    padding: 0 0 0 20px !important;
}
.NLMR-descC {
    color: #1D2226 !important; 
}
/*
NLM3-sect-info
NLM3-col-info
NLM3-titre
NLM3-info
NLM3-titreInfo
*/
/*------------------------*/
/*------------------------*/
/* xavcategorie "categorie2" (categorie sans l'image de BG sur la desc courte) - xavlisteproduit category CREATIVE ELEMENT */
/*------------------------*/
/*------------------------*/
/***************************/
/* Bloc title - desc courte  */
/***************************/
.cat2 .NLCR-sect-int-header-col > div {
    background-color: #ffffff !important;
    background-image: linear-gradient(180deg, #ffffff 0%, #ffffff 100%) !important;
}
.cat2 .NLCR-desc, .cat2 .NLCR-titre h1 {
    color: #1d2226 !important;
    padding: 2px 15px 0 20px !important;
}
.cat2 .NLCR-sect-int-header-col {
    min-height: 0 !important;
    border-top: 1px solid #e6e6e6;
    /*border-bottom: 1px solid #e6e6e6;*/
}
.cat2 .NLCR-desc {
    max-width: 100% !important;
}
.cat2 .NLCR-titre > div {
    margin: 20px 0px 0px 0px !important;
}
.cat2 .NLCR-sect-int-header-col .elementor-widget:not(:last-child) {
    margin-bottom: 15px !important;
}
.cat2 .chapoCat a {
    color: #000000 !important;
	text-decoration:none !important;
}
.cat2 .chapoCat a:hover {
	text-decoration:none !important;
	border-bottom: 1px solid #1d2226 !important;
}
.cat2 .NLCR-filtreActif:has(.ce-active-filters) {
    border-top: 1px solid #e6e6e6 !important;
    margin-top: 15px !important;
}
.cat2 .NLCR-filtreActif > .elementor-widget-container {
    margin: 15px 0px 0px 0px !important;
}
@media only screen and (max-width: 767px) {
    .cat2 .NLCR-desc, .cat2 .NLCR-titre h1 {
        color: #1d2226 !important;
        padding: 2px 0 0 0 !important;
    }
}
@media (max-width: 575px) {
    .cat2 .NLCR-desc {
        margin-bottom: 0 !important;
        -webkit-line-clamp: 4 !important;
    }
    .cat2 .NLCR-titre h1 {
        margin-bottom: 0 !important;
    }
}
/*------------*/
/* categories */
/*------------*/
.NLCR-sect-int-header {
    margin-bottom: 8px !important;
}
.NLCR-sect-int-header-col > .elementor-element-populated {
    padding: 0 !important;
}
.NLCR-sect-int-header-col {
    min-height: 210px !important;
}
.NLCR-sect-int-header-col > div {
    background-color: #1D2226 !important;
    background-image: linear-gradient(180deg, #1D2226 0%, #1D2226 100%) !important;
    /*background-image: linear-gradient(180deg, #fd5e2a 0%, #f73332 100%);*/
}
.NLCR-img img {
    /*width: auto !important;*/
    width: 100% !important;
    min-height: 210px !important;
    object-fit: cover !important;
}
.NLCR-titre, .NLCR-desc {
    z-index: 10 !important;
}
.NLCR-titre > div{
    margin: 30px 0px 0px 0px !important;
}
.NLCR-img {
    position: absolute !important;
    top: 0 !important;
    z-index: 0 !important;
}
.NLCR-desc,
.NLCR-titre h1  {
    color: #ffffff !important;
    padding: 2px 15px 0 30px !important;
}
.NLCR-titre h1 {
    font-size: 32px !important;
}
.NLCR-desc {
    font-size: 15px !important;
    line-height:22px !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 4 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    max-width: 500px !important;
}
/* nbre product, select , filtre */
.NLCR-filtre {
    z-index:100 !important;
    position: fixed !important;
    bottom: 15px !important;
    left: calc(50% - 48px) !important;
}
.NLCR-filtre #btn-filtre {
    background-color: #f73332 !important;
    border-radius: 30px !important;
    padding: 12px 26px !important;
}
.NLCR-filtreActif {
    margin-bottom: 5px !important;
}
.NLCR-filtreActif a {
    color: #000000 !important;
    background-color: #ffffff !important;
    border-radius: 30px !important;
    border: 1px solid #6d6d6d !important;
    padding: 10px 14px 10px 20px !important;
}
.NLCR-filtreActif a.ce-active-filters__clear {
    color: #f73332 !important;
    border: 1px solid #f73332 !important;
    padding: 10px 18px 10px 20px !important;
}
.NLCR-sep .elementor-divider {
    --divider-border-color: #e6e6e6 !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.NLCR-nbreProduct {
    font-size: 15px !important;
}
.NLCR-tri .elementor-select-wrapper select {
    padding-right: 30px !important;
}
@media only screen and (min-width: 576px) {
    .NLCR-titre h1 {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}
@media only screen and (min-width: 768px) {
    #search_widget {
        float: none !important;
    }
}
@media only screen and (min-width: 992px) {
    #search_widget {
        margin-bottom: 30px !important;
    }
}
/**********************************/
/* xavminicat -miniature CATEGORIE CREATIVE ELEMENT*/
/**********************************/
/* badge PROMO */
.NLminiCat-badge {
    position: absolute;
    top: 20px;
    right: 0px !important;
    z-index: 1 !important;
    max-width: max-content;
    text-transform: uppercase;
}
.NLminiCat-badge .ce-product-badge-onsale {
    padding: 4px 10px 2px;
    border-radius: 4px 0px 0px 4px;
    background-color: #F73332;
    font-size: 14px;
}
/**/
.NLCR-mini {
    margin-top: 16px !important;
}
.NLCR-mini .elementor-7170101 {
    border-bottom: 1px solid #E6E6E6 !important;
}
.NLCR-mini .ce-edit-wrapper {
    padding-right: 0 !important;
    padding-left: 0 !important;
    padding-bottom: 0 !important;
}
.NLCR-mini #js-product-list > div {
    grid-row-gap: 16px !important;
}
.NLminiCat {
    margin-bottom: 16px !important;
}
.NLminiCatR > div {
    margin: 20px 0px 0 30px !important;
}
/* img */
.NLminiCat img {
    border: 1px solid #E6E6E6 !important;
}
/* titre */
.NLminiCat-titre {
    margin-bottom: 8px !important;   
}
.NLminiCat h2, .NLminiCat h3 {
    color: #000000 !important;
    font-size: 21px !important;
    line-height: 24px !important;
}
.NLminiCat-titre a {
        display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}
/* ref */
.NLminiCat-ref {  
    margin-bottom: 16px !important;
    }
.NLminiCat-ref {
    font-size: 15px !important;
    color: #6D6D6D !important;
}
.NLminiCat-ref .ce-product-meta__label:after {
    content: ' ' !important;
}
.NLminiCat-ref a {
    color: #6D6D6D !important;
}
.NLminiCat-ref .ce-product-meta__manufacturer:not(:first-child)::before {
    content: '-' !important;
    padding-right: 8px !important;
}
.NLminiCat-ref .ce-product-meta__label {
    font-weight: 400 !important;
}
/* desc */
.NLminiCat-desc {
    color: #1d2226 !important;
    font-size: 15px !important;
    font-family: arial !important;
}
.NLminiCat-desc .ce-product-description-short {
    -webkit-line-clamp: 3 !important;
}
/* prix */
.NLminiCat-prix .ce-product-prices .ce-product-price {
    color: #1D2226 !important;
    font-size: 20px !important;
    font-weight:700 !important;
}
/* btn voir */
#btn-miniCat-Voir {
    background-color: #33383B !important;
}
#btn-miniCat-Voir:hover {
    background-color: #f73332 !important;
}
#btn-miniCat-Voir {
    margin-right: 16px !important;
}
/* btn panier */
.btn-miniCat-panier a {
    margin-right: 8px !important;
    background-color: #ffffff !important;
    border: 1px solid #1d2226 !important;
    font-size: 16px !important;
    padding: 10px !important;
    border-radius: 50% !important;
}
.btn-miniCat-panier a:hover {
    background-color: #f73332 !important;
    border-color: #f73332 !important;
}
.btn-miniCat-panier a.elementor-button:not(#e) {
    color: #1d2226 !important;
}
.btn-miniCat-panier a.elementor-button:not(#e):hover {
    color: #FFFFFF !important;
}
.btn-miniCat-panier a.elementor-button:not([href]) {
    display: none;
}
/* icone envi */
.NLminiCat-envi .elementor-icon {
    background-color: #ffffff !important;
    border: 1px solid #1d2226 !important;
}
.NLminiCat-envi .elementor-icon:hover {
    background-color: #f73332 !important;
    border-color: #f73332 !important;
}
.NLminiCat-envi .elementor-icon:not(#e) {
    color: #1d2226 !important;
}
.NLminiCat-envi .elementor-icon:not(#e):hover {
    color: #FFFFFF !important;
}
@media (max-width: 1199px) {
    .NLminiCat-desc .ce-product-description-short {
        -webkit-line-clamp: 2 !important;
    }
    .NLminiCat-voir, .btn-miniCat-panier, .NLminiCat-envi  {
        display: none !important;
    }
}
@media (max-width: 991px) {
    
}
@media (max-width: 767px) {
    .NLminiCat {
        margin-bottom: 0px !important;
    }
    .NLCR-mini #js-product-list > div {
        grid-row-gap: 12px !important;
    }
    .NLminiCat h2, .NLminiCat h3 {
        font-size: 16px !important;
        line-height: 21px !important;
        text-align: center !important;
    }
    .NLminiCatR > div {
        margin: 15px 5px 0 !important;
    }
    .NLminiCat-ref, .NLminiCat-desc {
        display: none !important;
    }
     .NLminiCat-prix {
        text-align: center !important;
    }
    .NLminiCat-prix .ce-product-prices {
        display: ruby-text !important;
    }
    .NLminiCat-prix .ce-product-prices .ce-product-price {
        font-size: 16px !important;
    }
    .NLminiCat-prix .ce-product-prices > div {
        margin: 0 10px 5px 0 !important;
    }
}
@media (max-width: 575px) {
    .NLminiCat h2, .NLminiCat h3 {
        font-size: 15px !important;
    }
}
/*-------------*/
/* fin miniCat */
/*-------------*/

/* voir plus */
.NLCR-plus {
    margin-top: 25px !important;
}
.NLCR-plus a {
    color: #000000 !important;
    font-size: 16px !important;
    letter-spacing : 1px !important;
    border-radius: 25px !important;
    padding: 12px 25px !important;
    font-weight: 400 !important;
    background-color: #ffffff !important;
    Border: 1px solid #000000 !important;
}
.NLCR-plus a:hover {
    color: #f73332 !important;
    Border: 1px solid #f73332 !important;
}
/* deja vu */
#category .NLSHvu {
    background-color: #fbfbfb !important;    
    width: 100vw;
    max-width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding-right: 15px;
    padding-left: 15px;
}
.NLSHvu > .elementor-container {
    max-width: 1210px !important;
}
.NLSHvu .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
    padding: 10px 0 !important;
}
/* section infos compl�mentaires */
.NLC3-sect-info .elementor-container.elementor-column-gap-default {
    margin: 0;
    max-width: 100% !important;
}
.NLC3-sect-info h2,
.NLC3-sect-info span {
    color: #1D2226 !important;
    font-size: 26px !important;
    margin-top: 30px !important;
    margin-bottom: 20px !important;
    line-height: 26px !important;
}
.NLC3-sect-info h2 {
    margin-right: 8px !important;
}
.NLC3-sect-info h3 {
    color: #1D2226 !important;
    font-size: 22px !important;
    margin-top: 30px !important;
    margin-bottom: 20px !important;
    line-height: 26px !important;
    font-weight: 600;
}
.NLC3-sect-info > div:first-child {
    margin-top: 15px !important;
}
.NLC3-sect-info:not(:has(.NLC3-info)) {
    display: none !important;
}
.NLC3-titreInfo {
    margin-top: 30px !important;
    margin-bottom: 20px !important;
}
@media (max-width: 991px) {
    .NLCR > .elementor-element-populated {
        padding: 0 10px 10px !important;
    }
    .NLC3-sect-info h2, .NLC3-sect-info h3 {
        font-size: 22px !important;
        line-height: 24px !important;
    }
    .NLCL .block-categories {
        display: none !important;
    }
    .NLCR > .elementor-element-populated {
        padding: 0 !important;
    }
}
@media (max-width: 767px) {
    .NLCR-nbreProduct {
        width: auto !important; 
    }
    .NLCR-nbreProduct > div {
        margin: 0 10px 0 0 !important;
    }
    .NLCR-mini .elementor-7170101 {
        border-bottom: 0 solid #E6E6E6 !important;
    }
}
@media (max-width: 575px) {
    .NLCR-titre {
        margin-bottom: 0 !important;
    }
    .NLCR-titre > div {
        margin: 20px 0px 0px 0px !important;
    }
    .NLCR-titre h1 {
        font-size: 28px !important;
        margin-bottom: 10px !important;
    }
    .NLCR-desc {
        margin-bottom: 20px !important;
        -webkit-line-clamp: 2 !important;
    }
     .NLCR-desc, .NLCR-titre h1 {
        padding: 2px 20px 0 20px !important;
    }
    .NLCR-sect-int-header-col, .NLCR-img img {
        min-height: 128px !important;
    }
    .NLC3-sect-info h2, .NLC3-sect-info h3 {
        font-size: 20px !important;
        line-height: 22px !important;
    }
    .NLC3-sect-info h2 {
        margin-top: 30px !important;
        margin-bottom: 2px !important;
    }
    .NLC3-sect-info h3 {
        margin-top: 0px !important;
        margin-bottom: 20px !important;
    }
    .NLC3-col-info .elementor-widget-wrap {
        display: block !important;
    }
    .NLC3-col-info > div {
        padding: 10px 0 !important;
    }
}
/*-------------------*/
/*-------------------*/
/* xavproduct -product */
/*-------------------*/
/*-------------------*/
/*badge PROMO*/
.NLP-badge {
    position: absolute;
    top: 20px;
    right: 0px !important;
    z-index: 1 !important;
    max-width: max-content;
    text-transform: uppercase;
}
.NLP-badge .ce-product-badge-onsale {
    padding: 5px 12px 4px;
    border-radius: 4px 0px 0px 4px;
    background-color: #F73332;
    font-size: 15px;
}
/**/
#product .breadcrumb {
    margin-bottom: 6px !important;
}
.NLP1 {
    margin-top: 10px !important;
}
/* img left */
#product .NLP1L .elementor-main-swiper .swiper-slide {
    border: 1px solid #E6E6E6 !important;
}
#product .NLP1L .elementor-carousel-image-overlay {
    background-color: rgba(255, 255, 255, 0.05) !important;
    transition: transform .5s, opacity .5s !important;
}
#product .NLP1L .elementor-swiper-button {
    padding: 50% 0 !important;
}
#product .NLP1L .elementor-thumbnails-swiper .swiper-slide {
    border: 1px solid #E6E6E6 !important;
}
#product .NLP1L .elementor-thumbnails-swiper .swiper-slide.swiper-slide-thumb-active {
    border-color: #F73332 !important;
}
#product .NLP1L .elementor-thumbnails-swiper .swiper-slide:hover:after, 
#product .NLP1L .elementor-thumbnails-swiper .swiper-slide.swiper-slide-active:after {
    background-color: rgba(255, 255, 255, 0.1) !important;
}
/* right colonne */
#product .NLP1R .elementor-column-wrap {
    padding: 10px 20px 10px 45px !important;
}
#product .NLP1R > .elementor-element-populated {
    margin: 0 !important;
}
/*title*/
#product .NLP1R .elementor-heading-title {
    color: #1D2226 !important;
    font-size: 26px !important;
    line-height: 32px !important;
    margin-bottom: -8px !important;
}
/* marque ref. livraison  */
#product .NLP1R .ce-product-meta__label {
    font-weight: 600 !important;
}
#product .NLP1R .ce-product-meta__label:after, 
#product .NLP1R .ce-product-variants__label:after {
    content: " :" !important;
}
#product .NLP1R .ce-product-meta__manufacturer {
    font-size: 17px !important;
    color: #1D2226 !important;
}
#product .NLP1R .ce-product-meta__detail:not(:last-child) {
    padding-bottom: calc(4px / 2) !important;
}
#product .NLP1R .ce-product-meta__detail:not(:first-child) {
    padding-top: calc(4px / 2) !important;
}

#product .NLP1R .NLP1R-ref {
    font-size: 15px !important;
    color: #000000 !important;
}
#product .NLP1R .ce-product-meta__manufacturer a {
    color: #000000 !important;
}
#product .NLP1R .ce-product-meta__manufacturer a:hover {
    color: #f73332 !important;
}
.NLP1R-marque {
    margin-bottom: 13px !important;
}
.NLP1R-ref {
    margin-bottom: 10px !important;
}
/* desc courte right */
.NLP1R-desc {
    font-family: arial !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 22px !important;
    color: #000000 !important;
    margin-top: 10px !important;
    margin-bottom: 30px !important;
}
/* prix*/
.NLP1R-prix {
    Margin-bottom: 35px !important;   
}
.NLP1R .ce-product-prices > div {
    margin: 0 10px 0 0 !important;
}
.NLP1R-prix .elementor-widget-container {
    overflow: visible !important;
}
/* prix promo */
.NLP1R .ce-product-prices .prixProduct {
    color: #1D2226 !important;
    font-size: 29px !important;
    margin-bottom: 14px !important;
    font-weight:700 !important;
}
/* prix normal sans promo */
.NLP1R .ce-product-prices .ce-product-price-regular {
    text-decoration: none !important; 
    color: #1D2226 !important;
    font-size: 29px !important;
    /*margin-bottom: 14px !important; */
    margin: 5px 0 5px !important;
    font-weight:700 !important;    
 }
 /* prix barre */
 .NLP1R .ce-has-discount .ce-product-price-regular {
     text-decoration: line-through !important;     
 }
.NLP1R .ce-has-discount .ce-product-price-regular {
    font-size: 17px !important;
    color: #1D2226 !important;
    font-weight: 400 !important;
}
.NLP1R .ce-product-badge-sale {
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1em !important;
    color: #171717 !important;
    background-color: #f3f3f3 !important;
    border-radius: 20px !important;
    padding: 6px 18px !important;
    margin-left: 5px !important;
}
.NLP1R .ce-tax-shipping-delivery-label {
    display: none !important;
}
/* fin prix*/
.NLP1R-option {
    margin-bottom: 35px !important;
}
/* option */
.NLP1R-option .ce-product-variants__label {
    color: #1D2226 !important;
    font-size: 16px !important;
    margin-bottom: 10px !important;
    font-weight: 600 !important; 
}
/*.NLP1R .ce-product-variants__value {
    color: #f13340 !important;
}*/
.NLP1R-option .ce-product-variants__option {
    color: #6D6D6D !important;
    background-color: #FFFFFF !important;
    border: 1px solid #E6E6E6 !important;
    border-radius: 6px !important;
    padding: 6px 10px 6px 10px !important;
}
.NLP1R-option label:hover .ce-product-variants__option {
    color: #6D6D6D !important;
    background-color: #FFFFFF !important;
    border-color: #f73332 !important;
}
.NLP1R-option label:hover .ce-product-variants__radio:checked + .ce-product-variants__option,
.NLP1R-option .ce-product-variants__radio:checked + .ce-product-variants__option {
    color: #ffffff !important;
    background-color: #969696 !important;
    border-color: #969696 !important;
}
/* panier */
.NLP1R-qte input[type=number] {
    background-color: #ffffff !important;
    border: 1px solid #b1b1b1 !important;
    padding: 1px !important;
}
 .NLP1R-qte .elementor-widget-container {
    margin: 0px 10px 20px 0px !important;
}
.NLP1R-panier a.elementor-button {
    background-color: #f73332 !important;
        padding: 15px 35px 15px 35px !important;
}
.NLP1R-panier a:hover.elementor-button {
    background-color: #ff0000 !important;
}
.NLP1R-panier .elementor-button-content-wrapper {
    gap: 8px;
}
.NLP1R-envi .elementor-icon:not(#e) {
    color: #b1b1b1 !important;
}
.NLP1R-envi .elementor-icon:not(#e):hover {
    color: #FFFFFF !important;
}
.NLP1R-envi .elementor-icon {
    font-size: 18px !important;
    padding: 14px !important;
    background-color: #ffffff !important;
    border: 1px solid #b1b1b1 !important;
}
.NLP1R-envi .elementor-icon:hover {
    background-color: #f73332 !important;
    border-color: #f73332 !important;
}
@media (max-width: 1199px) {
    #product .NLP1R .elementor-column-wrap {
        padding: 10px 0 10px 30px !important
    }
}
@media (max-width: 991px) {
    #product .NLP1 .elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
        padding: 10px 10px 30px 10px !important;
    }
}
@media (max-width: 767px) {
    #product .NLP1R .elementor-column-wrap {
        padding: 10px 0 10px 0 !important
    }
    #product .NLP1R .elementor-heading-title {
        font-size: 22px !important;
        line-height: 28px !important;
    }
    .NLP2-titre h2 {
        font-size: 18px !important;
        line-height: 22px !important;
    }
}
@media (max-width: 575px) {
    #product .NLP1L .elementor-thumbnails-swiper {
        display:none !important;
    }
    #product .NLP1L .elementor-swiper:nth-child(1) {
        width: 100% !important;
    }
    .swiper-slide swiper-slide-active {
        width: 100% !important;
    }
    #product .NLP1L .elementor-swiper:nth-child(2) {
        width: 0 !important;
    }
    #product .NLP1L .elementor-main-swiper {
        height: 100% !important;
    }
    #product .NLP1 .elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
        padding: 0 0 30px 0 !important;
    }
    .NLP1R-envi {
        display:none !important;
    }
}
/* 2 section onglets */
/* DETAIL PRODUIT -- section : .NLP2-detail -- contenu : .NLP2-savoir, .NLP2-titre, .NLP2-desc  */

/* ajustement des doublon de la classe populated dans onglet */
.NLP2 {
    Padding: 0 10px !important
}
.NLP2 .elementor-element-populated,
.NLP2 .elementor-nav-tabs {
    padding: 10px 0 !important;
}
/**/
.NLP2 {
    margin-top: 15px !important;
    margin-bottom: 20px !important;
}
.NLP2 .elementor-nav-tabs>.elementor-nav {
    border-bottom: 1px solid #E6E6E6 !important;
    width: 100% !important;
    font-size: 17px !important;
    box-shadow: none !important;
}
.NLP2 > .elementor-container > .elementor-nav-tabs .elementor-item {
    padding-top: 20px !important;
    padding-bottom: 14px !important;
}
.NLP2 .elementor-container > .elementor-nav-tabs {
    margin-bottom: 9px !important;
}
.NLP2 .elementor-section-tabbed li.menu-item-type-column {
    margin-right: 5px !important;
}
.NLP2 .elementor-item.elementor-item-active:after {
    background-color: #f73332 !important;
}
.NLP2 .elementor-item:after {
    background-color: #f73332 !important;
}
.NLP2 .elementor-nav {
    column-gap: 5px !important;
}
/* desc */
.NLP2-savoir, .NLP2-savoir .ce-product-meta__label {
    color: #1D2226 !important;
    font-size: 17px !important;
    font-weight:400 !important;
    margin-top: 0 !important;
    Margin-bottom: 0 !important
}
.NLP2-savoir a {
    color: #1D2226 !important;
    font-weight:400 !important;
}
.NLP2-savoir a:hover {
    color: #f73332 !important;
}
/*.NLP2-savoir .ce-product-meta__label {
    display:none !important;
}*/
.NLP2-titre {
    margin: 4px 0 27px 0 !important;
    border-bottom: 1px solid #E6E6E6 !important;
    padding: 0px 0 27px 0 !important;
}
.NLP2-titre h2 {
    color: #1D2226 !important;
    line-height: 26px !important;
}
.NLP2-desc  {
    font-family: arial !important;
    color: #262b2f !important;
    font-size: 15px !important;
    line-height: 21px !important;
    margin-bottom: 15px!important;
}
.NLP2-desc h2, .NLP2-desc h3 {
    font-family: arial !important;
    font-weight: 500  !important;
    line-height: 24px !important;
    color: #000000 !important;
    font-size: 18px !important;
    margin-top: 25px !important;
    margin-bottom: 15px !important;
}
.colG, .colD {
    border-bottom: 1px solid #b2b9bf !important;
    padding: 5px 10px !important;
}
/* onglet : 2 -->section INFOS COMPLEMENTAIRES : .NLP2-infos -- contenu : .NLP2-caract, .NLP2-avis, .NLP2-MemeMarque  */
.NLP2-infos {
    /*border-bottom: 1px solid #ff6600 !important;*/
    margin-bottom: -10px !important;
}
.NLP2-caract {
    margin-bottom: 0 !important;
    padding-bottom: 20px !important;
}
.NLP2-caract h2 {
    color: #1D2226 !important;
    border-bottom: 1px solid #E6E6E6 !important;
    padding: 0px 0 27px 0 !important;
    line-height: 26px !important;
}
.NLP2-caract, .NLP2-avis {
    border-bottom: 1px solid #b1b1b1 !important;
}
.NLP2-avis .elementor-widget-container {
    /*padding: 0px 0px 15px 0px !important;*/
    padding: 0px 0px 0px 0px !important;
}
.NLP2-avis {
    margin-bottom: 10px !important;
}
.NLP2-MemeCat .col-xl-3 {
    width: 20% !important;
    padding-right: 7px !important;
    padding-left: 7px !important;
}
.NLP2-MemeCat .products>.col-xl-3:first-child {
    padding-left: 0 !important;
}
.NLP2-MemeCat .products>.col-xl-3:last-child {
    padding-right: 0 !important;
}
#product .ce-product-features {
    margin: 0px 0 17px 0 !important;
} 
#product .ce-product-features__row:not(:last-child) {
    border-bottom: 1px solid #E6E6E6 !important;
}
#product .ce-product-features__row th {
    width: 30% !important;
}
#product .ce-product-features__row td {
    padding: 10px !important;
}
@media (max-width: 991px) {
    .NLP2-MemeMarque,
    .NLP2-MemeCat {
        display: none !important;
    }
}
@media (max-width: 991px) {
    .NLP2 {
        margin-top: 0px !important;
    }
    .d-none-max-lg {
        display: none !important;
    }
}
@media (max-width: 767px) {
    #product .ce-product-features__row th {
        width: 50% !important;
    }
}
@media (max-width: 575px) {
    .NLP2 {
    Padding: 0 !important
    }
}
/* --> PAS UTILISE ICI - UTLISATION DE "HAS" garde comme exemple
css ne pas afficher le parent si l'enfant est vide enfant cibl� dans JS -
class Parent ajout� dans HTML - empty-child : g�n�n�r� par JS  */
.NLP3.parent.empty-child {
    display: none;
}
/* shared */
.NLP2-MemeMarque .elementor-element-populated {
    padding: 0 0 !important;
}
.NLP2-MemeMarque h2, .NLP3-asso h2, .NLshared-vu h2, .NLP2-MemeCat h2, .featured-products h2 {
    color: #1D2226 !important;
    font-size: 26px !important;
    margin-top: 30px !important;
    line-height: 26px !important;
}
.NLP2-MemeMarque, .NLP3-asso, .NLshared-vu {
    padding: 0 0 10px !important;
}
/* vignette produit nbre de ligne title */
#product h3.elementor-heading-title a {
    -webkit-line-clamp: 1 !important;
}
/* NLP3 produits asso - .NLP3 --> .NLP3-asso
- NLSHvu produits d�j� vu - .NLSHvu --> .NLshared-vu*/
.NLP3 {
    background-color: #fbfbfb !important;    
    width: 100vw;
    max-width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding-right: 15px;
    padding-left: 15px;
}
/* affichage de produit associ�s et d�j� vu qui sont masqu�s lorsque l'on switch sur l'onglet 2 */
#product .elementor-invisible {
    visibility: visible !important;
}
/* si vide */
.NLP3 .elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated:not(:has(.NLP3-asso)) {
    padding: 0px;
}
@media (max-width: 575px) {
    .NLP3 .elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated,
    .NLSHvu .elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
        padding: 0 !important;
    }
    .NLP2-MemeMarque h2, .NLP3-asso h2, .NLshared-vu h2 {
        font-size: 24px !important;
        line-height: 26px !important;
    }
}
/*-----------------------------------------*/
/* xavcomment COMMENTAIRES - module : productcomments */
/*-----------------------------------------*/
#product-comments-list-header {
    border-bottom: 1px solid #E6E6E6;
}
.product-comment-list-item {
    padding: 26px 0 24px !important;
    margin: 0 !important;
}
.product-comment-list-item {
    border-bottom: 1px solid #E6E6E6;
}
#empty-product-comment.product-comment-list-item,
.product-comment-list-item:last-child {
    border-bottom: 0px solid #E6E6E6 !important;
}
#product-comments-list-pagination ul li span {
    font-size: 14px !important;
    color: #6D6D6D !important;
}
/*modale*/
.product-comment-modal .btn-comment, .product-comment-modal .btn-comment-inverse {
    font-weight: normal !important;
}
/**/
.btn-comment .material-icons, .btn-comment-inverse .material-icons {
    display:none;
}
#product-comments-list-footer {
    padding: 26px 0;
    border-top: 1px solid #E6E6E6;
}
.product-comment-list-item .comment-infos {
    height: 19px;
    color: #1D2226 !important;
    font-size: 16px !important;
    letter-spacing: 0 !important;
    line-height: 19px;
    min-height: 100px;
}
.product-comment-list-item .comment-content p {
    color: #1D2226 !important;
    font-size: 16px !important;
    letter-spacing: 0x !important;
    line-height: 19px;
    word-break: break-word;
    white-space: pre-wrap;
}
.product-comment-list-item .comment-content .comment-buttons a {
    color: #1b1b1b !important;
    font-size: 14px;
    letter-spacing: -0.28px;
    line-height: 19px;
    margin-right: 8px;
}
#product-comments-list-header {
    background-color: #fafafa !important;
}
/* si vide */
#product-comments-list-footer:not(:has(.btn)) {
  padding: 0 !important;
  height: 0 !important;
  min-height: 0 !important ;
  border-top:0 solid !important;
}
/*-----------------------------------------*/
/*-----------------------------------------*/
/* xavModalProduct - Produit ajout� au panier avec succ�s
/*-----------------------------------------*/
/*-----------------------------------------*/
#blockcart-modal .modal-title {
    font-size: 20px;
    color: #1d2226;
    margin-top: 3px;
}
#blockcart-modal .modal-header .close .material-icons {
    color: #1d2226;
    margin-top: 6px;
}
#blockcart-modal .product-image {
    max-width: 300px;
    margin: 0 0 0 auto;
    border: 1px solid #e6e6e6;
}
#blockcart-modal .product-name {
    font-size: 16px;
    color: #1d2226;
}
#blockcart-modal .product-price {
    font-weight: 600;
    color: #1d2226;
}
#blockcart-modal .cart-content p {
    margin-bottom: 12px;
}
#blockcart-modal .cart-content p.cart-products-count {
    margin-bottom: 20px;
}
#blockcart-modal .cart-content p.product-total {
    color: #000000;
    padding: 10px;
    background-color: #ffffff;
    border-top: 1px solid #c7c7c7;
    border-bottom: 1px solid #c7c7c7;
}
#blockcart-modal .cart-content .cart-content-btn {
    padding-top: 20px;
}
#blockcart-modal .cart-content .cart-content-btn .material-icons {
    display: none !important;
}
@media (min-width: 768px) {
    #blockcart-modal .cart-content {
        padding-left: 10px;
    }
}
 @media (min-width: 768px) and (max-width: 991px) {
    #blockcart-modal .cart-content-btn {
        width: 100vw;
        max-width: 400px;
        position: relative;
        /*left: 50%;
        right: 50%;*/
        margin-left: -50vw;
        margin-right: -50vw;
        padding-right: 15px;
        padding-left: 15px;
    }
}
/* max  */
@media (max-width: 991px) {
    #blockcart-modal .colImg {
        padding: 0;
    }
}
@media (max-width: 767px) {
    #blockcart-modal .divide-right {
        padding-bottom: 30px;
    }
}
@media (max-width: 575px) {
    #blockcart-modal .colPanier {
        padding: 0;
    }
    #blockcart-modal .modal-title {
        font-size: 15px;
    }
    #blockcart-modal .modal-title i.material-icons {
        margin-right: 5px;
        font-size: 26px;
    }
    #blockcart-modal .cart-content .cart-content-btn {
    display: block;
    }
    #blockcart-modal .btn-primary,
    #blockcart-modal .btn-secondary {
        width: 100%;
    }
}
/*-----------------------------------------*/
/*-----------------------------------------*/
/* xavmoncompte - my-account - votre compte
/*-----------------------------------------*/
/*-----------------------------------------*/
/* footer mon compte */
.page-footer .account-link i {
    Margin-bottom: 2px;
    font-size: 18px;
}
/**/
.page-my-account .page-content > .row {
    max-width: 1100px;
    margin: auto;
}
.page-my-account #content .links a {
    padding: 0 8px;
    font-weight: 600;
    color: #1D2226;
    text-transform: none;
    margin-bottom: 16px;
}
.page-my-account #content .links a:hover span.link-item i {
    color: #F73332 !important;
}
.page-my-account #content .links a span.link-item {
    display: block;
    height: 100%;
    padding: 1rem;
    background: #fff;   
    box-shadow: rgba(0, 0, 0, 0.03) 0px 5px 16px;
    border-radius: 6px !important;
    border: 1px solid #f2f2f2;
}
/*------------------------------------------*/
/*------------------------------------------*/
/* xavHistoriqueCommande - xavOrder-history */
/*------------------------------------------*/
/*------------------------------------------*/
.table-bordered, .table-bordered td, .table-bordered th {
    border-top: 1px solid #f6f6f6;
    border-bottom: 1px solid #f6f6f6;
    border-left: 0px solid #f6f6f6;
    border-right: 0px solid #f6f6f6;
}
.table .thead-default th {
    color: #1d2226;
    background-color: #ffffff;
    border-top: 1px solid #bfbfbf;
    border-bottom: 1px solid #bfbfbf;
    border-left: 0px solid #bfbfbf;
    border-right: 0px solid #bfbfbf;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #ffffff;
}
.table-striped tbody tr:nth-of-type(even) {
    background-color: #fafafa;
}
#history .orders .order {
    padding: 1rem 1rem;
    border-bottom: 1px solid #e6e6e6;
}
#history .orders .order a h3 {
    color: #1d2226;
    font-weight:600;
    margin-bottom: 12px;
}
#history .date, #history .total {
    margin-bottom: 4px;
}
@media (min-width: 768px) {
    #history #content a {
        color: #000000;
        border-bottom: 1px solid;
        margin-right: 5px;
        display: inline-block;
    }
    #history #content a:hover {
        color: #f73332;
    }
}
@media (max-width: 767px) {
    #history #content .btnView {
        display: inline;
    }
    #history #content a {
        color: #000000;
        margin-right: 5px;
        display: inline-block;
    }
}
/*-----------------------------------------*/
/*-----------------------------------------*/
/* xavDetailCommande - xavOrder-detail */
/*-----------------------------------------*/
/*-----------------------------------------*/
.page-order-detail .box {
    padding: 10px 0;
    margin-bottom: 0rem;
}
#order-detail #content a {
    color: #000000;
    border-bottom: 1px solid;
    margin-right: 5px;
    display: inline-block;
}
#order-detail #content a.linkProduct {
    border-bottom: 0 solid;
}
#order-detail #content a:hover {
    color: #f73332;
}
.page-order-detail #content #order-infos {
    font-size: 16px;
    margin-bottom: 18px;
}
.page-order-detail #content #order-infos li {
    line-height: 24px;
}
.page-order-detail #content #order-infos li strong:after,
.page-order-detail #content .messages h3:after {
    content: " :";
}
.page-order-detail #content #delivery-address,
.page-order-detail #content #invoice-address{
    margin-left: 40px;
}
#order-products .line-total td {
    font-weight: 700;
    color: #000000;
}
#order-products .line-total td {
    margin-bottom: 20px;
}
#order-detail .messages {
    margin-bottom: 8px;   
}
#order-detail .form-fields {
    margin: 30px 0;
}
#order-detail .text-sm-center {
    text-align: center !important;
}
/* order-detail-return.tpl ajout class */
#order-detail .OrderDetailReturn button {
    margin-bottom: 20px;    
}
#order-detail .OrderDetailReturn .form-fields {
    margin: 10px 0 30px;
}
@media (max-width: 767px) {
    #order-detail .form-fields {
        margin: 10px 0 30px;
    }
    .page-order-detail #content #delivery-address,
    .page-order-detail #content #invoice-address{
        margin-left: 0;
    }
    .page-order-detail .order-items .order-item {
        padding: 1rem 0 0;
        border-top: 1px solid #c7c7c7;
    }
    .page-order-detail .order-totals {
        padding-bottom: 1rem;
        border-bottom: 1px solid #c7c7c7;
    }
    .page-order-detail .shipping-lines {
        margin-top: 6px;
    }
}
/*-----------------------------------------*/
/*-----------------------------------------*/
/* xavRetour - xavOrder-follow */
/*-----------------------------------------*/
/*-----------------------------------------*/
#order-follow #content a {
        color: #000000;
        border-bottom: 1px solid;
        margin-right: 5px;
        display: inline-block;
    }
#order-follow #content a:hover {
        color: #f73332;
    }
/* @media (max-width: 767px) {
    voir credit slip
}*/
/*-----------------------------------------*/
/*-----------------------------------------*/
/* retour d�tail */
/*-----------------------------------------*/
/*-----------------------------------------*/
#order-return h1  {
    text-transform: none;
}
#order-return .card-block {
    padding: 5px 0 0;
}
#order-return table {
    margin-top: 18px;
}
#order-return p {
    font-size: 1rem;
    margin-bottom: 6px;
    line-height: 22px;
}
#order-return p:first-child {
    margin-bottom: 16px;
}
#order-return p:nth-last-child(2) {
    margin-top: 16px;
}
#order-return table td strong {
    line-height: 21px;
    margin-bottom: 7px;
    display: inline-block;
}
#order-return .alert {
    margin-bottom: 30px;
}
#order-return h3 {
    border-bottom: 1px solid #1d2226;
    display:inline;
}
#order-return #content a {
    border-bottom: 1px solid #1d2226;
    color: #1d2226;
}
#order-return #content a:hover {
    border-bottom: 1px solid #f73332;
    color: #f73332;
}
#order-return .returnStatus strong {
    Background-color: #ffff7f;
    padding: 0 5px;
}
/*-----------------------------------------*/
/*-----------------------------------------*/
/* xavAvoir - xavCredit-slip */
/*-----------------------------------------*/
/*-----------------------------------------*/
#order-slip #content a:not(:has(i)) {
    color: #000000;
    border-bottom: 1px solid;
    margin-right: 5px;
    display: inline-block;
}
#order-slip #content a:hover {
    color: #f73332;
}
@media (max-width: 767px) {
    #order-follow .order-returns .order-return,
    #order-slip .credit-slips .credit-slip,
    #discount .cart-rules .cart-rule {
        padding: 16px 10px;
        border-bottom: 1px solid #e6e6e6;
    }
    #order-follow .order-returns .order-return:last-child,
    #order-slip .credit-slips .credit-slip:last-child,
    #discount .cart-rules .cart-rule:last-child {
        border-bottom: 0;
    }
    #order-follow .order-returns ul,
    #order-slip .credit-slips ul,
    #discount .cart-rules .cart-rule ul {
        margin-bottom: 0;
    }
    #order-follow .page-content h6,
    #order-slip .page-content h6 {
        margin-bottom: 5px;
    }
}
/*-----------------------------------------*/
/*-----------------------------------------*/
/* xavAvoir - xavCredit-slip */
/*-----------------------------------------*/
/*-----------------------------------------*/
.page-order-slip #content .credit-slip li strong:after,
.page-discount #content .cart-rule li strong:after {
    content: " :";
}
/* @media (max-width: 767px) {
    voir credit slip
}*/
/*-----------------------------------------*/
/*-----------------------------------------*/
/* xavListeDEnvie - xavBlockWishlist */
/*-----------------------------------------*/
/*-----------------------------------------*/
/* shared page + modale ajout produit */
.wishlist-add-to-new {
    position: absolute;
    top: 22px;
    right: 56px;
}
.wishlist-add-to-new i {
    margin-bottom: 3px !important;
    font-size: 23px !important;
    color: #f73332 !important;
}
/* page list wishlist */
#module-blockwishlist-lists .wishlist-container-header {
    display: block; 
    height: 22px;    
}
#module-blockwishlist-lists .wishlist-list-item-title {
    color: #1d2226 !important;
}
#module-blockwishlist-lists .wishlist-list-item-title:hover {
    color: #f72223 !important;
}
/* footer page list wishlist */
.wishlist-footer-links>a i {
    font-size: 18px;
    margin-bottom: 5px;
}
/* modale ajout liste */
.wishlist-modal .modal-footer .btn {
    margin-left: 8px;
}
/* modale ajout produit */
.wishlist-list .wishlist-list-item p {
    font-size: 16px !important;
}
/* produit ajout� message */
.wishlist-toast.success {
    background-color: #00C062 !important;
    border-color: #00C062 !important;
}
.wishlist-toast.error {
    background-color: #ff0000 !important;
    border-color: #ff0000 !important;
}
.wishlist-toast {
    padding: 10px 1.25rem !important;
    border-radius: 25px !important;
}
/* liste produit ajout� */
.wishlist-product-availability {
    display: none !important;
}
.wishlist-products-list {
    padding: 0 !important;
    display: grid !important;
    margin: 0 !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    grid-column-gap: 16px !important;
    grid-row-gap: 20px !important;
}
.wishlist-product-image img {
    border: 1px solid #E6E6E6 !important;
    position: relative !important; 
    top: 0 !important; 
    left: 0 !important; 
    transform: none !important; 
}
.wishlist-products-item {
    margin: 0 !important; 
}
.wishlist-product {
    max-width: 100% !important;
    height: auto !important;
    
}
.wishlist-product-image {
    width: 100% !important;
    height: 100% !important;
}
.wishlist-product-image img {
    max-width: 100%;
    max-height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: .25s ease-out;
}
.wishlist-product-combinations {
    display: none !important;
}
.wishlist-product-title {
    font-size: 16px !important;
    color: #1d2226 !important;
    text-align: center !important;
    line-height: 21px !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    margin-top: 15px !important;
    margin-bottom: 10px !important;
}
.wishlist-product-title:hover {
    color: #f73332 !important;
}
.wishlist-product-price {
    color: #1d2226 !important;
    text-align: center !important;
    margin-bottom: 8px !important;
}
.wishlist-product-price span {
    font-size: 16px !important;
    color: #1d2226 !important;
    font-weight: 400 !important;
}
.wishlist-product-bottom {
    display: none !important;
}
#view .products-sort-order .dropdown-menu {
    max-width: 100% !important;
    width: 100% !important;
}
#view .products-sort-order .select-title {
    padding: 10px 10px 6px !important;
}
#view .wishlist-products-container-header .material-icons {
    line-height: 0.85 !important;
}
#view #content-wrapper {
    padding-top: 20px !important;
    margin-top: 28px !important;
    border-top: 1px solid #bfbfbf !important;
}
@media (max-width: 991px) {
    .wishlist-products-list {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        grid-column-gap: 10px !important;
    }
}
@media (max-width: 768px) {
    .wishlist-container .page-content.card {
        box-shadow: .125rem .125rem .5rem 0 rgba(0, 0, 0, .0) !important;
        background-color: #fff;
        margin-top: 1.25rem;
    }
    .wishlist-product-link {
        display: block !important;
    }
    .wishlist-products-container .page-content.card {
        box-shadow: .125rem .125rem .5rem 0 rgba(0, 0, 0, .0) !important;
        background-color: #fff;
        margin-top: 28px !important;
    }
}
@media (max-width: 767px) {
    #module-blockwishlist-lists .wishlist-container-header {
       display: inline-grid; 
        height: 40px;    
    }
    .wishlist-add-to-new {
        position: static;
    }
    .wishlist-products-list {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}
@media (max-width: 575px) {
    .wishlist-product-title, .wishlist-product-price {
        font-size: 15px !important;
    }
}
/*-----------------------------------------*/
/*-----------------------------------------*/
/* xavDonn�ePersonnelles - xavPsgdpr */
/*-----------------------------------------*/
/*-----------------------------------------*/
.psgdprinfo17 {
    border-radius: 6px !important;
    background: #f8f8f8 !important;
    padding: 35px 35px !important;
}
/*-----------------------------------------------------------------*/
/*-----------------------------------------------------------------*/
/* xavMarques - manufacturer - fabricants (page toutes les marques) */
/*----------------------------------------------------------------*/
/*----------------------------------------------------------------*/
#manufacturer #main ul:has(.brand) {
    max-width: 1100px;
    margin: auto;
    padding-top:40px;
}
#manufacturer #main ul .brand {    
    width: calc(33% - 10px);
    box-shadow: rgba(0, 0, 0, 0.03) 0px 5px 16px;
    border-radius: 6px !important;
    border: 1px solid #f2f2f2;
    margin: 5px;
}
#manufacturer #main ul .brand:hover {
    box-shadow: rgba(0, 0, 0, 0.03) 0px 5px 16px;
}
#manufacturer .brand-infos p:has(:not(a)) {
    display:none;
}
#manufacturer .brand-infos a {
    color: #1D2226 !important;
}
#manufacturer #main ul .brand:hover a {
    color: #F73332 !important;
}
#manufacturer .brand-img img {
    max-width:169px;
    height: 77px;
}
    