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


/*Global*/

strong {
    font-weight: 700;
}

.h-bold {
    font-weight: 700;
}

h1, h2, h3 {
    line-height: 1.2;
}

.noci-chatbot.noci-floating.noci-position-right {
    right: 25px!important;
}

.noci-chatbot.noci-floating {
    bottom: 26px!important;
}

.lien-phrase {
    text-decoration: unset!important;
}

.lien-phrase::before {
    display: none!important;
}

h2.second-titre {
    margin-bottom: 20px;
}

html {
    overflow-x: hidden;
}


/*Boutons*/

.bricks-button {
    background-image: linear-gradient(to right, var(--vert) , var(--bleu));
    padding: 14px 20px;
    font-size: 16px;
}

.bricks-background-primary {
    transition: 0.2s;
}

.bricks-background-primary:hover {
    translate: 0 -2px ;
    box-shadow: 1px 2px 5px rgba(0,0,0,0.2);
}

.bricks-background-primary {
    position: relative;
    overflow: hidden;
    /*isolation: isolate;*/
    background-image: linear-gradient(
            to right,
            var(--vert), var(--bleu), var(--vert), var(--bleu)
    );
    background-size: 300% 100%;
    animation: bricks-btn-gradient 10s ease-in-out infinite;
    box-shadow: 0 0 14px color-mix(in srgb, var(--bleu) 50%, transparent);
    transition: box-shadow 0.3s ease;
}

/* Bulles floues flottantes en arrière-plan */
.bricks-background-primary::before {
    content: "";
    position: absolute;
    inset: -20px;
    z-index: -2;
    background-image:
            radial-gradient(circle at 10% 20%, var(--bleu) 0%, transparent 12%),
            radial-gradient(circle at 80% 10%, var(--vert) 0%, transparent 12%),
            radial-gradient(circle at 60% 70%, var(--bleu) 0%, transparent 14%),
            radial-gradient(circle at 30% 80%, var(--vert) 0%, transparent 14%),
            radial-gradient(circle at 90% 60%, var(--bleu) 0%, transparent 10%);
    filter: blur(10px);
    opacity: 0.85;
    animation: bricks-btn-blobs 20s linear infinite;
    pointer-events: none;
}

/* Reflet intérieur (haut clair / bas ombré) */
.bricks-background-primary::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    border-radius: inherit;
    box-shadow:
            inset 0 3px 12px color-mix(in srgb, var(--bleu) 90%, transparent),
            inset 0 -3px 4px color-mix(in srgb, var(--vert) 80%, transparent);
    pointer-events: none;
}

@keyframes bricks-btn-gradient {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}


@keyframes bricks-btn-blobs {
    33% {
        background-position: 10px 15px, -10px -10px, 15px -20px, -20px 10px, 10px -15px;
    }
    66% {
        background-position: -15px -10px, 15px 20px, -10px 10px, 10px -15px, -15px 20px;
    }
}

.bricks-background-primary:hover {
    box-shadow: 0 0 10px color-mix(in srgb, var(--bleu) 70%, transparent);
    transition: 0.2s;
    animation-duration: 4s;
}

.btn-blanc {
    background-image: none;
    background-color: var(--blanc);
    color: var(--bleu)!important;
}

.btn-blanc::after, .btn-blanc::before {
    display: none;
}

#brx-content .bricks-button {
    min-width: 280Px;
}

/*Fin Boutons*/



.brxe-text {
    max-width: 800px;
}

.point h1, .point h2, .point .txt-point {
    position: relative;
}

.point h1::after,
.point h2::after {
    content: ".";
    color: var(--vert);
    display: inline;
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 900;
    font-size: 1.4em;
    position: absolute;
    bottom: -.8rem;
}

.blanc {
    background-color: var(--blanc)!important;
}

.gris {
    background-color: var(--gris);
}

.blanc .post, .blanc .post .brxe-block {
    background-color: var(--gris);
}

.reverse .brxe-container {
    flex-direction: row-reverse;
}

