/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.5.15,
* Autoprefixer: v10.5.0
* Browsers: last 4 version
*/

/*
 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
*/

/* ================================================== 
STYLES GENERAUX
================================================== */
::marker {
    color: var(--main-color);
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: var(--header-height);
}

#brx-header * {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

::-moz-selection {
    background-color: var(--fourth-color);
    color: var(--dark);
}

::selection {
    background-color: var(--fourth-color);
    color: var(--dark);
}

::-webkit-input-placeholder {
    color: var(--dark);
    opacity: 0.85;
}

::-moz-placeholder {
    color: var(--dark);
    opacity: 0.85;
}

:-ms-input-placeholder {
    color: var(--dark);
    opacity: 0.85;
}

::-ms-input-placeholder {
    color: var(--dark);
    opacity: 0.85;
}

::placeholder,
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: var(--dark);
    opacity: 0.85;
}

.grecaptcha-badge {
    visibility: hidden !important;
}

#brx-content .button {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

main .brxe-text-link {
    font-family: var(--typo-tx);
    font-weight: 700;
    color: var(--second-color);
    font-size: var(--text-2xs);
    text-transform: uppercase;
    line-height: var(--lineheight-small);
    letter-spacing: var(--spacing-middle);
    font-variation-settings: var(--wght-bold), var(--wdth-narrow);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none;
}

main .brxe-text-link:hover {
    color: var(--dark);
}

main .brxe-text-link .icon {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

main .brxe-text-link .icon:only-child {
    display: none;
}

:is(.brxe-text, .brxe-text-basic, .brxe-post-content, .brxe-icon-box .content, .accordion-content-wrapper) strong {
    font-variation-settings: var(--wght-semibold);
}

#brx-content .bricks-button:has(i) {
    position: relative;
    gap: 10px;
}

/* #brx-content .bricks-button:has(i):before {
    background: url('/wp-content/uploads/2026/04/deco-quote.svg') no-repeat center center / contain;
    content: '';
    position: relative;
    width: 22px;
    height: 14px;
} */

.brxe-post-meta:has(.item:empty), .brxe-button:empty, .brxe-block:has(> .brxe-button:empty + .brxe-button:empty):not(:has(> :not(.brxe-button))) {
    display: none;
}



/* Listes
--------------------------------------------- */
:is(#brx-content, #brx-footer) *:is(.brxe-text, .brxe-text-basic, .brxe-icon-box, .accordion-content-wrapper, .wc-item-meta, .contenu-pdt, .brxe-product-short-description) *:is(ul:not(.brxe-image-gallery, .crop), ol) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
    position: relative;
    line-height: var(--lineheight-normal);
}

:is(#brx-content, #brx-footer) *:is(ul.brxe-image-gallery, ul.brxe-image-gallery li) {
    padding: 0 !important;
}

:is(#brx-content, #brx-footer) *:is(.brxe-text, .brxe-text-basic, .brxe-icon-box, .accordion-content-wrapper, .wc-item-meta, .contenu-pdt, .brxe-product-short-description) *:is(ul) {
    padding-left: 0;
}

:is(#brx-content, #brx-footer) *:is(.brxe-text, .brxe-text-basic, .brxe-icon-box, .accordion-content-wrapper, .wc-item-meta, .contenu-pdt, .brxe-product-short-description) *:is(ul li) {
    list-style: none;
    position: relative;
    padding-left: var(--space-xs);
}

:is(#brx-content, #brx-footer) *:is(.brxe-text, .brxe-text-basic, .brxe-icon-box, .accordion-content-wrapper, .wc-item-meta, .contenu-pdt, .brxe-product-short-description) *:is(ul li):before {
    content: '';
    position: absolute;
    top: 14px;
    width: 5px;
    height: 5px;
    left: 0;
    background-color: var(--third-color);
    border-radius: 50%;
}

:is(#brx-content) *:is(.slider-cats .brxe-text) *:is(ul li):before {
    background-color: var(--dark);
}

:is(#brx-content, #brx-footer) .brxe-accordion>.accordion-item:before {
    display: none;
}

:is(#brx-content, #brx-footer) .bricks-color-light blockquote {
    color: #fff;
}

#brx-content blockquote {
    position: relative;
}


:is(#brx-content, #brx-footer) :is(.brxe-text, .brxe-accordion) :where(ul, ol) {
    margin: var(--space-2xs) 0;
}


:is(#brx-content, #brx-footer) :is(.brxe-text, .brxe-text-basic, .brxe-accordion) :where(blockquote:first-child),
:is(#brx-content, #brx-footer) :is(.brxe-text, .brxe-text-basic, .brxe-accordion, .contenu-pdt) :where(ul:first-child),
:is(#brx-content, #brx-footer) :is(.brxe-text, .brxe-text-basic, .brxe-accordion) :where(ol:first-child) {
    margin-top: 0;
}

:is(#brx-content, #brx-footer) :is(.brxe-text, .brxe-text-basic, .brxe-accordion) :where(blockquote:last-child),
:is(#brx-content, #brx-footer) :is(.brxe-text, .brxe-text-basic, .brxe-accordion, .contenu-pdt) :where(ul:last-child),
:is(#brx-content, #brx-footer) :is(.brxe-text, .brxe-text-basic, .brxe-accordion) :where(ol:last-child) {
    margin-bottom: 0;
}

#brx-content *:is(.brxe-text, .brxe-text-basic, .brxe-post-content, .brxe-icon-box, .accordion-content-wrapper) ol li::marker {
    list-style-type: decimal;
}

#brx-content *:is(.brxe-text, .brxe-text-basic, .brxe-post-content, .brxe-icon-box, .accordion-content-wrapper) ol {
    counter-reset: nombre;
    list-style: none;
    padding-left: 0;
}

#brx-content *:is(.brxe-text, .brxe-text-basic, .brxe-post-content, .accordion-content-wrapper) ol li {
    counter-increment: nombre;
    position: relative;
    padding-left: var(--space-s);
}

#brx-content *:is(.brxe-text, .brxe-text-basic, .brxe-post-content, .accordion-content-wrapper) ol li:before {
    color: var(--second-color);
    content: counter(nombre, decimal-leading-zero);
    position: absolute;
    top: 5px;
    left: 0;
    font-weight: 400;
    font-size: var(--text-s);
    font-family: var(--typo-titres);
    line-height: 1;
    font-variation-settings: var(--wght-bold), var(--wdth-narrow);
}

#brx-content .brxe-block .checklist:is(.brxe-text, .brxe-text-basic)>ul>li:before {
    background: url('/wp-content/uploads/2026/04/ico-checklist.svg') no-repeat center center / contain;
    width: var(--space-2xs);
    height: var(--space-2xs);
    top: 7px;
}

#brx-content .brxe-block .checklist:is(.brxe-text, .brxe-text-basic)>ul>li {
    padding-left: var(--space-m);
}

#brx-content .brxe-block .checklist:is(.brxe-text)>ul {
    gap: 10px;
}

#brx-content .brxe-block .brxe-text.big-list ul {
    gap: var(--space-3xs);

}

.brxe-icon-box svg {
    overflow: visible;
}


.skin-dark .brxe-heading,
.skin-dark :where(.brxe-icon-box .content) a {
    color: #fff;
}

/* .skin-dark a:hover {
    color: var(--second-color);
} */





/* FAQ, accordéons
--------------------------------------------- */
#brx-content *:is(.accordion-title-wrapper .title, .brxe-accordion-nested .accordion-title-wrapper .brxe-heading, .brxe-accordion-nested .accordion-title-wrapper .brxe-icon) {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#brx-content .accordion-title {
    gap: var(--space-3xs);
}

#brx-content :is(.brxe-accordion-nested, .brxe-accordion) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

#brx-content *:is(.brxe-accordion-nested .accordion-title-wrapper .brxe-icon, .accordion-title-wrapper .icon) {
    background: var(--main-color);
    width: var(--space-s);
    height: var(--space-s);
    border: none;
    border-radius: 50%;
    padding: 0;
    line-height: var(--space-s);
    text-align: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-size: var(--text-xs);
    color: var(--white);
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

#brx-content .brxe-accordion .accordion-title .title,
#brx-content .brxe-accordion-nested .accordion-title-wrapper .brxe-heading {
    line-height: var(--lineheight-small);
    font-size: var(--text-m);
    font-variation-settings: var(--wght-medium);

}

/* #brx-content .accordion-item.brx-open .accordion-title .title,
#brx-content .brxe-accordion-nested>.brxe-block.brx-open .accordion-title-wrapper .brxe-heading {
    font-variation-settings: var(--wght-extrabold);
} */

#brx-content .accordion-title-wrapper,
#brx-content .brxe-accordion-nested .accordion-title-wrapper {
    padding-block: var(--space-2xs);
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

