/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 2
*/

/*-compaut-*/

/* bandeau cookie*/
/* bandeau cookie*/

.d2b {
    font-weight: inherit !important;
    color: inherit;
    font-family: inherit;
}

a:hover {
    text-decoration: none;
}

/*-couleur-txt-titre-*/

.txt-blanc,
.txt-blanc * {
    color: white !important;
}

.txt-noir,
.txt-noir * {
    color: black !important;
}

.txt-bleu-fonce,
.txt-bleu-fonce * {
    color: ... !important;
}

.txt-bleu,
.txt-bleu * {
    color: ... !important;
}

.txt-bleu-clair,
.txt-bleu-clair * {
    color: ... !important;
}

.txt-vert-fonce,
.txt-vert-fonce * {
    color: ... !important;
}

.txt-vert,
.txt-vert * {
    color: ... !important;
}

.txt-vert-clair,
.txt-vert-clair * {
    color: ... !important;
}

.txt-rouge-fonce,
.txt-rouge-fonce * {
    color: ... !important;
}

.txt-rouge,
.txt-rouge * {
    color: ... !important;
}

.txt-rose,
.txt-rose * {
    color: ... !important;
}

.txt-orange-fonce,
.txt-orange-fonce * {
    color: ... !important;
}

.txt-orange,
.txt-orange * {
    color: ... !important;
}

.txt-orange-clair,
.txt-orange-clair * {
    color: ... !important;
}

.txt-jaune-fonce,
.txt-jaune-fonce * {
    color: ... !important;
}

.txt-jaune,
.txt-jaune * {
    color: ... !important;
}

.txt-jaune-clair,
.txt-jaune-clair * {
    color: ... !important;
}

.txt-violet-fonce,
.txt-violet-fonce * {
    color: ... !important;
}

.txt-violet,
.txt-violet * {
    color: ... !important;
}

.txt-violet-clair,
.txt-violet-clair * {
    color: ... !important;
}

.txt-marron,
.txt-marron * {
    color: ... !important;
}

.txt-turquoise-fonce,
.txt-turquoise-fonce * {
    color: ... !important;
}

.txt-turquoise,
.txt-turquoise * {
    color: ... !important;
}

.txt-turquoise-clair,
.txt-turquoise-clair * {
    color: ... !important;
}

.txt-gris-fonce,
.txt-gris-fonce * {
    color: ... !important;
}

.txt-gris,
.txt-gris * {
    color: ... !important;
}

.txt-gris-clair,
.txt-gris-clair * {
    color: ... !important;
}

/*-couleur-txt-titre-*/
/*-weight-txt-titre-*/

.tres-tres-fin,
.tres-tres-fin * {
    font-weight: 100 !important;
}

.tres-fin,
.tres-fin * {
    font-weight: 200 !important;
}

.fin,
.fin * {
    font-weight: 300 !important;
}

.fort,
.fort * {
    font-weight: 700 !important;
}

.tres-fort,
.tres-fort * {
    font-weight: 800 !important;
}

.tres-tres-fort,
.tres-tres-fort * {
    font-weight: 900 !important;
}

/*-weight-txt-titre-*/

/*-scroll-smooth-pour-liens-ancre-*/

html {
    scroll-behavior: smooth;
}

/*-scroll-smooth-pour-liens-ancre-*/

