.path-node.node--type-national-team,
.path-node.node--type-city,
.path-node.node--type-project,
.path-node.node--type-service,
.path-node.node--type-moroccomania,
.path-node.node--type-frmf,
.path-node.node--type-botola,
.path-node.node--type-stadium,
.path-node.node--type-event {
    .user-feed-menu {
        display: none;
    }

    section.section {
        background-color: #07328e;

        .news-with-cover {
            .show-more-news {
                display: none;
            }
        }

        #hero-block {

            .full-post-share {
                position: absolute;
                /* top: 200px; */
                z-index: 3;
                /* float: right; */
                left: 50%;
                height: 500px;
                /* width: 72%; */
                /* float: right; */
            }

            .social-buttons {
                width: 69px;
                margin-right: 7px;
                padding-top: 0px;
                height: 300px;
                
                .vote-widget-wrapper {
                    position: relative;
                    top: 0px;
                    right: 0px;
                }
            }

            .container {
                width: 38% !important;
                margin: 0px;
                padding: 0px;
                position: relative;
                padding-left: 30px;
            }

            .extra-banner-image {
                position: absolute;
                width: 250px !important;
                height: 120px;
                /*left: 309px;*/
                top: 340px;

                .field--type-image {
                    width: 100%;
                    height: 100%;

                    img {
                        height: 100%;
                    }
                }
            }

            .hero-intro {
                position: relative !important;
                padding: 0px !important;
                top: 50px !important;
            }

            #hero-carousel {
                z-index: 0;
                min-width: unset;
                width: 40%;
                height: 500px !important;

                .field--type-image {
                    /*width: 50%;*/
                    height: 100%;

                    img {
                        min-height: unset;
                        height: 100%;
                    }
                }

            }

            .hero-block-mask {
                z-index: 0;
                width: 40%;
                height: 500px !important;
            }


            form.ajax-comments-form-add {
                width: 94%;
            }

            /*.post-box {
                height: auto;

                .field--type-image {
                    height: 400px;

                    img {
                        object-fit: cover;
                        height: 100%;
                    }
                }
            }*/
            

            .full-post-text {
                display: block !important;
                width: 33%;
                float: right;
                position: relative;
                height: 500px;
                overflow: auto;
                padding: 10px;

                .custom-body-button-close {
                    display: none !important;
                }
            }


            .comments-feed-pannel, 
            .full-news-comments {
                border-right:
                1px solid #cecece;
                float: right;
                display: block !important;
                height: 500px;
                width: 27%;

                .btn {
                    background-color: rgb(27, 101, 246);
                }
                section.field--type-comment {
                article {
                    background-color: white;
                }
                
                }
            }

            .field--name-title {
                margin: 20px;
                float: left;
                font-size: 20px;
                font-weight: bold;
            }

            h1.title {
                display: none;
            }
        }
        
    }
}