/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* 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(--third-color);
}

body {
    -webkit-font-variant-ligatures: none;
            font-variant-ligatures: none;
}

/* Fil d'ariane
--------------------------------------------- */
#fil-ariane .breadcrumbs>span>span:first-child a {
    font-size: 0;
}

#fil-ariane .breadcrumbs span {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    line-height: 1;
}
#fil-ariane .breadcrumbs span a {
    color: #fff;
    font-weight: 400;
}
#fil-ariane .breadcrumbs>span>span a i {
    font-size: 18px;
}

#fil-ariane .breadcrumbs .ti-angle-right {
    font-size: 12px;
}

#fil-ariane .breadcrumbs .breadcrumb_last {
    display: none;
}

#brx-content .brxe-slider-nested {
    padding-bottom: 50px;
}



/* ================================================== 
BOUTONS FIXES 
================================================== */
#btns-fixes .btns-fixes .repeater-item a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 80px;
    min-height: 80px;
    padding: 0;
    border: none;
    margin: 0;
}

#btns-fixes .btns-fixes .repeater-item span {
    line-height: 1;
    font-weight: 700;
    font-size: 15px;
    margin-top: 5px;
}


#btns-fixes .btns-fixes {
    width: 80px;
    height: 240px;
    top: calc(50% - 120px);
}

#btns-fixes .btns-fixes .repeater-item:first-child {
    border-top-left-radius: var(--radius-normal);
}

#btns-fixes .btns-fixes .repeater-item:last-child {
    border-bottom-left-radius: var(--radius-normal);

}

#btns-fixes .btns-fixes .repeater-item:last-child a {
    border-bottom: none;
}

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

#brx-header .bricks-site-logo {
    -webkit-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
    transition: width 0.3s;
}

/* #brx-header.scrolling .header-top {
    margin-top: -1px;
}*/

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

#brx-header .menu-btn-secondaire .ti-angle-down,
#brx-header .menu-btn-tertiaire .ti-angle-down {
    color: #fff;
}
#brx-header .menu-btn-tertiaire a {
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

#brx-header .menu-btn-tertiaire:hover .ti-angle-down, #brx-header .menu-btn-tertiaire:hover .brx-submenu-toggle > a {
    color: var(--third-color) !important;
}

#brx-header .brx-nav-nested-items > li > a.menu-btn[aria-current="page"] {
    border: none;
    color: #fff;
}
#brx-header  .brx-submenu-toggle.aria-current  + .brx-dropdown-content .brxe-text-link[aria-current="page"] {
    color: var(--third-color);
}
#brx-header .brx-nav-nested-items > li.menu-btn > .brx-submenu-toggle.aria-current  {
    border: none;
}
#brx-header .brx-nav-nested-items > li.menu-btn .brx-submenu-toggle.aria-current  + .brx-dropdown-content .brxe-text-link[aria-current="page"] {
    color: #fff;
}


#brx-header .brx-nav-nested-items > li > a.menu-btn-secondaire:hover {
    color: var(--second-color);
}

#brx-header .ti-angle-down {
    font-size: 14px;
}

#brx-header .header-top .brxe-social-icons li {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}

#brx-header .header-top {
    line-height: 1;
}

#brx-header .header-top .brxe-text-link {
    position: relative;
    top: 2px;
}

#brx-header .brxe-nav-nested>ul>li.menu-item:first-child {
    margin-left: auto;
}
#brx-header .brxe-nav-nested>ul>li.menu-item:first-child > a {
    padding-bottom: 8px;
}

.brx-dropdown-content li.menu-item:empty {
    display: none;
}

.brx-dropdown-content li.menu-item .brxe-text-link {
    font-size: var(--text);
}

.brx-dropdown-content li.menu-item:not(:first-child),
.menu-btn .brx-dropdown-content .brxe-text-link:not(:first-child) {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 10px;
}

#brx-header .brxe-nav-nested .menu-btn .brx-dropdown-content .brxe-text-link {
    width: 100%;
}

.brx-submenu-toggle+.brx-dropdown-content,
.menu-btn .brx-dropdown-content .brxe-block {
    gap: 10px;
}

.menu-btn .brx-dropdown-content .brxe-text-link:not(:first-child) {
    border-color: rgba(255, 255, 255, 0.2);
}

/* #brx-header .menu-btn {
    padding: 12px 18px;
} */

#brx-header.scrolling .brxe-nav-nested .brx-has-megamenu>.brx-dropdown-content {

    -webkit-transform: translateY(-20px);

        -ms-transform: translateY(-20px);

            transform: translateY(-20px);
} 

#brx-header .brxe-tabs-nested .tab-pane.brx-open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#brx-header .grille-liens {
    -webkit-column-gap: var(--gap-large);
    -moz-column-gap: var(--gap-large);
    column-gap: var(--gap-large);
    row-gap: 15px;
}

#brx-header .menu-adresse>.brx-submenu-toggle>a i {
    font-size: 21px;
    position: absolute;
    top: -5px;
    left: 0;
}

#brx-header .menu-adresse>.brx-submenu-toggle>a {
    position: relative;
    padding-left: 30px;
}

#brx-header .brx-nav-nested-items > li.menu-btn > .brx-submenu-toggle.aria-current > * {
    color: #fff;
}


/* Translatepress
--------------------------------------------- */
#brx-header .trp-language-switcher {
    width: auto;
    height: auto;
}

#brx-header .trp-language-switcher>div {
    padding: 0;
    border: none;
    background: transparent;
    border-radius: 0;
    width: auto !important;
}

/*  TRANSLATEPRESS
--------------------------------------------- */

#brx-header .trp-language-switcher .trp-ls-shortcode-current-language {
    position: relative;
    padding-right: 20px;
}

#brx-header .trp-language-switcher .trp-ls-shortcode-current-language:after {
    content: "\e64b";
    font-family: themify;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: none;
    font-size: 12px;
    color: #fff;
    position: absolute;
    top: calc(50% - 6px);
    right: 0;
}

#brx-header .trp_language_switcher_shortcode .trp-ls-shortcode-language {
    background-color: var(--light-grey);
    border: 1px solid var(--bordure);
}

#brx-header .trp-language-switcher>div>a>img {
    width: 30px;
    height: 20px;
    margin: 0;
    min-width: 25px;
}
#brx-header .trp-ls-shortcode-current-language > a {
    padding: 0;
}


