.elementor-502 .elementor-element.elementor-element-6551f71{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0vw;--padding-bottom:8vw;--padding-left:0vw;--padding-right:0vw;}.elementor-502 .elementor-element.elementor-element-6551f71:not(.elementor-motion-effects-element-type-background), .elementor-502 .elementor-element.elementor-element-6551f71 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F4F9FF;}.elementor-502 .elementor-element.elementor-element-3b87b3c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-502 .elementor-element.elementor-element-3b87b3c:not(.elementor-motion-effects-element-type-background), .elementor-502 .elementor-element.elementor-element-3b87b3c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#C69F79;}@media(min-width:768px){.elementor-502 .elementor-element.elementor-element-6551f71{--width:100%;}}/* Start custom CSS for shortcode, class: .elementor-element-407379b */#category-filters {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;

    padding: 12px 0;
    overflow-x: auto;
    scrollbar-width: none; 
}
#category-filters::-webkit-scrollbar {
    display: none; 
}

.filter-btn {
    color: #fff !important;
    background: #0C1A33!important;
    border: none;
    font-size: 0.8rem!important;
    text-transform: uppercase;
    letter-spacing: 0em !important;
    margin: 0 3px !important;
    padding: 10px !important;
    cursor: pointer !important;
    white-space: nowrap;
    transition: color 0.2s ease;
}

.filter-btn:hover,
.filter-btn.active {
    background:#C69F79!important;
    color: #0C1A33!important;
}

.filtered-posts{
   content-width: 1200px!important;
}
.post-cards-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px;
}

.post-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.post-card:hover {
    transform: translateY(-5px);
}

.post-card-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.post-card-thumb img {
    width: 100%;
    height: 250px;
     object-fit: cover;
    display: block;
}

.post-card-thumb {
    display: flex;
    justify-content: center;
    align-items: center;
}

.post-card-content {
    padding: 15px;
}

.post-card-title {
    font-size: 1rem !important;
    margin-bottom: 10px;
}

.post-card-excerpt {
    font-size: 0.9rem;
    color: #102d42;
}

.post-card-more {
    display: inline-block;
    margin-top: 10px;
    font-weight: bold;
    font-size: 14px;
    color: #102d42;
}
@media screen and (max-width: 768px) {
    #category-filters {
        justify-content: flex-start;
        padding: 10px;
    }

    .filter-btn {
        font-size: 0.8rem;
        padding: 8px 12px;
        margin: 0 4px;
    }
}


/* Responsive tablette */
@media screen and (max-width: 992px) {
    .post-cards-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}


/* Responsive mobile */
@media screen and (max-width: 600px) {
    .post-cards-wrapper {
        grid-template-columns: 1fr;
    }
}/* End custom CSS */