/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

/* ----
GLOBAL SITE
---- */


body {
    overflow-x: hidden
}

.section-intro::before {
    backdrop-filter: blur(3px) brightness(110%);
}

.carrousel-bg .bricks-swiper-container {
    height: 100%;
}

/* Style spécial gammes */
body.gamme-price-tag {
  --dark-color: #3f5c78;
  --dark-hsl: 209, 31%, 36%;
  --light-color: #C9E1F6;
  --light-color-lighter: #ebf2f8;
  --second-color: #657D91;
  --bricks-border-color: #3f5c78;
}


body.gamme-price-tag #brx-content .gform-theme {
    --gf-color-primary: #3f5c78;
    --gf-color-primary-rgb: 63, 92, 120;
    --gf-color-primary-contrast: #fff;
    --gf-color-primary-contrast-rgb: 255, 255, 255;
    --gf-color-primary-darker: #263646;
    --gf-color-primary-lighter: #6689aa;
    --gf-color-secondary: #fff;
    --gf-color-secondary-rgb: 255, 255, 255;
    --gf-color-secondary-contrast: #263646;
    --gf-color-secondary-contrast-rgb: 38, 54, 70;
    --gf-color-secondary-darker: #263646;
    --gf-color-secondary-lighter: #FFFFFF;
    --gf-color-out-ctrl-light: rgba(38, 54, 70, 0.1);
    --gf-color-out-ctrl-light-rgb: 38, 54, 70;
    --gf-color-out-ctrl-light-darker: rgba(102, 137, 170, 0.35);
    --gf-color-out-ctrl-light-lighter: #ebf2f8;
    --gf-color-out-ctrl-dark: #3f5c78;
    --gf-color-out-ctrl-dark-rgb: 63, 92, 120;
    --gf-color-out-ctrl-dark-darker: #263646;
    --gf-color-out-ctrl-dark-lighter: rgba(38, 54, 70, 0.65);
    --gf-color-in-ctrl: #fff;
    --gf-color-in-ctrl-rgb: 255, 255, 255;
    --gf-color-in-ctrl-contrast: #263646;
    --gf-color-in-ctrl-contrast-rgb: 38, 54, 70;
    --gf-color-in-ctrl-darker: #ebf2f8;
    --gf-color-in-ctrl-lighter: #FFFFFF;
    --gf-color-in-ctrl-primary: #6689aa;
    --gf-color-in-ctrl-primary-rgb: 74, 109, 177;
    --gf-color-in-ctrl-primary-contrast: #fff;
    --gf-color-in-ctrl-primary-contrast-rgb: 255, 255, 255;
    --gf-color-in-ctrl-primary-darker: #263646;
    --gf-color-in-ctrl-primary-lighter: #6689aa;
    --gf-color-in-ctrl-light: rgba(38, 54, 70, 0.1);
    --gf-color-in-ctrl-light-rgb: 38, 54, 70;
    --gf-color-in-ctrl-light-darker: rgba(102, 137, 170, 0.35);
    --gf-color-in-ctrl-light-lighter: #ebf2f8;
    --gf-color-in-ctrl-dark: #6689aa;
    --gf-color-in-ctrl-dark-rgb: 38, 54, 70;
    --gf-color-in-ctrl-dark-darker: #3f5c78;
    --gf-color-in-ctrl-dark-lighter: rgba(38, 54, 70, 0.65);
    --gf-radius: 0px;
    --gf-ctrl-border-color: #3f5c78;
    --gf-ctrl-label-color-primary: #3f5c78;
    --gf-ctrl-label-color-secondary: #3f5c78;
    --gf-ctrl-btn-border-color-secondary: #263646;
    --gf-ctrl-file-btn-bg-color-hover: #ebf2f8;
    --gf-field-pg-steps-number-color: rgba(38, 54, 70, 0.8);
    --gf-font-size-secondary: 15px;
    --gf-font-size-tertiary: 13px;
    --gf-ctrl-shadow: 0 0px 0px rgba(var(--gf-color-primary-rgb), 0);
}

body.gamme-guest {
  --dark-color: #314048;
  --dark-hsl: 201, 19%, 24%;
  --light-color: #E2D6B6;
  --light-color-lighter: #f3f0e8;
  --second-color: #C6AD6F;
  --bricks-border-color: #314048;
}
body.gamme-guest :is(h1,h2,h3,h4,h5,h6) {
    font-family: "Zodiak";
}