/* ================================================== 
FOOTER
================================================== */
#brx-footer .col-logo .brxe-social-icons>.repeater-item:not(:last-child) .icon {
    width: 40px;
    height: 40px;
    text-align: center;
    color: #fff;
    line-height: 40px;
}

#brx-footer .col-logo .brxe-social-icons>.repeater-item:last-child>a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

#brx-footer .brxe-button:hover {
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
}

#brx-footer .copyright {
    font-size: 13px;
}

#brx-footer .back-to-top {
    -webkit-transition: 500ms all ease;
    -o-transition: 500ms all ease;
    transition: 500ms all ease;
}

#brx-footer .back-to-top:hover {
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
}

/* ================================================== 
Eléments
================================================== */
/* body.logged-in.admin-bar #brx-content .bandeau-home {
    height: calc(100vh - (160px - 32px));
} */


/* Medias - radius
--------------------------------------------- */
.brxe-image,
.brxe-carousel .image {
    border-radius: var(--radius-large);
}

.brxe-video {
    border-radius: var(--radius-normal);
}

.brxe-image-gallery .image {
    border-radius: var(--radius-xs);
}
.logos .brxe-image {
    border-radius: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: var(--radius-xs);
}
.logos .brxe-image img {
    aspect-ratio: 1/1;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}
#brx-content .section-logos h2 {
    font-size: var(--fontsize-h5);
    margin-bottom: 15px;
}
#brx-content .section-logos .brxe-text.bricks-color-dark h2, #brx-content .section-logos .brxe-text.bricks-color-dark h2 strong {
    color: #fff;
}
/* #brx-content .section-logos h2 strong {
    color: var(--second-color);
} */

/* Listes100
--------------------------------------------- */
#brx-content *:is(.brxe-text, .brxe-text-basic, .brxe-post-content) *:is(ul:not(.brxe-image-gallery), 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: 10px;
    position: relative;
}

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

#brx-content *:is(.brxe-text, .brxe-text-basic, .brxe-post-content) *:is(ul, ul li) {
    padding-left: 15px;
}

#brx-content *:is(.brxe-text, .brxe-text-basic, .brxe-post-content) ul>li>ul>li::marker {
    list-style-type: circle;
}

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

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

#brx-content *:is(.brxe-text, .brxe-text-basic, .brxe-post-content) ol li {
    counter-increment: nombre;
    position: relative;
    padding-left: 40px
}

#brx-content *:is(.brxe-text, .brxe-text-basic, .brxe-post-content) ol li:before {
    color: var(--third-color);
    content: counter(nombre);
    position: absolute;
    top: 2px;
    left: 0;
    font-weight: 700;
    font-size: var(--fontsize-h5);
}

#brx-content .brxe-text.bricks-color-dark ol li:before, #brx-content .brxe-text.bricks-color-dark ul ::marker, #brx-content .brxe-text.bricks-color-dark ol li, #brx-content .brxe-text.bricks-color-dark ul li, #brx-content .brxe-text.bricks-color-dark p {
    color: #fff;
}
#brx-content .parcours *:is(.brxe-text, .brxe-text-basic, .brxe-post-content) ol li:before {
    color: #fff;
}
/* #brx-content .bigger-tx.brxe-text ol li:before {
    font-size: var(--fontsize-h5);
} */

#brx-content .bigger-tx.brxe-text ol li strong {
    font-size: var(--text-bigger);
    font-weight: 700;
    color: var(--dark);
}

#brx-content .box .bigger-tx.brxe-text ol li strong,
#brx-content .box :is(.brxe-text, .brxe-text-basic) ol li:before {
    color: #fff;
}

#brx-content .bigger-tx.brxe-text :is(ul, ol) {
    gap: 20px;
}

#brx-content .checklist .description {
    padding-left: calc(24px + var(--margin-xs));
    margin-top: var(--margin-xs);
}
#brx-content .checklist .icon {
    color: var(--second-color);
}
#brx-content .section-simple .checklist .icon + .title {
    color: var(--main-color);
    font-family: "Montserrat";
}

#brx-content .section-tx-img-bis .checklist .icon {
    color: #fff;
} 

/* Blockquotes
--------------------------------------------- */

#brx-content blockquote {
    padding: 0;
}
#brx-content .smaller-tx blockquote {
    font-size: var(--text);
}

/* Boutons
--------------------------------------------- */
body .bricks-button.outline {
    border-width: 1px;
    color: var(--main-color);
}

body .bricks-button.outline[class*="primary"] {
    color: var(--main-color);
}

body .bricks-button.outline:hover,
body .bricks-button.outline[class*="primary"]:hover {
    color: var(--fifth-color);
    border-color: var(--fifth-color);
    background-color: transparent;
}

body .bricks-button.outline.bricks-color-dark {
    color: #fff;
    border-color: #fff;
}

body .bricks-button.outline.bricks-color-dark:hover {
    color: var(--main-color);
    border-color: transparent;
    background: #fff;
}

#brx-content .brxe-text-link .text {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 700;
    color: var(--main-color);
}
#brx-content .back-blog .text {
    text-transform: none;
    letter-spacing: 0;
    font-size: var(--text);
    font-weight: 400;
}

#brx-content .skin-dark .brxe-text-link .text,
#brx-content .brxe-text-link:hover .text {
    color: var(--third-color);
}

#brx-content .brxe-text-link .icon {
    color: var(--fifth-color);
    fill: var(--fifth-color);
}

#brx-content .brxe-text-link .icon i {
    font-size: 14px;
}

#brx-content .brxe-text-link .icon {
    display: inline-block;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

#brx-content .brxe-text-link:hover {
    cursor: pointer;
}


#brx-content .cat-post a {
    color: #fff;
    line-height: 1;
}


/* Accordéons, tabs
--------------------------------------------- */

#brx-content .encart.encart-tx .brxe-heading.sous-titre {
    font-style: normal;
    font-size: var(--fontsize-h5);
}

#brx-content .brxe-accordion-nested .brxe-block.brx-open .brxe-icon {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#brx-content .brxe-accordion-nested .brxe-block .brxe-icon {
    position: absolute;
    right: 0;
    top: 17px;
    color: var(--fifth-color);
}