#brx-content .brxe-block :where(.brxe-accordion, .brxe-accordion-nested) .accordion-content-wrapper {
    padding: 0 0 var(--space-s);
    row-gap: var(--space-xs);
}

#brx-content :where(.brxe-accordion) .accordion-item,
#brx-content .brxe-accordion-nested>.brxe-block {
    margin-top: -1px;
    border: 1px solid var(--bordure);
    border-right: none;
    padding-inline: var(--space-2xs) 0;
    gap: 0;
}
#brx-content :where(.brxe-accordion),
#brx-content .brxe-accordion-nested {
    border-left: 8px solid var(--second-color);
}
#brx-content :is(.brxe-accordion-nested, .brxe-accordion) .accordion-item:hover .icon {
    background: var(--second-color);
}

/* #brx-content .brxe-accordion-nested>.brxe-block.brx-open .accordion-title-wrapper .brxe-icon,
#brx-content .brxe-accordion>.accordion-item.brx-open .icon,
#brx-content .brxe-accordion-nested>.brxe-block.brx-open .accordion-title-wrapper:hover .brxe-icon,
#brx-content .brxe-accordion-nested .accordion-title-wrapper:hover .brxe-icon {
    color: var(--main-color);
} */

#brx-content :is(.brxe-accordion-nested, .brxe-accordion) .brx-open .accordion-title-wrapper :is(.brxe-heading, .title) {
    font-variation-settings: var(--wght-bold);
}

#brx-content .brxe-accordion-nested>.brxe-block.brx-open .accordion-title-wrapper .brxe-icon,
#brx-content .accordion-item.brx-open .icon.expanded {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

#brx-content .accordion-title-wrapper:hover :is(.brxe-heading, .title) {
    color: var(--second-color);
}

/* sliders, carrousels
--------------------------------------------- */
#brx-content .brxe-carousel .swiper-button {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

:is(#brx-content) :is(.brxe-carousel .swiper-pagination, .brxe-slider-nested .splide__pagination),
#brx-content .sb-feed-posts .sbr-owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: var(--space-3xs);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    bottom: 0;
}

#brx-content .splide__pagination .splide__pagination__page,
#brx-content .sb-feed-posts .sbr-owl-dot span,
#brx-content .brxe-carousel .swiper-pagination-bullet {
    height: 8px;
    width: 8px;
    border: none;
    background-color: var(--dark);
    border-radius: 50%;
    opacity: 0.25;
    margin: 0;
    -webkit-transition: all 0.3;
    transition: all 0.3;
}

:is(#brx-content) .splide__pagination>li:only-child,
:is(#brx-content) .swiper-pagination>.swiper-pagination-bullet:only-child {
    display: none;
}

/* Masquer les boutons si prev ET next sont disabled */
:is(#brx-content) .brxe-carousel:has(.bricks-swiper-button-prev.swiper-button-disabled):has(.bricks-swiper-button-next.swiper-button-disabled) .swiper-button {
    opacity: 0;
}

:is(#brx-content) .brxe-carousel .swiper-pagination-bullet.swiper-pagination-bullet-active,
:is(#brx-content) .splide__pagination .splide__pagination__page.is-active,
#brx-content .sb-feed-posts .sbr-owl-dot.active span {
    width: 10px;
    height: 10px;
    opacity: 1;
    background-color: var(--dark);
}


:is(#brx-content) .brxe-carousel .swiper-pagination-bullet:hover,
#brx-content .splide__pagination .splide__pagination__page:hover {
    opacity: 1;
}

:is(#brx-content) .splide__pagination {
    bottom: 0;
}

:is(#brx-content) .brxe-slider-nested,
:is(#brx-content) .brxe-carousel,
:is(#brx-content) .brxe-testimonials .bricks-swiper-container {
    padding-bottom: var(--space-l);
}

/* #brx-content .brxe-slider-nested:has(.splide__list > .splide__slide:not(:empty)):not(:has(.splide__list > .splide__slide:not(:empty) ~ .splide__slide:not(:empty))) {
    padding-bottom: 0 !important;
}

#brx-content .brxe-carousel:has(.swiper-wrapper > .swiper-slide:not(:empty)):not(:has(.swiper-wrapper > .swiper-slide:not(:empty) ~ .swiper-slide:not(:empty))) {
    padding-bottom: 0 !important;
}

#brx-content .brxe-testimonials:has(.swiper-wrapper > .swiper-slide:not(:empty)):not(:has(.swiper-wrapper > .swiper-slide:not(:empty) ~ .swiper-slide:not(:empty))) {
    padding-bottom: 0 !important;
} */

#brx-content .brxe-slider-nested:has(.splide__pagination li:only-child),
#brx-content .brxe-carousel:has(.swiper-pagination .swiper-pagination-bullet:only-child),
#brx-content .brxe-testimonials:has(.swiper-pagination .swiper-pagination-bullet:only-child) {
    padding-bottom: 0 !important;
}

#brx-content .brxe-carousel .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 10px;
}

.slider-overflow .splide__track {
    overflow: visible;
}

.slider-overflow .splide__slide:not(.is-visible) {
    opacity: 0.5;
}

#brx-content .splide__slide {
    height: auto !important;
}

#brx-content .splide__list {
    height: auto !important;
    /* align-items: stretch; */
}

#brx-content .bloc-lien {
    height: 100%;
}


#brx-content .brxe-carousel.carrousel-inside {
    padding-bottom: 0;
}

#brx-content .brxe-carousel.carrousel-inside .swiper-slide:before {
    z-index: 1;
}

#brx-content .brxe-carousel.carrousel-inside .swiper-pagination {
    bottom: 0;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: var(--space-xs);
}

#brx-content .brxe-carousel.carrousel-inside .swiper-pagination-bullet,
#brx-content .slider-cats .slider-overflow .splide__pagination .splide__pagination__page {
    background-color: #fff;
}

#brx-content .brxe-carousel:has(.swiper-wrapper > .swiper-slide:not(:empty)):not(:has(.swiper-wrapper > .swiper-slide:not(:empty) ~ .swiper-slide:not(:empty))):before {
    opacity: 0;
}


#brx-content .carrousel-inside:has(.swiper-pagination .swiper-pagination-bullet:only-child) .swiper-slide::before {
    opacity: 0;
}

#brx-content .carrousel-fullheight,
#brx-content .carrousel-fullheight :is(.image, .bricks-swiper-container, .swiper-slide) {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
}


/* Témoignages
--------------------------------------------- */
/* #brx-content .temoignage .brxe-text p:before,
#brx-content .temoignage .brxe-text p:after {
    quotes: '"' '"';
}

#brx-content .temoignage .brxe-text p:before {
    content: open-quote;
    line-height: 0;
    margin-right: .2em;
}

#brx-content .temoignage .brxe-text p:after {
    content: close-quote;
    line-height: 0;
    margin-left: .1em;
}
#brx-content .brxe-testimonials .testimonial-meta-wrapper {
    position: relative;
    padding-right: var(--space-l);
    border-top: 1px solid var(--bordure);
    margin-top: var(--space-xs);
    padding-top: var(--space-xs);
} */


/* Compteurs
--------------------------------------------- */
#brx-content .brxe-counter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}
#brx-content .brxe-counter + .brxe-text small {
    line-height: var(--lineheight-small);
    display: inline-block;
    font-size: var(--text-2xs);
}
/* 
#brx-content .brxe-counter .suffix {
    -ms-flex-item-align: end;
    align-self: flex-end;
    font-size: var(--text-m);
    font-variation-settings: var(--wght-black);
} */
#brx-content .brxe-counter :is(.prefix, .suffix) {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: var(--text-s);
    color: var(--white);
    font-variation-settings: var(--wght-bold);
}
#brx-content .brxe-counter .count,
#brx-content .titre-contour.bricks-color-light {
      text-shadow:
     -2px -2px 0 var(--white),
     0   -2px 0 var(--white),
     2px -2px 0 var(--white),
     2px  0   0 var(--white),
     2px  2px 0 var(--white),
     0    2px 0 var(--white),
    -2px  2px 0 var(--white),
    -2px  0   0 var(--white);
    color: var(--second-color);
}

#brx-content .titre-contour.bricks-color-light {
    color: var(--dark);
}

/* ================================================== 
HEADER
================================================== */
#brx-header .menu-home .text,
#brx-header .brx-nav-nested-items li.menu-item:has(.menu-hidden) {
    display: none;
}

/*#brx-header .menu-home:hover svg,
#brx-header .menu-home[aria-current="page"] svg {
    fill: var(--main-color);
} */

/* #brx-header .brxe-social-icons a:hover i,
#brx-header .bloc-tel:hover .icon,
#brx-header .bloc-tel:hover .content * {
    color: var(--dark);
}
 */

#brx-header .header-top svg.fill:hover {
    fill: var(--main-color);
}

#brx-header #bloc-search+.bricks-link-wrapper {
    line-height: 1;
}