body.gamme-guest #brx-content .gform-theme {
    --gf-color-primary: #314048;
    --gf-color-primary-rgb: 49, 64, 72;
    --gf-color-primary-contrast: #fff;
    --gf-color-primary-contrast-rgb: 255, 255, 255;
    --gf-color-primary-darker: #20282c;
    --gf-color-primary-lighter: #415e6e;
    --gf-color-secondary: #fff;
    --gf-color-secondary-rgb: 255, 255, 255;
    --gf-color-secondary-contrast: #20282c;
    --gf-color-secondary-contrast-rgb: 32, 40, 44;
    --gf-color-secondary-darker: #20282c;
    --gf-color-secondary-lighter: #FFFFFF;
    --gf-color-out-ctrl-light: rgba(32, 40, 44, 0.1);
    --gf-color-out-ctrl-light-rgb: 32, 40, 44;
    --gf-color-out-ctrl-light-darker: rgba(65, 94, 110, 0.35);
    --gf-color-out-ctrl-light-lighter: #ebf2f8;
    --gf-color-out-ctrl-dark: #314048;
    --gf-color-out-ctrl-dark-rgb: 49, 64, 72;
    --gf-color-out-ctrl-dark-darker: #20282c;
    --gf-color-out-ctrl-dark-lighter: rgba(32, 40, 44, 0.65);
    --gf-color-in-ctrl: #fff;
    --gf-color-in-ctrl-rgb: 255, 255, 255;
    --gf-color-in-ctrl-contrast: #20282c;
    --gf-color-in-ctrl-contrast-rgb: 32, 40, 44;
    --gf-color-in-ctrl-darker: #ebf2f8;
    --gf-color-in-ctrl-lighter: #FFFFFF;
    --gf-color-in-ctrl-primary: #415e6e;
    --gf-color-in-ctrl-primary-rgb: 65, 94, 110;
    --gf-color-in-ctrl-primary-contrast: #fff;
    --gf-color-in-ctrl-primary-contrast-rgb: 255, 255, 255;
    --gf-color-in-ctrl-primary-darker: #20282c;
    --gf-color-in-ctrl-primary-lighter: #415e6e;
    --gf-color-in-ctrl-light: rgba(32, 40, 44, 0.1);
    --gf-color-in-ctrl-light-rgb: 32, 40, 44;
    --gf-color-in-ctrl-light-darker: rgba(102, 137, 170, 0.35);
    --gf-color-in-ctrl-light-lighter: #ebf2f8;
    --gf-color-in-ctrl-dark: #415e6e;
    --gf-color-in-ctrl-dark-rgb: 32, 40, 44;
    --gf-color-in-ctrl-dark-darker: #20282c;
    --gf-color-in-ctrl-dark-lighter: rgba(65, 94, 110, 0.65);
    --gf-radius: 3px;
    --gf-ctrl-border-color: #314048;
    --gf-ctrl-label-color-primary: #314048;
    --gf-ctrl-label-color-secondary: #314048;
    --gf-ctrl-btn-border-color-secondary: #20282c;
    --gf-ctrl-file-btn-bg-color-hover: #ebf2f8;
    --gf-field-pg-steps-number-color: rgba(32, 40, 44, 0.8);
    --gf-font-size-secondary: 15px;
    --gf-font-size-tertiary: 13px;
    --gf-ctrl-shadow: 0 0px 0px rgba(var(--gf-color-primary-rgb), 0);
}

#brx-content .gform-theme--framework {
    --gf-ctrl-border-color-focus: var(--main-color);
}

#brx-content .tablepress {
    --text-color: var(--dark-color);
    --head-text-color: var(--text-color);
    --head-bg-color: var(--light-color);
    --odd-text-color: var(--text-color);
    --odd-bg-color: #fff;
    --even-text-color: var(--text-color);
    --even-bg-color: var(--light-color-lighter);
    --hover-text-color: var(--text-color);
    --hover-bg-color: var(--light-color);
    --border-color: var(--light-color);
}

#menu-price-tag, #menu-guest {
    display: none;
}

body.gamme-price-tag #menu-price-tag {
    display: block;
}
body.gamme-guest #menu-guest {
    display: block;
}

/* Editeur Bricks du menu */
body.postid-144 #menu-price-tag,
body.postid-144 #menu-guest {
    display: block !important;
    background-color: var(--dark-color);
}

/* Boutons outline */
.bricks-button.outline {
    border-width: 1px;
}

/* Highlight des liens sur les textes */
:where(.brxe-accordion .accordion-content-wrapper) a, :where(.brxe-icon-box .content) a, :where(.brxe-list) a, :where(.brxe-post-content):not([data-source="bricks"]) a, :where(.brxe-posts .dynamic p) a, :where(.brxe-tabs .tab-content) a, :where(.brxe-team-members) .description a, :where(.brxe-testimonials) .testimonial-content-wrapper a, :where(.brxe-text) a, :where(a.brxe-text), :where(a.brxe-text-basic), :where(.brxe-post-comments) .comment-content a, :where(.brxe-text) a {
    text-decoration: underline;
}

/* Listes à puces */
.brxe-text ol {
    list-style: none;
    counter-reset: my-awesome-counter;
    padding-left: 0;
}
.brxe-text ol li {
    counter-increment: my-awesome-counter;
}
.brxe-text ol li::before {
    content: counter(my-awesome-counter);
    margin-right: 5px;
}
/* .brxe-text ul {
    list-style: none;
    padding-left: 0;
}
.brxe-text ul li::before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background: var(--dark-color);
    margin-right: 5px;
    display: inline-block;
    top: -3px;
    position: relative;
} */
.brxe-text ul {
    padding-left: 9px;
}
.brxe-text ul li {
    display: list-item;
    list-style-type: "-";
    padding-inline-start: 5px;
}


.bricks-swiper-button-prev, .bricks-swiper-button-next {
    transform: none;
}



#brx-content .brxe-breadcrumbs {
    font-size: var(--text-smaller);
    gap: 3px;
}

#brx-content .brxe-testimonials::before {
    content: "";
    width: 51px;
    height: 43px;
    background: url(/wp-content/uploads/2025/06/testimonial-icon.svg) center / contain no-repeat;
    position: relative;
    display: block;
    margin-bottom: 10px;
}
#brx-content .testimonial-meta-wrapper {
    margin-top: 25px;
}

#brx-content .brxe-counter {
    padding: 0px 7px;
    position: relative;
    line-height: 1;
    z-index: 2;
}
#brx-content .brxe-counter::before, #brx-content .title-underline .content :is(h2,h3,h4,h5,h6)::before, #brx-content .title-underline:is(h2,h3,h4,h5,h6)::before {
    content: "";
    width: 100%;
    height: 50%;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: white;
    z-index: -1;
}
#brx-content .title-underline .content :is(h2,h3,h4,h5,h6),
#brx-content .title-underline.light-underline:is(h2,h3,h4,h5,h6) {
    position: relative;
    line-height: 1;
    z-index: 2;
    display: inline-block;
    padding: 0px 5px 0px 2px;
    margin-bottom: var(--gap-xs);
    left: -1px;
}
#brx-content .title-underline.light-underline:is(h2,h3,h4,h5,h6)::before {
    background: var(--light-color);
}


#brx-content .brxe-accordion {
    border-bottom: 1px solid var(--dark-color);
}
#brx-content .brxe-accordion svg * {
    fill: var(--dark-color);
}


@keyframes pulse-border {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  70% {
    transform: scale(1.5);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

#brx-content .ba-image-hotspot-item-wrapper {
    text-align: center;
    position: relative;
}
#brx-content .ba-image-hotspot-item-wrapper::before {
    content: "";
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    border-radius: 50%;
    border: 2px solid var(--light-color);
    position: absolute;
    display: block;
    top: -5px;
    left: -5px;
    animation: pulse-border 2s infinite ease-out;
}