.overflow-visible {
    overflow: visible !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.upper {
    text-transform: uppercase;
}

.lorem,
.lorem * {
    color: cyan !important;
}

.raleway {
    font-family: "Raleway", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
}

@media only screen and (min-width: 0px) {
    ul.breadcrumbs.woocommerce-breadcrumb * {
        color: white !important;
    }

    .column.one.post-nav.minimal {
        display: none;
    }

    a.fixed-nav {
        display: none;
    }

    body.tax-product_cat.woocommerce ul.products.mfn-equal-heights:not(.list) li.product > .mfn-li-product-row {
        margin: auto;
    }

    body.tax-product_cat.woocommerce ul.products.mfn-equal-heights:not(.list) li.product > .desc {
        flex-grow: inherit;
        height: 60px;
        padding: 0 !important;
    }

    .woocommerce ul.products.mfn-equal-heights:not(.list) li.product {
        min-height: 300px;
    }

    .woocommerce ul.products.mfn-equal-heights:not(.list) li.product > a {
        display: flex !important;
        height: 100%;
        flex-direction: column;
    }

    .woocommerce ul.products.mfn-equal-heights:not(.list) li.product > a > img {
        margin: auto;
    }

    body.page-template-default:not(.home) .woocommerce ul.products li.product a img {
        mix-blend-mode: multiply;
    }

    body.tax-product_cat ul.products > li.product.type-product a img {
        mix-blend-mode: multiply;
    }

    body.page-template-default:not(.home) ul.products > li.product-category:hover:before {
        width: 260px;
        height: 260px;
    }

    body.page-template-default:not(.home) ul.products > li.product-category:before {
        content: "";
        transition: 0.5s;
        position: absolute;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: -1;
        border-radius: 100%;
        transition: 0.5s;
        width: 0px;
        height: 0px;
        top: 40%;
        background: rgb(214, 25, 93);
        background: linear-gradient(0deg, rgba(214, 25, 93, 1) 0%, rgba(255, 164, 204, 1) 100%);
        opacity: 0.5;
    }

    body.tax-product_cat ul.products > li.product.type-product:hover:before {
        width: 170px;
        height: 170px;
    }

    body.tax-product_cat ul.products > li.product.type-product:before {
        content: "";
        transition: 0.5s;
        position: absolute;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: -1;
        border-radius: 100%;
        transition: 0.5s;
        width: 0px;
        height: 0px;
        top: 40%;
        background: rgb(214, 25, 93);
        background: linear-gradient(0deg, rgba(214, 25, 93, 1) 0%, rgba(255, 164, 204, 1) 100%);
        opacity: 0.5;
    }

    body.tax-product_cat #Top_bar .responsive-menu-toggle {
        background: transparent !important;
    }

    body.tax-product_cat #Top_bar #menu {
        background: transparent !important;
    }

    body.tax-product_cat header#Header {
        z-index: 2;
    }

    body.tax-product_cat div#Content {
        /*top: -210px;*/
        z-index: 0;
    }

    body.single-product div#Subheader {
        padding: 150px 0 90px;
        background: #02a4a8;
        margin-top: -60px;
        background-image: url(/wp-content/uploads/2025/07/entete-cat.webp);
        background-position: 100% 50%;
        background-repeat: no-repeat;
        background-size: auto 100%;
    }

    body.tax-product_cat div#Subheader {
        padding: 150px 0 90px;
        background: #02a4a8;
        margin-top: -60px;
        background-image: url(/wp-content/uploads/2025/07/entete-cat.webp);
        background-position: 100% 50%;
        background-repeat: no-repeat;
        background-size: auto 100%;
    }

    body.single-product div#Subheader:before {
        content: "";
        position: absolute;
        background: #02a4a8;
        background: linear-gradient(90deg, rgba(2, 164, 168, 1) 0%, rgba(2, 164, 168, 1) 50%, rgba(2, 164, 168, 0) 100%);
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

    body.tax-product_cat div#Subheader:before {
        content: "";
        position: absolute;
        background: #02a4a8;
        background: linear-gradient(90deg, rgba(2, 164, 168, 1) 0%, rgba(2, 164, 168, 1) 50%, rgba(2, 164, 168, 0) 100%);
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

    body.single-product div#Subheader:after {
        position: absolute;
        width: 500px;
        height: 500px;
        background-image: url(/wp-content/uploads/2024/11/masque-triangle.png);
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: cover;
        left: -333px;
        box-shadow: none !important;
    }

    body.tax-product_cat div#Subheader:after {
        position: absolute;
        width: 500px;
        height: 500px;
        background-image: url(/wp-content/uploads/2024/11/masque-triangle.png);
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: cover;
        left: -333px;
    }

    .h1,
    .h1 * {
        font-size: 50px !important;
        line-height: 55px !important;
    }

    .h2,
    .h2 * {
        font-size: 34px !important;
        line-height: 45px !important;
    }

    .h3,
    .h3 * {
        font-size: 28px !important;
        line-height: 28px !important;
    }

    .h4,
    .h4 * {
        font-size: 25px !important;
        line-height: 30px !important;
    }

    .h5,
    .h5 * {
        font-size: 20px !important;
        line-height: 25px !important;
    }

    .h6,
    .h6 * {
        font-size: 15px !important;
        line-height: 20px !important;
    }

    .titre-baseline,
    .titre-baseline * {
        font-size: 20px !important;
        line-height: 20px !important;
    }

    .demi-encart.demi-encart-g {
        padding-left: calc(100% - 600px);
        padding-right: 20px;
    }

    .demi-encart.demi-encart-d {
        padding-right: calc(100% - 600px);
        padding-left: 20px;
    }

    /*----------------header---------------------*/

    /*------------action-bar-----------------*/
    #Action_bar .column {
        display: flex;
        justify-content: end;
    }

    #Action_bar .column * {
        font-size: 20px;
        line-height: 30px;
    }

    li.btn-fixed-partenaires *,
    li.btn-fixed-documentations *,
    li.btn-fixed-societe * {
        font-size: 13px !important;
        line-height: 13px !important;
        text-transform: uppercase;
    }

    li.btn-fixed-linkedin {
        padding: 0 !important;
        margin-bottom: -10px;
    }

    li.btn-fixed-linkedin > a {
        width: 35px;
        height: 35px;
        display: block;
        background-image: url(/wp-content/uploads/2024/11/linkedin.jpg);
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: contain;
    }

    #Action_bar li.btn-tel-include,
    #Action_bar li.btn-mail-include {
        padding-left: 40px !important;
        position: relative;
    }

    li.btn-tel-include:before,
    li.btn-mail-include:before {
        content: "";
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translate(0px, -50%);
        width: 20px;
        height: 20px;
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: contain;
    }

    li.btn-tel-include:before {
        background-image: url(/wp-content/uploads/2024/11/phone.png);
    }

    li.btn-mail-include:before {
        background-image: url(/wp-content/uploads/2024/11/mail.png);
    }

    /*------------action-bar-----------------*/
    /*--------------top-bar------------------*/
    .header-stack #Top_bar:not(.is-sticky) {
        background: transparent !important;
    }

    .header-stack.header-center #Top_bar #menu {
        width: 100% !important;
    }

    .header-stack.header-center #Top_bar #menu > ul {
        display: flex;
        width: 100% !important;
        justify-content: space-evenly;
    }

    .header-stack.header-center #Top_bar:not(.is-sticky) #menu > ul {
        padding: 0 80px;
    }

    .header-stack.header-center #Top_bar.is-sticky #menu > ul > li > a {
        color: black;
    }

    .header-stack.header-center #Top_bar #menu > ul > li > a {
        font-size: 15px;
        text-transform: uppercase;
        display: block !important;
    }

    .header-stack.header-center #Top_bar #menu > ul > li > a > span {
        padding: 10px 0 !important;
        white-space: break-spaces;
        text-align: center;
        line-height: 18px;
    }

    .header-stack.header-center #Top_bar.is-sticky #menu .menu > li > a span {
        font-size: 13px !important;
        line-height: 15px !important;
        padding: 15px 0 !important;
    }

    #Top_bar.is-sticky .top_bar_left {
        display: flex;
    }

    .header-stack.header-center #Top_bar #menu > ul > li {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #Top_bar.is-sticky .menu_wrapper .menu > li > a {
        padding: 0;
    }

    .wpcp-carousel-section .wpcp-swiper-dots .swiper-pagination-bullet {
        border-radius: 0;
        background: white !important;
    }

    .wpcp-carousel-section .wpcp-swiper-dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: #d6195d !important;
    }

    #Top_bar #logo {
        padding: 50px 0;
    }

    /*--------------top-bar------------------*/
    /*----------------header---------------------*/
    /*----------------content---------------------*/

    .habillage-titre {
        margin-top: 30px;
    }

    .habillage-titre > .wpb_wrapper {
        display: flex;
    }

    .habillage-titre p {
        position: relative;
    }

    .habillage-titre p:after {
        content: "";
        width: 60px;
        height: 60px;
        position: absolute;
        right: -40px;
        top: 50%;
        transform: translate(0px, -50%);
        z-index: 0;
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .habillage-titre-roue.habillage-titre-noir p:after {
        background-image: url(/wp-content/uploads/2024/11/configuration.png);
    }

    .habillage-titre-roue.habillage-titre-blanc p:after {
        background-image: url(/wp-content/uploads/2024/11/configuration-w.png);
    }

    .habillage-titre-triangle.habillage-titre-noir p:after {
        background-image: url(/wp-content/uploads/2024/11/triangle.png);
    }

    .habillage-titre-triangle.habillage-titre-blanc p:after {
        background-image: url(/wp-content/uploads/2024/11/triangle-w.png);
    }

    .habillage-titre-carre.habillage-titre-noir p:after {
        background-image: url(/wp-content/uploads/2024/11/carre.png);
        width: 115px;
        height: 70px;
        right: -80px;
    }

    .habillage-titre-carre.habillage-titre-blanc p:after {
        background-image: url(/wp-content/uploads/2024/11/carre-w.png);
        width: 115px;
        height: 70px;
        right: -80px;
    }

    .habillage-trait-deg {
        position: relative;
    }

    .habillage-trait-deg:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100vw;
        height: 100%;
    }

    .deg-vert-vert_fonce:before {
        background: rgb(0, 153, 153);
        background: linear-gradient(90deg, rgba(0, 153, 153, 1) 0%, rgba(0, 41, 43, 1) 100%);
    }

    .range-cat-prod > .wpb_column > .vc_column-inner > .wpb_wrapper > .woocommerce > .products_wrapper > ul.products {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .range-cat-prod > .wpb_column > .vc_column-inner > .wpb_wrapper > .woocommerce > .products_wrapper > ul.products > li.product-category {
        width: 49%;
        height: 280px;
        background: #ffffff80;
        border-radius: 60px 60px 200px 200px;
    }

    .range-cat-prod > .wpb_column > .vc_column-inner > .wpb_wrapper > .woocommerce > .products_wrapper > ul.products > li.product-category > a {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column-reverse;
    }

    .range-cat-prod > .wpb_column > .vc_column-inner > .wpb_wrapper > .woocommerce > .products_wrapper > ul.products > li.product-category > a:before {
        content: "";
        position: absolute;
        left: 50%;
        transform: translate(-50%, 0px);
        z-index: 0;
        border-radius: 100%;
        transition: 0.5s;
        width: 0px;
        height: 0px;
        bottom: 120px;
        background: rgb(214, 25, 93);
        background: linear-gradient(0deg, rgba(214, 25, 93, 1) 0%, rgba(255, 164, 204, 1) 100%);
    }

    .range-cat-prod > .wpb_column > .vc_column-inner > .wpb_wrapper > .woocommerce > .products_wrapper > ul.products > li.product-category:hover > a:before {
        bottom: -20px;
        width: 260px;
        height: 260px;
    }

    .range-cat-prod > .wpb_column > .vc_column-inner > .wpb_wrapper > .woocommerce > .products_wrapper > ul.products > li.product-category > a > img {
        margin-top: auto;
        z-index: 1;
        transition: 0.5s;
    }

    .range-cat-prod > .wpb_column > .vc_column-inner > .wpb_wrapper > .woocommerce > .products_wrapper > ul.products > li.product-category:hover > a > img {
        transition: 0.5s;
        transform: scale(1.1);
    }

    .range-cat-prod > .wpb_column > .vc_column-inner > .wpb_wrapper > .woocommerce > .products_wrapper > ul.products > li.product-category > a > h2.woocommerce-loop-category__title {
        height: 80px;
        padding: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .range-carousel .swiper-slide {
        border-radius: 100%;
        overflow: hidden;
    }

    .habillage-triangle-parallaxe.parallaxe-droite:before {
        right: inherit !important;
        left: -260px;
        background-position: 100% 50%;
        transition: 0.5s;
    }

    .habillage-doc:before {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%, 0);
        width: 100vw;
        height: 100%;
        background-image: url(/wp-content/uploads/2024/11/background-doc.jpg) !important;
        background-position: 0% 50%;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

    .habillage-doc {
        position: relative;
        overflow: visible !important;
    }

    .range-doc .icone-doc {
        display: flex;
        flex-direction: column-reverse;
        transition: 0.5s;
    }

    .range-doc .icone-doc > h2 {
        font-size: 25px;
    }

    .range-doc .icone-doc:hover {
        transition: 0.5s;
        transform: scale(1.1);
    }

    .range-doc .icone-doc:hover:before {
        width: 400px;
        height: 400px;
    }

    .range-doc .icone-doc:before {
        content: "";
        position: absolute;
        left: 50%;
        transform: translate(-50%, 50%);
        z-index: -1;
        border-radius: 100%;
        transition: 0.5s;
        width: 0px;
        height: 0px;
        bottom: 50%;
        background: rgb(214, 25, 93);
        background: linear-gradient(0deg, rgba(214, 25, 93, 1) 0%, rgba(255, 164, 204, 1) 100%);
    }

    .btn-rose > a.vc_general:hover {
        background-color: #00292b !important;
    }

    /*----------------content---------------------*/
    /*----------------footer---------------------*/

    .suivre {
        display: flex;
    }

    .suivre > div {
        width: 50px;
        height: 50px;
        margin-right: 10px;
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .btn-footer-linkedin {
        background-image: url(/wp-content/uploads/2024/11/linkedin.png);
    }

    .suivre > div > a {
        width: 100%;
        height: 100%;
        display: block;
    }

    .mfn-footer h4 {
        text-transform: uppercase;
        font-weight: 200;
        font-size: 25px;
        line-height: normal;
        text-align: center;
    }

    #Footer .widgets_wrapper .column.mobile-one {
        display: flex;
        justify-content: center;
    }

    #Footer .widgets_wrapper .column.mobile-one * {
        text-align: center;
    }

    #Footer .widgets_wrapper {
        padding: 20px 0;
    }

    .btn-suivre-footer > a {
        width: 35px;
        height: 35px;
        display: block;
        background-image: url(/wp-content/uploads/2024/11/linkedin.png);
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: contain;
        margin: auto;
    }

    /*----------------footer---------------------*/
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .inverse {
        display: flex;
        flex-direction: column-reverse;
    }

    img.scale-with-grid {
        max-width: 90%;
    }

    .range-cat-prod {
        padding-top: 50px;
    }

    .range-cat-prod > .wpb_column > .vc_column-inner {
        padding: 0;
    }

    .range-cat-prod > .wpb_column > .vc_column-inner > .wpb_wrapper > .woocommerce > .products_wrapper > ul.products {
        justify-content: space-between;
    }

    body.tax-product_cat h1.title,
    body.single-product h1.title {
        text-align: end !important;
        padding-left: 90px;
        box-sizing: border-box;
    }

    div#tab-description {
        padding-left: 0;
        padding-right: 0;
    }
}

