/*
Theme Name: Bargues
Theme URI: https://elementor.com/
Description: Thème enfant pour Hello Elementor.
Author: Comsud
Author URI: https://comsud.fr
Template: hello-elementor
*/

::selection {
    background-color: #C29C72;
    /* La couleur de fond de votre choix */
    color: #000000;
    /* La couleur du texte lors de la sélection */
}

::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}

::-webkit-scrollbar-track {
    background: #ffffff;
}

::-webkit-scrollbar-thumb {
    background-color: #FFFFFF;
    border-radius: 10px;
    border: 5px solid #008341;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #FFFFFF;
}

* {
    scrollbar-width: auto;
    scrollbar-color: #008341 #FFFFFF;
}

a.sticky-contact-tab {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
    background-color: #008744;
    color: #ffffff;
    text-decoration: none;
    padding: 17px 10px;
    border-radius: 25px 0 0 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease, padding-right 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
    opacity: 1;
}


.sticky-contact-tab.is-hidden {
    opacity: 0;
    transform: translate(40px, -50%);
    pointer-events: none;
    /* évite de cliquer dessus une fois invisible */
}

.sticky-tab-text {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-family: "Noto Sans", Sans-serif;
    font-weight: 600;
    font-size: 16px;
}

a.sticky-contact-tab:hover {
    background-color: #006633;
    padding-right: 15px;
    color: #fff;
}

.h1-title h1 {
    display: flex;
    flex-direction: column;
}

.argent-title {
    color: #FFF;
    text-shadow: 0 4px 15px rgba(74, 65, 54, 0.25);
    font-family: "argent-cf", Sans-serif;
    font-size: 27px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
}

.green-title {
    display: flex;
    flex-direction: column;
    color: #008341;
    text-align: center;
    font-family: "argent-cf", Sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
}

.green-title.left,
.green-title.left .beige-title {
    text-align: left;
    align-items: flex-start
}

.beige-title {
    color: #C29C72;
    text-align: center;
    font-family: "Corinthia", Sans-serif;
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
}

.beige-title.big {
    font-size: 60px;
}

.nomarge p:last-child {
    margin-bottom: 0;
}

#e-n-menu-title-3406 {
    border-radius: 25px;
    background: #008341;
    transition: background .3s ease-in;
}

#e-n-menu-title-3406 a span {
    color: #fff;
}

#e-n-menu-title-3406:hover {
    transition: background .3s ease-in;

    background: #006030;
}

/* polylang header*/
.langue {
    position: relative;
    display: inline-block;
    z-index: 9999;
    color: #000000;
    font-family: 'vinyl', Sans-serif;
    letter-spacing: 0.4px;
    font-size: 16px;
}

.langue:hover img.fleche,
.langue:focus-within img.fleche {
    transform: rotate(180deg);
}

/* Le lien principal (France / Worldwide) */
.linklangue {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: #000000;
    padding: 6px 10px;
    cursor: pointer;
    text-transform: uppercase;
    cursor: pointer;
    outline: none;
    font-family: "Noto Sans", Sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
}


.langue .sublang {
    display: none;
    position: absolute;
    top: 80%;
    left: 0;
    border-radius: 4px;
    overflow: hidden;
    text-transform: uppercase;
}

.linklangue:hover,
.sublang a:hover {
    color: #000000;
}

.sublang {
    padding-top: 10px;
    background: transparent;
}


.sublang a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 10px;
    text-decoration: none;
    color: #000000;
    transition: background 0.3s;
    font-family: "Noto Sans", Sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
}

.langue:hover .sublang,
.langue:focus-within .sublang {
    display: block !important;
}

.container-appli-home {
    display: inline-grid;
    width: 1100px;
    padding: 50px;
    row-gap: 26px;
    column-gap: 26px;
    grid-template-rows: repeat(1, fit-content(100%));
    grid-template-columns: repeat(6, minmax(0, 1fr));
    border-radius: 25px;
    background: url("/wp-content/uploads/2026/06/rectangle.png") no-repeat center center / 100% 100%;
    z-index: 2;
    position: relative;
}


.container-appli-home .child {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    color: #C29C72;
    font-family: "Argent-CF", Sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    line-height: 22px;
}

.container-appli-home .child:hover {
    color: #008341;
}

.container-appli-home .child svg {
    transition: all .2s ease;
}

.container-appli-home .child:nth-child(odd):hover svg {
    transform: rotate(7deg);
    transition: all .2s ease;
}