.trombone-cache .trombone {
    display: none;
}

.d-none {
    display: none;
}

.noci-floating.noci-position-right.noci-chatbot {
    z-index: 100!important;
}

.point-gauche h2::after, .point-centre h2::after,
.point .txt-point::after {
    content: ".";
    color: var(--vert);
    display: inline;
    font-family: Georgia, "Times New Roman", serif; /* police avec un vrai point rond */
    font-weight: 900;
    font-size: 1.4em;
    position: absolute;
    bottom: -0.3rem;
}

.fond .point h1,
.fond .point h2 {
    position: relative;
}

.fond .point h1::after,
.fond .point h2::after {
    color: var(--blanc);
}

.point-gauche, .point-centre h2 {
    position: relative;
}

/*.point-gauche::before {*/
/*    content: "";*/
/*    background: url('/wp-content/uploads/2026/04/Ellipse-1.svg');*/
/*    width: 8px;*/
/*    height: 8px;*/
/*    background-repeat: no-repeat;*/
/*    background-size: 100%;*/
/*    left: -15px;*/
/*    top: 1rem;*/
/*    position: absolute;*/
/*}*/

/*.point-centre h2 {*/
/*    padding-left: 20px;*/
/*}*/

/*.point-centre h2::before {*/
/*    content: "";*/
/*    background: url('/wp-content/uploads/2026/04/Ellipse-1.svg');*/
/*    width: 1.5rem;*/
/*    height: 1.5rem;*/
/*    background-repeat: no-repeat;*/
/*    background-size: 100%;*/
/*    left: -15px;*/
/*    top: 49%;*/
/*    position: absolute;*/
/*}*/

.fond-gris {
    background-color: var(--gris);
}

main .brxe-text-link {
    text-decoration: underline;
    position: relative;
    padding-right: 20px;
}

main .brxe-text-link::before {
    content:'→';
    transition: 0.2s;
    right: 0;
    position: absolute;
}

main .brxe-text-link:hover::before {
    transform: translateX(5px);
}

footer a {
    color: white;
    font-weight: 400;
    font-size: 16px;
}

.paper-clip::before {
    content:'';
}

#back-to-top {
    position: fixed;
    bottom: 30px;
    left: 30px;
    right: unset;
    display: none;
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
    z-index: 9999;
    transition: opacity 0.3s;
}

#back-to-top.show {
    display: block;
    opacity: 0.8;
}

ul#brxe-16bd30 {
    right: 0!important;
    left: 10%!important;
}

.fond, .fond h1, .fond h2, .fond h3 {
    color: var(--blanc);
}

li.accordion-item.listening {
    border-bottom: 1px solid var(--blanc);
}

.accordeon-fond li.accordion-item.listening {
    border-bottom: 0;
}

.fond::before {
    opacity: 0.8;
}

.categorie a {
    color: var(--noir);
    font-size: 16px;
}

.france-map-container {
    position: relative !important;
}

.france-map-pins {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.france-map-pin {
    position: absolute !important;
}

/* Force la carte à s'adapter au conteneur */
.france-map-svg svg {
    width: 100% !important;
    height: auto !important;
    display: block;
}

/* Empêche le div carte de couvrir les pins */
.france-map-svg {
    position: static !important;
    display: block;
}

/* Assure que le conteneur principal est bien le référent */
.france-map-container {
    position: relative !important;
    display: block;
}

/* Les pins au-dessus de tout */
.france-map-pins {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none !important;
    z-index: 10;
}

.france-map-pin {
    position: absolute !important;
    pointer-events: all !important;
    z-index: 11;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
}

.france-map-pin.pin-label-below {
    flex-direction: column; /* label en dessous pour Lille */
}

span.pin-label {
    color: white;
    font-family: serif;
    font-weight: 400;
    text-shadow: 0 0 4px var(--bleu);
}

span.pin-label {
    font-family:'lexend', sans-serif!important;
}

@media screen and (max-width:1100px) {
    span.pin-label {
        font-size: 14px!important;
    }
}

.france-map-pin .pin-icon {
    transition: transform 0.2s ease;
}

.france-map-pin:hover {
    transform: scale(1.1);
    animation: pin-pulse 0.3s ease-out;
}

@keyframes pin-pulse {
    0%   { transform: scale(1.1); }
    40%  { transform: scale(1.3); }
    70%  { transform: scale(1.2); }
    100% { transform: scale(1.1); }
}

a.france-map-pin[title="Montpellier"], a.france-map-pin[title="Strasbourg"] {
    display: none;
}




.img-cercle-x4 img {
    width: 80px;
}




.boutons-actions .bricks-button {
    background-image: none;
    background-color: rgba(255,255,255,0.2);
}


.boutons-actions .active {
    background-color: white;
    color: var(--bleu);
}



.fiche {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    position: absolute;
    top: 0; left: 0; width: 100%;
    transition: opacity 0.5s ease;
}

.fiche.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    position: relative;
}

