.fa-tags:before{
    content: "" !important;
}

.fa-filtre fieldset{
    border: none !important;
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-family: "Noto Sans", Sans-serif !important;
    font-weight: 400;
}

.fa-filtre input[type=search]{
    border-width: 0 0 1px 0 !important;
    margin-bottom: 8px;
}

.fa-filtre fieldset legend{
    font-weight: bold !important;
    padding: 12px 0 !important;
}

.fa-filtre fieldset label{
    padding: 6px 12px !important;
    background: #FFF6F1;
    width: fit-content !important;
}

.fa-filtre button{
    border-color: #DF7927;
    background-color: #FFF6F1;
    color: black;
    margin-top: 8px;
}

.fa-filtre button:hover{
    background-color: #DF7927;
}

.fa-article {
    display: flex !important;
    flex-direction: row !important;
    background-color: #F7F9FE;
    justify-content: space-between !important;
}


.fa-article .fa-content{
    padding: 20px 22px;
    font-family: "Noto Sans", Sans-serif !important;
    color: #7B8299;
    font-weight: 400;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.fa-article .fa-content p{
    display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.fa-article .month-date{
    text-transform: uppercase;
}

.fa-article .fa-content h3{
   font-family: "Anek Latin", Sans-serif !important;
   font-size: 20px;
   font-weight: 700;
   color: #201006;
   margin: 6px 0;
}

.fa-article > div:nth-child(1) {
    width: 64% !important;
}

.fa-article > div:nth-child(2) {
    width: 34% !important;
}

.fa-resultats{
    gap: 14px;
    display: flex;
    flex-direction: column;
}

a.article{
    color: #DF7927 !important;
    text-decoration: none !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 6px !important;
}

.fa-article .fa-thumbnail img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-width: auto !important;
}

.article-category span.category {
    display: flex;
    color: #DF7927;
    gap: 4px;
    font-family: "Noto Sans", Sans-serif !important;
    font-size: 12px;
    font-weight: 700;
    margin: 0;
}

.fa-pagination{
    display: flex;
    margin-top: 20px;
    text-align: center;
    width: 100%;
    justify-content: center;
    align-content: center;
    gap: 4px;
}

.fa-pagination a{
    color: #DF7927;
    text-decoration: none !important;
    display: flex;
    align-items: center;
}

.fa-pagination ::after {
  content: " ·";
  margin-left: 4px;
}

.fa-pagination :last-child::after {
  content: "";
}


@media (max-width: 700px) {
    .fa-article{
        flex-direction: column-reverse !important;
    }
    .fa-article > div:nth-child(1),.fa-article > div:nth-child(2){
        width: 100% !important;
        height: 50vw;
        overflow: hidden;
    }
    .fa-resultats{
        padding: 0 10px;
    }
}

.fa-resultats.horizontal{
    flex-direction: row;
    gap: 20px;
}

.fa-resultats.horizontal .fa-article{
        flex-direction: column-reverse !important;
        min-width: 300px !important;
        max-width: 400px !important;
    }
    .fa-resultats.horizontal .fa-article > div:nth-child(1),.fa-resultats.horizontal .fa-article > div:nth-child(2){
        width: 100% !important;
        height: 200px;
        overflow: hidden;
    }

.fa-resultats.horizontal .fa-article .fa-thumbnail img{
    height: 240px;
}

.fa-resultats.horizontal .article-category{
    margin-top: -40px !important;
    color: white !important;
    background-color: #DF7927;
    font-family: "Noto Sans", Sans-serif !important;
    font-size: 12px;
    font-weight: 400;
    margin: 0;
    width: fit-content !important;
    padding: 8px;
}

.fa-resultats.horizontal .article-category span.category img{
    filter: brightness(0) invert(1);
}

.fa-resultats.horizontal .article-category span.category {
    color: white;
}

.fa-resultats.horizontal .fa-content{
    overflow: visible !important;
}


.fa-carousel {
    position: relative;
    display: flex;
    align-items: center;
}

.fa-resultats.horizontal {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

.fa-resultats.horizontal::-webkit-scrollbar {
    display: none;
}

.fa-switch-btn {
    width: 100%;
    display: flex;
    gap: 8px;
    position: absolute;
    bottom: -20px;
}
.fa-switch-btn .fa-pagination-number{
    display: flex;
    flex-direction: row;
    gap: 8px;
}
.fa-switch-btn .fa-pagination-number button,.fa-prev,.fa-next {
    width: 6px;
    max-width: 6px;
    height: 6px;
    padding: 6px;
    border-radius: 0;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fa-switch-btn .fa-pagination-number button.active::after {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    padding: 4px;
    background-color: white;
}

.fa-switch-btn .fa-pagination-number button {
    border-color: white;
    background-color: transparent;
}
.fa-prev svg, .fa-next svg {
    min-width: 14px;
    width: 14px;
    height: 14px;
    min-height: 14px;
}
.fa-switch-btn .fa-pagination-number button:hover {
    background-color: white;
}
.fa-prev,.fa-next,.fa-prev:hover,.fa-next:hover {
    border-color: transparent;
    background-color: transparent;
}

.empty-element-result {
    color: white !important;
}