/*
Theme Name: Divi Child Theme
Theme URI: https://www.naturacare.com/
Description: Child Theme For Divi
Author: Dedi agency
Author URI: https://www.dedi-agency.com
Version: 1.0.0
Template: divi
*/

/*GLOBAL*/

:root {
    --primary-color: #94BC47;
    --primary-color-hover: #80A638;
    --primary-light-color:#D8F08A;
    --secondary-color: #21305A;
    --secondary-color-hover: #040B1D;
    --tertiary-color:#61AB9C;
    --color-gray: #CECECE;
    --color-medium-gray: #939393;
    --color-white: #FFFFFF;
    --border-radius-small: 8px;
    --border-radius-medium: 16px;
    --border-radius-large: 24px;

    --row-gutter-horizontal: 24px;
    --row-gutter-vertical: 24px;
}
@media screen and (max-width: 767px) {
    :root {
        --row-gutter-horizontal: 16px;
        --row-gutter-vertical: 16px;
    }
}
body{
    font-family: 'Gotham Book',Helvetica,Arial,Lucida,sans-serif;
}
#et-main-area{
    margin-top: -32px;
}

h1{
    font-size:56px;
    line-height: 1em!important;
    font-weight: 400;
    font-family: 'Gotham Book',Helvetica,Arial,Lucida,sans-serif!important;
}
h2{
    font-size:40px;
    font-family: 'Gotham medium',Helvetica,Arial,Lucida,sans-serif;
}
h3{
    font-size: 24px;
    font-family: 'Gotham medium',Helvetica,Arial,Lucida,sans-serif;
}
h1, h2, h3, h4, h5, h6, p{
    text-wrap: pretty;
}
a:hover, a:focus, .et-db #et-boc .et-l a:hover{
    color: var(--secondary-color-hover);
}
.et-db #et-boc .et-l .et_pb_text{
    line-height: 1.3em;
}
@media screen and (max-width: 424px){
    .et_pb_heading .et_pb_heading_container h1,
    h1{
        font-size: 38px;
    }
    .et_pb_heading .et_pb_heading_container h2,
    h2{
        font-size: 30px;
    }
}
@media screen and (max-width: 767px){
    h1, h2,
    .preset--module--divi-text--lczuz4absd p,
    .preset--module--divi-text--8s544zwad9 p,
    .preset--module--divi-text--yz54js9cku p{
        word-break: break-word;
        hyphens: auto;
    }
    .et_pb_heading .et_pb_heading_container h2,
    h2{
        font-size: 32px;
    }
}
@media screen and (min-width: 1280px) {
    .preset--module--divi-text--8s544zwad9 p,
    h2{
        max-width: 1035px;
    }
}

.et_pb_text_inner p a{
    font-family: 'Gotham medium',Helvetica,Arial,Lucida,sans-serif;
    text-decoration: underline;
}

.big-title,
.big-title .et_pb_text_inner,
.et-db #et-boc .et-l .et_flex_group>.et_pb_module.big-titl,
.big-title.preset--module--divi-text--dqhy1odhgc,
.et-db #et-boc .et-l .big-title.preset--module--divi-text--dqhy1odhgc
{
    max-width: 100%!important;
}

/*Fix general paddings and spacings on mobile and tablet*/
@media only screen and (max-width: 767px) {
    :root{
        --section-padding: 32px;
    }
}
@media only screen and (max-width: 979px) {
    .et_pb_section.preset--module--divi-section--hfop8h71w6 .et_pb_row.preset--module--divi-row--default,
    .et_pb_section.preset--module--divi-section--hfop8h71w6 .et_pb_row.preset--module--divi-row--nnkrqporb8 .et_pb_text_inner{
        padding-left:20px!important;
    }
    .et_pb_section.preset--module--divi-section--hfop8h71w6 .et_pb_row.preset--module--divi-row--nnkrqporb8 .splide .et_pb_text_inner{
        padding-left:0!important;
    }
}


/*Buttons*/

.et_pb_button.btn-large,
.not-found-page .wp-block-button__link.wp-element-button{
    padding: 12px 24px;
}
.et_pb_button.btn-medium{
    padding: 8px 16px;
}
.et_pb_button.btn-small{
    padding: 8px 16px;
    font-size: 14px;
}
.et_pb_button.custom-btn,
.not-found-page .wp-block-button__link.wp-element-button{
    border-radius: 5px;
    transition: all 0.5s ease-in-out;
    text-align: center!important;
}
.et_pb_button.custom-btn:hover{
    border-radius: 5px;
    transition: all 0.5s ease-in-out;
}
.et_pb_button.btn-primary,
.not-found-page .wp-block-button__link.wp-element-button{
    background-color: var(--primary-color)!important;
    color: var(--color-white)!important;
    text-decoration: none;
}
.et_pb_button.btn-primary:hover,
.not-found-page .wp-block-button__link.wp-element-button:hover{
    background-color: var(--primary-color-hover)!important;
}
.et_pb_button.btn-secondary{
    background-color: var(--secondary-color)!important;
    color: var(--color-white)!important;
    text-decoration: none;
}
.et_pb_button.btn-secondary:hover{
    background-color: var(--secondary-color-hover)!important;
}
.et_pb_button.btn-outline{
    background-color: transparent!important;
    border: 1px solid var(--secondary-color)!important;
    color: var(--secondary-color)!important;
    text-decoration: none;
}
.et_pb_button.btn-outline:hover{
    background-color: transparent!important;
    outline: 1px solid var(--secondary-color-hover)!important;
    outline-offset: 0;
    transition: outline-width 0.2s
    ease, outline-color 0.2s
    ease;
}
.et_pb_button.btn-outline-white{
    background-color: transparent!important;
    border: 1px solid var(--color-white)!important;
    color: var(--color-white)!important;
    text-decoration: none;
}
.et_pb_button.btn-outline-white:hover{
    background-color: transparent!important;
    outline: 1px solid var(--color-white)!important;
    outline-offset: 0;
    transition: outline-width 0.2s
    ease, outline-color 0.2s
    ease;
}
.et_pb_button.custom-simple-link,
.et_pb_button.custom-simple-link:hover{
    background: transparent!important;
    padding-left: 0!important;
    color: var(--secondary-color)!important;
}
.et_pb_button.custom-simple-link.-link-white,
.et_pb_button.custom-simple-link.-link-white:hover{
    background: transparent!important;
    color: white!important;
}

.custom-fullwidth-btn{
    width: 100%!important;
}

/*Common sections and rows*/