.fiche ul li {
    list-style: none;
    position: relative;
    padding-bottom: 10px;
}

.fiche ul li::before {
    content:"";
    width: 25px;
    height: 25px;
    background: url('/wp-content/uploads/2026/04/arrow-right-circle-fill-bleu.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    display: inline;
    position: absolute;
    left: -35px;
    top: 0.2rem;
}



footer a:hover{
    text-decoration: underline;
}




.trait-gauche, .trait-droite, trait-haut, trait-bas {
    position: relative;
}

.trait-gauche::after {
    content: '';
    height: calc(100% - 15px);
    width: 2px;
    background-image: linear-gradient(to bottom, var(--vert), var(--bleu));
    display: block;
    background-size: 100%;
    position: absolute;
    left: -2px;
}

.trait-droite::after {
    content: '';
    height: calc(100% - 30px);
    width: 2px;
    background-image: linear-gradient(to top, var(--vert), var(--bleu));
    display: block;
    background-size: 100%;
    position: absolute;
    right: 2px;
}

.trait-haut::before {
    content: '';
    height: 2px;
    width: calc(100% - 15px);
    background-image: linear-gradient(to right, var(--vert), var(--bleu));
    display: block;
    background-size: 100%;
    position: absolute;
    top: -3px;
}

.trait-bas::before {
    content: '';
    height: 2px;
    width: calc(100% - 30px);
    background-image: linear-gradient(to left, var(--vert), var(--bleu));
    display: block;
    background-size: 100%;
    position: absolute;
    bottom: 0px;
}





.fond .trait-gauche::after {
    content: '';
    background-image: unset;
    background-color: var(--blanc);
}

.fond .trait-droite::after {
    content: '';
    background-image: unset;
    background-color: var(--blanc);
}

.fond .trait-haut::before {
    content: '';
    background-image: unset;
    background-color: var(--blanc);
}

.fond .trait-bas::before {
    content: '';
    background-image: unset;
    background-color: var(--blanc);
}

.fond .compo-croix .point-gauche::before {
    background: url('/wp-content/uploads/2026/05/Ellipse-blanc.svg');
}





.trait-bas::before {
    left: 0;
}

.trait-droite::after {
    content: '';
    height: calc(100% - 15px);
    right: 2px;
    top: 0;
}

.trait-haut::before {
    content: '';
    height: 2px;
    width: calc(100% - 15px);
    left: 25px;
}

.trait-haut::before {
    height: 2px;
    width: calc(100% - 15px);
    top: -3px;
    left: 25px;
}





/* États initiaux - traits invisibles */
.trait-gauche::after,
.trait-droite::after {
    transform: scaleY(0);
    transition: transform 0.8s ease 1s;
}

.trait-gauche::after  { transform-origin: bottom center; }
.trait-droite::after  { transform-origin: top center; }

.trait-haut::before,
.trait-bas::before {
    transform: scaleX(0);
    transition: transform 0.8s ease 1s;
}

.trait-haut::before { transform-origin: right center; }
.trait-bas::before  { transform-origin: left center; }

/* États visibles */
.trait-gauche.is-visible::after,
.trait-droite.is-visible::after {
    transform: scaleY(1);
}

.trait-haut.is-visible::before,
.trait-bas.is-visible::before {
    transform: scaleX(1);
}



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

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

        /* Cacher les traits verticaux et horizontaux existants */
        .trait-bas::before,
        .trait-haut::before,
        .trait-gauche::after,
        .trait-droite::after {
            display: none;
        }

        .trait-mobile {
            position: relative;
        }

        /* Trait horizontal en bas, animé gauche → droite */
        .trait-mobile::after {
            content: '';
            height: 2px;
            width: 100%;
            background-image: linear-gradient(to right, var(--vert), var(--bleu));
            background-size: 100%;
            display: block;
            position: absolute;
            bottom: 0;
            left: 0;
            top: unset;
            right: unset;

            /* Animation gauche → droite */
            transform: scaleX(0);
            transform-origin: left center;
            transition: transform 0.8s ease 1s;
        }

        /* État visible */
        .trait-mobile.is-visible::after {
            transform: scaleX(1);
        }
    }
}





