/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/
.color-white{
    color: white;
}
.text-align-justify p{
    text-align: justify ;
}



/* header */
.btn-insc-header .menu-title-text{
    background-color: #ee242a;
    padding: 10px 28px;
    border-radius: 5px ;
    font-size: 16px;
    box-shadow: none;
    cursor: pointer;
    color: #fff;
}
#header-outer[data-lhe="animated_underline"].transparent #top nav > ul > .btn-insc-header > a .menu-title-text:after{
    border-color: transparent !important;
}
#header-outer[data-lhe="animated_underline"] #top nav > ul > .btn-insc-header > a .menu-title-text:after{
    border-color: transparent !important;
}




/* formulaire de contact page d'acceuil */
#wpforms-form-5094 .reduce-size-p-tag-home-page label{
    font-size: 14px;
}
#wpforms-form-5094 input{
    max-width: 100% !important;
    border-radius: 5px;
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, 0.26);
    margin: 0;
}
#wpforms-form-5094 input[type="text"]:active ,
#wpforms-form-5094 input[type="number"]:active ,
#wpforms-form-5094 input[type="tel"]:active , 
#wpforms-form-5094 input[type="email"]:active ,
#wpforms-form-5094 input[type="password"]:active ,
#wpforms-form-5094 input[type="checkbox"]:active
{
    border-color: #ee242a;
    box-shadow: 0 0 0 1px #ee242a, 0px 1px 2px rgba(0, 0, 0, 0.15);
}
#wpforms-form-5094 input[type="text"]:focus , #wpforms-form-5094 input[type="text"].wpforms-error ,
#wpforms-form-5094 input[type="number"]:focus , #wpforms-form-5094 input[type="number"].wpforms-error ,
#wpforms-form-5094 input[type="tel"]:focus , #wpforms-form-5094 input[type="tel"].wpforms-error ,
#wpforms-form-5094 input[type="email"]:focus , #wpforms-form-5094 input[type="email"].wpforms-error ,
#wpforms-form-5094 input[type="password"]:focus , #wpforms-form-5094 input[type="password"].wpforms-error ,
#wpforms-form-5094 input[type="checkbox"]:focus , #wpforms-form-5094 input[type="checkbox"].wpforms-error
{
    border-color: #ee242a;
    box-shadow: 0 0 0 1px #ee242a, 0px 1px 2px rgba(0, 0, 0, 0.15);
}
#wpforms-form-5094 input[type=checkbox]:checked:before , #wpforms-form-5094 input[type=checkbox]:checked:after , #wpforms-form-5094 input[type=checkbox]:focus:before{
    border-color: #ee242a;
    box-shadow: none;
}
#wpforms-form-5094 .wpforms-field-row.wpforms-field-medium{
    max-width: 100% !important;
}
#wpforms-form-5094 .wpforms-layout-row{
    margin-bottom: 12px;
}
#wpforms-form-5094 .icon-email input{
    margin-bottom: 12px;
}

#wpforms-form-5094 input::placeholder{
    font-size: 15px;
    line-height: 30px;
    color: #676767;
}
#wpforms-form-5094 input::-moz-placeholder {
    font-size: 15px;
    line-height: 30px;
    color: #676767;
} /* Firefox 19+ */
#wpforms-form-5094 input:-moz-placeholder {
    font-size: 15px;
    line-height: 30px;
    color: #676767;
}  /* Firefox 18- */
#wpforms-form-5094 input:-ms-input-placeholder {
    font-size: 15px;
    line-height: 30px;
    color: #676767;
} /* IE */

#wpforms-form-5094 .icon-firstname , 
#wpforms-form-5094 .icon-lastname , 
#wpforms-form-5094 .icon-email , 
#wpforms-form-5094 .icon-phone-number , 
#wpforms-form-5094 .icon-password ,
#wpforms-form-5094 .wpforms-one-half.wpforms-first ,
#wpforms-form-5094 .wpforms-one-half
{
   position: relative;
}
#wpforms-form-5094 .icon-firstname input , 
#wpforms-form-5094 .icon-lastname input , 
#wpforms-form-5094 .icon-email input , 
#wpforms-form-5094 .icon-phone-number input , 
#wpforms-form-5094 .icon-password input{
    padding-left: 35px !important;
}
#wpforms-form-5094 .icon-firstname::before , 
#wpforms-form-5094 .icon-lastname::before , 
#wpforms-form-5094 .icon-email::before , 
#wpforms-form-5094 .icon-phone-number::before , 
#wpforms-form-5094 .wpforms-one-half.wpforms-first::before
{
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 10px;
    top: 13px;
    /* top: 50%;
    transform: translateY(-50%); */
    width: 16px;
    height: 16px;
    pointer-events: none;
    z-index: 2;
}
#wpforms-form-5094 .wpforms-one-half::before{
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 20px;
    top: 13px;
    width: 16px;
    height: 16px;
    pointer-events: none;
    z-index: 2;
}
.icon-firstname::before , .icon-lastname::before{
   background-image: url('/wp-content/themes/salient-child/icons/user.svg');  
}
.icon-email::before {
    background-image: url('/wp-content/themes/salient-child/icons/envelope.svg');
}
.icon-phone-number::before {
    background-image: url('/wp-content/themes/salient-child/icons/phone.svg');
}
#wpforms-form-5094 .wpforms-one-half::before {
    background-image: url('/wp-content/themes/salient-child/icons/lock.svg');
}
#wpforms-form-5094 button[type="submit"]{
    background-color: #ee242a;
    text-transform: uppercase !important;
    margin-top: 20px;
    display: flex;
    align-items: center;
    border-radius: 5px !important;
    font-size: 16px;
}
#wpforms-form-5094 button[type="submit"]:hover{
    box-shadow: none !important;
    opacity: 1 ;
    background: transparent;
}
#wpforms-form-5094 button[type="submit"]:focus::after{
    border-color: #ee242a;
}
#wpforms-form-5094 .wpforms-submit-container{
    display: flex;
    justify-content: flex-end;
}
@media(max-width:691px){
    #wpforms-form-5094 .icon-firstname , 
    #wpforms-form-5094 .icon-lastname , 
    #wpforms-form-5094 .icon-email , 
    #wpforms-form-5094 .icon-phone-number , 
    #wpforms-form-5094 .icon-password ,
    #wpforms-form-5094 .wpforms-one-half.wpforms-first ,
    #wpforms-form-5094 .wpforms-one-half
    {
       padding: 0;
    }
    #wpforms-form-5094 .wpforms-layout-row{
        gap: 15px;
    }
    #wpforms-form-5094 .wpforms-one-half::before{
        left: 10px;
    }
}





















/* home page */