@media only screen and (max-width: 767px) {
    .et-db #et-boc .et-l .et_pb_row_0_tb_body.et_pb_row {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}

/*SPLIDE Common settings*/

.splide__arrows{
    width:auto;
}
.splide__arrow svg{
    fill: var(--secondary-color);
}
.splide__pagination{
    text-align: center;
    width: auto;
    overflow: hidden;
}
.splide__pagination__page{
    width: 16px;
    height: 16px;
    background:transparent;
    border: 2px solid var(--secondary-color);
    margin: 8px;
    opacity: 1;
}
.splide__pagination__page.is-active{
    background: transparent;
}
.splide__pagination__page.is-active:before{
    content:"";
    width: 8px;
    height: 8px;
    border-radius: 10px;
    display: block;
    position: absolute;
    left:2px;
    top:2px;
    background: var(--secondary-color);
}

.splide__arrow{
    background: transparent;
}

.splide.is-centered .splide__pagination,
.splide.is-centered .splide__arrows { display: none !important; }
.splide.is-centered .splide__list { justify-content: center; }
.splide.is-centered .splide__track { overflow: visible; }

/* Masque navigation UI sans toucher Splide */
.splide.is-ui-hidden .splide__pagination,
.splide.is-ui-hidden .splide__arrows {
    display: none !important;
}


/*HEADER*/
.header-section, .header-section.et_pb_section_0_tb_header{
    overflow: visible!important;
    min-height: 75px;
    border-radius: 0 0 16px 16px!important;
}
/*Main logo header*/
.logo-header{
    position:absolute!important;
    z-index:50;
    display: block !important;
    width: 282px !important;
    height: 52px !important;
    left:60px;
    top: 0;
}
@media screen and (min-width: 1180px){
    .header-section, .header-section.et_pb_section_0_tb_header{
        min-height: 100px;
        border-radius: 0 0 32px 32px!important;
    }
}
@media screen and (min-width: 1180px) and (max-width: 1280px){
    .logo-header{
        max-width: 180px;
    }
}
@media screen and (min-width: 1320px){
    .logo-header{
        left: calc((100% - 1300px)/2);
        max-width:240px;
    }
}
@media screen and (max-width: 374px){
    .logo-header{
        width: 130px !important;
        left: 50px;
        top: 4px;
    }
}
@media screen and (min-width: 375px) and (max-width: 768px){
    .logo-header{
        width: 158px !important;
        height: 30px !important;
        position: relative;
    }
}
@media screen and (min-width: 768px) and (max-width: 1179px) {
    .header-section, .header-section.et_pb_section_0_tb_header{
        padding:16px!important;
    }
    .logo-header {
        width: 158px !important;
        height: 30px !important;
        position: relative;
    }
}

/*MEGAMENU*/

/* Container and list */
.dedi-mega-menu-wrap {
    position: relative;
    font-size: 16px;

}
.dedi-mega-menu, .et-l--header ul.dedi-mega-menu {
    display:flex;
    gap:1.25rem;
    align-items:center;
    list-style-type: none;
}
@media screen and (min-width: 1181px){
    .dedi-mega-menu-wrap {
        position: absolute;
        width: 100%;
        padding-right:16px;
    }
    .dedi-mega-menu, .et-l--header ul.dedi-mega-menu {
        justify-content: flex-end;
    }
}
@media screen and (min-width: 1320px){
    .dedi-mega-menu, .et-l--header ul.dedi-mega-menu{
        padding-right: calc((100% - 1300px)/2);
    }
}

.dedi-mega-menu > li {
    position: static;
}

/* Links */
.menu-link {
    display:flex;
    align-items:center;
    gap:.5rem;
}
.menu-link--root {
    cursor:pointer;
    font-family: 'Gotham medium',Helvetica,Arial,Lucida,sans-serif;
}
.menu-caret {
    width:.5rem;
    height:.5rem;
    border-right:2px solid currentColor;
    border-bottom:2px solid currentColor;
    transform:rotate(45deg);
    transition:transform .2s ease;
}
.dedi-mega-menu > li.is-open > .menu-link--root .menu-caret {
    transform:rotate(-135deg);
}

/* Panel */
.dedi-mega-panel {
    position:absolute;
    left:0;
    right:0;
    top:100%;
    display:none;
    background: var(--color-white);
    border-radius:0 0 20px 20px;
    z-index:60;
}
.dedi-mega-panel.is-visible {
    display:block;
}
.dedi-mega-panel.is-visible:before,
.dedi-mega-panel.is-visible:after{
    content: "";
    width: 32px;
    height: 32px;
    display: inline-block;
    background-color: var(--color-white);
    position: absolute;
    top: -32px;
}
.dedi-mega-panel.is-visible:before{
    left:0;
}
.dedi-mega-panel.is-visible:after{
    right: 0;
}
.dedi-mega-panel__inner {
    display:flex;
    gap:80px;
    padding:32px 16px;
}

@media screen and (min-width: 1320px){
    .dedi-mega-panel{
        padding-left: calc((100% - 1300px)/2);
        padding-right: calc((100% - 1300px)/2);
    }
}

/* Columns */
.dedi-mega-col {
    flex:1 1 0;
    min-width:0;
}
@media screen and (min-width: 1320px){
    .dedi-mega-col.col-3 {
        min-width: 506px;
    }
}


/* Col 1  */
.lvl1-title {
    font-family: "Gotham Book",Helvetica,Arial,Lucida,sans-serif;
    margin:0 0 .5rem 0;
    font-size:56px;
    font-weight:400;
    line-height:1;
    color:var(--primary-color);
}
.lvl1-desc {

}
.lvl1-more {
    display:inline-block;
    margin-top:.75rem;
    font-family: 'Gotham medium',Helvetica,Arial,Lucida,sans-serif;
    text-decoration:underline;
}

/* Col 2  */
.mega-level-2 {
    list-style:none!important;
    padding:0;
    margin:0;
    display:flex;
    flex-direction:column;
    gap:.25rem;
}
.mega-level-2 > li > .menu-link--lvl2 {
    display:inline-flex;
    position: relative;
    flex-direction:column;
    align-items:flex-start;
    padding:.5rem .6rem;
    gap:2px;
    font-family: 'Gotham medium',Helvetica,Arial,Lucida,sans-serif;
}
.mega-level-2 > li > .menu-link--lvl2[aria-controls]:after{
    content: '5';
    font-family: ETmodules !important;
    position: absolute;
    right:-20px;
    font-size: 20px;
    font-weight: bold;
}
.mega-level-2 > li > .menu-link--lvl2:hover {
    color: var(--secondary-color-hover);
}
.mega-level-2 > li.natura-one .menu-link--lvl2 .menu-title{
    font-size: 24px;
    color: var(--tertiary-color);
}
.mega-level-2 > li.natura-go .menu-link--lvl2 .menu-title{
    font-size: 24px;
    color: var(--primary-color);
}
.mega-level-2 > li.natura-inoveo .menu-link--lvl2 .menu-title{
    font-size: 24px;
}
.mega-level-2 .menu-subtitle{
    font-size: 18px;
}
.mega-level-2 .menu-desc {
    font-family: 'Gotham Book',Helvetica,Arial,Lucida,sans-serif;
    font-size: 16px;
}

/* Col 3  */
.col-3 .mega-col3-inner {
    min-height:315px;
}
.mega-level-3 {
    list-style:none;
    padding:0;
    margin:0;
    display:flex;
    flex-direction:column;
    gap:.35rem;
    border-left: 1px solid var(--primary-color);
}
.mega-level-3 li{
    list-style-type: none;
}
.mega-level-3.hidden {
    display:none !important;
}
.mega-level-3 .menu-link--lvl3 {
    display:block;
    padding:.4rem .6rem;
}
.mega-level-3 .menu-item-object-custom .menu-link--lvl3{
    font-family: 'Gotham medium', Helvetica, Arial, Lucida, sans-serif;
    text-decoration: underline;
}
.mega-level-3 .menu-link--lvl3:hover {
    color: var(--secondary-color-hover);
}

.lvl1-image-default {
    overflow:hidden;
    border-radius:16px;
}
.dedi-mega-img {
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

/* Responsive */
@media (max-width:1179px){
    .dedi-mega-panel {
        position:static;
        border-radius:10px;
        box-shadow:none;
    }
    .dedi-mega-panel__inner {
        flex-direction:column;
        padding:1rem;
    }
}

/* === Mobile drawer === */
.dedi-mm-toggle {
    display:none;
    color: transparent;
    background: transparent url("data:image/svg+xml,%3Csvg%20width%3D%2219%22%20height%3D%2217%22%20viewBox%3D%220%200%2019%2017%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M18%2015.5H1%22%20stroke%3D%22%2394BC47%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3Cpath%20d%3D%22M17.6475%208.25H1%22%20stroke%3D%22%2394BC47%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3Cpath%20d%3D%22M17.6475%201H1%22%20stroke%3D%22%2394BC47%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    border:1px solid var(--primary-color);
    border-radius: 8px;
    width: 35px;
    height: 35px;
    position: absolute;
    top:-2px;
    left: 2px;
}
.dedi-mm-overlay {
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.35);
    z-index:70;
}
.dedi-mm-overlay[hidden]{
    display:none;
}

.dedi-mm-mobile {
    position:fixed;
    padding-top:70px;
    inset:0 0 0 auto;
    width:100%;
    max-width:100%;
    height: calc(100vh - 40px);
    background:var(--color-white);
    z-index:80;
    display:flex;
    flex-direction:column;
}
.dedi-mm-mobile[hidden]{
    display:none;
}
.dedi-mm-head {
    display: flex;
    align-items:center;
    gap:.5rem;
    border-top: 1px solid var(--primary-color);
}
.dedi-mm-head .mm-back,
.dedi-mm-head .mm-title{
    display: none;
}
.dedi-mm-mobile.is-l2 .dedi-mm-head{
    border-bottom: 1px solid var(--primary-color);
}
.dedi-mm-mobile.is-l2 .dedi-mm-head .mm-back,
.dedi-mm-mobile.is-l2 .dedi-mm-head .mm-title{
    display: inline-block;
}
.dedi-mm-head .mm-title {
    font-family: 'Gotham medium', Helvetica, Arial, Lucida, sans-serif;
    font-size: 20px;
    margin-inline:auto;
    padding: 16px;
    width:100%;
    text-align: center;
}
.dedi-mm-head .mm-back[disabled]{
    opacity:.4;
    pointer-events:none;
}
.dedi-mm-head .mm-back{
    margin-left: 16px;
    position: absolute;
    background: transparent;
    border: none;
}
.mm-back .mm-arrow{
    display:inline-block;
    width: 8px;
    height: 8px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(135deg);
}
.dedi-mm-head .mm-close {
    background:transparent;
    border:0;
    font-size:16px;
    padding:.25rem .5rem;
}

.dedi-mm-views {
    position:relative;
    flex:1 1 auto;
    overflow-x: hidden;
    overflow-y: scroll;
    height: 100%;
    padding-bottom: 20px;
}
.mm-view {
    position:absolute;
    inset:0;
    overflow:auto;
    padding:16px 4px;
}
.mm-view[data-view="root"] {
    transform:translateX(0);
}
.mm-view[data-view="l2"] {
    transform:translateX(100%);
}
.dedi-mm-mobile.is-l2 .mm-view[data-view="root"] {
    transform:translateX(-20%);
    opacity:0;
}
.dedi-mm-mobile.is-l2 .mm-view[data-view="l2"] {
    transform:translateX(0);
}
.mm-view {
    transition:transform .25s ease, opacity .25s ease;
}

.mm-list, .et-l--header ul.mm-list {
    list-style:none;
    margin:0;
    padding:0;
    display:flex;
    flex-direction:column;
    gap:.25rem;
}
.mm-item > a,
.mm-acc__panel .mm-item > a{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding: 8px 16px;
    font-size: 16px;
}
.mm-acc__panel .mm-item > a{
    padding: 4px 16px;
}
.mm-item.mega > a,
.mm-l2 > .mm-item > a{
    font-size: 20px;
    font-family: 'Gotham medium', Helvetica, Arial, Lucida, sans-serif;
}
.mm-item > a .mm-caret {
    width:.55rem;
    height:.55rem;
    border-right:2px solid currentColor;
    border-bottom:2px solid currentColor;
    transform:rotate(-45deg);
}
.mm-item.natura-one > a,
.mm-item.natura-go > a,
.mm-item.natura-inoveo > a{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.mm-item.natura-one .menu-title{
    color: var(--tertiary-color);
}
.mm-item.natura-go .menu-title{
    color: var(--primary-color);
}
.mm-item.natura-one .menu-subtitle,
.mm-item.natura-go .menu-subtitle,
.mm-item.natura-inoveo .menu-subtitle{
    font-size: 16px;
}
.mm-item.natura-one .menu-desc,
.mm-item.natura-go .menu-desc,
.mm-item.natura-inoveo .menu-desc {
    font-family: 'Gotham Book',Helvetica,Arial,Lucida,sans-serif;
    font-size: 16px;
}
.mm-item .menu-button{
    position: absolute;
    bottom: 20px;
    left:20px;
    right:20px;
    background: var(--primary-color);
    padding: 12px 25px;
    color: var(--color-white)!important;
    border-radius: 5px;
    font-family: 'Gotham medium',Helvetica,Arial,Lucida,sans-serif;
    text-align: center;
}
.mm-item .menu-button span{
    width: 100%;
    text-align: center;
}
.mm-l2 .mm-acc__panel ul li.mm-item > a.menu-item-object-custom{
    font-family: 'Gotham medium',Helvetica,Arial,Lucida,sans-serif;
    text-decoration: underline;
    width: auto;
    display: inline-block;
}
.mm-mobile-only > a,
.mm-item.mega .mm-mobile-only>a, .mm-l2>.mm-item.mm-mobile-only>a{
    font-size: 18px;
    font-family: 'Gotham medium',Helvetica,Arial,Lucida,sans-serif;
    text-decoration: underline;
    color: var(--secondary-color);
}

.mm-acc {
    border-radius:10px;
    overflow:hidden;
}
.mm-acc + .mm-acc {
    margin-top:.5rem;
}
.mm-acc__head {
    width:100%;
    text-align:left;
    padding:.75rem .85rem;
    border:0;
    background: transparent;
}
.mm-acc__panel {
    display:none;
    padding: 8px 16px;
}
.mm-acc__panel ul li a{
    padding: 4px 16px;
}
.mm-acc.is-open .mm-acc__panel {
    display:block;
}

.dedi-mm-header-action{
    display: none;
    position: absolute;
    right: 0;
    top: -4px;
}
.dedi-mm-header-action a.dedi-mm-header-button{
    padding: 8px 16px;
    border-radius: 4px;
    background-color: var(--primary-color);
    color: var(--color-white)!important;
    border:none;
    font-family: 'Gotham medium', Helvetica, Arial, Lucida, sans-serif;
}
.dedi-mm-header-action a.dedi-mm-header-button:hover{
    background-color: var(--primary-color-hover);
}

/* Mobile display */
@media (max-width:1179px){
    .dedi-mm-toggle {
        display:inline-flex;
        align-items:center;
    }
    .dedi-mega-menu, .et-l--header ul.dedi-mega-menu {
        display:none;
    }
    .dedi-mega-panel {
        position:static; display:none !important;
    }
    .dedi-mm-views { position:relative; }
    .mm-view { height: 100%; } /* même si absolute */
    .dedi-mm-header-action{
        display: block;
    }
}
@media screen and (min-width: 1180px) {
    .mm-mobile-only{
        display: none;
    }
}


/* Collapsibles N2 -> N3 */
.mm-acc {
    overflow:hidden;
    background:var(--color-white);
}
.mm-acc__head {
    width:100%;
    text-align:left;
    padding:.75rem .85rem;
    border:0;
    background: transparent;
    font-size: 20px;
    font-family: 'Gotham medium', Helvetica, Arial, Lucida, sans-serif;
    color: var(--secondary-color);
    position: relative;
}
.mm-acc__head:after {
    content:'+';
    position: absolute;
    right: 16px;
    top:0;
    font-size: 32px;
    color: var(--secondary-color);
}
.mm-acc__panel {
    display:none;
    padding:.5rem .85rem 1rem;
}
.mm-acc.is-open .mm-acc__panel {
    display:block;
}

.mm-acc.is-open .mm-acc__head:after{
    content:"-";
}

/* Items N2 without N3 */
.mm-item > a {
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:.75rem .85rem;
}

/* Close menu button */
.dedi-mm-head .mm-close {
    color: transparent;
    background:transparent;
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M1%201.00098L14.6118%2014.6128%22%20stroke%3D%22%2394BC47%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3Cpath%20d%3D%22M1.00073%2014.6118L14.6125%201.00001%22%20stroke%3D%22%2394BC47%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    border:1px solid var(--primary-color);
    border-radius: 8px;
    width: 35px;
    height: 35px;
    position: absolute;
    left:18px;
    top: 18px;
}

/* Hidden state */
.header-scroll-toggle.hide-on-scroll {
    transform: translateY(-100%);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.3s ease, opacity 0.3s ease;
    will-change: transform, opacity;
}

/* When menu is open → always visible */
body.mm-open .header-scroll-toggle,
.dedi-mega-menu > li.is-open .header-scroll-toggle {
    transform: translateY(0) !important;
    opacity: 1 !important;
    pointer-events: auto !important;
}


@media (min-width: 1180px){
    /*Polylang menu switch*/
    .pll-parent-menu-item .menu-title{
        text-transform: uppercase;
        font-size: 0;
        line-height: 1;
    }
    .pll-parent-menu-item > a .menu-title:after{
        content:"";
        display: inline-block;
        vertical-align: middle;
        width: 20px;
        height: 20px;
        background: url("/app/uploads/2025/12/Chevron-down.svg")no-repeat center center;
        margin-left:5px;
    }
    html[lang^="en"] .pll-parent-menu-item > a .menu-title::before,
    html[lang^="fr"] .pll-parent-menu-item > a .menu-title::before,
    html[lang^="it"] .pll-parent-menu-item > a .menu-title::before,
    html[lang^="nl"] .pll-parent-menu-item > a .menu-title::before{
        font-size: 14px;
        display: inline-block;
        vertical-align: middle;
    }
    html[lang^="en"] .pll-parent-menu-item > a .menu-title::before {
        content: "EN";
    }
    html[lang^="fr"] .pll-parent-menu-item > a .menu-title::before {
        content: "FR";
    }
    html[lang^="it"] .pll-parent-menu-item > a .menu-title::before {
        content: "IT";
    }
    html[lang^="nl"] .pll-parent-menu-item > a .menu-title::before {
        content: "NL";
    }
    .lang-item-en .menu-title::before {
        content: "EN";
        font-size: 14px;
    }
    .lang-item-fr .menu-title::before {
        content: "FR";
        font-size: 14px;
    }
    .lang-item-it .menu-title::before {
        content: "IT";
        font-size: 14px;
    }
    .lang-item-nl .menu-title::before {
        content: "NL";
        font-size: 14px;
    }
    .dedi-mega-menu > li.pll-parent-menu-item {
        position: relative;
    }
    .dedi-mega-menu > li.pll-parent-menu-item .menu-link.pll-parent-menu-item{
        padding: 2px 8px;
        border-radius: 4px;
        border: 1px solid var(--color-gray);
        width: 65px;
    }
    .dedi-mega-menu > li.pll-parent-menu-item > .sub-menu{
        position: absolute;
        top:100%;
        right:0;
        display:none;
        list-style:none;
        padding:.35rem;
        background:var(--color-white);
        border: 1px solid var(--color-gray);
        border-radius:4px;
        z-index:65;
        width: 65px;
    }
    .dedi-mega-menu > li.pll-parent-menu-item.is-open > .sub-menu{ display:block; }
    .dedi-mega-menu > li.pll-parent-menu-item > .sub-menu > li > a{
        display:block;
        padding:.5rem .65rem;
        white-space:nowrap;
    }
    .dedi-mega-menu > li.pll-parent-menu-item > .sub-menu > li > a:hover{
        color:var(--primary-color);
    }
}
@media (max-width: 1179px){
    .dedi-mega-menu > li.pll-parent-menu-item > .sub-menu{
        position: static; display:block !important; box-shadow:none; padding:0; background:none;
    }
}

/*Menu colors and custom elements*/
.dedi-mega-menu > li.menu-button a{
    background: var(--primary-color);
    padding: 12px 25px;
    color: var(--color-white)!important;
    border-radius: 5px;
    font-family: 'Gotham medium',Helvetica,Arial,Lucida,sans-serif;
}
.dedi-mega-menu > li.menu-button .menu-title{
    color: var(--color-white)!important;
}
.dedi-mega-menu > li.menu-button a:hover{
    background: var(--primary-color-hover);
    transition: all 0.5s;
}
.dedi-mega-menu li.mega > a > .menu-title{
    font-family: 'Gotham medium',Helvetica,Arial,Lucida,sans-serif;
}
@media screen and (min-width: 1181px) and (max-width: 1280px) {
    .dedi-mega-menu li.mega > a > .menu-title{
        max-width: 160px;
        text-align: center;
    }
}

/*FOOTER*/

/*Footer widgets*/

.custom-footer-accordion .wp-block-list {
    display: block;
}
.custom-footer-accordion .wp-block-list {
    max-height: 100%;
    opacity: 1;
}
.custom-footer-accordion .wp-block-list a:hover{
    color: var(--primary-light-color)!important;
}

.custom-footer-accordion > p {
    position: relative;
    width: 100%;
    font-family: 'Gotham medium', Helvetica, Arial, Lucida, sans-serif;
    padding: 8px 0!important;
    display: inline-block;
}

@media screen and (max-width: 767px) {
    .custom-footer-widget-wrapper,
    .custom-footer-widget-wrapper .et_pb_widget_area,
    .custom-footer-widget-wrapper  .et_pb_column{
        gap:0;
    }
    .custom-footer-widget-wrapper .et_pb_widget{
        border-top: 1px solid var(--color-white);
        padding: 16px 0;
    }

    .custom-footer-accordion > p {
        cursor: pointer;
    }

    .custom-footer-accordion p:after{
        font-family: "ETmodules" !important;
        content: '\4c' !important;
        font-weight: 400 !important;
        color: var(--color-white);
        font-size: 32px;
        line-height: 32px;
        right: 0;
        top: 0;
        position: absolute;
    }

    .custom-footer-accordion .wp-block-list {
        max-height: 0;
        opacity: 0;
        transition: all 0.5s;
    }
    .custom-footer-accordion.is-open .wp-block-list {
        max-height: 1000px;
        opacity: 1;
        transition: all 0.5s;
    }
    .custom-footer-accordion.is-open p:after{
        content: '\4b' !important;
    }
}

/*Footer language switch*/
.pll-switcher-select{
    border: 1px solid white;
    border-radius: 4px;
    padding: 8px;
    background: transparent;
    color: white;
    min-width: 200px;
}
select.pll-switcher-select:focus,
select.pll-switcher-select:active{
    border: 1px solid white;
    color: white;
}
select.pll-switcher-select:focus option,
select.pll-switcher-select:active option{
    color: var(--secondary-color);
}

@media screen and (max-width: 980px) {
    .mobile_menu_bar{
        display: none;
    }
    .et_pb_menu.footer-menu .et_mobile_nav_menu{
        width: 100%;
    }
    .et_pb_menu.footer-menu .et_mobile_nav_menu .et_mobile_menu{
        display: flex!important;
        flex-direction: column;
        position: relative!important;
        box-shadow: none!important;
        border: none!important;
    }
}


/*BREACRUMBS*/
.ea-breadcrumb{
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: 10px;
}
.ea-breadcrumb__parents-wrapper{
    display: flex;
    align-items: center;
    max-width: 40px;
    overflow: hidden;
    transition: all 0.7s ease;
}
.ea-breadcrumb__parents-wrapper.is-extended{
    max-width: 100%;
    transition: all 0.7s ease;
}
.ea-breadcrumb .ea-breadcrumb__toggle{
    display: inline-block;
    width: 27px;
    height: 13px;
    border-radius: 13px;
    border:1px solid var(--secondary-color);
    margin: 8px 8px 8px 0;
    background-color: transparent;
    background: url('/app/uploads/2025/11/breadcrumb-dots.svg')no-repeat center center;
}
.ea-breadcrumb .ea-breadcrumb__parents{
    max-width: 0;
    max-height: 24px;
    overflow: hidden;
    list-style-type: none;
    padding-bottom: 0!important;
    opacity: 0;
    transition: opacity 0.7s ease, max-width 0.3s ease, max-height 0;
}

.ea-breadcrumb__parents-wrapper.is-extended .ea-breadcrumb__parents{
    display: flex;
    max-height: 100px;
    align-items: center;
    max-width: 100%;
    opacity: 1;
    transition:
            opacity 0.7s ease,
            max-width 0.5s ease,
            max-height 0.7s ease;
}

.ea-breadcrumb__item{
    display: flex;
    align-items: center;
    gap:4px;
}
.ea-breadcrumb__separator{
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
}
.ea-breadcrumb__separator:before{
    content: '5';
    font-family: ETmodules !important;
    position: absolute;
    line-height: 1;
}
.white-breadcrumb .et_pb_text_inner,
.white-breadcrumb a{
    color: var(--color-white)!important;
}
.white-breadcrumb .et_pb_text_inner .ea-breadcrumb .ea-breadcrumb__toggle{
    border:1px solid var(--color-white);
    background: url('/app/uploads/2025/11/breadcrumb-dots-white.svg')no-repeat center center;
}
@media screen and (max-width: 767px) {
    .ea-breadcrumb{
        margin-top: 24px;
    }
}

/*CARDS*/
.static-cards-section.four-cards .et_pb_row{
    justify-content: center;
}
.card-image .et_pb_image_wrap{
    overflow: hidden;
    border-radius: 8px;
    aspect-ratio: 980 / 620;
    width: 100%;
}
.card-large .card-image .et_pb_image_wrap{
    max-height: 300px;
}
.card-medium .card-image .et_pb_image_wrap{
    max-height: 245px;
}
.card-small .card-image .et_pb_image_wrap{
    max-height: 236px;
}
.card-image .et_pb_image_wrap img{
    object-fit: cover;
    transition : all 0.5s ease-in-out;
    transform: scale(1.0);
}
.card{
    transition: box-shadow 0.5s ease;
}
.card:hover{
    transition: box-shadow 0.5s ease;
    box-shadow: 0 1px 0 0 var(--primary-color);
}
.card:hover .card-image .et_pb_image_wrap img{
    transition : all 0.5s ease-in-out;
    transform: scale(1.05);
}
.card .et_pb_image.card-image,
.et-db #et-boc .et-l .card .et_pb_image.card-image,
.simple-card-slide .et_pb_image.card-image,
.et-db #et-boc .et-l .simple-card-slide .et_pb_image.card-image{
    flex-grow: 0;
}

.card.card-static .et_pb_button_module_wrapper,
.preset--module--divi-group--7awkowjige .et_pb_button_module_wrapper,
.preset--module--divi-group--efr1ypjmpn .et_pb_button_module_wrapper,
.preset--module--divi-group--cn4whikuuj .et_pb_button_module_wrapper{
    flex-grow: 4;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: baseline;
}

.card.card-static h2,
.card.card-static h3,
.card.card-static h4,
.card.card-static p{
    padding-bottom: 0;
}

@media screen and (max-width: 979px){
    .card,
    .simple-card-slide,
    .preset--module--divi-group--7awkowjige,
    .preset--module--divi-group--efr1ypjmpn,
    .preset--module--divi-group--cn4whikuuj{
        --vertical-gap: 16px!important;
    }
}
@media screen and (min-width: 980px) {
    .card.card-static,
    .preset--module--divi-group--7awkowjige,
    .preset--module--divi-group--efr1ypjmpn,
    .preset--module--divi-group--cn4whikuuj{
        height: 100%;
        justify-content: flex-start!important;
    }
    .card.card-static .et_pb_image,
    .preset--module--divi-group--7awkowjige .et_pb_image,
    .preset--module--divi-group--efr1ypjmpn .et_pb_image,
    .preset--module--divi-group--cn4whikuuj .et_pb_image{
        flex-grow: 0!important;
    }
}

/*CARDS Slider*/
.custom-simple-cards-slider .simple-card-slide{
    height: 100%;
}
.custom-simple-cards-slider .simple-card-slide .et_pb_text h3{
    padding-bottom: 0;
}
.custom-simple-cards-slider .splide__arrows{
    position: absolute;
    bottom: -20px;
    right:0;
    width:auto;
}
.custom-simple-cards-slider .splide__arrow--next{
    right: -20px;
}
.custom-simple-cards-slider .splide__arrow--prev{
    left: -5px
}
.custom-simple-cards-slider .splide__pagination{
    position: absolute;
    bottom: -60px;
    right: 0;
    left: auto;
}
.custom-simple-cards-slider .splide__arrow{
    background: transparent;
}
.custom-simple-cards-slider .splide__arrow svg{
    fill: var(--secondary-color);
}
@media screen and (max-width: 979px){
    .custom-simple-cards-slider{
        max-width: 100%;
        box-sizing: border-box;
    }
    .custom-simple-cards-slider .splide{
        max-width: 100vw;
        padding:0;
    }
    .custom-simple-cards-slider .splide__track{
        max-width: 100%;
    }
    .custom-simple-cards-slider .splide__arrows{
        right:auto;
        left:16px;
        bottom: -36px;
    }
    .custom-simple-cards-slider .splide__pagination{
        right:auto;
        left:16px;
        bottom: -76px;
    }
}
@media screen and (max-width: 1580px ){
    .custom-simple-cards-slider .simple-card-slide .et_pb_text:has(h3){
        min-height: 50px;
    }
}


/*FILTERS*/

.custom-filters .dp-dfg-filters .dp-dfg-level{
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    padding-left:0;
}

.custom-filters .dp-dfg-filter-link{
    border: 1px solid var(--color-gray);
    border-radius: var(--border-radius-large);
    background: transparent;
    padding: 8px 16px;
    transition: 0.3s ease-in-out;
    font-size: 18px;
    transform: none;
    display: inline-block;
}
.custom-filters .dp-dfg-filter-link:hover,
.custom-filters .dp-dfg-filter-link.active{
    border: 1px solid var(--secondary-color);
    background: var(--secondary-color);
    color: var(--color-white)!important;
    transition: 0.3s ease-in-out;
}

@media screen and (max-width: 768px){
    .custom-filters .dp-dfg-filters .dp-dfg-level{
        gap: 8px;
    }
    .custom-filters .dp-dfg-filter-link{
        font-size: 16px;
        padding: 4px 16px;
    }
}

/*FILTERED CARDS*/

.custom-filters .dp-dfg-featured-image{
    border-radius: 8px;
}

.custom-post-grid .terms{
    display: flex;
    gap: 8px;
}
.custom-post-grid .terms .term-link{
    background: var(--primary-light-color);
    font-size: 16px;
    padding: 4px 8px;
    border-radius: 2px;
    margin-bottom: 16px;
}

.custom-post-grid .et_pb_button.dp-dfg-more-button,
.et-db #et-boc .et-l .dp_dfg_filtergrid.custom-post-grid .et_pb_button.dp-dfg-more-button{
    color: var(--secondary-color)!important;
}
.custom-post-grid.contact-sites .et_pb_button.dp-dfg-more-button,
.et-db #et-boc .et-l .dp_dfg_filtergrid.custom-post-grid.contact-sites .et_pb_button.dp-dfg-more-button{
    color: var(--color-white)!important;
}