@media only screen and (min-width: 0px) and (max-width: 1022px) {}

@media only screen and (min-width: 0px) and (max-width: 1239px) {
    div#Side_slide .btn-menu > ul.sub-menu {
        display: block !important;
    }

    div#Side_slide .btn-menu > ul.sub-menu .btn-ss-menu > ul.sub-menu {
        display: none !important;
    }

    a.menu-toggle {
        display: none !important;
    }

    .header-stack.header-center #Top_bar:not(.is-sticky) .menu_wrapper {
        position: absolute;
        right: 0 !important;
        left: inherit;
        width: 50px;
        top: 19px;
    }

    /*----------------btn-flottant---------------------*/
    .btn-fixed-tel {
        position: relative;
    }

    .btn-fixed-tel:hover {
        transform: scale(1.1);
        transition: 0.5s;
    }

    span.text-pc {
        display: none;
    }

    span.text-mobile {
        display: block;
        position: absolute !important;
        bottom: 5px;
        left: 50%;
        width: initial !important;
        height: initial !important;
        transform: translate(-50%, 0px);
    }

    /*----------------btn-flottant---------------------*/
}

@media only screen and (min-width: 0px) {

    mark.count {
        display: none;
    }

    .formu-contact {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .demi {
        width: 49%;
    }

    .full {
        width: 100%;
    }

    body.single-product h1.title {
        color: #fff !important;
        font-weight: 600 !important;
    }

    body.tax-product_cat h1.title {
        color: #fff !important;
        font-weight: 600 !important;
    }

    .woocommerce-product-details__short-description ul {
        list-style: inside;
    }

    span.posted_in {
        display: none;
    }

    .btn-devis {
        display: inline-block;
        padding: 10px 22px;
        font-size: 14px;
        color: white;
        background-color: #D6195D;
        border: none;
        border-radius: 1px;
        cursor: pointer;
        transition: background-color 0.3s ease, color 0.3s ease;
        text-decoration: none;
    }

    .btn-devis:hover {
        background-color: #00292b;
        color: white;
    }

    .titre-produit,
    .titre-produit * {
        text-transform: uppercase;
        font-size: 20px;
        font-weight: 600;
        line-height: 25px;
    }

    .share-simple-wrapper {
        display: none;
    }

    .ui-tabs {
        border: none !important;
    }

    .ui-tabs .ui-tabs-panel {
        background-image: none !important;
    }

    .ui-tabs .ui-tabs-nav {
        background: none !important;
        border: none !important;
        display: none !important;
    }

    /*----------------btn-flottant---------------------*/
    #btn-fixed {
        position: fixed;
        top: 70%;
        right: 0;
        width: 50px;
        transform: translate(0px, -50%);
        display: flex !important;
        z-index: 10000;
        flex-direction: column;
        align-items: end;
        background: rgb(214, 25, 93);
        background: linear-gradient(0deg, rgba(214, 25, 93, 1) 0%, rgba(255, 164, 204, 1) 100%);
        height: 150px;
    }

    div#btn-fixed:before {
        content: "";
        position: absolute;
        top: -10px;
        right: 0;
        width: 65px;
        height: 110%;
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: 100% 200%;
        background-image: url(...);
        opacity: 0.9;
        z-index: -1;
    }

    .btn-fixed-tel,
    .btn-fixed-mail,
    .btn-fixed-link {
        height: 50px;
        width: 50px;
        display: flex;
        margin: 0;
        opacity: 1;
        position: relative;
        right: 0;
        transition: 0.5s;
    }

    .btn-fixed-mail:hover,
    .btn-fixed-link:hover {
        transform: scale(1.1);
        transition: 0.5s;
    }

    /*-mettre la couleur voulu au background-color-*/
    .btn-fixed-tel {
        background-image: url(/wp-content/uploads/2024/11/phone-w.png);
    }

    .btn-fixed-mail {
        background-image: url(/wp-content/uploads/2024/11/mail-w.png);
    }

    .btn-fixed-link {
        background-image: url(/wp-content/uploads/2024/11/linkedin.png);
    }

    .btn-fixed-tel {
        background-position: 50% 25%;
        background-repeat: no-repeat;
        background-size: 45%;
    }

    .btn-fixed-mail {
        background-position: 50% 35%;
        background-repeat: no-repeat;
        background-size: 50%;
    }

    .btn-fixed-link {
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: 60%;
    }

    /*-FIN-mettre la couleur voulu au background-color-*/

    /*-mettre l'url de l'image voulu au background-image-*/

    /*-FIN-mettre l'url de l'image voulu au background-image-*/
    .btn-fixed-tel *,
    .btn-fixed-mail *,
    .btn-fixed-link * {
        width: 100%;
        height: 100%;
        display: flex;
    }

    .btn-fixed-tel a,
    .btn-fixed-mail a,
    .btn-fixed-link a {
        display: flex;
        align-items: end;
        justify-content: center;
    }

    .btn-fixed-tel *,
    .btn-fixed-mail *,
    .btn-fixed-link * {
        color: white !important;
        text-align: center;
        font-size: 8px !important;
        line-height: 10px !important;
    }

    /*----------------btn-flottant---------------------*/
}