#brx-content .brxe-accordion-nested .brxe-block {
    position: relative;
}

#brx-content .brxe-accordion-nested .brxe-heading {
    padding: 10px 25px 10px 0;
    width: 100%;
    font-family: var(--typo-tx);
    font-size: var(--text-bigger);
}

#brx-content .brxe-accordion-nested .brxe-block.brx-open .brxe-heading,
#brx-content .brxe-accordion-nested .brxe-block:hover .brxe-heading {
    color: var(--main-color);
}

#brx-content .brxe-accordion-nested.skin-dark .brxe-block.brx-open .brxe-heading,
#brx-content .brxe-accordion-nested.skin-dark .brxe-block:hover .brxe-heading {
    color: var(--fifth-color);
}

#brx-content .brxe-accordion-nested .accordion-content-wrapper {
    padding-top: 0;
    padding-bottom: 20px;
}

#brx-content .brxe-accordion-nested .accordion-content-wrapper .brxe-text-link {
    margin-top: 15px;
}


/* Séparateurs
--------------------------------------------- */
#brx-content .brxe-divider .line {
    border-color: var(--bordure);
}


/* Icon box
--------------------------------------------- */
#brx-content .overlay-col .icon i {
    margin: auto;
}

/* #brx-content .overlay-col>.brxe-block {
    padding-inline: var(--padding-small);
} */

#brx-content .brxe-icon-box .content p:not(:last-child) {
    margin: 0 0 10px;
}

/* #brx-content .brxe-icon-box .content p:first-child strong {
    margin: 0 0 10px;
} */



/* Bandeaux de page
--------------------------------------------- */
#brx-content .bandeau-page {
    margin-top: 0;
    margin-bottom: 0;
}

#brx-content .bandeau-page .animal img {
    -webkit-filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.5));
    width: 100%;
  height: 100%;
  max-height: 500px;
  object-fit: contain;
  object-position: center bottom;
}
#brx-content .bandeau-page .animal + .brxe-block > .brxe-heading {
    max-width: 100%;
}
#brx-content .bandeau-page > .brxe-container {
    padding-top: 10px;
}
#brx-content .bandeau-page .animal + .brxe-block  {
    padding-bottom: 8vw;
    padding-top: 30px;
    padding-left: 0;
}
/* #brx-content .bandeau-page .animal {
    max-width: 500px;
} */
/* #brx-content .bandeau-home .box {

    position: relative;
    overflow: hidden;
} */
/* #brx-content .bandeau-page:not(.bandeau-home) h1.brxe-heading {
    max-width: 900px;
} */

#brx-content .bandeau-page.bandeau-simple .brxe-image {
    width: 100%;
}

#brx-content .box {
    position: relative;
}



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



/* Compteurs
--------------------------------------------- */
#brx-content .brxe-counter {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#brx-content .brxe-counter .suffix {
    position: relative;
}

#brx-content .brxe-counter .prefix {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 15px;
}


/* Témoignages
--------------------------------------------- */
#brx-content .testimonial-meta-data {
    width: 100%;
}

#brx-content .testimonial-meta-wrapper .image {
    min-width: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #fff;
}



#brx-content .testimonial-content-wrapper {
    position: relative;
}






/* Carrousel secteurs
--------------------------------------------- */
#brx-content .bloc-image .icon,
#brx-header .brxe-tabs-nested .brxe-image .icon {
    border-radius: 50%;
    bottom: -30px;
    top: auto;
    right: auto;
    left: calc(50% - 30px);
    background: var(--main-color);
    width: 60px;
    height: 60px;
    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;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
}
#brx-content .bloc-image > a,
#brx-header .brxe-tabs-nested .brxe-image > a {
    display: block;
    height:calc(100% + 30px);
    padding-bottom: 0;
    width: 100%;
}
#brx-content .bloc-image > a > *:not(.fas),
#brx-header .brxe-tabs-nested .brxe-image > a >  *:not(.fas) {

    top: 0;
    border-radius: var(--radius-large);
}
#brx-content .bloc-image, #brx-header .brxe-tabs-nested .brxe-image {
   overflow: visible;
   margin-bottom: 30px;
}
#brx-content .bloc-image img, #brx-header .brxe-tabs-nested .brxe-image img {
    max-height: calc(100% - 30px);
}
#brx-content .bloc-image.bloc-image-nolink {
    margin-bottom: 0;
}
#brx-content .bloc-image.bloc-image-nolink img {
    max-height: 100%;
}

#brx-content .bloc-image .bricks-image-caption *,
#brx-content .bloc-image .bricks-image-caption,
#brx-header .brxe-tabs-nested .bricks-image-caption {
    font-size: var(--text-xl);
    text-align: center;
    font-weight: 700;
    color: #fff;
    line-height: 1.5em;
}

/* #brx-content .bloc-about .bricks-image-caption *,
#brx-content .bloc-about .bricks-image-caption {
    text-align: left;
    color: #fff;
    transition: all 0.3;
} */

#brx-content .bloc-image .bricks-image-caption,
#brx-header .brxe-tabs-nested .bricks-image-caption {
    padding: 30px 15px;
    height: 100%;
    background: rgba(0,0,0,0.25);
    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;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-family: var(--typo-titres);
    font-weight: 700;
}

#brx-content .bloc-image > a:hover .bricks-image-caption,
#brx-header .brxe-tabs-nested .brxe-image > a:hover .bricks-image-caption {
    background: -webkit-gradient(linear, left top, right top, from(var(--second-color)), to(var(--third-color)));
    background: -o-linear-gradient(left, var(--second-color), var(--third-color));
    background: linear-gradient(90deg, var(--second-color), var(--third-color));
    mix-blend-mode: hard-light;
}

#brx-content .bloc-image > a:hover .icon,
#brx-header .brxe-tabs-nested .brxe-image > a:hover .icon {
    background: #fff;
    color: var(--main-color);
}

#brx-content .bloc-image > a:hover .bricks-image-caption *, #brx-header .brxe-tabs-nested .brxe-image > a:hover .bricks-image-caption * {
    opacity: 0;
}

