/**
 * @env: lumsites
 * @customerName: Publica Group
 * @customerId: 5991496153563136
 * @account: service_lumapps@220ict.net
 *
 * @instanceName: Publica Portal
 * @instanceId: 5841423553789952
 *
 * @styleName: Default
 * @styleId: 5376533340880896
 * @styleType: Global site
 * @kind: custom
 *
 * @url: https://sites.lumapps.com/a/220ict/home
 * NGI version: vanessa.verriere@lumapps.com
 * Updated On: December 19th, 2022
 */

/* *************************************** */
/* Theme material styles (replaced by CSS variables)
/* *************************************** */

/*--- GLOBAL STYLES */

.theme-material a:hover,
.theme-material a:active,
.theme-material a:focus {
    color: #ff7b00 !important;
}

/* *************************************** */
/* Theme lumapps styles
/* *************************************** */

/*--- BASE STYLES */
:root {
    --lumx-typography-font-family: 'Roboto', sans-serif;
    /* tag */
    --lumx-tag-state-default-theme-light-color: #f7f7f7;
}

/*--- NATIVE UI ELEMENTS OVERRIDES */

.theme-lumapps .widget {
    --lumx-button-border-radius: 0;
    /* default theme light */
    --lumx-button-emphasis-medium-state-default-padding-horizontal: 16px;
    --lumx-button-emphasis-medium-state-default-theme-light-color: #ffffff;
    --lumx-button-emphasis-medium-state-default-theme-light-background-color: #ff7b00;
    /* hover */
    --lumx-button-emphasis-medium-state-hover-padding-horizontal: 16px;
    --lumx-button-emphasis-medium-state-hover-theme-light-color: #ffffff;
    --lumx-button-emphasis-medium-state-hover-theme-light-background-color: #ff7b00;
    /* follow selected */
    --lumx-button-emphasis-selected-state-default-theme-light-color: #ff7b00;
    --lumx-button-emphasis-selected-state-default-theme-light-background-color: #ffffff;
    /* follow selected hover */
    --lumx-button-emphasis-selected-state-hover-theme-light-color: #ff7b00;
    --lumx-button-emphasis-selected-state-hover-theme-light-background-color: #ffffff;
}

.theme-lumapps .follow-button {
    border-width: 1px;
}
.theme-lumapps .follow-button__notification--not-notified {
    --lumx-button-emphasis-medium-state-default-theme-light-background-color: #ffffff;
}

.theme-lumapps .lumx-button--is-selected {
    border: 1px solid #ff7b00;
}

.theme-lumapps .block-html a,
.theme-lumapps .widget a:hover,
.theme-lumapps .widget a:active,
.theme-lumapps .widget a:focus {
    color: #ff7b00;
}

.theme-lumapps .block-html a {
    text-decoration: none;
}

.theme-lumapps .block-html a:hover {
    text-decoration: underline;
}

/* *************************************** */
/* Common styles (both themes) */
/* *************************************** */

/*--- GLOBAL STYLES */

.widget-html__content a {
    color:#FF7B00 !important;
}

.widget-drive__file-title:hover,
.widget-drive__file-infos:hover {
    color: #ff7b00 !important;
}

.widget-drive__file-metawidget-drive__list:hover {
    color: #ff7b00 !important;
}

.widget-drive__file-infos:hover {
    color: #ff7b00 !important;
}

.ls-rich-text__origin a,
.post-block-header__tag,
.directory-entry-block-tags__tag,
.content-block-tags__tag {
    color: #FF7B00 !important;
}

.follow-button {
    border-color: #FF7B00 !important;
}

.follow-button__subscribe {
    background-color: #FF7B00;
    color: #fff !important;
}

.follow-button__subscribe {
    color: #FF7B00 !important;
}

.follow-button__notification {
    border-left: 1px solid #FF7B00 !important;
}

.follow-button--view-mode-extended.follow-button--is-followed .follow-button__notification {
    color: #FF7B00 !important;
}

.follow-button--view-mode-extended.follow-button--not-followed .follow-button__subscribe,
.follow-button--view-mode-extended.follow-button--is-followed .follow-button__subscribe:hover {
    background-color: #FF7B00 !important;
    color: #fff !important;
}

.content-block-title a:hover,
.directory-entry-block-title:hover,
.community-block__title:hover {
    color: #FF7B00 !important;
}

