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

/* =======================================================
   1. Variables et Design Tokens
======================================================= */

/* -------------------------------------------------------
   1.1. Couleurs
------------------------------------------------------- */
:root {
    --color-primary: #C6B098;
    --color-primary-bg: #F3EDE7;
    --color-secondary: #242324;
    --color-light: #ffffff;
}

* {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
}


#brx-content .accordion-content-wrapper a,
#brx-content .brxe-text-basic a,
#brx-content .brxe-text a {
    text-decoration: underline;
    text-underline-offset: 2px;
    text-decoration-color: var(--color-primary);
    text-decoration-thickness: 1px;
}
#brx-content .accordion-content-wrapper a:hover,
#brx-content .brxe-text-basic a:hover,
#brx-content .brxe-text a:hover {
    color: var(--color-primary);
}


/* ================================================== 
    COMPLIANZ
================================================== */

#cmplz-cookiebanner-container .cmplz-cookiebanner::before {
    content: '';
    position: absolute;
    background: white;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    border-radius: 4px;
}

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

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

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

/* Ajout style btn Refus */

#cmplz-cookiebanner-container .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: 300;
}
#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;
}

.cmplz-document #brx-content {
    margin-top: 60px;
    margin-bottom: 60px;
}



/* GRAVITY STYLES */

#brx-content #form .gform-theme {
    --gf-color-primary: #c6b098;
    --gf-color-primary-rgb: 198, 176, 152;
    --gf-color-primary-contrast: #fff;
    --gf-color-primary-contrast-rgb: 255, 255, 255;
    --gf-color-primary-darker: #a7917a;
    --gf-color-primary-lighter: #dfcbb5;
    --gf-color-secondary: #fff;
    --gf-color-secondary-rgb: 255, 255, 255;
    --gf-color-secondary-contrast: #242324;
    --gf-color-secondary-contrast-rgb: 36, 35, 36;
    --gf-color-secondary-darker: #f3ede7;
    --gf-color-secondary-lighter: #FFFFFF;
    --gf-color-out-ctrl-light: rgba(36, 35, 36, 0.1);
    --gf-color-out-ctrl-light-rgb: 36, 35, 36;
    --gf-color-out-ctrl-light-darker: rgba(104, 110, 119, 0.35);
    --gf-color-out-ctrl-light-lighter: #F5F5F5;
    --gf-color-out-ctrl-dark: #242324;
    --gf-color-out-ctrl-dark-rgb: 36, 35, 36;
    --gf-color-out-ctrl-dark-darker: #242324;
    --gf-color-out-ctrl-dark-lighter: rgba(36, 35, 36, 0.65);
    --gf-color-in-ctrl: #fff;
    --gf-color-in-ctrl-rgb: 255, 255, 255;
    --gf-color-in-ctrl-contrast: #242324;
    --gf-color-in-ctrl-contrast-rgb: 36, 35, 36;
    --gf-color-in-ctrl-darker: #f3ede7;
    --gf-color-in-ctrl-lighter: #FFFFFF;
    --gf-color-in-ctrl-primary: #c6b098;
    --gf-color-in-ctrl-primary-rgb: 198, 176, 152;
    --gf-color-in-ctrl-primary-contrast: #fff;
    --gf-color-in-ctrl-primary-contrast-rgb: 255, 255, 255;
    --gf-color-in-ctrl-primary-darker: #a7917a;
    --gf-color-in-ctrl-primary-lighter: #dfcbb5;
    --gf-color-in-ctrl-light: rgba(36, 35, 36, 0.1);
    --gf-color-in-ctrl-light-rgb: 36, 35, 36;
    --gf-color-in-ctrl-light-darker: rgba(104, 110, 119, 0.35);
    --gf-color-in-ctrl-light-lighter: #f3ede7;
    --gf-color-in-ctrl-dark: #c6b098;
    --gf-color-in-ctrl-dark-rgb: 36, 35, 36;
    --gf-color-in-ctrl-dark-darker: #242324;
    --gf-color-in-ctrl-dark-lighter: rgba(36, 35, 36, 0.65);
    --gf-radius: 3px;
    --gf-ctrl-border-color: #242324;
    --gf-ctrl-label-color-primary: #242324;
    --gf-ctrl-label-color-secondary: #242324;
    --gf-ctrl-btn-border-color-secondary: #a7917a;
    --gf-ctrl-file-btn-bg-color-hover: #f3ede7;
    --gf-field-pg-steps-number-color: rgba(36, 35, 36, 0.8);
    --gf-font-size-secondary: 15px;
    --gf-font-size-tertiary: 15px;
    --gf-ctrl-shadow: 0 0px 0px rgba(var(--gf-color-primary-rgb), 0);
}
#brx-content #form .gform_required_legend {
    display: none;
}
#brx-content #form .gfield--type-address {
    margin: 20px 0;
}
#brx-content #form textarea:focus-visible, #brx-content #form select:focus-visible {
    outline: none;
}
#brx-content #form .lettremotiv {
    margin-bottom: 20px;
}