.custom-post-grid .et_pb_button.dp-dfg-more-button,
.custom-post-grid .et_pb_button.dp-dfg-more-button:hover,
.et-db #et-boc .et-l .dp_dfg_filtergrid.custom-post-grid .et_pb_button.dp-dfg-more-button
{
    padding: 0!important;
    border: none;
    background: transparent!important;
    font-family: 'Gotham medium',Helvetica,Arial,Lucida,sans-serif;
    margin-top: 8px;
}

.custom-post-grid .et_pb_button.dp-dfg-more-button:hover,
.et-db #et-boc .et-l .dp_dfg_filtergrid.custom-post-grid .et_pb_button.dp-dfg-more-button:hover{
    color: var(--secondary-color-hover)!important;
}

body .et_pb_bg_layout_light.et_pb_button:hover,
body.et-db #et-boc .et-l .et_pb_bg_layout_light.et_pb_button:hover,
body .et_pb_bg_layout_light .et_pb_button:hover,
body.et-db #et-boc .et-l .et_pb_bg_layout_light .et_pb_button:hover,
.et_pb_module .et_pb_button:hover,
.et-db #et-boc .et-l .et_pb_module .et_pb_button:hover,
body .et_pb_button:hover,
body.et-db #et-boc .et-l .et_pb_button:hover{

}