.container-appli-home .child:nth-child(even):hover svg {
    transform: rotate(-7deg);
    transition: all .2s ease;
}

.container-appli-home .child:hover svg path {
    stroke: #008341;
    fill: #008341;
}

.before-papier::after {
    content: '';
    position: absolute;
    top: 93px;
    left: 0;
    width: 100%;
    height: 44px;
    background: url("/wp-content/uploads/2026/06/separationtest.svg") no-repeat center center / 100% 100%;
    opacity: 1;
    z-index: 0;
}

.bandeau-defilant {
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
    z-index: 10;
    position: relative;
}

.bandeau-track {
    display: flex;
    width: max-content;
    animation: scroll 40s linear infinite;
    gap: 52px;
}

.bandeau-item {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #008341;
    font-family: "Argent-CF", Sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    /* 118.182% */
}

/* .bandeau-item img {
    width: 40px;
    height: 40px;
} */

@keyframes scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(calc(-50% - 26px));
    }
}

.bg {
    background: url("https://bargues.com/wp-content/uploads/2026/06/test2-1.svg") no-repeat center center / cover;
    aspect-ratio: 1104/560;
    filter: drop-shadow(0 4px 15px rgba(74, 65, 54, 0.25));
}

/* .swiper-wrapper {
    transition-duration: inherit !important;
} */
.slider-fruits .fruit-item {
    text-align: center;
    padding: 10px;
    width: 166px;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.slider-fruits .fruit-image {
    position: relative;
}

.slider-fruits .fruit-image img.img-fruit {
    max-width: 148px;
    max-height: 113px;
    width: auto;
    height: auto;
    transition: transform .3s ease;
}

.slider-fruits .fruit-item:hover img.img-fruit {
    transform: scale(1.1);
}

.slider-fruits .fruit-image .icon-plus {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity .3s ease;

}

.slider-fruits .fruit-image:hover .icon-plus {
    opacity: 1;
}

.slider-fruits h3 {
    color: #008341;
    text-align: center;
    font-family: "Argent-CF", Sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

/* Flèches */
.slider-fruits-container .swiper-button-prev-custom,
.slider-fruits-container .swiper-button-next-custom {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    /* Centrage vertical parfait */
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: background 0.3s, transform 0.2s;
    z-index: 100;
    /* Passe au-dessus des images */

}


.slider-fruits-container .swiper-button-prev-custom {
    left: -45px;
}

.slider-fruits-container .swiper-button-next-custom {
    right: -45px;
}

.d-flex {
    display: flex;
    justify-content: center;
}

.slide-image {
    padding: 0 20px;
}

.linear-bottom:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 300px;
    /* Ta hauteur précise */
    background: linear-gradient(0deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
    pointer-events: none;
    /* Pour que le dégradé ne bloque pas les clics sur les boutons */
    z-index: 0;
}

.linear-bottom-180:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 180px;
    /* Ta hauteur précise */
    background: linear-gradient(0deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
    pointer-events: none;
    /* Pour que le dégradé ne bloque pas les clics sur les boutons */
    z-index: 0;
}

.container-point-fort {
    display: flex;
    z-index: 1;
    gap: 22px;
    position: relative;
}

.container-point-fort .point-fort {
    background: url('https://bargues.com/wp-content/uploads/2026/06/background-point-fort.svg') no-repeat center center / contain;
    aspect-ratio: 260 / 300;
    width: 260px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 20px 0;
    transition: background .3s ease;
}

.container-point-fort .point-fort:hover {
    background: url('https://bargues.com/wp-content/uploads/2026/06/background-point-fort-hover.svg') no-repeat center center / contain;
    transition: background .3s ease;

}

.container-point-fort .point-fort .point-fort-item-title {
    color: #926737;
    text-align: center;
    font-family: "Argent-CF", sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
    margin-top: 20px;
}

.container-point-fort .point-fort .point-fort-item-description {
    color: #926737;
    text-align: center;
    font-family: "Noto Sans", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.bg-boucle-post-home {
    background: url("https://bargues.com/wp-content/uploads/2026/06/background-boucle-blog.svg") no-repeat center center / cover;
    aspect-ratio: 260 / 390;
    filter: drop-shadow(0 4px 15px rgba(74, 65, 54, 0.2));
    transition: background .3s ease;

}

.bg-boucle-post-home:hover {
    background: url("https://bargues.com/wp-content/uploads/2026/06/background-boucle-blog-hover.svg") no-repeat center center / cover;
    transition: background .3s ease;
    filter: drop-shadow(0 4px 15px rgba(233, 212, 187, 0.3));
}

.bg-boucle-post-home:hover .elementor-element-8ea50cd .elementor-button {
    background: #008341 !important;
}

.elementor-element-8ea50cd {
    margin-top: auto;
}

nav.fil-ariane a.linkhome {
    color: #000000;
}

span.page-courante {
    font-weight: 700;
}

.my-infinite-slider {
    width: 100%;
    overflow: hidden !important;
}

.my-infinite-slider .swiper-wrapper,
.slider-image-home .swiper-wrapper,
.slider-image-engagement .swiper-wrapper {
    align-items: center;
}

.my-infinite-slider {
    padding: 20px;
}

.my-infinite-slider .swiper-slide {
    width: 260px !important;
    background: #ffffff;
    border-radius: 25px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;

}

.slider-image-home .swiper-slide {
    width: auto !important;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.my-infinite-slider .slide-content {
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.my-infinite-slider .slide-content h3 {
    color: #926737;
    text-align: center;
    font-family: "Argent-CF", sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
}

.my-infinite-slider .slide-content p {
    color: #926737;
    text-align: center;
    font-family: "Noto Sans", Sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.my-infinite-slider .swiper-nav-wrapper,
.slider-savoir .swiper-nav-wrapper {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
    cursor: pointer;
}

.card,
.content-green,
.arrow-card {
    transition: all 0.5s ease;
}

.card {
    background-size: 100% 100% !important;
    transition: background-size 0.3s ease;

}

.card:hover {
    background-size: 110% 110% !important;
    transition: background-size 0.3s ease;
}

.card:hover .content-green {
    background-color: #006030 !important;
    transition: background-color 0.3s ease;
}

.card:hover .arrow-card {
    transform: translateX(10px);
    transition: transform 0.3s ease;
}

.swiper.slider-savoir {
    padding: 20px;
}

.slider-savoir .swiper-wrapper {
    align-items: stretch;
}

.slider-savoir .swiper-slide {
    width: 570px;
    background: #FFF;
    border-radius: 25px;
    padding: 30px 30px 15px;
    display: flex;
    height: auto;
    box-shadow: 0 4px 15px 0 rgba(74, 65, 54, 0.25);
}

.slider-savoir .slide-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.slider-savoir .slide-content h3 {
    font-family: "argent-cf", Sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 26px;
    color: #926737;
    margin: 17px 0;
    line-height: 26px;
}

.slider-savoir .slide-content p {
    text-align: start;
    font-family: "Noto Sans", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    line-height: 24px;

}

.slider-savoir .slide-content p:last-child {
    margin-bottom: 0;
}

/*nos produits*/
.drop-shadow-loop-prod {
    filter: drop-shadow(0 4px 15px rgba(74, 65, 54, 0.05));
    aspect-ratio: 260/ 400;
}

.taxo-loop-product {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
}

.taxo-item {
    display: inline-flex;
    background: #F6E4CD;
    border-radius: 25px;
    color: #008341;
    font-family: "Noto Sans", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    padding: 0 10px;
}

.facetwp-counter {
    display: none;
}

.facetwp-checkbox {
    background: url('https://bargues.com/wp-content/uploads/2026/06/checkbox-default.png') 0 50% no-repeat;
    background-size: 15px 15px;
}

.facetwp-checkbox.checked {
    background-image: url('https://bargues.com/wp-content/uploads/2026/06/checkbox-checked.png');
    background-size: 15px 15px;
}

.facetwp-display-value {
    color: #000;
    font-family: "Noto Sans", Sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.facetwp-load-more {
    font-family: "Noto Sans", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 25px 25px 25px 25px;
    padding: 8px 18px 8px 18px;
    background-color: #008341;
    color: #FFF;
    border: none;
}

.facetwp-load-more:hover,
.facetwp-load-more:active,
.facetwp-load-more:focus,
.facetwp-load-more:focus-visible,
.facetwp-load-more:focus-within {
    background-color: #006030;
}

/*signle prod*/
.single-produit .elementor-widget-n-accordion .e-n-accordion-item[open]>.e-n-accordion-item-title {
    border-radius: 20px 20px 0 0;
}

.product-info-container {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.product-info-item {
    font-family: "Noto Sans", Sans-serif;
}

.info-label {
    font-weight: 700;
}

.taxo-product {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.autres-produits-titre {
    color: #008341;
    text-align: center;
    font-family: "argent-cf", Sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 36px;
}

.container-icone {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: white;
    padding: 11px;
    display: flex;
    justify-content: center;
}

.container-icone img {
    height: 50px;
}

.img-boucle-application img {
    transition: all .3s ease;
}

.card-application .img-boucle-application {
    overflow: hidden;
    border-radius: 25px;
}

.card-application:hover .img-boucle-application img {
    transform: scale(1.1);
    transition: all .5s ease;

}

.avantages-container {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.avantage-item {
    display: flex;
    gap: 9px;
    align-items: center;
    color: #008341;
    font-family: "argent-cf", Sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
    justify-content: center;
    /* max-width: 260px; */

}

.avantages-container.avantages-count-3 .avantage-item {
    max-width: 314px;
}



/*engagement*/

.custom-accordion-card {
    position: relative;
    background: #ffffff;
    border-radius: 20px;
    padding: 90px 30px 15px;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
    margin-top: 50px;
    /* Pour laisser de la place au macaron */
    text-align: center;
    width: 100%;
}

.card-icon {
    position: absolute;
    top: -65px;
    left: 50%;
    transform: translateX(-50%);
    background: #008744;
    /* Ton vert */
    border-radius: 50%;
    width: 130px;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-header {
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.card-header h3 {
    color: #008341;
    text-align: center;
    font-family: "argent-cf", Sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}

.card-header .card-arrow {
    position: absolute;
    right: 30px;
    transition: transform 0.3s ease;
}

.card-body {
    /* display: none;
    margin-top: 20px; */
    text-align: center;
    color: #000;
    font-family: "Noto Sans", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    margin-top: 0px;
    transition: max-height 0.3s ease-out, opacity 0.3s ease-out, margin-top 0.3s ease-out;
}

.card-body>p,
.card-body>div {
    min-height: 0;

}

.card-body ul {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
}

.custom-accordion-card.is-open .card-body {
    max-height: 2000px;
    /* Une valeur arbitraire élevée pour qu'il s'ouvre complètement */
    opacity: 1;
    /* Le texte devient visible */
    margin-top: 20px;
}

.custom-accordion-card.is-open .card-arrow {
    transform: rotate(180deg);
}

.slider-image-engagement .swiper-slide {
    width: auto !important;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

/*contact*/
/* Container principal en 2 colonnes (50/50) */
.cf7-custom-form .main-container {
    display: flex;
    gap: 22px;
    margin-bottom: 20px;
}

.cf7-custom-form .main-col {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 0px;
    justify-content: space-between;
    /* Espace vertical entre les lignes */
}

/* Lignes internes pour Nom/Prénom et Entreprise/Tel */
.cf7-custom-form .inner-row {
    display: flex;
    gap: 22px;
}

.cf7-custom-form .inner-col {
    width: 50%;
}

.cf7-custom-form .full-width,
.cf7-custom-form .full-width label,
.cf7-custom-form .inner-col label {
    width: 100%;
}

/* Alignement vertical du bloc de droite pour étirer le message */
.cf7-custom-form .right-block {
    display: flex;
    flex-direction: column;
}

.cf7-custom-form .message-field {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.cf7-custom-form .message-field label {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.cf7-custom-form label {
    color: #008341;
    font-family: "Noto Sans", Sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    /* 125% */
    letter-spacing: 0.48px;
}

.cf7-custom-form label input:focus-visible {
    outline: #008341 1px solid;
}

.cf7-custom-form label input:not([type="file"]),
.cf7-custom-form label textarea,
.cf7-custom-form label select {
    border: none;
    border-radius: 20px;
    font-family: "Noto Sans", Sans-serif;
    font-style: italic;
    padding: 8px 21px;
    color: #727272;
    margin-top: 4px;
}

.bottom-row.file-row label {
    color: #000;
    font-family: "Noto Sans", Sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
}

.cf7-custom-form .privacy-row .wpcf7-list-item-label {
    color: #000;
    font-family: "Noto Sans", Sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    /* 114.286% */
}

.cf7-custom-form .message-field textarea {
    flex-grow: 1;
    resize: none;
    min-height: 150px;
    display: flex;
    /* Sécurité pour le responsive */
}

/* Styles des éléments du bas */
.cf7-custom-form .bottom-row.file-row,
.cf7-custom-form .bottom-row.submit-row {
    text-align: center;
    margin-top: 20px;
}

.cf7-custom-form .bottom-row.privacy-row {
    margin-top: 20px;
}

.cf7-custom-form .privacy-row {
    max-width: 676px;
    margin-left: auto;
    margin-right: auto;
}

.cf7-custom-form input[type="submit"] {
    background-color: #008744;
    color: #ffffff;
    font-weight: bold;
    padding: 12px 40px;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    text-transform: uppercase;
}

.cf7-custom-form input[type="submit"]:hover {
    background-color: #006030;
}

.page-id-45 .elementor-482 .elementor-element.elementor-element-fbc1f99:not(.elementor-motion-effects-element-type-background):after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 180px;
    background: linear-gradient(180deg, #FFF5E6 0%, #FFF 100%);
    pointer-events: none;
    z-index: 0;
}

.card-application {
    height: 100%;
}

.card-application .elementor-widget-button {
    margin-top: auto !important;
}

.custom-sitemap a {
    color: #000;
    font-family: "Noto Sans", Sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}

.custom-sitemap a:hover {
    color: #008341;
}

.table-responsive-cards tr,
.table-responsive-cards tr td {
    background-color: #FFF5E6 !important;
}

.br-mobile {
    display: none;
}

.drop-shadow-loop-prod:hover .img-single-prod img {
    transition: transform .3s ease-in-out;
    transform: scale(1.6) !important;

}

.img-single-prod {
    /* overflow: hidden; */
}

.img-single-prod img {
    transform: scale(1.5);
    transition: transform .3s ease-in-out;
}

@media (max-width:1392px) {
    .elementor-26 .elementor-element.elementor-element-4f85dfd {
        padding: 16px 30px;
    }
}

@media (max-width:1352px) {
    .elementor-26 .elementor-element.elementor-element-4f85dfd {
        padding: 16px 25px;
        gap: 10px;
    }

    .elementor-26 .elementor-element.elementor-element-208201e>.e-n-menu>.e-n-menu-wrapper>.e-n-menu-heading>.e-n-menu-item>.e-n-menu-title {
        padding: 8px 10px;
    }

    .elementor-26 .elementor-element.elementor-element-42c6410 {
        --padding-left: 20px;
        --padding-right: 20px;
    }
}

@media (max-width :1250px) {
    .elementor-26 .elementor-element.elementor-element-208201e>.e-n-menu>.e-n-menu-wrapper>.e-n-menu-heading>.e-n-menu-item>.e-n-menu-title>.e-n-menu-title-container>span {
        font-size: 15px;
    }

    .elementor-26 .elementor-element.elementor-element-42c6410 {
        --padding-left: 15px;
        --padding-right: 15px;
    }

    .elementor-26 .elementor-element.elementor-element-4f85dfd {
        padding: 16px 20px;
        gap: 8px;
    }
}

@media (max-width:1200px) {
    .container-point-fort .point-fort {
        padding: 40px 20px;
    }
}

@media(max-width:1193px) {
    .elementor-element-208201e {
        display: none;
    }

    .elementor-element-4f85dfd {
        justify-content: space-between;
    }

    .elementor-element-96cf08f {
        display: block !important;
    }
}

@media (max-width:1135px) {

    .elementor-element-47837ea7,
    .elementor-element-19c19885,
    .elementor-element-210d8e72,
    .elementor-element-1fb07eca,
    .elementor-element-2ff44d25,
    .elementor-element-2eb09cf0,
    .elementor-element-41b25488,
    .elementor-element-4e5af35d,
    .elementor-element-7b3e86ef,
    .elementor-element-30cb3e09,
    .elementor-element-5814b8d7,
    .elementor-element-23fb2137,
    .elementor-element-309c9534,
    .elementor-element-3b2e2c14,
    .elementor-element-3ed7a722,
    .elementor-element-292fbc07,
    .elementor-element-2dc2ccd1,
    .elementor-element-7bd648b3 {
        /* background-size: cover !important; */
        background-size: 100% 100% !important;
    }
}

@media (max-width:1120px) {
    .container-appli-home {
        width: 100%;
    }

    .bg {
        background: url("https://bargues.com/wp-content/uploads/2026/06/background-rectangle-ratio-none.svg") no-repeat center center / 100% 100%;
        aspect-ratio: unset;
    }

    .slider-fruits .fruit-item {
        padding: 0px 10px;
    }

    .prefooter {
        background-image: url(https://bargues.com/wp-content/uploads/2026/06/background-rectangle-vert-ratio-none.svg) !important;
        background-size: 100% 100% !important;
    }

    .container-point-fort .point-fort {
        padding: 30px 20px 15px;
        background: url(https://bargues.com/wp-content/uploads/2026/06/background-point-fort-ratio-none.svg) no-repeat center center / 100% 100%;
    }

    .container-point-fort .point-fort:hover {
        padding: 30px 20px 15px;
        background: url(https://bargues.com/wp-content/uploads/2026/07/background-point-fort-hover-ratio.svg) no-repeat center center / 100% 100%;
    }
}

@media (max-width: 1023px) {
    .container-point-fort {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media(max-width:920px) {
    .elementor-482 .elementor-element.elementor-element-1a4bc2f {
        font-size: 30px;
        line-height: 30px;
    }
}

@media (max-width:880px) {
    .container-appli-home {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .before-papier::after {
        top: 145px;
    }

    .avantages-container {
        flex-wrap: wrap;
    }

    .liste-produits-related .elementor-loop-container .elementor-863:nth-of-type(3) {
        display: none;
    }

    .cf7-custom-form .main-container {
        flex-direction: column;
    }

    .cf7-custom-form .main-col {
        width: 100%;
        flex-direction: column;
    }

    .cf7-custom-form .inner-row {
        flex-direction: column;
    }

    .cf7-custom-form .inner-row .inner-col {
        width: 100%;
    }
}

@media (max-width: 768px) {

    .cf7-custom-form .main-container,
    .cf7-custom-form .inner-row {
        flex-direction: column;
        gap: 15px;
    }

    .cf7-custom-form .main-col,
    .cf7-custom-form .inner-col {
        width: 100%;
    }
}

@media (max-width:767px) {
    .bg-boucle-post-home {
        background: url("https://bargues.com/wp-content/uploads/2026/06/background-boucle-blog-ratio-none.svg") no-repeat center center / 100% 100%;
        aspect-ratio: unset;
        filter: drop-shadow(0 4px 15px rgba(74, 65, 54, 0.2));
        min-height: 390px;
    }

    .fs-dropdown .fs-search {
        display: none;
    }

    .container-appli-home {
        padding: 50px 20px;
    }

    .elementor-element-2e21a35.elementor-nav-menu__align-end .elementor-nav-menu--layout-vertical>ul>li>a {
        justify-content: center;
    }

    .drop-shadow-loop-prod {
        aspect-ratio: unset;
    }

    .elementor-element-8a28c49 .facetwp-facet {
        margin-bottom: 20px;
    }

    .card-header .card-arrow {
        right: 5px;
    }

    .beige-title.big {
        font-size: 50px;
    }

    .br-mobile {
        display: block;
    }
}

@media (max-width:600px) {
    .slider-savoir .swiper-slide {
        width: 100%;

    }
}

@media (max-width:500px) {
    .slider-fruits-container .swiper-button-next-custom {
        right: 0;
    }

    .slider-fruits-container .swiper-button-prev-custom {
        left: 0;
    }

    .table-responsive-cards thead {
        display: none;
    }

    .table-responsive-cards,
    .table-responsive-cards tbody,
    .table-responsive-cards tr,
    .table-responsive-cards td {
        display: block;
        width: 100%;
    }

    .table-responsive-cards tr {
        margin-bottom: 16px;
        border: 1px solid #dee2e6;
        border-radius: 6px;
        overflow: hidden;
    }

    .table-responsive-cards td {
        display: flex;
        justify-content: space-between;
        align-items: center;
        text-align: right;
        padding: 10px 12px;
        border: none;
        border-bottom: 1px solid #eee;
    }

    .table-responsive-cards td:last-child {
        border-bottom: none;
    }

    .table-responsive-cards td::before {
        content: attr(data-label);
        font-weight: 600;
        text-align: left;
        margin-right: 12px;
        white-space: nowrap;
    }

    /* En mobile, on annule le color:transparent : on veut TOUT voir */
    .table-responsive-cards td.is-merged {
        color: inherit;
    }
}

@media (min-width: 768px) {
    .table-responsive-cards td.is-merge-start {
        border-bottom: none;
    }

    .table-responsive-cards td.is-merged {
        color: transparent;
        border-top: none;
    }

}