:root{
    font-size: 17px;
    font-family: 'Roboto Condensed', sans-serif;
    --main-color: #CF0028;
    --svg-color: var(--main-color);

    --header-social-color-svg: #ffffff;
    --header-social-color-svg-hover: #000000;

    --footer-bg-color: #222222;
    --footer-color: #999999;
    --footer-link-color: #999999;
    --footer-link-color-hover: var(--main-color);
    --footer-link-color-svg: var(--main-color);
    --footer-link-color-svg-hover: #999999;
    --backtotop-color-svg: var(--main-color);
    --backtotop-color-svg-hover: #999999;
    --footer-social-color-svg: #999999;
    --footer-social-color-svg-hover: var(--main-color);

    --btn-bg-color:#efefef;
    --btn-txt-color:#000000;
    --btn-bg-color-hover:#000000;
    --btn-txt-color-hover:#ffffff;

    --btn-1-bg-color:var(--main-color);
    --btn-1-txt-color:#ffffff;
    --btn-1-border-color:transparent;
    --btn-1-bg-color-hover:#ffffff;
    --btn-1-txt-color-hover:var(--main-color);
    --btn-1-border-color-hover:var(--main-color);

    --overlay-noir-50: #00000088;
}
#main-navbar a:hover,
#main-navbar .current_page_item > a{
    color: #777777;
}
select{
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;

    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32.5' height='14' viewBox='0 0 32.5 14'%3E%3Cpath id='Soustraction_7' data-name='Soustraction 7' d='M8,32.5V24.375l7-8.125L8,8.125V0L22,16.25,8,32.5Z' transform='translate(32.5 -8) rotate(90)' fill='%232e302f'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat no-repeat;
    background-position: right center;
}

body .btn{
    border-radius: 0px;
    display: flex;
    padding: 0.5 rem 1rem;
}
body .btn-1,
.gform_footer .gform_button{
    background-color: #2E302F;
}
.btn-1:after,
.gform_footer .gform_button:after{
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='25' viewBox='0 0 11 25'%3E%3Cpath id='Soustraction_4' data-name='Soustraction 4' d='M8,25V18.75l5.5-6.25L8,6.25V0L19,12.5,8,25Z' transform='translate(-8)' fill='%23cf0028'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    background-size: contain;
    height: 1.3rem;
    width: 1rem;
    margin-left: 1rem;
}
.btn-1:hover,
.gform_footer .gform_button:hover{
    background-color: var(--main-color);
    color: #ffffff !important;
}
.btn-1:hover:after,
.gform_footer .gform_button:hover:after{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='25' viewBox='0 0 11 25'%3E%3Cpath id='Soustraction_4' data-name='Soustraction 4' d='M8,25V18.75l5.5-6.25L8,6.25V0L19,12.5,8,25Z' transform='translate(-8)' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}

.commande-peinture .gform_footer .gform_button:hover{
    background-color: #ffffff !important;
    color: var(--main-color) !important;
}
.commande-peinture .gform_footer .gform_button:hover:after{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='25' viewBox='0 0 11 25'%3E%3Cpath id='Soustraction_4' data-name='Soustraction 4' d='M8,25V18.75l5.5-6.25L8,6.25V0L19,12.5,8,25Z' transform='translate(-8)' fill='%23cf0028'/%3E%3C/svg%3E%0A");
}


body h3, body .h3 {
    font-weight: 600;
}

.lm-banner-v1 {
    align-items: center;
}
.lm-banner-v1::before {
    display: none;
}

.top-menu{
    position: relative;
    height: 50px;
}
.top-menu > *{
    position: relative;
    z-index: 2;
}
#menu-menu-top{
    order: 2;
}
.lm-slider-v2 .slider-text {
    font-size: 1vw;
}
.top-menu:after {
    content: '';
    position: absolute;
    /* background-color: var(--main-color); */
    /* height: 100%; */
    width: calc(100vw);
    top: 0px;
    z-index: 1;
    border-bottom: 50px solid var(--main-color);
    border-left: 15px solid transparent;
    left: -1rem;
}
.top-menu ul a{
    color: #ffffff;
}
.header-telephone-wraper {
    position: absolute;
    right: calc(100% + 2rem);
    white-space: nowrap;
    font-size: 1.3rem;
}
.header-telephone-wraper a{
    color: #000 !important;
    font-size: 1.2rem;
}
.logo-footer svg{
    position: relative;
    margin-top: -30px;
}