.custom-post-grid .dp-dfg-item{
    transition: box-shadow 0.5s ease;
    border-bottom: 1px solid var(--primary-color);
}
.custom-post-grid .dp-dfg-item .dp-dfg-header.entry-header{
    flex-grow: 1;
}

.custom-post-grid .dp-dfg-image{
    padding: 0;
    overflow: hidden;
    max-width: 100%;
    border-radius: 8px;
    margin-left: 0px;
    margin-bottom: 16px;
    /*height: 240px;*/
    aspect-ratio: 49 / 31;
    position: relative;
}
.custom-post-grid .dp-dfg-image img{
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%) scale(1.0);
    transition: all 0.3s ease-in-out;
}
.custom-post-grid .dp-dfg-item:hover{
    transition: box-shadow 0.5s ease;
    box-shadow: 0 1px 0 0 var(--primary-color);
}
.custom-post-grid .dp-dfg-item:hover .dp-dfg-image img{
    transform: translate(-50%, -50%) scale(1.05);
    transition: all 0.3s ease-in-out;
}

.dp-dfg-custom-field.dp-dfg-cf-product_description,
.dp-dfg-custom-content p{
    color: var(--secondary-color)!important;
}

@media screen and (max-width: 768px){
    .custom-post-grid .dp-dfg-image{
        height: auto;
    }
    .custom-post-grid .dp-dfg-image img{
        position: relative;
    }
    .custom-post-grid.contact-sites h2,
    .et-db #et-boc .et-l .dp_dfg_filtergrid.custom-post-grid.contact-sites h2{
        color: var(--color-white)!important;
        font-size: 24px;
    }
}

/*Products cards*/
.products-list-cards .dp-dfg-item{
    margin-bottom: 16px!important;
    padding:0;
}
.products-list-cards .dp-dfg-item .dp-dfg-image.entry-thumb{
    margin: 0;
}
.products-list-cards .dp-dfg-item .dp-dfg-custom-content p{
    padding-bottom: 8px;
}
.products-list-cards .dp-dfg-item .dp-dfg-custom-content ul{
    margin-top: -8px;
}
@media screen and (max-width: 767px) {
    .products-list-cards .dp-dfg-item .dp-dfg-image.entry-thumb{
        margin-bottom: 8px;
    }
}