#brx-header .brxe-woocommerce-mini-cart .cart-icon {
    position: relative;
    right: var(--space-4xs);
}

#brx-header .brxe-woocommerce-mini-cart .cart-count {
    position: relative;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    padding-bottom: 1px;
}

#brx-header .brxe-woocommerce-mini-cart,
#brx-header .brxe-woocommerce-mini-cart .mini-cart-link {
    position: absolute;
    width: 100%;
    height: 100%;
}

#brx-header .brxe-woocommerce-mini-cart .mini-cart-link {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

#brx-header .brx-nav-nested-items>li.brxe-dropdown>.brx-submenu-toggle.aria-current>a,
#brx-header .brx-nav-nested-items .sous-menu .brxe-text-link[aria-current="page"] {
    position: relative;
}

#brx-header .brx-nav-nested-items>li.brxe-dropdown>.brx-submenu-toggle.aria-current>a:before {
    position: absolute;
    bottom: 2px;
    left: -3px;
    content: '';
    width: calc(100% + 6px);
    height: 8px;
    z-index: -1;
    background: var(--main-color);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#brx-header .brx-nav-nested-items .sous-menu .brxe-text-link[aria-current="page"] {
    color: var(--dark);
    font-variation-settings: var(--wght-semibold);

}

#brx-header .header-top .brxe-text-link[aria-current="page"] {
    color: var(--second-color);
}

.sous-menu .brxe-text-link {
    width: 100%;
}

/* Sous-menu
--------------------------------------------- */
#brx-header .brxe-nav-nested .brxe-dropdown.caret>.brx-submenu-toggle>a+button {
    display: none;
}

#brx-header .brx-nav-nested-items .brx-dropdown-content>.brxe-block:last-child>.brxe-text-link {
    border-bottom: 0;
}

#brx-header {
    height: var(--header-height);
}

:is(#brx-header, #brx-footer) .sous-menu>.menu-item:last-child {
    border-bottom: 0;
}

:is(#brx-header, #brx-footer) .sous-menu>.menu-item:last-child>a {
    border-bottom: 0;
}

:is(#brx-header, #brx-footer) .brx-dropdown-content>li:not(.brxe-dropdown) {
    border-bottom: 1px solid var(--bordure);
}

#brx-header .brx-nav-nested-items .brxe-button {
    font-size: var(--text-xs);
    font-variation-settings: var(--wght-bold);
}
#brx-header .brx-nav-nested-items .brxe-button:hover {
    color: var(--dark);
}

/* #brx-header .menu-home .text,
#brx-header .brx-nav-nested-items li.menu-item:has(.menu-hidden) {
    display: none;
} */

#brx-header .menu-home:hover svg,
#brx-header .menu-home[aria-current="page"] svg {
    fill: var(--second-color);
}



/* Sticky header
--------------------------------------------- */
#brx-header.scrolling,
#brx-header.scrolling>.brxe-section {
    height: var(--sticky-header-height);
}

#brx-header.scrolling {
    --logo-width: 160px;
}


/* #brx-header.scrolling .brxe-logo+.brxe-block {
    row-gap: var(--space-3xs);
} */

/* #brx-header.scrolling .header-milieu {
    padding-bottom: 5px;
} */

/* #brx-header.scrolling .brxe-social-icons li,
#brx-header.scrolling .brxe-icon {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}
#brx-header.scrolling .brx-nav-nested-items>li>a,
#brx-header.scrolling .brx-nav-nested-items>li>.brx-submenu-toggle>* {
    font-size: var(--text-xs);
} */

/* ================================================== 
FOOTER
================================================== */
#brx-footer :is(.col-liens, .copyright, .col-contact) a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#brx-footer .brxe-social-icons a i {
    color: var(--white);
}

#brx-footer .brxe-social-icons a:hover i, #brx-footer .col-liens a:hover  {
    color: var(--second-color);
}

#brx-footer .col-contact .brxe-icon-box .content p strong {
    text-transform: uppercase;
    letter-spacing: var(--spacing-middle);
    display: block;
    margin-bottom: 10px;
}

/* ================================================== 
BOUTONS FIXES 
================================================== */
#btns-fixes .btn-fixe {
    width: 300px;
    -webkit-transform: translateX(calc(300px - var(--space-2xl)));
        -ms-transform: translateX(calc(300px - var(--space-2xl)));
            transform: translateX(calc(300px - var(--space-2xl)));
}

#btns-fixes .btn-fixe .content {
    overflow: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease, margin-left 0.3s ease;
    transition: opacity 0.3s ease, margin-left 0.3s ease;
}

#btns-fixes .btn-fixe:hover {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

#btns-fixes .btn-fixe:hover .content {
    opacity: 1;
}

#btns-fixes .btn-fixe .brxe-icon-box .icon {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/* #btns-fixes a.brxe-block:hover:after {
    opacity: 0;
}
 */

#btns-fixes #search-fixe .bricks-search-form button:not(.search-clear) {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
}

#btns-fixes #search-fixe .bricks-search-form input[type="search"] {
    width: 200px;
    opacity: 1;
    margin-left: 5px;
    padding: 0 30px 0 15px;
}

#btns-fixes #search-fixe .bricks-search-form button .icon {
    width: 40px;
    height: 40px;
}




/* ================================================== 
ELéments
================================================== */
.icon-box svg {
    overflow: visible;
}

#brx-content .bloc-cat {
    counter-increment: bloc-counter;
}

#brx-content .bloc-cat .counter-ico:before {
    content: counter(bloc-counter, decimal-leading-zero);
    font-family: var(--typo-titres);
    font-size: var(--text-8xl);
    color: var(--grey);
}

#brx-content .bloc-cat:hover .counter-ico:before {
    color: var(--white);
}


#brx-content a.bloc-lien:hover .brxe-icon {
    background: var(--main-color);
    color: var(--white);
}

#brx-content a.bloc-lien:hover .brxe-heading {
    color: var(--second-color);
}

#brx-content a.bloc-lien:hover .brxe-text-link {
    color: var(--dark);
}

#brx-content :where(.brxe-accordion .accordion-content-wrapper,
    .brxe-icon-box .content,
    .brxe-list,
    .brxe-post-content:not([data-source="bricks"]),
    .brxe-posts .dynamic p,
    .brxe-shortcode,
    .brxe-tabs .tab-content,
    .brxe-team-members .description,
    .brxe-testimonials .testimonial-content-wrapper,
    .brxe-text,
    .brxe-text-basic,
    .brxe-post-comments .comment-content,
    .brxe-product-content,
    .brxe-product-short-description,
    .brxe-product-tabs .woocommerce-Tabs-panel) a,
#brx-content :where(a.brxe-text, a.brxe-text-basic) {
    text-decoration-color: var(--second-color);
    text-underline-position: under;
}

#brx-content :is(a.button, .bricks-button, .product-name a, .brxe-breadcrumbs a, .product-remove a) {
    text-decoration: none;
}


#brx-content :where(.brxe-accordion .accordion-content-wrapper,
    .brxe-icon-box .content,
    .brxe-list,
    .brxe-post-content:not([data-source="bricks"]),
    .brxe-posts .dynamic p,
    .brxe-shortcode,
    .brxe-tabs .tab-content,
    .brxe-team-members .description,
    .brxe-testimonials .testimonial-content-wrapper,
    .brxe-text,
    .brxe-text-basic,
    .brxe-post-comments .comment-content,
    .brxe-product-content,
    .brxe-product-short-description,
    .brxe-product-tabs .woocommerce-Tabs-panel) a:hover,
#brx-content :where(a.brxe-text, a.brxe-text-basic):hover {
    text-decoration-color: var(--second-color);
}



/* Titraille
--------------------------------------------- */
body :where(h1, h2, h3, h4, h5, h6, div.brxe-heading) {
    text-wrap: balance;
}

body :where(.brxe-text-basic, .brxe-text) {
    text-wrap: pretty;
}

#brx-content .titre-h1 h1 {
    font-size: var(--text-5xl);
}

#brx-content .bandeau-page .bricks-type-hero:empty {
    display: none;
}
#brx-content .bandeau-home .titre-h1 {
    margin-right: -5vw;
    max-width: calc(100% + 5vw);
}

#brx-content .titre-h1 h1 em {
    font-style: normal;
    font-variation-settings: var(--wght-black);
}

#brx-content .titre-special em {
    font-style: normal;
    position: relative;
    swhite-space: nowrap;
}

#brx-content .titre-special em:before {
    background: var(--main-color);
    width: 100%;
    height: 10px;
    content: '';
    position: absolute;
    bottom: 3px;
    left: 0;
    z-index: -1;
}

#brx-content .brxe-text.bricks-type-lead a {
    font-variation-settings: var(--wght-bold);
    position: relative;
    text-decoration: none;
}

