.elementor-37731 .elementor-element.elementor-element-6d703cb{--display:flex;--padding-top:20px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-37731 .elementor-element.elementor-element-79b050e{text-align:center;}.elementor-37731 .elementor-element.elementor-element-ea2205c{text-align:center;}.elementor-37731 .elementor-element.elementor-element-ea2205c .dynamic-content-for-elementor-acf{margin-bottom:0px;font-family:"Muli", Sans-serif;font-size:16px;font-weight:400;}.elementor-37731 .elementor-element.elementor-element-385052e{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--gap:40px 40px;--row-gap:40px;--column-gap:40px;--margin-top:40px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-37731 .elementor-element.elementor-element-a6e7b8a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:20px 20px;--row-gap:20px;--column-gap:20px;--margin-top:15px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-37731 .elementor-element.elementor-element-dff4dcc .brand-categories .brand-filter-item{margin-right:20px;margin-bottom:20px;font-family:"Muli", Sans-serif;font-size:15px;font-weight:300;line-height:20px;}.elementor-37731 .elementor-element.elementor-element-dff4dcc .brand-categories .brand-filter-item:hover{color:var( --e-global-color-primary );}.elementor-37731 .elementor-element.elementor-element-b8c5915{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0%;--margin-bottom:0%;--margin-left:0%;--margin-right:0%;}.elementor-37731 .elementor-element.elementor-element-83b357a .brand-letters .brand-filter-item{margin-right:15px;margin-bottom:15px;font-family:"Muli", Sans-serif;font-size:15px;font-weight:200;}.elementor-37731 .elementor-element.elementor-element-83b357a .brand-letters .brand-filter-item:hover{color:var( --e-global-color-primary );}.elementor-37731 .elementor-element.elementor-element-83b357a .brand-filter-all{font-family:"Muli", Sans-serif;font-weight:200;text-transform:uppercase;padding:0px 0px 0px 0px;}.elementor-37731 .elementor-element.elementor-element-96db4fa .brands-grid{gap:20px;}.elementor-37731 .elementor-element.elementor-element-96db4fa .button-link-label{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-37731 .elementor-element.elementor-element-96db4fa .button-link{color:var( --e-global-color-primary );padding:0px 5px 0px 5px;}.elementor-37731 .elementor-element.elementor-element-96db4fa .ct--button.border{border-color:#FEFC8D00;}@media(min-width:768px){.elementor-37731 .elementor-element.elementor-element-a6e7b8a{--width:20%;}.elementor-37731 .elementor-element.elementor-element-b8c5915{--width:59%;}}@media(max-width:767px){.elementor-37731 .elementor-element.elementor-element-385052e{--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:20px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}/* Start custom CSS for onenation_brand_filters, class: .elementor-element-dff4dcc */.layout-vertical .brand-filter-item {
    width: auto;
    border-left: solid 1px;
    margin: 0;
    position: relative;
    padding: 0;
    cursor: pointer;
    overflow: hidden;
}
.brand-filter-item span {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin-left: 20px;
}
.brand-filter-item span::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-color: #FEFC8D;
    height: 0;
    width: 100%;
    -webkit-transition: height 350ms 
cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -o-transition: height 350ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: height 350ms 
cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.brand-filter-item:hover span::after,
.brand-filter-item.active span::after {
    height: calc(100% - 10px);
}/* End custom CSS */
/* Start custom CSS for onenation_brand_filters, class: .elementor-element-83b357a */.layout-horizontal .brand-filter-item span {
    margin-left: 0;
}
.elementor-37731 .elementor-element.elementor-element-83b357a .brand-letters.layout-horizontal .brand-filter-all {
    margin-right: 15px;
    margin-left: 0;
}/* End custom CSS */
/* Start custom CSS for onenation_brands_grid, class: .elementor-element-96db4fa */.picture-container {
    display: flex;
    overflow: hidden;
}
.parent-img-container {
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    border: 3px solid #FEFC8D;
    display: flex;
}
.logo-container {
    display: flex;
    height: 80px;
    align-items: center;
    width: 100%;
    justify-content: center;
}
.logo {
    max-height: 60px;
}
.new {
    display: inline-block;
    padding: 5px 20px;
    position: absolute;
    bottom: 80px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media screen and (min-width:1025px) {
.elementor-37731 .elementor-element.elementor-element-96db4fa .e-loop-item:nth-child(9) {
    position: absolute;
    top: 610px;
    left: 0;
    width: 31.45%;
}
.elementor-37731 .elementor-element.elementor-element-96db4fa .e-loop-item:nth-child(10) {
    position: absolute;
    top: 610px;
    left: 34.3%;
    width: 31.45%;
}
}/* End custom CSS */
/* Start custom CSS *//* Lettres en grille 3 colonnes sur mobile */
@media (max-width: 768px) {
    .brand-letters.layout-horizontal {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }
    
    .brand-letters .brand-filter-item {
        margin: 0;
        text-align: center;
    }
}/* End custom CSS */