#brx-content .slider-overflow .splide__track {
    overflow: visible;
}
#brx-content .slider-icos .brxe-image,
#brx-content .grille-icos .brxe-image {
    background: rgba(114, 182, 219,0.15);
    border-radius: var(--radius-large)
}
#brx-content .slider-icos:not(.slider-icos-bis) .splide__slide {
    background-color: transparent;
}
#brx-content .slider-icos .splide__slide .btn-ico {
    position: absolute;
}
/* 
#brx-content .slider-icos .splide__slide:before,
#brx-content .grille-icos a.brxe-block:before {
    content: '';
    background: var(--fifth-color);
    border-radius: 50%;
    width: 80px;
    height: 80px;
    position: absolute;
    top: -8px;
    left: -15px;
    opacity: 0.1;
}


#brx-content .grille-icos a.brxe-block:before {
    width: 140px;
    height: 140px;
    content: '';
    background: var(--third-color);
    border-radius: 50%;
    position: absolute;
    top: -30px;
    opacity: 0.15;
} */


#brx-content .slider-icos .splide__slide *,
#brx-content .grille-icos a.brxe-block .brxe-block {
    position: relative;
}

#brx-content .slider-icos .splide__slide {
    /* overflow: hidden; */
    -webkit-box-shadow: none;
            box-shadow: none;
}

#brx-content .grille-icos a.brxe-block {
    overflow: hidden;
}

#brx-content .slider-icos .brxe-image,
#brx-content .grille-icos .brxe-image {
    padding: 4px;
    z-index: 1;
}
#brx-content .slider-icos .brxe-heading {
    font-family: var(--typo-special);
    font-weight: 700;
    padding: 10px 0;
}


/* Encart
--------------------------------------------- */
/* #brx-content .overlay-col:before {
    opacity: 0.75;
}

#brx-content .overlay-col .brxe-button {
    border-radius: 0;
    border-top-left-radius: 4px;
} */

#brx-content .overlay-col .brxe-icon-box p {
    font-size: var(--fontsize-h6);
}

#brx-content .section-offres .encart {
    row-gap: var(--gap-normal);
}


/* Team
--------------------------------------------- */
#brx-content .team-encart .btn-ico.trigger {

}
#brx-content .team-encart .icon i {
    width: 100%;
}

/* #brx-content .team .brxe-text {
    position: relative;
    max-height: 6em;
    overflow: hidden;
    -webkit-transition: max-height 0.5s ease-in-out, opacity 0.5s ease-in-out;
    -o-transition: max-height 0.5s ease-in-out, opacity 0.5s ease-in-out;
    transition: max-height 0.5s ease-in-out, opacity 0.5s ease-in-out;
} */
#brx-content .team .team-encart .wrap-trigger {
    position: relative;
    max-height: 200px;
    overflow: hidden;
    -webkit-transition: max-height 0.5s ease-in-out, opacity 0.5s ease-in-out;
    -o-transition: max-height 0.5s ease-in-out, opacity 0.5s ease-in-out;
    transition: max-height 0.5s ease-in-out, opacity 0.5s ease-in-out;
    flex-direction: row;
    flex-wrap: wrap;
}

#brx-content .team.missions .team-encart .wrap-trigger {
    max-height: 400px;
}

/* #brx-content .team .brxe-text.expanded {
    max-height: 100%;
    padding-bottom: 30px;
} */
#brx-content .team .team-encart .wrap-trigger.expanded {
    max-height: unset;
    padding-bottom: 30px;
}

/* #brx-content .team .brxe-text:before {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 1)), to(rgba(248, 248, 248, 0)));
    background: -o-linear-gradient(bottom, rgba(255, 255, 255, 1), rgba(248, 248, 248, 0));
    background: linear-gradient(to top, rgba(255, 255, 255, 1), rgba(248, 248, 248, 0));
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4em;
    -webkit-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
} */

#brx-content .team .team-encart .wrap-trigger:before {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 1)), to(rgba(248, 248, 248, 0)));
    background: -o-linear-gradient(bottom, rgba(255, 255, 255, 1), rgba(248, 248, 248, 0));
    background: linear-gradient(to top, rgba(255, 255, 255, 1), rgba(248, 248, 248, 0));
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4em;
    /* Hauteur du gradient */
    -webkit-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    /* Ajoute une transition à l'overlay */
}


/* #brx-content .team .brxe-text.expanded:before {
    opacity: 0;
} */
#brx-content .team .team-encart .wrap-trigger.expanded:before {
    opacity: 0;
}

#brx-content .team .picto-team-lk {
    text-shadow: 2px 2px 8px rgba(0,0,0,0.6);
}

/* Missions
--------------------------------------------- */
/* #brx-content .team.missions .brxe-text.expanded {
    max-width: 1200px;
    width: 50vw;
    background: #fff;
} */
#brx-content .pictos-mission .brxe-icon-box .icon  {
    background-color: var(--third-color);
    width: 30px;
    height: 30px;
    min-width: 30px;
    line-height: 30px;

}
#brx-content .pictos-mission .brxe-icon-box .icon i {
    color:  #fff;
    line-height: 30px;
    font-size: 20px;
}
#brx-content .pictos-mission .brxe-icon-box .content {
    font-size: var(--text-smaller);
    color: var(--main-color);
}
#brx-content .team.missions .mission .pictos-mission + .brxe-text p {
    margin-bottom: 10px;
   font-size: var(--text-smaller);
}
#brx-content .team.missions .mission {
    margin-bottom: 40px;
}

/* ================================================== 
FILTRES
================================================== */
#brx-content .brxe-filter-select,
#brx-content .brxe-filter-search {
    border: 1px solid #fff;
    border-radius: var(--radius-large);
    color: #fff;
    padding: 0 var(--padding-inline-normal) 0 var(--padding-large);
    position: relative;
}

#brx-content .brxe-filter-search {
    padding-right: var(--padding-inline-small);
}
#brx-content .brxe-filter-search input:focus {
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none;
}

#brx-content .brxe-filter-search input::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
}

#brx-content .brxe-filter-search input::-moz-placeholder {
    color: #fff;
    opacity: 1;
}

#brx-content .brxe-filter-search input:-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}

#brx-content .brxe-filter-search input::-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}

#brx-content .brxe-filter-search input::placeholder {
    color: #fff;
    opacity: 1;
}

