/**
 * @env: lumsites
 * @customerName: Krys-Group
 * @customerId: 6477593756827648
 * @account: kgadmin@krys-group.com
 *
 * @instanceName: Konnect
 * @instanceId: 6407927776673792
 *
 * @styleName: Krys
 * @styleId: 5344416760856576
 * @styleType: Global platform
 * @kind: custom
 *
 * @url: https://sites.lumapps.com/a/krys-group/konnect
 */

/*  21/03/2019 L. Dané     Ajout du thème lynxyoudo identique à celui de lynx dans un premier temps.
 *                         Lumapps le rattache manuellement aux groupes Adhérents et magasins You Do car pas d'interface disponible pour le faire
 *  01/10/2019 L. Dané     Ajout du menu Krys-Audition
 *  19/02/2020 L. Dané     Ne pas afficher l'auteur dans le résultat du moteur de recherche
 */

/* *****************************************
 * DOCUMENT INFORMATION
 *
 * @NGI version: vanessa.verriere@lumapps.com
 * @Updated On: 23rd October, 2023
****************************************** */

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

@import url(https://fonts.googleapis.com/css?family=Lato:400,700,300);

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

/*--- BASE STYLES */

body.theme-material {
    font-family: "Lato", sans-serif;
}

/*--- NATIVE UI ELEMENTS OVERRIDES */

/*--- GLOBAL STYLES */

/* Template components */
.app-content--is-homepage .component-cell--sidebar {
    padding-bottom: 56px;
    margin-bottom: 12px;
    background-color: #eee;
    background-size: auto;
}

@media screen and (max-width: 1023px) {
    .app-content--is-homepage .component-cell--sidebar {
        background-image: none;
    }
}

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

/*--- BASE STYLES */

:root {
    --lumx-typography-font-family: "Lato", sans-serif;
    /* title */
    --lumx-typography-custom-title1-font-size: 24px;
    --lumx-typography-custom-title1-font-weight: 600;
    --lumx-typography-custom-title2-font-weight: 600;
    --lumx-typography-custom-title3-font-weight: 600;
    --lumx-typography-custom-title4-font-weight: 600;
    /* publication date */
    --lumx-typography-custom-publish-info-font-size: 0.75rem;
    --lumx-typography-custom-publish-info-font-weight: 600;
    /* excerpt */
    --lumx-typography-custom-body-font-size: 0.875rem;
    /* intro */
    --lumx-typography-custom-intro-font-size: 20px;
    --lumx-typography-custom-intro-font-weight: 300;
    /* tags */
    --lumx-tag-state-default-theme-light-color: var(--lumx-color-primary-N);
}

/*--- GLOBAL STYLES */

.theme-lumapps .widget--home-actus .block-grid__item:nth-child(-n+20) {
    --lumx-typography-custom-tag-font-size: 0.75rem;
    --lumx-typography-custom-tag-font-weight: 700;
    --lumx-typography-custom-tag-line-height: 0.9rem;
    --lumx-tag-state-default-theme-light-color: #ffffff;
}

.theme-lumapps .widget--home-actus .block-page-preview__content {
    overflow: visible;
}

.theme-lumapps .widget--home-actus .block-grid__item:nth-child(-n+20) .block-page-preview__field:nth-child(3n) {
    position: absolute;
    top: -83px;
    right: 0;
}

/*--- FIX */

.theme-lumapps .widget-content-list a {
    text-decoration: none;
}

.theme-lumapps .widget-content-list a:hover {
    color: var(--lumx-color-primary-N);
    text-decoration: none;
}

.theme-lumapps .block-html a,
.theme-lumapps .widget-html__content a {
    text-decoration: none;
}
/* *************************************** */
/* Common styles (both themes) */
/* *************************************** */

/*--- GLOBAL STYLES */

/* widget header */
.widget-header {
    position: relative;
}

.widget-header:after {
    position: absolute;
    bottom: -2px;
    display: block;
    width: 60px;
    height: 5px;
    content: '';
    background-color: #0092d0;
}

.widget-header__title {
    font-size: 1.125rem;
    font-weight: 600;
    color: #0092d0;
}

/* widget footer */
.widget-footer__link {
    font-weight: 600;
}

/* Content block */
.content-block--default-style.content-block--view-mode-block .content-block__thumbnail {
    height: 200px;
}

.content-block--default-style .content-block-title {
    font-weight: 600;
}

.content-block--default-style .content-block-publication-date {
    font-size: 0.75rem;
    font-weight: 600;
}

.content-block--default-style .content-block-excerpt {
    font-size: 0.875rem;
}

.content-block--default-style.content-block--theme-light .content-block-excerpt {
    color: rgba(0,0,0,0.54);
}

/* Widget: sidebar */
.component-cell--sidebar .widget {
    box-shadow: none;
}

.component-cell--sidebar .widget-header,
.component-cell--sidebar .widget-content,
.component-cell--sidebar .widget-footer {
    background-color: transparent;
}

.component-cell--sidebar .widget-header .widget-header__title {
    color: #ff5722;
}

.component-cell--sidebar .widget-header:after {
    background-color: #ff5722;
}

/* Widget Subnav */
.component-cell--is-plain > .component-cell__components .widget-sub-nav,
.component-cell--sidebar-content .widget-sub-nav {
    background-color: #f5f5f5;
}

.component-cell--is-plain > .component-cell__components .widget-sub-nav .widget-header,
.component-cell--is-plain > .component-cell__components .widget-sub-nav .widget-content,
.component-cell--is-plain > .component-cell__components .widget-sub-nav .widget-footer,
.cell--is-plain > .cell__wrapper .widget-sub-nav .widget-header,
.cell--is-plain > .cell__wrapper .widget-sub-nav .widget-content,
.cell--is-plain > .cell__wrapper .widget-sub-nav .widget-footer,
.component-cell--sidebar-content .widget-sub-nav .widget-header,
.component-cell--sidebar-content .widget-sub-nav .widget-content,
.component-cell--sidebar-content .widget-sub-nav .widget-footer {
    background-color: transparent;
}

@media screen and (min-width: 1024px) {
    .component-cell--is-plain > .component-cell__components .widget-sub-nav,
    .cell--is-plain > .cell__wrapper .widget-sub-nav {
        margin: -40px 16px -40px -50px;
        border-right: 1px solid rgba(0,0,0,0.12);
    }

    .component-cell--sidebar-content .widget-sub-nav {
        border-right: 1px solid rgba(0,0,0,0.12);
    }

    .component-cell--sidebar-content .component-cell__components {
        padding: 0 0 0 12px;
    }

    .component-cell--sidebar-content .widget {
        border-radius: 2px 0 0 2px;
    }

    .component-cell--sidebar-content + .component-cell--is-plain,
    .component-cell--sidebar-content + .cell--is-plain {
        padding-left: 0;
    }

    .component-cell--sidebar-content + .component-cell--is-plain > .component-cell__components,
    .component-cell--sidebar-content + .cell--is-plain > .cell__wrapper {
        border-radius: 0 2px 2px 0;
    }

    .component-cell--sidebar-content + .component-cell--is-plain .widget-meta .widget-content,
    .component-cell--sidebar-content + .cell--is-plain .widget-meta .widget-content {
        padding: 0 0 0 12px;
    }

    .component-cell--sidebar-content + .component-cell--is-plain > .component-cell__components > .component-cell__component:first-child > .component-widget > .widget-meta,
    .component-cell--sidebar-content + .component-cell--is-plain > .cell__wrapper > .cell:first-child > .component-widget > .widget-meta {
        margin-left: -64px;
    }
}

/* Widget content list: home breaking news */
@media screen and (min-width: 1024px) {
    .widget-content-list.widget--home-breaking-news {
        background-color: transparent;
        box-shadow: none;
    }

    .widget-content-list.widget--home-breaking-news .widget-header,
    .widget-content-list.widget--home-breaking-news .widget-content,
    .widget-content-list.widget--home-breaking-news .widget-footer {
        background-color: transparent;
    }

    .widget-content-list.widget--home-breaking-news .widget-header {
        position: absolute;
        left: 40px;
        width: 320px;
    }

    .widget-content-list.widget--home-breaking-news .widget-header:after {
        background-color: #ffffff;
    }

    .widget-content-list.widget--home-breaking-news .widget-header .widget-wrapper {
        border-bottom-color: rgba(255,255,255,0.54);
    }

    .widget-content-list.widget--home-breaking-news .widget-header .widget-wrapper .widget-header__title {
        color: #ffffff;
        text-transform: uppercase;
    }

    .widget-content-list.widget--home-breaking-news .content-block,
    .theme-lumapps .widget--home-breaking-news .block-page-preview {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .widget-content-list.widget--home-breaking-news .content-block__thumbnail,
    .theme-lumapps .widget--home-breaking-news .block-page-preview__thumbnail-wrapper {
        position: relative;
        -webkit-flex-shrink: 0;
        flex-shrink: 0;
        width: 480px;
        height: 280px;
        margin-right: 40px;
        border: 8px solid #ffffff;
        box-shadow: 0 0 32px rgba(0, 0, 0, 0.32);
        -ms-flex-negative: 0;
    }

    .widget-content-list.widget--home-breaking-news .content-block__thumbnail:before,
    .widget-content-list.widget--home-breaking-news .content-block__thumbnail:after,
    .theme-lumapps .widget--home-breaking-news .block-page-preview__thumbnail-wrapper:before,
    .theme-lumapps .widget--home-breaking-news .block-page-preview__thumbnail-wrapper:after {
        position: absolute;
        top: -8px;
        left: -8px;
        width: 480px;
        height: 280px;
        content: '';
        border: 8px solid #ffffff;
    }

    .theme-lumapps .widget--home-breaking-news .lumx-thumbnail__image {
        max-height: 264px;
    }

    .widget-content-list.widget--home-breaking-news .content-block__thumbnail:before,
    .theme-lumapps .widget--home-breaking-news .block-page-preview__thumbnail-wrapper:before {
        z-index: -1;
        transform: rotate(-2deg);
    }

    .widget-content-list.widget--home-breaking-news .content-block__thumbnail:after,
    .theme-lumapps .widget--home-breaking-news .block-page-preview__thumbnail-wrapper:after {
        z-index: -2;
        transform: rotate(2deg);
    }

    .widget-content-list.widget--home-breaking-news .content-block__fields,
    .theme-lumapps .widget--home-breaking-news .block-page-preview__content {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin: 0 40px;
        margin-top: 30px;
    }

    .widget-content-list.widget--home-breaking-news .content-block-title a,
    .theme-lumapps .widget--home-breaking-news .block-page-preview__title a {
        padding: 16px 0;
        font-size: 1.25rem;
        font-weight: 600;
        color: #ffffff;
    }

    .widget-content-list.widget--home-breaking-news .content-block-title a:hover,
    .theme-lumapps .widget--home-breaking-news .block-page-preview__title a:hover {
        color: #ffffff !important;
    }

    .widget-content-list.widget--home-breaking-news .content-block-excerpt,
    .theme-lumapps .widget--home-breaking-news .block-page-preview__excerpt {
        font-size: 0.875rem;
        color: #ffffff;
    }

    .widget-content-list.widget--home-breaking-news .widget-slideshow .widget-slideshow__controls,
    .theme-lumapps .widget--home-breaking-news .block-slideshow__controls {
        z-index: 2;
    }

    .widget-content-list.widget--home-breaking-news .widget-slideshow .widget-slideshow__pager,
    .theme-lumapps .widget--home-breaking-news .block-slideshow__controls .lumx-slideshow-controls__pagination,
    .theme-lumapps .widget--home-breaking-news .block-slideshow__controls .lumx-slideshow-controls__play {
        display: none;
    }

    .widget-content-list.widget--home-breaking-news .widget-slideshow .widget-slideshow__nav,
    .theme-lumapps .widget--home-breaking-news .block-slideshow__controls {
        position: absolute;
        top: 50%;
        margin-top: -20px;
    }

    .theme-lumapps .widget--home-breaking-news .block-slideshow__controls {
        justify-content: space-between;
        width: calc(100% - 24px);
        --lumx-button-emphasis-low-state-default-theme-light-color: #000000;
    }

    .theme-lumapps .widget--home-breaking-news .lumx-slideshow-controls__navigation {
        border-radius: 50%;
    }

    .widget-content-list.widget--home-breaking-news .widget-slideshow .widget-slideshow__nav button,
    .theme-lumapps .widget--home-breaking-news .block-slideshow__controls button:first-child,
    .theme-lumapps .widget--home-breaking-news .block-slideshow__controls button:last-child {
        background-color: #fff;
        box-shadow: 0 2px 4px rgba(0,0,0,0.30);
    }

    .widget-content-list.widget--home-breaking-news .widget-slideshow--theme-light .widget-slideshow__nav button i {
        color: #000000;
    }

    .widget-content-list.widget--home-breaking-news .widget-slideshow .widget-slideshow__nav--prev,
    .theme-lumapps .widget--home-breaking-news .block-slideshow__controls button:first-child {
        left: 0;
    }

    .widget-content-list.widget--home-breaking-news .widget-slideshow .widget-slideshow__nav--next,
    .theme-lumapps .widget--home-breaking-news .block-slideshow__controls button:last-child {
        right: 0;
    }
}

/* Widget title */
.module__title,
.widget-title__title,
.widget-title__input {
    font-weight: 600;
}

/* Widget content list codir */
.widget-content-list:not(.widget--list-codir) .content-block-metadata__metadata--state-green,
.widget-content-list:not(.widget--list-codir) .content-block-metadata__metadata--state-orange,
.widget-content-list:not(.widget--list-codir) .content-block-metadata__metadata--state-red {
    display: none;
}

/* Widget content list home actu */
.widget-content-list.widget--home-actus .widget-slideshow .widget-slideshow__block:nth-child(n+21) .content-block__thumbnail,
.widget--home-actus .block-grid__item:nth-child(n+21) .block-page-preview__thumbnail-wrapper {
    display: none;
}

.widget-content-list.widget--home-actus .widget-slideshow .widget-slideshow__block:nth-child(-n+20) .content-block .content-block__fields,
.widget--home-actus .block-grid__item:nth-child(-n+20) {
    position: relative;
}

.widget-content-list.widget--home-actus .widget-slideshow .widget-slideshow__block:nth-child(-n+20) .content-block .content-block-tags__prefix {
    display: none;
}

.widget-content-list.widget--home-actus .widget-slideshow .widget-slideshow__block:nth-child(-n+20) .content-block .content-block__field--tags {
    position: absolute;
    top: -72px;
    right: 0;
}

.widget-content-list.widget--home-actus .widget-slideshow .widget-slideshow__block:nth-child(-n+20) .content-block .content-block-tags .content-block-tags__tag,
.widget--home-actus .block-grid__item:nth-child(-n+20) .block-page-preview__field:nth-child(3n) {
    display: block;
    width: 110px;
    height: 56px;
    padding: 6px 8px;
    font-size: 0.75rem;
    line-height: 0.9rem;
    color: #FFFFFF;
    text-transform: uppercase;
    background-color: #0092d0;
}

/* Widget Meta */
.component-cell--is-full.component-cell--is-plain .widget-meta {
    padding: 16px 52px;
    margin: -40px -52px 0 -52px;
}

.component-cell--is-plain .widget-meta,
.cell--is-plain .widget-meta {
    border-bottom: 1px solid rgba(0,0,0,0.12);
}

.widget-meta .widget-meta__field--author,
.widget-meta .block-metadata__author {
    display: none;
}

.widget-meta .widget-meta__field--publication-date,
.widget-meta .widget-meta__field--tags,
.widget-meta .widget-meta__field--metadata,
.widget-meta .widget-meta__field--social {
    margin-left: 0;
}

.component-cell--is-plain .widget-sub-nav .widget-header,
.cell--is-plain .widget-sub-nav .widget-header,
.component-cell--sidebar-content .widget-sub-nav .widget-header {
    padding: 0;
}

.component-cell--is-plain .widget-sub-nav .widget-header:after,
.cell--is-plain .widget-sub-nav .widget-header:after,
.component-cell--sidebar-content .widget-sub-nav .widget-header:after {
    display: none;
}

.component-cell--is-plain .widget-sub-nav .widget-header .widget-wrapper,
.cell--is-plain .widget-sub-nav .widget-header .widget-wrapper,
.component-cell--sidebar-content .widget-sub-nav .widget-header .widget-wrapper {
    padding-right: 24px;
    padding-left: 24px;
}

.component-cell--is-plain .widget-sub-nav .widget-header .widget-wrapper:before,
.cell--is-plain .widget-sub-nav .widget-header .widget-wrapper:before,
.component-cell--sidebar-content .widget-sub-nav .widget-header .widget-wrapper:before {
    margin-right: 8px;
    font: normal normal normal 24px / 1 'Material Design Icons';
    font-size: 1.5rem;
    color: #0092d0;
    content: '\F035C';
    transform: translate(0, 0);
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.component-cell--is-plain .widget-sub-nav .widget-header__title,
.cell--is-plain .widget-sub-nav .widget-header__title,
.component-cell--sidebar-content .widget-sub-nav .widget-header__title {
    font-size: 0.875rem;
}

/* Search Result */
.search-results .content-block__field--author {
    display: none;
}

/* Ajout L Dané pour supprimer affichage auteur suite demande C. Meslif */
.cloudsearch-result-block__author {
    display: none;
}

/* Breadcrumb */
.component-cell--is-plain .widget-breadcrumb__wrapper,
.cell--is-plain .widget-breadcrumb__wrapper {
    padding: 4px 0;
}

.widget--theme-light .widget-breadcrumb__link:hover,
.widget--theme-light .widget-breadcrumb__link:last-child {
    color: #2196F3 !important;
}

/*  widget-featured-image */
.widget-featured-image .widget-content {
    cursor: default;
}

/* *************************************** */
/* Miscellaneous */
/* *************************************** */

/* Ajout Laurent Dané KRYS-GROUP           */
/* pas d'impression de la banniere du haut */

@media print {
    .header-top {
        visibility: hidden;
    }

    .header-main-nav {
        visibility: hidden;
    }

    .header-content {
        visibility: hidden;
    }
}


/* *************************************** */
/* Header */
/* *************************************** */

/* Ne fonctionne pas/plus */
.header-main-nav .main-nav__root > .main-nav__child > .main-nav__link-wrapper > .main-nav__link {
    text-transform: uppercase;
}

.header-main-nav .main-nav__root > .main-nav__child.main-nav__child--extended:hover > .main-nav__children {
    display: flex;
}

.header-main-nav .main-nav__root > .main-nav__child.main-nav__child--extended > .main-nav__children > .main-nav__child {
    border-right: 1px solid rgba(0, 0, 0, 0.12);
}

.header-main-nav .main-nav__root > .main-nav__child.main-nav__child--extended > .main-nav__children > .main-nav__child:last-child {
    border: none;
}

.header-main-nav .main-nav__root > .main-nav__child.main-nav__child--extended > .main-nav__children > .main-nav__child > .main-nav__link-wrapper {
    display: block;
    pointer-events: none;
    background-color: transparent !important;
}

.header-main-nav .main-nav__root > .main-nav__child.main-nav__child--extended > .main-nav__children > .main-nav__child > .main-nav__link-wrapper > .main-nav__link {
    display: block;
    height: 48px;
    cursor: default;
}

.header-main-nav .main-nav__root > .main-nav__child.main-nav__child--extended > .main-nav__children > .main-nav__child > .main-nav__link-wrapper > .main-nav__link-arrow {
    display: none;
}

/*menu Krys avec logo horizontal Style : krys */
.header-main-nav .main-nav__root > .main-nav__child.main-nav__child--extended > .main-nav__children > .main-nav__child.main-nav__child--krys > .main-nav__link-wrapper > .main-nav__link {
    width: 123px;
    background-image: url('https://konnect.krys-group.com/serve/AMIfv948tSMH6hLrNW8IJIaHPKyGU9t6gLysUZY_s4j10xRVYoBGOi58n-_5aHKX_5_iMnP2PHPR9NOAc2LvQKIR163E_jFbyvDuxa8k6F6t3j_r0oQlMl6dzWMMigAxmlXSYMpeUvr28qLfzXR3lwDBvEFUeZkXVQ/LogoKrysMenuMiniature.png');
    background-size: 123px 49px;
}
/*menu Krys et Krys-Audition avec logo carré Style : krys-krys-audition-carre */
.header-main-nav .main-nav__root > .main-nav__child.main-nav__child--extended > .main-nav__children > .main-nav__child.main-nav__child--krys-krys-audition-carre > .main-nav__link-wrapper > .main-nav__link {
    width: 123px;
    background-image: url('https://konnect.krys-group.com/serve/AMIfv951hxB-8dNI-C1Id5W2MBxT69Vfso7b4kiYWsdXsa3PoEIif-pc6I2IuMP6UpHTG_09BYxAm1Nll1-2FTXWNs3PhCJq9t46jjoN6OJa6_JaEAQSW62HZUhnP5HHowFEuDjK_a1GMz09LcnfDELWRPvdvBGJBw/LogoKrysKrys-AuditionMenu.png');
    background-size: 123px 49px;
}
/*menu Krys-Audition avec logo horizontal Style : krysaudition */
.header-main-nav .main-nav__root > .main-nav__child.main-nav__child--extended > .main-nav__children > .main-nav__child.main-nav__child--krysaudition > .main-nav__link-wrapper > .main-nav__link {
    width: 104px;
    background-image: url('https://lh3.googleusercontent.com/lI_L7Wx8vKtaG3o06b85633WKtspEC02Z5_G9IEXG7aYPhuZvJYhuadowXmwRZgKFlyfqYKgXELYvHufVCOM=s0 ');
    background-size: 104px 48px;
}
/*menu vision-plus Style : visionplus */
.header-main-nav .main-nav__root > .main-nav__child.main-nav__child--extended > .main-nav__children > .main-nav__child.main-nav__child--visionplus > .main-nav__link-wrapper > .main-nav__link {
    width: 160px;
    background-image: url('https://lh3.googleusercontent.com/EwZlz5oICkm_i7ZYlOIh8z0z3Ea_oTdKvKmbwam0Dj_oE0vLnW7HHA_KY2xqlgFI1BatxC1UreROR6DMNEs');
    background-size: 160px 48px;
}
/*menu Lynx optique Style : lynx */
.header-main-nav .main-nav__root > .main-nav__child.main-nav__child--extended > .main-nav__children > .main-nav__child.main-nav__child--lynx > .main-nav__link-wrapper > .main-nav__link {
    width: 104px;
    background-image: url('https://lh3.googleusercontent.com/o4ehRaCtML0QxVWspEXhZLRqlEEbMuUaiITOKpfGkRnY6jnV2Omk7oDvtnfc5282JSrlH3DkSOeQ42wJRLA');
    background-size: 104px 48px;
}
/*menu Lynx YouDo Style : lynxyoudo */
.header-main-nav .main-nav__root > .main-nav__child.main-nav__child--extended > .main-nav__children > .main-nav__child.main-nav__child--lynxyoudo > .main-nav__link-wrapper > .main-nav__link {
    width: 104px;
    background-image: url('https://lh3.googleusercontent.com/o4ehRaCtML0QxVWspEXhZLRqlEEbMuUaiITOKpfGkRnY6jnV2Omk7oDvtnfc5282JSrlH3DkSOeQ42wJRLA');
    background-size: 104px 48px;
}

.header-main-nav .main-nav__root > .main-nav__child.main-nav__child--extended > .main-nav__children > .main-nav__child > .main-nav__link-wrapper > .main-nav__link:hover {
    background-color: transparent;
}

.header-main-nav .main-nav__root > .main-nav__child.main-nav__child--extended > .main-nav__children > .main-nav__child > .main-nav__link-wrapper > .main-nav__link span {
    display: none;
}

.header-main-nav .main-nav__root > .main-nav__child.main-nav__child--extended > .main-nav__children > .main-nav__child > .main-nav__children {
    position: relative;
    top: auto;
    left: auto;
    display: block !important;
    border-radius: 0;
    box-shadow: none;
}

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

.footer .wrapper {
    padding: 16px 0;
}

.footer .wrapper .bottom {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 32px;
}

.footer .wrapper .bottom .mentions,
.footer .wrapper .bottom .logo {
    display: inline-flex;
}

.footer .wrapper .bottom .mentions {
    max-width: 640px;
    font-size: 13px;
    font-style: italic;
    color: #6F7678 !important;
    text-align: center;
}

.footer .wrapper .bottom .mentions a {
    display: inline;
    font-size: 12px;
    font-weight: 600;
    color: #222222;
    text-decoration: none;
    word-break: keep-all;
    border-bottom: 2px solid rgba(0, 0, 0, 0);
}

.footer .wrapper .bottom .logo img {
    width: 100%;
    padding: 8px;
}

@media screen and (min-width: 1024px) {
    .footer .wrapper .bottom {
        justify-content: space-between;
    }

    .footer .wrapper .bottom .mentions {
        padding-left: 24px;
    }
}

/* *************************************** */
/* Unavailable widget as of 8th june, 2023 */
/* *************************************** */

/* Header */
.header--front .header-content .header-default {
    background-image: url(https://lh3.googleusercontent.com/eCsgtPnnYhosD5CDaFfY8AYxGQhwAhpRtGfQSLJqPDwuQ3Ajo58TwQyT_2hF97x0xdinBHIkUKbAN4VoMg=s0);
}

.header--front .header-content .header-default__wrapper {
    display: none;
}

/* themes visionplus, lynx, lynxyoudo */
.theme-visionplus .header--front .header-top,
.theme-lynx .header--front .header-top,
.theme-lynxyoudo .header--front .header-top {
    background-color: #000 !important;
}

.theme-visionplus .header--front .header-dropdown .header-dropdown__toggle,
.theme-visionplus .header--front .user-settings .user-settings__name,
.theme-lynx .header--front .header-dropdown .header-dropdown__toggle,
.theme-lynx .header--front .user-settings .user-settings__name,
.theme-lynxyoudo .header--front .header-dropdown .header-dropdown__toggle,
.theme-lynxyoudo .header--front .user-settings .user-settings__name {
    color: #FFF !important;
}

.theme-visionplus .header--front .header-top .header-top__search .search-engine,
.theme-lynx .header--front .header-top .header-top__search .search-engine,
.theme-lynxyoudo .header--front .header-top .header-top__search .search-engine {
    border: none !important;
}

.theme-visionplus .header--front .header-top .header-top__logo img,
.theme-lynx .header--front .header-top .header-top__logo img,
.theme-lynxyoudo .header--front .header-top .header-top__logo img {
    content: url("https://lh3.googleusercontent.com/bzW71-zG7GzQIMszk4f5W9U3mbOKUb8sXNUpDExURwA3KdaXR78w2VVZahpe84E15dCM43frMupd2hrDeXEe");
}

.theme-visionplus .header--front .header-content .header-default,
.theme-lynx .header--front .header-content .header-default,
.theme-lynxyoudo .header--front .header-content .header-default {
    background-color: transparent !important;
    background-image: none !important;
}

.theme-visionplus .header-main-nav {
    background-color: #fd5e00 !important;
}

.theme-lynx .header-main-nav {
    background-color: #ff9900 !important;
}

.theme-lynxyoudo .header-main-nav {
    background-color: #ff9900 !important;
}

.theme-visionplus .widget-header:after {
    background-color: #fd5e00;
}

.theme-lynx .widget-header:after {
    background-color: #ff9900;
}

.theme-lynxyoudo .widget-header:after {
    background-color: #ff9900;
}

.theme-visionplus .widget-header__title {
    color: #fd5e00;
}

.theme-lynx .widget-header__title {
    color: #ff9900;
}

.theme-lynxyoudo .widget-header__title {
    color: #ff9900;
}

.theme-visionplus .component-cell--sidebar .widget-header .widget-header__title {
    color: #fd5e00;
}

.theme-lynx .component-cell--sidebar .widget-header .widget-header__title {
    color: #ff9900;
}

.theme-lynxyoudo .component-cell--sidebar .widget-header .widget-header__title {
    color: #ff9900;
}

.theme-visionplus .component-cell--sidebar .widget-header:after {
    background-color: #fd5e00;
}

.theme-lynx .component-cell--sidebar .widget-header:after {
    background-color: #ff9900;
}

.theme-lynxyoudo .component-cell--sidebar .widget-header:after {
    background-color: #ff9900;
}

.theme-visionplus .widget-content-list.widget--home-actus .widget-slideshow .widget-slideshow__block:nth-child(-n+20) .content-block .content-block-tags .content-block-tags__tag {
    background-color: #fd5e00;
}

.theme-lynx .widget-content-list.widget--home-actus .widget-slideshow .widget-slideshow__block:nth-child(-n+20) .content-block .content-block-tags .content-block-tags__tag {
    background-color: #ff9900;
}

.theme-lynxyoudo .widget-content-list.widget--home-actus .widget-slideshow .widget-slideshow__block:nth-child(-n+20) .content-block .content-block-tags .content-block-tags__tag {
    background-color: #ff9900;
}

@media screen and (min-width: 1024px) {

    .theme-visionplus .widget-content-list.widget--home-breaking-news .widget-header:after {
        background-color: #fd5e00;
    }

    .theme-lynx .widget-content-list.widget--home-breaking-news .widget-header:after {
        background-color: #ff9900;
    }

    .theme-lynxyoudo .widget-content-list.widget--home-breaking-news .widget-header:after {
        background-color: #ff9900;
    }

    .theme-visionplus .widget-content-list.widget--home-breaking-news .widget-header .widget-wrapper,
    .theme-lynx .widget-content-list.widget--home-breaking-news .widget-header .widget-wrapper,
    .theme-lynxyoudo .widget-content-list.widget--home-breaking-news .widget-header .widget-wrapper {
        border-bottom-color: rgba(0,0,0,0.12);
    }

    .theme-visionplus .widget-content-list.widget--home-breaking-news .widget-header .widget-wrapper .widget-header__title {
        color: #fd5e00;
    }

    .theme-lynx .widget-content-list.widget--home-breaking-news .widget-header .widget-wrapper .widget-header__title {
        color: #ff9900;
    }

    .theme-lynxyoudo .widget-content-list.widget--home-breaking-news .widget-header .widget-wrapper .widget-header__title {
        color: #ff9900;
    }

    .theme-visionplus .widget-content-list.widget--home-breaking-news .content-block-title a,
    .theme-lynx .widget-content-list.widget--home-breaking-news .content-block-title a,
    .theme-lynxyoudo .widget-content-list.widget--home-breaking-news .content-block-title a {
        color: #000000;
    }

    .theme-visionplus .widget-content-list.widget--home-breaking-news .content-block-title a:hover {
        color: #fd5e00 !important;
    }

    .theme-lynx .widget-content-list.widget--home-breaking-news .content-block-title a:hover {
        color: #ff9900 !important;
    }

    .theme-lynxyoudo .widget-content-list.widget--home-breaking-news .content-block-title a:hover {
        color: #ff9900 !important;
    }

    .theme-visionplus .widget-content-list.widget--home-breaking-news .content-block-excerpt,
    .theme-lynx .widget-content-list.widget--home-breaking-news .content-block-excerpt,
    .theme-lynxyoudo .widget-content-list.widget--home-breaking-news .content-block-excerpt {
        color: #000000;
    }

    .theme-visionplus .widget-content-list.widget--home-breaking-news .widget-slideshow .widget-slideshow__nav button {
        background-color: #fd5e00;
    }

    .theme-lynx .widget-content-list.widget--home-breaking-news .widget-slideshow .widget-slideshow__nav button {
        background-color: #ff9900;
    }

    .theme-lynxyoudo .widget-content-list.widget--home-breaking-news .widget-slideshow .widget-slideshow__nav button {
        background-color: #ff9900;
    }

    .theme-visionplus .widget-content-list.widget--home-breaking-news .widget-slideshow .widget-slideshow__nav button,
    .theme-lynx .widget-content-list.widget--home-breaking-news .widget-slideshow .widget-slideshow__nav button,
    .theme-lynxyoudo .widget-content-list.widget--home-breaking-news .widget-slideshow .widget-slideshow__nav button {
        color: #ffffff;
    }
}

.widget-meta__metadata--state-green,
.widget-meta__metadata--state-orange,
.widget-meta__metadata--state-red {
    display: none;
}

.content-block-metadata__metadata--state-green,
.content-block-metadata__metadata--state-orange,
.content-block-metadata__metadata--state-red {
    display: block;
    width: 100%;
    height: 100px;
    margin-bottom: 12px;
    overflow: hidden;
    text-indent: -40000px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.content-block-metadata__metadata--state-green {
    background-image: url('https://lh3.googleusercontent.com/9d8OocFEvmSXECBuxEN7apOCCf4F_xD-lZuqwVrysLIlFxhsCx-zcjPu9vKZfdwYyD47SjSfsOp077MW-Zo');
}

.content-block-metadata__metadata--state-orange {
    background-image: url('https://lh3.googleusercontent.com/RV-LhQkxxzJCjLWJ7Ns1Wy4u9FVoHmJSiGlrmiibVTh0zMgJPDXhPvprMCNFAZ5FF15HnTlD4ik6pnaPbBQ');
}

.content-block-metadata__metadata--state-red {
    background-image: url('https://lh3.googleusercontent.com/up7oMtYL_o9Z4JdNCK5jrr-EfhYTjhtTF9a9FV3FYDVn2sskqGTK_KuNzyHR2cEQAAmKe6ZuPR5vOQ0hOzU');
}

/* widget html */
.widget--jt-krys-group .widget-html__content,
.widget--jt-krys-group .widget-html__wysiwyg .fr-view {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.widget--jt-krys-group .widget-html__content p,
.widget--jt-krys-group .widget-html__wysiwyg .fr-view p {
    margin: 0;
}

.widget--jt-krys-group .widget-html__content p:first-child,
.widget--jt-krys-group .widget-html__wysiwyg .fr-view p:first-child {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.widget--jt-krys-group .widget-html__content p:last-child,
.widget--jt-krys-group .widget-html__wysiwyg .fr-view p:last-child {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.widget--jt-krys-group .widget-html__content img,
.widget--jt-krys-group .widget-html__wysiwyg .fr-view img {
    width: 78px;
    height: 78px;
    margin-right: 24px;
}

.widget--jt-krys-group .widget-html__content a,
.widget--jt-krys-group .widget-html__wysiwyg .fr-view a {
    color: #757575;
    text-decoration: none;
}

.widget--jt-krys-group .widget-html__content span,
.widget--jt-krys-group .widget-html__wysiwyg .fr-view span {
    display: block;
}

.widget--jt-krys-group .widget-html__content span:first-child,
.widget--jt-krys-group .widget-html__wysiwyg .fr-view span:first-child {
    font-size: 20px;
    color: #757575;
}

.widget--jt-krys-group .widget-html__content span:last-child,
.widget--jt-krys-group .widget-html__wysiwyg .fr-view span:last-child {
    font-size: 20px;
    font-weight: bold;
    color: #ff5722;
}


/* *************************************** */
/* Deprecated in v2 */
/* *************************************** */

/* Widget calendar */
.widget-calendar-planning .widget-calendar-planning__list {
    padding-top: 8px;
}

.widget-calendar-planning .widget-calendar-planning__month {
    font-weight: 600;
    color: rgba(0,0,0,0.82) !important;
}

.widget-calendar-planning .widget-calendar-planning__date-day {
    font-weight: 600;
}

.widget-calendar-event {
    background-color: #0091ce !important;
}

.component-cell--sidebar .widget-calendar-event {
    background-color: #ff5722 !important;
}

.widget-calendar-event .widget-calendar-event__title {
    font-weight: 600;
}

.widget-calendar-event .widget-calendar-event__hangout,
.widget-calendar-event .widget-calendar-event__dates {
    display: none;
}