/*Filtered cards slider*/

.custom-post-grid .splide__list{
    align-items: stretch;
}
.custom-post-grid .splide__slide{
    margin-bottom: 16px;
}
.custom-post-grid .splide__slide .dp-dfg-item{
    height: 100%;
}
.custom-post-grid .splide__arrows{
    position: absolute;
    bottom: -20px;
    right:0;
    width:auto;
}
.custom-post-grid .splide__arrow--next{
    right: -20px;
}
.custom-post-grid .splide__arrow--prev{
    left: -5px
}
.custom-post-grid .splide__pagination{
    position: absolute;
    bottom: -60px;
    right: 0;
    left: auto;
}

.custom-post-grid .splide__arrow{
    background: transparent;
}
.custom-post-grid .splide__arrow svg{
    fill: var(--secondary-color);
}
@media screen and (max-width: 979px){
    .custom-post-grid.custom-slide-wrapper{
        width: 100%;
    }
    .dp-dfg-container{
        max-width: 100%;
        box-sizing: border-box;
    }
    .dp-dfg-container .splide{
        max-width: 100vw;
        padding:0;
    }
    .dp-dfg-container .splide__track{
        max-width: 100%;
    }
    .custom-post-grid .splide__arrows{
        right:auto;
        left:20px;
    }
    .custom-post-grid .splide__pagination{
        right:auto;
        left:20px;
    }
}
@media screen and (min-width: 980px){
    .custom-post-grid .splide__slide .dp-dfg-item{
        display: flex;
        flex-direction: column;
    }
    .custom-post-grid .splide__slide .dp-dfg-item .et_pb_button_wrapper{
        flex-grow: 4;
        display: flex;
        flex-direction: column;
        justify-content: end;
        align-items: baseline;
    }
}

/*Job grid button career-RH page*/
@media screen and (min-width: 1680px) {
    .et_pb_button[data-btn="see-all-offers"]{
        margin-left: auto;
        margin-right: 0;
    }
}

/*Filtered job cards */

.dp_dfg_filtergrid.custom-job-grid .dp-dfg-item,
.custom-job-grid.simple-grid .dp-dfg-item{
    padding: 24px!important;
    height:100%;
    border-radius: 8px;
    border:1px solid var(--color-white);
    transition: all 0.5s ease-in-out;
}
.dp_dfg_filtergrid.custom-job-grid.custom-job-list .dp-dfg-item{
    height: auto;
}
.dp_dfg_filtergrid.custom-job-grid .dp-dfg-item:hover,
.custom-job-grid.simple-grid .dp-dfg-item:hover{
    border:1px solid var(--primary-color);
    transition: all 0.5s ease-in-out;
}

.dp_dfg_filtergrid.custom-job-grid .dp-dfg-item .dp-dfg-header{
    line-height: 1.2;
    min-height: 70px;
    margin-top: 16px;
}
.dp_dfg_filtergrid.custom-job-grid .term-link{
    border: 1px solid var(--color-gray);
    padding: 8px 16px;
    border-radius: 24px;
    display: inline-block;
    margin: 0 8px 16px 0;
}
.dp_dfg_filtergrid.custom-job-grid .et_pb_button.dp-dfg-more-button{
    background: transparent!important;
    color: var(--secondary-color)!important;
}
.dp_dfg_filtergrid.custom-job-grid .et_pb_button.dp-dfg-more-button:hover{
    background: transparent!important;
    color: var(--secondary-color-hover)!important;
}
.custom-job-grid .splide__pagination{
    right: 100px;
    left: auto;
    bottom: -80px;
}
.custom-job-grid .splide__arrows{
    position: absolute;
    right: 100px;
    left: auto;
    bottom: -40px;
}
.custom-job-grid .splide__arrows .splide__arrow--prev{
    margin-left: -20px;
}
.custom-job-grid .splide__arrows .splide__arrow--next{
    margin-right: -40px;
}
@media screen and (max-width: 767px){
    .custom-job-grid.custom-slide-wrapper{
        padding-bottom: 60px;
    }
    .custom-job-grid.simple-grid .dp-dfg-item{
        height: auto;
    }
    .custom-job-grid .splide__pagination{
        right: auto;
        left: 20px;
        bottom: -70px;
    }
    .custom-job-grid .splide__arrows{
        right: auto;
        left: 20px;
        bottom: -30px;
    }
}

/* Jobs pagination */
.custom-job-list .dp-dfg-pagination{
    width: 100%;
    text-align: center;
}
.custom-job-list .dp-dfg-pagination .pagination{
    display: flex;
    justify-content: center;
    align-items: center;
    gap:8px;
}
.custom-job-list .dp-dfg-pagination .pagination-item a.pagination-link.dp-dfg-page{
    border: 1px solid var(--secondary-color);
    border-radius: 4px;
    padding: 0;
    font-size: 18px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: var(--secondary-color);
}
.custom-job-list .dp-dfg-pagination .pagination-item.active a.pagination-link.dp-dfg-page{
    border: 1px solid var(--secondary-color);
    background-color: var(--secondary-color);
    color: white;
}
.custom-job-list .dp-dfg-pagination .pagination-item.dp-dfg-direction a.pagination-link{
    background: transparent;
    border: none;
    padding:0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: var(--secondary-color);
}

/*Product TABS*/

.et_pb_tabs{
    border:none;
}
.et_pb_tab{
    padding: 24px 0;
}
.et_pb_all_tabs{
    padding:0;
}

ul.et_pb_tabs_controls:after,
.et-db #et-boc .et-l ul.et_pb_tabs_controls:after{
    border:none;
}
.et-db #et-boc .et-l .products-tabs .et_pb_tabs_controls li,
.products-tabs .et_pb_tabs_controls li{
    border: none;
    padding: 0 20px 0 0;
}
.et-db #et-boc .et-l .products-tabs .et_pb_tabs_controls li a,
.products-tabs .et_pb_tabs_controls li a{
    padding: 0 0 8px 0;
    border-bottom: 2px solid var(--color-gray);
}
.et-db #et-boc .et-l .products-tabs .et_pb_tabs_controls li.et_pb_tab_active a,
.products-tabs .et_pb_tabs_controls li.et_pb_tab_active a{
    border-bottom: 2px solid var(--secondary-color);
}
.et-db #et-boc .et-l .products-tabs .et_pb_all_tabs > div,
.products-tabs .et_pb_all_tabs > div{
    padding: 20px 0;
}

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

    .et-db #et-boc .et-l .et_pb_tabs_0 .et_pb_tabs_controls{
        display: flex;
        align-items: end;
        justify-content: flex-start;
        row-gap: 16px;
        column-gap: 0;
    }

    .et-db #et-boc .et-l .et_pb_tab{
        padding: 16px 0!important;
    }
    .et-db #et-boc .et-l .products-tabs .et_pb_tabs_controls li,
    .products-tabs .et_pb_tabs_controls li{
        max-width: 50%!important;
        padding-right: 0!important;
        margin-right: 8px;
        margin-bottom: 16px;
        max-height: 32px;
    }

    /*.et_pb_tabs.products-tabs .et_pb_tabs_controls .et_pb_tab_nav_item_0,
    .et_pb_tabs.products-tabs .et_pb_tabs_controls .et_pb_tab_nav_item_0 a,
    .et-db #et-boc .et-l .products-tabs .dp_dfg_filtergrid .entry-title,
    .et-db #et-boc .et-l .products-tabs .dp_dfg_filtergrid .entry-title a,
    .et-db #et-boc .et-l .et_pb_tabs_0.products-tabs .et_pb_tabs_controls li,
    .et-db #et-boc .et-l .et_pb_tabs_0.products-tabs .et_pb_tabs_controls li a{
        padding: 0!important;
    }*/
}

/*Pre footer cross content*/

.pre-footer-cross-content .splide__slide .et_pb_image_wrap{
    max-height: 900px;
    width: 100%;
    aspect-ratio: 1000 / 900;
    overflow: hidden;
}
.pre-footer-cross-content .splide__slide img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 0 32px 32px 0;
}

.pre-footer-cross-content .splide__arrows{
    position: absolute;
    bottom:24px;
    left:0;
    right:auto;
}
.pre-footer-cross-content .splide__arrow{
    background: transparent;
    opacity:1;
}
.pre-footer-cross-content .splide__arrow svg{
    fill: var(--color-white);
}
.pre-footer-cross-content .splide__arrow--prev{
    margin-top:-6px;
}
.pre-footer-cross-content .splide__arrow--next{
    margin-right: -48px;
    margin-top:-6px;
}
.pre-footer-cross-content .splide__pagination{
    width: auto;
    left:16px;
    right:auto;
    bottom: 16px;
    padding-bottom: 0;
}
.pre-footer-cross-content .splide__pagination .splide__pagination__page{
    border: 2px solid var(--color-white);
}
.pre-footer-cross-content .splide__pagination .splide__pagination__page.is-active:before{
    background: var(--color-white);
}
@media screen and (max-width: 980px){
    .pre-footer-cross-content .splide__track{
        border-radius: 32px 32px 0 0;
    }
    .pre-footer-cross-content .splide__slide img{
        border-radius: 32px 32px 0 0;
    }
}

@media screen and (min-width: 980px){
    .pre-footer-cross-content .splide__track{
        border-radius: 0 32px 32px 0;
    }
}
@media screen and (min-width: 980px) and (max-width: 1170px) {
    .pre-footer-cross-content .et_pb_column:first-child .et_pb_module:nth-child(2) p{
        font-size: 18px;
        line-height: 1.3em;
    }
}
@media screen and (min-width: 980px) and (max-width: 1440px) {
    .pre-footer-cross-content.et_pb_row{
        min-height: 400px;
    }
    .pre-footer-cross-content .et_pb_column:first-child{
        padding: 32px!important;
    }
}
@media screen and (min-width: 1920px){
    .pre-footer-cross-content .splide__slide .et_pb_image_wrap{
        max-height: 80vh;
    }
}


/*FAQ with images*/
.custom-accordion-row .custom-accordion-images {
    position: relative;
}

.custom-accordion-row .custom-accordion-images .et_pb_image {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    transition: opacity 0.6s ease-in-out;
    opacity: 0;
    pointer-events: none;
}