#brx-content #form a {
    color: var(--color-primary);
}

#brx-content #form .gform_confirmation_message {
    background: var(--color-primary-bg);
    padding: 10px 15px;
    border-radius: 5px;
}



/* -------------------------------------------------------
   Header Styles
------------------------------------------------------- */

#brx-header {
    z-index: 999;
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

#brx-header.on-scroll.scrolling, #brx-header .dropmenu ul {
    -webkit-box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.15);
}

#brx-header .brx-nav-nested-items li a {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

#brx-header .brx-nav-nested-items li a:not(#brxe-ldtecf):not(#brxe-hjjhgg)::before {
    content: '';
    display: block;
    width: 0px;
    height: 2px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -1px;
    background-color: var(--color-primary);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#brx-header .brx-nav-nested-items li .brx-dropdown-content a:not(#brxe-ldtecf)::before {
    left: 0;
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%);
}

#brx-header .brx-nav-nested-items li a:not(#brxe-ldtecf):hover::before {
    width: 10px;
}

#brx-header .brx-nav-nested-items li a[aria-current="page"] {
    font-weight: 600;
}

#brx-header .brx-nav-nested-items li a[aria-current="page"]:not(#brxe-ldtecf):not(#brxe-hjjhgg)::before {
    content: '';
    display: block;
    width: 20px;
    height: 2px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -1px;
    background-color: var(--color-primary);
}

#brx-header .brx-nav-nested-items li .brx-dropdown-content a[aria-current="page"]:not(#brxe-ldtecf)::before {
    left: 0;
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%);
}

#brx-header .brx-nav-nested-items li a[aria-current="page"]:not(#brxe-ldtecf):hover::before {
    width: 30px;
}

#brx-header .brx-nav-nested-items li .brx-dropdown-content {
    gap: 8px;
}

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

    #brx-header #brxe-butwws .bricks-site-logo  {
        width: 130px;
    }

    #brx-header .brxe-nav-nested .brx-nav-nested-items {
        -webkit-column-gap: 10px;
           -moz-column-gap: 10px;
                column-gap: 10px;
    }
}

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

    #brx-header .brxe-nav-nested .brx-nav-nested-items {
        overflow: visible;
        z-index: 1;
    }

    #brx-header .brxe-nav-nested .brx-nav-nested-items::before {
        content: '';
        position: relative;
        display: block;
        width: 100vw;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: -2;
        background-color: rgba(0, 0, 0, 0.8);
    }

    #brx-header .brxe-nav-nested .brx-nav-nested-items::after {
        content: '';
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1;
        background-color: white;
    }

    #brx-header .brx-nav-nested-items li .brx-dropdown-content {
        -webkit-box-shadow: unset;
                box-shadow: unset;
    }
}

/* Styles généraux */

/* -------------------------------------------------------
   Title Styles
------------------------------------------------------- */

.heading__line {
    position: relative;
    left: 12px;
    margin-bottom: 0px;
}

.heading__line::before {
    content: '';
    width: 2px;
    height: calc(100% + 50px);
    background-color: var(--color-primary);
    position: absolute;
    left: -12px;
    bottom: 12px;
}

