/* Bannière principale */
.page_banner_02 {
    display: flex;
    justify-content: center;
    width: 100%;
    background-size: cover;
    background-position: center;
}

.page_banner_02_sz {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: calc(100% - 40px);
    max-width: 1280px;
    min-height: 430px;
}

.page_banner_02_category {
    display: flex;
    padding: 7px 10px;
    border: 1px solid #C80023;
    color: #C80023;
    font-family: "Poppins", serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
}

.page_banner_02_title {
    display: block;
    width: 100%;
    max-width: 1024px;
    margin: 10px 0 0;
    padding: 0;
    color: #FFFFFF;
    font-family: "IBM Plex Sans", serif;
    font-size: 74px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}

/* Section principale */
.page_top_02 {
    display: flex;
    justify-content: center;
    width: 100%;
    background: #DEE3E666;
}

.page_top_02_sz {
    display: flex;
    flex-direction: column;
    width: calc(100% - 20px);
    max-width: 970px;
    padding: 35px 0 50px;
}

.page_top_02_sous_titre {
    display: block;
    margin: 0;
    padding: 0;
    color: #000000;
    font-family: "IBM Plex Sans", serif;
    font-size: 46px;
    font-weight: 700;
    line-height: 1.2;
}

.page_top_02_extrait {
    display: block;
    margin: 20px 0 0;
    padding: 0;
    color: #000000CC;
    font-family: "IBM Plex Sans", serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.375;
}

/* Auteur */
.page_top_02_author {
    display: flex;
    width: 100%;
    margin: 20px 0;
}

.page_top_02_author_left {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 20px;
}

.page_top_02_author_right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: calc(100% - 80px);
}

.page_top_02_author_right_l0 span {
    color: #000000;
    font-family: "IBM Plex Sans", serif;
    font-size: 18px;
    line-height: 1;
}

.page_top_02_author_right_l0 span:nth-child(1) {
    font-weight: 600;
}

.page_top_02_author_right_l0 span:nth-child(2) {
    font-weight: 400;
    font-style: italic;
}

.page_top_02_author_right_l1 {
    color: #000000b2;
    font-family: "IBM Plex Sans", serif;
    font-size: 14px;
    line-height: 1;
}

/* Fil d'Ariane */
.page_top_02_ariane {
    display: flex;
    width: max-content;
    max-width: 100%;
    border-top: 1px solid #A3A3A3;
    padding-top: 10px;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}

.breadcrumb-item {
    display: flex;
    align-items: center;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: ">";
    padding: 0 0.5rem;
    color: #000000;
}

.breadcrumb-item a {
    color: #000000;
    text-decoration: none;
    font-family: "IBM Plex Sans", serif;
    font-size: 14px;
    line-height: 1;
}

.breadcrumb-item.active {
    color: #000000;
    font-family: "IBM Plex Sans", serif;
    font-size: 14px;
    line-height: 1;
}

/* Responsive - Tablettes */
@media (max-width: 1024px) {
    .page_banner_02_sz {
        min-height: 330px;
    }

    .page_banner_02_title {
        font-size: 60px;
    }

    .page_top_02_sous_titre {
        font-size: 38px;
    }

    .page_top_02_extrait {
        font-size: 20px;
    }
}

/* Responsive - Mobiles */
@media (max-width: 768px) {
    .page_banner_02_sz {
        min-height: 230px;
    }

    .page_banner_02_title {
        font-size: 48px;
    }

    .page_top_02_sous_titre {
        font-size: 32px;
    }

    .page_top_02_extrait {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .page_banner_02_title {
        font-size: 36px;
    }

    .page_banner_02_category {
        padding: 5px 8px;
        font-size: 12px;
    }

    .page_top_02_sous_titre {
        font-size: 28px;
    }

    .page_top_02_extrait {
        font-size: 16px;
    }

    .page_top_02_ariane {
        display: none;
    }
}

/* Section content two_column */
.the_content_two_column {
    display: flex;
    justify-content: center;
    width: 100%;
    background: #FFFFFF;
}

.the_content_two_column_sz {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: calc(100% - 20px);
    max-width: 970px;
    margin-top: 20px;
}

.the_content_two_column_share {
    display: flex;
    flex-direction: column;
    width: 70px;
    margin: 10px 10px 0 0;
    border-right: 2px solid #707070;
}

.the_content_two_column_content {
    display: flex;
    width: calc(100% - 80px);
}

.the_content_two_column_share_title {
    color: #000000CC;
    font-family: "IBM Plex Sans", serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 12px;
}

.the_content_two_column_share_list {
    display: flex;
    flex-direction: column;
}

.the_content_two_column_share_list .the_content_two_column_share_list_i {
    margin-bottom: 10px;
}

.the_content_two_column_share_list img {
    width: 42px;
}

/* Responsive - Tablettes */
@media (max-width: 768px) {
    .the_content_two_column_sz {
        flex-direction: column-reverse;
        align-items: center;
    }

    .the_content_two_column_share {
        width: 100%;
        margin: 20px 0;
        border-right: none;
        border-bottom: 2px solid #707070;
        padding-bottom: 20px;
    }

    .the_content_two_column_share_list {
        flex-direction: row;
        gap: 10px;
        justify-content: flex-start;
    }

    .the_content_two_column_content {
        width: 100%;
    }
}