#brx-content .filtres>div:before {
    content: "\f3c5";
    position: absolute;
    top: 0;
    left: 0;
    font-family: Font Awesome\ 6 Solid;
    font-style: normal;
    font-variant: normal;
    font-weight: 900;
    line-height: 1;
    text-transform: none;
    font-size: 21px;
    background: var(--third-color);
    height: 100%;
    border-radius: var(--radius-large);
    border-bottom-left-radius: var(--radius-large);
    line-height: 42px;
    width: 40px;
    text-align: center;
    color: #fff;
}
#brx-content .filtres.filtres-posts>div:before {
    background: var(--fifth-color);
}

#brx-content .filtres>div {
    position: relative;
}

#brx-content .filtres>.filtre-recherche:before {
    content: "\f002";
}

#brx-content .filtres>.filtre-region:before {
    content: "\f5a0";
}

#brx-content .filtres>.filtre-contrat:before {
    content: "\f02b";
}

#brx-content .filtres .brxe-filter-select {
    background-image: -o-linear-gradient(45deg, transparent 50%, #fff 0), -o-linear-gradient(315deg, #fff 50%, transparent 0);
    background-image: linear-gradient(45deg, transparent 50%, #fff 0), linear-gradient(135deg, #fff 50%, transparent 0);
}

#brx-content .filtres .brxe-filter-select option {
    color: var(--dark);
}

#brx-content .brxe-filter-search::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
}

#brx-content .brxe-filter-search::-moz-placeholder {
    color: #fff;
    opacity: 1;
}

#brx-content .brxe-filter-search:-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}

#brx-content .brxe-filter-search::-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}

#brx-content .brxe-filter-search::placeholder {
    color: #fff;
    opacity: 1;
}

#brx-content .filtres.filtres-posts>div:not(.filtre-recherche):before {
    display: none;
}

#brx-content .btn-filtre {
    width: 50px;
    height: 50px;
    background: var(--second-color);
    top: calc(50% - 20px);
    z-index: 2;
    margin-top: -50px;
}

#brx-content .bandeau-page .brxe-text-link.trigger .text {
    color: #fff;
}
#brx-content .filtres-offres:not(.filtres-offcanvas) :is(.brxe-filter-search, .brxe-filter-select) {
    border-radius: 0;
    border: none;
    border-right: 1px solid #fff;
    line-height: 50px;
}
#brx-content .filtres-offres:not(.filtres-offcanvas) .filtre-contrat .brxe-filter-select {
    border: none;
}
#brx-content .filtres-offres:not(.filtres-offcanvas) > div:before {
    line-height: 50px;
    left: 6px;
}
/* ================================================== 
TEMPLATE OFFRE EMPLOI
================================================== */
#brx-content .offre .brxe-button i {
    display: none;
}

#brx-content .infos-offre .brxe-icon-box .icon,
#brx-content .pictos-mission .icon {
    background: #fff;
    border-radius: 50%;
    line-height: 40px;
    min-width: 40px;
    height: 40px;
    text-align: center;
}

#brx-content .infos-offre .brxe-icon-box i,
#brx-content .pictos-mission .icon i {
    color: var(--third-color);
    line-height: 40px;
    width: 100%;
}
#brx-content .infos-offre .brxe-icon-box .content  {
    color: #fff;
}
#brx-content .infos-offre .brxe-icon-box .content strong {
}

/* #brx-content .infos-offre .brxe-icon-box .content p:first-child {
    margin-bottom: 5px;
} */

#brx-content .infos-offre .brxe-icon-box .content p:not(:first-child) {
    font-size: var(--text);
}
/* 
#brx-content .infos-offre .brxe-icon-box .ion-logo-euro {
    border: 2px solid #fff;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 22px;
    margin: auto;
}

#brx-content .infos-offre .brxe-icon-box .ion-logo-euro:before {
    font-size: 18px;
    width: 100%;
} */

#brx-content .contenu-offre .brxe-post-content h2 {
    font-size: var(--fontsize-h5);
    margin-bottom: 15px;
}

#brx-content .contenu-offre .brxe-post-content *:is(p, ul, ol, .title) {
    margin: 0 0 15px;
}

#company-description,
#job-description,
#profile-description {
    margin: 30px 0;
}
#brx-content #job-description {
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: var(--radius-normal);
    padding: 20px;
}

#brx-content #profile-description {
    margin-bottom: 0;
}
#brx-content .contenu-offre #company-description {
    margin-top: 0;
}

#brx-content .contenu-offre *:is(ul, ol) {
    gap: 5px;
}
#brx-content .contenu-offre *:is(h1,h2,h3,h4,h5,h6) {
    color: var(--main-color);
}

/* ================================================== 
CONTACT
================================================== */
#brx-content .gfield_html p,
#brx-content .gfield_html blockquote {
    margin: 0;
}

#brx-content .box-contact .brxe-div {
    position: relative;
}

#brx-content .box-contact {
    overflow: hidden;
}

/* #brx-content .box-contact i {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    color: var(--third-color);
    padding: 0;
    position: absolute;
    top: -30px;
    left: -40px;
    width: 80px;
    height: 80px;
    line-height: 80px;
}

#brx-content .box-contact .icon {
    height: auto;
    width: auto;
    min-width: auto;
    margin: 0;
}

#brx-content .box-contact .icon i:before {
    font-size: 40px;
}

#brx-content .box-contact.valeurs i {
    top: 0;
    left: -20px;
    width: 60px;
    height: 60px;
    line-height: 60px;
}

#brx-content .box-contact.valeurs i:before {
    font-size: 32px;
} */

#brx-content .valeurs .icon {
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-width: 50px
}
#brx-content .section-valeurs .checklist .icon {
    color: #fff;
}

/*  Gravity Forms
--------------------------------------------- */
#brx-content .gform_confirmation_wrapper .gform_confirmation_message,
#brx-content .gform_validation_errors>* {
    text-transform: none;
    letter-spacing: 0;
    /* font-size: var(--text-bigger); */
    font-size: var(--fontsize-h6);
    line-height: 1.6em;
    font-weight: 700;
    color: var(--main-color);
}

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

#brx-content .gform_wrapper *:is(input[type="text"], input[type="email"], input[type="tel"], input[type="number"], textarea, select, .chosen-container) {
    font-size: var(--text);
    font-weight: 400;
    line-height: 1.5em;
    text-transform: none;
    border-color: var(--bordure);
    color: var(--dark);
    background-color: var(--light-grey);
    padding: 0 var(--padding-small);
    border-radius: var(--radius-normal);
    -webkit-box-shadow: none;
    box-shadow: none;
    min-height: 42px;
}