.heading__line.color__black::before {
    background-color: var(--color-secondary);
}

.heading__line--h {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.heading__line--h::after {
    content: '';
    display: block;
    width: 70px;
    height: 2px;
    background-color: var(--color-primary);
    margin-left: 12px;
}


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


    .heading__line--h::after {
        display: none;
    }
}


/* Custom Titles */

/* -------------------------------------------------------
   Button Styles
------------------------------------------------------- */

#brx-header .bricks-button.bricks-background-secondary,
#brx-content .bricks-button.bricks-background-secondary,
#brx-footer .bricks-button.bricks-background-secondary {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#brx-header .bricks-button.bricks-background-secondary:hover,
#brx-content .bricks-button.bricks-background-secondary:hover,
#brx-footer .bricks-button.bricks-background-secondary:hover {
    padding: .5em 1.2em;
}

/* -------------------------------------------------------
   Forms Styles
------------------------------------------------------- */

#brx-content .gform_wrapper .gform_fields {
    row-gap: 12px;
}

#brx-content .gform_wrapper input,
#brx-content .gform_wrapper textarea,
#brx-content .gform_wrapper select,
#brx-content .gform_wrapper .chosen-container {
    border-color: var(--color-primary);
    -webkit-box-shadow: none;
            box-shadow: none;
}

#brx-content .gform_wrapper input[type="submit"] {
    font-size: 16px;
    background-color: var(--color-primary);
    color: var(--color-secondary);
    font-weight: 700;
    -webkit-box-shadow: none;
            box-shadow: none;
}

#brx-content .gform_wrapper input[type="submit"]:hover {
    background-color: var(--color-secondary);
    color: white;
}


/* -------------------------------------------------------
   Partners Styles
------------------------------------------------------- */

#brx-content .partners {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px;
}

#brx-content .partners > li {
    width: auto;
    height: 80px;
}

#brx-content .partners > li > figure {
    width: 100%;
    height: 100%;
}

#brx-content .partners > li:last-child img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
       object-fit: cover;
}

#brx-content .partners img {
    height: 100% !important;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    aspect-ratio: inherit;
}

/* -------------------------------------------------------
   Testimonials Styles
------------------------------------------------------- */

#brx-content #wprev-badge-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    padding: 8px;
    margin: 0;
    border: none;
}

#brx-content #wprev-badge-1::before {
    content: '';
    display: block;
    position: relative;
    width: 36px;
    height: 36px;
    background-image: url('https://www.ampcsolutions.fr/wp-content/uploads/2024/12/google-logo.svg');
    background-size: 36px 36px;
}

#brx-content #wprev-badge-1 .wppro_avg_b6s6a,
#brx-content #wprev-badge-1 .wppro_badge1_DIV_12 {
    font-family: "effra-cc" ;
    color: var(--color-secondary);
}

#brx-content #wprev-badge-1 .wppro_avg_b6s6a {
    font-size: 20px;
    font-weight: 600;
}

#brx-content #wprev-badge-1 .wppro_badge1_DIV_5 {
    font-family: "effra-cc" ;
    line-height: normal;
}

#brx-content #wprev-badge-1 .wppro_badge1_DIV_5 .wppro_badge1_DIV_stars {
    margin: 0;
}

#brx-content #wprev-badge-1 .wppro_badge1_DIV_5 .wppro_badge1_DIV_stars .svgicons {
    width: 16px;
    height: 16px;
}

#brx-content #wprev-badge-1 .wppro_badge1_DIV_5 .wppro_badge1_DIV_stars span.wppro_avg_b6s6a {
    margin-right: 4px;
}

#brx-content #wprev-badge-1 .wppro_badge1_DIV_12 {
    text-align: left;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

#brx-content #wprev-badge-1 .wppro_badge1_DIV_12::before {
    content: 'Basé sur ';
    margin-right: 4px;
}

/* -------------------------------------------------------
   Footer Styles
------------------------------------------------------- */