#brx-content .brxe-icon-box .title {
    font-size: var(--text-bigger);
    font-weight: 600;
    display: block;
    margin-bottom: var(--gap-xs);
}

#brx-content .slider-overflow .splide__track {
    overflow: visible;
}
#brx-content .slider-overflow .splide__slide {
    transition: all .2s ease-in-out;
}
#brx-content .slider-overflow .splide__slide:not(.is-visible),
#brx-content .slider-overflow .splide__slide.is-active + .splide__slide + .splide__slide + .splide__slide + .splide__slide {
    opacity: 0.5;
    transition: all .2s ease-in-out;
}


#brx-content .brxe-text blockquote {
    margin: var(--gap-l) 0 var(--gap-l) var(--gap-l);
    padding-left: var(--gap-s);
    border-left: 2px solid var(--second-color);
    font-family: "Poppins";
    font-style: italic;
    color: var(--second-color);
}


#brx-content .brxe-text-link {
    text-decoration: underline;
    text-underline-offset: 1px;
    transition: all .2s ease-in-out;
}
#brx-content .brxe-text-link:hover {
    text-underline-offset: 3px;
    transition: all .2s ease-in-out;
}

#brx-content .twolines-title strong {
    display: block;
}

#brx-content .brxe-list.connected-dots {
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: relative;
}
#brx-content .brxe-list.connected-dots::after {
    content: "";
    width: 100%;
    height: var(--gap-m);
    bottom: 0;
    left: 0;
    background-color: white;
    position: absolute;
    display: block;
}
#brx-content .brxe-list.connected-dots .content {
    height: 100%;
}
#brx-content .brxe-list.connected-dots .icon,
#brx-content .brxe-list.connected-dots .title {
    position: relative;
    padding-bottom: var(--gap-m);
    align-items: flex-start;
    height: 100%;
}
#brx-content .brxe-list.connected-dots .icon::before {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    background-color: var(--dark-color);
    z-index: -1;
}

@media (min-width: 768px) and (max-width: 1200px) {
    #brx-content .brxe-list.connected-dots {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 600px) {
    #brx-content .brxe-list.connected-dots {
        grid-template-columns: 1fr;
    }
}


#brx-content .icons-top .brxe-icon-box .icon {
    height: 65px;
    display: flex;
    align-items: flex-end;
}


#brx-content .slider-cartes .swiper-slide {
    text-align: center;
}
#brx-content .slider-cartes img {
    max-height: 450px;
    width: auto;
    margin: auto;
}



#brx-content section:not(#header-pages-edikio) .brxe-heading.sur-titre + .brxe-heading {
    margin-top: calc(-1 * var(--gap-m));
}
#brx-content section:not(#header-pages-edikio) .brxe-heading + .brxe-heading.sous-titre {
    margin-top: calc(-1 * var(--gap-m));
}



/* ----
HEADER NAV SITE
---- */

/* Select Gamme */
#brx-header .custom-select {
    position: relative;
    display: inline-block;
}
#brx-header .custom-select::before {
    content: attr(data-label);
    display: block;
    font-size: var(--text-xsmaller);
    position: absolute;
    top: -22px;
}
#brx-header .selected-option {
    width: 100%;
    padding: 8px 32px 7px 9px;
    background: transparent;
    border: 1px solid var(--white);
    text-align: left;
    cursor: pointer;
    position: relative;
    color: var(--white);
    font-size: var(--text-xsmaller);
}
#brx-header .selected-option::after {
    content: "";
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background-color: var(--white);
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M1.5 4L6 8L10.5 4' stroke='black' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M1.5 4L6 8L10.5 4' stroke='black' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");
    mask-repeat: no-repeat;
    mask-size: contain;
}
#brx-header .options {
    display: none;
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    width: auto;
    z-index: 10;
    background: #fff;
    border-top: none;
    border-radius: 5px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.18);
    overflow: hidden;
}
#brx-header .options a {
    display: block;
    padding: 7px 10px;
    text-decoration: none;
    transition: background 0.2s;
    font-size: var(--text-xsmaller);
    color: var(--dark-color);
}
#brx-header .options a:hover,
#brx-header .brx-dropdown-content a:hover,
#brx-header .trp-ls-shortcode-language a:hover {
    background: var(--light-color);
}
#brx-header .options a:not(:first-child),
#brx-header .main-menu .brx-dropdown-content > li:not(:first-child),
#brx-header .trp-ls-shortcode-language a:not(:first-child) {
    border-top: 1px solid var(--light-color);
}

#brx-header .custom-select.open .options {
    display: block;
}

#brx-header.scrolling .brx-nav-nested-items > li > .brxe-button.bricks-background-primary {
    color: white;
}

/* Sticky */
#brx-header.sticky.scrolling .selected-option {
    color: var(--dark-color);
    border-color: var(--dark-color);
}
#brx-header.sticky.scrolling .selected-option::after {
    background-color: var(--dark-color);
}
#brx-header.sticky.scrolling .custom-select::before {
    color: var(--dark-color);
}

#brx-header .brx-dropdown-content {
    border-radius: 5px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.18);
    overflow: hidden;
    color: var(--dark-color);
}
#brx-header .brx-dropdown-content a {
    padding: 9px 12px;
    text-decoration: none;
    transition: background 0.2s;
    color: var(--dark-color);
}

#brx-header .main-menu > ul > li {
    display: flex;
    flex-direction: row;
    align-items: center;
}


