/*
HIDE STUFF FROM PRIVATE AND PUBLIC WEBSITE THAT SHOULD NOT APPEARS ON RS
Usually hiding private space stuff are done using js based on the url, but since RS DOES NOT WANT
to be rational the best way to do it is to add this custom css inside every RS blocks :) :) :)
*/


.tfs-header-connexion-container {
    display: none !important;
}

.tfs-sticky-nav-drawer {
    display: none !important;
}

.tfs-header-container-of-the-death {
    display: none !important;
}

.test-dummy {
    display: none !important;
}

.tfs-sticky-nav-bottom {
    display: none !important;
}

.chatbot-modal {
    display: none !important;
}
