.post-template-actualite_new {
    overflow: visible !important;

    .new_hdp_text {
        h1 {
            font-size: 36px !important;
            font-weight: 700 !important;
            color: #0d6efd !important;
            line-height: 1.2 !important;
            text-transform: inherit !important;
        }
    }

    .new_hdp_wrapper {
        @media (max-width: 991px) {
            padding: 30px 0 !important;
        }

        @media (min-width: 992px) {
            height: fit-content !important;
            padding-bottom: 100px !important;

            .new_hdp_img {
                height: 550px;
            }
        }

        .new_hdp_text {
            @media (min-width: 992px) {
                padding: 0 50px !important;
            }

            .rank-math-breadcrumb {
                margin: 0 !important;

                .separator {
                    border-bottom: 2px solid #0060ff !important;
                    border-right: 2px solid #0060ff !important;
                    height: 8px !important;
                    line-height: 0 !important;
                    width: 8px !important;
                    font-size: 0 !important;
                }

                p {
                    margin: 0 !important;
                    align-items: center;
                }

                * {
                    color: #0060ff !important;
                }
            }


            .categories_post {
                display: flex;
                gap: 10px;
                flex-wrap: wrap;

                .new_hdp_category {
                    background: #e6f0ff;
                    color: #0060ff;
                    font-size: 15px;
                    font-weight: 500;
                    padding: 8px 12px;
                    border-radius: 6px;
                    letter-spacing: 0.03em;
                    display: inline-block;
                    line-height: 1.4;
                }
            }

            .bloc_expert {
                display: flex;
                flex-wrap: wrap;
                gap: 20px;
                height: fit-content;
                padding: 10px;
                background: #f6f6f7;
                align-items: center;
                width: fit-content;

                img {
                    max-height: 60px;
                }

                * {
                    display: flex;
                    flex-direction: column;
                    gap: 2px;
                    font-size: 14px;

                    &:not(:first-child, :last-child) {
                        padding-right: 20px;
                        border-right: 1px solid grey;
                    }

                    p {
                        margin: 0px !important;
                    }
                }

                .expert_info *,
                .date_publication>p,
                .date_maj_contenu>p {
                    font-weight: 600;
                }
            }
        }
    }

    #wrapper_content_newpost {
        section {
            @media (min-width: 992px) {
                padding: 50px 24px !important;
            }
        }

        .wrapper_main_article {
            display: flex;
            flex-direction: row;
            gap: 50px;

            @media (max-width: 991px) {
                flex-direction: column-reverse;
            }


            .actu_2026_wrapper_post {
                margin-bottom: 30px;

                @media (min-width: 992px) {
                    padding: 0 0 0 20px;
                }


                &>section:first-child {
                    padding-top: 0 !important;
                }

                .actu_2026_conversion {
                    background: #0060ff;
                    display: flex;
                    padding: 50px 24px !important;
                    gap: 30px;
                    align-items: center;
                    flex-direction: column;

                    @media (min-width: 992px) {
                        flex-direction: row;

                        &>* {
                            flex: 1;
                        }
                    }

                    .actu_2026_conversion_texte {
                        *:not(a) {
                            color: #fff !important;
                        }

                        ul li::before {
                            border-color: #fff !important;
                        }
                    }

                    @media (max-width: 991px) {
                        .actu_2026_conversion_image {
                            height: 300px;
                            width: 100%;

                            img {
                                width: 100%;
                                height: 100%;
                                object-fit: cover;
                            }
                        }
                    }
                }

                .actu_2026_a_retenir_contenu {
                    border: 1px solid #0060ff;
                    padding: 30px;

                    @media (max-width: 991px) {
                        padding: 20px;
                    }
                }

                .actu_2026_content_img_txt_following_content {
                    margin-bottom: 30px;
                }

                .actu_2026_content_img_txt_following_image {
                    @media (max-width: 991px) {
                        height: 300px;
                        width: 100%;

                        img {
                            height: 100%;
                        }
                    }

                    img {
                        max-height: 500px;
                        width: 100%;
                        object-fit: cover;
                    }
                }

                .actu_2026_reference_item {
                    a {
                        font-weight: 700;
                        text-decoration: underline;
                        font-style: italic;
                        margin-right: 9px;
                    }
                }
            }

            .wrapper_sticky {
                z-index: 10;

                @media (max-width: 592px) {
                    flex-direction: column-reverse;

                    .card_sticky_img img {
                        width: 100%;
                    }
                }

                @media (min-width: 991px) and (max-width: 991px) {
                    display: flex;
                    gap: 30px;
                    flex-direction: row-reverse;

                    &>* {
                        flex: 1;
                    }
                }

                @media (max-width: 991px) {
                    * img {
                        max-height: 300px;
                    }
                }

                @media (min-width: 992px) {
                    margin: 0px 0px 30px 30px;
                    position: sticky !important;
                    top: 100px !important;
                    width: 25%;
                    flex-shrink: 0;
                    height: fit-content;
                }

                .sommaire {
                    padding: 20px;
                    background: #0060ff;
                    cursor: pointer;
                    height: fit-content;

                    @media (min-width: 992px) {
                        max-height: 65px;
                        transition: max-height 0.3s ease;
                    }

                    &.active {
                        @media (min-width: 992px) {
                            max-height: 1000px !important;
                            transition: max-height 0.3s ease;
                        }

                        &>#title_sommaire>span {
                            transform: rotate(180deg);
                        }

                        #sommaire-list {
                            padding: 0 0 0 17px !important;
                            max-height: none !important;
                            height: fit-content !important;
                            margin-top: 10px;
                            visibility: visible !important;
                            transform: translateY(0px) !important;
                        }
                    }

                    @media (max-width: 991px) {
                        #sommaire-list {
                            padding: 0 0 0 17px !important;
                            max-height: none !important;
                            height: fit-content !important;
                            margin-top: 10px;
                            visibility: visible !important;
                            transform: translateY(0px) !important;
                        }
                    }

                    &>#title_sommaire {
                        color: #fff !important;
                        display: flex;
                        align-items: center;
                        justify-content: space-between;
                        margin: 0;

                        span {
                            font-size: 15px;
                            transform: rotate(0deg);
                            transition: transform 0.3s ease;
                        }
                    }

                    &+section {
                        margin-top: -50px !important;
                    }

                    .wrapper_sommaire {
                        #sommaire-list {
                            display: flex;
                            flex-direction: column;
                            gap: 10px;
                            margin-bottom: 0px !important;
                            border-left: 1px solid #fff;
                            max-height: 0;
                            padding: 0;
                            visibility: hidden;
                            transition: transform 0.3s ease;
                            transform: translateY(-20px);

                            &>*:after {
                                content: '';
                                position: absolute;
                                left: -20px;
                                top: 0;
                                height: 100%;
                                width: 5px;
                                background: #fff;
                                border-radius: 50px;
                                opacity: 0;
                                transition: opacity 0.1s ease;
                            }

                            &>*.active,
                            &>*:hover {
                                &::after {
                                    opacity: 1 !important;
                                }
                            }

                            &>*.active>a,
                            &>*:hover>a {
                                font-weight: 700;
                                opacity: 1;
                            }

                            &>*>a {
                                opacity: 0.6;
                                transition: opacity 0.3s ease;
                            }

                            &>* {
                                list-style: none !important;
                                position: relative;
                                display: inline-block;
                                width: fit-content;
                                margin: 0;
                                height: fit-content;
                                line-height: 16px;

                                a {
                                    font-size: 14px !important;
                                    color: #fff;

                                    &:before {
                                        content: '';
                                        height: 2px;
                                        width: 0;
                                        background: #fff;
                                        transition: width 0.3s ease;
                                        position: absolute;
                                        bottom: -5px;
                                        left: 0;
                                    }
                                }

                                &:before {
                                    display: none !important;
                                }
                            }
                        }
                    }
                }

                .card_sticky {
                    background: #f6f6f7;
                    padding: 20px;
                    display: flex;
                    flex-direction: column;
                    gap: 15px;

                    @media (min-width: 992px) {
                        margin-top: 20px;
                    }

                    * p,
                    * a {
                        margin: 0 !important;
                    }
                }
            }
        }
    }
}