.fond #brxe-tzcjyt {
    padding-left: 40px;
}

.fond #brxe-zvlbin {
    padding-left: 40px;
}

.fond .trait-bas::before {
    left: 0;
}

.fond .trait-droite::after {
    content: '';
    height: calc(100% - 15px);
    right: 2px;
    top: 0;
}

.fond .trait-haut::before {
    content: '';
    height: 2px;
    width: calc(100% - 15px);
    left: 25px;
}

.fond .trait-haut::before {
    height: 2px;
    width: calc(100% - 15px);
    top: -3px;
    left: 25px;
}






form.brxe-form {
    justify-content: space-between;
}

.lien-icone-bleu {
    text-decoration: unset!important;
}


.lien-icone-bleu:hover {
    text-decoration: underline!important;
}

.lien-icone-bleu::before {
    display: none;
}




.bold-vert strong {
    color: var(--vert);
}



.bricks-custom-category-bandeau {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.bricks-custom-category-bandeau button {
    padding: 14px 20px;
    border-radius: var(--R-25);
    background-color: white;
    border: 2px solid var(--vert);
    font-size: 16px;
    font-family: "Pathway Extreme", sans-serif;
    color: var(--noir);
    font-weight: 600;

}

.bricks-custom-category-bandeau button.active {
    background-image: linear-gradient(to right, var(--vert) , var(--bleu));
    color: white;
    font-weight: 600;

}



#filtered-posts .bricks-ajax-loop {
    display: flex;
    flex-direction: row;
    column-gap: 2%;
    align-items: stretch;
    flex-wrap: wrap;
    row-gap: 30px;
}

#filtered-posts .actu-single-card {
    border-radius: var(--R-25);
    overflow: hidden;
    background-color: var(--gris);
}

#filtered-posts .brxe-image:not(.tag), #filtered-posts img {
    object-fit: cover;
    aspect-ratio: 5 / 3;
}

#filtered-posts .actu-single-card-content {
    row-gap: 20px;
    background-color: var(--gris);
    padding-top: 20px;
    padding-right: 15px;
    padding-bottom: 20px;
    padding-left: 15px;
}

#filtered-posts .post-link {
    margin-top: auto;
}

a.categorie {
    color: var(--noir);
    font-size: 16px;
    font-family: "Pathway Extreme";
    font-weight: 700;
}

#filtered-posts .actu-single-card-content h3 {
    color: var(--noir);
}

nav.bricks-ajax-pagination {
    margin-left: auto;
}

.vignette-cat a {
    color: white!important;
}

button.ajax-page {
    background-color: white;
    padding: 5px;
}


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

    body .equipe .membre:nth-child(3n+2) {
        transform: translateY(50px);
    }
}




