.page-blogue #manage-ajax-response #caf-post-layout1 .manage-layout1 .caf-meta-content,
.page-blog #manage-ajax-response #caf-post-layout1 .manage-layout1 .caf-meta-content {
    padding-left: 0px;
}

.caf-post-layout1 {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.caf-post-layout1.visible {
    opacity: 1;
    transform: translateY(0);
}

/* --- Grille principale --- */
.caf-row {
    display: flex;
    flex-wrap: wrap;

}

.caf-col-md-3,
.caf-col-md-tablet6,
.caf-col-md-mobile12 {
    padding: 15px;
    box-sizing: border-box;
}

.caf-col-md-3 {
    width: 25%;
}

@media (max-width: 991px) {
    .caf-col-md-tablet6 {
        width: 50%;
    }
}

@media (max-width: 600px) {
    .caf-col-md-mobile12 {
        width: 100%;
    }
}

/* --- Conteneur principal --- */
.caf-post-layout-container {
    position: relative;
    width: 100%;
    display: block;
}

.data-target-div1 .caf-post-layout1 .caf-post-title h2,
.data-target-div1 .caf-post-layout1 .caf-post-title h2 a {
    color: #fcb040;
    font-family: inherit;
    text-transform: capitalize;
    font-size: 12px;
    font-weight: bold;
    line-height: 15px;
}

.page-blogue #manage-ajax-response #caf-post-layout1 .manage-layout1 .caf-post-title h2 a,
.page-blog #manage-ajax-response #caf-post-layout1 .manage-layout1 .caf-post-title h2 a {
    color: #363A3E;
    text-decoration: none;
    font-weight: 800;
    font-size: 18px !important;
    line-height: 22px;
    font-family: 'Montserrat', sans-serif;
    text-transform: initial;
}

.page-blogue #manage-ajax-response #caf-post-layout1 .manage-layout1 .caf-post-title,
.page-blog #manage-ajax-response #caf-post-layout1 .manage-layout1 .caf-post-title {
    padding: 0px 0px 10px 0px;
}

.caf-post-layout1.animate-off {
    opacity: 0;
    transform: translateY(40px);
}

.caf-post-layout1.visible {
    opacity: 1 !important;
    transform: translateY(0) !important;
    transition: opacity 0.5s ease, transform 0.6s ease;
}


/* --- Carte article --- */
.caf-post-layout1 {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-bottom: 2rem;
}

.page-blogue #manage-ajax-response #caf-post-layout1 .manage-layout1, .page-blog #manage-ajax-response #caf-post-layout1 .manage-layout1{
    box-shadow:none !important;
}
article#caf-post-layout1 {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition:all 0.2s;
}

article#caf-post-layout1:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.10) !important;
    transform: translateY(-4px) !important;
}

.caf-post-layout1:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}

.caf-featured-img-box {
    background-size: cover !important;
    background-position: center center !important;
    width: 100%;
    height: 220px;
    flex-shrink: 0;
}

.manage-layout1 {
    display: flex;
    flex-direction: column;
    height: 100%;
}

#manage-post-area {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 20px;
}

.caf-post-title h2 {
    font-size: 1.15rem;
    font-weight: 600;
    margin-bottom: 12px;
    color: #333;
}

.caf-post-title a {
    text-decoration: none;
    color: inherit;
    transition: color 0.2s ease;
}

.caf-post-title a:hover {
    color: #f36b21;
}

.caf-meta-content {
    font-size: 0.85rem;
    color: #777;
    margin-bottom: 10px;
}

.caf-content {
    font-size: 0.95rem;
    color: #555;
    line-height: 1.5;
    margin-bottom: auto;
}

.caf-content-read-more {
    margin-top: 15px;
}

.caf-read-more {
    display: inline-block;
    padding: 10px 18px;
    background-color: #f36b21;
    color: #fff;
    border-radius: 30px;
    font-weight: 600;
    font-size: 0.9rem;
    text-decoration: none;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.caf-read-more:hover {
    background-color: #d95814;
    transform: translateY(-1px);
}

/* --- Zone du filtre --- */
.caf-filter-layout {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 1rem;
    justify-content: center;
}

.caf-filter-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.caf-filter-container li {
    margin: 6px;
}

.caf-filter-container button {
    background: #fff;
    border: 2px solid #f36b21;
    color: #f36b21;
    font-weight: 600;
    padding: 10px 22px;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.25s ease;
}

.caf-filter-container button:hover {
    background: #f36b21;
    color: #fff;
}

.caf-filter-container button.active {
    background: #f36b21;
    color: #fff;
    box-shadow: 0 3px 8px rgba(243, 107, 33, 0.3);
}

/* --- Filtres actifs (badges) --- */
.caf-active-filters ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    justify-content: center;
    gap: 10px;
}