#brx-content .gform_wrapper input[type="file"] {
    -webkit-box-shadow: none;
    box-shadow: none;
}

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

#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 .ginput_container textarea {
    padding: var(--padding-small);
}

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

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

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

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

#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);
}


#brx-content .gform_wrapper select option {
    font-weight: 400;
}

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

#brx-content .gform_wrapper label,
#brx-content .gform_wrapper .gfield_label {
    font-weight: 700;
    font-size: var(--text-bigger);
    letter-spacing: 0;
    text-align: left;
    color: var(--dark);
}

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

#brx-content .gform_wrapper .ginput_container_consent label {
    /* line-height: 1.3em; */
    font-size: 14px;
    text-transform: none;
    opacity: 1;
    letter-spacing: 0;
    font-weight: 400;
    display: inline;
    color: var(--dark-lighter);
}

#brx-content .gform_wrapper .gform_required_legend {
    color: var(--main-color);
    margin: 0 0 10px;
    font-size: 14px;
    font-style: italic;
}

#brx-content .gform_wrapper .gfield_required,
#brx-content .gform_wrapper .ginput_container_name label::after {
    color: var(--main-color);
    font-size: 14px;
}

#brx-content .gform_wrapper .ginput_container_name label::after {
    content: '*';
    margin-left: 5px;
}

#brx-content .gform_footer {
    position: relative;
    padding: 0 !important;
    margin: 30px 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(--main-color);
    padding: var(--padding-small) var(--padding-normal);
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    color: #fff;
    font-size: var(--text-bigger);
    border: 1px solid transparent;
    font-weight: 800;
}

#brx-content .gform_next_button,
#brx-content .gform_previous_button {
    width: auto;
    font-size: var(--text-smaller);
    font-weight: 700;
    padding: var(--padding-xs) var(--padding-small);
    height: auto;
}

#brx-content .gform_next_button {
    background: var(--second-color);
}

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

#brx-content .gform-button--width-full {
    width: auto;
}

#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 {
    background: transparent;
    color: var(--main-color);
    border-color: var(--main-color);
}

#brx-content .gform_next_button:hover {
    color: var(--second-color);
    border-color: var(--second-color);
}

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

#brx-content .gform_footer {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

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

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

#brx-content .gform_wrapper .ginput_complex.ginput_container--name {
    margin: 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 16px 1fr;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
    row-gap: 25px;
}

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

#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_validation_errors * {
    font-size: var(--text);
}

#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;
}

#brx-content .gform_wrapper .gfield_radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: var(--gap-large);
}

#brx-content .gf_page_steps {
    background: var(--second-color);
    color: #fff;
    border-radius: var(--radius-xs);
    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;
    padding: var(--padding-xs) var(--padding-small);
}

#brx-content .gf_step_label {
    font-weight: 700;
    color: #fff;
    font-size: var(--text);
}

#brx-content .gf_step .gf_step_number {
    color: #fff;
    font-size: var(--text-bigger);
    font-weight: 700;
    border: 2px solid #fff;
}

#brx-content .gf_step.gf_step_active .gf_step_number {
    background: transparent;
    border-color: var(--third-color);
}

#brx-content .gf_step.gf_step_completed .gf_step_number:after {
    background-color: var(--third-color);
    border-color: var(--third-color);
}

#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: 20px;
}



/* ================================================== 
BLOG
================================================== */
#brx-content .section-blog .col-small-items > .brxe-block:last-child .brxe-divider {
    display: none;
}


#brx-content .brxe-block .brxe-filter-radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: var(--gap-normal);
}
/* #brx-content .grille-articles .article > .brxe-div + .brxe-div {
    align-content: flex-start;
} */
/* #brx-content .grille-articles .article:first-child {
    -ms-grid-column-span: 2;
    grid-column: span 2;
} */

/* #brx-content .grille-articles {
    border-top: 1px solid var(--bordure);
    border-left: 1px solid var(--bordure);
}

#brx-content .grille-articles .article {
    border-bottom: 1px solid var(--bordure);
    border-right: 1px solid var(--bordure);
} */

#brx-content .contenu-article .brxe-post-content>.brxe-section {
    margin: 0;
}

#brx-content .contenu-article .brxe-post-content>.brxe-section>.brxe-container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.contenu-article .brxe-post-content h2,
.h2-article,
.post-template-default .main h2 {
    font-size: var(--fontsize-h4);
}

.contenu-article .brxe-post-content h3,
.h3-article,
.post-template-default .main h3 {
    font-size: var(--fontsize-h5);
    color: var(--main-color);
}

.contenu-article .brxe-post-content h4,
.h4-article,
.post-template-default .main h4 {
    font-size: clamp(16px, 2.5vw, 18px);
    text-transform: uppercase;
    color: var(--third-color);
    font-weight: 800;
}

.contenu-article .brxe-post-content h5,
.h5-article,
.post-template-default .main h5 {
    color: var(--dark);
    font-weight: 700;
    font-size: var(--fontsize-h6);
}

.contenu-article .brxe-post-content h6,
.h6-article,
.post-template-default .main h6 {
    font-size: 15px;
    text-transform: uppercase;
    color: var(--main-color);
    font-weight: 600;
}

.contenu-article .brxe-text {
    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(--gap-xs);
}

/* ================================================== 
PAGE UTILS
================================================== */
.page-utils #brx-content .brxe-text h2 {
    font-size: 18px;
    margin-bottom: var(--margin-small);
}
.error404 #brx-content {
    margin-bottom: 30px;
}



/* ================================================== 
COMPLIANZ
================================================== */
#cmplz-cookiebanner-container {
    z-index: 5;
}

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

#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: 40px;
}

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

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

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

#cmplz-cookiebanner-container .cmplz-title {
    font-size: var(--text-bigger);
    font-weight: 800;
    color: var(--main-color);
    text-align: center;
    font-family: var(--typo-titres);
}

#cmplz-cookiebanner-container .cmplz-btn {
    font-weight: 700;
    font-size: 14px;
    border-radius: 4px;
}