#brx-content .brxe-text.bricks-type-lead a:before {
    position: absolute;
    bottom: 0;
    left: -3px;
    content: '';
    width: calc(100% + 6px);
    height: 10px;
    z-index: -1;
    background: var(--main-color);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#brx-content .brxe-text.bricks-type-lead a:hover:before {
    background: var(--bordure);
}

#brx-content :is(.desc-bas, .contenu-sidebar .brxe-post-content) :where(h2, h3, h4, h5, h6) {
    margin-block: var(--space-s) var(--space-2xs);
}

#brx-content :is(.desc-bas, .contenu-sidebar .brxe-post-content) :where(h2, h3, h4, h5, h6):first-child {
    margin-top: 0;
}

#brx-content :is(.desc-bas, .contenu-sidebar .brxe-post-content) h2 {
    font-size: var(--text-l);
    font-weight: 700;
    font-variation-settings: var(--wght-bold);
    position: relative;
    padding-left: 45px;
}
#brx-content :is(.desc-bas, .contenu-sidebar .brxe-post-content) h2:before {
    content: '';
    position: absolute;
    top: 9px;
    left: 0;
    background: url('/wp-content/uploads/2026/06/deco-quote.svg') no-repeat center center / contain;
    width: 40px;
    height: 26px;
}
#brx-content :is(.desc-bas, .contenu-sidebar .brxe-post-content) h3 {
    font-size: var(--text-m);
    color: var(--second-color);
    font-weight: 700;
    font-variation-settings: var(--wght-bold);
}

#brx-content :is(.desc-bas, .contenu-sidebar .brxe-post-content) h4 {
    font-size: var(--text-xs);
    text-transform: uppercase;
    letter-spacing: var(--spacing-small);
    font-weight: 600;
    font-variation-settings: var(--wght-semibold);
    color: var(--main-color);
}

#brx-content :is(.desc-bas, .contenu-sidebar .brxe-post-content) h5 {
    color: var(--second-color);
    font-size: var(--text-s);
    font-weight: 500;
    font-variation-settings: var(--wght-medium);

}

#brx-content :is(.desc-bas, .contenu-sidebar .brxe-post-content) h6 {
    font-size: var(--text-3xs);
    letter-spacing: var(--spacing-middle);
    text-transform: uppercase;
    font-weight: 400;
    font-variation-settings: var(--wght-regular);
    color: var(--main-color);
}


#brx-content :is(.desc-bas, .contenu-sidebar .brxe-post-content) .bricks-color-light :where(h2, h3, h4, h5, h6) {
    color: var(--main-color);
}

/* Ken Burns
--------------------------------------------- */
#brx-content .ken-burns :is(.brxe-image, .img-pdt-secondaire) {
    -webkit-transition: -webkit-transform 1s ease;
    transition: -webkit-transform 1s ease;
    transition: transform 1s ease;
    transition: transform 1s ease, -webkit-transform 1s ease;
}



#brx-content .ken-burns:hover :is(.brxe-image, .img-pdt-secondaire) {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

#brx-content .ken-burns {
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.ken-burns:before {
    /* background-image: -o-linear-gradient(45deg, var(--main-color), var(--main-color) 60%);
    background-image: linear-gradient(45deg, var(--main-color), var(--main-color) 60%); */
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.ken-burns:hover:before {
    opacity: 0.5;
}


/* Séparateurs
--------------------------------------------- */

/* #brx-content .has-separator:has(.separator.left) :where(.separator.left, .separator.right) {
  flex-basis: 115px;
  flex-grow: 0;
  height: 16px;
  background: url('/wp-content/uploads/2026/04/obliques.svg') no-repeat center / contain;
    border: none;
}



#brx-content .has-separator:not(:has(.separator.left)) .separator.right {
  height: 10px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  flex: 1;
  background: var(--light-grey);
}
#brx-content .has-separator:not(:has(.separator.left)) .separator.right:after {
    content: '';
    background: url('/wp-content/uploads/2026/04/obliques-grises.svg') no-repeat center / contain;
    position: relative;
    flex-basis: 69px;
    height: 100%;    
    background-color: #fff;
    margin-left: auto;
}

#brx-content .brxe-divider.divider-special .line {
    width: 5px;
    background: var(--main-color);
    display: flex;
  flex-wrap: nowrap;
  align-items: center;
  flex: 1;
}
#brx-content .brxe-divider.divider-special .line:before {
        content: '';
    background: url('/wp-content/uploads/2026/04/obliques-verticales.svg') no-repeat center / contain;
    position: relative;
    flex-basis: 5px;
    height: 82px;    
    background-color: var(--light-grey);
    margin-bottom: auto;
}
#brx-content .brxe-divider.divider-titre .line {
    background: var(--main-color);
    display: flex;
  flex-wrap: nowrap;
  align-items: center;
  flex: 1;
  flex-direction: row-reverse;
}
#brx-content .brxe-divider.divider-titre .line:before {
    content: '';
    background: url('/wp-content/uploads/2026/04/small-obliques.svg') no-repeat center / contain;
    position: relative;
    flex-basis: 69px;
    height: 2px;    
    background-color: var(--second-color);
    margin-bottom: auto;
}
#brx-content .section-bg-light .has-separator:not(:has(.separator.left)) .separator.right {
    background: var(--bordure);
}
#brx-content .section-bg-light .has-separator:not(:has(.separator.left)) .separator.right:after {
    background-color: var(--light-grey);
    background-image: url('/wp-content/uploads/2026/04/obliques-grises-darker.svg');
} */



/* ================================================== 
Fil d'Ariane
================================================== */
body:is(.blog, .archive) #brx-content .brxe-breadcrumbs>.item[aria-current="page"],
body:is(.blog, .archive) #brx-content .brxe-breadcrumbs+.ti-angle-right {
    display: none;
}

#brx-content .brxe-breadcrumbs>.item:last-child:after {
    content: "\e649";
    font-family: themify;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: none;
    font-size: var(--text-4xs);
}

#brx-content .brxe-breadcrumbs>.item:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: var(--space-6xs);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#brx-content .brxe-breadcrumbs {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}

#brx-content .brxe-breadcrumbs * {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
}


/* ================================================== 
Smashballoon
================================================== */
/* Avis
--------------------------------------------- */
#brx-content .sb-item-provider-icon,
#brx-content .sb-btn.sb-feed-header-btn .sb-btn-icon {
    display: none;
}

#brx-content .sb-post-item .sb-item-text {
    font-size: var(--text-xs);
    color: var(--dark-lighter);
    line-height: var(--lineheight-normal);
}

#brx-content .sb-btn.sb-feed-header-btn,
#brx-content .sb-wall-load-btn,
#brx-content .sb-wall-header .sbsw-filter-bar .sbsw-single-filter>a {
    line-height: var(--lineheight-extraxs);
    text-transform: none;
    font-size: var(--text-xs);
    font-family: var(--typo-titres);
    font-weight: 700;
    color: var(--dark);
    background-color: transparent;
    border: 2px solid var(--second-color);
    border-radius: var(--radius-xs);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    padding: var(--space-3xs) var(--space-xs);
    letter-spacing: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-variation-settings: var(--wght-bold);
}

#brx-content .sb-btn.sb-feed-header-btn:hover {
    background: transparent;
    color: var(--dark);
    border-color: var(--main-color);
}


#brx-content .sb-feed-header-average .sb-feed-header-rating,
#brx-content .sb-feed-header-average .sb-feed-header-rating-subtext {
    font-family: var(--typo-titres);
    font-weight: 800;
    font-variation-settings: var(--wght-extrabold);
    font-size: var(--text-5xl);
  color: white;
  letter-spacing: var(--spacing-small);
  text-shadow:
     -2px -2px 0 var(--second-color),
     0   -2px 0 var(--second-color),
     2px -2px 0 var(--second-color),
     2px  0   0 var(--second-color),
     2px  2px 0 var(--second-color),
     0    2px 0 var(--second-color),
    -2px  2px 0 var(--second-color),
    -2px  0   0 var(--second-color);
}


#brx-content .sb-feed-header .sb-feed-header-rating-icons {
    color: var(--second-color);
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-left: var(--space-xs);
}

#brx-content .sbr-feed .sb-post-item-wrap {
    padding-bottom: 0;
}

#brx-content .sbr-feed {
    --column-gutter: var(--space-m);
}

#brx-content .sb-feed-posts {
    width: unset;
    margin: 0 calc(-1 * calc(var(--column-gutter)) / 2);
    overflow: hidden;
}



#brx-content .sbr-owl-dots {
    /* max-width: var(--container-reduced); */
    margin: var(--flow-xs) auto 0;
    padding: 0 calc(var(--column-gutter)/ 2);
    text-align: left;
}

#brx-content .sb-feed-header-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: var(--space-xs);
}


#brx-content .sbr-feed .sb-feed-header {
    margin-bottom: var(--space-m);
    width: 100%;
}