.bricks-mobile-menu-wrapper	li.brxe-text-link.nav-last-button.bricks-button.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-1361.bricks-menu-item  {
    width: calc(100% - 60px);
    margin: 20px 30px 20px 30px;
}

.bricks-mobile-menu-wrapper	li.brxe-text-link.nav-last-button.bricks-button.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-1361.bricks-menu-item a {
    color: var(--blanc) !important;
    line-height: 40px;
}

.lien-fin a {
    font-weight: 300!important;
}



.options-wrapper label {
    color: var(--noir) !important;
    font-size: 16px !important;
}

.options-wrapper label a {
    color: var(--vert) !important;
    font-weight: 600!important;
    text-decoration: underline;
}





body .equipe .membre {
    transition: .2s;
}

body .equipe .membre:hover  {
    transform: translatey(-5px);
}

body .equipe .membre:nth-child(3n+2):hover {
    transform: translateY(45px);
}

.voir-plus-btn {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 14px;
    color: var(--blanc);
    text-decoration: underline;
}







#brxe-ktfbly {
    display: none;
}

#brxe-oneeto.is-active {
    display: none;
}

#brxe-oneeto.is-active ~ #brxe-ktfbly {
    display: flex;
}





.pages-enfant {
    width: 40%;
    white-space: break-spaces;
}

.pages-about, .pages-enjeux {
    width: 55%!important;
    white-space: break-spaces;
}

.contenant-illustration-sous-menu {
    width: 45%!important;
    white-space: break-spaces;
}

.pages-mere {
    padding-right: 20px!important;
    width: 60%;
    white-space: break-spaces;
}

.pages-mere a.active {
    color: var(--vert);
}

.brxe-nav-nested .brxe-text-link:hover {
    color: var(--vert);
}

.brxe-nav-nested .brxe-text-link.nav-last-button:hover {
    color: var(--blanc);
}



.carte-dispositif .fond {
    transition: 0.2s;
}

/*
.carte-dispositif:hover .fond {
	transform: translatey(-5px);
}*/


.single-post h2, .single-post h3, .single-post h4 {
    margin-bottom: 20px;
}

.grey-style {
    filter: grayscale(1);
}

.accordeon-fond {
    cursor: pointer;
}

.trait-gauche-defile {
    position: relative;
}


.trait-gauche-defile::after {
    content: '';
    height: calc(100%);
    width: 2px;
    background-image: linear-gradient(to bottom, var(--vert), var(--bleu));
    display: block;
    background-size: 100%;
    position: absolute;
    left: -2px;
    top: 0;
    transform: scaleY(0);
    transform-origin: top center;
    transition: transform 0.8s ease;
}


.trait-gauche-defile.is-visible::after {
    transform: scaleY(1);
}



.contenant-chiffre {
    background-color: var(--bricks-color-ghvecm);
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    margin-bottom: 15px;
}

.block-etape:after {
    content: "";
    display: block;
    position: absolute;
    top: 24px;
    left: 50px;
    height: 2px;
    width: 94%;
    border-top: 2px dashed var(--bleu);
}

.contenant-etapes .block-etape:last-of-type::after {
    display: none;
}




:where(.brxe-form) .choose-files:hover {
    background-color: transparent;
    text-decoration: underline;
}

.choose-files .brxe-icon {
    font-size: 25px;
    margin-right: 10px;
}



form input {
    outline-color: var(--bleu);
}




main .brxe-text-link.fleche-bas::before {
    content: '↓';
    transition: 0.2s;
    right: 0;
    position: absolute;
}

main .brxe-text-link.fleche-bas:hover::before {
    content: '↓';
    transform: translatey(5px);
}



.lien-liste-fleche img {
    transition: .2s;
}

.lien-liste-fleche:hover img {
    transform: translatex(5px);
}





#brx-header .brxe-text-link.active::after {
    content:""!important;
}


#brx-header .brxe-text-link.active::after {
    content: ""!important;
    width: 20px;
    height: 20px;
    min-width: 20px;
    background: url('/wp-content/uploads/2026/04/arrow-right-circle-fill-bleu.svg');
    background-size: 100%;
    background-repeat: no-repeat;
    display: inline-block;
    flex-shrink: 0;
    position: relative;
}