.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: 400;
    letter-spacing: 0.02em;
    text-transform: none;
    font-size: 15px;
    padding-right: 15px;
}

#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: 1400px) {
    :root #brx-content {
        --padding-inline-large: var(--padding-inline-normal);
        --padding-inline-extra-large: var(--padding-inline-normal);
        --padding-inline-huge: var(--padding-inline-extra-large);

        --gap-extra-large: var(--gap-large);
        --gap-huge: var(--gap-large);
        --almost-full: 100%;
    }

    #brx-header.scrolling .brxe-nav-nested .brx-has-megamenu>.brx-dropdown-content {
        -webkit-transform: translateY(-10px);
            -ms-transform: translateY(-10px);
                transform: translateY(-10px);
    }  

}

@media (max-width: 1200px) {
    :root #brx-content {
        --gap-large: var(--gap-normal);
        --padding-inline-huge: var(--padding-inline-normal);
        --container-reduced: 100%;
    }


    #btns-fixes .btns-fixes {
        width: 60px;
        height: 180px;
    }

    #btns-fixes .btns-fixes .repeater-item a {
        width: 100%;
        min-height: 60px;
    }
    #btns-fixes .btns-fixes .repeater-item svg.icon {
        height: 25px;
    }
    #btns-fixes .btns-fixes .repeater-item span {
        font-size: 12px;
    }


    #fil-ariane .breadcrumbs span {
        font-size: 13px;
    }

    #brx-content .filtres>div:before {
        font-size: 18px;
        width: 34px;
        line-height: 34px;
    }

    #brx-content .brxe-filter-select,
    #brx-content .brxe-filter-search input {
        line-height: 32px;
    }

    #brx-content .filtres:not(.filtres-posts) .brxe-filter-select,
    #brx-content .filtres:not(.filtres-posts) .brxe-filter-search {
        padding-left: 36px;
    }

    #brx-header .brxe-nav-nested .menu-btn .brx-dropdown-content .brxe-text-link {
        font-size: var(--text);
    }

    #brx-footer .col-logo .brxe-social-icons>.repeater-item:not(:last-child) .icon {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    #brx-footer .col-liens .ti-angle-down,
    #brx-footer .copyright {
        font-size: 12px;
    }
    #brx-content .filtres-offres:not(.filtres-offcanvas) > div:before {
        left: 0;
    }
    #brx-header.scrolling .brxe-nav-nested .brx-has-megamenu>.brx-dropdown-content {
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0);
    }  
    #brx-content .bandeau-page > .brxe-container {
        column-gap: 0;
    }   
}

@media (max-width: 991px) {
    :root #brx-content {
        --padding-block-huge: var(--padding-block-extra-large);
        --padding-huge: var(--padding-extra-large);
        --padding-block-extra-large: var(--padding-block-large);
        --header-height: 131px;
        --sticky-header-height: 116px;
        /* --padding-block-large: var(--padding-block-normal); */
    }
    #brx-header .menu-btn-tertiaire:hover  {
        background-color: #fff !important;
    }
    #brx-content .encart>.brxe-block {
        --padding-block-large: var(--padding-block-normal);
    }

    #brx-header .brxe-nav-nested>ul>li.menu-item:first-child {
        margin-left: 0;
    }
    #cmplz-manage-consent .cmplz-manage-consent {
        display: none;
    }
    #btns-fixes .btns-fixes {
        top: auto;
        bottom: 0;
        width: 100%;
        height: auto;
        -webkit-box-shadow: 0 0 30px rgba(66, 66, 66, 0.5);
        box-shadow: 0 0 30px rgba(66, 66, 66, 0.5);
    }

    #btns-fixes .btns-fixes .repeater-item a {
        width: auto;
        min-height: 40px;
        border: none;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;

    }

    #btns-fixes .btns-fixes .repeater-item span {
        font-size: 14px;
        margin-left: 5px;
        position: relative;
        top: 2px;
    }

    #btns-fixes .btns-fixes .repeater-item {
        border-radius: 0 !important;
    }
    #brx-content .bandeau-page .bricks-shape-divider.front .bricks-shape-divider-inner {
        height: 10vw !important;
    }
    #brx-content .liens-page {
        margin-top: 0;
        margin-bottom: 0;
    }

    #brx-content .liens-page>.brxe-container {
        padding-bottom: 0;
    }

    #brx-content .section-offres .encart {
        row-gap: var(--gap-small);
    }

    #brx-content .section-offres .encart ul li {
        padding-left: 8px;
        font-size: var(--text-smaller);
    }

    #brx-content .section-offres .encart ul {
        margin: 0;
    }

    #fil-ariane .breadcrumbs span {
        font-size: 12px;
    }

    #brx-footer .back-to-top {
        z-index: 9999;
        border: 1px solid #fff;
    }

    #brx-content .infos-offre .brxe-icon-box .icon {
        min-width: 35px;
        height: 35px;
        line-height: 35px;
    }

    #brx-content .infos-offre .brxe-icon-box i {
        line-height: 35px;
        font-size: 21px;
    }

    #brx-content .desc-top {
        position: relative;
        max-height: 4.5em;
        /* Limite à environ 3 lignes */
        overflow: hidden;
        -webkit-transition: max-height 0.5s ease-in-out, opacity 0.5s ease-in-out;
        -o-transition: max-height 0.5s ease-in-out, opacity 0.5s ease-in-out;
        transition: max-height 0.5s ease-in-out, opacity 0.5s ease-in-out;
        /* Transition douce */
    }

    #brx-content .desc-top.expanded {
        max-height: 100vh;
        padding-bottom: 30px;
        /* Augmente la hauteur max à un nombre élevé pour couvrir plus de texte */
    }

    #brx-content .desc-top:before {
        background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 1)), to(rgba(255, 255, 255, 0)));
        background: -o-linear-gradient(bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
        background: linear-gradient(to top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 3em;
        /* Hauteur du gradient */
        -webkit-transition: opacity 0.5s ease;
        -o-transition: opacity 0.5s ease;
        transition: opacity 0.5s ease;
        /* Ajoute une transition à l'overlay */
    }

    #brx-content .desc-top.expanded:before {
        opacity: 0;
        /* Cache progressivement l'overlay */
    }

    #brx-content .brxe-filter-search input::-webkit-input-placeholder {
        color: var(--dark);
    }

    #brx-content .brxe-filter-search input::-moz-placeholder {
        color: var(--dark);
    }

    #brx-content .brxe-filter-search input:-ms-input-placeholder {
        color: var(--dark);
    }

    #brx-content .brxe-filter-search input::-ms-input-placeholder {
        color: var(--dark);
    }

    #brx-content .brxe-filter-search input::placeholder,
    #brx-content .brxe-filter-select,
    #brx-content .brxe-filter-search {
        color: var(--dark);
    }

    #brx-content .brxe-filter-select,
    #brx-content .brxe-filter-search {
        border-color: var(--bordure);
    }

    #brx-content .filtres>div:before {
        border: 1px solid #fff;
        color: #fff;
    }

    #brx-content .filtres.filtres-posts .brxe-filter-search {
        padding-left: 45px;
    }

    #brx-content .brxe-block .brxe-filter-radio *:is(li, .brx-option-text) {
        width: 100%;
    }

    #brx-content .brxe-block .brxe-filter-radio {
        gap: var(--gap-xs);
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .brx-dropdown-content li.menu-item .brxe-text-link {
        font-size: 14px;
        line-height: 1.5em;
    }

    .brxe-section .brx-dropdown-content li.menu-item,
    .brxe-section .menu-btn .brx-dropdown-content .brxe-text-link {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    #brx-header .ti-home {
        position: relative;
        top: -3px;
    }

    .brx-submenu-toggle+.brx-dropdown-content,
    .menu-btn .brx-dropdown-content .brxe-block {
        gap: 0;
    }

    #brx-footer .brxe-dropdown.open .brx-dropdown-content {
        position: static;
        min-width: auto;
    }

    #brx-header .menu-btn-tertiaire:hover .ti-angle-down {
        color: #fff;
    }

    #brx-header .menu-btn .brx-submenu-toggle {
        width: 100%;
    }
}