.caf-active-filters ul li {
    background: #f36b21;
    color: #fff;
    padding: 6px 14px;
    border-radius: 30px;
    font-size: 0.85rem;
    position: relative;
}

.caf-active-filters ul li::after {
    content: "×";
    margin-left: 8px;
    cursor: pointer;
    font-weight: bold;
}

/* --- Load More --- */
.load-more-container {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
}

.tp_load_more {
    padding: 14px 40px;
    border-radius: 50px;
    border: none;
    background: #f36b21;
    color: #fff;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    transition: background 0.25s ease, transform 0.2s ease;
}

.tp_load_more:hover {
    background: #d95814;
    transform: translateY(-2px);
}

.tp_load_more.tp-loading {
    background: #ccc;
    cursor: not-allowed;
}

.tp_load_more.caf-disabled-end-btn {
    display: none;
}

/* --- Status loader --- */
.status {
    text-align: center;
    margin-top: 1rem;
}

.status.active {
    z-index: 9999999999;
    width: 100vw;
    height: 100dvh;
    background: #ffe9e094;
    top: 0;
    left: 0;
    position: fixed;
}

.dropdowns.newDropdown {
    display: block !important;
}

#dropdown.newDropdown {
    display: block !important;
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

#dropdown-date.newDropdown {
    display: block !important;
    position: relative;
    width: 100%;
    max-width: 400px;
    margin: 0rem auto;
}

.dropdowns.newDropdown {
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    padding: 10px 10px 10px 20px;
    gap: 10px;
    background: #fff;
    border-radius: 30px;
    box-shadow: 4px 4px 12px rgba(111, 105, 105, 0.15);
    cursor: pointer;
    position: relative;
    z-index: 5;
    transition: all .25s ease-in-out;

}

/* === Loader animé (style Uiverse - Quiet Zebra) === */
.status {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 9999999999;
    width: 150px;
    height: 150px;
}

.status.active::before {
    content: "";
    position: absolute;
    width: 70px;
    height: 70px;
    border: 4px solid rgba(255, 255, 255, 0.25);
    border-top-color: #d95814;
    border-radius: 50%;
    animation: spinLoader 0.9s linear infinite;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.25);
}

/* effet subtil de pulsation autour */
.status.active::after {
    content: "";
    position: absolute;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    animation: pulseLoader 1.5s ease-in-out infinite;
}

@keyframes spinLoader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes pulseLoader {

    0%,
    100% {
        transform: scale(1);
        opacity: 0.6;
    }

    50% {
        transform: scale(1.3);
        opacity: 0.3;
    }
}

.dropdowns.newDropdown {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: 4rem auto 6rem;
}

.dropdowns.newDropdown select {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 2;
}

/* Apparence visuelle */
.dropdowns.newDropdown::before {
    content: attr(data-label);
    display: block;
    background: #fff;
    color: #333;
    font-weight: 600;
    font-size: 1rem;
    padding: 18px 60px 18px 24px;
    border-radius: 50px;
    transition: box-shadow 0.2s ease, transform 0.1s ease;
}
@media screen and (max-width: 480px) {
    .dropdowns.newDropdown::before {
        font-size: 0.7rem;
    }
}

/* Bouton flèche Font Awesome */
.dropdowns.newDropdown::after {
    content: "";
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background:
        #F36B21 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'%3E%3Cpath fill='white' d='M297.4 470.6C309.9 483.1 330.2 483.1 342.7 470.6L534.7 278.6C547.2 266.1 547.2 245.8 534.7 233.3C522.2 220.8 501.9 220.8 489.4 233.3L320 402.7L150.6 233.4C138.1 220.9 117.8 220.9 105.3 233.4C92.8 245.9 92.8 266.2 105.3 278.7L297.3 470.7z'/%3E%3C/svg%3E") no-repeat center;
    background-size: 14px 14px;
    box-shadow: 0 3px 6px rgba(243, 107, 33, 0.25);
    z-index: 1;
}

/* Effets */
.dropdowns.newDropdown:hover {
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.08);
    transform: translateY(-1px);
}