#brx-footer .footer__bandeau .brxe-heading {
    position: relative;
    left: 12px;
}

#brx-footer .footer__bandeau .brxe-heading::before {
    content: '';
    width: 2px;
    height: 150px;
    background-color: var(--color-secondary);
    position: absolute;
    left: -12px;
    top: 0;
}

/* -------------------------------------------------------
   Sliders
------------------------------------------------------- */

/* Slider Produits */

#brx-content .produits__slider .splide__slide .brxe-heading {
    position: relative;
}

#brx-content .produits__slider .splide__slide .brxe-heading::before {
    content: '';
    width: 2px;
    height: calc(100% + 32px);
    background-color: var(--color-primary);
    position: absolute;
    left: -12px;
    bottom: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#brx-content .produits__slider .splide__slide:hover .brxe-heading::before {
    height: calc(100% + 45px);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#brx-content .produits__slider .splide__slide .brxe-dzsakg.brxe-image {
    aspect-ratio: 4 / 3;
}

/* -------------------------------------------------------
   Page Styles
------------------------------------------------------- */

/* Accueil */

.hero__container {
    position: relative;
}

.hero__container::before {
    content: '';
    display: block;
    position: absolute;
    right: calc((0px - 100vw) + 556px);
    bottom: 0px;
    height: calc(100% + 120px);
    width: 100vw;
    background-color: var(--color-primary-bg);
    z-index: -1;
}

.home .hero__container .heading__line::before {
    bottom: 0;
}

body:not(.home) .hero__container::before {
    height: calc(100% + 140px);
    bottom: -24px;
}

.hero__container .button__big {
    display: block;
    position: relative;
}

.hero__container .button__big svg {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.home .section__actualités .brxe-container .brxe-block:first-child .brxe-button {
    line-height: 10px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}

.home .section__actualités .brxe-container .brxe-block:first-child i {
    position: relative;
    z-index: 1;
    display: block;
    width: 24px;
    height: 24px;
}

.home .section__actualités .brxe-container .brxe-block:first-child i::before {
    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    display: block;
    font-weight: 600;
}

.home .section__actualités .brxe-container .brxe-block:first-child i::after {
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    bottom: 0;
    width: 10px;
    height: 10px;
    background-color: var(--color-primary);
    z-index: -1;
}

@media screen and (max-width: 1100px) {
    .home .section__actualités .brxe-container > .brxe-block#brxe-yxtydb {
        width: 45%;
    }
}

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

    .hero__container::before {
        width: 100vw;
        left: -24px;
        right: auto;
    }

    .home .section__actualités .brxe-container > .brxe-block#brxe-yxtydb {
        width: 100%;
    }
}

.section__icons::before {
    content: '';
    display: block;
    width: 100%;
    height: calc(100% + 72px);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    background-color: var(--color-primary-bg);
}



/* -- */

/* Produits */

.section__faq .faq__contact .brxe-heading {
    position: relative;
}

.section__faq .faq__contact .brxe-heading::before {
    content: '';
    width: 1.5px;
    height: 70px;
    background-color: var(--color-primary);
    position: absolute;
    left: -12px;
    bottom: 0;
}

.section__faq .faq__contact a {
    color: var(--color-primary);
}

/* Articles */

.section__articles .articles__grid .bricks-layout-wrapper li {
    background-color: white;
}

.section__articles .articles__grid#brxe-kaafim .bricks-layout-wrapper li .content-wrapper h2 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
}


.section__articles .articles__grid .bricks-layout-wrapper li .image-wrapper img {
    aspect-ratio: 4 / 3;
}

.section__articles .articles__grid#brxe-kaafim .bricks-layout-wrapper li .content-wrapper .dynamic[data-field-id="ijvmir"] {
    position: relative;
    margin: 24px 0 0 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 4px;
    line-height: 12px;
}

.section__articles .articles__grid#brxe-kaafim .bricks-layout-wrapper li .content-wrapper .dynamic[data-field-id="ijvmir"] .arrow {
    position: relative;
    z-index: 1;
    display: block;
    width: 24px;
    height: 24px;
}