.community-block__instance-name,
.community-new-post-header__tag,
.post-block--theme-light .post-block-header__instance,
.post-block--theme-light .post-block-header__community,
.post-block--theme-light .post-block-header__tag,
.post-block--theme-light .post-block-header__status {
    color: #FF7B00 !important;
}

.post-block-content__more-btn,
.widget--theme-light .widget-breadcrumb__link:hover,
.widget--theme-light .widget-breadcrumb__link:last-child,
.widget-meta-tags__tag {
    color: #FF7B00 !important;
}

.post-block--theme-light .post-block-content__more-btn span,
.post-block--theme-light .post-block-content__more-btn i {
    color: #FF7B00 !important;
}

.bookmarked-apps__sites,
.bookmarked-apps__google-plus {
    display: none;
}

.fullBoxLink {
    display: block;
    height: 110px;
}

.fullBoxLink a {
    background: #ffffff;
    padding: 3px;
}

.search-results-card--media {
    display: none;
}

.social-profile-filters {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    display: none;
}

/* *************************************** */
/* Footer */
/* *************************************** */

.footer {
    margin-top: 12px;
    padding: 40px 0;
    background-color: #FFFFFF;
}

.footer .wrapper {
    display: flex;
    align-items: center;
}

.footer img {
    width: 150px;
    margin-right: 60px;
}

.footer ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer ul li {
    display: flex;
    margin-right: 24px;
    font-size: 14px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.54);
}

/* *************************************** */
/* Unavailable widget as of December 19th, 2022 */
/* *************************************** */
/*
.user-directory-details__contact {
    display: none;
}
*/
/* material icon content thumb */
.mdi-heart:before {
    content: "\F0513";
}

.mdi-heart-outline:before {
    content: "\F0513";
}

/* *************************************** */
/* NOT FOUND */
/* *************************************** */

.widget--cta-home .widget-html__content p {
    display: flex;
    align-items: center;
}

.widget--cta-home .widget-html__content a {
    flex: 1;
    margin-left: 16px;
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    text-transform: uppercase;
    text-decoration: none;
}

.widget--cta-home .widget-html__content i {
    flex-shrink: 0;
    font-size: 24px;
    color: #FFFFFF;
}

.widget--kpi-home .widget-html__content p {
    margin-bottom: 0;
}

.widget--kpi-home .widget-html__content p:first-child span {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
}

.widget--kpi-home .widget-html__content p:nth-child(2) span {
    display: block;
    font-size: 38px;
    color: #FFFFFF;
}

.widget--kpi-home .widget-html__content p:nth-child(3) {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.widget--kpi-home .widget-html__content p:nth-child(3) i {
    font-size: 72px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 80px;
}

.widget--kpi-home .widget-html__content p:nth-child(3) span {
    font-size: 72px;
    color: #FFFFFF;
    line-height: 80px;
}

.widget--kpi-home .widget-html__content p:nth-child(4) span {
    display: block;
    font-size: 18px;
    color: #FFFFFF;
}

.demo-onboarding .tutorial {
    width: 600px;
    margin-left: -300px;
}

.demo-onboarding .tutorial-slides-mask {
    background-color: #fff;
    border-radius: 20px;
}

.demo-onboarding .tutorial-slides__slide {
    display: flex;
    flex-direction: column-reverse;
}

.demo-onboarding .tutorial-slides__content {
    height: 200px;
    padding: 0 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.demo-onboarding .tutorial-slides__title {
    font-size: 24px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.87);
    text-align: center;
}

.demo-onboarding .tutorial-slides__description {
    margin-top: 8px;
    color: rgba(0, 0, 0, 0.54);
    text-align: center;
}

.header-slideshow__title,
.header-slideshow__subtitle {
    color: rgba(0, 0, 0, 0.87);
}

.widget--l .widget-slideshow--controls .content-block--default-style.content-block--view-mode-cover.content-block--inline-thumbnail .content-block__fields {
    padding: 24px 24px 64px;
}
body
{
 background-color:#f7f7f7 !important; 
}
.block-page-preview--theme-light .block-page-preview__tags>span>span 
{
  color:#0009 !important;
}

.block-metadata__tags>span> span, .block-page-preview__field--text > .block-page-preview__tags>span> span, .directory-entry-block__tags>span>span
{
color:#ff7b00 !important;
  
}