.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
      -webkit-user-select: none; /* Safari */
       -khtml-user-select: none; /* Konqueror HTML */
         -moz-user-select: none; /* Old versions of Firefox */
          -ms-user-select: none; /* Internet Explorer/Edge */
              user-select: none; /* Non-prefixed version, currently
                                    supported by Chrome, Edge, Opera and Firefox */
  }
:root{
    --transition-step: all 800ms cubic-bezier(0.525, -0.155, 0.420, 1.155);
}

.page-template-template-cells-bar .admin-message {
    display: none;
}
.page-template-template-cells-bar .toggle-label-admin {
    display: none;
}
/* ====== LAYOUT PRINCIPAL ====== */
#step2 {
    flex-direction: column;
    justify-content: space-between;
}
#step2 .ligne-1 {
    display: flex;
    width: 100%;
    margin-bottom: 30px;
}
#step2 .ligne-1 .col-1 {
    width: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* min-height: 830px; */
    min-height: clamp(545px, 60vh, 850px);
    flex-direction: column;
    }
#step2 .ligne-1 .col-1 img {
    max-width: clamp(40%,1vw,100%);
}
#step2 .ligne-1 .col-2 {
    width: 40%;
    position: absolute;
    right: 0;
}
#btn-start {
    z-index: 99999999;
    display: inline-flex;
    padding: 10px 15px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 50px;
    background: var(--Brand-Purple, #312135);
    border: solid 1px var(--Brand-Purple, #312135);
    cursor: pointer;
    color: var(--Brand-Beige, #ECE9E2);
    font-family: "Safiro Regular";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 21.6px */
    transition: all 0.3s ease;
    margin-top: 50px;
}
#btn-start:hover {
    color: var(--Brand-Purple, #312135);
    background: var(--Brand-Beige, #ECE9E2);

}

.bloc-attente {
    position: absolute;
    width: 100%;
    top: 330px;
    z-index: -1;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .bloc-attente img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .bloc-attente p {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: var(--Brand-Purple, #312135);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%; /* 27.9px */
    max-width: 345px;
  }
.bloc-cellules-sur-mesure {
    margin-top: 30px;
    border-radius: 15px;
    background: var(--Basics-White, #FFF);
    display: flex;
    padding: 30px;
    align-items: flex-end;
    gap: 20px;
    align-self: stretch;
    text-align: left;
    margin-top: auto;
    width: 100%;
    }
.bloc-cellules-sur-mesure h2 {
    color: var(--Brand-Purple, #312135);
    font-family: "Safiro Medium";
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 36px */
    margin-bottom: 20px;
}
.bloc-cellules-sur-mesure p {
    color: #000;
    /* Small Body copy */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%; /* 24.8px */
}
.bloc-cellules-sur-mesure .col-1 {
width: 50%;
}
.bloc-cellules-sur-mesure .col-2 {
    margin-left: auto;
    margin-top: auto;
}
.bloc-cellules-sur-mesure .link {
    border-radius: 50px;
    background: var(--Brand-Purple, #312135);
    cursor: pointer;
    color: var(--Basics-White, #FFF);
    display: flex;
    padding: 7px 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-decoration: none;
    margin: auto;
    border: solid 1px var(--Brand-Purple, #312135);
    z-index: 9999999999;
    position: relative;
    transition: all 0.3s ease;
}

.bloc-cellules-sur-mesure .link:hover {
    color: var(--Brand-Purple, #312135);
    background: var(--Basics-White, #FFF);
    border: solid 1px var(--Brand-Purple, #312135);
}
.bloc-cellules-sur-mesure .link:hover svg path {
    fill: var(--Brand-Purple, #312135);
}


.tiles-grid{
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    transition: var(--transition-step);
}
.cells-bar-content[data-step="1"] .tiles-grid,
.cells-bar-content[data-step="3"] .tiles-grid,
.cells-bar-content[data-step="4"] .tiles-grid{
    padding-left: 50%;
    /* position: absolute;
    right: 0;
    top: 0;
    height: 120%; */
}
.tile {
    width: calc(50% - 5px);
    display: flex;
    flex-direction: column;
    height: 340px;
    max-height: 340px;
    justify-content: center;
    border-radius: 15px;
    padding: clamp(10px, 2vw, 30px);
    transition: var(--transition-step);
}
.cells-bar-content[data-step="2"] .tile {
    height: 270px;
    max-height: clamp(175px, 20vh, 270px);
}
.tile .chiffre {
    color: inherit;
    text-align: center;
    font-family: "Safiro Medium";
    font-size: clamp(40px, 3vw, 70px);
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 84px */
}
.tile .titre {
    color: inherit;
    text-align: center;
    font-family: "Safiro Medium";
    font-size: clamp(15px, 1.5vw, 24px);
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    text-align: center;
    display: flex;
    justify-content: center;
}
.tile-1 {
    background-color: #F4644D;
    color: #C0311A;
}
.tile-2 {
    background-color: #844C5E;
    color: #592234;
}
.tile-3 {
    background-color: #ECE9E2;
    color: #9E93A1;
}
.tile-4 {
    background-color: #9E93A1;
    color: #715E76;
}
.tile-5 {
    background-color: #DAD6CF;
    color: #9E93A1;
}
.tile-6 {
    background-color: #312135;
    color: #9E93A1;
}







.cells-bar {
    display: flex;
    min-height: 100vh;
    max-height: 100vh;
    padding: 15px;
}


#step3 {
    z-index: 999999999;
    flex-direction: column;
}

#step3 .bloc-tips {
    height: 300px;
    margin-bottom: auto;
}

#step4 {
    z-index: 999999999;
    flex-wrap: wrap;
    height: auto;
    min-height: 100%;
    flex-direction: column;
}

.header-cells-bar {
    min-height: 33px;
    display: flex;
    margin-bottom: 60px;
    width: 100%;
}
.header-cells-bar .title {
    color: var(--Brand-Beige-Dark, #DAD6CF);
    font-family: "Safiro Medium";
    font-size: 33px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 42.9px */
    display: flex;
    gap: 5px;
}
.header-cells-bar .trait {
    background: #DAD6CF;
    height: 1px;
    flex-grow: 2;
    margin-top: 32px;
    margin-left: 10px;
    margin-right: 10px;
    min-width: 45px;
}
.header-cells-bar .trait-left {
    display: none;
}
.cells-bar-container {
    text-align: center;
    max-height: 100vh;
    /* padding: 20px; */
}

.cells-bar-content {
    /* display: flex;
    flex-direction: column; */
    width: 100%;
    border-radius: 20px;
    border: 1px solid var(--Brand-Beige-Dark, #DAD6CF);
    background: var(--Background, #F4F4F3);
    overflow-y: scroll;
    overflow-x: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
    /* padding: clamp(10px,2vw,30px); */
    padding:clamp(10px,1vw,30px);
    position: relative;
}

/* ====== SIDEBAR FILTRES ====== */
#open-filters {
    display: none;
}
.cells-bar-sidebar {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: space-between;
    width: 307px;
    min-width: 307px;
    margin-right: 20px;
    transition: ease-in-out 0.3s;
    overflow: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
#home-link {
    padding: 30px 0;
    display: flex;
    align-items: center;
}
#home-link svg path {
    fill: #312135;
}
#home-link .picto-chevron {
    width: 44px;
    height: 44px;
    transform: rotate(180deg);
    transform-origin: center;
    display: flex;
    padding: 10px;
}
#home-link .logo {
    width: 139px;
}
.filters-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    transition: ease-in-out 0.3s;
    flex-grow: 2;
}

.taxo-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px 0;
    width: 100%;
    border: 1px solid transparent;
    /* padding: 0 10px; */
    padding: 0;

    transition: background 0.3s ease, border 0.6s ease;
}

.taxo-group.open {
    border-radius: 5px;
    border: 1px solid var(--Brand-Beige-Dark, #DAD6CF);
    background: rgba(244, 244, 243, 0.3);
}
.taxo-group.open .taxonomy-title:hover {
    background: transparent;
    }
/* ====== TITRES & ICONES ====== */
.taxonomy-title {
    height: 46px;
    max-height: 46px;
    cursor: pointer;
    color: var(--Brand-Purple, #312135);
    text-align: center;
    font-family: Inter, sans-serif;
    font-size: 24px;
    font-weight: 500;
    padding: 10px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    width: 100%;
    transition: ease-in-out 0.3s;
}
.name-title {
    white-space: nowrap;
    }
.taxonomy-title .picto-title {
    margin-right: 10px;
    display: flex;
}
.taxonomy-title .plus-icon {
    margin-left: auto;
    transition: ease 0.3s;
}
.taxonomy-title:hover {
    background: var(--Background, #F4F4F3);
    border-radius: 5px;
    }
    .taxo-group.open .taxonomy-title .plus-icon {
        transform: rotate(45deg);
    }
/* ====== ACCORDÉONS FILTRES ====== */
.taxonomy-terms, .taxo-children {
    overflow: hidden;
    transition: max-height 0.6s ease, opacity 0.6s ease, padding 0.6s ease;
    max-height: 0;
    opacity: 0;
    /* padding: 0 15px; */
    width: 100%;
}
.taxo-children {
    padding: 0 15px;
}
.taxonomy-terms.open, .taxo-children.open {
    max-height: 2500px; /* Ajustez selon le contenu */
    opacity: 1;
    padding: 0 15px;
}

/* ====== TERMES PARENTS ====== */
.term-wrapper {
    width: 100%;
}

.term-header {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid var(--Brand-Beige-Dark, #DAD6CF);
    cursor: pointer;
    transition: ease-in-out 0.3s;
}

.term-header:hover {
    padding: 15px 5px;
}
.term-wrapper.open .term-header {
    padding: 15px 15px;
}
.term-label {
    color: var(--Brand-Purple, #312135);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%; /* 24.8px */
    text-align: left;
}
.term-wrapper:last-child .term-header {
    border-bottom: none;
}
.term-wrapper:last-child.open .term-header {
    border-bottom: 1px solid var(--Brand-Beige-Dark, #DAD6CF);
}
.term-header .term-label{
    font-weight: 500;
}
.term-header .right-arrow {
    margin-left: auto;
    transition: ease-in-out 0.3s;
    transform: rotate(90deg);
    display: flex;
}
.term-wrapper.open .term-header .right-arrow {
    transform: rotate(-90deg);
}
.term-header .right-arrow svg path {
    fill:#312135;
}
/* ====== TERMES ENFANTS ====== */
.taxo-children.open {
    padding: 15px;
    color: var(--Brand-Purple, #312135);
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 155%;
}
.child-term {
    display: flex;
    padding: 5px 0;
}

/* ====== OPTIONS DE FILTRE ====== */
.filter-option {
    width: 22px;
    height: 22px;
    border: 1px solid #9E93A1;
    border-radius: 4px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-right: 10px;
    transition: background 0.3s ease, border-color 0.3s ease;
}
.filter-option .check {
    display: none;
    width: 100%;
    height: 100%;
    background-color: #9E93A1;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    box-sizing: content-box;
    -webkit-box-shadow: inset 0px 0px 0px 1.5px #fff;
    -moz-box-shadow: inset 0px 0px 0px 1.5px #fff;
    box-shadow: inset 0px 0px 0px 1.5px #fff;
}

.filter-option.active {

}
.filter-option.active .check {
    display: flex;
}
#reset-filters {
    height: 46px;
    max-height: 46px;
    cursor: pointer;
    color: var(--Brand-Purple, #312135);
    text-align: center;
    font-family: Inter, sans-serif;
    font-size: 24px;
    font-weight: 500;
    padding: 10px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    width: 100%;
    transition: ease-in-out 0.3s;
    border: none;
    box-shadow: none;
    background-color: #fff;
}
#reset-filters:hover {
    background: var(--Background, #F4F4F3);
}
.cells-bar-sidebar.closed #reset-filters {
    border-radius: 5px;
    background: var(--Background, #F4F4F3);
}
#reset-filters .picto-title {
    margin-right: 10px;
    display: flex;
}
.cells-bar-sidebar.closed #reset-filters .picto-title {
    margin-right: 0;
}

/* ====== AFFICHAGE DES FILTRES ACTIFS ====== */
.active-filters {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: flex-end;
    margin: 0;
}

.filter-tag {
    display: flex;
    padding: 5px 9px;
    justify-content: center;
    align-items: center;
    gap: 7px;
    border-radius: 50px;
    border: 1px solid var(--Brand-Corail, #F4644D);
    background: rgba(244, 100, 77, 0.10);
    color: var(--Brand-Corail, #F4644D);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1em;
    margin: 0;
    height: 30px;
    cursor: pointer;
}
.filter-tag-name {
    padding: 0 0 2px 0;
    }


.remove-tag {

    transition: color 0.3s ease;
    display: flex;
}

.remove-tag:hover {
    color: #ff0000;
}

/* ====== LISTE DES CELLS ====== */
#cells-list {
    display: flex;
    /* gap: 20px; */
    flex-wrap: wrap;
    width: 100%;
    background-color: var(--Background, #F4F4F3);
}
.gutter-sizer {
    width: clamp(10px,1vw,30px);
}
.cell-item {
    width: calc(((100% + clamp(10px,1vw,30px)) * 1 / 5) - clamp(10px,1vw,30px));
    height: 285px;
    position: absolute;
    margin-bottom: clamp(10px,1vw,30px);
    border-radius: 10px;
    border: 1px solid var(--Brand-Beige, #ECE9E2);
    background: var(--Basics-White, #FFF);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: border 0.3s ease;
}
.item-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
    margin: 20px;
}
.item-top svg {
    width: 39px;
}
.cell-item.exocell .item-top svg {
    max-height: 15px;
    width: auto;
}
.item-top svg path {
    fill: #DED3C1;
}
.cell-item .number {
    color: #DED3C1;
    font-family: "Safiro Medium";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.cell-item .item-mid h2 {
    color: var(--Brand-Purple, #312135);
    font-family: Sfizia;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: auto;
    text-align: left;
}
.cell-item .item-mid {
    border-top: solid 1px #312135;
    border-bottom: solid 1px #312135;
    height: 76px;
    display: flex;
    margin: 0 20px;
}

.cell-item .item-bot {
    height: auto;
    flex-grow: 2;
    position: relative;
    margin-top: auto;
    overflow: hidden;
  }
  .cell-item .item-bot .coming-soon {
    position: absolute;
    bottom: 29px;
    z-index: 3;
    left: 0;
    padding: 7px 15px;
    color: var(--Brand-Corail, #F4644D);
    font-family: "Safiro Regular";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    border-radius: 0px 50px 50px 0px;
    border-top: 1px solid var(--Brand-Corail, #F4644D);
    border-right: 1px solid var(--Brand-Corail, #F4644D);
    border-bottom: 1px solid var(--Brand-Corail, #F4644D);
    background: var(--Basics-White, #FFF);
    transition: all 0.3s ease;
  }
  .cell-item .item-bot .initial {
    width: 100%;
    position: absolute;
    transition: all 0.8s ease;
    left: 0;
    top: 0;
    height: 100%;
  }
  .cell-item .item-bot .initial img {
    width: 100%;
    object-fit: contain;
    height: 100%;
    object-position: bottom center;
    padding-top: 20px;
  }
  .cell-item .item-bot .hover {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: absolute;
    opacity: 0;
    bottom: 0;
    bottom: -50%;
    transition: all 0.3s ease;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.20) 100%);
    z-index: 3;
    padding: 20px 30px;
  }

.cell-item.active {
    /* display: block;
    opacity: 1; */
}
.cell-item.selected {
    border: 1px solid var(--Brand-Purple, #312135);
}
.cell-item:hover .item-bot .coming-soon{
    opacity: 0;
}
.cell-item:hover .item-bot .hover, .cell-item[data-state="selected"] .item-bot .hover {
    bottom: 0;
    opacity: 1;
}



/* ====== sidebar closed ====== */

.cells-bar-sidebar.closed .name-title {
    display: none;
}
.cells-bar-sidebar.closed .taxonomy-title .plus-icon {
    display: none;
}
.cells-bar-sidebar.closed {
    width: 50px;
    min-width: 0;
}
.cells-bar-sidebar.closed .taxonomy-title {
    border-radius: 5px;
    background: var(--Background, #F4F4F3);
}
.cells-bar-sidebar.closed .taxonomy-title .picto-title {
    margin-right: 0;
}

html {
    --wp-admin--admin-bar--height: 0px;
    scroll-padding-top: var(--wp-admin--admin-bar--height);
}

.page-template-template-cells-bar #wpadminbar {
    display: none;
}

.step {
    display: none;
    width: 100%;
    height: 100%;
    position: relative;
}
.step.active {
    display: flex;
    position: relative;
}

body #step1 .popup {
    background: transparent
    }
body #step1 .popup .popup-close {
    display: none;
}
.pictos-bg {
    transition: var(--transition-step);
    transform-origin: center center;
    opacity: 1;
    transform: scale(1);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    overflow: hidden;
}
.picto-bg {
    position: absolute;
    transition: var(--transition-step);
    max-width: clamp(20%,2vh,100%);
}
.sphere-1 {
    top: 0;
    right: 128px;
}
.sphere-2 {
    top: 0;
    left: 0;
}
.sphere-3 {
    bottom: 0;
    right: -160px;
    opacity: 0.7;
}
.sphere-4 {
    bottom: 50px;
    left: 50px;
}
.sphere-5 {
    bottom: -30px;
    right: calc(40% - 20px);
    z-index: 2;
}
.cells-bar-content[data-step="2"] .sphere-1{
    top: 0;
    right: 40%;
    transform: scale(0.8);
    transform-origin: top;
}
.cells-bar-content[data-step="2"] .sphere-2{
    transform: scale(0.8);
    transform-origin: left top;
}
.cells-bar-content[data-step="2"] .sphere-3{
    transform: scale(0.6);
    transform-origin: center right;
    bottom: -100px;
    right: 20%;
}
.cells-bar-content[data-step="2"] .sphere-4{
    transform: scale(0.6);
    transform-origin: center left;
    bottom: 100px;
    left: -50px;
}
.cells-bar-content[data-step="2"] .sphere-5{
    transform: scale(0.8);
    transform-origin: top right;
    bottom: 25%;
}
.cells-bar-content[data-step="3"] .pictos-bg, .cells-bar-content[data-step="4"] .pictos-bg {
    opacity: 0;
    transform: scale(1.3);
}

.cells-bar-content[data-step="1"] #step4,
.cells-bar-content[data-step="2"] #step4,
.cells-bar-content[data-step="3"] #step4{
    display: none;
}


.tip {
    display: flex;
    max-width: 0;
    width: 425px;
    padding: 0;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 20px;
    border-radius: 15px;
    background: var(--Basics-White, #FFF);
    margin-bottom: auto;
    opacity: 0;
    transition: all ease-in-out 0s;
    position: absolute;
    top: 0;
    left: 0;
}
.tip.active {
    display: flex;
    max-width: 425px;
    padding: 30px;
    opacity: 1;
    transition: opacity ease-in-out 0.3s;
    z-index: 99999;
}
.header-tip {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.header-tip h2 {
    color: var(--Brand-Purple, #312135);
    font-family: "Safiro Medium";
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 36px */
}
.header-tip .tips-count {
    color: var(--Brand-Beige-Dark, #DAD6CF);
    font-family: "Safiro Medium";
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 36px */
}
.svg-tip {
    display: flex;
    margin: auto;
    }
.tip .texte {
    color: #000;
    /* Small Body copy */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%; /* 24.8px */
}
.tip button {
    display: flex;
    padding: 7px 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 50px;
    background: var(--Brand-Purple, #312135);
    margin-left: auto;
    color: var(--Basics-White, #FFF);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 155%; /* 21.7px */
    transition: all ease-in-out 0.3s;
    border: solid 1px #312135;
}
.tip button svg path {
    fill: var(--Basics-White, #FFF);
    transition: all ease-in-out 0.3s;
}
.tip .right-arrow {
    height: 22px;
    width: 22px;
}
.tip button:hover {
    background: var(--Brand-Corail, #fff);
    color: #312135;
}
.tip button:hover svg path {
    fill: var(--Basics-White, #312135);
}
.cells-bar-content[data-step="3"] #step4.active {
    display: flex;
}

/* SECTION */
.no-item-annonce {
    display: flex;
    flex-direction: column;
    width: 100%;
    opacity: 0;
    transition: all ease-in-out 0.3s;
    position: absolute;
    top:40%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 500px;
    background-color: #F4F4F3;
}
.no-item-annonce.active {
    opacity: 1;
}
.no-item-annonce .number {
    color: var(--Brand-Beige-Dark, #DAD6CF);
    /* Headline 1 */
    font-family: "Safiro Regular";
    font-size: 150px;
    font-style: normal;
    font-weight: 400;
    line-height: 90%; /* 135px */
}
.no-item-annonce .texte-1 {
    color: var(--Brand-Purple, #312135);
    /* Body Copy */
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%; /* 27.9px */
}
.no-item-annonce .texte-2 {
    color: var(--Brand-Purple, #312135);
    /* Small Body copy */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%;
}




.selectors {
    width: 100%;
    height: 36px;
    display: flex;
    position: relative;
    display: flex;
    margin-bottom: 20px;
  }
.selector {
    display: flex;
    width: 100%;
    padding: 7px 12px;
    justify-content: space-between;
    align-items: center;
    border-radius: 50px;
    background: var(--Basics-White, #FFF);
    position: absolute;
    width: 100%;
    opacity: 0;
    transition: all ease-in-out 0.3s;
    color: var(--Brand-Purple, #312135);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 155%; /* 21.7px */
  }
  .selected {
    color: #fff;
    background-color: #312135;
  }
  .retirer {
    background-color: #F4644D;
  }
  .cell-item[data-state=""] .compare {
    opacity: 1;
  }
  .cell-item[data-state="selected"] .selected {
    opacity: 1;
  }
  .cell-item[data-state="selected"]:hover .selected {
    opacity: 0;
  }
  .cell-item[data-state="selected"]:hover .retirer {
    opacity: 1;
  }
  .texte-selector {
  }

  .picto-selector span {
    height: 23px;
    width: 23px;
    display: flex;
  }

.cell-item[data-state="selected"] {
    border: 1px solid var(--Brand-Purple, #312135);
}
/* ====== slider ====== */
/* Conteneur du slider */
.slider-container {
    overflow: hidden;
    position: relative;
    width: 100%;
    min-height: 780px;
}
.slider-container.empty {
    display: none;
}
.slider-container .title-selection {
    margin-top: 100px;
    margin-bottom: 50px;
    color: #000;
    text-align: center;
    /* Small Subtitle */
    font-family: "Safiro Medium";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 26px */
}
/* Slider */
.slider-selected {
    width: 100%;
    overflow-x: hidden; /* Masque le débordement */
    scroll-behavior: smooth; /* Défilement fluide */
    position: relative;
    white-space: nowrap;
    cursor: grab;
    width: calc(100% + 10px);
    /* width: 100%; */
    transform: translateX(-10px);
    /* margin-right: -5px; */

}

/* Liste des slides */
.slider-list {
    display: flex;
    flex-direction: row;
    transition: transform 0.4s ease-in-out; /* Transition fluide */

}

/* Slide individuel */
.slide-item {
    /* flex: 0 0 33.33%;  */
    /* padding: 10px; */
    background: #fff;
    text-align: center;
    min-width: calc(100% / 3 - 10px);
    max-width: calc(100% / 3 - 10px);
    opacity: 0;
    transform: scale(0.9);
    transition: opacity 0.5s ease, transform 0.5s ease;
    margin-left: 10px;
    border-radius: 15px;
    overflow: hidden;
    word-wrap: break-word; /* Pour forcer les retours à la ligne */
    overflow-wrap: break-word;
    white-space: normal; 
}
.slide-content {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.slide-item .ligne-1 {
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 40px;
    background-repeat: no-repeat;
    background-position: center;
}
.slide-item .ligne-1 img {
    width: 160px;
    max-width: 60%;
    mix-blend-mode: multiply;
}
.slide-item .ligne-1 .title {
    border-top: solid 1px #312135;
    border-bottom: solid 1px #312135;
    height: 76px;
    display: flex;
    margin: 0 20px;
    justify-content: center;
    align-items: center;
}
.slide-item .ligne-1 h3 {
    color: var(--Brand-Purple, #312135);
    text-align: center;
    font-family: Sfizia;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    /* padding: 20px 0;
    border-top: 1px solid var(--Brand-Purple, #312135);
    border-bottom: 1px solid var(--Brand-Purple, #312135); */
    display: flex;
    justify-content: center;
    word-wrap: break-word; /* Pour forcer les retours à la ligne */
    overflow-wrap: break-word;
    white-space: normal; 
    /* margin: 0 auto; */

}
.slide-item .ligne-1 .coming-soon {
    color: var(--Brand-Corail, #F4644D);
    font-family: "Safiro Regular";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 19.2px */
    display: flex;
    padding: 7px 15px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    position: absolute;
    top: 30px;
    left: 0;
    border-radius: 0px 50px 50px 0px;
    border-top: 1px solid var(--Brand-Corail, #F4644D);
    border-right: 1px solid var(--Brand-Corail, #F4644D);
    border-bottom: 1px solid var(--Brand-Corail, #F4644D);
    background: var(--Basics-White, #FFF);
}

.slide-item .ligne-2, .slide-item .ligne-3, .slide-item .ligne-4, .slide-item .ligne-5, .slide-item .ligne-awards, .slide-item .ligne-certifications {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid var(--Brand-Beige-Dark, #DAD6CF);
    padding: 20px;
}
.slide-item .col-1, .slide-item .col-2 {
    width: 50%;
}
.slide-item .col-1 {
    padding-right: 10px;
}
.slide-item .col-2 {
    padding-left: 10px;
}
.slide-item .ligne-3 .col-2 {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
}
.slide-item .ligne-awards .col-2,
.slide-item .ligne-certifications .col-2 {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}
.slide-item .ligne-awards img,
.slide-item .ligne-certifications img {
    height: 36px;
    width: auto;
}
.slide-item .ligne-4 {
    /* flex-grow: 2; */
    margin-bottom: auto;
}
.slide-item p, .slide-item li {
    color: var(--Brand-Purple, #312135);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%; /* 21.7px */
    text-align: left;
}
.slide-item ul {
    list-style: disc;
    padding-left: 1.5em;
}
.slide-item p italic {
    font-style: italic;
}
.slide-item h4 {
    width: 100%;
    text-align: left;
    color: var(--Brand-Purple, #312135);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 155%; /* 21.7px */
}
.slide-item h5 {
    color: var(--Brand-Corail, #F4644D);
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%; /* 18.6px */
    letter-spacing: 0.6px;
    text-transform: uppercase;
    text-align: left;
    padding: 8px 0;
}
.slide-item .ligne-5 {
    gap: 10px;
    justify-content: center;
}
.slide-item .ligne-5 .button {
    display: flex;
    padding: 7px 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: var(--Basics-White, #FFF);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 155%; /* 21.7px */
    border-radius: 50px;
    background: var(--Brand-Purple, #312135);
    transition: all ease-in-out 0.3s;
    border: solid 1px #312135;
    flex-grow: 2;
    text-decoration: none;
}
.slide-item .ligne-5 .button:hover {
    background: #fff;
    color: var(--Brand-Purple, #312135);
}
.slide-item .ligne-5 .button svg {
    width: 20px;
}
.slide-item .ligne-5 .button svg path {
    fill: var(--Basics-White, #FFF);
}
/* Animation d'apparition */
.slide-item.show {
    opacity: 1;
    transform: scale(1);
}

/* Flèches de navigation */
.slider-nav {
    position: absolute;
    top: calc(50% + 85px);
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    z-index: 10;
    font-size: 18px;
    border-radius: 50%;
}

.slider-nav:hover {
    background: rgba(0, 0, 0, 0.8);
}

.prev {
    left: 10px;
}

.next {
    right: 10px;
}

.ligne-2.bloc-cellules-sur-mesure.hide {
    display: none;
}

.ligne-blocs {
    display: flex;
    gap: clamp(10px,1vw,30px);
    margin-top: 30px;
    flex-wrap: wrap;
}
.ligne-blocs .bloc {
    display: flex;
    padding: 30px;
    border-radius: 15px;
    gap: 30px;
    width: calc(50% - 15px);
}
.ligne-blocs .col-1 {
    display: flex;
    flex-direction: column;
    flex-grow: 2;
}
.ligne-blocs .col-2 {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.ligne-blocs h2 {
    color: var(--Brand-Purple, #312135);
    font-family: "Safiro Medium";
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 20px;
    text-align: left;
  }
  .ligne-blocs  p {
    color: #000;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%;
    text-align: left;
  }
  .ligne-blocs .link {
    border-radius: 50px;
    background: var(--Brand-Purple, #312135);
    cursor: pointer;
    color: var(--Basics-White, #FFF);
    display: flex;
    padding: 7px 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-decoration: none;
    margin: auto;
    border: solid 1px var(--Brand-Purple, #312135);
    z-index: 9999999999;
    position: relative;
    transition: all 0.3s ease;
    margin-bottom: 0;
}
.ligne-blocs .link:hover {
    color: var(--Brand-Purple, #312135);
    background: var(--Basics-White, #FFF);
    border: solid 1px var(--Brand-Purple, #312135);
}
.ligne-blocs .link:hover svg path {
    fill: var(--Brand-Purple, #312135);
}

.ligne-blocs .bloc .link-text {
    white-space: nowrap;
}
.ligne-blocs .bloc-2 {
    background-color: #ECE9E2;
    }
.ligne-blocs .bloc-3 {
background-color: #fff;
}

@media screen and (max-width: 1400px) {
    .ligne-blocs .bloc {
        width: 100%;
    }
}


@media screen and (max-width: 1250px) {
    .slide-item .col-1, .slide-item .col-2 {
        width: 100%;
    }
    .slide-item .col-2 {
        padding-left: 0;
    }
    .slide-item .ligne-4 {
        flex-direction: column;
        }
    .slide-item .ligne-5 {
        flex-direction: column;
    }
    .slide-item .ligne-1 h3 {
        font-size: 19px;
    }
}





















/* ====== RÉPONSIVE ====== */
@media screen and (max-width: 1580px) {
    .cell-item {
        width: calc(((100% + clamp(10px,1vw,30px)) * 1 / 4) - clamp(10px,1vw,30px));
    }
    .header-cells-bar {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 1330px) {
    .cell-item {
        width: calc(((100% + clamp(10px,1vw,30px)) * 1 / 3) - clamp(10px,1vw,30px));
    }
    .header-cells-bar {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 1080px)  {
    .taxo-group {
        gap: 10px 0;
    }
    .term-label {
        font-size: 14px;
    }
    .term-wrapper.open .term-header {
        padding: 15px 10px;
    }
    .filters-list {
        gap: 10px;
    }
    .taxo-children.open {
        padding: 10px;
    }
    .taxonomy-terms.open, .taxo-children.open {
        padding: 5px 10px;
    }
    .cells-bar-sidebar {
        gap: 10px;
        min-width: 265px;
        margin-right: 10px;
    }
    .cells-bar {
        padding: 10px;
    }
    #step2 .ligne-1 .col-1 img {
        max-width: clamp(40%,1vw,100%);
    }
    .tip.active {
        padding: clamp(10px,1vw,30px);
    }
    .tip {
        gap: clamp(10px,1vw,20px);
    }
    .bloc-cellules-sur-mesure {
        padding: clamp(15px,1vw,30px);
    }
    .slide-item .ligne-1 h3 {
        font-size: 24px;
        font-size: 20px;
    }
}
@media screen and (max-width: 930px) {
    .cell-item {
        width: calc(((100% + clamp(10px,1vw,30px)) * 1 / 2) - clamp(10px,1vw,30px));
    }
    .header-cells-bar {
        margin-bottom: clamp(10px,1vw,30px);
    }
}
@media screen and (max-width: 470px) {
/* @media screen and (max-width: 470px), 
       screen and (max-device-width: 500px) and (pointer: coarse) { */
    .cells-bar {
        flex-direction: column;
        align-items: center;
        max-height: 100%;
    }
    .cells-bar-sidebar {
        width: 100%;
        max-width: 400px;
        margin-right: 0;
    }
    .header-cells-bar {
        margin-bottom: 30px;
        }
    .header-cells-bar .title {
        font-size: 24px;
        }
    .active-filters {
        display: none!important;
    }
    .header-cells-bar .trait {
        display: flex;
        margin-top: auto;
        margin-bottom: auto;
    }
    .header-cells-bar .trait-left {
        display: flex;
    }
    .cell-item {
        width: calc(((100% + clamp(10px,1vw,30px)) * 1 / 2) - clamp(10px,1vw,30px));
    }
    .item-top {
        margin: 10px 10px 14px 10px;
        }
    .cell-item .item-bot .hover {
        padding: 20px 10px;
    }
    .cell-item .item-mid {
        margin: 0 10px;
        }
    .cell-item .item-mid h2 {
        font-size: 17px;
    }
    .slide-item {
        min-width: 70%;
        max-width: 70%;
        margin-left: 10px;
        /* margin-right: clamp(10px,1vw,30px); */
    }
    .slide-item .ligne-5 .button {
        padding: 7px 8px;
        }
    .slider-selected {
        width: calc(100%);
        transform: translateX(-0);
    }
    .slider-nav {
        display: none;
    }
    #step2 .ligne-1 {
        flex-direction: column;
    }
    #step2 .ligne-1 .col-1 {
        width: 100%;
        min-height: clamp(245px, 50vh, 850px);
    }
    #step2 .ligne-1 .col-2 {
        width: 100%;
        position: relative;
    }
    .step {
        min-height: 100vh;
    }
    .bloc-cellules-sur-mesure .col-1 {
        width: 100%;
    }
    .cells-bar-content[data-step="2"] .sphere-4 {
        bottom: 228px;
        left: -26px;
    }
    .bloc-cellules-sur-mesure {
        flex-direction: column;
    }
    .bloc-cellules-sur-mesure .col-2 {
        margin-left: 0;
        width: auto;
        margin-right: auto;
    }
    .tip {
        width: 100%;
    }
    .cells-bar-sidebar #reset-filters {
        display: none;
    }
    .cells-bar-sidebar #reset-filters.open {
        display: flex;
        flex-direction: row-reverse;
        justify-content: center;
        gap: 10px;
        background: #fff;
        border-radius: 50px;
        border: 1px solid var(--Brand-Purple, #312135);
        margin: 0 auto 30px auto;
        width: auto;
        padding: 7px 12px;
        font-size: 14px;
        height: auto;
    }
    .picto-bg {
        max-width: clamp(35%,4vh,100%);
    }
    .sphere-5 {
        right: calc(50% - 50px);
    }
    .cells-bar-content[data-step="2"] .sphere-5 {
        top: 45%;
    }
    .cells-bar-content[data-step="2"] .sphere-1 {
        right: -20%;
    }


    #open-filters {
        border: none;
        background: transparent;
        display: flex;
        color: var(--Brand-Purple, #312135);
        text-align: center;
        font-family: Inter;
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 130%;
        display: flex;
        justify-content: space-between;
        padding-bottom: 10px;
        border-bottom: 1px solid var(--Brand-Beige-Dark, #DAD6CF);
    }
    .picto-title {
        margin-right: 10px;
    }
    #open-filters .plus-icon {
        display: none;
        transform: rotate(45deg);
    }
    #open-filters.open .options-icon {
        display: none;
    }
    #open-filters.open .plus-icon {
        display: block;
    }
    .cells-bar-sidebar.closed {
        width: 100%;
    }
    .filters-list {
        transition: all ease-in-out 0.3s;
        max-height: 0px;
    }
    .filters-list.open {
        max-height: 5000px;
    }
    .cells-bar-sidebar.closed #home-link .name-title {
        width: 100%;
        margin-right: 42px;
    }
    .cells-bar-sidebar.closed .name-title {
        display: block;
    }
    .cells-bar-sidebar.closed .taxonomy-title .plus-icon {
        display: block;
    }
    .cells-bar-sidebar.closed .taxonomy-title .picto-title {
        margin-right: 10px;
    }
    #step4 {
        min-height: 100vh;
    }
    .ligne-blocs .bloc {
        flex-direction: column;
    }
    .ligne-blocs .link {
        margin-left: 0;
    }
}

@media screen and (max-width: 768px) {
    /* .cell-item {
        width: 100%;
    } */
}

@media (pointer:coarse) {
    .cell-item .item-bot .hover {
        bottom: 0;
        opacity: 1;
      }
      .slide-item {
        min-width: calc(90% / 3 - 10px);
        max-width: calc(90% / 3 - 10px);
    }
    .slider-nav {
        display: none;
        opacity: 0;
    }
}
@media screen and (max-width: 950px), 
       screen and (max-device-width: 480px) and (min-device-pixel-ratio: 2){
    .slide-item {
        min-width: calc(70% - 10px);
        max-width: calc(70% - 10px);
    }
}