@media only screen and (min-width: 768px) and (max-width: 1022px) {

    body.single-product h1.title,
    body.tax-product_cat h1.title {
        padding-left: 120px;
        box-sizing: border-box;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1239px) {}

@media only screen and (min-width: 768px) {
    body.single-product .flex-viewport {
        height: 360px !important;
    }

    body.single-product .woocommerce-product-gallery__image > a > img {
        width: 30% !important;
        margin: auto !important;
    }

    body.tax-product_cat ul.products > li.product.type-product:hover:before {
        width: 260px;
        height: 260px;
    }

    .habillage-trait-deg:before {
        height: 250px;
    }

    .range-cat-prod > .wpb_column > .vc_column-inner > .wpb_wrapper > .woocommerce > .products_wrapper > ul.products > li.product-category {
        width: 150px;
        height: 300px;
    }

    .habillage-triangle-parallaxe:before {
        position: absolute;
        right: -5px;
        top: 50%;
        transform: translate(0px, -50%);
        height: 100%;
        width: 500px;
        z-index: 1;
        background-image: url(/wp-content/uploads/2024/11/masque-triangle.png) !important;
        background-position: 0% 50%;
        background-repeat: no-repeat;
        background-size: 200%;
    }

    .h2,
    .h2 * {
        font-size: 40px !important;
    }

    .habillage-doc:before {
        height: 560px;
    }

    .range-cat-prod > .wpb_column > .vc_column-inner > .wpb_wrapper > .woocommerce > .products_wrapper > ul.products > li.product-category:hover > a:before {
        bottom: 20px;
        width: 180px;
        height: 180px;
    }
}

@media only screen and (min-width: 1023px) and (max-width: 1239px) {}

@media only screen and (min-width: 1023px) {
    body.single-product div#Subheader {
        padding-left: 130px;
        box-sizing: border-box;
        padding-right: 40px;
    }

    body.single-product .flex-viewport > figure {
        height: 100%;
    }

    body.single-product .flex-viewport > figure > .woocommerce-product-gallery__image {
        height: 100%;
    }

    body.single-product .flex-viewport > figure > .woocommerce-product-gallery__image > a {
        height: 100% !important;
        display: block;
    }

    body.single-product .woocommerce-product-gallery__image > a > img {
        width: auto !important;
        margin: auto !important;
        height: 80% !important;
    }

    body.single-product .woocommerce-product-gallery > figure > .woocommerce-product-gallery__image > a > img {
        width: 50% !important;
        height: auto !important;
    }

    .range-cat-prod > .wpb_column > .vc_column-inner > .wpb_wrapper > .woocommerce > .products_wrapper > ul.products > li.product-category {
        width: 250px;
        height: 340px;
    }
}