#brx-header .trp-language-switcher {
    width: auto;
    height: auto;
}
#brx-header .trp-language-switcher .trp-ls-shortcode-current-language {
    width: auto !important;
    border: none;
    background: transparent;
    padding: 0;
    display: flex;
    align-items: center;
    visibility: visible;
}
#brx-header .trp-language-switcher .trp-ls-shortcode-current-language a {
    color: var(--white);
    padding: 0;
    font-size: inherit;
}
#brx-header .trp-language-switcher .trp-ls-shortcode-current-language::after {
    content: "";
    position: relative;
    display: inline-block;
    margin-left: 6px;
    width: 14px;
    height: 14px;
    background-color: var(--white);
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M1.5 4L6 8L10.5 4' stroke='black' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M1.5 4L6 8L10.5 4' stroke='black' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");
    mask-repeat: no-repeat;
    mask-size: contain;
}
#brx-header .trp-ls-shortcode-language {
    left: auto;
    right: 0;
    width: auto !important;
    top: 100%;
    border: none;
    background: white;
    border-radius: 5px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.18);
    max-height: unset;
    padding: 0;
}
#brx-header .trp-ls-shortcode-language a {
    font-size: inherit;
    display: flex;
    gap: 5px;
    padding: 7px 10px;
    border-radius: 0px;
}
#brx-header .trp-ls-shortcode-language a .lang-english {
    opacity: 0.5;
}
#brx-header .trp-ls-shortcode-language a.current .lang-english::after {
    content: "";
    position: relative;
    display: inline-block;
    margin-left: 6px;
    width: 14px;
    height: 14px;
    margin-top: -2px;
    top: 3px;
    background-color: var(--dark-color);
    -webkit-mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 14 14"><g id="icon-check" transform="translate(-4486 326)"><path id="Tracé_111" data-name="Tracé 111" d="M1145.2,26.819a.5.5,0,0,1-.35-.143l-2.483-2.43a.5.5,0,0,1,.7-.715l2.108,2.063,3.933-4.427a.5.5,0,0,1,.748.664l-4.281,4.819a.5.5,0,0,1-.356.168Z" transform="translate(3346.669 -342.679)" fill="%233f5c76"/><path id="Ellipse_25" data-name="Ellipse 25" d="M7,1a6,6,0,1,0,6,6A6.007,6.007,0,0,0,7,1M7,0A7,7,0,1,1,0,7,7,7,0,0,1,7,0Z" transform="translate(4486 -326)" fill="%233e5b75"/></g></svg>');
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 14 14"><g id="icon-check" transform="translate(-4486 326)"><path id="Tracé_111" data-name="Tracé 111" d="M1145.2,26.819a.5.5,0,0,1-.35-.143l-2.483-2.43a.5.5,0,0,1,.7-.715l2.108,2.063,3.933-4.427a.5.5,0,0,1,.748.664l-4.281,4.819a.5.5,0,0,1-.356.168Z" transform="translate(3346.669 -342.679)" fill="%233f5c76"/><path id="Ellipse_25" data-name="Ellipse 25" d="M7,1a6,6,0,1,0,6,6A6.007,6.007,0,0,0,7,1M7,0A7,7,0,1,1,0,7,7,7,0,0,1,7,0Z" transform="translate(4486 -326)" fill="%233e5b75"/></g></svg>');
    mask-repeat: no-repeat;
    mask-size: contain;
}

#brx-header.scrolling .trp-language-switcher .trp-ls-shortcode-current-language a {
    color: var(--dark-color);
}
#brx-header.scrolling .trp-language-switcher .trp-ls-shortcode-current-language::after {
    background-color: var(--dark-color);
}


/* ----
FOOTER SITE
---- */
#brx-footer .big-footer strong {
    font-weight: 600;
}
#brx-footer .list-footer {
    padding: 0;
    list-style: none;
}
#brx-footer .copyrights a {
    font-weight: initial;
    border: none;
}



.single-post #brx-header .col-menu {
    color: var(--dark-color);
}
.single-post #brx-header .selected-option {
    color: var(--dark-color);
    border-color: var(--dark-color);
}
.single-post #brx-header .selected-option::after {
    background-color: var(--dark-color);
}
.single-post #brx-header .custom-select::before {
    color: var(--dark-color);
}
.single-post #brx-content .infos-article strong {
    font-weight: 600;
}
.single-post #brx-content .brxe-post-content > section > div > div > h2:not(:first-child) {
    margin-top: 50px;
}
.single-post #brx-content .brxe-post-content > section > div > div > *:not(.brxe-button) + .brxe-button {
    margin-top: 10px;
}
.single-post #brx-content .brxe-accordion {
    margin-top: var(--spacing-xs);
}
.single-post #brx-content .brxe-accordion + *:not(h2) {
    margin-bottom: var(--spacing-xs);
}

@media (min-width: 992px) {
    .single-post #brx-content .share-btns {
        position: absolute;
        right: 0;
        bottom: var(--spacing-xs);
    }
}

.single-post #brx-content .toc-list-item {
        border-bottom: 1px solid var(--dark-color);
}
.single-post #brx-content .toc-list-item a {
    padding-right: 40px;
}
.single-post #brx-content .toc-list-item a::after {
    content: "";
    width: 15px;
    height: 11px;
    background: url(/wp-content/uploads/2025/06/right-arrow.svg) center / contain no-repeat;
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

#brx-content .posts-highlight .brx-grid > .brxe-block:not(:first-child)::before {
    content: "";
    height: 100%;
    width: 1px;
    display: block;
    position: absolute;
    left: calc(-0.5 * var(--spacing-m));
    background-color: var(--dark-color);
}
#brx-content .posts-highlight .brx-grid > .brxe-block:not(:first-child)::after {
    content: "";
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    left: calc(-0.5 * var(--spacing-m) - 12px);
    top: 30px;
    background: url(/wp-content/uploads/2025/06/sep-blog-pricetag.svg) center / contain no-repeat;
}
.gamme-guest #brx-content .posts-highlight .brx-grid > .brxe-block:not(:first-child)::after {
    background: url(/wp-content/uploads/2025/06/sep-blog-guest.svg) center / contain no-repeat;
}


