```css
/* TITRE */
.breadcrumbs {
    font-size: 12px;
}

.breadcrumbs-inner {
    padding: 15px 50px;
}

.breadcrumbs,
.texte-haut-container {
    background: #FFF;
}

.texte-haut-container-title {
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 40px;
}

.texte-haut-container {
    max-width: 100%;
    padding: 0;
    padding-bottom: 15px;
    margin: auto;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 18px;
    color: #FFF;
    text-align: center;
}

.texte-haut-container .texte-haut-container-title,
.texte-haut-container .texte-haut-container-texte {
    color: #0C053A;
    max-width: 1028px;
    margin: auto;
    padding: 0 35px;
    font-weight: 500;
}

.texte-haut-container .texte-haut-container-texte p {
    padding: 0;
    margin-top: 15px;
    margin-bottom: 0;
}

.texte-haut-container #see-all-btn {
    all: unset;
    margin: auto;
    padding-bottom: 0;
    padding-top: 10px;
    display: block;
    color: #808080;
    font-weight: 500;
    text-underline-offset: 2px;
}

.texte-haut-container #see-all-btn svg {
    vertical-align: sub;
}

.texte-haut-container #see-all-btn svg polygon {
    fill: #808080;
}

@media all and (max-width: 768px) {
    .texte-haut-container #see-all-btn {
        font-size: 14px;
    }
}

/* FILTER */
.archive-container-list {
    padding-top: 0;
}

.archive-filter {
    padding: 0 70px;
    display: flex;
    max-width: 1400px;
    width: 100%;
    margin: auto;
    column-gap: 30px;
    row-gap: 15px;
    flex-wrap: wrap;
}

@media (max-width: 767px) {
    .archive-filter {
        padding: 0 15px;
        column-gap: 15px;
        margin-bottom: 40px;
    }
}

.archive-filter .facetwp-facet {
    flex: 1;
}

@media (max-width: 767px) {
    .archive-filter .facetwp-facet {
        margin-bottom: 0;
        min-width: 280px;
    }
}

.fs-search {
    display: none;
}

.fs-label-wrap {
    cursor: pointer !important;
    font-size: clamp(14px, calc(0.875rem + ((1vw - 3.7px) * 0.5607)), 20px);
}

.fs-label-wrap:after {
    content: '';
    position: absolute;
    width: 25px;
    height: 15px;
    background: url(/wp-content/uploads/2024/04/arrow-filter.png);
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(180deg);
    right: 0;
    bottom: 18px;
    transition: transform 500ms;
}

.fs-wrap.fs-open .fs-label-wrap:after {
    transform: rotate(0deg);
}

.fs-wrap.fs-open .fs-label-wrap,
.fs-wrap.fs-open .fs-dropdown {
    border: 1px solid #0C053A !important;
}

.fs-wrap.fs-open .fs-dropdown {
    border-top: unset !important;
}

.fs-option {
    padding: 10px 0 !important;
    font-size: 16px;
}

.fs-options {
    max-height: 300px !important;
}

.fs-option-label {
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
}

.fs-option:hover .fs-option-label {
    font-weight: bold;
}

.fs-wrap.single .fs-option.selected {
    background-color: #0D053B !important;
    color: #FFF;
}

.fs-arrow {
    display: none;
}

.fs-wrap {
    width: 100% !important;
}

.facetwp-facet select,
.fs-label-wrap {
    border: unset !important;
    border-bottom: 1px solid #0C053A !important;
    font-weight: 500;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #0C053A;
    padding: 10px 20px;
}

.facetwp-facet-voir_plus {
    text-align: center;
}

.facetwp-facet-voir_plus button {
    background: #0C053A !important;
    border-radius: 50px !important;
    font-weight: 800 !important;
    text-transform: uppercase;
    padding: 15px 25px !important;
    color: #FFF;
}

/* VOIR PLUS */
.texte-haut-container-texte {
    position: relative;
    overflow: hidden;
    max-height: 45px;
    line-height: 18px;
}

.texte-haut-container-texte.expanded {
    max-height: none;
}

#see-all-btn {
    display: none;
    margin-top: 10px;
}

.texte-haut-container-texte.texte-court #see-all-btn {
    display: inline;
}