#brx-content .sb-feed-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}


#brx-content .sb-feed-container .sb-item-author-name {
    font-family: var(--typo-titres);
    color: var(--dark);
    font-weight: 700;
    font-variation-settings: var(--wght-bold);
    font-size: var(--text-xs);

}


#brx-content .sbr-owl-stage,
#brx-content .sbr-owl-stage .sbr-owl-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#brx-content .sb-item-author-date-ctn {
    margin-top: auto;

}

#brx-content .sb-item-name-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: var(--space-6xs);
}

#brx-content .sb-item-author-date-ctn .sb-item-author-date {
    color: var(--third-color);
    font-size: var(--text-2xs);
    font-variation-settings: var(--wght-regular);
}

#brx-content .sb-post-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: var(--space-xs);
    height: 100%;
    background-color: var(--light-grey);
    border-radius: var(--radius-normal);
    padding: var(--space-s);
}
#brx-content .sb-post-item:after {
    display: none;
}
#brx-content .sb-more {
    padding: 0 10px 0 6px;
    position: relative;
    margin: 0;
    color: var(--main-color);
}

#brx-content .sb-more:hover {
    color: var(--second-color);
}

#brx-content .sbr-feed .sb-item-author-ctn {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: var(--space-s);
}
#brx-content .sb-expand-on-click {
    text-decoration-color: var(--second-color);
}




/* ================================================== 
REALISATIONS
================================================== */

#brx-content .bricks-image-caption {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(16, 42, 67,0.7)), to(rgba(16, 42, 67,0)));
    background: linear-gradient(to top, rgba(16, 42, 67,0.7), rgba(16, 42, 67,0));
    font-family: var(--typo-tx);
    font-size: var(--text-xs);
    color: var(--white);
    line-height: var(--lineheight-small);
    padding: var(--space-2xl) 15px 10px 20px;
    text-align: left;
    display: none;
    gap: var(--space-3xs);
}

#brx-content .bricks-image-caption:after {
    content: '';
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 1px;
    width: auto;
    background: var(--second-color);
    opacity: 0.4;
}

#brx-content :is(.bricks-masonry, .brxe-image-gallery) .bricks-image-caption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#brx-content .wrap-realisations .bricks-masonry a.brxe-image {
    width: 100%;
}


/* ================================================== 
CONTACT - Gravity formulaires
================================================== */

/* #brx-content .infos-contact .brxe-social-icons a:hover i {
    color: var(--dark);
}

#brx-content .infos-contact .brxe-social-icons i {
    font-size: var(--text-m);
} */
#brx-content .brxe-map .infoBox .title {
    font-variation-settings: var(--wght-bold);
    text-transform: uppercase;
    color: var(--dark);
    letter-spacing: var(--spacing-middle);
    margin-bottom: 10px;
}

#brx-content .brxe-map .infoBox ul.content {
    font-size: var(--text-3xs);
    line-height: var(--lineheight-small);
}

/* Styles formulaires
--------------------------------------------- */
#brx-content .gform_description:empty {
    display: none;
}

#brx-content .ginput_container_address .ginput_address_city {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}


#brx-content .gform_confirmation_wrapper .gform_confirmation_message,
#brx-content .gform_validation_errors>* {
    text-transform: none;
    letter-spacing: 0;
    font-size: var(--text-s);
    line-height: 1.6em;
    font-family: var(--typo-titres);
    font-weight: 400;
    color: var(--dark);
}

#brx-content .gform_confirmation_wrapper,
#brx-content .gform_wrapper .gfield {
    position: relative;
}

#brx-content :is(.gform_wrapper, .yith-ywraq-mail-form-wrapper, .woocommerce-input-wrapper, .form-group, .woocommerce-form-row) *:is(input[type="text"], input[type="email"], input[type="password"], input[type="tel"], input[type="number"], input[type="file"], textarea, select, .chosen-container, .select2-container) {
    font-size: var(--text-xs);
    font-variation-settings: var(--wght-regular);
    line-height: 1.5em;
    text-transform: none;
    color: var(--dark-lighter);
    background-color: var(--light-grey);
    padding: 0 var(--space-2xs);
    -webkit-box-shadow: none;
    box-shadow: none;
    min-height: 42px;
    text-overflow: ellipsis;
    border: 1px solid var(--bordure);
    border-radius: var(--radius-xs);
    font-family: var(--typo-tx);
}

#brx-content .gform_wrapper .gfield_label_before_complex {
    text-transform: none;
}

#brx-content .gform_wrapper .ginput_container ul.chosen-choices,
#brx-content .gform_wrapper .ginput_container .chosen-search-input {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    height: auto;
    min-height: auto;
    margin: 0;
}

#brx-content .gform_wrapper .gform_drop_area::before {
    color: var(--dark);
}

#brx-content .gform_wrapper .gform_drop_area {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid var(--bordure);
}

#brx-content .gform_wrapper .ginput_container textarea {
    padding: var(--space-xs);
}


#brx-content .gform_wrapper .ginput_container select {
    padding: 0 var(--space-xs);
    line-height: 42px;
}

#brx-content .gform_wrapper .ginput_container .chosen-container {
    padding: 8px var(--space-xs);
}

#brx-content .chosen-drop .chosen-results li {
    padding: var(--space-2xs) var(--space-xs);
}

#brx-content .chosen-choices li.search-choice {
    padding: 6px var(--space-xs) 4px var(--space-2xs);
    font-size: var(--text-2xs);
}

#brx-content .chosen-drop .chosen-results .result-selected {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: var(--main-color);
    color: #fff;
}

#brx-content .brxe-block .gform-theme--framework.gform-theme {
    --gf-color-primary: var(--main-color);
    --gf-ctrl-multiselect-selected-item-bg-color: var(--main-color);
    --gf-ctrl-select-dropdown-option-bg-color-hover: var(--light-grey);
    --gf-ctrl-accent-color: var(--main-color);
    --gf-ctrl-choice-check-color: var(--main-color);
}

#brx-content .gform_wrapper select option {
    font-weight: 400;
    font-variation-settings: var(--wght-regular);
    font-family: var(--typo-tx), sans-serif;
}

#brx-content .gform_wrapper :is(input, button, textarea, select):focus,
#brx-content .gform_wrapper .ginput_container .chosen-container-active {
    border-color: var(--main-color);
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

#brx-content .gform_wrapper label,
#brx-content .gform_wrapper .gfield_label {
    font-weight: 500;
    font-size: var(--text-xs);
    text-align: left;
    font-family: var(--typo-titres);
    color: var(--dark);
    margin-bottom: 15px;
    text-transform: none;
    letter-spacing: 0;
    font-variation-settings: var(--wght-medium);
}

#brx-content .gform_wrapper .ginput_container_radio label,
#brx-content .gform_wrapper .ginput_container_checkbox label {
    font-weight: 400;
    font-variation-settings: var(--wght-regular);
    text-transform: none;
    letter-spacing: 0;
    font-size: var(--text-xs);
}

#brx-content .gform_wrapper .ginput_container_consent label {
    font-size: var(--text-3xs);
    text-transform: none;
    opacity: 1;
    letter-spacing: 0;
    font-weight: 400;
    font-variation-settings: var(--wght-regular);
    display: inline;
    font-family: var(--typo-tx);
    color: var(--dark);
    margin-bottom: 0;
}

#brx-content .gform_wrapper .gform_required_legend,
#brx-content .gform_wrapper .gfield--type-html small,
#brx-content .woocommerce .required,
#brx-content .woocommerce-form .required {
    color: var(--second-color);
    margin: 0 0 10px;
    font-size: var(--text-2xs);
    font-style: italic;
}

#brx-content .gform_wrapper .gfield--type-html .brxe-heading {
    text-transform: uppercase;
    font-weight: 400;
    font-family: var(--typo-titres);
    color: var(--dark);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: var(--space-xs);
    letter-spacing: var(--spacing-middle);
}

#brx-content .gform_wrapper .gfield--type-html {
    margin-top: var(--space-xs);
}

#brx-content .gform_wrapper .gfield--type-html .brxe-heading:after {
    position: relative;
    content: '';
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 1px;
    width: auto;
    background: var(--main-color);
}

#brx-content .gform_wrapper .gfield_required,
#brx-content .gform_wrapper fieldset.gfield_contains_required:not(.gfield--type-consent) label::after {
    color: var(--second-color);
    font-size: var(--text-xs);
}

#brx-content .gform_wrapper fieldset.gfield_contains_required:not(.gfield--type-consent) label::after {
    content: '*';
    margin-left: 5px;
}



#brx-content .gform_footer {
    position: relative;
    padding: 0 !important;
    margin: var(--space-s) 0 0;
}