@media only screen and (min-width: 1240px) {

    body.single-product .woocommerce-product-gallery > figure > .woocommerce-product-gallery__image > a > img {
        width: 40% !important;
        height: auto !important;
    }
    
    header#Header .mfn-main-slider.mfn-rev-slider {
        top: -60px;
        margin-bottom: -60px;
    }

    /*-megamenu-*/
    #Top_bar .menu > li ul li a:hover,
    #Top_bar .menu > li ul li.hover > a {
        color: rgb(214, 25, 93);
    }

    i.menu-arrow.icon-right-open {
        display: none;
    }

    #Top_bar:not(.is-sticky) li.btn-prod {
        position: initial !important;
    }

    li.btn-prod > ul.sub-menu {
        left: 45% !important;
        transform: translate(-50%, 0px);
        width: 900px;
        border-radius: 0 300px 300px 0;
        padding: 20px;
        background-image: none !important;
    }

    #Top_bar.is-sticky li.btn-prod > ul.sub-menu {
        left: -50px !important;
        transform: initial;
    }

    li.btn-prod > ul.sub-menu * {
        box-shadow: none !important;
        border: none !important;
    }

    li.btn-prod > ul.sub-menu > li {
        background: #02a4a8;
        position: initial !important;
        width: 300px !important;
    }

    li.btn-prod > ul.sub-menu > li > a {
        color: white !important;
        padding: 18px !important;
    }

    li.btn-prod > ul.sub-menu > li:hover {
        background-color: rgb(214, 25, 93);
    }

    li.btn-prod > ul.sub-menu:after {
        content: "";
        position: absolute !important;
        width: 560px;
        height: calc(100% - 40px);
        top: 20px;
        right: 20px;
        border-radius: 0 300px 300px 0;
        background: #009999;
        background: linear-gradient(90deg, #02a4a8 0%, rgba(0, 41, 43, 1) 100%);
    }

    li.btn-prod > ul.sub-menu:before {
        content: "";
        position: absolute !important;
        width: 560px;
        height: calc(100% - 40px);
        top: 20px;
        right: 20px;
        background-image: url(/wp-content/uploads/2025/07/entete-cat.webp);
        background-position: 100% 50%;
        background-repeat: no-repeat;
        background-size: auto 100%;
        z-index: 1;
        border-radius: 0 300px 300px 0;
    }

    li.btn-prod > ul.sub-menu > li:hover > ul.sub-menu {
        left: 320px !important;
        top: 20px !important;
        width: 560px !important;
        height: calc(100% - 40px);
        border-radius: 0 300px 300px 0;
        background: rgb(214, 25, 93);
        background: linear-gradient(90deg, rgb(214, 25, 93) 10%, rgba(255, 164, 204, 1) 100%) !important;
    }

    li.btn-prod > ul.sub-menu > li:hover > ul.sub-menu > li {
        width: 100% !important;
        height: 100% !important;
    }

    li.btn-prod > ul.sub-menu > li:hover > ul.sub-menu {
        left: 320px !important;
        top: 20px !important;
        width: 560px !important;
        height: calc(100% - 40px);
        border-radius: 0 300px 300px 0;
        background: rgb(214, 25, 93);
        background: linear-gradient(90deg, rgb(214, 25, 93) 10%, rgba(255, 164, 204, 1) 100%) !important;
        overflow: hidden !important;
        box-shadow: none !important;
    }

    li.btn-prod > ul.sub-menu > li:hover > ul.sub-menu > li {
        width: 100% !important;
        height: 100% !important;
    }

    li.btn-prod > ul.sub-menu > li:hover > ul.sub-menu > li > a {
        padding: 0 !important;
        width: 100%;
        height: 100%;
        display: flex !important;
        position: relative !important;
    }

    li.btn-prod > ul.sub-menu > li:hover > ul.sub-menu > li > a > span {
        background: #009999;
        padding: 10px 20px;
        color: white !important;
        position: absolute !important;
        bottom: 20px;
        left: 20px;
        transition: 0.5s;
    }

    li.btn-prod > ul.sub-menu > li:hover > ul.sub-menu > li > a > span:hover {
        transition: 0.5s;
        background: #044d4d;
    }

    li.btn-prod > ul.sub-menu > li:hover > ul.sub-menu > li > a:before {
        content: "";
        position: absolute;
        top: 50%;
        right: 50px;
        width: 300px;
        height: 300px;
        transform: translate(0px, -50%);
        border-radius: 100%;
        background: #ffffff52;
    }

    li.btn-prod > ul.sub-menu > li:hover > ul.sub-menu > li > a:after {
        content: "";
        position: absolute;
        top: 50%;
        right: 40px;
        width: 320px;
        height: 320px;
        transform: translate(0px, -50%);
        background-color: transparent !important;
        background-position: 50% !important;
        background-repeat: no-repeat !important;
        background-size: contain !important;
    }

    li.btn-prod > ul.sub-menu > li.btn-lineaire:hover > ul.sub-menu > li > a:after {
        background-image: url(/wp-content/uploads/2025/06/mesure-lineaire.webp) !important;
    }

    li.btn-prod > ul.sub-menu > li.btn-rotative:hover > ul.sub-menu > li > a:after {
        background-image: url(/wp-content/uploads/2025/06/mesure-rotative.webp) !important;
    }

    li.btn-prod > ul.sub-menu > li.btn-deporte:hover > ul.sub-menu > li > a:after {
        background-image: url(/wp-content/uploads/2024/11/Commande-deportee.webp) !important;
    }

    li.btn-prod > ul.sub-menu > li.btn-automatisme:hover > ul.sub-menu > li > a:after {
        background-image: url(/wp-content/uploads/2024/11/Composants-dautomatisme.webp) !important;
    }

    li.btn-prod > ul.sub-menu > li.btn-variateur:hover > ul.sub-menu > li > a:after {
        background-image: url(/wp-content/uploads/2025/06/entrainement-variateur.webp) !important;
    }
	
	li.btn-prod > ul.sub-menu > li.btn-guidage:hover > ul.sub-menu > li > a:after {
        background-image: url(/wp-content/uploads/2025/06/guidage-lineaire.webp) !important;
    }

    li.btn-prod > ul.sub-menu > li.btn-mecanique:hover > ul.sub-menu > li > a:after {
        background-image: url(/wp-content/uploads/2025/06/transmission-mecanique.webp) !important;
    }

    li.btn-prod > ul.sub-menu > li.btn-securite:hover > ul.sub-menu > li > a:after {
        background-image: url(/wp-content/uploads/2025/06/securite-machine.webp) !important;
    }

    /*-megamenu-*/
    #Top_bar.is-sticky .menu_wrapper {
        display: flex;
        align-items: center;
    }

    #Top_bar.is-sticky .menu_wrapper nav#menu ul#menu-main-menu > li {
        margin-left: 30px;
    }

    .h1,
    .h1 * {
        font-size: 50px !important;
        line-height: 55px !important;
    }

    .h2,
    .h2 * {
        font-size: 40px !important;
        line-height: 45px !important;
    }

    .h3,
    .h3 * {
        font-size: 30px !important;
        line-height: 35px !important;
    }

    .h4,
    .h4 * {
        font-size: 25px !important;
        line-height: 30px !important;
    }

    .h5,
    .h5 * {
        font-size: 20px !important;
        line-height: 25px !important;
    }

    .h6,
    .h6 * {
        font-size: 15px !important;
        line-height: 20px !important;
    }

    .titre-baseline,
    .titre-baseline * {
        font-size: 20px !important;
        line-height: 20px !important;
    }

    .demi-encart.demi-encart-g {
        padding-left: calc(100% - 600px);
        padding-right: 20px;
    }

    .demi-encart.demi-encart-d {
        padding-right: calc(100% - 600px);
        padding-left: 20px;
    }

    /*----------------btn-flottant---------------------*/
    .btn-fixed-tel {
        width: 200px;
        transform: translate(150px, 0px);
        transition: 0.5s;
        background-position: 8% 40% !important;
        background-repeat: no-repeat;
        background-size: auto 50%;
        transition: 0.5s;
    }

    .btn-fixed-mail {
        width: 200px;
        transform: translate(150px, 0px);
        transition: 0.5s;
        background-position: 8% 40% !important;
        background-repeat: no-repeat;
        background-size: auto 50%;
        transition: 0.5s;
    }

    .btn-fixed-link {
        width: 200px;
        transform: translate(150px, 0px);
        transition: 0.5s;
        background-position: 8% 50% !important;
        background-repeat: no-repeat;
        background-size: auto 50%;
        transition: 0.5s;
    }

    .btn-fixed-tel:hover {
        transform: translate(0px, 0px);
        transition: 0.5s;
        background-position: 5% 50% !important;
        background-repeat: no-repeat;
    }

    .btn-fixed-mail:hover {
        transform: translate(0px, 0px);
        transition: 0.5s;
        background-position: 5% 50% !important;
        background-repeat: no-repeat;
    }

    .btn-fixed-link:hover {
        transform: translate(0px, 0px);
        transition: 0.5s;
        background-position: 5% 50% !important;
        background-repeat: no-repeat;
    }

    .btn-fixed-tel:hover,
    .btn-fixed-mail:hover,
    .btn-fixed-link:hover {
        background-color: #d6195d;
    }

    span.text-mobile {
        position: absolute;
        bottom: 0 !important;
        height: initial !important;
        left: 13px;
        transition: 0.5s;
    }

    .btn-fixed-tel:hover span.text-mobile,
    .btn-fixed-mail:hover span.text-mobile,
    .btn-fixed-link:hover span.text-mobile {
        opacity: 0;
        transition: 0.5s;
    }

    span.text-pc {
        position: absolute;
        width: initial !important;
        height: initial !important;
        top: 50%;
        right: 13px;
        transform: translate(0px, -50%);
        font-size: 14px !important;
        font-weight: 700;
        color: transparent !important;
        transition: 0.5s;
    }

    .btn-fixed-tel a span.text-pc,
    .btn-fixed-mail a span.text-pc,
    .btn-fixed-link a span.text-pc {
        right: inherit;
        left: 50px;
    }

    .btn-fixed-tel:hover span.text-pc,
    .btn-fixed-mail:hover span.text-pc,
    .btn-fixed-link:hover span.text-pc {
        transition: 0.5s;
        color: white !important;
    }

    /*----------------btn-flottant---------------------*/
    /*----------------header---------------------*/
    header#Header .mfn-main-slider.mfn-rev-slider {
        top: -60px;
        margin-bottom: -60px;
    }

    /*------------action-bar-----------------*/
    #Action_bar .column {
        display: flex;
        justify-content: end;
    }

    #Action_bar .column * {
        font-size: 20px;
        line-height: 30px;
    }

    li.btn-fixed-partenaires *,
    li.btn-fixed-documentations *,
    li.btn-fixed-societe * {
        font-size: 13px !important;
        line-height: 13px !important;
        text-transform: uppercase;
    }

    li.btn-fixed-linkedin {
        padding: 0 !important;
        margin-bottom: -10px;
    }

    li.btn-fixed-linkedin > a {
        width: 35px;
        height: 35px;
        display: block;
        background-image: url(/wp-content/uploads/2024/11/linkedin.jpg);
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: contain;
    }

    li.btn-tel-include,
    li.btn-mail-include {
        padding-left: 40px !important;
        position: relative;
    }

    li.btn-tel-include:before,
    li.btn-mail-include:before {
        content: "";
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translate(0px, -50%);
        width: 20px;
        height: 20px;
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: contain;
    }

    li.btn-tel-include:before {
        background-image: url(/wp-content/uploads/2024/11/phone.png);
    }

    li.btn-mail-include:before {
        background-image: url(/wp-content/uploads/2024/11/mail.png);
    }

    /*------------action-bar-----------------*/
    /*--------------top-bar------------------*/
    .header-stack #Top_bar:not(.is-sticky) {
        background: transparent !important;
    }

    .header-stack.header-center #Top_bar #menu {
        width: 100% !important;
    }

    .header-stack.header-center #Top_bar #menu > ul {
        display: flex;
        width: 100% !important;
        justify-content: space-evenly;
    }

    .header-stack.header-center #Top_bar:not(.is-sticky) #menu > ul {
        padding: 0 80px;
    }

    .header-stack.header-center #Top_bar.is-sticky #menu > ul > li > a {
        color: black;
    }

    .header-stack.header-center #Top_bar #menu > ul > li > a {
        font-size: 15px;
        text-transform: uppercase;
        display: block !important;
    }

    .header-stack.header-center #Top_bar #menu > ul > li > a > span {
        padding: 10px 0 !important;
        white-space: break-spaces;
        text-align: center;
        line-height: 18px;
        border: none;
    }

    .header-stack.header-center #Top_bar.is-sticky #menu .menu > li > a span {
        font-size: 13px !important;
        line-height: 15px !important;
        padding: 15px 0 !important;
    }

    #Top_bar.is-sticky .top_bar_left {
        display: flex;
    }

    .header-stack.header-center #Top_bar #menu > ul > li {
        /* flex: 1 !important; */
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #Top_bar.is-sticky .menu_wrapper .menu > li > a {
        padding: 0;
    }

    .wpcp-carousel-section .wpcp-swiper-dots .swiper-pagination-bullet {
        border-radius: 0;
        background: white !important;
    }

    .wpcp-carousel-section .wpcp-swiper-dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: #d6195d !important;
    }

    #Top_bar #logo {
        padding: 50px 0;
    }

    /*--------------top-bar------------------*/
    /*--------------menu------------------*/
    /*--------------mega-menu------------------*/
    /*--------------mega-menu------------------*/
    /*--------------menu------------------*/
    /*----------------header---------------------*/
    /*----------------content---------------------*/

    .habillage-titre {
        margin-top: 30px;
    }

    .habillage-titre > .wpb_wrapper {
        display: flex;
    }

    .habillage-titre p {
        position: relative;
    }

    .habillage-titre p:after {
        content: "";
        width: 60px;
        height: 60px;
        position: absolute;
        right: -40px;
        top: 50%;
        transform: translate(0px, -50%);
        z-index: 0;
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .habillage-titre-roue.habillage-titre-noir p:after {
        background-image: url(/wp-content/uploads/2024/11/configuration.png);
    }

    .habillage-titre-roue.habillage-titre-blanc p:after {
        background-image: url(/wp-content/uploads/2024/11/configuration-w.png);
    }

    .habillage-titre-triangle.habillage-titre-noir p:after {
        background-image: url(/wp-content/uploads/2024/11/triangle.png);
    }

    .habillage-titre-triangle.habillage-titre-blanc p:after {
        background-image: url(/wp-content/uploads/2024/11/triangle-w.png);
    }

    .habillage-titre-carre.habillage-titre-noir p:after {
        background-image: url(/wp-content/uploads/2024/11/carre.png);
        width: 115px;
        height: 70px;
        right: -80px;
    }

    .habillage-titre-carre.habillage-titre-blanc p:after {
        background-image: url(/wp-content/uploads/2024/11/carre-w.png);
        width: 115px;
        height: 70px;
        right: -80px;
    }

    .habillage-trait-deg {
        position: relative;
    }

    .habillage-trait-deg:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100vw;
        height: 250px;
    }

    .deg-vert-vert_fonce:before {
        background: rgb(0, 153, 153);
        background: linear-gradient(90deg, rgba(0, 153, 153, 1) 0%, rgba(0, 41, 43, 1) 100%);
    }

    .range-cat-prod > .wpb_column > .vc_column-inner > .wpb_wrapper > .woocommerce > .products_wrapper > ul.products {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .range-cat-prod > .wpb_column > .vc_column-inner > .wpb_wrapper > .woocommerce > .products_wrapper > ul.products > li.product-category {
        width: 250px;
        height: 340px;
        background: #ffffff80;
        border-radius: 60px 60px 200px 200px;
    }

    .range-cat-prod > .wpb_column > .vc_column-inner > .wpb_wrapper > .woocommerce > .products_wrapper > ul.products > li.product-category > a {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column-reverse;
    }

    .range-cat-prod > .wpb_column > .vc_column-inner > .wpb_wrapper > .woocommerce > .products_wrapper > ul.products > li.product-category > a:before {
        content: "";
        position: absolute;
        left: 50%;
        transform: translate(-50%, 0px);
        z-index: 0;
        border-radius: 100%;
        transition: 0.5s;
        width: 0px;
        height: 0px;
        bottom: 120px;
        background: rgb(214, 25, 93);
        background: linear-gradient(0deg, rgba(214, 25, 93, 1) 0%, rgba(255, 164, 204, 1) 100%);
    }

    .range-cat-prod > .wpb_column > .vc_column-inner > .wpb_wrapper > .woocommerce > .products_wrapper > ul.products > li.product-category:hover > a:before {
        bottom: -20px;
        width: 260px;
        height: 260px;
    }

    .range-cat-prod > .wpb_column > .vc_column-inner > .wpb_wrapper > .woocommerce > .products_wrapper > ul.products > li.product-category > a > img {
        margin-top: auto;
        z-index: 1;
        transition: 0.5s;
    }

    .range-cat-prod > .wpb_column > .vc_column-inner > .wpb_wrapper > .woocommerce > .products_wrapper > ul.products > li.product-category:hover > a > img {
        transition: 0.5s;
        transform: scale(1.1);
    }

    .range-cat-prod > .wpb_column > .vc_column-inner > .wpb_wrapper > .woocommerce > .products_wrapper > ul.products > li.product-category > a > h2.woocommerce-loop-category__title {
        height: 80px;
        padding: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .range-carousel .swiper-slide {
        border-radius: 100%;
        overflow: hidden;
    }

    .habillage-triangle-parallaxe:before {
        position: absolute;
        right: -5px;
        top: 50%;
        transform: translate(0px, -50%);
        height: 100%;
        width: 500px;
        z-index: 1;
        background-image: url(/wp-content/uploads/2024/11/masque-triangle.png) !important;
        background-position: 0% 50%;
        background-repeat: no-repeat;
        background-size: 200%;
    }

    .habillage-triangle-parallaxe.parallaxe-droite:before {
        right: inherit !important;
        left: -260px;
        background-position: 100% 50%;
        transition: 0.5s;
    }

    .habillage-doc:before {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%, 0);
        width: 100vw;
        height: 560px;
        background-image: url(/wp-content/uploads/2024/11/background-doc.jpg) !important;
        background-position: 0% 50%;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

    .habillage-doc {
        position: relative;
        overflow: visible !important;
    }

    .range-doc .icone-doc {
        display: flex;
        flex-direction: column-reverse;
        transition: 0.5s;
    }

    .range-doc .icone-doc > h2 {
        font-size: 25px;
    }

    .range-doc .icone-doc:hover {
        transition: 0.5s;
        transform: scale(1.1);
    }

    .range-doc .icone-doc:hover:before {
        width: 400px;
        height: 400px;
    }

    .range-doc .icone-doc:before {
        content: "";
        position: absolute;
        left: 50%;
        transform: translate(-50%, 50%);
        z-index: -1;
        border-radius: 100%;
        transition: 0.5s;
        width: 0px;
        height: 0px;
        bottom: 50%;
        background: rgb(214, 25, 93);
        background: linear-gradient(0deg, rgba(214, 25, 93, 1) 0%, rgba(255, 164, 204, 1) 100%);
    }

    .btn-rose > a.vc_general:hover {
        background-color: #00292b !important;
    }

    /*----------------content---------------------*/
    /*----------------footer---------------------*/

    .suivre {
        display: flex;
    }

    .suivre > div {
        width: 50px;
        height: 50px;
        margin-right: 10px;
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .btn-footer-linkedin {
        background-image: url(/wp-content/uploads/2024/11/linkedin.png);
    }

    .suivre > div > a {
        width: 100%;
        height: 100%;
        display: block;
    }

    .mfn-footer h4 {
        text-transform: uppercase;
        font-weight: 200;
        font-size: 25px;
        line-height: normal;
        text-align: center;
    }

    #Footer .widgets_wrapper .column.mobile-one {
        display: flex;
        justify-content: center;
    }

    #Footer .widgets_wrapper .column.mobile-one * {
        text-align: center;
    }

    #Footer .widgets_wrapper {
        padding: 20px 0;
    }

    .btn-suivre-footer > a {
        width: 35px;
        height: 35px;
        display: block;
        background-image: url(/wp-content/uploads/2024/11/linkedin.png);
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: contain;
        margin: auto;
    }

    /*----------------footer---------------------*/
}

