/* *****************************************
 * DOCUMENT INFORMATION
 *
 * @env: lumapps-others
 * @customerName: France Horizon
 * @customerId: 6242222571782144
 * @account: None
 *
 * @instanceName: Plateforme FH
 * @instanceId: 5695807202263040
 *
 * @styleName: Default
 * @styleId: 5807389211099136
 * @styleType: Global site
 * @kind: custom
 *
 * @url: https://sites-ms.lumapps.com/a/france-horizon/home
 * @NGI version: sophie.christophe@lumapps.com
 * @Updated On: 2023-06-15
****************************************** */

/* *************************************** */
/* Font imports
/* *************************************** */

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

/*--- BASE STYLES */
body.theme-material {
    font-family: 'Dosis', sans-serif;
    background-color: #ffffff;
}

/* Logo */
.theme-material .header-top__logo a {
    padding: 5px;
}

/*--- NATIVE UI ELEMENTS OVERRIDES */
/* Content Lists - not reproduced in NGI */
.theme-material .widget-content-list__tab.widget-content-list__tab--is-selected {
    color: #ffffff !important;
    background-color: #2aa2c3 !important;
    border-bottom-color: rgba(0,0,0,.12) !important;
}

.theme-material .widget-content-list__tab {
    height: 40px;
    margin: 0px 2px;
    background-color: #bae8f1 !important;
    border-right: 1px solid rgba(0,0,0,.12) !important;
    border-right-color: rgba(0,0,0,.12) !important;
}

/*--- GLOBAL STYLES */
/* Slideshow: Prefix of Categories */
.theme-material .widget--shared-slideshow .content-block-tags__prefix {
    display: none;
}

.theme-material .widget--shared-slideshow  .content-block-tags__tag {
    padding: 2px 5px;
    margin-right: 2px;
    color: #ffffff !important;
    background: #c84e1b;
}

.theme-material .widget--shared-slideshow  .content-block-tags__tag:after {
    content: none !important;
}

/* Page Titles */
.theme-material .widget--shared-page-title .widget-title__title {
    font-size: 50px !important;
    color: #ffffff;
}

.theme-material .widget--shared-news-title .widget-title__title {
    font-size: 50px !important;
}
/* *************************************** */
/* Theme lumapps styles
/* *************************************** */

/*--- BASE STYLES */

:root {
    --lumx-typography-font-family: 'Dosis', sans-serif;
    --lumx-app-background : #ffffff;
    --lumx-app-header-logo-height: 50px;
}

/*--- NATIVE UI ELEMENTS OVERRIDES */

/*--- GLOBAL STYLES */
.theme-lumapps .widget--shared-slideshow {
    --lumx-tag-state-default-theme-dark-background-color: #c84e1b;
    --lumx-tag-state-default-theme-dark-color: #ffffff;
    --lumx-tag-state-default-padding-horizontal: 5px;
    --lumx-tag-list-separator: none;
    --lumx-typography-custom-tag-font-size: 12px;
    --lumx-typography-custom-tag-font-weight: 500;
}

/* Page Titles */
.theme-lumapps .widget--shared-page-title {
    --lumx-typography-custom-title1-font-size: 50px;
    --lumx-typography-custom-title1-line-height: 1.5;
    --lumx-widget-title-theme-light-color: #ffffff;
}

.theme-lumapps .widget--shared-news-title {
    --lumx-typography-custom-title1-font-size: 50px;
    --lumx-typography-custom-title1-line-height: 1.5;
}

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

/*--- BASE STYLES */
/* Display only home icon */
.main-nav__child--home span {
    display: none;
}

.header-main-nav .main-nav__link-icon {
    margin-right: 1px;
}

/* Updates on the TOP BAR */
.main-nav-item--primary > .main-nav-item__link {
    text-transform: uppercase;
}

.lumx-icon--no-shape.lumx-icon--size-xs {
    line-height: 14px;
}

/*--- NATIVE UI ELEMENTS OVERRIDES */
/* Bubbles colors */
.widget-links__thumbnail,
.directory-entry-block__thumbnail,
.color-bubble-letter {
    background-color: #2aa2c3 !important;
}

/*--- GLOBAL STYLES */
/* Section Title */
.widget--shared-section-title .widget-html__content p span,
.widget--shared-section-title .block-html p span,
.widget--shared-section-title-white .widget-html__content p span,
.widget--shared-section-title-white .block-html p span {
    display: table;
    white-space: nowrap;
}

.widget--shared-section-title .widget-html__content p span:after,
.widget--shared-section-title .block-html p span:after,
.widget--shared-section-title-white .widget-html__content p span:after,
.widget--shared-section-title-white .block-html p span:after {
    position: relative;
    top: 32px;
    left: 30px;
    display: table-cell;
    width: 40%;
    content: '';
    border-top: 1px solid #333333;
}

.widget--shared-section-title-white .widget-html__content p span:after,
.widget--shared-section-title-white .block-html p span:after {
    border-top: 1px solid #ffffff;
}

/* Page Titles */
.widget--shared-page-title .widget-title__title,
.widget--shared-page-title .block-title {
    text-shadow: 1px 1px 1px #333333;
}

/* Buttons - CTA's */
.widget--button-gradient {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.widget--button-gradient .widget-html__content a,
.widget--button-gradient .block-html a {
    color: #ffffff !important;
    text-decoration: none !important;
}

.widget--button-gradient .widget-content {
    background-image: linear-gradient(transparent,rgba(0,0,0,.87)) !important;
}

.widget--button-gradient:hover {
    box-shadow: 0px 10px 11px 0px rgba(0,0,0,0.5) !important;
}

/* *************************************** */
/* Footer */
/* *************************************** */
.footer {
    padding: 24px 0;
    overflow: hidden;
    background-color: #404533;
}

.footer-columns {
    display: flex;
    margin: 0 -48px;
}

.footer-column {
    flex: 1;
    padding: 0 24px;
}

.footer-column__description {
    padding: 0 20px;
    font-size: 15px;
    line-height: 20px;
    color: #ffffff;
    text-align: center;
}

.footer-column__description a {
    color: #ffffff !important;
    text-decoration: none !important;
}

.footer-column__description a:hover {
    text-decoration: underline !important;
}

/* *************************************** */
/* Deprecated in v2 */
/* *************************************** */
/* Main Navigation Uppercase */
.header-main-nav .main-nav__root>.main-nav__child>.main-nav__link-wrapper>.main-nav__link {
    text-transform: uppercase;
}