#header-pages-edikio::before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    position: absolute;
    background: linear-gradient(to bottom, hsla(var(--dark-hsl), 1), hsla(var(--dark-hsl), 0.4));
}
#header-pages-edikio > .brxe-container {
    position: relative;
    z-index: 2;
}
#header-pages-edikio .pageheader-content-wrapper {
    max-width: calc(1300px - (290px - ((100vw - 1300px) / 2)));
}
@media (min-width: 768px) and (max-width: 1300px) {
    #header-pages-edikio .pageheader-content-wrapper {
        max-width: calc(100% - 260px);
    }
}
@media (max-width: 767px) {
    #header-pages-edikio .pageheader-content-wrapper {
        max-width: calc(100% - 150px);
    }
}

body.gamme-price-tag #header-pages-edikio::after {
    content: "";
    width: 290px;
    height: 206px;
    bottom: 0;
    right: 0;
    display: block;
    position: absolute;
    background: url(/wp-content/uploads/2025/06/illu-head-pricetag.svg)  right bottom / contain no-repeat;
}


@media (min-width: 767px) {
    #brx-content .slider-screenshots .swiper-slide-active {
        width: calc(44% - 20px) !important;
    }
    #brx-content .slider-screenshots .swiper-slide-next,
    #brx-content .slider-screenshots .swiper-slide-next + .swiper-slide {
        width: calc(28% - 20px) !important;
    }
    #brx-content .slider-screenshots .swiper-wrapper {
        display: flex;
    }
}


#brx-content .tab-menu-wrapper {
    position: relative;
    overflow: hidden; 
}
#brx-content .tab-menu-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 100%;
    pointer-events: none; /* pour ne pas bloquer les clics */
    background: linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,1));
    z-index: 2;
}
#brx-content .tab-menu {
    overflow-x: auto;
    white-space: nowrap;
    flex-wrap: nowrap;
    overflow-y: hidden;
    gap: var(--gap-m);
    scroll-behavior: smooth;
    padding-right: 50px;
}
#brx-content .tab-menu .tab-title {
    font-size: var(--fontsize-h5);
}
#brx-content .tab-menu .tab-title.brx-open {
    font-weight: 600;
    text-decoration: underline;
}

#brx-content .tab-content {
    position: relative;
}
#brx-content .tab-content::after {
    content: "";
    width: 290px;
    height: 206px;
    bottom: 0;
    right: 0;
    display: block;
    position: absolute;
    background: url(/wp-content/uploads/2025/07/illu-lines-pricetag-white.svg) right bottom / contain no-repeat;
    z-index: 1;
}
#brx-content .tab-content > * {
    z-index: 2;
}



#brx-content .tableau-comparatif thead > tr > *,
#brx-content .tableau-comparatif tfoot > tr > * {
    width: 25%;
    background-color: white;
    font-weight: 400;
    padding-left: 18px;
    padding-right: 18px;
}
#brx-content .tableau-comparatif thead > tr > * {
    border-bottom: 1px solid hsla(var(--dark-hsl), .2);
}
#brx-content .tableau-comparatif thead > tr > *,
#brx-content .tableau-comparatif tbody > tr:not(.accordion-title) > td {
    font-size: 14px;
}
#brx-content .tableau-comparatif thead > tr > *:not(:first-child),
#brx-content .tableau-comparatif tfoot > tr > *:not(:first-child),
#brx-content .tableau-comparatif tbody > tr:not(.accordion-title) > td:not(:first-child) {
    border-left: 1px solid hsla(var(--dark-hsl), .2);
    text-align: center;
} 
#brx-content .tableau-comparatif tbody > tr:not(.accordion-title) > td {
    border-top: none;
}
#brx-content .tableau-comparatif thead strong,
#brx-content .tableau-comparatif tfoot strong {
    margin: 6px auto;
    display: block;
    font-size: var(--text);
}
#brx-content .tableau-comparatif thead a,
#brx-content .tableau-comparatif tfoot a {
    background-color: var(--main-color);
    color: var(--white);
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: var(--letterspacing-small);
    border-radius: 40px;
    padding: 10px 22px;
    display: inline-block;
    margin: 18px auto;
}
#brx-content .tableau-comparatif tbody td {
    vertical-align: middle;
}
#brx-content .tableau-comparatif tbody > tr.accordion-title td {
    font-size: var(--fontsize-h4);
    font-weight: 600;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 60px;
    position: relative;
    background-color: white;
    border-bottom: 1px solid hsla(var(--dark-hsl), .2);
}
#brx-content .tableau-comparatif tbody > tr.accordion-title td::after {
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 18px;
    margin: auto;
    background: url(/wp-content/uploads/2025/07/icon-more-tbl.svg) center / contain no-repeat;
    z-index: 1;
}
#brx-content .tableau-comparatif tbody > tr.accordion-title.open td::after {
    background: url(/wp-content/uploads/2025/07/icon-less-tbl.svg) center / contain no-repeat;
}

#brx-content .tableau-comparatif span.yes::before,
#brx-content .tableau-comparatif span.no::before {
    content: "";
    display: block;
    position: relative;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 1;
}
#brx-content .tableau-comparatif span.yes::before {
    width: 20px;
    height: 20px;
    background: url(/wp-content/uploads/2025/06/icon-check.svg) center / contain no-repeat;
}
#brx-content .tableau-comparatif span.no::before {
    width: 20px;
    height: 2px;
    background-color: var(--dark-color);
}