@media (max-width: 767px) {
    :root #brx-content {
        --text-bigger: var(--text);
    }

    #brx-content .brxe-counter .prefix {
        margin-bottom: 6px;
    }

    #brx-content .bandeau-home .box {
        padding: var(--padding-small);
    }

    #brx-content :is(.brxe-text, .brxe-text-basic) ol li {
        padding-left: 40px;
    }

    #brx-content :is(.brxe-text, .brxe-text-basic) ol li::before {
        top: 0;
    }

    #brx-content .testimonial-meta-wrapper .image {
        min-width: 80px;
        max-width: 80px;
        max-height: 80px;
    }

    #brx-content .gf_page_steps {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: var(--gap-xs);
        padding-inline: var(--padding-inline-normal);
    }

    #brx-content .offre .brxe-button i {
        margin-left: -5px;
        display: block;
    }
    #brx-content .team.missions .mission {
        margin-bottom: 10px;
    }

    #brx-content .bandeau-page .animal + .brxe-block {
        padding-left: var(--padding-small);
        padding-bottom: 0;
        padding-top: 10px;
    }
    #brx-content .bandeau-page .animal + .brxe-block > .brxe-heading {
        width: 100%;
    }
    #brx-content .bandeau-page .animal img {
        max-height: 300px;
    }
    #brx-content .bandeau-page > .brxe-container {
        row-gap: 15px;   
    }
    /* #brx-content .bandeau-page .animal + .brxe-block > .brxe-heading, 
    #brx-content .bandeau-page .animal {
        max-width: 100%;
        width: 100%;
    } */

    /* #fil-ariane .breadcrumbs span {
        font-size: 12px;
    } */
}

@media screen and (max-width: 639px) {
    #brx-content .gform_wrapper .ginput_complex.ginput_container--name {
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    }

    #brx-content .gform_wrapper .ginput_complex,
    #brx-content .gform_wrapper .gform_fields {
        row-gap: var(--gap-small);
    }

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


}

@media (max-width: 478px) {
    :root #brx-content {
        /* --padding-normal: var(--padding-small); */
        --padding-inline-normal: var(--padding-inline-small);
        --padding-extra-large: var(--padding-large);
    }
    #btns-fixes .btns-fixes .repeater-item svg.icon {
        height: 21px;
    }
  
    #btns-fixes .btns-fixes .repeater-item span {
        font-size: 13px;
    }

    #brx-content .bandeau-page .bricks-shape-divider.front .bricks-shape-divider-inner {
        height: 14vw !important;
    }

    #brx-content .brxe-list .separator {
        display: none;
    }

    #brx-content .brxe-list .title {
        margin-right: 0;
    }

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

    #brx-content :is(.brxe-text, .brxe-text-basic) ol li {
        padding-left: 30px;
    }

    #brx-content :is(.brxe-text, .brxe-text-basic, .brxe-post-content) :is(ul li) {
        padding-left: 8px;
    }

    #brx-content .testimonial-meta-wrapper.image-position-left {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    #brx-content .testimonial-meta-wrapper .image {
        margin: 10px 0 0;
    }

    #brx-content .gf_page_steps {
        font-size: var(--text-smaller);
    }


    #brx-header .header-top .ti-angle-down {
        font-size: 12px;
    }

    #brx-header .menu-adresse>.brx-submenu-toggle>a i {
        font-size: 18px;
        top: -4px;
    }

    #brx-header .menu-adresse>.brx-submenu-toggle>a {
        padding-left: 24px;
    }

    #brx-footer .brx-dropdown-content li.menu-item .brxe-text-link {
        font-size: 13px;
    }
    #brx-content .bloc-image .icon, #brx-header .brxe-tabs-nested .brxe-image .icon {
        width: 50px;
        height: 50px;
        left: calc(50% - 25px);
    }
    #brx-header .trp-language-switcher > .trp-ls-shortcode-current-language > a > img {
        width: 25px;
        height: 16px;
    }
    #brx-content .bandeau-page .animal img {
        max-height: 200px;
    }
    #brx-content .bandeau-page .animal + .brxe-block > .brxe-heading {
        font-size: 21px;
    }

}

@media (max-width: 349px) {
    #brx-header .header-top li a {
        font-size: 12px !important;
    }

}

/* 
#brx-content .brxe-block.offre .brxe-heading, .single-offres_emploi #brx-content h1 {
    color: #e66792;
} */