.lm-sections-v1-home-intro {
    margin-top: 1rem;
    padding-bottom: 7rem !important;
}

.lm-sections-v1-home-intro span,
.votre-expert span{
    display: inline-block;
    width: 2rem;
    vertical-align: middle;
    text-align: center;
}
.lm-sections-v1-home-intro span svg,
.votre-expert span svg{
    width: 100%;
}

.lm-sections-v1-home-intro-bottom,
.lm-page-intro{
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
}
.preparation-livraison{
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
}
.preparation-livraison .lm-section-v1-thumbnail-wraper{
    max-height: 250px;
    height: 50vw;
    overflow: hidden;
    display: flex;
    width: 100%;
    background-color: #cccccc;
}
.preparation-livraison .lm-section-v1-thumbnail-wraper img{
    object-fit: cover;
    width: 100%;
}

.lm-sections-v1-home-peinture .extra_image img {
    width: 70%;
}
.lm-sections-v1-home-peinture h3{
    margin-bottom: 0px;
}

.lm-tendances-home > .container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.lm-tendances-home > .container > .row{
    width: 50%;
    margin-right: 0rem;
    margin-left: 0rem;
}
.lm-tendances-home > .container > .lm-lightbox-v1-row-content{
    width: 100%;
    order: 2;
    margin-top: 1.5rem;
}
.lm-tendances-home > .container > .lm-lightbox-v1-row-actions{
    margin-right: -0.3rem !important;
}
.lm-tendances-home > .container > .lm-lightbox-v1-row-actions .lm-button {
    justify-content: end;
}
.produits-populaires{
    margin-bottom: 3rem;
}
.produits-populaires-buttons .lm-button{
    gap: 1.5rem;
}
.produits-populaires-buttons form,
.produits-populaires-buttons form > div{
    height: 100%;
}

.preparation-livraison .lm-button{
    margin-bottom: 1rem;
}
.preparation-livraison .lm-button a:first-child,
.preparation-livraison .lm-button span:first-child{
    padding-left: 0rem;
}

.commande-peinture .gform_required_legend{
    display: none !important;
}
.commande-peinture .gform-floating-labels div.gfield label {
    top: 1rem;
    left: 1rem;
}
.commande-peinture .gform-floating-labels div.gfield.active label {
    top: 0.3rem !important;
    font-size: 0.7rem;
}
.commande-peinture .gform_wrapper.gravity-theme select{
    background-position: calc(100% - 1rem) center;
}
.commande-peinture .gform_wrapper.gravity-theme input,
.commande-peinture .gform_wrapper.gravity-theme select,
.commande-peinture .gform_wrapper.gravity-theme textarea {
    border-color: transparent;
}
.commande-peinture .gform_wrapper.gravity-theme input[type="text"],
.commande-peinture .gform_wrapper.gravity-theme input[type="email"],
.commande-peinture .gform_wrapper.gravity-theme input[type="number"],
.commande-peinture .gform_wrapper.gravity-theme input[type="tel"],
.commande-peinture .gform_wrapper.gravity-theme select,
.commande-peinture .gform_wrapper.gravity-theme textarea {
    padding: 1rem !important;
    font-size: 1.2rem !important;
}
.commande-peinture .gform_wrapper.gravity-theme {
    text-align: left;
}
.commande-peinture .gform_wrapper.gravity-theme .gform_footer{
    justify-content: center;
}
.commande-peinture .ginput_container_consent {
    display: flex;
    align-items: center;
    font-size: 1.2rem;
    color: #fff;
}
.commande-peinture .gform_body{
    margin: 2rem auto;
    max-width: 1200px;
}
body .gform_wrapper.gravity-theme .gfield_label {
    font-weight: 400;
    font-size: 1.2rem;
}
.lm-products-list-header{
    display: none !important;
}
.term-description{
    padding: 3rem;
    background-color:#cf0028;
    color:#ffffff;
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
    margin-top:-7rem;
    position: relative;
    z-index: 1;
}
.woocommerce-products-header{
    margin-bottom: 3rem;
}

/*woocommerce*/
.woocommerce-shop-home .lm-products-row {
    display: flex !important;
    gap: normal !important;
}
.woocommerce-shop .woocommerce-sidebar {
    display: none;
}
.search-results .woocommerce-sidebar {
     display: block;
 }
.woocommerce-sidebar {
    padding: 0px !important;
}
.woocommerce div.product {
    display: flex;
    margin-bottom: 2rem;
    margin-top: 2rem;
}
.woocommerce-tabs.wc-tabs-wrapper{
    margin-top: 2rem;
}