.dropdowns.newDropdown:focus-within {
    box-shadow: 0 0 0 3px rgba(243, 107, 33, 0.3);
}



/* --- Animation d'apparition des articles --- */
.caf-post-layout1 {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.5s ease, transform 0.6s ease;
    will-change: opacity, transform;
}

.caf-post-layout1.visible {
    opacity: 1;
    transform: translateY(0);
}

.caf-post-layout1 {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.caf-post-layout1.visible {
    opacity: 1;
    transform: translateY(0);
}


.caf-post-layout1:nth-child(1) {
    transition-delay: 0.05s;
}

.caf-post-layout1:nth-child(2) {
    transition-delay: 0.1s;
}

.caf-post-layout1:nth-child(3) {
    transition-delay: 0.15s;
}

.caf-post-layout1:nth-child(4) {
    transition-delay: 0.2s;
}

.caf-post-layout1:nth-child(5) {
    transition-delay: 0.25s;
}

.caf-post-layout1:nth-child(6) {
    transition-delay: 0.3s;
}

.caf-post-title p.tag-header {
    background-color: #ffe9e0 !important;
    margin-top: -20px !important;
    margin-bottom: 10px !important;
    align-items: center;
    padding: 5px 16px;
    color: #363A3E;
    border-radius: 100px;
    font-weight: 800;
    font-size: 12px !important;
    line-height: 15px !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    display:none !important;
}

@media (max-width: 1748px) {

    .page-blogue #manage-ajax-response #caf-post-layout1,
    .page-blog #manage-ajax-response #caf-post-layout1 {
        max-width: 48%;
        width: 48%;
    }
}

@media (max-width: 900px) {

    .page-blogue #manage-ajax-response #caf-post-layout1,
    .page-blog #manage-ajax-response #caf-post-layout1 {
        max-width: 100%;
        width: 100%;
    }
}

/* --- Conteneur des filtres --- */
.blogue-filters {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin: 4rem 0 6rem;
}

/* --- Dropdown date (même style, plus petit) --- */
.dropdowns-date.newDropdown.small {
    max-width: 18% !important;
}

.dropdowns-date.newDropdown.small::before {
    font-size: 0.95rem;
    padding: 14px 50px 14px 20px;
}

.dropdowns-date.newDropdown.small::after {
    width: 30px;
    height: 30px;
    background-size: 12px;
}



#articles.row-slide .slideContainer .container .content .advgb-recent-posts-block .advgb-recent-posts {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}


#articles.row-slide .slideContainer .container .content .advgb-recent-posts-block .advgb-recent-post {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 358px;
    height: 556px;
    order: 0;
    align-self: stretch;
    box-shadow: rgba(111, 105, 105, 0.15) 4px 4px 12px;
    padding: 15px;
    border-radius: 20px;
    gap: 25px;
    background: rgb(255, 255, 255);
    flex: 1 0 auto;
}

.advgb-recent-posts-block .advgb-recent-post .advgb-post-thumbnail a {
    display: inline-block;
    max-width: 100%;
}

.advgb-recent-posts-block .advgb-recent-post .advgb-post-thumbnail img {
    vertical-align: middle;
    border: none;
    padding: 0;
    margin: 0;
}

.advgb-recent-posts-block.grid-view .advgb-recent-posts .advgb-recent-post .advgb-post-thumbnail img {
    max-width: 100%;
    height: auto;
}

#articles.row-slide .slideContainer .container .content .advgb-recent-posts-block .advgb-recent-post .advgb-post-thumbnail a img {
    border-radius: 10px;
}

#articles.row-slide .slideContainer .container .content .advgb-recent-posts-block .advgb-recent-post .advgb-post-readmore a {
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    color: rgb(255, 81, 0);
    display: flex;
    justify-content: right;
    position:initial !important;
    bottom: 0px;
    width: 100%;
    margin-bottom: 20px;
    gap: 5px;
    text-decoration: none;
}

.group-blog .advgb-recent-posts-block .advgb-recent-post .advgb-post-readmore a {
    width: 100px;
    gap: 5px;
    font-weight: 600;
    font-size: 12px !important;
    line-height: 15px;
    text-decoration: none;
    text-transform: uppercase;
    color: #FF5100;
    position: initial !important;
    display: flex;
    justify-content: right;
    bottom: 0;
    width: 100% !important;
    margin-bottom: 20px;
}

@media (max-width: 1100px) {
    .page-accueil .group-blog .advgb-recent-posts-block .advgb-recent-post{
        max-width:100% !important;
    }
}