.custom-accordion-row .custom-accordion-images .et_pb_image.is-active {
    opacity: 1;
    pointer-events: auto;
    position: relative;
}

/*FAQ Custom icons with data attribute*/
.custom-accordion .et_pb_accordion_item[data-icon] .et_pb_toggle_title {
    display: flex;
    align-items: center;
    gap: .6rem;
    font-family: 'Gotham medium', Helvetica, Arial, Lucida, sans-serif;
}
.custom-accordion .et_pb_accordion_item[data-icon] .et_pb_toggle_title::after{
    content: "";
    display: inline-block;
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    position: absolute;
    left:0;
    background-repeat: no-repeat;
}

.custom-accordion .et_pb_accordion_item[data-icon].et_pb_toggle_open .et_pb_toggle_title::before{
    content: '\4b' !important;
    font-family: "ETmodules" !important;
    font-weight: 400 !important;
    color: var(--secondary-color);
    font-size: 32px;
    line-height: 32px;
    right: -8px;
    left: auto;
    position: absolute;
    display: inline-block;
}

.custom-accordion-row .custom-accordion .et_pb_button_module_wrapper{
    margin: 32px 0 16px 0!important;
}


/*OFFER Steps*/

.full-service-presentation p{
    padding-bottom: 0;
}

/*Classe qui n'apparaît plus bug divi à remettre si la classe revient*/
/*.offer-step,
.offer-step:hover,
.et-db #et-boc .et-l .et_pb_group_4.offer-step,
.et-db #et-boc .et-l .et_pb_group_4.offer-step:hover{
    transition: all 0.3s ease-in-out;
    border-color: transparent!important;
    cursor: initial;
}
.full-offer-page-steps .offer-step:hover,
.et-db #et-boc .et-l .full-offer-page-steps .et_pb_group_4.offer-step:hover{
    border-color: var(--primary-color)!important;
    cursor: pointer;
}
.no-icons .offer-step .et_pb_icon{
    display: none;
}
*/

.preset--module--divi-group--wuqthbpujb{
    column-gap: 16px;
}

.preset--module--divi-group--wuqthbpujb,
.preset--module--divi-group--wuqthbpujb:hover,
.et-db #et-boc .et-l .et_pb_group_4.preset--module--divi-group--wuqthbpujb,
.et-db #et-boc .et-l .et_pb_group_4.preset--module--divi-group--wuqthbpujb:hover{
    transition: all 0.3s ease-in-out;
    border-color: transparent!important;
    cursor: initial;
}
.full-offer-page-steps .preset--module--divi-group--wuqthbpujb:hover,
.et-db #et-boc .et-l .full-offer-page-steps .et_pb_group_4.preset--module--divi-group--wuqthbpujb:hover{
    border-color: var(--primary-color)!important;
    cursor: pointer;
}
.no-icons .preset--module--divi-group--wuqthbpujb .et_pb_icon{
    display: none;
}
@media screen and (max-width: 767px){
    .preset--module--divi-group--wuqthbpujb{
        row-gap: 8px;
    }
    .preset--module--divi-group--wuqthbpujb .et_pb_module:nth-child(2) h2{
        font-size: 18px!important;
        padding-bottom: 0;
    }
    .preset--module--divi-group--wuqthbpujb ul,
    .preset--module--divi-group--wuqthbpujb ul li{
        list-style-type: none;
        padding-left: 0;
    }
}
@media screen and (min-width: 980px) and (max-width: 1439px){
    .full-service-presentation .big-title p{
        font-size: 120px;
        line-height: 120px;
    }
}



/*Cards with details slider*/

.et_pb_section.preset--module--divi-section--rpbyclu7js,
.et-db #et-boc .et-l .et_pb_section.preset--module--divi-section--rpbyclu7js{
    padding-top: 0!important;
    padding-bottom: 50px!important;
    margin-top:0!important;
    margin-bottom: 0!important;
}
.splide__slide.card-detail-slide{
    height:auto;
}
.slider-cards-details:not(.splide) .splide__slide.card-detail-slide.is-selected{
    margin: 0 10px;
}
.slider-cards-details:not(.splide) .splide__slide.card-detail-slide:not(.is-selected){
    width: calc(30% - 20px);
    margin: 0 10px;
}
.splide__slide.card-detail-slide .et_pb_text_inner{
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.slider-cards-details .splide__pagination{
    position: absolute;
    bottom: -50px;
    right: 0;
    left: auto;
}

.slider-cards-details .splide__arrows{
    position: absolute;
    bottom: -10px;
    right: 0;
}
.slider-cards-details .splide__arrow{
    background: transparent;
}
.slider-cards-details .splide__arrow svg{
    fill: var(--secondary-color);
}
.slider-cards-details .splide__arrow--next{
    right: -20px;
}
.slider-cards-details .splide__arrow--prev{
    left: -5px
}
.slider-cards-details.colored-bg .splide__pagination__page{
    border: 2px solid var(--color-white);
}
.slider-cards-details.colored-bg .splide__pagination__page.is-active:before{
    background: var(--color-white);
}
.slider-cards-details.colored-bg .splide__arrow svg{
    fill: var(--color-white);
}
.splide__arrow:disabled{
    display: none;
}

@media screen and (max-width: 979px){
    .et_pb_section.preset--module--divi-section--rpbyclu7js,
    .et-db #et-boc .et-l .et_pb_section.preset--module--divi-section--rpbyclu7js{
        padding-bottom: 70px!important;
    }
    .slider-cards-details.splide{
        padding: 0;
        padding-bottom: 80px;
    }
    .slider-cards-details .splide__arrows{
        right: auto;
        left: 16px;
        bottom:-30px;
    }
    .slider-cards-details .splide__pagination{
        right: auto;
        left: 16px;
        bottom:-70px;
    }
}

@media screen and (min-width: 980px){
    .slider-cards-details{
        height: 580px;
        padding-bottom: 16px;
    }
    .splide__slide.card-detail-slide{
        height:auto;
        margin-top:60px;
    }
    .splide__slide.card-detail-slide h3:after{
        content: '5';
        font-family: ETmodules !important;
        position: absolute;
        right: 16px;
    }
    .splide__slide.card-detail-slide .card-details{
        max-height: 0;
        overflow: hidden;
        transition: all 0.8s;
    }
    .splide__slide.card-detail-slide.is-selected {
        transition: all 0.4s ease;
        width: 40%!important;
        margin-top:0;
    }
    .splide__slide.card-detail-slide.is-selected  h3:after{
        content: '';
    }
    .splide__slide.card-detail-slide.is-selected .card-details{
        max-height: 500px;
        transition: all 0.3s ease;
    }
}

@media screen and (min-width: 1280px) {
    .slider-cards-details{
        height: 620px;
        margin-left: -10px;
    }
}
@media screen and (min-width: 1440px){
    .slider-cards-details .splide__arrows,
    .slider-cards-details .splide__pagination{
        margin-right: calc((1300px - 100vw) / 2 + 80px)!important;
    }
    .preset--module--divi-row--38ooock7bq.et_pb_row.slider-cards-detail-row{
        padding-left: calc((1300px - 100vw) / 2 + 80px)!important;
    }
}

/*Gallery tabs*/

.custom-gallery-tabs .et_pb_tab_nav_item_link{
    border: 1px solid var(--color-gray);
    padding: 8px 16px;
    border-radius: 24px;
    font-weight: 400;
    color: var(--secondary-color);
}
.custom-gallery-tabs .et_pb_tabs_controls{
    background-color: transparent;
}

.custom-gallery-tabs .et_pb_tabs_controls li{
    background-color: transparent;
    border: none;
    margin-right: 16px;
}
.custom-gallery-tabs .et_pb_tabs_controls li.et_pb_tab_active a,
.custom-gallery-tabs .et_pb_tabs_controls li:hover a{
    background-color: var(--secondary-color);
    color: var(--color-white)!important;
    transition: all 0.5s;
}
.custom-gallery-grid .et_pb_gallery_item.et_pb_gallery_item{
    aspect-ratio: 1 / 1;
    overflow: hidden;
}
.custom-gallery-grid .et_pb_gallery_item.et_pb_gallery_item .et_pb_gallery_image.portrait{
    aspect-ratio: 1 / 1;
    overflow: hidden;
}
.custom-gallery-grid .et_pb_gallery_pagination{
    display: none;
}
@media screen and (max-width: 979px) {
    .custom-gallery-tabs .et_pb_tabs_controls,
    .et-db #et-boc .et-l .et_pb_tabs_0 .custom-gallery-tabs .et_pb_tabs_controls{
        flex-wrap: wrap;
    }
    .custom-gallery-tabs .et_pb_tabs_controls li,
    .et-db #et-boc .et-l .et_pb_tabs_0 .custom-gallery-tabs .et_pb_tabs_controls li{
        height: auto!important;
    }
    .custom-gallery-tabs .et_pb_tabs_controls li a,
    .et_pb_tabs.custom-gallery-tabs .et_pb_tabs_controls .et_pb_tab_nav_item_0 a
    .et-db #et-boc .et-l .et_pb_tabs_0.custom-gallery-tabs .et_pb_tabs_controls li a{
        padding: 8px 16px!important;
        font-size: 16px;
        line-height: 16px;
    }
}
/*Gallery lightbox*/
.mfp-gallery figcaption{
    opacity: 0;
}

/*Homepage static implantations map*/
@media screen and (max-width: 767px){
    .et_pb_section.implantations-map-static-section{
        background: var(--secondary-color)!important;
    }
}
@media screen and (max-width: 1759px){
    .et_pb_section.implantations-map-static-section{
        background-size: 50% !important;
        background-position: right 0 !important;
    }
}


/*Map with dynamic dots*/
.map-dot {
    cursor: pointer;
    transition: transform 0.2s ease, filter 0.2s ease;
    transform-origin: center;
}

.map-dot:hover {
    transform: scale(1.08);
    filter: drop-shadow(0px 2px 6px rgba(0, 0, 0, 0.25));
}

.map-dot.is-active {
    transform: scale(1.15);
    filter: drop-shadow(0px 3px 10px rgba(0, 0, 0, 0.35));
}

/* Markers hidden by default */
.map-marker {
    opacity: 0;
    transition: opacity 0.2s ease;
    pointer-events: none;
}

/* Show marker for active dot */
.map-marker.is-active {
    opacity: 1;
}

/* Apply transforms ONLY to dots (not markers) */
#europe-map .map-dot[data-slide] {
    transform-box: fill-box;
    transform-origin: center;
    transition: transform .2s ease;
}