/* section 5 */
#section-5 .nectar-progress-bar{
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 20px;
}
#section-5 .bar-wrap{
    margin-bottom: 5px !important;
}
#section-5 .bar-wrap strong{
    color: white;
    position: absolute;
    top: 5px;
    padding: 0;
    font-size: 15px !important;
    line-height: 15px !important;
    font-family: "Poppins" !important;
}
#section-5 .bar-wrap strong i{
    font-size: 15px !important;
    line-height: 15px !important;
    font-family: "Poppins" !important;
}
#section-5 .nectar-progress-bar span{
    height: 25px !important;
}
#section-5 .nectar-progress-bar p {
    line-height: normal !important;
    padding-bottom: 0 !important; 
}
#section-5 .custom-circular-progress-bar-home-page{
    margin-bottom: 0 !important;
}
#section-5 .custom-circular-progress-bar-home-page .vc_pie_chart_value{
    top: -15px;
    color: black !important;
    font-weight: 600;
    font-size: 52px;
}
#section-5 .taux-d-incide-text{
    text-align: center;
    position: relative;
    top: -70px;
}
#section-5 .taux-d-incide-text p{
    color: rgb(75, 79, 88) !important;
}


/* section 8 */
#section-8 .toggles.accordion .toggle.default {
    background-color: white;
    margin-bottom: 12px;
}
#section-8 .toggle>.toggle-title a{
    color: #000;
    padding: 14px 70px 14px 20px;
}
/* #section-8 div[data-style*=minimal] .toggle>.toggle-title i {
    border-color: #000;
} */
#section-8 div[data-style="minimal"] .toggle > .toggle-title i:before {
    background-color: #000 ;
}
#section-8 div[data-style="minimal"] .toggle > .toggle-title i:after {
    background-color: #000 ;
}
#section-8 .toggles.accordion .toggle.default:hover a{
    color:#ee242a;  
}
#section-8 .toggles.accordion .toggle.default:hover a i{
    border-color: #ee242a;
}
#section-8 .toggles.accordion .toggle.default:hover a i::before{
    background-color: #ee242a;
}
#section-8 .toggles.accordion .toggle.default:hover a i::after{
    background-color: #ee242a;  
}
#section-8 div[data-style="minimal"] .toggle.open > .toggle-title a{
    color: #ee242a;
}
/* #section-8 div[data-style="minimal"] .toggle.default.open i{
    border-color: #ee242a;
} */
#section-8 div[data-style="minimal"] .toggle.open > .toggle-title i:before{
    background-color: #ee242a;
}
#section-8 div[data-style="minimal"] .toggle.open > .toggle-title i:after{
    background-color: #ee242a;
}
#section-8 .toggle > h3.toggle-title{
    font-size: 16px;
    line-height: 28px;
}
#section-8 .toggle > h3.toggle-title a{
    font-size: 16px;
    line-height: 28px;
}
#section-8 div[data-style="minimal"] .toggle[data-inner-wrap="true"] > div .inner-toggle-wrap {
    padding: 10px 60px 30px 20px;
    font-size: 14px;
}
#section-8 div[data-style*=minimal] .toggle>.toggle-title i{
    right: 12px;
    border: 0;
}
#section-8 .text-vos-questions{
    text-align: center;
    font-size: 18px;
    line-height: 43px;
    font-weight: 500;
}




/* section 7 */
#section-7 .meta-category a.style-button{
    background-color: #ee242a;
    font-size: 13px;
    font-weight: 500;
}
#section-7 .custom-blog-grid .nectar-post-grid{
    margin: 0 !important;
}
#section-7 .custom-blog-grid .nectar-post-grid> div{
    margin: 0 15px ;
}
#section-7 .custom-blog-grid .nectar-post-grid> div:first-child{
    margin-left: 0;
    margin-right: 30px;
}
#section-7 .custom-blog-grid .nectar-post-grid> div:last-child{
    margin-right: 0;
    margin-left: 30px;
}
#section-7 .post-heading{
    font-weight: 500;
}
#section-7 .custom-btn-section-7{
    color: black !important;
    font-size: 16px;
}
#section-7 .regular-fz18-lh24{
    font-weight: 400 !important;
    font-size: 18px !important;
    line-height: 24px !important;
}




/* section 6 */
#section-6 .custom-list-with-icon li i{
    color: #fff;
    background-color: #ee242a;
    border-radius: 50%;
    width: 20px;
    height: 22px;
}
#section-6 .custom-list-with-icon li:not(:last-child) {
  margin-bottom: 15px;
}



/* section 3 */
#section-3 .custom-list-with-icon li i{
    color: #fff;
    background-color: #ee242a;
    border-radius: 50%;
    width: 20px;
    height: 22px;
}
#section-3 .custom-list-with-icon li:not(:last-child) {
  margin-bottom: 15px;
}



/* section 1 */
#section-1.carousel-logo-section-1 img{
    height: 50px;
    object-fit: contain;
    /* filter: brightness(0) invert(1); */
    /* filter: grayscale(100%) brightness(0) invert(1); */
}
#section-1 .nectar-flickity.nectar-carousel.nectar-carousel:not(.masonry) .flickity-viewport{
    margin: 50px 0 50px 0;
}
#section-1 .user-is-connected {
    width: auto;
    height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-bottom: 0;
}

#section-1 .user-is-connected img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}




/* section 4 */
#section-4 .custom-fancy-box .nectar-fancy-box[data-style="color_box_hover"] .inner-wrap *{
    color: #000 ;
}
#section-4 .nectar-fancy-box .box-inner-wrap{
    padding: 45px;
}
#section-4 .custom-fancy-box .inner-wrap h3{
    font-size: 19px;
    line-height: 27px;
    font-weight: 700;
}
#section-4 .custom-fancy-box .inner-wrap p{
    text-align: justify;
    opacity: 1 !important;
}
/*hover*/
#section-4 .custom-fancy-box .nectar-fancy-box:hover .inner-wrap .fancy-box-custom-icon{
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px); 
    filter: invert(76%) sepia(70%) saturate(350%) hue-rotate(-145deg) brightness(162%) contrast(137%);
}






/* section 2 */
#section-2 .box-title p{
    font-size: 21px;
    font-weight: 700;
    text-align: left;
}
#section-2 .box-description p{
    font-size: 16px;
    font-weight: 400;
    text-align: left;
}
#section-2 .numbers-with-circle-red-bg{
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: rgb(232, 35, 41);
    font-size: 33px;
    color: white;
    line-height: normal;
    user-select: none;
    display: flex;
    align-items: center;
    justify-content: center;
}