#brx-content .curved-lines-overlay::before {
    width: 78px;
    height: 78px;
    background-color: var(--white);
    -webkit-mask-image: url('data:image/svg+xml,<svg id="illu-curved-line" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="78" height="78" viewBox="0 0 78 78"><defs><clipPath id="clip-path"><rect id="Rectangle_610" data-name="Rectangle 610" width="78" height="78" fill="%23e7362d"/></clipPath></defs><g id="Groupe_1721" data-name="Groupe 1721" clip-path="url(%23clip-path)"><path id="Tracé_110" data-name="Tracé 110" d="M75.427,69.19a22.831,22.831,0,0,0-13.3.651,45.594,45.594,0,0,0-2-12.574C56.082,43.742,43.216,35.924,29.876,33.675,28.685,24.193,24.6,14.467,17.942,7.548A37.433,37.433,0,0,0,7.541,0l-2.5,5.626c1.989,1.4,4.139,2.523,6,4.123,6.595,5.683,10.965,14.44,12.285,23C14.271,32.239,2.638,35.867.312,45.756A10.338,10.338,0,0,0,9.743,58.734c11.112.9,19-8.359,19.851-18.755,8.787,1.861,17.866,6.215,22.45,14.288a30.856,30.856,0,0,1,2.973,8.589c.767,3.664,1.338,7.708.23,11.333L60.031,78a17.28,17.28,0,0,1,15.825-2.138L78,70.4c.056-.575-2.022-1.067-2.571-1.209M11.39,52.506c-4.853.137-6.227-3.644-3.918-7.542,2.938-4.96,10.589-6.082,15.857-5.95-.365,6.545-4.866,13.292-11.939,13.492" fill="%23e7362d"/></g></svg>');
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-image: url('data:image/svg+xml,<svg id="illu-curved-line" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="78" height="78" viewBox="0 0 78 78"><defs><clipPath id="clip-path"><rect id="Rectangle_610" data-name="Rectangle 610" width="78" height="78" fill="%23e7362d"/></clipPath></defs><g id="Groupe_1721" data-name="Groupe 1721" clip-path="url(%23clip-path)"><path id="Tracé_110" data-name="Tracé 110" d="M75.427,69.19a22.831,22.831,0,0,0-13.3.651,45.594,45.594,0,0,0-2-12.574C56.082,43.742,43.216,35.924,29.876,33.675,28.685,24.193,24.6,14.467,17.942,7.548A37.433,37.433,0,0,0,7.541,0l-2.5,5.626c1.989,1.4,4.139,2.523,6,4.123,6.595,5.683,10.965,14.44,12.285,23C14.271,32.239,2.638,35.867.312,45.756A10.338,10.338,0,0,0,9.743,58.734c11.112.9,19-8.359,19.851-18.755,8.787,1.861,17.866,6.215,22.45,14.288a30.856,30.856,0,0,1,2.973,8.589c.767,3.664,1.338,7.708.23,11.333L60.031,78a17.28,17.28,0,0,1,15.825-2.138L78,70.4c.056-.575-2.022-1.067-2.571-1.209M11.39,52.506c-4.853.137-6.227-3.644-3.918-7.542,2.938-4.96,10.589-6.082,15.857-5.95-.365,6.545-4.866,13.292-11.939,13.492" fill="%23e7362d"/></g></svg>');
    mask-repeat: no-repeat;
    mask-size: contain;
}


#brx-content .slider-activite .swiper-slide {
    height: 400px;
}
#brx-content .slider-activite .swiper-slide img {
    height: 100% !important;
    object-fit: cover;
    min-height: 100%;
}



#brx-content .image-choices-field {
    --ic-feature-color: var(--dark-color);
    --ic-text-font: "Poppins", sans-serif;
    --ic-text-color: var(--dark-color);
    --ic-image-background-color: var(--light-color-lighter);
    --ic-text-size: var(--text-xsmaller);
}

#brx-content .image-choices-lightbox-btn {
    background-color: hsla(var(--dark-hsl), .7);
}
#brx-content .image-choices-lightbox-btn:hover {
    background-color: var(--dark-color);
}

#brx-content .gform_wrapper form {
    position: relative;
}
#brx-content .gform_wrapper .gf_page_steps {
    position: absolute;
    top: 0;
    right: 0;
    width: 320px;
    max-width: 25%;
    min-height: 42px;
    padding-left: 20px;
    margin: 0;
    justify-content: flex-end;
    gap: var(--gap-s);
}
#brx-content .gform_wrapper .titre-step {
    width: calc(100% - 300px);
    max-width: 75%;
    font-size: var(--fontsize-h2);
    font-weight: 600;
    display: flex;
    gap: 10px;
}
#brx-content .gform_wrapper .titre-step .step-nb {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: var(--dark-color);
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: var(--text);
    font-weight: 700;
    margin-top: 4px;
}
#brx-content .gform_wrapper .titre-step .step-nb + span {
    width: calc(100% - 42px);
    line-height: 1.2;
}
#brx-content .predefined-label-field .gfield_checkbox {
    grid-template-columns: repeat(5, 1fr);
    display: grid;
}
#brx-content .gfield_checkbox .image-choices-choice {
    width: auto;
}
#brx-content .image-choices-choice-text strong {
    display: block;
}


#brx-content .gf_step {
    align-self: center;
    position: relative;
}
#brx-content .gf_step:not(.gf_step_active) .gf_step_label {
    display: none;
}
#brx-content .gf_step.gf_step_active .gf_step_label {
    padding-right: 10px;
    color: var(--dark-color);
    text-transform: none;
}
#brx-content .gf_step_number {
    border: none;
    color: white;
    background-color: var(--dark-color);
    position: relative;
}
#brx-content .gf_step:not(.gf_step_active) .gf_step_number::before,
#brx-content .gf_step.gf_step_active::before {
    content: '';
    position: absolute;
    display: block;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    top: -5px;
    left: -5px;
    border: 1px solid var(--light-color);
    border-radius: 50px;
}   
#brx-content .gf_step_pending .gf_step_number {
    color: var(--dark-color);
    background-color: var(--light-color-lighter);
}

#brx-content .gfield--type-html {
    gap: var(--gap-m);
    display: flex;
    flex-direction: column;
}

#brx-content .gform_page_footer input {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: var(--letterspacing-small);
    outline: none;
    border-radius: 40px;
    padding: 10px 22px;
    box-shadow: none;
}
#brx-content .gform_page_footer .gform_next_button {
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 5l8 7-8 7' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1em center;
    background-size: 1em;
    padding-right: 2.5em;
}
#brx-content .gform_page_footer .gform_previous_button {
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 19L8 12l8-7' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: left 1em center;
    background-size: 1em;
    padding-left: 2.5em;
    color: var(--dark-color);
    background-color: var(--light-color);
    border-color: var(--light-color);
}
#brx-content .gform_page_footer .gform_previous_button:hover {
    background-color: transparent;
    border-color: var(--dark-color);
}


