.post_reading_time {
    background: #F6F0E9;
    padding: 0.5rem 0.75rem 0.5rem 0.5rem;
    display: flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    margin-top: 2rem;
}

.post_reading_time_title {
    color: #4B4A37;
    font-family: var(--font-body);
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 1.12px;
    text-transform: uppercase;
}

.post_reading_time_time {
    color: #4B4A37;
    font-family: var(--font-body);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.24px;
}

.post_reading_title {
    color: #5E5C46;
    font-family: var(--font-title);
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: 50px;
    /* 100% */
    margin-top: 24px;
    text-transform: capitalize;
    padding-left: 1.25rem;
}

.post-header-title p {
    margin-bottom: 0 !important;
}

.post_reading_description {
    color: #242220;
    font-family: var(--font-body);
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
    /* 162.5% */
    letter-spacing: 0.48px;
    margin-top: 1rem;
    padding-left: 1.25rem;
}

.inside-article .post-header,
.inside-article .entry-header {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.page-header-image-single {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    margin-bottom: 0 !important;
}

.page-header-image-single img {
    width: 100%;
    max-height: 600px;
}

.post_reading_published {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1.1875rem;
}

.post_reading_date .entry-meta {
    margin-top: 0 !important;
    color: #3E3E3E;
    font-family: var(--font-body);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 175% */
    letter-spacing: 1.28px;
}

.post_reading_date .entry-meta .byline {
    display: none;
}

.post_reading_date_title {
    color: #142434;
    font-family: var(--font-body);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.post_header_social-media {
    display: flex;
    align-items: center;
    gap: 10px;
}

.post_header_social-media a {
    text-decoration: none;
    transition: .3s;
}

.post_header_social-media a:hover {
    opacity: .5;
}

.text-image {
    display: flex;
    flex-direction: column;
    padding: 0 1.25rem;
}

@media screen and (min-width: 1024px) {
    .text-image {
        flex-direction: row;
        gap: 1rem;
    }

}

.text-image__image,
.text-image__image img {
    width: 100% !important;
}

.page-single-top-category-buttons .page-single-top-category-buttons__list-desktop {
    display: none !important;
}

@media screen and (min-width: 1024px) {
    .page-single-top-category-buttons .page-single-top-category-buttons__list-desktop {
        display: flex !important;
        margin-top: 3.75rem;
        list-style: none;
        justify-content: center;
        gap: 20px;
    }

    .page-single-top-category-buttons .page-single-top-category-buttons__list-desktop li a {
        text-decoration: none;
    }

    .page-single-top-category-buttons .page-single-top-category-buttons__list-desktop li a p {
        margin-bottom: 0 !important;
        background: #E89963;
        color: #ffffff;
        padding: 0.625rem 1.5625rem;
        font-family: var(--font-body);
        font-size: 1rem;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        /* 36px */
        border-radius: 400px;
        text-transform: capitalize;
        border: 2px solid #E89963;
        transition: .3s;
    }

    .page-category-top-category-buttons .page-category-top-category-buttons__list-desktop li a p:hover {
        background: #ffffff;
        color: #E89963;
        border-color: #E89963;
    }
}

.antipodes-single-page__select {
    display: none !important;
}

@media screen and (max-width: 1024px) {
    .antipodes-single-page__select {
        display: block !important;
        background: #E89963;
        padding: 1rem 1.75rem;
        margin-top: 2rem;
        margin-bottom: 2rem;
        margin-right: calc(50% - 50vw);
        margin-left: calc(50% - 50vw);
    }
}

.antipodes-anchor-block__select__dropdown-icon {
    position: absolute;
    z-index: 99;
    right: 20px;
}

.inside-article .text {
    padding: 0 1.25rem;
}

.inside-article .text h2,
.inside-article .text h3,
.text-image__content__title h2,
.text-image__content__title h3 {
    margin-bottom: 0 !important;
}

.text-image__content__title h2,
.inside-article .text h2 {
    color: #5E5C46;
    font-family: var(--font-title);
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 50px;
    /* 125% */
}

.text-image__content__title h3,
.inside-article .text h3 {
    color: #5E5C46;
    font-family: var(--font-title);
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 50px;
    /* 178.571% */
}

.text-image__content__title p,
.inside-article .text p {
    color: #242220;
    font-family: var(--font-body);
    font-size: 1rem;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
    /* 162.5% */
    letter-spacing: 0.48px;
}

/* Derniers Articles */

.last-posts {
    background: linear-gradient(0deg, #FAF7F3 0%, #FAF7F3 100%), #FFF;
    padding: 2rem 1.25rem;
    margin-top: 1.875rem;
}

.last-posts__title {
    color: #5E5C47;
    font-family: var(--font-title);
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    /* 107.143% */
    letter-spacing: 0.56px;
}

.latest-posts-list {
    margin-top: 1.75rem;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.latest-post-item {
    background: #F6F0E9;
}

.latest-post-item {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.latest-post-category {
    background: #E89963;
    color: #ffffff;
    font-family: var(--font-body);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.42px;
    text-transform: uppercase;
    padding: 0.375rem 0.75rem 0.375rem 0.5rem;
    position: relative;
    top: 13px;
}

.latest-post-title {
    color: #5E5C47;
    font-family: var(--font-title);
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    /* 19.8px */
    padding-left: 0.5rem;
    position: relative;
    top: 20px;
}

.latest-post-item a {
    display: flex;
}

.latest-post-thumbnail img {
    width: 106px;
}

.last-posts__button {
    margin-top: 2.5rem;
}

.last-posts__button a {
    color: #5E5C45;
    font-family: var(--font-body);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.28px;
    text-transform: uppercase;
    padding: 1.1875rem 1.3125rem;
    border-top: 2px solid #5E5C45;
    background: #FAF7F3;
    text-decoration: none;
    transition: .3s;
}

.last-posts__button a:hover {
    border-color: #FAF7F3;
    background: #5E5C45;
    color: #FAF7F3;

}

/* Author Block */

.post_reading__author-block {
    background: linear-gradient(0deg, #5E5C47 0%, #5E5C47 100%), #FFF;
    background-blend-mode: multiply, normal;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-single-page {
    scroll-margin-top: 120px;
}

.post_reading__author-block__content {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(42px);
    margin: 1.25rem;
    padding: 1rem 1rem 2rem 1rem;
    width: 100%;
    text-align: center;
}

.post_reading__author-block__informations__email a {
    color: #F6F0E9;
    font-family: var(--font-body);
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.36px;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 1.5625rem;
}

.post_reading__author-block__informations__email a:hover {
    color: #F6F0E9;
    text-decoration: underline;
}

.post_reading__author-block__informations__phone a {
    color: #F6F0E9;
    font-family: var(--font-body);
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.36px;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 1rem;
}

.post_reading__author-block__informations__phone a:hover {
    color: #F6F0E9;
    text-decoration: underline;
}

.post_reading__author-block__informations__button-rdv {
    margin-top: 2.25rem;
}

.post_reading__author-block__informations__button-rdv a {
    color: #FAF7F3;
    font-family: var(--font-body);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.28px;
    text-transform: uppercase;
    padding: 1.1875rem 1.6875rem;
    text-decoration: none;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), #5E5C45;
    transition: .3s;
}

.post_reading__author-block__informations__button-rdv a:hover {
    opacity: .6;
}

.post_reading__author-block__informations__button-rdv a:hover {
    color: #FAF7F3;
}

@media screen and (min-width: 1024px) {
    .post_reading__author-block {
        margin-bottom: 2rem;
    }
}