/* Footer */
#copyright-footer{
    border-top: 1px solid rgba(0, 0, 0, 0.11);
}
#copyright-footer .custom-menu-footer ul li {
    list-style: none !important;
    list-style-position: unset !important;
    font-size: 15px;
}
#copyright-footer .custom-text{
    font-size: 15px;
}
#copyright-footer .custom-menu-footer ul{
    margin: 0 !important;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    gap: 25px;
}
@media (min-width:690px) and (max-width:999px){
    #copyright-footer .custom-menu-footer ul{
        justify-content: center;
    }
}
@media (min-width:1px) and (max-width:689px){
    #copyright-footer .custom-menu-footer ul{
        justify-content: flex-start;
        flex-direction: column;
        gap: 10px;
    }
}
@media(min-width:470px){
    .br-mobile{
        display: none;
    }
}       
/* @media(min-width:525px){
    #copyright-footer .custom-menu-footer ul{
        flex-direction: row;
    }
} */










/* page catalogue (archive product) */
.nectar-shop-header .page-title{
    display: none;
}
.nectar-shop-header .woocommerce-ordering{
    display: none;
}
.nectar-shop-header .woocommerce-result-count{
    display: none;
}
.nectar-shop-header .woocommerce-breadcrumb{
    /* margin-bottom: 30px; */
    margin-bottom: 0;
    padding: 0;
}
.header-page-shop h1{
    /* width: fit-content; */
    /* white-space: nowrap; */
    font-size: 28px;
    line-height: normal;
}
.nectar-shop-header{
    margin-bottom: 25px;
}
#sidebar .widget{
    margin-bottom: 0;
}
#sidebar>div{
    margin-bottom: 0;
}
/* #sidebar .widget_product_categories{
    max-width: 800px;
    margin: 0 auto; 
} */
#sidebar .custom-woocommerce-categories  .product-categories{ 
    display: flex !important;
    flex-wrap: wrap;
    justify-content: flex-start;
    color: #000;
    font-size: 13px;
    line-height: normal;
    gap: 5px;
}  
#sidebar .custom-woocommerce-categories  .product-categories li a{ 
    background-color: #ebebeb;
    border-radius: 5px;
    padding: 1px 11px !important;
}
#sidebar .custom-woocommerce-categories  .product-categories li a:hover{
    color: #ffffff !important;
    background-color: #ee242a;
    transition: background-color .4s;
}
#sidebar .sidebar-title-text p{
    color: #000;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 18px;
    border-bottom: 1px solid #00000047;
    padding-bottom: 4px;
}
#sidebar .custom-search-input{
    margin-bottom: 20px;
}
body[data-form-submit=regular] .container-wrap button[type=submit]{
    padding: 8px 13px !important;
    margin: 0;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
body[data-form-submit=regular] .container-wrap button[type=submit]:hover{
    transform: none;
    -webkit-transform: none;
}
#sidebar .custom-search-input .wp-block-search__input{
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background-color: transparent;
    border: 0.5px solid rgb(0 0 0 / 26%);
    color: black;
    padding: 0 7px;
    height: 40px;
    font-size: 14px;
}
.woocommerce #sidebar .widget.woocommerce > ul{
    display: flex !important;
}
.current-cat a{
    background-color: #ee242a !important;
    color: #fff !important;
}
.custom-filter-wrapper #button-submit{
    font-weight: 500;
    letter-spacing: normal;
    line-height: normal;
    font-size: 14px;
    color: white;
    text-transform: uppercase !important;
    padding: 9px 22px !important;
}
.custom-filter-wrapper #button-submit:hover{
    opacity: 1;
}
.form-wrapper form{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    flex-direction: column;
}
.custom-filter-wrapper #pays ,
.custom-filter-wrapper #type_de_backlinks , 
.custom-filter-wrapper #prix_max , 
.custom-filter-wrapper #tf_min , 
.custom-filter-wrapper #visites_min ,
.custom-filter-wrapper #etiquettes_publicitaire
{
    border-radius: 5px;
    background-color: transparent;
    border: 0.5px solid rgb(0 0 0 / 26%);
    color: black;
    padding: 0 7px;
    height: 40px;
    max-width: 100%;
}
/* .custom-filter-wrapper #pays{
    max-width: 115px;
}
.custom-filter-wrapper #type_de_backlinks{
    max-width: 180px;
}
.custom-filter-wrapper #etiquettes_publicitaire{
    max-width: 200px;
}
.custom-filter-wrapper #prix_max{
    max-width: 140px;
}
.custom-filter-wrapper #tf_min{
    max-width: 125px;
}
.custom-filter-wrapper #visites_min{
    max-width: 155px;
} */












.product-backlinks{
    display: inline-block;
    color: white;
    font-size: 12px;
    background-color: #ee242a;
    border-radius: 5px;
    font-weight: 500;
    padding: 1px 7px;
    line-height: normal;
}
.details{
    padding: 25px 20px;
    background-color: #fff;
}
.no-image-acf{
    background-image: url('/wp-content/themes/salient-child/images/default-bg-product.jpg'); 
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
}
.thumb{
    width: 100%;
    height: 200px;
    position: relative;
/*     border-bottom: 0.5px solid #ee242a; */
}
.thumb .attachment-woocommerce_thumbnail , .thumb .woocommerce-placeholder{
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    width: 200px !important;
    height: 60px !important;
    /* width: 170px;
    height: 50px; */
    object-fit: contain;
    border: 0 !important;
    margin-bottom: 0 !important;
}
.product-bg-img{
    height: 100% !important;
    width: 100% !important;
    margin: 0 !important;
}
.product-card-custom{
    background-color: #fff;
    border-radius: 12px;
    /* box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.09); */
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
}
.product-card-custom:hover{
    transform: scale(1.02);
}
.product-card-custom:hover .overlay{
    opacity: 0;
}
.product-name{
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    padding: 0;
    margin-bottom: 8px;
}
.product-name a {
    color: #000 !important;
    text-transform: capitalize;
}
.product-name a:hover {
    color: #ee242a !important;
}
.product-category a{
    font-size: 15px;
    line-height: normal;
    font-weight: 300;
    color: black;
    display: block;
}
.product-category a:hover{
    text-decoration: underline !important;
}
.product-category{
    margin-right: 10px;
	display: none;
}
.product-price{
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
}
.details-wrapper{
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}
.left-side{
    width: 70%;
    display: flex;
    align-items: center;
}
.right-side{
    width: 30%;
    text-align: right;
}
.product-meta {
  display: flex;
  align-items: center;
}
.product-meta .product-da, .product-meta .product-traffic {
  margin: 0;
}
.product-meta .product-da:not(:last-child)::after {
  content: "|";
  margin: 0 10px;
  color: #00000047;
}