#brx-content .personalized-cards .gfield_checkbox {
    grid-template-columns: repeat(6, 1fr);
    display: grid;
}
#brx-content .gform_wrapper .info {
    background-color: var(--light-color-lighter);
    padding: 10px;
}
#brx-content .gform_wrapper #valeur-format strong {
    font-weight: 400;
}
#brx-content .gform_wrapper #valeur-format strong::before {
    content: "-";
    margin: 0px 5px;
}
#brx-content fieldset.allergenes .ginput_container, #brx-content fieldset.picto .ginput_container {
    padding: var(--gap-m);
    background-color: var(--light-color);
}
#brx-content fieldset.picto label img {
    display: none;
}
#brx-content fieldset.allergenes .ginput_container > *, #brx-content fieldset.picto .ginput_container > * {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
#brx-content .gform_wrapper .gfield_label {
    font-weight: 600;
}
#brx-content .gform_wrapper {
    display: flex;
    flex-direction: column;
}
#brx-content .gform_heading {
    order: 10;
    margin-top: var(--gap-m);
}


#brx-content .gform_wrapper input, #brx-content .gform_wrapper select, #brx-content .gform_wrapper textarea {
    outline: none;
}


#brx-content .gform_wrapper .legal-notice {
    font-size: var(--text-xsmaller);
}


#brx-content #previsualisation {
    color: white;
    width: 313px;
    aspect-ratio: 313 / 200;
    height: auto;
    margin: auto;
    position: relative;
    font-family: "Edikio Chalk", "Poppins", sans-serif;
    font-variant-ligatures: none;
    line-height: 1;
    max-width: 100%;
}
#brx-content #previsualisation .visuel-carte img {
    width: 100%;
    height: 100%;
}
#brx-content #previsualisation .visuel-carte::before {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 25px;
    background: url(/wp-content/uploads/2025/07/logo-edikio-white.png) center / contain no-repeat;
    z-index: 2;
    bottom: 18px;
    right: 19px;
}
#brx-content #previsualisation .contenu {
    top: 17px;
    right: 22px;
    text-align: right;
    position: absolute;
}
#brx-content #previsualisation .titre {
    font-size: 22px;
    margin-bottom: 7px;
}
#brx-content #previsualisation .description {
    font-size: 13px;
}
#brx-content #previsualisation .prix {
    display: flex;
    align-items: baseline;
    bottom: 60px;
    left: 50%;
    font-size: 45px;
    transform: translateX(-50%);
    position: absolute;
}
#brx-content #previsualisation .prix .valeur {
    display: flex;
    flex-wrap: nowrap;
}
#brx-content #previsualisation .unite::before {
    content: "/";
} 
#brx-content #previsualisation .unite {
    font-size: 24px;
}
#brx-content #previsualisation .allergenes {
    font-size: 11px;
    left: 25px;
    bottom: 20px;
    display: flex;
    position: absolute;
}
#brx-content #previsualisation .picto {
    width: 60px;
    height: 60px;
    top: 16px;
    left: 18px;
    position: absolute;
    margin: 0;
}

/* Variante noire-portrait */
#brx-content #previsualisation.carte-noire-portrait {
    width: 200px;
    aspect-ratio: 200 / 313;
    height: auto;
}
#brx-content #previsualisation.carte-noire-portrait .contenu {
    right: auto;
    left: 50%;
    width: 100%;
    text-align: center;
    transform: translateX(-50%);
}
#brx-content #previsualisation.carte-noire-portrait .prix {
    top: 50%;
    transform: translate(-50%, -50%);
    bottom: auto;
    flex-direction: column;
    align-items: flex-end;
    max-width: 125px;
    font-size: 45px;
    line-height: 30px;
}
#brx-content #previsualisation.carte-noire-portrait .allergenes {
    flex-wrap: wrap;
    justify-content: flex-end;
    right: 18px;
    bottom: 91px;
    max-width: 95px;
    line-height: normal;
    left: auto;
}
#brx-content #previsualisation.carte-noire-portrait .picto {
    bottom: 55px;
    left: 18px;
    top: auto;
}

/* Variante noire-ardoise-paysage */
#brx-content #previsualisation.carte-noire-ardoise-paysage {
    width: 327px;
    aspect-ratio: 327 / 210;
    height: auto;
}
#brx-content #previsualisation.carte-noire-ardoise-paysage .contenu {
    top: 24px;
    right: 30px;
}
#brx-content #previsualisation.carte-noire-ardoise-paysage .allergenes {
    left: 33px;
    bottom: 30px;
}
#brx-content #previsualisation.carte-noire-ardoise-paysage .visuel-carte::before {
    bottom: 30px;
    right: 30px;
}
#brx-content #previsualisation.carte-noire-ardoise-paysage .picto {
    top: 25px;
    left: 30px;
}

/* Variante noire-150-50 */
#brx-content #previsualisation.carte-noire-150-50 {
    width: 360px;
    aspect-ratio: 360 / 120;
    height: auto;
}
#brx-content #previsualisation.carte-noire-150-50 .contenu {
    top: 4px;
    right: 10px;
}
#brx-content #previsualisation.carte-noire-150-50 .titre {
    font-size: 36px;
}
#brx-content #previsualisation.carte-noire-150-50 .prix {
    left: 59px;
    bottom: 25px;
    font-size: 45px;
    transform: none;
}
#brx-content #previsualisation.carte-noire-150-50 .allergenes {
    left: 10px;
    bottom: 8px;
}
#brx-content #previsualisation.carte-noire-150-50 .visuel-carte::before {
    bottom: 8px;
    right: 10px;
}
#brx-content #previsualisation.carte-noire-150-50 .picto {
    width: 37px;
    height: 37px;
    top: 50%;
    left: 7px;
    transform: translateY(-50%);
}