body .woocommerce-breadcrumb{
    display: block !important;
    padding: 1rem 0rem !important;
}
body .woocommerce-breadcrumb a{
    text-decoration: none;
}
body.woocommerce-shop-home .woocommerce-breadcrumb,
body.tax-product_cat .woocommerce-breadcrumb {
     display: none !important;;
 }
.lm-wc-search-categories{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin: 0px;
    padding: 0px;
}
.lm-wc-search-categories li{
    width: 100%;
    display: flex;
}
.lm-wc-search-categories li > a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0.7rem 1rem 0.7rem 1.5rem;
    background-color: #EBEBEB;
    text-decoration: none;
    color: #575757;
    font-weight: 400;
    position: relative;
}
.lm-wc-search-categories li > a:hover,
.lm-wc-search-categories li.active > a{
    background-color: #2E302F;
    color: #ffffff;
}
.lm-wc-search-categories li:hover > a:after,
.lm-wc-search-categories li.active > a:after{
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='25' viewBox='0 0 11 25'%3E%3Cpath id='Soustraction_4' data-name='Soustraction 4' d='M8,25V18.75l5.5-6.25L8,6.25V0L19,12.5,8,25Z' transform='translate(-8)' fill='%23cf0028'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    background-size: contain;
    height: 1rem;
    width: 1rem;
    margin-left: 1rem;
}



.woocommerce-loop-category__title2{
    color: #575757;
    font-size: 1.7rem;
}
body.woocommerce .lm-products-list ul.products li.product p {
    color: #575757;
    font-weight: 400;
}

body:not(.woocommerce-shop) .products ul, body:not(.woocommerce-shop) ul.products {
    flex-wrap: wrap;
}
.wc-block-grid__products .wc-block-grid__product-image img,
.tax-product_cat .products .product img,
.search-results.woocommerce .products .product img{
    width: 60% !important;
    margin: auto !important;
}
.tax-product_cat .products .product h2,
.search-results.woocommerce .products .product h2,
.wc-block-grid__product-title{
    font-size: 1rem;
    letter-spacing: normal;
    text-align: center;
    padding: 0rem 1rem;
}
.tax-product_cat .products .product p,
.search-results.woocommerce .products .product p{
    display: none !important;
}
.wc-block-grid__product,
.tax-product_cat .products .product,
.search-results.woocommerce .products .product{
    display: flex;
    border-bottom: 32px solid transparent;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    text-align: center;
}
.wc-block-grid__product-link,
.tax-product_cat .products .product .woocommerce-loop-product__link,
.search-results.woocommerce .products .product .woocommerce-loop-product__link{
    text-decoration: none;
    text-transform: uppercase;
    color: #575757;
    padding-bottom: 2rem;
}
.wc-block-grid__product-link:before,
.tax-product_cat .products .product .woocommerce-loop-product__link:before,
.search-results.woocommerce .products .product .woocommerce-loop-product__link:before{
    position: absolute;
    content: '';
    height: 50%;
    width: 100%;
    background-color: #EBEBEB;
    bottom: 0px;
    left: 0px;
    z-index: -1;
}
.wc-block-grid__product:hover img,
.tax-product_cat .products .product:hover img,
.search-results.woocommerce  .products .product:hover img{
    transform: translateY(-10%);
}
.wc-block-grid__product:hover a:before,
.tax-product_cat .products .product:hover a:before,
.search-results.woocommerce .products .product:hover a:before{
    background-color: #cccccc;
}
.wp-block-search__button {
    background: none;
    border: none;
    border-left: #707070 1px solid;
    padding: 0rem;
}
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
    border-color:#707070;
}
.wp-block-search__button svg {
    transform: scaleX(-1);
    width: 2rem;
    height: auto;
}

body .lm-posttype-breadcrumbs *{
    color: #707070;
    font-weight: 400;
}
body .lm-posttype-breadcrumbs a:hover{
    color: #ffffff;
}