.overlay{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #9f9f9f;
    opacity: 0.1;
    transition: opacity 0.3s ease;
    /* background: linear-gradient(to top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)); */
    /* background: linear-gradient(0deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 0) 100%); */
    /* background: linear-gradient(0deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 0) 100%); */
    pointer-events: none;
    /* background: url(/wp-content/themes/salient-child/images/bg.png); */
    /* background-size: cover; */
}
/*pagination*/
.woocommerce-pagination li a.next , .woocommerce-pagination li a.prev{
    display: none !important;
}
.woocommerce-pagination li a{
    height: 35px;
    width: 35px;
    
}
.woocommerce nav.woocommerce-pagination ul li a{
    background-color: #ebebeb !important;
}
body nav.woocommerce-pagination li a:hover{
    background-color: #ebebeb !important;
}






























/* page produit (single product) */
.vc_sw-acf span.number-value , .vc_sw-acf span.text-value , .vc_sw-acf span.radio-value{
    font-weight: 700;
}
#indicateurs-seo .vc_sw-acf{
    position: relative;
    /* padding-left: 24px; */
    padding-left: 16px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
#indicateurs-seo .vc_sw-acf span.text-value , #indicateurs-seo .vc_sw-acf span.number-value , #indicateurs-seo .vc_sw-acf span.radio-value{
    font-weight: 700;
    background-color: #00256f;
    padding: 0 5px;
    border-radius: 5px;
    color: white;
}
#conditions .vc_sw-acf{
    position: relative;
    /* padding-left: 24px; */
    padding-left: 16px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
#conditions .vc_sw-acf::before{
    content: '•';
    position: absolute;
    left: 0;
    top: 0;
    color: black;
    font-size: 24px;
    line-height: 1;
}
#conditions .vc_sw-acf:empty{
    display: none; /* in case the acf is empty it will hidden */
}
#indicateurs-seo .vc_sw-acf::before{
    content: '•';
    position: absolute;
    left: 0;
    top: 0;
    color: black;
    font-size: 24px;
    line-height: 1;
}
#indicateurs-seo .vc_sw-acf:empty{
    display: none; /* in case the acf is empty it will hidden */
}
#thematiques ul{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-start;
    margin: 0;
}
#thematiques ul li{
    background-color: #eeeeee;
    border-radius: 5px;
    padding: 5px 15px 5px 38px;
    position: relative;
}
#thematiques .nectar-fancy-ul ul li i, .nectar-fancy-ul ul li i.icon-default-style {
    left: 8px;
    top: 4px;
}
#thematiques li {
  list-style-type: none;
}
#thematiques li::before {
    content: "\f057";
    line-height: 24px;
    font-size: 20px;
    color: #0a0a0a !important;
    font-style: normal;
    text-align: center;
    font-family: "FontAwesome";
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    left: 10px;
    top: 5px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}
#thematiques-text p{
    background-color: #004ca7;
    border-radius: 5px;
    padding: 5px 15px 5px 38px;
    color: white;
    width: fit-content;
}
#thematiques-text p::selection {
    background: white;
    color: #004ca7;
}
#thematiques-text p::before{
    content: "\f058";
    line-height: 24px;
    font-size: 20px;
    color: #ffffff !important;
    font-style: normal;
    text-align: center;
    font-family: "FontAwesome";
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    left: 10px;
    top: 5px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}
/*pour mettre la valuer de acf a gauche*/
.custom-swap-acf-text{
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: flex-start;
    /* align-items: center; */
    gap: 8px;
}
#informations-sur-article .vc_sw-acf:empty{
    display: none; /* in case the acf is empty it will hidden */
}
.title-info-sur-article{
    margin-bottom: 10px !important;
}
#informations-sur-article-1 .vc_sw-acf , #informations-sur-article-2 .vc_sw-acf{
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
}
#rubrique-de-publication .vc_sw-acf{
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
}
#informations-sur-article-1{
    margin-bottom: 10px;
}
#informations-sur-article-1 .wpb_wrapper{
    display: flex;
    gap: 10px;
}
#informations-sur-article-1 .type-de-backlinks{
    background-color: #004ca7;
    padding: 5px 15px;
    color: white;
    border-radius: 5px;
    width: fit-content;
    margin: 0;
    font-weight: 400;
}
#informations-sur-article-1 .backlinks-sponsored{
    background-color: #002d7a;
    padding: 5px 15px;
    color: white;
    border-radius: 5px;
    width: fit-content;
    margin: 0;
}
#informations-sur-article-1 .backlinks-sponsored:empty , #informations-sur-article-1 .type-de-backlinks:empty{
    display: none;
}
#informations-sur-article-2 .vc_sw-acf:empty{
    display: none;
}
#informations-sur-article-1 .vc_sw-acf::selection{
    background: white;
    color: #004eaa;
}
#etiquettes li {
  list-style-type: none;
}
#etiquettes{
    margin-bottom: 10px;
}
#etiquettes ul{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-start;
    margin: 0;
    font-size: 14px;
}
#etiquettes ul li{
    background-color: #eeeeee;
    border-radius: 5px;
    padding: 2px 15px;
}


#vues-estimes-jours-ouvres .vc_sw-acf{
    background-color: #004eaa;
    padding: 5px 15px;
    color: white;
    border-radius: 5px;
    width: fit-content;
    margin: 0;
}
#vues-estimes-jours-ouvres{
    margin-bottom: 10px;
}
#vues-estimes-jours-ouvres .vc_sw-acf:empty{
    display: none; /* in case the acf is empty it will hidden */
}
#vues-estimes-jours-ouvres .vc_sw-acf::selection{
    background: white;
    color: #004eaa;
}
#vues-estimes-jours-ouvres .wpb_wrapper{
    display: flex;
    gap: 10px;
}
.h2-section-title-page-single-product h2{
    font-size: 30px;
    line-height: 24px;
    font-weight: 700;
}
.sp-lien-de-la-magazine{
    font-weight: 700;
}
.external-link a{
    position: relative;
    text-decoration: none;
    transition: color 0.3s ease;
}
.external-link a::after {
    content: "↗"; /* You can use → or ➔ or even an SVG if you want */
    position: absolute;
    right: -1.2em;
    opacity: 0;
    transform: translateX(-5px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    font-size: 0.9em;
    top: 0.1em;
}
.external-link a:hover::after {
    opacity: 1;
    transform: translateX(0);
}







/* style the addons price chnager in the single prodcut page  */
#custom-addons-price-change{
   margin-bottom: 40px;
}
#custom-addons-price-change span.tc-label-text ,  #custom-addons-price-change span.tc-price-wrap span.tc-price .amount , #custom-addons-price-change span.tc-price-wrap span.tc-price .woocommerce-Price-currencySymbol{
    color: #fff;
}
#custom-bg-addons-color{
    background: linear-gradient(335deg, #0794ee 0%, #00256f 88%, #00256f 100%);
    padding: 40px;
    border-radius: 5px;
    position: relative;
}
#tm-epo-totals{
    /* position: absolute;
    bottom: 0;
    right: 0; */
    /* background-color: #002f7c; */
    /* padding: 20px 45px; */
    padding: 20px 0 ;
    border-radius: 4px;
}
#tm-epo-totals .tm-extra-product-options-totals{
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 5px;
    line-height: 12px;
    justify-content: flex-end;
}
#tm-epo-totals .tm-final-totals{
    color: #fff;
    padding: 0;
    max-width: min-content;
}
#tm-epo-totals .tm-final-totals .price.amount.final{
    color: #fff;
}
#custom-bg-addons-color form.cart{
    display: flex;
    margin-bottom: 0;
}
#custom-bg-addons-color .tc-totals-form{
    order: 4;
    flex: 1;
}
#custom-bg-addons-color button[type="submit"]{
    order: 3;
    flex: 1;
    margin-right: 10px;
    margin-top: 0;
    padding: 0 !important;
}
#custom-addons-price-change li{
    padding: 15px 0;
    border-bottom: 1px solid #FFFFFF99;
}
#custom-addons-price-change li:last-child {
    border-bottom: none;
}
#custom-addons-price-change li input[type="checkbox"] {
    border-radius: 5px;
    -webkit-appearance: none; /* Remove default style on Safari */
    appearance: none;         /* Remove default checkbox styling */
    width: 20px;
    height: 20px;
    border: 1px solid #ffffff;
    cursor: pointer;
    background-color: transparent;
    position: relative;
}
#custom-addons-price-change li input[type="checkbox"]:checked {
    background-color: #007BFF; /* Or any color you like */
    border-color: #007BFF;
}
#custom-addons-price-change li input[type="checkbox"]:checked::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 6px;
    width: 4px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}