#brx-content .gform_footer .gform_button,
#brx-content .gform-button--width-full,
#brx-content .gform_next_button,
#brx-content .gform_previous_button {
    background: var(--second-color);
    padding: var(--space-3xs) var(--space-xs);
    -webkit-box-shadow: none;
    box-shadow: none;
    /* width: 100%; */
    font-family: var(--typo-titres);
    color: var(--dark);
    font-weight: 700;
    font-variation-settings: var(--wght-bold);
    /* letter-spacing: var(--spacing-large); */
    letter-spacing: 0;
    font-size: var(--text-xs);
    border: 2px solid var(--second-color);
    border-radius: var(--radius-xs);
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    line-height: var(--lineheight-extraxs);
    text-transform: none;
}

#brx-content .gform-button--width-full {
    width: auto;
    /* text-transform: uppercase;
    letter-spacing: var(--spacing-middle); */
}

#brx-content .gform_previous_button {
    background: transparent;
    color: var(--main-color);
}

#brx-content .gform_footer .gform_button:hover,
#brx-content .gform-button--width-full:hover,
#brx-content .gform_next_button:hover,
#brx-content .gform_previous_button:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    color: var(--dark);
    border-color: var(--second-color);
}

#brx-content .gform_previous_button:hover {
    color: var(--main-color);
    border-color: var(--main-color);
    background: transparent;
}

#brx-content .gform_wrapper .gform_fields {
    row-gap: var(--space-xs);
    -webkit-column-gap: var(--space-xs);
    -moz-column-gap: var(--space-xs);
    column-gap: var(--space-xs);
}


#brx-content .gform_wrapper input[type="checkbox"]:checked:before {
    /* content: var(--gf-icon-ctrl-checkbox);
    top: 2px; */
    color: var(--dark);
}

#brx-content .gform_wrapper :is(input[type="checkbox"], input[type="radio"]):hover {
    cursor: pointer;
}



#brx-content .gform_wrapper .ginput_complex {
    margin: 0;
    display: -ms-grid;
    display: grid;
    gap: var(--space-xs);
    -ms-grid-columns: 1fr var(--space-xs) 1fr;
    grid-template-columns: repeat(2, 1fr);
}


#brx-content .gform_wrapper .ginput_complex>span {
    padding: 0;
    width: 100%;
}

#brx-content .gform_wrapper .gf_clear.gf_clear_complex {
    display: none;
}

#brx-content .gform_wrapper .gfield--type-address .ginput_container_address>span {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

#brx-content .gform_wrapper .gfield--type-address .ginput_container_address>span.ginput_address_line_1 {
    grid-column: 1/-1;
}


#brx-content .gform_validation_errors * {
    font-size: var(--text-xs);
}

#brx-content .gform_wrapper input[type="radio"],
#brx-content .gform_wrapper input[type="checkbox"] {
    border-color: var(--bordure);
    background-color: var(--light-grey);
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 24px;
    height: 24px;
}



#brx-content .gform_wrapper .gfield_radio,
#brx-content .gform_wrapper .gfield_checkbox {
    display: -ms-grid;
    display: grid;
    gap: var(--space-xs);
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
}

#brx-content .gform_wrapper .gfield_radio label:after,
#brx-content .gform_wrapper .gfield_checkbox label:after {
    display: none;
}

#brx-content .gform_wrapper :is(.gfield_radio label, .gfield_checkbox label) {
    margin-bottom: 0;
}

#brx-content .gform_wrapper :is(.gfield_radio label, .gfield_checkbox label):hover {
    cursor: pointer;
}

#brx-content .gform_page_footer {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: var(--space-xs);
}

#brx-content .gform_wrapper .important-field label {
    font-weight: 700;
    font-size: var(--text-s);
}

#brx-content .gform_wrapper .ginput_password .gform_show_password {
    top: 8px;
    border: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

#brx-content .gform_wrapper .ginput_password .show-password-input {
    display: none;
}




#brx-content .gform_wrapper .gf_progressbar .gf_progressbar_percentage,
#brx-content .ginput_preview .gfield_fileupload_progressbar_progress {
    background: var(--dark);
}

#brx-content .gform_wrapper .gf_progressbar {
    background-color: var(--light-grey);
    border: 1px solid var(--bordure);
}

#brx-content .gform_wrapper .gf_progressbar_title {
    text-transform: uppercase;
    color: var(--second-color);
    letter-spacing: var(--spacing-middle);
    font-size: var(--text-2xs);
    font-weight: 400;
    margin-top: var(--space-2xs);
    font-variation-settings: var(--wght-medium);
    line-height: var(--lineheight-small);
}

#brx-content .gform_wrapper input[type="file"]::-webkit-file-upload-button {
    background: var(--main-color);
    color: #fff;
    min-height: 42px;
    font-weight: 600;
}

#brx-content .gform_wrapper input[type="file"]::file-selector-button,
#brx-content .gform_wrapper .gform_button_select_files {
    background: var(--main-color);
    color: #fff;
    min-height: 42px;
    font-weight: 600;
}

#brx-content .gform_wrapper .gform_button_select_files:hover {
    background: transparent;
    color: var(--dark);
}

#brx-content .gform_wrapper input[type="file"] {
    padding-left: 0;
}



#brx-content .gform_wrapper .ginput_container_image_choice .gchoice {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: var(--radius-xs);
    border: 1px solid var(--bordure);
    min-width: auto;
    max-width: 100%;
    width: auto;
    background: var(--light-grey);
    height: 100%;
    padding: 10px;
}

#brx-content .gform_wrapper .gfield-choice-image-wrapper {
    padding: 0;
    position: relative;
    margin: auto;
    -ms-flex-preferred-size: 70px;
        flex-basis: 70px;
}

#brx-content .gform_wrapper .ginput_container_image_choice .gchoice img {
    aspect-ratio: 1/1;
    -o-object-fit: cover;
    object-fit: cover;
}

#brx-content .gform_wrapper .ginput_container_image_choice .gfield-image-choice-wrapper-outer {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: var(--space-3xs);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

#brx-content .gfield--type-image_choice .gfield_checkbox {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
    gap: var(--space-xs);
}


#brx-content .gfield--type-image_choice .gfield-image-choice-wrapper-inner .gfield-choice-input {
    display: none;
}

#brx-content .gfield--type-image_choice .gfield-image-choice-wrapper-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

#brx-content .gform_wrapper .gfield--type-image_choice .gform-field-label--type-inline {
    margin: 0;
    text-align: center;
    font-size: var(--text-3xs);
    font-family: var(--typo-tx);
    text-align: center;
    font-variation-settings: var(--wght-medium);
    line-height: var(--lineheight-xs);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    letter-spacing: 0;
    color: var(--main-color);
    text-transform: uppercase;
    letter-spacing: 0;
}

#brx-content .gform_wrapper .gfield--type-image_choice .gchoice:hover {
    cursor: pointer;
}

/* #brx-content .gform_wrapper .gfield-choice-image-wrapper:before {
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    top: 2px;
    left: 2px;
} */

#brx-content .gform_wrapper .gfield--type-image_choice .gchoice:where(:has(input:checked))::after {
    background-color: var(--second-color);
    top: 5px;
    right: 5px;
    -webkit-filter: none;
            filter: none;
    width: 30px;
    height: 30px;
    font-size: 16px;
}


/* ================================================== 
BLOG
================================================== */
#brx-content .sidebar:has(.brxe-post-toc:empty) {
    /* display: none; */
    visibility: hidden;
    overflow: hidden;
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 0px !important;
    flex: 0 0 0 !important;
    width: 0;
    padding: 0;
    margin: 0;
}

#brx-content .toc-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
}

.single-post #brx-content:has(.brxe-post-toc:empty) .btn-sommaire {
    display: none;
}

#brx-content .contenu-sidebar .brxe-post-content>section>.brxe-container {
    width: 100%;
    max-width: var(--container-width);
    padding-inline: 0;
}

#brx-content .contenu-sidebar .brxe-post-content>.section-cta>.brxe-container {
    padding-inline: var(--space-xs);
}

#brx-content .contenu-sidebar .brxe-post-content>section {
    margin-block: var(--flow-3xs);
}

/* #brx-content .wrap-blog:has(.brxe-post-toc:not(:empty)) :is(.intro-blog, .brxe-post-content > section > .brxe-container) {
    margin-right: 0;
} */
/* .single-post #brx-content .bandeau-page h1.brxe-heading {
    font-size: var(--text-2xl);
}

.single-post #brx-content .bandeau-page {
    min-height: calc(300px + var(--space-2xl));
} */

#brx-content .brxe-button.outline.bricks-color-dark:hover {
    border-color: var(--main-color);
}

/* ================================================== 
RECRUTEMENT
================================================== */
#brx-content .listing-recrutement .bloc-lien>.ken-burns {
    -ms-flex-preferred-size: 34%;
        flex-basis: 34%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
}

#brx-content .listing-recrutement .bloc-lien:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}