.pour-commander{
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.pour-commander svg{
    width: 1.2rem;
    height: auto;
    fill: #ffffff;
    margin-right: 0.7rem;
}
.pour-commander .btn{
    color: #ffffff;
    white-space: nowrap;
    width: 100%;
    padding-top: 0rem;
    padding-left: 0rem;
}
.pour-commander .lm-button{
    flex-wrap: wrap;
}
.pour-commander .lm-section-v1-col-wraper{
    border-left: #ffffff 1px solid;
}
.pour-commander .lm-section-v1-col-wraper:first-child{
    border-left: none;
}
.pour-commander .lm-section-v1-col-wraper:first-child .lm-section-v1-col-content-wraper{
    align-items: normal !important;
 }


.archive-content a{
    text-decoration: none;
    color: #575757;
}
.archive-content a > div{
    background-color: #EBEBEB;
}
.archive-content .archive-single-title {
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
}
.archive-content .archive-single-title span{
    font-size: 0.8rem;
    font-weight: 400;
    width: 100%;
}
.archive-content .archive-single-content{
    font-weight: 400;
}
.archive-content .archive-single-title,
.archive-content .archive-single-content{
    background-color: #EBEBEB;
    text-decoration: none;
    padding: 1.5rem;
}
.archive-content .archive-single-img-wraper{
    height: 200px;
    overflow: hidden;
    display: flex;
    position: relative;
}
.archive-content .archive-single-img-wraper div{
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    background: #00000066;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    opacity: 0;
}
.archive-content .archive-single-img-wraper img{
    object-fit: cover;
    z-index: 1;
}
.archive-content a:hover .archive-single-img-wraper div{
    opacity: 1;
}
.archive-content a:hover .archive-single-img-wraper img{
    transform: scale(1.1);
}
.archive-content a:hover .archive-single-title,
.archive-content a:hover .archive-single-content{
    background-color: #cccccc;
}

.product-category > a > div > div:first-child{
    overflow: hidden;
    display: flex;
    position: relative;
}
.product-category > a > div > div:first-child img{
    object-fit: cover;
    z-index: 1;
}
.product-category > a:hover > div > div:first-child img{
    transform: scale(1.1);
}
.product-category > a:hover{
    background-color: #cccccc !important;
}

.produits-populaires-buttons .wp-block-search__input{
    min-width: 200px;
}

.home-slider .lm-slider-v2-slide{
    padding-top: 0rem;
}


.woocommerce-sidebar.open .wp-block-search__button svg {
    fill: #ffffff;
}

.woocommerce-product-gallery__trigger{
    display: none !important;
}

.lm-promotions .lm-section-v1-col-content-wraper .index-3{
    height: 85px;
}




@media screen and (max-width: 1600px){
    .lm-slider-v2 .slider-text {
        font-size: 1.5vw;
    }
}

@media screen and (max-width: 1199px){
    .woocommerce ul.products.columns-3 li.product,
    .woocommerce-page ul.products.columns-3 li.product {
        width: calc(50% - 3.8%) !important;
        margin: auto;
        padding: 0px;
        border: none;
        margin-bottom: 2rem;
    }
    .woocommerce ul.products.columns-3 li.product a,
    .woocommerce-page ul.products.columns-3 li.product a{
        width: 100%;
    }
    body.woocommerce-wsidebar .lm-products-row {
        grid-template-columns: 30% 65%;
    }
}
@media screen and (min-width: 992px){
    .pour-commander .lm-section-v1-col-wraper{
        margin-bottom: 0px !important;
    }
    .pour-commander .lm-section-v1-col-content{
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
}
@media screen and (max-width: 991px){
    .lm-slider-v2 .slider-text {
        font-size: 2vw;
    }
    .social-footer{
        margin-left: 0px !important;
    }
}
@media screen and (max-width: 768px){
    .home-slider .lm-slider-v2-soustitre {
        margin-top: 0.5rem;
    }
    .home-slider .slider-text{
        padding-bottom: 3rem;
    }
    .lm-sections-v1-home-intro {
        margin-top: 1rem;
        padding-bottom: 1rem !important;
        margin-bottom: 1rem;
    }
    .lm-tendances-home > .container > .row {
        width: 100%;
    }
    .lm-tendances-home .lm-button {
        justify-content: center !important;
        margin: 1.5rem 0rem;
     }

    .woocommerce ul.products.columns-3 li.product,
    .woocommerce-page ul.products.columns-3 li.product {
        width: calc(100% - 3.8%) !important;
    }
    body.woocommerce-wsidebar .lm-products-row {
        grid-template-columns: 45% 50%;
    }
}
@media screen and (max-width: 576px){
    .lm-sections-v1-home-intro-bottom, .lm-page-intro {
        max-width: 100%;
    }
    body.woocommerce-wsidebar .lm-products-row {
        grid-template-columns: 100%;
        gap: 1%;
        padding-bottom: 3rem;
    }
}