/* woocommerce notice */
.woocommerce-notices-wrapper .woocommerce-message .button{
    background-color: white !important;
    color: #ee242a;
    font-weight: 700 !important;
    padding: 0 10px !important;
    border: 1px solid;
}
.woocommerce-notices-wrapper .woocommerce-message .button:hover{
    background-color: #ee242a !important;
    color: white;
    border: 1px solid;
}

















/* page editor */
.collapsible-content {
    max-height: 0;
    overflow: hidden !important;
    transition: max-height 0.4s ease, padding 0.4s ease;
    padding: 0 !important;
}
.collapsible-content.open {
    max-height: 3000px; /* adjust based on expected height */
    padding: 15px 0;
}
.collapsible-toggle {
    transition: max-height 0.4s ease, padding 0.4s ease;
    padding: 10px 15px;
    cursor: pointer;
    border-radius: 5px;
    font-weight: bold;
    margin-bottom: 10px;
    position: relative;
    padding-left: 25px; /* space for the icon */
    cursor: pointer;
    user-select: none;
}
.collapsible-toggle::before {
    content: "";
    background-image:url('/wp-content/themes/salient-child/icons/chevron-down.svg'); 
    background-size: contain;
    background-repeat: no-repeat;
    width: 18px;
    height: 10px;
    position: absolute;
    right: 5px;
    top: 70%;
    transform: translateY(-50%) rotate(0deg);
    transition: transform 0.3s ease;
}
.collapsible-toggle.opened::before {
    transform: translateY(-50%) rotate(-180deg);
}
#wpforms-form-4825 .wpforms-submit-container{
    display: flex;
    justify-content: center;
}
#wpforms-form-4825 input[type="text"] ,
#wpforms-form-4825 input[type="number"] ,
#wpforms-form-4825 input[type="tel"] , 
#wpforms-form-4825 input[type="email"] , 
#wpforms-form-4825 input[type="url"] ,
#wpforms-form-4825 textarea ,
#wpforms-form-4825 select 
{
    border-radius: 5px;
    background-color: transparent;
    border: 1px solid;
    border-color: rgba(0, 0, 0, 0.26);
}
#wpforms-form-4825 input[type="text"]:active ,
#wpforms-form-4825 input[type="number"]:active ,
#wpforms-form-4825 input[type="tel"]:active , 
#wpforms-form-4825 input[type="email"]:active , 
#wpforms-form-4825 input[type="url"]:active ,
#wpforms-form-4825 textarea:active ,
#wpforms-form-4825 select:active 
{
    border-color: #ee242a;
    box-shadow: 0 0 0 1px #ee242a, 0px 1px 2px rgba(0, 0, 0, 0.15);
}
#wpforms-form-4825 input[type="text"]:focus , #wpforms-form-4825 input[type="text"].wpforms-error ,
#wpforms-form-4825 input[type="number"]:focus , #wpforms-form-4825 input[type="number"].wpforms-error ,
#wpforms-form-4825 input[type="tel"]:focus , #wpforms-form-4825 input[type="tel"].wpforms-error ,
#wpforms-form-4825 input[type="email"]:focus , #wpforms-form-4825 input[type="email"].wpforms-error ,
#wpforms-form-4825 input[type="url"]:focus , #wpforms-form-4825 input[type="url"].wpforms-error ,
#wpforms-form-4825 textarea:focus , #wpforms-form-4825 textarea.wpforms-error ,
#wpforms-form-4825 select:focus , #wpforms-form-4825 select.wpforms-error 
{
    border-color: #ee242a;
    box-shadow: 0 0 0 1px #ee242a, 0px 1px 2px rgba(0, 0, 0, 0.15);
}
#wpforms-form-4825 .wpforms-field{
    padding-bottom: 0;
}
#wpforms-form-4825 h2{
    margin-bottom: 0;
}
#wpforms-form-4825 button[type="submit"]{
    background-color: #ee242a;
    text-transform: uppercase !important;
    margin-top: 20px;
    display: flex;
    align-items: center;
}
#wpforms-form-4825 button[type="submit"]:hover{
    box-shadow: none !important;
    opacity: 1 ;
    background: transparent;
}
#wpforms-form-4825 h2.will-hover:hover{
    background-color: rgba(0, 0, 0, 0.063);
    border-radius: 5px;
}
#wpforms-form-4825 h2.will-hover {
    transition: background-color 0.3s ease, border-radius 0.3s ease;
}