#brx-content .filtres :is(input, select) {
    text-overflow: ellipsis;
}

body.bricks-is-frontend :focus-visible {
    outline: none;
}

#brx-content .bloc-filtres-actifs:has(.brxe-filter-active-filters:empty):not(:has(.active-categories a)) {
    display: none;
}

#brx-content .bloc-filtres-actifs .bricks-button:has(i):before {
    display: none;
}

#brx-content .brxe-filter-active-filters .bricks-button:hover i,
#brx-content .bloc-filtres-actifs .active-categories .bricks-button:hover i {
    color: var(--second-color);
}

#brx-content .bricks-pagination .page-numbers i {
    font-size: var(--text-3xs);
}

/* 
#brx-content .bloc-filtre .brxe-filter-select {
    background-image: -o-linear-gradient(45deg, transparent 50%, white 0), -o-linear-gradient(315deg, white 50%, transparent 0);
    background-image: linear-gradient(45deg, transparent 50%, white 0), linear-gradient(135deg, white 50%, transparent 0);
} */
#brx-content .filtres .bricks-choices .bricks-choices__inner,
#brx-content .tri .brxe-filter-select {
    padding: 0 var(--space-s) 0 var(--space-3xs);
    position: relative;
    border-radius: var(--radius-normal);
    background: transparent;
}

#brx-content .filtres .brxe-filter-select {
    padding: 0;
    font-variation-settings: var(--wght-regular);
    width: auto;
    /* flex: 0 1 auto; */
}

#brx-content .filtres .brxe-filter-select .bricks-choices__inner:before,
#brx-content .tri>.brxe-block:before {
    speak: never;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    content: "\e64b";
    display: inline-block;
    font-family: themify;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: none;
    right: calc(var(--space-3xs));
    top: 15px;
    font-size: 11px;
    color: var(--dark);
    width: 11px;
    height: 11px;
}

#brx-content .filtres .bricks-choices__list--multiple .bricks-choices__item {
    padding: 2px 8px;
    border-width: 1px;
    line-height: var(--lineheight-small);
    margin: 0;
    white-space: nowrap;
}

#brx-content .filtres .bricks-choices * {
    white-space: nowrap;
}

#brx-content .filtres .bricks-choices__list--multiple .bricks-choices__item:hover {
   background-color: var(--main-color);
   border-color: var(--main-color);
}
#brx-content .filtres button[type="reset"] .ion-ios-refresh {
    background: var(--second-color);
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

#brx-content .filtres :is(input, select)::-webkit-input-placeholder {
    opacity: 1;
}

#brx-content .filtres :is(input, select)::-moz-placeholder {
    opacity: 1;
}

#brx-content .filtres :is(input, select):-ms-input-placeholder {
    opacity: 1;
}

#brx-content .filtres :is(input, select)::-ms-input-placeholder {
    opacity: 1;
}

#brx-content .filtres :is(input, select)::placeholder {
    opacity: 1;
}

#brx-content .filtres :is(input, select) {
    font-size: var(--text-xs);
}

#brx-content .filtres .bricks-choices__list:not(:empty).bricks-choices__list--multiple {
    margin-top: 0;
    border-radius: var(--radius-normal);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 4px;
    padding-block: 4px;
}

#brx-content .filtres .bricks-choices__list--multiple:not(:empty)+.bricks-choices__input {
    display: none;
}

#brx-content .filtres .bricks-choices__list--multiple .bricks-choices__item .bricks-choices__button {
    position: relative;
    top: 2px;
    margin-left: 4px;
}

#brx-content .filtres .bricks-choices__list.bricks-choices__list--dropdown {
    margin-top: 5px;
    border-radius: var(--radius-normal);
}

#brx-content .filtres .bricks-choices__list.bricks-choices__list--dropdown>.bricks-choices__list {
    gap: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

#brx-content .filtres .brxe-filter-search input {
    /* font-size: var(--text-xs); */
    color: var(--dark);
    font-family: var(--wght-regular);
}

#brx-content .filtres .brxe-filter-search .ti-close:hover {
    color: var(--second-color);
}


/* ================================================== 
BLOG
================================================== */
.single-post .brxe-button:empty {
    display: none;
}

body.single-post #brx-content .brxe-post-content>section:not(.section-cta)>.brxe-container {
    padding-block: var(--space-xs);
}


/* ================================================== 
PAGE UTILS
================================================== */
.page-utils #brx-content .brxe-text h2 {
    font-size: var(--text-l);
    margin-bottom: var(--space-xs);
    font-weight: 500;
}

.page-utils #brx-content .brxe-text h2:only-child {
    margin-bottom: 0;
}

.page-utils #brx-content .brxe-text h3 {
    font-size: var(--text-m);
    margin-bottom: var(--space-xs);
    color: var(--second-color);
    font-weight: 500;
    font-variation-settings: var(--wght-semibold);
}




/* ================================================== 
COMPLIANZ
================================================== */
#cmplz-cookiebanner-container {
    z-index: 1000;
}
#cmplz-cookiebanner-container .cmplz-cookiebanner {
    overflow: visible;
}


#cmplz-cookiebanner-container .cmplz-cookiebanner::before {
    content: '';
    position: absolute;
    background: #fff;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    border-radius: var(--radius-small);
}

#cmplz-cookiebanner-container .cmplz-cookiebanner::after {
    content: '';
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 100vh;
    margin-top: -50vh;
    margin-left: -50vw;
    z-index: -1;
    background: rgba(0, 0, 0, 0.5);
    overflow: hidden;
}

#cmplz-cookiebanner-container .cmplz-cookiebanner>* {
    z-index: 2;
}

#cmplz-manage-consent .cmplz-manage-consent {
    right: auto !important;
    left: 20px;
}

#cmplz-document {
    max-width: 100% !important;
}

#cmplz-document ul {
    margin: 0;
    padding-left: 15px;
}

#cmplz-cookiebanner-container .cmplz-message {
    text-align: center;
}

#cmplz-cookiebanner-container {
    position: fixed;
}

#cmplz-cookiebanner-container .cmplz-title {
    font-size: var(--text-s);
    font-weight: 700;
    font-variation-settings: var(--wght-bold);
    color: var(--dark);
    text-transform: none;
    font-family: var(--typo-titres);
    text-align: center;
}

#cmplz-cookiebanner-container .cmplz-btn {
    font-weight: 700;
    font-size: var(--text-2xs);
    border-radius: var(--radius-xs);
    font-family: var(--typo-titres);
    text-transform: none;
    letter-spacing: 0;
    border: 2px solid var(--second-color);
    font-variation-settings: var(--wght-bold);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#cmplz-cookiebanner-container .cmplz-btn:hover {
    background: transparent;
}

#cmplz-cookiebanner-container .cmplz-btn.cmplz-view-preferences {
    border-color: var(--second-color);
}

#cmplz-cookiebanner-container .cmplz-links .cmplz-link:hover {
    text-decoration: none;
}

#cmplz-cookiebanner-container .cmplz-btn.cmplz-view-preferences:hover {
    background: transparent;
    color: var(--second-color);
}

.cmplz-cookiebanner {
    max-width: 600px !important;
}

#cmplz-cookiebanner-container .cmplz-categories,
#cmplz-cookiebanner-container .cmplz-message {
    width: 100%;
}


#wrapper #cmplz-document .cmplz-service-header h3 {
    color: var(--main-color);
}

/* Ajout style btn Refus */

#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-deny {
    position: absolute;
    top: -26px;
    right: 0;
    padding: 0;
    height: auto;
    background: transparent;
    border: none;
    color: #ccc;
    display: inline-block;
    width: auto;
    font-weight: 600;
    letter-spacing: 0.02em;
    /* text-transform: none; */
    font-size: var(--text-2xs);
    padding-right: 15px;
    min-height: auto;
}

#cmplz-cookiebanner-container .cmplz-deny::after {
    content: "";
    width: 8px;
    height: 8px;
    display: inline-block;
    border-top: 1px solid white;
    border-right: 1px solid white;
    position: relative;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-left: 5px;
    top: 1px;
}




/* ================================================== 
MEDIA QUERIES
================================================== */

@media (max-width: 1800px) {
    :root body {
        --almost-full: 100%;
    }
}

@media (max-width: 1600px) {
    :root body {
        --offset-vw: var(--space-s);
    }
    #brx-content .titre-h1 h1 {
        font-size: var(--text-4xl);
    }

}

@media (max-width: 1400px) {

    :root body {
        --logo-width: 180px;
        --radius-monster: 600px;
        --offset-vw: var(--space-xs);
    }
#brx-header .brx-nav-nested-items .brxe-button {
    font-size: var(--text-2xs);
}
    /* #brx-content .titre-h1 h1 {
        font-size: var(--text-3xl);
    }

    #brx-content .bandeau-home .titre-h1 {
        margin-right: -2vw;
        max-width: calc(100% + 2vw);
    } */

    #brx-content .filtres :is(input, select) {
        font-size: var(--text-xs);
    }

    #brx-content .brxe-accordion .accordion-title .title,
    #brx-content .brxe-accordion-nested .accordion-title-wrapper .brxe-heading {
        font-size: var(--text-s);
    }

}