.liste-implantations a {
    color: var(--noir)!important;
    font-size: 17px!important;
    font-family: "Lexend";
}




header .brxe-text-link[aria-current=page] {
    text-decoration: underline!important;
}



#container-faq-accordion .faq-read-more {
    margin-top: 20px;
    padding: 12px 0;
    background: transparent;
    transition: 0.2s ease;
    color: white;
    text-decoration: underline;
}

#container-faq-accordion .faq-hidden {
    display: none;
}

.single-solutions #liste_situations_1 .lien-liste-fleche {
    cursor: unset;
}







header .brxe-text-link.nav-last-button[aria-current=page] {
    text-decoration: unset !important;
}


.brxe-section p b {
    font-weight: 600;
}




input[type=checkbox] {
    min-width: 15px;
}

button.ajax-page {
    color: var(--noir)!important;
}

button.ajax-page.active {
    text-decoration: underline!important;
    text-underline-offset: 2px!important;
}



.fiche ul li {
    font-weight: 600;
    font-family: 'Pathway Extreme';
}



.section-encarts .brxe-text-basic a {
    position: relative;
}

.section-encarts .brxe-text-basic a {
    color: var(--noir);
    padding-left: 35px;
    display: block;
    margin-top: 10px;
}

.section-encarts p {
    margin-bottom: 0;
}

.section-encarts p em {
    padding-left: 30px;
    display: block;
    font-synthesis: none;
}

.section-encarts .brxe-text-basic a::before{
    content: '';
    background: url('/wp-content/uploads/2026/04/arrow-right-circle-fill-bleu.svg');
    background-size: 100%;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    display: inline-block;
    position: absolute;
    left: 0px;
}