/* page inscription */
#wpforms-form-4796 input[type="text"] ,
#wpforms-form-4796 input[type="number"] ,
#wpforms-form-4796 input[type="tel"] , 
#wpforms-form-4796 input[type="email"] , 
#wpforms-form-4796 input[type="password"] ,
#wpforms-form-4796 input[type="url"] ,
#wpforms-form-4796 input[type="checkbox"] ,
#wpforms-form-4796 textarea ,
#wpforms-form-4796 select 
{
    border-radius: 5px;
    background-color: transparent;
    border: 1px solid;
    border-color: rgba(0, 0, 0, 0.26);
    max-width: 100%;
}
#wpforms-form-4796 input[type="text"]:active ,
#wpforms-form-4796 input[type="number"]:active ,
#wpforms-form-4796 input[type="tel"]:active , 
#wpforms-form-4796 input[type="email"]:active , 
#wpforms-form-4796 input[type="url"]:active ,
#wpforms-form-4796 input[type="checkbox"]:active ,
#wpforms-form-4796 input[type="password"]:active ,
#wpforms-form-4796 textarea:active ,
#wpforms-form-4796 select:active 
{
    border-color: #ee242a;
    box-shadow: 0 0 0 1px #ee242a, 0px 1px 2px rgba(0, 0, 0, 0.15);
}
#wpforms-form-4796 input[type="text"]:focus , #wpforms-form-4796 input[type="text"].wpforms-error ,
#wpforms-form-4796 input[type="number"]:focus , #wpforms-form-4796 input[type="number"].wpforms-error ,
#wpforms-form-4796 input[type="tel"]:focus , #wpforms-form-4796 input[type="tel"].wpforms-error ,
#wpforms-form-4796 input[type="email"]:focus , #wpforms-form-4796 input[type="email"].wpforms-error ,
#wpforms-form-4796 input[type="url"]:focus , #wpforms-form-4796 input[type="url"].wpforms-error ,
#wpforms-form-4796 input[type="password"]:focus , #wpforms-form-4796 input[type="password"].wpforms-error ,
#wpforms-form-4796 input[type="checkbox"]:focus , #wpforms-form-4796 input[type="checkbox"].wpforms-error ,
#wpforms-form-4796 textarea:focus , #wpforms-form-4796 textarea.wpforms-error ,
#wpforms-form-4796 select:focus , #wpforms-form-4796 select.wpforms-error 
{
    border-color: #ee242a;
    box-shadow: 0 0 0 1px #ee242a, 0px 1px 2px rgba(0, 0, 0, 0.15);
}
#wpforms-form-4796 button[type="submit"] , #wpforms-form-4796 button.wpforms-page-next{
    background-color: #ee242a;
    text-transform: uppercase !important;
    margin-top: 20px;
    display: flex;
    align-items: center;
}
#wpforms-form-4796 button[type="submit"]:hover , #wpforms-form-4796 button.wpforms-page-next:hover{
    box-shadow: none !important;
    opacity: 1 ;
    /* background: transparent; */
}
#wpforms-form-4796 .wpforms-field-row{
    max-width: 100%;
}
#wpforms-form-4796 .wpforms-submit-container , #wpforms-form-4796 .wpforms-pagebreak-center{
    display: flex;
    justify-content: center;
}
#wpforms-form-4796 input[type=checkbox]:checked:before , #wpforms-form-4796 input[type=checkbox]:checked:after , #wpforms-form-4796 input[type=checkbox]:focus:before{
    border-color: #ee242a;
    box-shadow: none;
}




















/* page contact */
#wpforms-form-5165 input[type="text"] ,
#wpforms-form-5165 input[type="number"] ,
#wpforms-form-5165 input[type="tel"] , 
#wpforms-form-5165 input[type="email"] , 
#wpforms-form-5165 textarea
{
    border-radius: 5px;
    background-color: transparent;
    border: 1px solid;
    border-color: rgba(0, 0, 0, 0.26);
    max-width: 100%;
}
#wpforms-form-5165 input[type="text"]:active ,
#wpforms-form-5165 input[type="number"]:active ,
#wpforms-form-5165 input[type="tel"]:active , 
#wpforms-form-5165 input[type="email"]:active , 
#wpforms-form-5165 textarea:active
{
    border-color: #ee242a;
    box-shadow: 0 0 0 1px #ee242a, 0px 1px 2px rgba(0, 0, 0, 0.15);
}
#wpforms-form-5165 input[type="text"]:focus , #wpforms-form-5165 input[type="text"].wpforms-error ,
#wpforms-form-5165 input[type="number"]:focus , #wpforms-form-5165 input[type="number"].wpforms-error ,
#wpforms-form-5165 input[type="tel"]:focus , #wpforms-form-5165 input[type="tel"].wpforms-error ,
#wpforms-form-5165 input[type="email"]:focus , #wpforms-form-5165 input[type="email"].wpforms-error ,
#wpforms-form-5165 textarea:focus , #wpforms-form-5165 textarea.wpforms-error
{
    border-color: #ee242a;
    box-shadow: 0 0 0 1px #ee242a, 0px 1px 2px rgba(0, 0, 0, 0.15);
}
#wpforms-form-5165 button[type="submit"] , #wpforms-form-5165 button.wpforms-page-next{
    background-color: #ee242a;
    text-transform: uppercase !important;
    margin-top: 20px;
    display: flex;
    align-items: center;
}
#wpforms-form-5165 button[type="submit"]:hover , #wpforms-form-5165 button.wpforms-page-next:hover{
    box-shadow: none !important;
    opacity: 1 ;
    /* background: transparent; */
}
#wpforms-form-5165 .wpforms-field-row{
    max-width: 100%;
}
#wpforms-form-5165 .wpforms-submit-container{
    display: flex;
    justify-content: center;
}












































.woocommerce div.product form.cart div.quantity{
    display: none;
}
.prix-de-publication{
    display: flex;
    color: white;
    justify-content: space-between;
}
.prix-de-publication{
    font-size: 21px;
    line-height: 30px;
    font-weight: 600;
}
.prix-de-publication small{
    display: none;
}
p{
    padding-bottom: 0;
}
.sp-product-title h1{
    font-size: 38px !important;
    line-height: 48px !important;
    font-weight: 700;
    margin-bottom: 0 !important;
}
.sp-product-title-p{
    margin-bottom: 0 !important;
}
.sp-product-title-p p{
    font-size: 38px !important;
    line-height: 48px !important;
    font-weight: 700;
}
.sp-product-price p{
    font-size: 45px !important;
    font-weight: 700;
    line-height: normal;
}
.nectar-social.fixed.woo{
    display: none !important;
}
.custom-image-size-single-product{
    margin-bottom: 0;
}
.custom-image-size-single-product .single-product-main-image , .custom-image-size-single-product .woocommerce-product-gallery__image--placeholder{
    width: 270px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
}
.custom-image-size-single-product .single-product-main-image img , .custom-image-size-single-product .woocommerce-product-gallery__image--placeholder img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    margin: 0;
}














