body {
    .user-feed-menu {
        height: 100%;
        background: unset !important;

        .community-badges,
        #navbarCollapse {
            display: none !important;
        }

        ul {
            display: block;
            height: 100%;
            width: 100%;
            margin: 0px !important;

            li {
                /*float: left;
                margin-bottom: 20px;*/
                /* display: inline-block; */
                margin-left: 0px !important;
                padding-left: 5px;
                margin-top: 18px;

                a {
                    background: unset;
                    border: unset;
                    height: 50px;

                    svg {
                        height: 25px;
                    }
                }

                a.logout-button {
                    path {
                        color: #797878;
                    }
                }

                .field--name-user-picture {
                    img {
                        box-shadow: 0 0px 8px black;
                    }
                }
            }
        }
    }

    #content {
        background-color: #edeef5;

        .networkall-wrapper #block-mycustom-theme-views-block-posts-block-1,
        .view-display-id-page_1 {
            width: 92% !important;
            margin-left: 0%;

            .white-posts.news-feed {
                width: 98%;
                box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
                margin-left: 1%;
                margin-bottom: 10%;
                /*background-image: url('/themes/custom/mycustom_theme/images/zelij.jpg');
                background-size: 45%;
                background-repeat: no-repeat;
                background-position: right bottom;*/
                /* global height = image height */
                overflow: hidden;
                position: relative;
                min-height: 500px;
                margin-bottom: 12px;
                border-radius: 20px;
                margin: 1%;

                .post-wrapper {
                    margin-bottom: 0px;

                    .post-subwrapper {
                        float: left;

                        .post-core {
                            width: 79% !important;
                            margin-left: 21%;

                            .post-subcore {
                                float: left;

                                .post-white-header {
                                    display: none;
                                }

                                .background-post-box {
                                    margin: 0 !important;
                                    float: left;
                                    width: 100%;

                                    .post-box {
                                        width: 100%;
                                        border: unset;
                                        box-shadow: unset;
                                        height: 100%;

                                        .post_image_box {
                                            width: 65%;
                                            margin: 0px;
                                            height: auto;
                                            min-height: 500px;
                                            display: flex;
                                            justify-content: center;
                                            align-items: center;
                                            background-color: #322f35;
                                        }
                                        .post_body_box {
                                            margin-top: 12px;
                                            margin-left: 12px;
                                        }
                                    }
                                }
                            }
                        }
                        .post-comments-wall {
                            width: 21%;
                            background-color: black;
                            color: white;
                            position: absolute;
                            display:flow-root;          /* contient les floats */
                            height:500px;               /* fixe une fenêtre (assure le scroll) */
                            overflow-y:auto;
                            overflow-x:hidden;
                            -webkit-overflow-scrolling:touch;
                            scrollbar-width:none;       /* Firefox: cacher la scrollbar */
                            height: 100%;

                            .author-box > .profile {
                                position: absolute;
                                top: 35px;
                                right: 10px;

                                .field--name-user-picture {
                                    top: 9px;
                                    right: 10px;

                                    img {
                                        border-radius: 50%;
                                        width: 50px;
                                        border: 1px solid #b9b9b9;
                                    }
                                }
                            }

                            .author-cover {
                                height: 150px;
                                float: left;
                                width: 100%;

                                article {
                                    width: 100%;
                                    height: 100%;

                                    .field--name-user-picture {
                                        height: 100%;
                                        margin-top: 0px;

                                        img {
                                            width: 100%;
                                            height: 100%;
                                            object-fit: cover;
                                            filter: blur(7px);
                                        }
                                    }
                                }
                            }

                            .author-subname {
                                position: absolute;
                                left: 27px;
                                top: 50px;
                            }
                            
                            .author-name .field--type-entity-reference {
                                /* top: 9px; */
                                position: absolute;
                                left: 0px;
                                margin: 26px;
                                color: white;

                                a {
                                    color: white;
                                    font-size: 14px;
                                }
                            }

                            .post-like-wrapper {
                                margin: 10px;
                                
                                span {
                                    color: white;
                                }
                            }

                            section.field--type-comment {
                                form.ajax-comments-form-add {
                                    background-color: black;
                                    padding: 0px;

                                    .field--name-comment-body {
                                        .form-textarea-wrapper {
                                            .ck-content {
                                                background-color: #242323;
                                                border: unset;
                                                border-radius: 5px;
                                                color: white;
                                            }
                                        }
                                    }

                                    button {
                                        background-color: #353535;
                                    }
                                }
                                
                                article {
                                    background-color: black;

                                    .comment__meta {
                                        background-color: black;

                                        article.profile {
                                            background-color: black;
                                        }

                                        .comment__author {
                                            a {
                                                color: white;
                                            }
                                        }
                                    }
                                    .comment__content {
                                        background-color: black;

                                        .field--name-comment-body {
                                            color: white;
                                        }
                                    }
                                }
                            }

                            .scroll-controls{
                                position: sticky;    /* <= au lieu de absolute/fixed */
                                bottom: 12px;        /* colle au bas de la zone scrollée du panel */
                                display: inline-flex;
                                gap: 8px;
                                z-index: 9999;
                                /* aligner à droite sans sortir du flux : */
                                float: right;        /* simple et efficace ici */
                                margin-right: 12px;
                                /* (optionnel) petit fond pour la lisibilité */
                                background: rgba(0,0,0,0.05);
                                padding: 6px;
                                border-radius: 10px;
                            }

                            .scroll-btn{
                                appearance:none; border:0; border-radius:8px;
                                padding:8px 12px; font:inherit; font-size:16px; line-height:1;
                                background:#333; color:#fff; cursor:pointer;
                                box-shadow:0 2px 6px rgba(0,0,0,.15);
                            }
                            
                            .scroll-btn:hover{ background:#444; }
                            .scroll-btn:active{ transform:translateY(1px); }
                            
                        }
                        .comments-feed-pannel.post-comments-wall::-webkit-scrollbar{ display:none; } /* WebKit */
                    }
                }
            }

            .white-posts.news-feed.only_body {
                background-image: url('/themes/custom/mycustom_theme/images/zelijx.jpg');
                background-size: 20%;

                .post-wrapper {
                    width: 100%;

                    .post-subwrapper {
                        width: 100%;

                        .post-core {

                        }
                    }
                }
            }

            .white-posts.news-feed.body_photo {
                .post-wrapper {
                    .post-subwrapper {
                        width: 100%;
                        
                        .post-core {
                            .post-box {
                                background-image: url('/themes/custom/mycustom_theme/images/zelijx.jpg');
                                background-size: 35%;
                                background-position: 200px 50px;
                                background-repeat: no-repeat;
                                background-position: right bottom;
                            }

                        }
                    }
                }
            }

            .black-post.news-feed {
                /* width: 100%; */
                /* margin-left: 1%; */
                /* border-radius: 20px; */
                /* width: 98%; */
                /* box-shadow: 0 0 15px rgba(0, 0, 0, 0.4); */
                width: 98%;
                box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
                margin-left: 1%;
                margin-bottom: 10%;
                /* background-image: url('/themes/custom/mycustom_theme/images/zelij.jpg'); */
                /* background-size: 45%; */
                /* background-position: 200px 50px; */
                /* background-repeat: no-repeat; */
                /* background-position: right bottom; */
                /* overflow: hidden; */
                /* position: relative; */
                /* min-height: 500px; */
                margin-top: 12px;
                margin-bottom: 12px;
                border-radius: 20px;
            }

            .black-post.news-feed.black-post-type-text {
                margin-top: 3%;
                max-height: unset;

                .news-feed-subwrapper {
                    height: 100% !important;
                    position: relative;

                    .black-post-left {
                        width: 23%;
                    }
                    .black-post-middle {
                        width: 50%;

                        .post-box {
                            height: 100%;

                            .post-box-body {
                                .post-box-sub-body {
                                    max-height: unset;
                                }
                            }
                        }
                    }
                    #commentsPanel {
                        width: 27%;
                        border-radius: 20px;
                        position: absolute;
                        scrollbar-width: none;
                        height: 100%;
                        left: 73%;

                        .scroll-controls {
                            position: sticky;
                            bottom: 30px;
                            margin-left: 80%;

                            button {
                                background-color: black;
                                width: 30px;
                                height: 30px;
                                font-size: 20px;
                                font-weight: bold;
                            }
                        }
                    }
                }
            }
        }

        .view-display-id-page_1 {
            .white-posts.news-feed {
                .post-wrapper {
                    .post-subwrapper {
                        .post-core {
                            .post-subcore {
                                .background-post-box {
                                    .post-box {
                                        .post_image_box {
                                            width: 45% !important;
                                        }
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }

        .region-with-social {
            background-color: #edeef5;
            display: inline-block;

            .networkall-wrapper {
                width: 88%;
                margin-left: 6%;
                margin-right: auto;
                margin-top: 70px;
                background-color: #fbfcff;
                border-radius: 20px;
                /* display: inline-table; */
                height: 100%;
                /* position: relative; */
                float: left;

                .networkall-header {
                    
                    #block-mycustom-theme-exposedformpostspage-1 {
                        input#edit-body-value {
                            display: flex;
                            align-items: center;
                            gap: 10px;
                            background: #eef1fb;
                            border-radius: 12px;
                            padding: 10px 14px;
                            min-width: 260px;
                            box-shadow: 0 1px 2px rgba(16,24,40,.04), 0 1px 1px rgba(16,24,40,.02);
                            border: unset;
                            padding-left: 45px;
                            font-size: 15px;
                            margin-top: 14px;
                        }
                        #edit-body-value::placeholder {
                            color: #00000069 !important;
                        }
                        .form-actions {
                            position: absolute;
                            height: 30px;
                            width: 30px;
                            padding-left: 14px;

                            button {
                                background-image: url('/themes/custom/mycustom_theme/images/loop.png');
                                background-size: 70%;
                                background-repeat: no-repeat;
                                font-size: 0px;
                                width: 100%;
                                height: 100%;
                                background-color: transparent;
                                opacity: 0.6;
                            }
                        }
                    }

                    .networkall-title {
                        h1 {
                            font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
                            font-size:52px;
                            font-weight:800;
                            line-height:1.05;
                            letter-spacing:-0.8px;
                            color:#0f1b3d;
                            margin:0;
                        }
                    }

                
                }


                .dropdown-notifications {
                    position: relative;
            
                    li {
                        position: relative;
                        height: 225px;
            
                        .avatar {
                            position: absolute;
                            top: 16px;
                            left: 22px;
                            z-index: 1;
                            
                            .field--name-user-picture {
                                a {
                                    display: block;
                                    width: 100px;
                                    padding: 0;
                                    margin: 0;
                                    float: left;
                                    height: 100px;
                                    padding: 0px !important;
            
                                    img {
                                        width: 100%;
                                        height: 100%;
                                        object-fit: cover;
                                        border-radius: 50%;
                                    }
                                }
                            }
                        }
            
                        a.notification-link {
                            background-color: #494995;
                            height: 100%;
                            display: block;
            
                            .list-group-item {
                                color: white; 
                                margin-left: 100px;
                                background-color: transparent;
                                width: 375px;
                            }
                        }
                    }
            
                    .seen {
                        a.notification-link {
                            background-color: white;
                            
                            .list-group-item {
                                /* padding: 0px !important; */
                                /* margin: 0px; */
                                /*border: 1px solid #eaeaea !important;*/
                                /* padding: 10px; */
                                color: white;
                                color: black;
                            }
                        }
                    }
                }
            
                #block-mycustom-theme-views-block-notifications-block-1 {
                    right: 0px;
                    width: 500px;
                    position: absolute;
                    z-index: 99999;
                    top: 45px;
                }
            
                .dropdown-notifications.closed-notifications {
                    display: none;
                }
            
                .dropdown-notifications.opened-notifications {
                    display: block;
                    height: 500px;
                    overflow: auto;
                }

                .utilities-feedx {
                    .lateral-user-menu {
                        .networkall-logo {
                            position:relative;
                            width:45px;
                            height:45px;
                            border-radius:50%;
                            background:conic-gradient(from 210deg, #caa9ff 0%, #ab7aff 35%, #7c6cf6 65%, #b88cff 100%);
                            box-shadow:0 10px 22px rgba(124,108,246,.30);
                            margin-bottom: 0px;
                        }
                    }

                    .bi-gear-fill::before {
                        font-size: 20px;
                    }

                    .user-feed-menu {
                        .menu-user-message-icon {
                            #block-mycustom-theme-privatemessagenotification {
                                path {
                                    color: #797878
                                }

                                .private-message-notification-wrapper {
                                    .private-message-page-link {
                                    background-color: #7c6cf6;

                                    
                                    }
                                }
                            }
                        }
                    }
                }

                .utilities-feedx.affix {
                    top: 149px;
                }

                .utilities-feed {
                    /* width: 7%; */
                    /* background-color: white; */
                    height: 100px;
                    /* width: 100%; */
                    margin-left: auto;
                    margin-right: auto;
                    float: none !important;
                    width: 90%;
                    background: #fff;
                    border: 1px solid #eef1f6;
                    border-radius: 18px;
                    padding: 12px 18px;
                    box-shadow: 0 10px 28px rgba(15,23,42,.08);
                    display: flex;
                    align-items: center;
                    justify-content: space-between;
                    gap: 8px;

                    /* hide the fake design used statically to adjust my icons */
                    button {
                        display: none;
                    }

                    ul.nav-link-secondary {
                        width: 100%;
                        display: inline-block;

                        li.nav-item {
                            float: left;
                            display: inline-block;
                            margin: 19px;
                            /* flex: cul; */
                            background: unset;
                        }
                    }
                }

                #nav-tabContent {
                    width: 91%;
                    background: unset !important;
                    margin-left: 1%;
                    margin-bottom: 40px;

                    .add-post-header {
                        display: none;
                    }

                    #nav-talent,
                    #nav-talent-arenall {
                        height: 600px;

                        .webform-ajax-form-wrapper {
                            .news-feed {
                                .add-post {
                                    width: 65%;
                                    float: left;
                                    
                                    form {
                                        > div:first-child {
                                            top: 100px;
                                            left: 100px;
                                        }
                                    }
                                }
                            }
                        }
                        .add-talent-wrapper {
                            position: absolute;
                            left: 200px;
                            bottom: 55px;
                            background: unset;
                            width: 45%;
                            top: 20px;
                            text-align: center;
                            display: none;

                            .talent-body {
                                display: none;
                            }

                            video {
                                width: 85% !important;
                            }
                        }
                        .submit-new-post {
                            left: 400px;
                            bottom: 0px;
                        }
                    }

                    .sub-tabs-new-post {
                        width: 100% !important;

                        #nav-tab {
                            /* width: 90%; */
                            background: #fff;
                            border: 1px solid #eef1f6;
                            border-radius: 18px;
                            padding: 12px 18px;
                            box-shadow: 0 10px 28px rgba(15,23,42,.08);
                            display: flex;
                            align-items: center;
                            justify-content: space-between;
                            gap: 8px;
                            height: 100px;
                            float: none !important;
                            height: 100px;
                            /* width: 100%; */
                            /* margin-left: auto; */
                            /* margin-right: auto; */
                            padding: 12px !important;
                            border: unset !important;

                            button {
                                background: unset;
                                color: black;
                                position: relative;
                                /* width: 5% !important; */
                                left: unset !important;
                                top: 0px;
                                /* background-color: pink; */
                                font-size: 0px;
                                /* margin: 2px; */
                                width: 35px !important;
                                height: 35px;
                                padding: 0px;
                            }

                            button.active {
                                border-bottom: 3px solid #000;
                                width: fit-content;
                                padding: 5px;
                            }
                        }
                    }

                    .tab-pane {
                        width: 100%;
                        margin-top: 50px;
                        border: unset;
                        box-shadow: 0 6px 22px rgba(16,24,40,.06);
                        height: 250px;
                        border-radius: 16px;

                        .webform-ajax-form-wrapper {
                            float: left;
                            width: 100%;

                            .news-feed {
                                background-color: white;

                                .add-post {
                                    /* height: 100%; */
                                    /* background: unset !important; */
                                    border: unset;
                                    background-color: white !important;
                                    /* margin: 40px auto; */
                                    /* margin-right: auto; */
                                    /* margin-left: auto; */
                                    padding: 16px;
                                    border-radius: 16px !important;
                                    background: #ffffff;
                                    height: 250px;
                                    width: 98%;
                                    margin-left: 0%;
                                    /* margin-right: auto; */
                                    padding-left: 110px;
                                    padding-top: 50px !important;

                                    .field--name-user-picture {
                                        margin-top: 4px;
                                    }

                                    form {
                                        width: 75%;
                                        
                                        > div:first-child:not(.form-type-textarea) {
                                            position: absolute;
                                            top: 150px;

                                            .form-type-managed-file {
                                                background-image: url('/themes/custom/mycustom_theme/images/add-post-file.png');
                                                background-size: 80%;
                                                /* background-position: 200px 50px; */
                                                background-repeat: no-repeat;
                                                background-position: left;
                                                height: 100px;
                                                width: 100px;

                                                .form-managed-file {
                                                    float: none;

                                                    .file {
                                                        margin-top: 12px;
                                                    }
                                                }
                                            }
                                        }

                                        .form-item-body {
                                            textarea {
                                                font-size: 20px;
                                                height: 100px;
                                                background: unset;
                                                border: unset;
                                                flex: 1;
                                                min-height: 72px;
                                                resize: vertical;
                                                border: none;
                                                outline: none;
                                                background: transparent;
                                                font-size: 16px;
                                                color: #111827;
                                                font-size: 20px;
                                                color: black;
                                            }

                                            textarea::placeholder {
                                                color: black;
                                                font-size: 30px;
                                            }
                                        }
                                    }

                                    
                                    .submit-new-post {
                                        right: 100px;
                                        position: absolute;
                                        bottom: 20px;
                                        margin: 0px !important;
                                        /* box-shadow: 0 10px 28px rgba(15,23,42,.08); */
                                        /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); */
                                        box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
                                        border-radius: 30px !important;
                                    }

                                    .field--name-field-credentials-trending {
                                        display: none;
                                    }
                                }

                            }

                        }
                    }
                }

                #block-mycustom-theme-views-block-city-of-the-day-block-1 {
                    display: none;
                }
            }
        }
    }

    .site-footer {
        display: none;
    }
}