.section__articles .articles__grid#brxe-kaafim .bricks-layout-wrapper li .content-wrapper .dynamic[data-field-id="ijvmir"] .arrow::before {
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    bottom: 0;
    width: 10px;
    height: 10px;
    background-color: var(--color-primary);
    z-index: -1;
}

.section__articles .articles__grid#brxe-kaafim .bricks-layout-wrapper li .content-wrapper .dynamic[data-field-id="ijvmir"] .arrow::after {
    content: "\f119";
    font-family: Ionicons;
    font-size: 24px;
    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    font-weight: 600;
    word-wrap: break-word;
    line-height: 1;
    position: absolute;
    right: 5px;
    top: 0;
}

/* Recrutement */

#brxe-fyuptg.section__offres .offre__item .heading__line::before {
    height: calc(100% + 24px);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#brxe-fyuptg.section__offres .offre__item:hover .heading__line::before {
    height: calc(100% + 36px);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#brxe-fyuptg.section__offres .offre__item .brxe-button {
    line-height: 10px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}

#brxe-fyuptg.section__offres .offre__item i {
    position: relative;
    z-index: 1;
    display: block;
    width: 24px;
    height: 24px;
}

#brxe-fyuptg.section__offres .offre__item i::before {
    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    display: block;
    font-weight: 600;
}

#brxe-fyuptg.section__offres .offre__item i::after {
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    bottom: 0;
    width: 10px;
    height: 10px;
    background-color: var(--color-primary);
    z-index: -1;
}

/* Contact */

.section__contact .brxe-social-icons#brxe-mevvka li:last-child a {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

/* Badge Google */

#brx-content .badge-google-reviews {
    background: white;
    padding: 7px 9px 7px 50px;
    border-radius: 6px;
    line-height: 1.1;
}
#brx-content .badge-google-reviews::before {
    content: "";
    display: block;
    position: absolute;
    left: 9px;
    top: 7px;
    width: 33px;
    height: 33px;
    background-image: url(https://www.ampcsolutions.fr/wp-content/uploads/2024/12/google-logo.svg);
    background-size: 33px 33px;
}
#brx-content .badge-google-reviews .note-google {
    font-size: 16px;
    font-weight: 700;
}
#brx-content .badge-google-reviews .etoiles {
    font-size: 16px;
    display: inline-block;
    padding-left: 7px;
}
#brx-content .badge-google-reviews .etoiles > span:not(:first-child) {
    padding-left: 2px;
}
#brx-content .badge-google-reviews .nombre-avis {
    display: block;
    font-size: 13px;
    margin-top: 2px;
}
#brx-content .badge-google-reviews .star {
    -webkit-text-stroke: 1px #242324;
}
#brx-content .badge-google-reviews .star.semi-filled {
    background: -webkit-gradient(linear, left top, right top, color-stop(55%, #242324), color-stop(50%, #fff));
    background: -o-linear-gradient(left, #242324 55%, #fff 50%);
    background: linear-gradient(to right, #242324 55%, #fff 50%); /* Dégradé pour l'étoile semi-pleine */
    -webkit-background-clip: text; /* Pour la compatibilité avec Safari */
    color: transparent; /* Masquer la couleur de l'étoile */
}


/* Tableaux TablePress */

#brx-content .tablepress>:where(thead,tfoot)>*>th {
    background-color: var(--bricks-color-vcynns);
}
#brx-content .tablepress * {
    border-color: var(--bricks-color-vcynns);
}
#brx-content .tablepress>.row-hover>tr:hover>*, #brx-content .tablepress>:where(tbody.row-striping)>:nth-child(2n)>* {
    background-color: var(--bricks-color-nwlhyl);
}
#brx-content .tablepress-table-description {
    font-style: italic;
    opacity: 0.5;
}
#brx-content .tablepress-table-name {
    margin-bottom: 10px;
    font-size: 22px;
}



/* Réalisations */

#brx-content #real-gallery .brxe-lumbpe .brxe-div {
    --gutter: unset;
    --columns: unset;
}