/* Responsive page d'acceuil */
@media (max-width:691px){
    .h1-home-page br{
        display: none;
    }
    #wpforms-form-5094 .wpforms-field-row.wpforms-field-medium{
        flex-direction: column;
    }
    #wpforms-form-5094 .wpforms-field-row .wpforms-one-half{
        width: 100%;
        padding: 0;
    }
    #wpforms-form-5094 .wpforms-field-row .wpforms-one-half.wpforms-first{
        margin-bottom: 15px;
    }
    #wpforms-form-5094 .wpforms-submit-container{
        justify-content: center;
    }
    #section-4 .nectar-fancy-box .box-inner-wrap{
        padding: 30px;
    }
    #section-7 .custom-blog-grid .nectar-post-grid> div:first-child{
        margin-right: 0;
        margin-bottom: 15px;
    }
    #section-7 .custom-blog-grid .nectar-post-grid> div:last-child{
        margin-left: 0;
        margin-top: 15px;
    }
    #section-7 .custom-blog-grid .nectar-post-grid> div{
        margin: 0;
    }
    #section-8 .text-vos-questions{
        line-height: 27px;
    }
    #section-8 .toggle > h3.toggle-title a {
        font-size: 14px;
        line-height: 26px;
    }
    #section-8 div[data-style="minimal"] .toggle[data-inner-wrap="true"] > div .inner-toggle-wrap{
        font-size: 13px;
    }
}

/* Responsive page register */
@media (max-width:691px){
    #wpforms-form-4796 .wpforms-field-row{
        flex-direction: column;
    }
    #wpforms-form-4796 .wpforms-field-row .wpforms-one-half{
        width: 100%;
        padding: 0;
    }
    #wpforms-form-4796 .wpforms-field-row .wpforms-one-half.wpforms-first{
        margin-bottom: 15px;
    }
}



/* Responsive page single product */
@media (max-width:691px){
    #custom-bg-addons-color button[type="submit"]{
        margin-right: 0;
        padding: 21px !important;
        order: 4;
    }
    #custom-bg-addons-color{
        padding: 20px;
        margin-right: 10px;
    }
    #custom-bg-addons-color .tc-totals-form{
        order: 3;
        margin-bottom: 10px;
    }
}











/* page redirection si l'utilisateur n'est pas connéctés*/
.private-store-login-message{
    text-align:center; 
    padding:40px 20px;
}
.private-store-login-message h1{
    margin-bottom: 30px;
}
.private-store-login-message p{
    margin-bottom: 15px;
}




/* page connexion (/mon-compte) */
#page-connexion button[type="submit"]{
    padding: 13px !important;
    border-radius: 4px !important;
}
#page-connexion .woocommerce-MyAccount-content  button[type="submit"]{
    margin-top: 10px;
}

/* page inscription (/register) */
#page-inscription button[type="submit"]{
    border-radius: 4px !important;
}




/* page conditions générales */
/* #cgv h2{
    position: relative;
}
#cgv h2::before{
    content: "";
    position: absolute;
    bottom: 0;
    height: 1px;
    width: 100px;
    color: #ee242a;
    background-color: #ee242a;
} */


/* page blog */
#sidebar .widget_categories h4{
    display: none;
}
#sidebar .widget_categories ul{
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    gap: 20px;
}
.material #sidebar .widget_categories ul li a{
    background-color: #ebebeb;
    border-radius: 5px;
    padding: 1px 11px !important;
    transition: background-color .4s;
    font-size: 15px;
}
#sidebar .widget_categories ul li a:hover{
    color: #ffffff !important;
    background-color: #ee242a;
}
#sidebar .widget.widget_categories li .post_count{
    background-color: rgb(7, 148, 238);
    color: #fff;
    right: -10px;
    top: 3px;
}
.post-area .post-content .article-content-wrap{
    padding: 20px !important;
}
.post-area .post-content .article-content-wrap .excerpt{
    display: none;
}
.post-area .post-content .article-content-wrap h3.title{
    font-size: 18px;
    line-height: 34px;
}
.posts-container article .meta-category a{
    background-color: #ee242a !important;
    border: 2px solid #ee242a !important;
} 
/* .post-area .post-content img{
    opacity: 0.8 !important;
} */









/* page checkout */
.konnect-payment-logo{
    content: url("/wp-content/plugins/wc-konnect-gateway/build/images/images/konnect-logo.png") !important;
    display: inline-block;
}



/* page panier */
.wc-block-components-product-name::before {
  content: "Publication article sponsorisé chez ";
  font-style: inherit;
  color: inherit;
}
/* hide the product price from the cart page */
.wc-block-cart-item__product .wc-block-cart-item__prices{
    display: none;
}
table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-product{
    visibility: visible !important;
}
table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-product span{
    margin-left: 20px;
}
.wc-block-components-product-metadata__description{
    display: none;
}






/* page mon compte / orders */
.woocommerce .account-orders-table tr .woocommerce-orders-table__cell-order-actions a:not(:first-child){
    margin-left: 5px;
}
.woocommerce .woocommerce-MyAccount-content section.woocommerce-order-details{
    margin-top: 25px;
}
.woocommerce-MyAccount-navigation ul li{
    border-bottom: 1px solid rgba(0, 0, 0, 0.20);
}
.woocommerce-MyAccount-navigation ul li a{
    opacity: 1;
}
.woocommerce-MyAccount-navigation ul li.is-active a{
    color: #ee242a;
    font-weight: 600;
}
.woocommerce-MyAccount-navigation ul li:hover a{
    color: #ee242a;
}
.woocommerce .woocommerce-customer-details address{
    background-color: #F4F4F4;
}
.woocommerce-page table.shop_table tfoot th , .woocommerce-page table.shop_table tfoot td{
    font-family: 'Poppins';
    color: #000;
}
.woocommerce-page table.shop_table tfoot td{
    font-weight: 400;
}
th.woocommerce-table__product-table.product-total , th.woocommerce-table__product-name.product-name{
    background-color: #ee242a;
    color: #fff;
}
/* /mon-compte/edit-address */
.woocommerce-Address address{
    background-color: #F4F4F4;
    padding: 10px;
    border-radius: 5px;
}
.woocommerce-Addresses{
    margin-top: 25px;
}
/* /mon-compte/edit-address/facturation */
.woocommerce-address-fields__field-wrapper{
    margin-bottom: 20px;
}


