@media (max-width: 1200px) {

    :root #brx-content {
        --container-reduced: 100%;

    }

    :root #brx-header,
    :root #brx-header.scrolling,
    :root body {
        --logo-width: 160px;
        --header-height: var(--sticky-header-height);
    }

    #brx-header>.brxe-section,
    #brx-header.scrolling>.brxe-section {
        height: var(--sticky-header-height);
    }


    /* #brx-header.scrolling .brxe-logo+.brxe-block,
    #brx-header .brxe-logo+.brxe-block {
        row-gap: 15px;
    } */

    #brx-header .brx-nav-nested-items>li.brxe-dropdown>.brx-submenu-toggle.aria-current>a:before {
        bottom: calc(var(--space-2xs) + 2px);
        left: calc(var(--space-2xs) - 3px);
        width: calc(100% - calc(var(--space-2xs) *2) + 6px)
    }
    #brx-header .menu-home .icon {
        display: none;
    }
    #brx-header .brx-nav-nested-items>li {
        margin-bottom: -1px;
    }

    #brx-header .brx-nav-nested-items li.brxe-dropdown.open>.brx-submenu-toggle>button {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    #brx-header.scrolling .brxe-dropdown .sous-menu {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    #brx-header .brx-nav-nested-items {
        overflow-y: auto;
    }

    #brx-header .brx-nav-nested-items .sous-menu {
        border-bottom: 1px solid var(--bordure);
        min-width: auto !important;
        width: 100%;
        max-width: 100%;
    }

    #brx-header .menu-home .text,
    #brx-header .brx-nav-nested-items li.menu-item:has(.menu-hidden) {
        display: inline-block;
    }

    #brx-header .brxe-nav-nested .brxe-dropdown.caret>.brx-submenu-toggle>a+button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    /* #brx-header .brxe-nav-nested .brxe-button {
        border-radius: 0;
        letter-spacing: var(--spacing-small) !important;
        text-transform: uppercase !important;
    } */

    #brx-header .brxe-nav-nested li.menu-item:has(.brxe-button) {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
    }
    #brx-header .brxe-nav-nested li.menu-item .brxe-button:hover {
        color: #fff;
    }
    #brx-header .brx-nav-nested-items .brxe-button {
        padding-block: var(--space-xs);
        font-size: var(--text-xs);
    }
    #brx-content .brxe-breadcrumbs {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    /* #brx-content blockquote::before {
        top: 6px;
        width: var(--space-m);
        height: var(--space-xs);
    }

    #brx-content blockquote {
        padding-left: var(--space-l);
    } */


    #brx-content :is(.desc-bas, .contenu-sidebar .brxe-post-content) h2 {
        font-size: var(--text-m);
    }

    #brx-content :is(.desc-bas, .contenu-sidebar .brxe-post-content) h3 {
        font-size: var(--text-s);
    }
    
    
    #brx-content :is(.desc-bas, .contenu-sidebar .brxe-post-content) h4 {
        font-size: var(--text-2xs);
        letter-spacing: var(--spacing-middle);
    }
#brx-content .bricks-image-caption {
    font-size: var(--text-2xs);
    gap: 10px;
}
#brx-content .gform_wrapper .gfield--type-image_choice .gform-field-label--type-inline {
    font-size:  12px;
}
#brx-content .gfield--type-image_choice .gfield_checkbox {
    gap: 5px;
}
#brx-content .gform_wrapper .ginput_container_image_choice .gchoice {
    padding: 10px 5px;
}
#brx-content .listing-recrutement .bloc-lien > .ken-burns {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
}

#brx-content .ariane .brxe-breadcrumbs  {
    width: 100%;
}

#brx-content :is(.desc-bas, .contenu-sidebar .brxe-post-content) h2::before {
    width: 30px;
    height: 20px;
}
#brx-content :is(.desc-bas, .contenu-sidebar .brxe-post-content) h2 {
    padding-left: 35px;
}

}

@media (max-width: 991px) {



    #btns-fixes .btn-fixe,
    #btns-fixes .btn-fixe:hover {
        width: 100%;
        height: 100%;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    #btns-fixes .btn-fixe .content {
        display: none;
    }

    #btns-fixes .btn-fixe .icon svg {
        width: 100%;
        height: 100%;
    }


    #brx-content .brxe-block .checklist:is(.brxe-text, .brxe-text-basic)>ul>li:before {
        width: 16px;
        height: 16px;
        top: 9px;
    }

    #brx-content .filtres .brxe-filter-select {
        width: 100%;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
    }
    #brx-content .brxe-list .content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }   
    #brx-content .brxe-list .content > * {
        margin: 0;
        text-align: left;
    }
    #brx-content .brxe-list .content .separator {
        display: none;
    }
     #brx-content .brxe-list li {
        border-bottom: 1px solid var(--bordure);
        padding-bottom: var(--space-2xs);
        margin-bottom: var(--space-2xs);
     }

}


@media (max-width: 767px) {




    :root #brx-header,
    :root #brx-header.scrolling,
    :root body {
       --logo-width: 130px;
        --sticky-header-height: 100px;
    }

    #brx-footer .col-contact .brxe-icon-box .content p strong  {
        font-size: var(--text-2xs);
    }

    /* #brx-header.scrolling .brxe-logo+.brxe-block,
    #brx-header .brxe-logo+.brxe-block {
        row-gap: 6px;
    } */



    #brx-content .brxe-text.bricks-type-lead a:before {
        height: 6px;
        bottom: 2px;
    }
/* 
    #brx-content .has-separator {
        flex-direction: column;
    }

    #brx-content .has-separator:has(.separator.left) :where(.separator.left, .separator.right) {
        flex-basis: auto;
        width: 60px;
        height: 8px
    }

    #brx-content .has-separator:not(:has(.separator.left)) .separator.right {
        height: 8px;
        flex-basis: auto;
        width: 100%;
    }

    #brx-content .has-separator:not(:has(.separator.left)) .separator.right:after {
        flex-basis: 54px;
    } */

    #brx-content .brxe-accordion .accordion-title .title,
    #brx-content .brxe-accordion-nested .accordion-title-wrapper .brxe-heading {
        font-size: var(--text-xs);
    }

    #brx-content :where(.brxe-accordion),
    #brx-content .brxe-accordion-nested {
        border-left-width: 5px;
    }

    #brx-content .bricks-button:has(i) {
        gap: 5px;
    }

    #brx-content .bricks-button:has(i):before {
        width: 18px;
        height: 10px;
        top: 2px;
    }

    #brx-content .bricks-button:has(i) i {
        margin-left: 5px;
    }

    /* #brx-content :is(.desc-bas, .contenu-sidebar .brxe-post-content) h2 {
        font-size: var(--text-m);
    } */

    #brx-content .listing-recrutement .bloc-lien>.ken-burns {
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
        width: 100%;
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
    }
    #brx-content .gfield--type-image_choice .gfield_checkbox {
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    }

}

@media screen and (max-width: 639px) {

    #brx-content .gform_wrapper .ginput_complex {
        -webkit-column-gap: var(--space-2xs);
        -moz-column-gap: var(--space-2xs);
        column-gap: var(--space-2xs);
    }




}

@media (max-width: 478px) {

    /* #brx-content .titre-h1 h1 {
        font-size: var(--text-xl);
    } */

    #brx-content .tx-vertical {
        -webkit-writing-mode: horizontal-tb;
            -ms-writing-mode: lr-tb;
                writing-mode: horizontal-tb;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
    }

    #brx-content .gform_wrapper .ginput_complex {
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
        row-gap: var(--space-s);
    }


    #brx-content .gform_wrapper .gfield_radio {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: var(--space-2xs);
    }

    #brx-content .gform_wrapper .gfield_radio,
    #brx-content .gform_wrapper .gfield_checkbox {
        -ms-grid-columns: auto;
        grid-template-columns: auto;
    }

    #brx-content .woocommerce-checkout-review-order-table .product-name {
        max-width: 150px;
    }

    #cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-links .cmplz-link {
        font-size: 13px;
        line-height: var(--lineheight-small);
    }

    .cmplz-cookiebanner .cmplz-links ul {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
        #brx-content .gfield--type-image_choice .gfield_checkbox {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    }
    #brx-content :is(.desc-bas, .contenu-sidebar .brxe-post-content) h2::before {
    width: 24px;
    height: 18px;
}
#brx-content :is(.desc-bas, .contenu-sidebar .brxe-post-content) h2 {
    padding-left: 30px;
}

}