/* Active dot only */
#europe-map .map-dot[data-slide].is-active {
    transform: translateY(-32px) scale(1.5);
}

/* Hover dot only */
#europe-map .map-dot[data-slide]:hover:not(.is-active) {
    transform: scale(1.1);
    cursor: pointer;
}


/* Wrapper: never overflow its container */
.map-wrapper {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 1 / 1;
}

/* Make the SVG responsive */
#europe-map {
    display: block;          /* remove inline gaps */
    width: 100% !important;  /* scale to container width */
    height: auto !important; /* preserve aspect ratio */
    max-width: 100%;
}

/* Optional: if a parent Divi module forces a fixed width */
.et_pb_module .map-wrapper svg {
    width: 100% !important;
    height: auto !important;
}
.map-slider .splide__arrows{
    position: absolute;
    bottom: -33px;
    left: 0;
    width: 240px;
}
.map-slider .splide__arrow svg{
    fill: var(--color-white);
}
.map-slider .splide__pagination{
    position: absolute;
    bottom : -70px;
    left: 0;
    width: 220px;
}
.map-slider .splide__pagination__page{
    border: 2px solid var(--color-white);
}
.map-slider .splide__pagination__page.is-active:before{
    background: var(--color-white);
}

/*Implantation detail page*/

.single-implantation .custom-post-grid .splide__slide .dp-dfg-item.implantation{
    height: calc(100% - 40px);
}
.single-implantation .custom-post-grid .splide__slide .dp-dfg-item.implantation .et_pb_button_wrapper.read-more-wrapper{
    flex-grow: 1;
}

@media screen and (max-width: 767px) {
    .single-implantation .et-db #et-boc .et-l .et_pb_section_1.et_pb_section.masthead-key-info-addon,
    .single-implantation .et_pb_section.masthead-key-info-addon{
        margin-bottom: -120px!important;
    }
}
@media screen and (max-width: 979px) {
    .single-implantation .dp_dfg_filtergrid{
        margin-top: -40px;
    }
    .single-implantation .dp_dfg_filtergrid.custom-post-grid .splide__arrows{
        left: 20px;
        bottom: 20px;
    }
    .single-implantation .dp_dfg_filtergrid.custom-post-grid .splide__pagination{
        left: 20px;
        bottom: -20px;
    }
}

/*Timeline slider*/
.timeline-custom-row{
    padding-left: 16px!important;
}
.splide--timeline .splide__arrows{
    position: absolute;
    bottom: -36px;
    right:auto;
    left:16px;
    width:auto;
}
.splide--timeline .splide__pagination{
    position: absolute;
    bottom: -76px;
    right: auto;
    left: 16px;
}
.splide--timeline .splide__arrow--next{
    right: -20px;
}
.splide--timeline .splide__arrow--prev{
    left: -5px
}
.timeline-card{
    height: 100%;
    justify-content: flex-start!important;
    gap:16px;
}
.timeline-card .et_pb_image.card-image,
.et-db #et-boc .et-l .timeline-card .et_pb_image.card-image{
    flex-grow: 0;
}
@media screen and (min-width: 980px) {
    .splide--timeline .splide__pagination{
        right: 0;
        left: auto;
    }
    .splide--timeline .splide__arrows{
        right:0;
        width:auto;
    }
}

@media screen and (min-width: 1440px){
    .preset--module--divi-row--default.et_pb_row.timeline-custom-row,
    .timeline-custom-row{
        padding-left:calc((100vw - 1300px) / 2 - 40px)!important;
    }
    .splide--timeline .splide__pagination,
    .splide--timeline .splide__arrows{
        right: calc((100vw - 1300px) / 2 - 40px);
        left: auto;
        margin:0;
    }
}

/*Testimony slider*/
.testimony-slider .splide__arrows{
    position: absolute;
    bottom: -36px;
    right:0;
    left:0;
    width:auto;
}
.testimony-slider .splide__pagination{
    position: absolute;
    bottom: -76px;
    right:0;
    left:0;
}
.testimony-slider .splide__arrow--next{
    right: -20px;
}
.testimony-slider .splide__arrow--prev{
    left: -5px
}

.quote-verbatim .et_pb_testimonial_inner{
    position: relative;
}

.quote-verbatim .et_pb_testimonial_inner:before,
.quote-verbatim .et_pb_testimonial_inner:after{
    font-size: 220px;
    color: var(--primary-color);
    position: absolute;
}
.quote-verbatim .et_pb_testimonial_inner:before{
    content: '“' ;
    top:-100px;
    left:-100px;
}
.quote-verbatim .et_pb_testimonial_inner:after{
    content:'”';
    bottom:-100px;
    right:-110px;
    transform: rotate(180deg);
}

@media screen and (max-width: 767px){
    .quote-verbatim .et_pb_testimonial_inner:before{
        content: '“' ;
        top:-135px;
        left:-15px;
    }
    .quote-verbatim .et_pb_testimonial_inner:after{
        bottom:-135px;
        right:-15px;
    }
}

/*Masthead*/
.et_pb_section.masthead-key-info-addon.preset--module--divi-section--xmvdz8xlgq{
    min-height: 0!important;
}
@media screen and (min-width: 1280px) {
    .et_pb_section.preset--module--divi-section--xmvdz8xlgq{
        min-height: 500px!important;
    }
    .et_pb_section.masthead.m-image-bg.preset--module--divi-section--xmvdz8xlgq{
        height: 80vh;
        max-height: 900px;
    }
}

/*Masthead ky infos*/

.masthead-key-info-addon .et_pb_text_inner{
    margin-right: 16px;
}
@media screen and (min-width: 980px) and (max-width: 1280px) {
    .masthead-key-info-addon .et_pb_column.et-last-child{
        width: 80%;
    }
}
/*Contact page*/

.contact-sites .dp-dfg-header.entry-header,
.contact-sites a.et_pb_button.dp-dfg-more-button{
    color: var(--color-white);
}

/*Contact form*/

pre{
    font-family: arial;
    white-space:normal;
}

.custom-form.contact-form{
    display: flex;
    flex-direction: column;
    gap: 0;
}

.custom-form-title{
    font-size: 24px;
    font-family: 'Gotham medium', Helvetica, Arial, Lucida, sans-serif;
    padding-bottom: 16px!important;
}
.form-second-part{
    margin-top: 32px;
}

.custom-field-wrapper{
    display: flex;
    flex-direction: column;
    padding-bottom: 1em;
}

.cf-error{
    color: red;
    background: white;
    padding: 16px;
}
.cf-field-error{
    color: red;
}
.cf-success{
    font-family: 'Gotham medium', Helvetica, Arial, Lucida, sans-serif;
    border: 1px solid var(--primary-color);
    padding : 8px;
    border-radius: 4px;
    margin-bottom: 24px;
}

.custom-form.contact-form input,
.custom-form.contact-form select,
.custom-form.contact-form textarea{
    border-radius: 4px;
    background: white;
    min-height: 40px;
    padding: 4px 10px;
    font-size: 16px;
    color: var(--secondary-color);
}
.custom-form.contact-form textarea{
    min-height: 120px;
}

.custom-form.contact-form input[type=checkbox]{
    min-height: 20px;
}
.form-hint{
    font-size: 15px;
    padding: 4px 0;
}

.select-like-dropdown-wrapper {
    position: relative;
    display: grid;
    gap: .5rem;
    padding-bottom: 1em;
}

.select-like-trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 40px;
    padding: 4px 10px;
    border: 1px solid var(--color-gray);
    border-radius: 4px;
    background: var(--color-white);
    cursor: pointer;
    text-align: left;
}

.select-like-trigger:focus {
    border: 1px solid var(--secondary-color);
}

.select-like-value {
    display: inline-block;
    margin-right: .75rem;
    font-size: 16px;
    color: var(--secondary-color);
}

.select-like-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 50;
    border: 1px solid var(--color-gray);
    border-radius: 4px;
    background: var(--color-white);
    box-shadow: 0 8px 24px rgba(0,0,0,.12);
    font-size: 16px;
    color: var(--secondary-color);
}

.dropdown-inner {
    max-height: 220px;
    overflow: auto;
    padding: 4px 10px;
    .dropdown-inner
}

.chk {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 4px 10px;
    border-radius: 4px;
}

.chk:has(input:focus) {
    border: 1px solid var(--secondary-color);
}

.chk:hover {
    background: rgba(0,0,0,.04);
}

/* Utilitaire SR-only */
.sr-only {
    position: absolute !important;
    width: 1px; height: 1px;
    padding: 0; margin: -1px;
    overflow: hidden; clip: rect(0, 0, 0, 0);
    white-space: nowrap; border: 0;
}

.custom-submit-wrapper{
    margin-top: 24px;
    font-family: 'Gotham medium', Helvetica, Arial, Lucida, sans-serif;
}
.custom-submit-wrapper .custom-btn{
    width: 100%;
}


/*Job filters*/
/* 1) On cache les boutons de taxonomie, mais PAS les boutons Apply / Clear */
html.js-filters .custom-job-list .dp-dfg-filters-buttons-layout .dp-dfg-taxonomy-label,
html.js-filters .custom-job-list .dp-dfg-filters-buttons-layout .dp-dfg-level {
    position: absolute;
    left: -9999px;
}

.custom-job-list .dp-dfg-container{
    display: flex;
    flex-wrap: wrap;
    gap:16px;
}

.custom-job-list .dp-dfg-items{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* 2) Dropdown "select" custom */
.custom-job-list .dfg-filter-group{
    width: 100%;
}
.custom-job-list .dfg-dropdown {
    position: relative;
    margin-bottom: 1rem;
    width: 100%;
}

.custom-job-list .dfg-dropdown-toggle {
    width: 100%;
    text-align: left;
    padding: 10px 16px;
    border-radius: 6px;
    border: 1px solid var(--color-gray);
    background: var(--color-white);
    font-size: 0.9rem;
    cursor: pointer;
}

/* petite flèche */
.custom-job-list .dfg-dropdown-toggle::after {
    content: "";
    position: absolute;
    right: 0.6rem;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    width: 20px;
    height: 20px;
    background: url("/app/uploads/2025/12/Chevron-down.svg")no-repeat center center;
}

/* Menu du dropdown */
.custom-job-list .dfg-dropdown-menu {
    position: absolute;
    z-index: 999;
    left: 0;
    right: 0;
    margin-top: 0.25rem;
    padding: 0.5rem 0.5rem;
    border-radius: 4px;
    border: 1px solid var(--color-gray);
    background: var(--color-white);
    max-height: 260px;
    overflow: auto;
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}