/* page blogs pas chers */
#product-table-woocommerce-blog-pas-chers .dataTables_wrapper .wc-product-table-wrapper.salient .wc-product-table .product .add-to-cart-wrapper button.button{
    font-size: 0 !important; /* Hide text */
    position: relative;
    padding: 2px 10px !important;
    border-radius: 4px !important;
}
#product-table-woocommerce-blog-pas-chers button[type="submit"].single_add_to_cart_button::after{
    content: "\f07a"; /* Font Awesome cart icon code */
    font-family: "FontAwesome";
    font-weight: 500;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
}
#product-table-woocommerce-blog-pas-chers .col-buy.col-add-to-cart{
    padding: 10px 5px;
}
#product-table-woocommerce-blog-pas-chers .col-buy.col-add-to-cart .add-to-cart-wrapper .wpo-field.wpo-field-checkbox{
    margin-bottom: 0;
}
#product-table-woocommerce-blog-pas-chers .wc-product-table form.cart{
    display: flex !important;
    align-items: center;
    justify-content: space-between;
}
#product-table-woocommerce-blog-pas-chers .wpo-field-edit{
    display: none;
}
#product-table-woocommerce-blog-pas-chers .wpo-options-container{
    width: auto;
}
#product-table-woocommerce-blog-pas-chers .add-to-cart-button{
    display: flex !important;
    align-items: center;
    gap: 5px;
}
#product-table-woocommerce-blog-pas-chers .wpo-totals-label{
    margin-bottom: 0 !important;
}
#product-table-woocommerce-blog-pas-chers .wpo-field label.wpo-checkbox input:checked+span.wpo-checkbox-inner{
    background-color: #0794ee !important;
    border-color: #0794ee !important;
}
#product-table-woocommerce-blog-pas-chers .wc-product-table-controls input[type="search"]{
    border-radius: 4px !important; 
    margin-left: 10px !important;
}


#product-table-woocommerce-blog-pas-chers .custom-tabs-p-blogspaschers li.tab-item{
    margin-bottom: 15px;
}
#product-table-woocommerce-blog-pas-chers .custom-tabs-p-blogspaschers li.tab-item a{
    border-radius: 4px;
    padding: 15px;
}

#product-table-woocommerce-blog-pas-chers td:first-child{
	border-left: 0;
}
#product-table-woocommerce-blog-pas-chers td:last-child{
	border-right: 0;
}
#product-table-woocommerce-blog-pas-chers th:last-child{
	border-right: 0;
}
#product-table-woocommerce-blog-pas-chers th:first-child{
	border-left: 0;
}
#product-table-woocommerce-blog-pas-chers td{
	border-right: 0;
}
#product-table-woocommerce-blog-pas-chers th{
	border-right: 0;
}
#product-table-woocommerce-blog-pas-chers tr td.col-liens a {
    font-weight: 600;
}
#product-table-woocommerce-blog-pas-chers tr td.col-price{
    font-weight: 600;
}
#product-table-woocommerce-blog-pas-chers tbody .product-row:hover td {
    background-color: rgb(228 31 34 / 2%) !important;
}

li[id$="magazines-medias"],
li[id$="actualite"],
li[id$="auto-moto"],
li[id$="bien-etre"],
li[id$="business"],
li[id$="cuisine"],
li[id$="digital"],
li[id$="education"],
li[id$="immobilier"],
li[id$="local"],
li[id$="management"],
li[id$="sante"],
li[id$="sports"],
li[id$="voyage"] {
    display: none !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected]{
    background-color: #e41f22 !important;
}
.select2-dropdown.wc-product-table-dropdown .select2-results__option{
    font-size: 14px;
}
.wc-product-table-wrapper.salient a.added_to_cart{
    display: none;
}
#product-table-woocommerce-blog-pas-chers .col-liens .external-blog-icon{
    background-color: #e41f22;
    padding: 4px 10px;
    border-radius: 4px;
    height: 34px;
    display: inline-block;
    color: white !important;
    font-size: 0;
    width: 34px;
}
#product-table-woocommerce-blog-pas-chers .col-liens .external-blog-icon::after{
    content: "\f08e"; 
    font-family: "FontAwesome";
    font-weight: 500;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
}
#product-table-woocommerce-blog-pas-chers .col-name{
    font-weight: 600;
}
  











/* mini-cart */
.widget_shopping_cart img{
    display: none !important;
}
.widget_shopping_cart .cart_list .mini_cart_item>a {
    margin-right: 0 !important;
}
.widget_shopping_cart .cart_list .mini_cart_item .product-meta .product-details a{
  	font-weight: 600 !important;
}





/* page magazines & médias */
#product-table-woocommerce-magazines-et-medias .dataTables_wrapper .wc-product-table-wrapper.salient .wc-product-table .product .add-to-cart-wrapper button.button{
    font-size: 0 !important; /* Hide text */
    position: relative;
    padding: 2px 10px !important;
    border-radius: 4px !important;
}
#product-table-woocommerce-magazines-et-medias button[type="submit"].single_add_to_cart_button::after{
    content: "\f07a"; /* Font Awesome cart icon code */
    font-family: "FontAwesome";
    font-weight: 500;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
}
#product-table-woocommerce-magazines-et-medias .col-buy.col-add-to-cart{
    padding: 10px 5px;
}
#product-table-woocommerce-magazines-et-medias .col-buy.col-add-to-cart .add-to-cart-wrapper .wpo-field.wpo-field-checkbox{
    margin-bottom: 0;
}
#product-table-woocommerce-magazines-et-medias .wc-product-table form.cart{
    display: flex !important;
    align-items: center;
    justify-content: space-between;
}
#product-table-woocommerce-magazines-et-medias .wpo-field-edit{
    display: none;
}
#product-table-woocommerce-magazines-et-medias .wpo-options-container{
    width: auto;
}
#product-table-woocommerce-magazines-et-medias .add-to-cart-button{
    display: flex !important;
    align-items: center;
    gap: 5px;
}
#product-table-woocommerce-magazines-et-medias .wpo-totals-label{
    margin-bottom: 0 !important;
}
#product-table-woocommerce-magazines-et-medias .wpo-field label.wpo-checkbox input:checked+span.wpo-checkbox-inner{
    background-color: #0794ee !important;
    border-color: #0794ee !important;
}
#product-table-woocommerce-magazines-et-medias .wc-product-table-controls input[type="search"]{
    border-radius: 4px !important; 
    margin-left: 10px !important;
}


#product-table-woocommerce-magazines-et-medias .custom-tabs-p-blogspaschers li.tab-item{
    margin-bottom: 15px;
}
#product-table-woocommerce-magazines-et-medias .custom-tabs-p-blogspaschers li.tab-item a{
    border-radius: 4px;
    padding: 15px;
}

#product-table-woocommerce-magazines-et-medias td:first-child{
	border-left: 0;
}
#product-table-woocommerce-magazines-et-medias td:last-child{
	border-right: 0;
}
#product-table-woocommerce-magazines-et-medias th:last-child{
	border-right: 0;
}
#product-table-woocommerce-magazines-et-medias th:first-child{
	border-left: 0;
}
#product-table-woocommerce-magazines-et-medias td{
	border-right: 0;
}
#product-table-woocommerce-magazines-et-medias th{
	border-right: 0;
}
#product-table-woocommerce-magazines-et-medias tr td.col-liens a {
    font-weight: 600;
}
#product-table-woocommerce-magazines-et-medias tr td.col-price{
    font-weight: 600;
}
#product-table-woocommerce-magazines-et-medias tbody .product-row:hover td {
    background-color: rgb(228 31 34 / 2%) !important;
}
