@media only screen and (min-width: 1366px) {

    .habillage-triangle-parallaxe.parallaxe-droite:before {
        left: -190px;
    }
}

@media only screen and (min-width: 1440px) {}

@media only screen and (min-width: 1536px) {

    /*----------------header---------------------*/
    header#Header .mfn-main-slider.mfn-rev-slider {
        top: -90px;
    }

    /*------------action-bar-----------------*/
    /*------------action-bar-----------------*/
    /*--------------top-bar------------------*/

    .header-stack.header-center #Top_bar:not(.is-sticky) #menu > ul {
        padding: 0;
    }

    .header-stack.header-center #Top_bar #menu > ul > li > a {
        font-size: 18px;
        text-transform: uppercase;
        display: block !important;
    }

    .header-stack.header-center #Top_bar:not(.is-sticky) #menu > ul > li > a > span {
        padding: 20px 0 !important;
        white-space: break-spaces;
        text-align: center;
        line-height: 25px;
    }

    /*--------------top-bar------------------*/
    /*--------------menu------------------*/
    /*--------------mega-menu------------------*/
    /*--------------mega-menu------------------*/
    /*--------------menu------------------*/
    /*----------------header---------------------*/
    /*----------------content---------------------*/
    .habillage-triangle-parallaxe.parallaxe-droite:before {
        left: -100px;
    }

    /*----------------content---------------------*/
    /*----------------footer---------------------*/
}

@media only screen and (min-width: 1600px) {
    /*body.tax-product_cat div#Content {
        top: -230px;
    }

    li.btn-prod > ul.sub-menu {
        left: 50px !important;
        transform: initial !important;
    }*/

    body.tax-product_cat div#Subheader {
        margin-top: -80px;
    }
}

@media only screen and (min-width: 1700px) {}

@media only screen and (min-width: 1800px) {}

@media only screen and (min-width: 1900px) {
    .habillage-triangle-parallaxe.parallaxe-droite:before {
        left: 0;
    }
}

@media only screen and (min-width: 2500px) {}

/*-compaut-*/