/*Responsive*/


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

    nav#brxe-5324d1 {
        width: fit-content;
    }

    #brx-header .brx-nav-nested-items {
        position: relative;
    }

    #brx-header .brx-nav-nested-items .brxe-dropdown {
        position: unset;
    }


    #brx-header .brx-nav-nested-items .brx-dropdown-content {
        box-shadow: 0 3px 6px #00000029;
        min-width: 100% !important;
        left: 0 !important;
    }

    #brx-header .brx-nav-nested-items .brx-dropdown-content li{
        font-family: "Pathway Extreme";
        font-size: 16px;
    }


    #brx-header .brx-nav-nested-items .brx-dropdown-content .brxe-text-link{
        position: relative;
        padding-left: 15px;
    }

    #brx-header .brx-nav-nested-items .brx-dropdown-content .brxe-text-link::before{
        content: ".";
        color: var(--vert);
        font-family: Georgia, "Times New Roman", serif;
        font-weight: 900;
        font-size: 1.8em;
        position: absolute;
        left: -5px;
        height: 10Px;
        top: -18px;
    }

    #brx-header .active .brx-submenu-toggle button{
        transform: rotate(180deg);
    }

    #brxe-103c6c {
        align-items: stretch;
    }

    #brxe-5ee566 {
        display: flex;
        flex-direction: column;
    }

    div#brxe-17dad3 {
        width: auto;
    }

    #brx-header .brx-nav-nested-items .brx-dropdown-content .brxe-text-link.lien-page-mere::before {
        content: ".";
        display: none!important;
    }

}




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

    nav#brxe-5324d1 {
        white-space: nowrap;
    }

    #brx-header .brx-nav-nested-items .brx-dropdown-content {
        min-width: calc(100% + 65px) !important;
        left: -65px !important;
    }
}

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

    #filtered-posts .actu-single-card {
        width: 32%;
    }

    #filtered-posts .actu-single-card-content {
        height: 100%;
    }
}



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

    .brxe-dropdown .brx-submenu-toggle {
        justify-content: space-between;
        width: 100%;
    }

    .brxe-dropdown .brx-submenu-toggle button {
        width: 26px;
    }


    header .brxe-dropdown[data-static] .brx-dropdown-content {
        display: block;
        opacity: 1;
        visibility: visible;
        transform: translateX(95%);
        position: fixed;
        top: 0;
        left: 0;
        background-color: white;
        width: 100%;
        height: fit-content;
        min-height: 100%;
        padding: 80px 5% !important;
    }


    header .brxe-dropdown[data-static] .open>.brx-dropdown-content, .brxe-dropdown[data-static].open>.brx-dropdown-content {
        transform: translateX(0%);
    }

    .open a.brx-multilevel-back {
        display: none;
    }

    .liste-padding .brxe-text ul {
        padding-left: 20px;
    }


    .mobile-nav_list a {
        font-family: 'Pathway Extreme' !important;
    }

    .mobile-nav_list .lien-fin a {
        text-decoration: underline;
        font-family: 'Pathway Extreme' !important;
        text-underline-offset: 2px;
    }


    .mobile-nav_list .brx-dropdown-content .brx-submenu-toggle {
        padding-bottom: 16px;
    }

    .mobile-nav_list .brxe-dropdown li.menu-item {
        padding-bottom: 16px;

    }

    .mobile-nav_list .brxe-dropdown li.menu-item a {
        position: relative;
        padding-left: 20px;
    }

    .mobile-nav_list .brxe-dropdown li.menu-item a {
        position: relative;
        padding-left: 20px;
        font-family: 'Lexend' !important;
    }

    .mobile-nav_list .brxe-dropdown li.menu-item a::before,
    .mobile-nav_list .brxe-dropdown .brxe-dropdown li.menu-item a::before {
        content: "";
        color: var(--vert);
        display: inline;
        background: url('https://cabinet-pso.brutdecom-dev.com/wp-content/uploads/2026/04/Ellipse-1.svg');
        background-size: 100%;
        background-repeat: no-repeat;
        width: 10px;
        height: 10px;
        position: absolute;
        left: 0;

    }


    .dropdown-back span.text {
        color: var(--bleu);
    }


    .mobile-nav_list .Menu-trois-niveaux a {

        font-family: "Lexend", sans-serif!important;
    }


    .titre-sous-menu {
        display: block;
        width: 100%;
        margin-bottom: 6px;
        font-family: "Lexend"!important;
        font-weight: 600;
        font-size: 20px!important;
    }

    .titre-sous-menu::after {
        content: '';
        width: calc(100% + 20px);
        height: 1px;
        background-color: var(--noir);
        display: block;
        bottom: -8px;
        position: relative;
        opacity: 15%;
        left: -20px;
    }

    .titre-sous-menu::before {
        display: none!important;
    }


    .titre-sous-menu {
        color: var(--noir);
    }

}




@media screen and (max-width:766px) {
    .point-gauche::before {
        content: "";
        background: url(/wp-content/uploads/2026/04/Ellipse-1.svg);
        width: 12px;
        height: 12px;
        background-repeat: no-repeat;
        background-size: 100%;
        left: -16px;
        top: 1rem;
        position: absolute;
    }

    .brxe-form .form-group {
        width: 100%!important;
    }

    .sticky-buttons.visible {
        right: -183px!important;
        width: 222px!important;
    }

    .sticky-buttons.visible a {
        gap: 10px!important;
    }

    .sticky-buttons.visible:hover {
        right: 0!important;
    }

    #brx-content .bricks-button {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
    }
}

@media screen and (max-width: 600px) {
    .bricks-custom-category-bandeau {
        gap: 16px 12px;
    }
    .bricks-custom-category-bandeau button {
        padding: 14px 16px;
        font-size: 14px;
    }
}

@media screen and (max-width: 477px) {
    #brx-content .bricks-button {
        width: 100%;
    }
    span.pin-label {
        font-size: 10px !important;
    }

    footer .brx-submenu-toggle {
        justify-content: space-between;
        border-bottom: 1px solid;
    }
}