body:not(.user-logged-in) {
    #content {
        section.section {
            #edit-account {
                .js-form-item {
                    width: 100%;
                }
            }
            #edit-field-main-citizenship-wrapper, 
            #edit-field-user-main-language-wrapper {
                float: left;
                width: 100%;
            }
            #edit-field-user-main-language-wrapper {
                label {
                  display: block;
                }
            }
        }
    }
}

body.page-user-login,
body.page-user-password {
    #content {
        section.section {

            section {
                padding-bottom: 0px;
                background-color: #0000008a;
                width: 100%;

                .form-block {

                    .login-wrapper {
                        .login-form {
                            width: 23rem;
                            /* top: 0px; */
                            /* float: left; */
                            /* display: inline-block; */
                            margin-left: auto;
                            margin-right: auto;
                            background-color: #0000008a;
                            padding: 20px;
                            color: white;

                            h3 {
                                color: white;
                            }

                            form#user-login-form {
                                float: left;

                                .js-form-item {
                                    float: left;
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}

@media screen and (max-width: 768px) {
    body {
        #content {

            .networkall-wrapper #block-mycustom-theme-views-block-posts-block-1,
            .view-display-id-page_1 {
                margin-left: 12% !important;
                width: 78% !important;

                .black-post.news-feed.black-post-type-text {
                    width: 100%;

                    .news-feed-subwrapper {
                        .black-post-left {
                            width: 100%;
                        }
                        .black-post-middle {
                            width: 100%;

                            .post-box {
                                width: 100%;
                                margin: 0px;
                                padding: 0px;
                                height: 100%;

                                .post-profil-image {
                                    display: none !important;
                                    margin: 12px;
                                }
                                
                                .post-box-components {
                                    width: 100% !important;
                                    margin-left: 0px !important;

                                    .post-profil-name {
                                        margin: 5px;
                                    }

                                    .post-box-body {
                                        .post-box-sub-body {
                                            video {
                                                width: 100% !important;
                                            }
                                        }
                                    }
                                }
                            }
                        }
                        #commentsPanel {
                            width: 100%;
                            position: relative;
                            left: 0;
                        }
                    }
                }

                .white-posts.news-feed {
                    width: 100%;

                    .post-wrapper {
                        float: left;
                        height: 100%;

                        .post-subwrapper {
                            float: left;
                            height: 100%;

                            .post-comments-wall {
                                width: 100%;
                                height: 500px;

                                .author-box {
                                    margin-bottom: 30px;
                                }
                            }
                            .post-core {
                                margin-top: 500px;
                                width: 100% !important;
                                margin-left: 0px;

                                .post-subcore {
                                    .background-post-box {
                                        .post-box {
                                            .post_image_box {
                                                width: 100%;
                                                min-height: unset;
                                            }
                                        }
                                    }
                                }
                            }
                        }
                    }
                }

                .white-posts.news-feed:not(.poll-post) {
                    .post-wrapper {
                        .post-subwrapper {
                            #commentsPanel {
                                position: relative;
                            }
                            .post-core {
                                margin-top: 0px;
                            }
                        }
                    }
                }

                .black-post.news-feed.black-post-type-profil {
                    .black-box {
                        .global-category {
                            .left-category {
                                width: 90% !important;
                            }
                            .middle-black-card {
                                width: 100% !important;

                                .black-card-list,
                                .profil-card {
                                    width: 100% !important;
                                }
                            }
                        }
                    }
                }
            }

            .view-display-id-page_1 {
                margin-left: 7% !important;

                .white-posts.news-feed {
                    .post-wrapper {
                        .post-subwrapper {
                            .post-core {
                                .post-subcore {
                                    .background-post-box {
                                        .post-box {
                                            .post_image_box {
                                                width: 100% !important;
                                            }
                                        }
                                    }
                                }
                            }
                        }
                    }
                }
            }
            

            .region-with-social {
                display: block;

                .networkall-wrapper {
                    margin: 0px;
                    width: 100%;

                    #block-mycustom-theme-views-block-notifications-block-1 {
                        width: 400px;
                        right: 20px;
                    }

                    .affix {
                        /*top: 200px;*/
                    }

                    .affix-posts#block-mycustom-theme-views-block-posts-block-1 {
                        margin-left: 16% !important;
                        width: 84% !important;
                    }

                    .affix-tabcontent#nav-tabContent {
                        margin-left: 21% !important;
                    }

                    .utilities-feedx {

                        .lateral-user-menu {
                            width: 65px !important;
                            height: 100%;

                            .networkall-logo {
                                height: 53px !important;
                            }
                        }

                    }

                    .utilities-feedx.affix {
                        top: 95px;
                    }

                    .networkall-header {
                        display: block !important;
                        margin: 60px;
                        margin-bottom: 0px;
                        margin-top: 0px;

                        .networkall-title {
                            margin-bottom: 20px;

                            h1 {
                                line-height: 1.25;
                                font-size: 40px;
                            }
                        }
                    }

                    #nav-tabContent {
                        padding: 12px !important;
                        width: 74% !important;
                        margin-left: 14% !important;
                        /* text-align: left; */

                        .sub-tabs-new-post #nav-tab {
                            height: 200px;
                        }

                        .tab-pane {
                            height: 100%;

                            .webform-ajax-form-wrapper {
                                .news-feed {
                                    padding: 12px;

                                    .add-post {
                                        margin: 0px;
                                        padding: 0px !important;
                                        width: 100% !important;
                                        height: 300px;

                                        form {
                                            .form-item-body {
                                                textarea::placeholder {
                                                    font-size: 20px !important;
                                                }
                                                textarea {
                                                    font-size: 15px;
                                                }
                                            }
                                        }
                                    }

                                    .post-city-news {
                                        width: 100% !important;

                                        span {
                                            margin-left: 4px;
                                            font-size: 22px !important;
                                            top: 90px;
                                        }
                                    }
                                }
                            }
                        }

                        .tab-pane#nav-talent,
                        .tab-pane#nav-talent-arenall {
                            height: 100%;

                            .webform-ajax-form-wrapper {
                                height: 100% !important;

                                .talent-add-post {
                                    height: 100% !important;

                                    main {
                                        width: 100% !important;
                                        padding-bottom: 0px !important;
                                    }
                                    .post-city-news {
                                        width: 100% !important;
                                        padding-top: 0px;
                                        height: 500px;

                                        .flex-fill {
                                            width: 100% !important;
                                        }

                                        span {
                                            font-size: 16px !important;
                                        }
                                    }
                                }
                            }

                            .add-talent-wrapper {
                                left: 10px;
                                width: 76%;
                                height: 118px;
                                padding: 0px;
                                padding-top: 0px;
                                padding-top: 12px;
                            }

                            .submit-new-post {
                                bottom: 45px;
                                left: 100px;
                            }
                        }
                    }

                    #commentsPanel .scroll-controls {
                        display: none;
                    }
                    
                }
            }
        }
    }

    body:not(.user-logged-in) {
        #content {
            .region-with-social {
                .networkall-wrapper {
                    .networkall-header {
                        margin: 0px;
                    }
                    
                    .affix-tabcontent#nav-tabContent {
                        margin-left: 0% !important;
                        width: 100% !important;     
                    }

                    .affix-posts#block-mycustom-theme-views-block-posts-block-1 {
                        margin-left: 0% !important;
                        width: 100% !important;
                    }

                }
            }
        }
    }

    body.user-logged-in.path-user {
        #main {
            margin: 0px;
            padding: 0px;

            section.section {
                #block-mycustom-theme-content {
                    padding: 0px;

                    .custom-user-create {
                        width: 100%;
                        padding: 0px;

                        .user-infos-tabs > div {
                            padding-left: 2px;

                            #myCarousel {
                                .carousel-item.personal-information {
                                    width: 90%;
                                        
                                    .form-wrapper {
                                        margin: 0px;

                                        label {
                                            font-size: 15px;
                                            margin-bottom: 7px;
                                        }
                                    }
                                }
                                .carousel-item:not(.personal-information) {
                                    .field-custom-title {
                                        font-size: 16px;
                                        margin-bottom: 7px;
                                    }
                                    label {
                                        display: none;
                                    }

                                    tbody td:nth-child(2) {
                                        width: 100%;

                                        label {
                                            margin-left: 0px;
                                            display: block;
                                            font-size: 15px;
                                            margin-bottom: 10px;
                                        }

                                        .paragraph-type {
                                            display: none;
                                        }

                                        .paragraphs-icon-button {
                                            background-color: white;
                                        }
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
            
    }
}