/* Variante noire-120-50 */
#brx-content #previsualisation.carte-noire-120-50 {
    width: 343px;
    aspect-ratio: 343 / 143;
    height: auto;
}
#brx-content #previsualisation.carte-noire-120-50 .contenu {
    top: 15px;
    right: 20px;
}
#brx-content #previsualisation.carte-noire-120-50 .titre {
    font-size: 33px;
}
#brx-content #previsualisation.carte-noire-120-50 .prix {
    left: 20px;
    bottom: 35px;
    font-size: 35px;
    transform: none;
}
#brx-content #previsualisation.carte-noire-120-50 .allergenes {
    left: 20px;
    bottom: 18px;
}
#brx-content #previsualisation.carte-noire-120-50 .visuel-carte::before {
    bottom: 18px;
    right: 20px;
}
#brx-content #previsualisation.carte-noire-120-50 .picto {
    width: 37px;
    height: 37px;
    top: 20px;
    left: 20px;
}

/* Variantes blanches */
#brx-content #previsualisation[class*="blanche"] {
    color: #000;
}
#brx-content #previsualisation[class*="blanche"] .visuel-carte::before {
    background: url(/wp-content/uploads/2025/07/logo-edikio-black.png) center / contain no-repeat;
}
#brx-content #previsualisation[class*="blanche"] .picto img {
    filter: invert(1);
}








/* ----
RESPONSIVE
---- */

@media (max-width: 1250px) {
    #brx-content .predefined-label-field .gfield_checkbox {
        grid-template-columns: repeat(4, 1fr);
    }
}
@media (min-width: 1200px) and (max-width: 1250px) {
    #brx-header > section {
        padding-right: var(--spacing-xxs);
        padding-left: var(--spacing-xxs);
    }
    #brx-header > section > div {
        column-gap: var(--gap-s);
    }
    #brx-header .main-menu > ul {
        column-gap: 16px;
    }
}

@media (min-width: 1200px) {
    #brx-header .main-menu .brx-nav-nested-items > li:last-child {
        display: none;
    }
}

@media (max-width: 1200px) {
    /* #brx-header .selected-option {
        border: 1px solid var(--dark-color);
        color: var(--dark-color);
    } */
    #brx-header .main-menu > ul {
        z-index: -1;
    }
    #brx-header .selected-option::after {
        background-color: var(--dark-color);
    }
    #brx-header .trp-language-switcher .trp-ls-shortcode-current-language a {
        color: var(--dark-color);
    }
    #brx-header .trp-language-switcher .trp-ls-shortcode-current-language::after {
        background-color: var(--dark-color);
    }
    #brx-header .trp_language_switcher_shortcode {
        width: 100%;
    }
    #brx-header .trp-ls-shortcode-language {
        height: auto;
        display: inline-block !important;
        visibility: visible;
        position: relative;
        box-shadow: none;
        margin-top: var(--gap-xs);
        width: 100% !important;
    }
    #brx-header .main-menu > ul > li {
        flex-direction: column;
        align-items: flex-start;
    }
    #brx-header .brx-dropdown-content {
        box-shadow: none;
        margin-top: var(--gap-xs);
        width: 100%;
    }
    #brx-header .selected-option {
        display: none;
    }
    #brx-header .options {
        display: flex;
        position: relative;
        top: 0;
        box-shadow: none;
        border-radius: 0px;
        border: 1px solid var(--dark-color);
        background: transparent;
    }
    #brx-header .options a {
        padding: 10px 18px;
    }
    #brx-header .options a.current {
        color: white;
        background: var(--dark-color);
    }
    #brx-header .options a:not(:first-child) {
        border-top: none;
    } 
}

@media (max-width: 991px) {
    .single-post #brx-content .share-btns {
        color: var(--dark-color);
    }
    #brx-content .posts-highlight .brx-grid > .brxe-block:nth-child(3) {
        display: none;
    }
    #brx-content .predefined-label-field .gfield_checkbox {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 767px) {
    :root body {
        --gap-xxs: 5px;
        --gap-xs: 8px;
        --gap-s: 15px;
        --gap-m: 20px;
        --gap-l: 30px;
        --gap-xl: 40px;
        --gap-xxl: 60px;
        --spacing-xxs: 8px;
        --spacing-xs: 20px;
        --spacing-s: 30px;
        --spacing-m: 50px;
        --spacing-l: 70px;
        --spacing-xl: 80px;
        --spacing-xxl: 100px;
    }
    #brx-content .posts-highlight .brx-grid > .brxe-block:not(:first-child)::before {
        height: 1px;
        width: 100%;
        top: calc(-0.5 * var(--spacing-m));
        left: 0;
    }
    #brx-content .posts-highlight .brx-grid > .brxe-block:not(:first-child)::after {
        content: "";
        width: 24px;
        height: 24px;
        display: block;
        position: absolute;
        top: calc(-0.5 * var(--spacing-m) - 12px);
        right: 15%;
        left: auto;
        background: url(/wp-content/uploads/2025/06/sep-blog-pricetag.svg) center / contain no-repeat;
    }
    .gamme-guest #brx-content .posts-highlight .brx-grid > .brxe-block:not(:first-child)::after {
        background: url(/wp-content/uploads/2025/06/sep-blog-guest.svg) center / contain no-repeat;
    }
    body.gamme-price-tag #header-pages-edikio::after,
    #brx-content .tab-content::after {
        width: 180px;
        height: 130px;
    }
}

@media (max-width: 660px) {
    body.gamme-price-tag #header-pages-edikio::after {
        display: none;
    }
    #header-pages-edikio .pageheader-content-wrapper {
        max-width: 100%;
    }
    #brx-content .predefined-label-field .gfield_checkbox {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 478px) {
    :root body {
        --gap-s: 12px;
        --gap-m: 15px;
        --gap-l: 20px;
        --gap-xl: 30px;
        --gap-xxl: 40px;
        --spacing-xs: 15px;
        --spacing-s: 20px;
        --spacing-m: 30px;
        --spacing-l: 40px;
        --spacing-xl: 50px;
        --spacing-xxl: 60px;
        --text-bigger: 16px;
    }
    #brx-content .slider-activite .swiper-slide {
        height: 350px;
    }
}