/* Cacher via [hidden] plutôt que display:none pour mieux gérer l’accessibilité */
.custom-job-list .dfg-dropdown-menu[hidden] {
    display: none;
}

.custom-job-list .dfg-dropdown-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.custom-job-list .dfg-dropdown-menu li {
    margin-bottom: 0.25rem;
}

.custom-job-list .dfg-dropdown-menu label {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.9rem;
}
/* Label visible au-dessus de chaque faux dropdown */
.custom-job-list .dfg-visible-label {
    display: block;
    margin-bottom: 0.25rem;
    font-family : 'Gotham Book', Helvetica, Arial, Lucida, sans-serif;
    font-size: 0.9rem;
    height: 24px;
}

/* 3) Checkbox disabled (aucun résultat) */
.custom-job-list .dfg-filter-checkbox:disabled + span {
    opacity: 0.4;
}

/* 4) Pastilles des filtres sélectionnés */
.custom-job-list .dfg-active-filters {
    margin: 0 0 24px 0;
    font-size: 16px;
    width: 100%;
}

.custom-job-list .dfg-active-filters-label {
    font-family: 'Gotham medium',Helvetica,Arial,Lucida,sans-serif;
    margin-right: 0.5rem;
}

.custom-job-list .dfg-active-filters-list {
    list-style: none;
    padding: 0;
    margin: 0.25rem 0 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.custom-job-list .dfg-chip-btn {
    border-radius: 999px;
    border: 1px solid var(--secondary-color);
    padding: 8px 16px;
    background: transparent;
    cursor: pointer;
    font-size: 0.8rem;
    line-height: 1.2;
}
.custom-job-list .dp-dfg-clear-filters-button {
    cursor: pointer;
}

.custom-job-list .et_pb_button.dp-dfg-filter-trigger-button {
    padding: 12px 24px;
    border-radius: 5px!important;
    border: none;
    transition: all 0.5s ease-in-out;
    background-color: var(--secondary-color)!important;
    color: var(--color-white)!important;
    text-decoration: none;
}
.custom-job-list .et_pb_button.dp-dfg-filter-trigger-button:hover{
    border-radius: 5px;
    transition: all 0.5s ease-in-out;
    background-color: var(--secondary-color-hover)!important;
}
.custom-job-list .dp-dfg-clear-filters-button{
    padding: 12px 24px;
    border-radius: 5px!important;
    background-color: transparent!important;
    border: 1px solid var(--secondary-color)!important;
    color: var(--secondary-color)!important;
    text-decoration: none;
}
.custom-job-list .dp-dfg-clear-filters-button:hover{
    outline: 1px solid var(--secondary-color-hover)!important;
    outline-offset: 0;
    transition: outline-width 0.2s
    ease, outline-color 0.2s
    ease;
}

.custom-job-list  .dp-dfg-skin-default .dp-dfg-filters-buttons-layout .dp-dfg-filter-actions{
    margin-top: 0;
}

.custom-job-list .dp-dfg-item,
.custom-job-list.dp_dfg_filtergrid .dp-dfg-container .dp-dfg-items .dp-dfg-item{
    display: flex;
    flex-direction: column;
    gap:8px;
    position: relative;
    border:none!important;
}
.custom-job-list .dp-dfg-item .dp-dfg-header.entry-header{
    min-height: 0;
    padding: 0;
    margin: 0;
}
.custom-job-list .dp-dfg-item .dp-dfg-meta.entry-meta .terms{
    display: flex;
    gap: 8px;
}
.custom-job-list .dp-dfg-item .dp-dfg-meta.entry-meta .terms span{
    border: 1px solid var(--color-gray);
    font-size: 14px;
    line-height: 24px;
    border-radius: 24px;
    padding: 8px 16px;
    display: inline-block;
}

.custom-job-list .dp-dfg-item .dp-dfg-meta.entry-meta .terms span.term-separator{
    display: none;
}

.custom-job-list .dp-dfg-item .et_pb_button_wrapper.read-more-wrapper{
    padding:0;
    display: flex;
    align-items: center;
    gap:16px;
}
.custom-job-list .dp-dfg-item .et_pb_button.dp-dfg-more-button{
    text-decoration: underline;
    display: inline-block;
    margin-top: 0!important;
}
.custom-job-list .dp-dfg-item .et_pb_button_wrapper.read-more-wrapper:after{
    content: "";
    background: url("/app/uploads/2025/12/Chevron-down.svg") no-repeat center center;
    width: 32px;
    height: 32px;
    border: 1px solid var(--primary-color);
    border-radius: 32px;
    display: inline-flex;
    align-self: center;
    transform: rotate(-90deg);
}

@media screen and (min-width: 980px) {
    .custom-job-list .dp-dfg-item .et_pb_button_wrapper.read-more-wrapper{
        position: absolute;
        right:24px;
        bottom:24px;
    }
    .custom-job-list .dfg-filter-group,
    .custom-job-list .dfg-dropdown{
        width: 100%;
    }
}
@media screen and (min-width: 1280px){
    .custom-job-list  .dp-dfg-skin-default .dp-dfg-filters-buttons-layout .dp-dfg-filter-actions{
        margin-top: 28px;
    }
    .custom-job-list .dfg-filter-group{
        max-width: 31%;
        min-width: 180px;
    }
}
@media screen and (min-width: 1440px){
    .custom-job-list .dfg-filter-group{
        max-width: 23%;
    }
}

/*Loader for job list refresh*/
/* Etat de chargement global du bloc filtres + résultats */
.custom-job-list .dp-dfg-container {
    position: relative;
}

.custom-job-list .dp-dfg-container.is-loading {
    pointer-events: none;
}

.custom-job-list .dp-dfg-container.is-loading::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(
            circle,
            rgba(255,255,255,0.8) 0%,
            rgba(255,255,255,0.1) 80%,
            rgba(255,255,255,0) 100%
    );
    z-index: 20;
    border-radius: 8px;
}

.custom-job-list .dp-dfg-container.is-loading::after {
    content: "";
    position: absolute;
    top: 40px;
    left: 50%;
    width: 36px;
    height: 36px;
    margin-left: -18px;
    border-radius: 50%;
    border: 3px solid var(--color-gray);
    border-top-color: var(--secondary-color);
    animation: dfg-spin 0.8s linear infinite;
    z-index: 21;
}

@keyframes dfg-spin {
    to {
        transform: rotate(360deg);
    }
}

/* Message accessibilité invisible visuellement */
.custom-job-list .dfg-loading-status {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}


/* Full offer width banner - 3 offers signature cards */

.full-width-offer-banner .et_pb_row:first-child .et_pb_module_header,
.et-db #et-boc .et-l .full-width-offer-banner .et_pb_row:first-child .et_pb_module_header{
    margin: 0 auto;
    font-family: 'Gotham Book', Helvetica, Arial, Lucida, sans-serif;
}
.full-width-offer-banner .et_pb_row,
.et-db #et-boc .et-l .full-width-offer-banner .et_pb_row{
    justify-content: space-between;
    gap:16px;
    --horizontal-gap: 16px;
}
.offer-signature-card{
    justify-content: space-between;
}
.offer-signature-card div:nth-child(2){
    flex-grow: 2;
}
@media screen and (max-width: 767px){
    .full-width-offer-banner .et_pb_row:first-child .et_pb_module_header,
    .et-db #et-boc .et-l .full-width-offer-banner .et_pb_row:first-child .et_pb_module_header{
        font-size: 38px;
    }
}
@media screen and (min-width: 768px){
    .full-width-offer-banner .et_pb_row .et_flex_column.et_flex_column_8_24,
    .et-db #et-boc .et-l .full-width-offer-banner .et_pb_row .et_flex_column.et_flex_column_8_24{
        width: calc(33% - 8px);
    }
}

/*Ingredients list*/
.ingredients-list-section .et_pb_group .et_pb_text_inner{
    font-family: 'Gotham medium', Helvetica, Arial, Lucida, sans-serif;
}

/*Picto cards*/

@media screen and (max-width: 767px) {
    .et_pb_group.picto-card .et_pb_image,
    .et-db #et-boc .et-l .et_pb_group.picto-card .et_pb_image,
    .et-db #et-boc .et-l .picto-card .et_pb_image_2{
        width: 110px!important;
    }
    .et_pb_group.picto-card .et_pb_image img,
    .et-db #et-boc .et-l .et_pb_group.picto-card .et_pb_image img,
    .et-db #et-boc .et-l .picto-card .et_pb_image_2 img{
        height: 110px!important;
    }
}

/*Simple slider*/
.custom-simple-slider .et_pb_image_wrap{
    aspect-ratio: 3 / 2;
}
.custom-simple-slider .et_pb_image_wrap img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.custom-simple-slider .splide__track{
    border-radius: 8px;
}
.custom-simple-slider .splide__pagination{
    bottom: -70px;
    left: 50%;
    transform: translateX(-50%);
    right: auto;
}
.custom-simple-slider .splide__arrows{
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    right: auto;
}
.custom-simple-slider .splide__arrow--prev{
    left: -10px;
}
.custom-simple-slider .splide__arrow--next{
    right: -24px;
}
@media screen and (max-width: 767px) {
    .custom-simple-slider{
        padding-bottom: 40px;
    }
    .custom-simple-slider .splide__pagination{
        bottom: -40px;
        left: 0;
        transform: translateX(0);
    }
    .custom-simple-slider .splide__arrows{
        bottom: 0;
        left: 0;
        transform: translateX(0);
    }
}

/*Articles cards*/

@media screen and (min-width: 980px) and (max-width: 1279px) {
    .article-card .et_pb_text:has(h3){
        min-height: 5em;
    }
}
@media screen and (min-width: 1280px) {
    .article-card .et_pb_text:has(h3){
        min-height: 2em;
    }
}

/*404 page*/

.not-found-page .et_pb_widget_area_left{
    border:none;
}

@media screen and (max-width: 767px) {
    .not-found-page h1{
        font-size: 32px;
    }
}

/*RGAA skip link*/
.skip-link {
    position: absolute;
    top: -40px;
    left: 10px;
    background: #000;
    color: transparent;
    padding: 8px 12px;
    z-index: 9999;
    text-decoration: none;
    border-radius: 4px;
}

.skip-link:focus {
    top: 10px;
}