main.blog {
    background-color: var(--color-bg-beige);
}

h3.blog-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
}

h3.blog-title a:hover {
    color: #000;
}

.cat-name {
    font-size: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #000;
}

.page-link:focus {
    box-shadow: 0 0 0 0.25rem #e6e1dd;
}

.blog-detail-date {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

nav.blog-navigation {
    display: inline-block;
}

.blog-navigation .page-item.active .page-link {
    background-color: var(--color-dark-gold);
}

.blog-navigation .page-link {
    color: #000;
}

.page-item {
    margin-right: 15px;
}

.page-link {
    border: none;
    background: #e6e1dd;
    padding: 0px;
    padding-top: 10px;
    text-align: center;
    width: 40px;
    height: 40px;
    transition: background-color 0.5s;
}

.page-link:hover {
    color: #fff;
    background-color: var(--color-dark-gold);
}

.page-item:last-child .page-link,
.page-item:first-child .page-link {
    border-radius: 0px;
}

li.list-group-item.total {
    margin-top: 10px;
    border-top: 1px solid rgba(0, 0, 0, .125) !important;
}

.blog-content p {
    font-size: 15px;
    font-weight: 200;
    color: var(--color-gray);
    letter-spacing: 1.5px;
    padding-bottom: 30px;
    line-height: 2;
}

.blog-content ul,
.blog-content li {
    color: var(--color-gray);
    list-style-position: inside;
}

.blog-content p,
.blog-content ul,
.blog-content li,
.blog-content h1,
.blog-content h2,
.blog-content h3,
.blog-content a,
.blog-content span {
    background-color: transparent !important;
}

.blog-content li>p {
    display: inline;
    margin: 0 !important;
}

.blog-content p b,
.blog-content p strong {
    font-family: Switzer;
    font-weight: 700;
}

.blog-content a {
    color: var(--color-gray);
    text-decoration: underline;
    transition: color 0.2s;
}

.blog-content a:hover {
    color: var(--color-gold);
}



.blog-content h2 {
    color: var(--color-black);
    font-family: Canela;
    font-size: 26px;
    font-style: normal;
    font-weight: 200;
    line-height: 120%;
    letter-spacing: 0.52px;
    padding-top: 30px !important;
    padding-bottom: 20px !important;
    text-align: center;
}

.blog-content h3 {
    color: var(--color-black);
    font-family: Canela;
    font-size: 20px;
    font-style: normal;
    font-weight: 250;
    line-height: 120%;
    letter-spacing: 0.52px;
    padding-top: 30px !important;
    padding-bottom: 20px !important;
    text-align: center;
}

.blog-content h4 {
    color: var(--color-black);
    font-family: Canela;
    font-size: 18px;
    font-style: normal;
    font-weight: 250;
    line-height: 120%;
    letter-spacing: 0.52px;
    padding-top: 30px !important;
    padding-bottom: 20px !important;
    text-align: center;
}

/* NEW */

#iso-filter button,
#iso-filter a {
    border: none;
    background: transparent;
    font-family: Switzer;
    text-transform: uppercase;
    color: #000;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 13px;
    padding: 0 22px;
}



#iso-filter button.active-filter,
#iso-filter a.active-filter {
    color: var(--color-dark-gold);
}

/* Blog Mirande */

/* BLOG */
.blog-section {
    padding-bottom: 100px;
}

.blog-row {
    display: flex;
    align-items: stretch;
}

.blog-item {
    background: white;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.16);
    overflow: hidden;
    transition: transform 0.3s ease;
    width: 354px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: auto;
}

.blog-item:hover {
    transform: translateY(-5px);
}

.blog-item img {
    width: 100%;
    border-bottom: 4px solid transparent;
}

.blog-content {
    padding: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: start;
    margin-bottom: 0px;
}

.blog-date {
    font-family: Switzer;
    color: #E3D299;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 0px;
}

.single-blog-date {
    font-size: 15px;
    color: var(--color-brown);
    letter-spacing: 0.5px;
    font-weight: 200;
}

.blog-title {
    font-family: Canela;
    font-size: 20px !important;
    color: black;
    margin-top: 0px;
    letter-spacing: 0.5px;
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    justify-content: center;
}

.blog-card {
    background: #fff;
    box-shadow: 2px 4px 9px rgba(0, 0, 0, .18);
    transition: .35s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.blog-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, .16);
}

.blog-card-image {
    display: block;
    overflow: hidden;
}

.blog-card-image img {
    width: 100%;
    aspect-ratio: 16/10;
    object-fit: cover;
    display: block;
    transition: transform .8s ease;
}

.blog-card:hover .blog-card-image img {
    transform: scale(1.04);
}

.blog-card-content {
    padding: 28px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.blog-card-meta {
    font-size: 12px;
    color: #7E7E7E;
    margin-bottom: 18px;
}

.blog-card-meta a {
    font-family: Switzer;
    color: #7E7E7E;
    text-decoration: underline;
}

.blog-card-title {
    font-family: Canela;
    font-size: 48px;
    font-weight: 300;
    line-height: 0.6;
    margin: 0;
    flex: 1;
}

.blog-card-title a {
    color: #2D2A28;
    text-decoration: none;
}

.blog-card-footer {
    display: flex;
    justify-content: flex-end;
}

.blog-card-link {
    position: relative;
    display: inline-block;
    color: var(--color-black);
    font-family: Switzer;
    font-size: 12.7px;
    font-style: normal;
    font-weight: 500;
    line-height: 20.8px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-left: 60px;
    transition: color 0.2s;
}

.blog-card-link:hover {
    color: var(--color-gold);
}

.blog-card-link::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -8px;
    width: 67px;
    height: 1px;
    background: currentColor;
}

section.blog-highlights {
    position: relative;
    padding: 100px 0;
    background: url('../img/bg-blog.jpg');
}

section.blog-highlights::before {
    content: "";
    position: absolute;
    inset: 0;
    height: 200px;
    /* hauteur du fondu */
    background: linear-gradient(to bottom,
            #fff 0%,
            #fff 45%,
            rgba(255, 255, 255, .99) 52%,
            rgba(255, 255, 255, .96) 60%,
            rgba(255, 255, 255, .88) 70%,
            rgba(255, 255, 255, .72) 80%,
            rgba(255, 255, 255, .50) 88%,
            rgba(255, 255, 255, .28) 94%,
            rgba(255, 255, 255, .10) 98%,
            rgba(255, 255, 255, 0) 100%);
}

section.blog-highlights>* {
    position: relative;
    z-index: 1;
}

#iso-filter button,
#iso-filter a {
    position: relative;
    border: none;
    background: transparent;
    font-family: Switzer;
    text-transform: uppercase;
    color: #000;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 13px;
    padding: 0 22px;
}

#iso-filter button::after,
#iso-filter a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -8px;
    transform: translateX(-50%);
    width: 54px;
    height: 1px;
    background: currentColor;
    transition: width .25s ease;
}

#iso-filter button:hover::after,
#iso-filter a:hover::after {
    width: 20px;
}


/* END BLOG */