/*
Theme Name: iDea - Clean & Powerful Bootstrap Theme
Author: HtmlCoder
Author URI: http://www.htmlcoder.me
Author e-mail: htmlcoder.me@gmail.com
Version: 1.5
Created: August 2014
License URI: http://support.wrapbootstrap.com/
File Description: Place here your custom CSS styles
Orange : var(--primary)
Rose : var(--secondary)
*/

/* Communs
----------------------------------------------------------------------------- */
body {
    color: #333;
    background: rgba(238, 238, 238, 0.7);
}

.body-bg-top {
    padding-top: 0;
}

.btn {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

input[type="file"] {
    cursor: pointer !important;
}

.btn-dark:hover {
    color: #fff !important;
}


/** LINK PART **/

#page-content a:not(.btn) {
    text-decoration: underline;
}

#page-content a:hover:not(.btn) {
    text-decoration: none;
}

#page-content p a:not(.btn),
#page-content ul > li > a:not(.btn),
#page-content ol > li > a:not(.btn) {
    text-decoration: underline;
}

#page-content ul.announce > li > a:not(.btn),
body:not(.pagelevel-1) #page-content p a:not(.btn):hover,
body:not(.pagelevel-1) #page-content ul > li > a:not(.btn):hover,
body:not(.pagelevel-1) #page-content ol > li > a:not(.btn):hover {
    text-decoration: none;
}

#page-content .trombinoscope p > strong > a:not(.btn),
#page-content h2 > a:not(.btn),
#page-content div.carousel-content > a {
    text-decoration: none !important;
}

#page-content ul.announce > li > a:not(.btn):hover,
#page-content .trombinoscope p > strong > a:hover,
#page-content h2 > a:not(.btn):hover {
    text-decoration: underline !important;
}

#page-content ul.list-normal > li > a:hover,
#page-content ul.list-normal > li a:hover {
    text-decoration: none !important;
}

#page-content h1 > a:not(.btn),
#page-content h2 > a:not(.btn),
#page-content h3 > a:not(.btn),
#page-content h4 > a:not(.btn),
#page-content h5 > a:not(.btn),
#page-content h6 > a:not(.btn) {
    text-decoration: none !important;
}

#page-content h1 > a:not(.btn):hover,
#page-content h2 > a:not(.btn):hover,
#page-content h3 > a:not(.btn):hover,
#page-content h4 > a:not(.btn):hover,
#page-content h5 > a:not(.btn):hover,
#page-content h6 > a:not(.btn):hover {
    text-decoration: underline !important;
}

tr.days ~ tr > td > strong > a {
    text-decoration: none !important;
}

tr.days ~ tr > td > strong > a:hover {
    text-decoration: underline !important;
}

#page-content .subnav-nav .subnav-nav {
    border-left:none;
}

#page-content .subnav-nav .subnav-nav .subnav-link {
    border-left:none;
    padding-left:1.5rem;
}

#page-content ul.subnav-nav > li > a {
    text-decoration: none !important;
}

#page-content ul.subnav-nav > li > a:hover {
    text-decoration: underline !important;
}

.btn {
    text-decoration: none !important;
}

#page-content .article p > strong > a {
    text-decoration: none !important;
}

#page-content .article p > strong > a:hover {
    text-decoration: underline !important;
}

.col-collapser {
    text-decoration: none !important;
}

/******************/

#page-content .linkBloc a,
#page-content a.btn {
    text-decoration: none;
}

#page-content .linkBloc a:hover,
#page-content a.btn:hover {
    text-decoration: underline;
}

.carousel .news ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
#page-content .carousel .news .btn-primary {
    color: #000000 !important;
    border: 1px solid #000000 !important;
}
#page-content .carousel .news .btn-primary:hover, .carousel .news .btn-primary:focus {
    color: #fff !important;
    background-color: #000000;
}   
.carousel .list-normal.agenda .article {
    padding: 0;
    margin: 0;
}
@media (min-width: 576px) {
    .backendlayout-2_columns .subcontent-wrap .frame,
    .backendlayout-2_columns_25_75 .subcontent-wrap .frame,
    .backendlayout-3_columns .subcontent-wrap .frame,
    .backendlayout-3_columns .maincontent-wrap .frame,
    .backendlayout-subnavigation_right .subnav-wrap .frame,
    .backendlayout-subnavigation_left .subnav-wrap .frame,
    .backendlayout-subnavigation_left_2_columns .subnav-wrap .frame,
    .backendlayout-subnavigation_left_2_columns .subcontent-wrap .frame,
    .backendlayout-subnavigation_right_2_columns .subnav-wrap .frame,
    .backendlayout-subnavigation_right_2_columns .subcontent-wrap .frame {
        padding-right : 1rem !important;
        padding-left: 1rem !important;
    }
    .backendlayout-2_columns_offset_right .subcontent-wrap {
        margin-left: calc(100% / 12 * 0.5);
    }
    .backendlayout-2_columns_offset_right .subcontent-wrap .frame {
        padding-right : 0.5rem !important;
        padding-left: 0.5rem !important;
    }
}

@media (min-width: 768px) {
    .backendlayout-2_columns_offset_right .subcontent-wrap {
        margin-left: calc(100% / 12 * 0.5);
    }
    .backendlayout-2_columns .subcontent-wrap .frame,
    .backendlayout-2_columns_25_75 .subcontent-wrap .frame,
    .backendlayout-3_columns .subcontent-wrap .frame,
    .backendlayout-3_columns .maincontent-wrap .frame,
    .backendlayout-subnavigation_right .subnav-wrap .frame,
    .backendlayout-subnavigation_left .subnav-wrap .frame,
    .backendlayout-subnavigation_left_2_columns .subnav-wrap .frame,
    .backendlayout-subnavigation_left_2_columns .subcontent-wrap .frame,
    .backendlayout-subnavigation_right_2_columns .subnav-wrap .frame,
    .backendlayout-subnavigation_right_2_columns .subcontent-wrap .frame {
        padding-right : 1.5rem !important;
        padding-left: 1.5rem !important;
    }
}

.frame-background-purple {
    background: var(--purple);
    color: var(--white);
}

.btn-purple {
    background: var(--purple);
    color: var(--white);
    border-color: var(--purple) !important;
}

.btn-purple:hover {
    color: var(--purple);
    background: var(--white);
}

.frame-background-orange {
    background: var(--orange);
    color: var(--white);
}

.btn-orange {
    background: var(--orange);
    color: var(--white);
    border-color: var(--orange) !important;
}

.btn-orange:hover {
    color: var(--orange);
    background: var(--white);
}

.frame-background-pink {
    background: var(--pink);
    color: var(--white);
}

.btn-pink {
    background: var(--pink);
    color: var(--white);
    border-color: var(--pink) !important;
}

.btn-pink:hover {
    color: var(--pink);
    background: var(--white);
}

.frame-background-cyan {
    background: var(--cyan);
    color: var(--white);
}

.btn-cyan {
    background: var(--cyan);
    color: var(--white);
    border-color: var(--cyan) !important;
}

.btn-cyan:hover {
    color: var(--cyan);
    background: var(--white);
}

.frame-background-teal {
    background: var(--teal);
    color: var(--dark);
}

.btn-teal {
    background: var(--teal);
    color: var(--dark);
    border-color: var(--teal) !important;
}

.btn-teal:hover {
    color: var(--teal);
    background: var(--dark);
}

.frame-background-primary *:not(.accordion-button) {
    color: #ffffff;
}

.frame-background-primary .frame-background-white * {
    color: #333;
}

.frame-background-dark a:not(.btn) {
    color: #fff;
}

.frame-background-dark a:not(.btn):hover {
    color: #fff;
}

.frame-background-secondary a:not(.btn):hover {
    color: #fff;
}

.scroll-top {
    border-radius: 50%;
    background-color: #aaaaaa;
}

#page-icons [class^="pli-"], #page-icons [class*=" pli-"] {
    font-size: 25px;
    margin: 10px;
}

.row-gridelement {
    padding: 0 0 15px 0;
}

.row-gridelement > div > div {
    width: 100%;
}

.sortable-receiver .nano {
    height: 180px;
    margin-bottom: 30px;
}

.sortable-receiver .panel.ui-sortable-handle {
    height: 100%;
    position: relative;
}

.sortable-receiver .nano-content {
    left: 15px;
    top: 15px;
    right: 15px;
    bottom: 15px;
    z-index: 1;
}

.ui-sortable-handle * {
    word-wrap: break-word;
}

.ui-sortable-handle > p {
    margin-bottom: 0;
}

.ui-sortable-handle:hover {
    cursor: move;
}

.ui-sortable-handle a:not(.delete) {
    cursor: help;
}

.modal-backdrop {
    z-index: 99998;
}

.modal {
    z-index: 1000001;
}

.modal.show .modal-dialog {
    display: block;
    max-width: calc(100vw - 15px);
}

.modal-header {
    position: relative;
}

.modal .modal-header.bg-danger h2 {
    color: #ffffff;
}

.modal .modal-content {
    background: #e7e7e7;
}

.modal .modal-header .close {
    background: transparent;
    border: transparent;
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 30px;
    margin: 0;
    padding: 0;
    color: #ffffff;
    opacity: 1;
}

.modal .modal-header .close i {
    color: #ffffff;
}

.modal .calendarModalActionLink a {
    margin-left: 10px;
}

.navbar-mainnavigation {
    flex-flow: row wrap !important;
}

.p-0 {
    margin-top: -4px;
}

/* Home only
----------------------------------------------------------------------------- */
.pagelevel-0 #page-title {
    display: none !important;
}

.pagelevel-0 .news {
    background: transparent;
}

.pagelevel-0 #page-footer {
    width: 100%;
    bottom: 0;
}

.pagelevel-0 .footer-section-meta .footerMenu li a:hover {
    text-decoration: underline;
}

.pagelevel-0 #page-content > .section,
.pagelevel-0 #page-content > .section > div,
.pagelevel-0 #page-content > .section > div > div,
.pagelevel-0 #page-content > .section > div > div > div,
.pagelevel-0 #page-content > .section > div > div > div > div {
    height: 100%;
}

/* Home News
----------------------------------------------------------------------------- */
.home-news {
    padding: 25px 40px;
}

.home-news [class^='col-md'] {
    display: flex;
    padding: 20px
}

.home-news .blogpost {
    background: #ffffff;
    position: relative;
    width: 100%;
}

.home-news .blogpost .category {
    padding: 0;
    color: #333 !important;
    font-size: 1.5rem;
}

.home-news .blogpost .date, .blogpost .date {
    font-weight: 900;
    color: #333 !important;
    text-transform: uppercase;
}

.home-news .blogpost h1.title {
    color: #333 !important;
    font-weight: normal;
}

.home-news p {
    margin-top: 20px;
}

.home-news .blogpost a.btn-light {
    margin-top: 0;
    position: relative;
    z-index: 25;
}

.home-news .homeLinkNews {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* banner
----------------------------------------------------------------------------- */
#banner-top {
    position: fixed;
    top: 0;
    font-size: 14px;
    z-index: 9;
    width: 100%;
    padding: 5px 0;
}

#banner-top a.link {
    float: right;
    line-height: 40px;
    font-weight: normal;
    color: #fff;
    font-size: 16px;
}

#mainnavigation li.link {
    display: block;
}

.footerNav .frame-container {
    display: flex;
    flex-wrap: wrap;
}

.footerNav .frame-container > div:first-child {
    width: calc(100% - 40px);
}

.footerNav .frame-container > div:last-child {
    width: 40px;
}

.footerNav .frame-container > div:last-child > a {
    color: #fff !important;
    text-align: right;
    padding: 5px 0;
    margin: 0;
    display: block;
    font-size: 1.5rem;
}

/* #mainnavigation > ul > li > a > span {
    font-size: 1rem !important;
} */

.headerTopPerson:not(.userConnected) {
    padding-right: 0;
    margin-right: 0;
    margin-left: 0;
    margin-top: -3px !important;
}

@media (min-width: 992px) {
    .headerTopPerson:not(.userConnected) {
        display: none !important;
    }
}

.mainNav .userConnected {
    display: none;
}

.mainNav .userConnected a > span, .mainNav .userConnected a > i {
    display: inline-block;
    margin-right: 5px;
    color: #fff;
}

.panel .see, .ui-sortable-helper .see {
    position: absolute;
    right: 0;
    bottom: 0;
    display: none !important;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    text-align: center;
    cursor: pointer;
    color: #333;
    text-decoration: none !important;
}

.panel .see > i, .ui-sortable-helper .see > i {
    padding: 0 !important;
    height: unset !important;
    display: inline-block;
    line-height: 35px;
}

.myLink .panel .see, .myLink .ui-sortable-helper .see,
.myEditLinkContent .panel .see, .myEditLinkContent .ui-sortable-helper .see {
    right: 1px !important;
    bottom: 0 !important;
}

.panel:hover .see, .ui-sortable-helper:hover .see {
    display: inline-block !important;
}

.panel .see > i, .ui-sortable-helper .see > i {
    height: unset;
    padding: 0;
    float: none;
}

@media (max-width: 992px) {
    .headerTopPerson:not(.userConnected) {
        display: block;
        height: 31px;
        font-size: 18px;
        padding-top: 5px;
    }

    .headerTopPerson:not(.userConnected) a {
        display: block;
    }

    .headerTopPerson:not(.userConnected) > li:first-child {
        display: none;
    }

    .headerTopPerson > li:first-child > a > i {
        padding-top: 0 !important;
        margin-top: -8px;
    }

    .headerTopPerson.userConnected > span {
        display: none;
    }

    .footerNav .frame-container > div:last-child {
        display: none;
    }

    #mainnavigation > ul > li:last-child {
        margin-left: 0;
        width: 100%;
    }

    #mainnavigation > ul > li:last-child i {
        display: none;
    }

    #mainnavigation > ul > li:last-child > a {
        text-align: left;
    }

    #mainnavigation > ul > li:last-child span {
        font-size: 1rem;
    }

    .mainNav .userConnected {
        display: block;
    }

    #banner-top a.link {
        display: none;
    }

    #mainnavigation li.link {
        display: block;
        position: relative;
        height: 40px;
        line-height: 40px;
    }

    #mainnavigation li.link * {
        color: #fff !important;
    }

    #mainnavigation li.link::before {
        content: "";
        top: 0;
        left: 0;
        width: 5px;
        bottom: 0;
        position: absolute;
        background-color: #fff;
        opacity: 0;
    }

    #mainnavigation li.link:hover::before {
        opacity: 1;
        transition: 0.5s;
    }
}

#banner-top .container {
    padding-left: 0;
}

.apps a:hover, .headerTopPerson a:hover {
    background: none;
    opacity: 1;
    text-decoration: none;
}

.apps i {
    font-size: 25px;
    padding: 6px;
}

.headerTopPerson i {
    font-size: 20px;
    padding: 10px;
}

.headerTopPerson:not(.userConnected) i {
    padding-top: 7px;
}

@media (min-width: 992px) {
    .headerTopPerson:not(.userConnected) i {
        padding-top: 5px;
    }
}

@media (max-width: 991px) {
    .apps li:last-child a i {
        position: relative;
        top: 0;
    }
    .navbar-mainnavigation .navbar-nav>li>.nav-link::before {
        display:none;
    }
}

.headerTopPerson:not(.userConnected) > li:first-child i {
    padding-top: 0;
    margin-top: -7px;
}

.section-main-search {
    text-align: center;
}

.section-main-search .fa-search {
    font-size: 20px;
}

.footerNav {
    position: relative;
    width: 100%;
    text-align: center;
}

.footerNav .section-main-search input {
    height: 44px;
    color: #ffffff;
    background: transparent;
    margin: 0;
    padding: 0 10px;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    border: 1px #fff solid;
    border-radius: 25px;
}

.footerNav .section-main-search input:focus {
    border: 1px #fff solid;
}

.footerNav .section-main-search button {
    color: #ffffff;
    padding: 0;
    z-index: 10;
}

.footerNav .section-main-search input::placeholder {
    color: #ffffff;
    opacity: 1;
    font-weight: 500;
    font-size: 1rem;
}

@media (min-width: 991px) {
    .footerNav {
        bottom: 0;
    }

    .navbar-transition .footerNav {
        position: relative;
        padding: 5px 0 0;
        margin-bottom: 20px;
    }

    .navbar-transition .footerNav input {
        transition: 0.5s ease-in-out;
    }

    #mainnavigation > ul > li:last-child i {
        font-size: 1.5rem;
    }
}

/* Nav
----------------------------------------------------------------------------- */

.navbar-fixed-top .navbar-collapse.show {
    overflow-y: inherit;
}

.navbar-mainnavigation {
    box-shadow: none;
}

.navbar-mainnavigation .navbar-brand-image {
    padding: 0;
}

.navbar-mainnavigation .navbar-brand-image img {
    max-height: 75%;
    height: 100%;
}

.navbar-mainnavigation .navbar-nav > li > .nav-link::before {
    background: #ffffff;
}

.navbar-mainnavigation .navbar-nav > li > .nav-link:focus::before,
.navbar-mainnavigation .navbar-nav > li > .nav-link:hover::before,
.navbar-mainnavigation .navbar-nav > li:hover > .nav-link::before,
.navbar-mainnavigation .navbar-nav > li.show > .nav-link::before {
    opacity: 1 !important;
}

.navbar-mainnavigation .navbar-nav > li.active > .nav-link::before {
    display: none;
}

.userConnected {
    font-weight: bold;
    color: #ffffff;
}

.userConnected span {
    margin-right: 15px;
}

.navbar-mainnavigation .dropdown-menu,
.navbar-mainnavigation .dropdown-toggle::after {
    display: none !important;
}

.navbar .nav-item.active #main-submenu {
    color: #ffffff;
}

.navbar .nav-item.active #main-submenu:hover {
    text-decoration: none !important;
}

#main-submenu > span {
    width: 30px;
    height: 30px;
    background: transparent;
    display: block;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    font-size: 14px;
    right: 5px;
    line-height: 30px;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#main-submenu > span:hover {
    background: #ffffff;
    color: #222062;
}

#main-submenu > span::after {
    width: 30px;
    height: 30px;
    background: var(--primary);
    color: #ffffff;
    transform: scale(0);
    display: block;
    position: absolute;
    border-radius: 50%;
    transition: 0.5s ease-in-out;
    content: "";
    top: 0;
    z-index: 9;
}

#main-submenu > span.open::after {
    transform: scale(110);
    transition: 1s ease-in-out;
}

#main-submenu-contents {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 99999;
    padding: 120px 40px 40px 40px;
    display: none;
    background: var(--secondary);
}

#main-submenu-contents .nano {
    height: 100%;
}

#main-submenu-contents .nano > .nano-content {
    top: 50px;
}

#main-submenu-contents .colMenu {
    padding: 20px;
    padding-top: 40px;
}

#main-submenu-contents .colMenu .itemMenu {
    margin-bottom: 20px;
}

#main-submenu-contents .colMenu .submenu {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

#main-submenu-contents .colMenu > .itemMenu > a {
    font-weight: bold;
    text-transform: uppercase;
}

#main-submenu-contents .colMenu a {
    display: block;
    width: 100%;
    color: #ffffff;
}

#main-submenu-contents .colMenu a {
    display: block;
    width: 100%;
    color: #ffffff;
}

#main-submenu-closer {
    display: block;
    position: absolute;
    z-index: 999;
    font-size: 40px;
    line-height: 40px;
    width: 40px;
    height: 40px;
    color: #ffffff;
    text-align: center;
    border-radius: 50%;
    bottom: 10px;
    right: 40px;
    top: 40px;
    border: 1px solid transparent;
    transform: rotate(45deg);
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#main-submenu-closer:hover {
    border: 1px solid #ffffff;
    text-decoration: none !important;
}

.navbar .nav-item.active .nav-link {
    margin-right: 20px !important;
    padding: 5px 10px;
}

#page-title {
    width: 100%;
    padding-top: 20px;
}

#page-header.navbar-transition {
    padding-bottom: 0 !important;
    transition: 0.5s ease-in-out;
}

.navbar-brand.navbar-brand-image {
    transition: 0.5s ease-in-out;
}

.pagelevel-0 .navbar-transition .logo {
    margin-top: 0;
}

.navbar-mainnavigation .navbar-brand-image img.commun {
    width: 200px;
    height: 100px !important;
    max-height: none !important;
}

.navbar-transition .mainNav {
    margin-bottom: 0 !important;
    transition: 0.5s ease-in-out;
}

.navbar-transition .mainNav .navbar-nav {
    margin-top: 35px;
    margin-bottom: 10px;
}

.favList {
    padding-left: 0;
    float: right;
    margin-top: -3px;
}

.favList > li:first-child > a > i {
    margin-top: -5px;
}

#banner-top .favList form button {
    border: 0;
    background: transparent;
    color: #fff;
    font-size: 18px;
}

#banner-top .favList form, #banner-top .favList form * {
    display: inline-block;
}

@media (max-width: 992px) {

    #page-header .container.container-topnavigation {
        justify-content: center !important;
    }

    .favList {
        width: 100% !important;
        justify-content: space-between !important;
        max-width: 576px!important;
    }

    .favList > li {
        border-left: unset !important;
    }

    .favList > li > a {
        font-size: 10px !important;
        padding: 10px 6px 8px 6px !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center;
        gap: 4px;
        text-align: center;
    }

    .favList > li > a > i {
        font-size: 22px !important;
        display: inline-block;
    }
    
    .navbar-mainnavigation .navbar-brand-image img.commun {
        width: 120px;
        height: 60px !important;
        max-height: none !important;
    }
}

.favList li {
    display: inline-block;
}

.favList li a {
    padding: 6px;
    text-decoration: none !important;
    color: #ffffff !important;
    line-height: 32px;
    font-size: 1rem;
    position: relative;
    display: block;
    height: 42px;
    top: -5px;
    padding-top: 8px;
}

.favList li a > strong {
    margin-left: 5px;
}

#banner-top .favList form {
    padding: 3px;
    padding-top: 8px;
}

.favList li a[aria-expanded="true"] {
    background-color: #e7e7e7;
    color: #333 !important;
}

.breadcrumb-section {
    background-color: #ffffff;
}

.breadcrumb {
    background-color: transparent;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: ">";
}

/* Applications
----------------------------------------------------------------------------- */
#appLink .virtual-desktop {
    max-height: calc(100vh - 40px);
    overflow-y: auto;
    overflow-x: hidden;
}

#appLink {
    width: 100%;
    padding-top: 43px;
}

#myappContent .app {
    position: relative;
    margin: 0;
    display: flex;
}

.myEditAppContent .panel {
    position: relative;
    background: #ffffff;
    min-height: 80px;
}

#myappContent .app .pli-user,
#myappContent .app .pli-gear,
#myappContent .app .pli-network,
#myappContent .app .pli-conference {
    font-size: 25px;
    height: 50px;
    padding-top: 6px;
}

.myEditAppContent .panel i,
.ui-sortable-helper i {
    font-size: 25px;
    float: left;
    height: 80px;
    padding-top: 20px;
    padding-left: 10px;
}

#myappContent .app i:before,
.myEditAppContent .panel i:before,
.ui-sortable-helper i:before {
    padding: 5px;
}

#myappContent .app .pli-user:before,
#myappContent .app .pli-gear:before,
#myappContent .app .pli-network:before,
#myappContent .app .pli-conference:before,
.myEditAppContent .panel .pli-user:before,
.myEditAppContent .panel .pli-gear:before,
.myEditAppContent .panel .pli-network:before,
.myEditAppContent .panel .pli-conference:before,
.ui-sortable-helper .pli-gear:before,
.ui-sortable-helper .pli-network:before {
    display: inline-block;
    border: 1px solid #333;
    margin-right: 10px;
    border-radius: 50%;
    color: #333 !important;
    text-decoration: none !important;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.myEditAppContent .panel .panel-title {
    display: flex;
    margin-bottom: 0;
    padding-right: 30px;
}

#myappContent .app > a,
.myEditAppContent .panel .panel-title > a,
.ui-sortable-helper .panel-title > a {
    color: #333 !important;
    text-decoration: none !important;
    line-height: 20px;
    margin: auto 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

#myappContent .app > a.link.disabled {
	opacity: 0.2;
}

header a.link > span:not(.application-picture) {
    width: calc(100% - 50px);
}

#myappContent .app .delete i {
    font-size: 18px;
}

.myEditAppContent .panel .delete,
.ui-sortable-helper .delete {
    position: absolute;
    right: 0;
    top: 0;
    color: #333 !important;
    text-decoration: none !important;
    width: 35px;
    height: 35px;
    display: inline-block !important;
}

.myEditAppContent .panel .delete > i,
.ui-sortable-helper .delete > i {
    padding: 0 !important;
    height: unset !important;
    display: inline-block;
    line-height: 35px;
}

.myEditAppContent .actionButtons a {
    margin: 0 5px;
}

#mylink .action-link a i,
.myEditAppContent .actionButtons a i,
.myLink .actionButtons a i {
    font-size: 18px;
    margin-right: 5px;
    position: relative;
    top: 2px;
}

.myEditAppContent .actionButtons,
.myLink .actionButtons {
    position: absolute;
    top: 10px;
    right: 20px;
}

.myEditAppContent .colonne {
    min-height: 80px;
    border: 1px solid #333;
    margin: 20px 0;
}

.myEditAppContent .panel-collapse {
    padding: 0 10px 10px 55px;
    font-size: 12px;
}

.myEditAppContent .panel-collapse p {
    margin-bottom: 0;
}

.col-right.myEditAppContent {
    border-left: 1px solid #333;
}

.col-right.myEditAppContent .panel {
    margin-bottom: 20px;
}

.col-right.myEditAppContent .delete {
    display: none;
}

.myEditAppContent .sortableDefaultItems,
.myEditLinkContent .sortableDefaultItems {
    padding-right: 20px;
}

.myEditAppContent .custom-scroll {
    width: 100%;
    margin-top: 45px;
    height: 445px;
}

.panel-heading > p {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.panel-heading > p > i + a {
    width: calc(10% - 60px);
}

.application-picture {
    width: 40px;
    height: 40px;
    float: left;
    display: inline-block;
    padding: 5px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #333;
    margin: 5px;
}

.application-picture + a {
    width: calc(100% - 50px);
}

.application-picture > img {
    width: 100%;
    height: auto;
    opacity: 0.8;
}

/* MyLink
----------------------------------------------------------------------------- */

#mylink .col-lg-4 h2 {
    padding-left: 0;
}

#mylink .col-lg-4 a {
    color: #333;
    text-decoration: none !important;
    display: block;
}

#mylink .action-link-content {
    position: relative;
    bottom: 0;
}

#mylink .action-link-content .action-link {
    float: left;
}

#mylink .action-link-content .action-link a i {
    color: #ffffff;
}

.myLink .colonne {
    position: relative;
    min-height: 70px;
    margin-bottom: 35px;
    border: 1px solid #333;
}

.myLink .panel,
.myEditLinkContent .panel {
    position: relative;
    background: #ffffff;
    min-height: 70px;
}

.myLink .panel.custom-link {
    background: transparent;
}

.myEditLinkContent .panel {
    margin-bottom: 20px
}

.myLink .addLinkForm {
    text-align: right;
    padding: 10px;
}

.addLinkForm input,
.addLinkForm label {
    width: 100%;
    height: 27px;
    padding: 5px 0;
    display: block;
    margin: 0;
    font-size: 17px;
    line-height: 17px;
    margin-bottom: 5px;
    text-align: left;
}

.myLink .addLinkForm button {
    margin-top: 10px;
}

.myLink .addLinkForm > a {
    position: absolute;
    right: 5px;
    bottom: 5px;
    transition: 0.5s ease-in-out;
}

.addLinkForm a.open {
    position: absolute;
    right: 80px;
    bottom: 10px;
    transition: 0.25s ease-in-out;
}

.myLink .panel i,
.myEditLinkContent .panel i {
    font-size: 25px;
    float: left;
    height: 70px;
    padding-top: 15px;
    padding-left: 10px;
    cursor: pointer;
}

.myLink .panel i:before,
.myEditLinkContent .panel i:before {
    padding: 5px;
}

.myEditLinkContent .panel .pli-link:before {
    display: inline-block;
    border: 1px solid #333;
    border-radius: 50%;
    text-decoration: none !important;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.myLink .panel .panel-title,
.myEditLinkContent .panel .panel-title {
    display: flex;
    margin-bottom: 0;
}

.myLink .panel .panel-title > span,
.myEditLinkContent .panel .panel-title > span {
    color: #333 !important;
    text-decoration: none !important;
    line-height: 20px;
    margin: auto 10px;
}

.myEditLinkContent .panel .delete {
    display: none;
    text-decoration: none !important;
}

.myLink .panel .delete {
    position: absolute;
    right: 0;
    top: 5px;
    color: #333 !important;
    text-decoration: none !important;
}

.myLink .panel .delete i {
    padding: 0;
    height: auto;
    font-size: 25px;
}

.myEditLinkContent .custom-scroll {
    width: 100%;
    margin-top: 60px;
    height: 500px;
}

/* Bourse emploi
----------------------------------------------------------------------------- */
.bieContent {
    margin-left: 15px;
}

.bieContent .bieDate {
    margin-top: 25px;
    font-weight: bold;
}

.bieContent .bieDate .date {
    color: #663AB6;
}

.bieContent .bieTitle span {
    font-weight: bold;
}

.bieContent .apply {
    background: #00A5C8;
    border-radius: 25px;
    color: #ffffff;
    padding: 2px 5px;
    transition: 0.3s ease-in-out;
    text-decoration: none;
    margin-left: 10px;
}

.bieContent .apply:hover {
    background: #ffffff;
    color: #00A5C8;
    border: 1px solid #00A5C8;
    text-decoration: none;
}

.bieContent .btn-light {
    float: none !important;
}

.powermail_label {
    font-weight: bold;
}

.powermail_field_error .custom-control-label::after,
.powermail_field_error .custom-control-input {
    border: 1px solid #d4403a !important; 
}

.custom-file {
    margin-bottom: 10px !important;
}
form.powermail_form {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.powermail_form .form-page-header {
    display:none;
}

.form-control.is-invalid {
    border-color: #d4403a !important;
}

.powermail_field_error_container {
    clear: both;
}

.powermail_fieldwrap {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.powermail-errors-list {
    padding: 0;
}

.powermail-errors-list li {
    list-style: none;
    font-size: 80%;
    color: #dc3545;
}

.powermail_textarea {
    width: 100%;
}

li.deleteAllFiles {
	margin-bottom:20px;
}

ul.parsley-errors-list {
    color: #dc3545;
    margin-top: 0.25rem;
    margin-bottom: 1rem;
    font-size: 80%;
    list-style: none;
    padding: 0;
}
input.parsley-error,
input.parsley-error.custom-file-input+ul+label {
    border-color: #dc3545 !important;
    padding-right: calc(1.5em + 0.75rem) !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* Fixed tools box
----------------------------------------------------------------------------- */
/* .pagelevel-0 #fixed-tools #toBriefcase,
.pagelevel-0 #fixed-tools #toPrint,
.pagelevel-0 #fixed-tools #toMail {
    display: none !important;
} */

#fixed-tools > a,
#fixed-tools > button {
    display: inline-block;
    position: relative !important;
    bottom: unset;
    right: unset;
    z-index: 9;
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
    background-color: #495057;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 24px;
    border: 5px solid rgba(255, 255, 255, 0.5);
    background-clip: content-box;
    text-decoration: none !important;
}

#fixed-tools > a:hover,
#fixed-tools > button:hover {
    transition: 0.5s;
    background-color: var(--secondary);
}

#fixed-tools > a > i,
#fixed-tools > button > i {
    line-height: 40px;
}

#fixed-tools > #toMail > i {
    line-height: 34px;
}

#fixed-tools > #toTop > i {
    font-size: 20px;
}

#fixed-tools > a > i > span,
#fixed-tools > button > i > span {
    font-size: 0;
}

#fixed-tools > a:hover {
    color: #fff !important;
}

#toBriefcase span.added {
    display: none;
    position: absolute;
    font-size: 0.75rem;
    bottom: -5px;
    right: -5px;
    background: #C22D0B;
    color: #fff;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
}

#toBriefcase span.added > i {
    line-height: 20px;
}

#toBriefcase.added span.added {
    display: block;
}

#openBriefcase .nbr:empty {
    display: none;
}

#openBriefcase .nbr {
    position: absolute;
    bottom: -5px;
    right: -4px;
    font-size: 0.75rem;
    background-color: rgb(64, 170, 52);
    border-radius: 50%;
    width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    font-weight: 700;
    color: white;
    text-align: center;
}

#banner-top .row {
    width: 100%;
}

/* Custom
----------------------------------------------------------------------------- */

#carousel-custom .news {
    background: transparent;
}

#carousel-custom .news > ul > li {
    list-style: none;
}

#carousel-custom .custom .frame-container {
    overflow-y: auto;
    max-height: 100%;
}

.customizedContent.carousel .carousel-inner {
    border: 1px solid #000000;
    min-height: 300px !important;
}

@media (max-width: 992px) {
    .customizedContent.carousel {
        overflow: visible;
    }

    .customizedContent .carousel-control-prev {
        left: -20px;
        opacity: 1 !important;
    }

    .customizedContent .carousel-control-next {
        right: -20px;
        opacity: 1 !important;
    }

    .customizedContent .item .nano > .nano-pane {
        opacity: 1 !important;
    }
}

.customizedContent.carousel .item {
    position: relative;
    padding: 40px 30px 10px 30px;
    min-height: 300px;
}

.customizedContent.carousel .item .frame-container {
    height: 100%;
}

.customizedContent .custom .btn-light {
    position: relative;
    right: 0;
    z-index: 999;
}

.customizedContent .editCustomCarousel {
    z-index: 99;
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 25px;
    cursor: pointer;
}

.customizedContent.carousel {
    padding: 20px 0;
}

.customizedContent.carousel .carousel-indicators {
    display: none;
}

.carousel .carousel-control {
    width: auto;
}

.customizedContent.carousel .carousel-control-icon {
    color: #333;
}

.customizedContent.carousel .carousel-control-icon:before {
    border-top: 1px solid #333;
    border-right: 1px solid #333;
}

.customizedContent .custom {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99;
    background: #fff;
    padding-top: 10px;
}

.customizedContent .custom ul {
    list-style: none;
    padding-left: 0;
}

.customizedContent .custom ul li input {
    margin-right: 10px;
}

.customizedContent #weather-receiver {
    padding-left: 40px;
    padding-right: 40px;
    text-align: center;
}

.customizedContent #weather-receiver .sky i {
    font-size: 60px;
}

.customizedContent #weather-receiver i {
    font-size: 30px;
}

.customizedContent #weather-receiver .temperatureContent {
    font-weight: bold;
    font-size: 40px;
    margin-bottom: 10px;
}

.customizedContent #weather-receiver .temperatureContent i {
    font-size: 40px;
}

.tempMinMaxBloc {
    margin-bottom: 10px;
}

.customizedContent #weather-receiver .tempMin,
.customizedContent #weather-receiver .tempMax {
    font-size: 20px;
}

.customizedContent #weather-receiver .tempMax {
    margin-left: 10px;
}

.customizedContent .tx-rssdisplay .tx-rssdisplay-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.customizedContent .tx-rssdisplay .tx-rssdisplay-list li {
    padding-right: 17px;
}

.customizedContent .tx-rssdisplay h2 {
    color: #333 !important;
    text-decoration: none !important;
}

#page-content .customizedContent ul > li a {
    color: #333 !important;
    text-decoration: none !important;
}

#page-content .customizedContent ul > li a:hover {
    text-decoration: underline !important;
}

.customizedContent .tx-rssdisplay .tx-rssdisplay-list li .information {
    font-size: 0.8rem;
    margin-bottom: 5px;
}

.customizedContent .item .nano {
    height: 160px;
}

.customizedContent .item .nano > .nano-pane {
    background-color: rgba(128, 128, 128, 0.5);
    position: absolute;
    width: 5px;
}

.customizedContent .item .nano > .nano-pane > .nano-slider, .customizedContent .item .pace .pace-progress {
    background-color: #4B54B9;
}

.customizedContent .item .announce .date, .customizedContent .item .announce .category {
    margin-right: 5px;
}

/**
HARMONISATION BOUTON CUD
 */
.seeMore {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

@media screen and (max-width: 768px) {
	body:not(.pagelevel-0) .statsContent.frame {
		padding-bottom:4rem !important;
	}
}

.customizedContent.carousel .item .btn-light {
    position: absolute !important;
    right: -10px;
    bottom: 10px;
}

#page-content .frame-type-contenuintranet_stats .btn-primary {
    background: transparent !important;
    border-color: #333 !important;
    color: #333 !important;
    text-decoration: none !important;
    float: right;
}

.announce, .jobs {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.announce, .jobs {
    list-style: none;
}

.announce > li, .jobs > li {
    margin-bottom: 5px;
}

.announce .category::after, .announce .date::after {
    content: ", ";
}

.news .announce .category::after,.news .announce .date::after {
    content: "";
}

.announce li > a, .jobs li > a {
    width: 100%;
    display: block;
    color: #333;
}

.jobs li > a:hover, .jobs li .service a:hover {
    color: #ffffff !important;
}

.announce .date, .announce .price, .announce .category {
    font-size: 1rem;
}

.customizedContent a.btn {
    position: absolute;
    background: transparent;
    border-color: #333;
    color: #333;
    text-decoration: none !important;
    bottom: 5px;
    right: 5px;
}

.customizedContent a.btn:hover {
    background: #333;
    border-color: #ffffff;
    text-decoration: none !important;
    color: #ffffff !important;
}

.jobs .information {
    font-size: 0.8rem;
    margin-bottom: 5px;
}

.jobs .information .limit {
    float: right;
}

.jobs li .service a {
    color: #000000;
    text-decoration: none !important;
}

.topPage,
.majNewsPage {
    background: #e7e7e7;
    position: relative;
}

.myTopPage .announce li > a {
    font-weight: normal;
}

.majNewsPage a.btn {
    position: relative;
}

.media-heading {
    font-size: 1rem;
    font-weight: bold;
}

/** MAJ & NOUVEAUTES */

.important-new {
    display: flex !important;
}

.important-new > i.fas.fa-certificate {
    font-size: 32px;
    margin-right: 5px;
    margin-top: -3px;
    color: #fff !important;
    position: relative;
    left: 5px;
}

.important-new > i::after {
    position: absolute;
    content: "new";
    text-transform: uppercase;
    font-family: 'oleo_scriptregular', cursive;
    left: 5px;
    top: 11px;
    font-size: 8px;
    color: #333;
    font-weight: 100;
}

/* Blogpost
----------------------------------------------------------------------------- */
.aloneNewsSquare {
    display: flex;
    padding: 20px;
}

.aloneNewsSquare .news {
    width: 100%;
    background: transparent;
}

.blogpost {
    background-color: #ffffff;
    margin: 0 0 70px;
    position: relative;
    margin-bottom: 0;
    min-height: 300px;
}

.blogpost .blogpost-content {
    margin-left: 0;
    margin-top: 40px;
    padding: 0 0 10px;
}

.blogpost .post-info {
    display: none;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0 20px 5px 0;
    float: left;
    z-index: 3;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.blogpost .post-info .day {
    font-size: 2.5rem;
    margin-top: 10px;
    margin-bottom: -5px;
    font-weight: 700;
    line-height: 1;
    display: block;
}

.blogpost .post-info .month {
    font-size: 18px;
    line-height: 1.2;
    text-transform: uppercase;
    display: inline-block;
}

.blogpost .blogpost-body {
    position: relative;
    padding: 40px;
}

.blogpost h2.title {
    margin-bottom: 0;
    margin-top: 0;
    font-size: 1.5rem;
    text-transform: none;
}

.blogpost .blogpost-content b.cat {
    text-transform: uppercase;
}

.blogpost h2 a, .blogpost h2 a:hover {
    color: #333 !important;
    font-weight: 500;
    text-decoration: none !important;
}

.actuImg.blogpost h2 a,
.actuImg.blogpost .category,
.actuImg.blogpost .date {
    color: #ffffff !important;
}

@media (max-width: 992px) {
    .aloneCustomSquare2 {
        order: 2;
    }

    .aloneNewsSquare {
        order: 3;
    }
}

@media (max-width: 768px) {
    #page-content > .section > .row.frame-container:not(.TrombNews) {
        padding: 0;
    }

    .carousel .carousel-control {
        opacity: 1 !important;
    }

    .list-announce-item-informations {
        margin-bottom: 20px;
    }
}

/* Square Sociaux
----------------------------------------------------------------------------- */
.squareSociaux .blogpost {
    background-color: #cccccc;
}

.squareSociaux .blogpost i {
    background-color: #ffffff;
    color: #cccccc;
    width: 100px;
    border-radius: 50%;
    height: 100px;
    padding: 8px 8px;
    margin: 0 15px 5px 0;
}

.squareSociaux .blogpost i:before {
    padding: 15px;
    line-height: 1.4;
    font-size: 4rem;
}

.squareSociaux .blogpost .title {
    font-weight: 700;
    font-size: 2rem;
    padding: 10px 0;
}

.squareSociaux .blogpost .date {
    margin: 20px 0;
    font-weight: bold;
}

.squareSociaux .blogpost .blogpost-content p:not(.lead) {
    margin-bottom: 0;
    font-size: 1.2rem;
    line-height: 1.4;
}

.squareSociaux .blogpost .blogpost-content p:not(.lead) a {
    font-weight: 700;
    color: #333 !important;
}

/* News
----------------------------------------------------------------------------- */

.news-single, .newslistView {
    padding: 20px;
}

.carousel-actu.newslistView {
    padding: 0px;
}

.carousel-actu .owl-dots {
    padding-bottom: 15px;
}

.carousel-actu .actuImg h2 a:hover {
    color: #fff !important;
}
.news-menu-view a {
    text-decoration: none !important;
    font-weight: 700;
}
.news-menu-view a:hover {
    text-decoration: underline !important;
}
.news-menu-view ul {
    justify-content: space-between;
}
.news-menu-view .ul-month li{
    padding: 3px 5px;
}
.frame-background-none .news-menu-view a {
    color: #333;
}
.frame-background-dark .news-menu-view h2 {
    color: #fff;
}
.frame-background-primary .news-menu-view {
    background-color: var(--primary);
}

.frame-background-secondary .news-menu-view {
    background-color: var(--secondary);
}

.frame-background-secondary .news-menu-view h2{
    color: #fff;
}

.frame-background-light .news-menu-view {
    background-color: #e7e7e7;
}
.frame-background-light .news-menu-view a:not(.btn) {
    text-decoration: none !important;
}

.frame-background-light .news-menu-view a:not(.btn):hover {
    text-decoration: underline !important;
}

.frame-background-dark .news-menu-view {
    background-color: var(--dark);
}

.frame-background-purple .news-menu-view {
    background-color: var(--purple);
}

.frame-background-cyan .news-menu-view {
    background-color: var(--cyan);
}

.frame-background-teal .news-menu-view {
    background-color: var(--teal);
}

.frame-background-orange .news-menu-view {
    background-color: var(--orange);
}

.frame-background-pink .news-menu-view {
    background-color: var(--pink);
}

.news-single .teaser-text .lead {
    color:#333333;
}

.newslistView .news-list-view {
    padding-bottom: 35px;
}

.TrombNews .news {
    width: 100%;
    padding: 40px;
}

.TrombNews .news a.btn.float-right {
    margin-bottom: -20px;
    margin-right: -20px;
}

.newsEventMonthList.nano {
    height: 300px;
}

.newsEventMonthList {
    padding: 35px;
}

.newsBtn {
    text-align: center;
}

.newsBtn .btn-mine {
    text-decoration: none;
    border: 1px solid #000000;
    margin-right: 20px;
    text-decoration: none !important;
}

.newsBtn .btn-primary {
    margin-left: 10px;
    text-decoration: none !important;
}

.newsBtn .btn-primary:hover {
    color: #ffffff !important;
}

.newsEventMonthList .btn {
    position: absolute;
    bottom: 0;
    right: 20px;
}

.news-list-view .article {
    text-align: left;
}

.news-list-view a {
    text-decoration: underline !important;
    margin-bottom: 10px;
}

.news-list-view a:hover {
    text-decoration: none !important;
    color: #333 !important;
}

.news-list-view a.btn-primary:hover {
    color: #ffffff !important;
}

.news .news-list-view .article {
    padding-bottom: 0;
}


.news .article .news-img-wrap {
    width: 100%;
}

.news-img-wrap img {
    margin-bottom: 20px;
}

.news .article .news-img-wrap a {
    width: 100%;
    border: none;
}

.news .newslistView .article h3 {
    margin-bottom: 10px;
}

.news .news-list-view .article .footer {
    border-top: none;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}

.news .news-list-view .article .footer:last-child {
    border: none;
}

.news-single .footer {
    margin-top: 0;
    padding: 0;
}

.news-list-view .article .news-list-date,
.article .footer .news-list-date {
    font-weight: bold;
}

.news .footer span:last-child {
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
}

.news-single .article .news-img-wrap {
    width: 100% !important;
    margin: 0 !important;
}

.news-single .article .news-img-wrap img {
    width: 100% !important;
}

.news-single .article .news-backlink-wrap {
    margin-bottom: 20px;
    margin-top: 10px;
}

.related-things {
    margin-bottom: 20px;
}

.news-related {
    display: block;
    width: 100%;
    height: 100%;
}

.news .news-related ul {
    list-style: none;
    padding-left: 10px;
}

.news .news-related ul li span {
    border-right: none;
    margin: 0;
}

.news .news-related-news a {
    display: block;
}

.news .news-related-files-size {
    color: #333;
= font-size: 80 %;
}

.news .news-related-files-link,
.news .news-related-links a {
    font-weight: bold;
}

.news .news-related-links ul li span {
    font-size: 14px;
}

/*  Agenda
------------------------------------------------------------------------------*/
.eventArticle {
    margin-bottom: 25px;
    border-bottom: 1px solid #e7e7e7;
}

.news .table {
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    overflow: hidden;
}

.news .monthView a {
    text-decoration: none !important;
}

.news .table tr.title {
    background: linear-gradient(45deg, var(--primary) 0%, var(--secondary) 150%) !important;
    color: #fff;
}

.news .table tr.days {
    background: rgba(66, 65, 114, 0.3);
    color: #333;
}

.news .table th, .news .table td {
    border: none;
    text-align: center;
}

.news .table tbody a {
    color: var(--dark) !important;
}

.news .table .title ul.pager {
    margin: 0;
}

.news .table tbody tr:not(.days):not(.title) {
    background: rgba(66, 65, 114, 0.1);
    color: #333;
}

.news .table tbody tr td.today {
    background: rgba(66, 65, 114, 0.1);
}

.news .table tbody tr td {
    border-right: 1px #ffffff solid;
}

.news .table tbody tr td:last-child {
    border-right: none;
}

.news .table tbody tr td:first-child {
    border-left: none;
}

.news .table tbody tr {
    border-bottom: 1px #ffffff solid;
}

.news .table tbody tr:last-child {
    border-bottom: none;
}

.news .table .title .previous + li {
    height: 40px;
    line-height: 40px;
    text-transform: capitalize;
}

.news .table .title .previous a,
.news .table .title .next a {
    position: relative;
    top: 5px;
    color: #ffffff !important;
    text-decoration: none !important;
    font-size: 30px;
}

.news .table .title .currentMonth {
    display: inline;
    margin: 0 15px;
}

.news .table tbody tr td.selected-day {
    background: linear-gradient(45deg, var(--primary) 0%, var(--secondary) 150%) !important;
}

.news .table tbody tr td.selected-day * {
    color: #fff !important;
}

.news .monthView .eventArticle .more {
    margin-bottom: 5px;
}

/* Trombinoscope
----------------------------------------------------------------------------- */
.trombinoscope {
    color: #ffffff;
    width: 100%;
    background: linear-gradient(45deg, var(--primary) 0%, var(--secondary) 150%) !important;
    padding: 35px;
    padding-bottom: 60px;
    position: relative;
}

.trombinoscope h2 {
    color: #ffffff;
}

.trombinoscope .user {
    display: flex;
    width: 100%;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
}
.trombinoscope .user:last-child {
    border-bottom: none;
}

.trombinoscope .user p {
    margin-bottom: 0;
    display: inline-block;
    width: 100%;
}
.trombinoscope .user p strong{
    display: block;
}

.trombinoscope .user .picture {
    display: inline-block;
    margin: auto 0 auto auto;
}
.pagelevel-1 .trombinoscope > div > h3,
.pagelevel-1 .trombinoscope .user a {
    color: #fff !important;
}
.fe_user_cards a {
    color: #ffffff;
    text-decoration: none !important;
}

.fe_user_cards a:hover {
    color: #ffffff !important;
    text-decoration: underline !important;
}

.trombinoscope hr:last-child {
    display: none;
}

/* Carrousel
----------------------------------------------------------------------------- */
/* owl controls */
.owl-nav {
    width: 100%;
    margin-bottom: 50px;
}

.owl-nav button {
    display: inline-block;
    zoom: 1;
    padding: 3px 10px;
    font-size: 12px;
    position: absolute;
    width: 30px;
    height: 30px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.owl-carousel .owl-nav button.owl-prev {
    left: 0;
    border-radius: 25px;
    background-color: #4B54B9;
    color: #ffffff;
    content: "\f053"
}

.owl-carousel .owl-nav button.owl-next {
    left: 30px;
    border-radius: 25px;
    background-color: #4B54B9;
    color: #ffffff;
}

.content-slider-with-controls .owl-nav button.owl-next, .content-slider-with-controls-autoplay .owl-nav button.owl-next {
    opacity: 0.9;
    right: 10px !important;
}

.owl-carousel .owl-nav button.owl-prev {
    opacity: 0.9;
    left: 10px;
}

.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover,
.gray-bg .owl-carousel .owl-nav button.owl-next:hover {
    background-color: #ffffff;
    color: var(--primary);
}

.gray-bg .owl-carousel .owl-nav button.owl-next {
    background-color: #ffffff;
}

.owl-nav button:after {
    font-family: "FontAwesome";
    font-size: 28px;
    line-height: 26px;
}

.owl-prev:after {
    content: "\f104";
}

.owl-next:after {
    content: "\f105";
}

.owl-nav button:hover {
    filter: Alpha(Opacity=100);
    opacity: 1;
    text-decoration: none;
}

.content-slider-with-controls {
    margin-bottom: 20px;
}

.content-slider-with-controls .owl-nav,
.content-slider-with-controls-autoplay .owl-nav {
    margin-bottom: 0;
}

.content-slider-with-controls .owl-nav button,
.content-slider-with-controls-autoplay .owl-nav button {
    top: 50%;
    margin-top: -15px;
    background-color: var(--primary);
    color: #f1f1f1;
}

.content-slider-with-controls .owl-nav button.owl-next,
.content-slider-with-controls-autoplay .owl-nav button.owl-next {
    left: auto;
    right: 0;
}

.content-slider-with-controls .owl-prev:hover,
.content-slider-with-controls .owl-next:hover,
.content-slider-with-controls-autoplay .owl-prev:hover,
.content-slider-with-controls-autoplay .owl-next:hover {
    background-color: #f1f1f1;
    color: var(--primary);
}

.content-slider-with-controls-bottom .owl-dots {
    bottom: -30px;
    z-index: -1;
}

.content-slider-with-controls-bottom .owl-dots .owl-dot span {
    background: #acacac;
}

.owl-dots {
    position: absolute;
    bottom: 25px;
    text-align: center;
    margin: 0 auto;
    display: block;
    width: 100%;
}

.owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}

.owl-dots .owl-dot span {
    display: block;
    border-radius: 25px;
    width: 12px;
    height: 12px;
    margin: 5px 4px;
    background: #ffffff;
}

.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
    background: #4B54B9;
}

.carousel-actu-auto .owl-carousel-actu-auto {
    padding-bottom: 0;
}

.owl-carousel-actu-auto .owl-nav {
    position: absolute;
    height: 40px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
}

.owl-carousel-actu-auto .owl-nav button::after {
    display: none;
}

.owl-carousel-actu-auto .owl-nav button.owl-prev, .owl-carousel-actu-auto .owl-nav button.owl-next {
    border-radius: 50%;
    font-size: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    outline: none;
}

.owl-carousel-actu-auto .owl-nav button.owl-prev span, .owl-carousel-actu-auto .owl-nav button.owl-next span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.owl-carousel-actu-auto .owl-nav button.owl-prev {
    left: 0;
}

.owl-carousel-actu-auto .owl-nav button.owl-next {
    left: unset;
    right: 0;
}

.owl-carousel-actu-auto .owl-nav button.owl-next {
    left: unset;
    right: 0;
    border-radius: 50%;
}

.owl-carousel-actu-auto .owl-dots {
    padding-bottom: 0;
    bottom: 0;
}

@media (min-width: 992px) {
    .owl-carousel-actu-auto .owl-nav, .owl-carousel-actu-auto .owl-dots {
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease, visibility 0.3s;
    }
}

.owl-carousel-actu-auto:hover .owl-nav, .owl-carousel-actu-auto:hover .owl-dots {
    opacity: 1;
    visibility: visible;
}

.owl-carousel-actu-auto:hover .owl-nav button {
    border: 2px solid var(--primary);
}

.owl-carousel-actu-auto::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, var(--primary) 0%, var(--secondary) 150%) !important;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    pointer-events: none; /* Assure que les clics passent à travers */
    z-index: 1; /* Ajustez selon le besoin pour s'assurer qu'il est au-dessus du contenu */
}
.owl-carousel-actu-auto:hover::after {
    opacity: .20; /* Rend le pseudo-élément visible lors du survol */
}

/* Search
----------------------------------------------------------------------------- */
.result-facets {
    text-align: left;
    margin-top: 20px;
}

.result-facets .facet:not(:last-child) {
    margin: 5px 10px 5px 0;
}

#tx-solr-search-form-pi-results .form-group {
    margin-bottom: 0;
}

.tx-solr-autosuggest {
    z-index: 9999 !important;
}

.tx-solr-autosuggest strong {
    color: inherit !important;
}

.tx-solr-autosuggest .autocomplete-suggestion {
    overflow: initial;
}

.highlighted {
    font-weight: 800;
    color: #333;
}

.row.search-count {
    justify-content: space-between;
}

.search-result-item {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #333;
}

.results-list .search-result-item:last-child {
    border-bottom: 0;
}

.search-result-item > p.lead > a > img {
    width: 50px;
    height: 50px;
    display: inline-block;
    margin-right: 20px;
}

.search-result-item > p.lead > a {
    line-height: 50px;
    height: 50px;
    margin-bottom: 10px;
    font-weight: 600;
    text-decoration: none !important;
    color: #333;
}

.search-result-item > p.lead > a:hover {
    text-decoration: underline !important;
    color: #333 !important;
}

.search-result-item-text > p:last-child {
    display: flex;
    justify-content: flex-end;
    margin: 0;
}

.search-result-item-text > p:last-child > span {
    margin-left: 20px;
}

#tx-solr-search-form-pi-results button {
    position: absolute;
    top: 7px;
    right: 15px;
    background: transparent;
    border: 0;
    font-size: 22px;
}

.news .page-navigation > p {
    display: none;
}

.page-navigation ul {
    width: 100%;
}

.solr-pagination {
    text-align: center;
    margin-bottom: 20px;
}

.search-result-item-text .results-highlight {
    color: #333;
    font-weight: bold;
}

.page-navigation ul, .page-navigation li,
.solr-pagination .pagination, .solr-pagination .pagination li {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
    text-align: center;
}

.news .page-navigation ul li {
    float: none !important;
    display: inline-block !important;
}

.page-navigation li.current {
    font-weight: 700;
}

.page-navigation li.current a {
    color: #333 !important;
    text-decoration: underline !important;
}

.solr-pagination .pagination li.active a {
    color: #333;
    font-weight: 900;
}

.page-navigation li a {
    text-decoration: underline !important;
    padding: 0 5px;
    text-decoration: none;
    font-weight: 700;
}

.page-navigation li a:hover {
    text-decoration: none !important;
}

/* Petites Annonces
----------------------------------------------------------------------------- */
#announceSearch {
    color: #333 !important;
}

.displayed {
    background: rgba(255, 255, 255, 0.2);
}

#tx-solr-search .search-result-header {
    margin-bottom: 0;
}

.search-result-header {
    margin-bottom: 64px;
}

.search-result-header input {
    height: 45px;
    line-height: 45px;
    padding: 0 45px 0 10px;
    font-size: 20px;
    border-radius: 15px;
}

.announce a.current {
    color: #1d1d1d;
    text-decoration: underline;
}

.search-result-header div.result-facets .facet > i {
    margin-right: 5px;
}

.search-result-header .addAnnounce {
    margin-right: 20px;
    margin-bottom: 20px;
}

.search-result-header .addAnnounce + form {
    clear: both;
}

.search-box-in-page .has-feedback {
    position: relative;
    margin-top: 20px;
}

.search-box-in-page .has-feedback .form-control {
    padding-right: 0;
}

.search-box-in-page .form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 42px;
    text-align: center;
    pointer-events: auto;
}

.search-box-in-page i.form-control-feedback {
    font-size: 25px;
    font-weight: bold;
}

.search-box-in-page .form-control-feedback {
    font-size: 0;
    background: transparent;
    border: none;
}

a.announce-search-button {
    display: block;
    height: 38px;
    float: right;
    margin: 0;
    margin-top: -38px;
    width: 40px;
    z-index: 9;
    text-align: center;
    font-size: 23px !important;
    line-height: 38px;
    position: relative;
}

.form-control {
    background-clip: border-box;
}

#page-content a {
    text-decoration: underline;
}

#page-content a:hover {
    text-decoration: none;
}

.list-announce-item {
    position: relative;
    background-color: white;
    border: none;
    color: #303e52;
    padding: 40px 20px 20px 20px;
    margin: 0 20px 40px;
}

.list-announce-item .title a {
    color: #333 !important;
    text-decoration: none !important;
}

.list-announce-item .title a:hover {
    color: #333 !important;
    text-decoration: underline !important;
}

.list-announce-item .list-announce-item-image .overlay-container {
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.list-announce-item .list-announce-item-image img {
    opacity: 0;
    height: 300px !important;
    width: auto !important;
    margin: auto;
}

.list-announce-item .popup-img {
    display: none;
}

.list-announce-item .see-more {
    position: relative;
    bottom: 40px;
    width: 100%;
    text-align: right;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
    padding: 25px 5px 5px 0px;
}

.list-announce-item-informations {
    position: relative;
    background-color: white;
    border: none;
    color: #303e52;
    padding: 40px 20px;
}

.list-announce-item-informations .accordion ul {
    padding-left: 20px;
}

.revert {
    height: auto !important;
    overflow: visible;
    padding-bottom: 40px;
    background: none !important;
}

.list-announce-item-text {
    padding-bottom: 20px;
}

a > span.state::before {
    content: "Cacher";
}

a > span.state.hidden::before {
    content: "Afficher";
}

.myannounce {
    padding-bottom: 40px;
}

.myannounce.hide > div:not(.announce-control) {
    opacity: 0.6;
}

.announce-control {
    display: flex;
    width: 100%;
    padding: 20px;
    justify-content: space-between;
    background: #F9F9F9;
    border-radius: 20px;
}

@media (max-width: 768px) {
    .announce-control {
        flex-wrap: wrap;
    }

    .announce-control > div {
        width: 100%;
    }
}

.announce-control > .information {
    font-weight: 600;
    line-height: 38px;
}

.custom-file-input {
    z-index: 0;
}

.custom-file-input + label {
    cursor: pointer;
}

label.hasValue {
    padding-left: 45px;
    position: relative;
}

label.hasValue::before {
    content: "";
    position: absolute;
    left: 10px;
    width: 2px;
    top: 0;
    bottom: 0;
    background: #D9D9D9;
}

label.hasValue a.delete {
    position: absolute;
    left: 23px;
    width: 20px;
    top: 0;
    bottom: 0;
    line-height: 36px;
    margin-right: 5px;
    z-index: 999;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
}

/* Offres Emplois
----------------------------------------------------------------------------- */
#jobSearchForm input[type=submit] {
    margin-left: 10px;
}

.job-list h2 {
    margin-bottom: 30px;
}

.job-element {
    position: relative;
    background-color: white;
    border: none;
    color: #303e52;
    padding: 40px;
    margin-bottom: 40px;
}

.job-element a {
    color: #333 !important;
    text-decoration: none !important;
}

.job-element a:hover {
    color: #333 !important;
    text-decoration: underline !important;
}

#jobSearchForm div label {
    font-weight: 600;
    font-size: 1.25rem;
    padding: 5px 0;
}

#jobSearchForm .powermail_check_outer input {
    margin-right: 5px;
}

#jobSearchForm .powermail_check_outer input:not(:first-child) {
    margin-left: 20px;
}

#jobSearchForm select::-ms-expand {
    display: none;
}

.job-list a.btn {
    text-transform: uppercase;
}

.job-element > a:not(.btn) {
    padding: 0.375rem 0.75rem;
    text-transform: uppercase;
    float: right;
}

.job-element .btn.btn-primary {
    margin-bottom: 20px;
}

.job-element p {
    width: 100%;
}

.job-element > a:not(.btn) {
    font-weight: 600;
}

.job-element > a:not(.btn)::after {
    font-family: "FontAwesome";
    content: "\f107";
    margin-left: 10px;
}

/* Kiosque
----------------------------------------------------------------------------- */
a.next::after {
    content: "suivant";
    font-size: initial;
}

a.next {
    font-size: 0;
}

a.prev::after {
    content: "précédent";
    font-size: initial;
}

a.prev {
    font-size: 0;
}

#kesearch_filters .list ul {
    border: none !important;
    display: flex;
    justify-content: space-around;
}

#ke_search_sword {
    width: 100% !important;
}

.tx-sf-filecollection-gallery {
    padding: 0 20px;
}

.tx-sf-filecollection-gallery {
    text-align: center;
}

.tx-sf-filecollection-gallery .description {
    font-size: 14px;
    margin-top: 10px;
}

#kiosque {
    background: #ffffff;
    text-align: center;
    padding: 20px;
}

#kiosque .sf-filecollection-gallery-image-container {
    padding: 0px 13px;
    padding-bottom: 40px;
    display: inline-block;
    vertical-align: top;
}

#kiosque .sf-filecollection-gallery-image-container a {
    display: block;
    height: auto;
}

#kiosque .sf-filecollection-gallery-image-container img {
    height: auto;
    width: 100%;
    -webkit-box-shadow: 10px 9px 18px 1px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: 10px 9px 18px 1px rgba(0, 0, 0, 0.33);
    box-shadow: 10px 9px 18px 1px rgba(0, 0, 0, 0.33);
}

#kiosque h2 {
    margin-bottom: 20px;
}

.tx-kesearch-pi1 {
    margin-top: 10px;
    padding: 25px;
    background: #ffffff;
}

.kesearchbox input#ke_search_sword {
    border-radius: 0;
    background: #ffffff;
    height: 40px;
    padding-right: 30px;
    padding-left: 10px;
    border: 1px solid #000000;
    color: #666666;
    position: relative;
    -webkit-appearance: none;
    margin-bottom: 10px;
    width: 100%;
}

.kesearch_searchbox .btn-search {
    float: right;
}

#kesearch_filters .list ul {
    border: none;
}

#kesearch_filters label {
    font-weight: bold;
    margin-left: 5px;
}

#kesearch_filters .checkboxList {
    padding-left: 0;
}

#kesearch_filters .checkboxList li {
    list-style: none;
    display: block;
    width: 33%;
    float: left;
}

#options_filter_2,
#options_filter_1 {
    display: table;
    width: 100%;
}

#kesearch_pagebrowser_top,
#kesearch_pagebrowser_bottom {
    text-align: center;
}

#kesearch_pagebrowser_top li,
#kesearch_pagebrowser_bottom li {
    list-style: none;
    display: inline-block;
}

#kesearch_pagebrowser_top a,
#kesearch_pagebrowser_bottom a {
    padding: 0 5px;
    text-decoration: none;
    font-weight: 700;
    color: #666666;
}

#kesearch_pagebrowser_top a:not(.current):hover,
#kesearch_pagebrowser_bottom a:not(.current):hover {
    text-decoration: underline;
}

#kesearch_pagebrowser_top a.current,
#kesearch_pagebrowser_bottom a.current {
    color: #333;
}

#kesearch_ordering {
    margin-bottom: 10px;
}

#kesearch_ordering .ordering {
    float: right;
}

#kesearch_ordering .ordering ul {
    display: inline-block;
}

#kesearch_ordering .ordering li {
    list-style: none;
    float: left;
    padding: 0 5px;
}

#kesearch_ordering .ordering li a,
#kesearch_ordering .ordering li a:hover {
    color: #333 !important;
}

.result-list-item .teaser_icon img {
    -webkit-box-shadow: 10px 9px 18px 1px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: 10px 9px 18px 1px rgba(0, 0, 0, 0.33);
    box-shadow: 10px 9px 18px 1px rgba(0, 0, 0, 0.33);
    width: 100%;
    height: auto;
}

.result-list-item .teaser_icon {
    width: 15%;
    min-height: 85px;
    float: left;
}

.result-list-item.result-list-item-type-file > div {
    padding-left: 25px;
}

.result-list-item.result-list-item-type-file div:last-child {
    float: left;
    width: 85%;
    word-break: break-word;
}

.result-list-item::after {
    content: '';
    display: block;
    width: 50%;
    visibility: visible;
    padding-top: 15px;
    margin-bottom: 25px;
    clear: left;
}

#kesearch_results h2 {
    margin-top: 0;
}

#kesearch_results .resultDescr {
    display: block;
}

/*  Content
------------------------------------------------------------------------------*/
.customizedContent .rss,
#kesearch_results .result-list-item h2 a,
.news .news-related-news a,
.news .news-related-files-link a,
.news .news-related-links a,
.accordion .accordion-title a, .accordion .accordion-title a:hover,
.media-list .media h4.media-heading a {
    color: #333 !important;
    text-decoration: underline !important;
}

.customizedContent .rss:hover,
#kesearch_results .result-list-item:hover h2 a,
#kesearch_pagebrowser_bottom .kesearch_pagebrowser a:hover,
.news .news-related-news a:hover,
.news .news-related-files-link a:hover,
.news .news-related-links a:hover,
.media-list .media h4.media-heading a:hover {
    color: #333 !important;
    text-decoration: none !important;
}

.statsContent {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 60px;
}

.allNewsMainPage {
    padding-left: 40px;
    padding-top: 40px;
}

.allNewsMainPage p {
    margin-bottom: 0;
}

/*  Form
------------------------------------------------------------------------------*/
.form-element label {
    font-weight: bold;
}

.form-navigation {
    float: right;
}

/* Footer
----------------------------------------------------------------------------- */
.presseLink h2 {
    padding: 0 15px;
}

.presseLink .linkBloc {
    padding: 10px;
    width: 50%;
    float: left;
}

.presseLink .linkBloc:hover {
    background: rgba(255, 255, 255, 0.5);
}

.presseLink .linkBloc img {
    max-width: 100%;
    height: auto;
}

.presseLink .gridPress {
    position: relative;
    display: block;
    width: 100%;
}

#page-content > .footerSlider {
    padding: 40px 20px;
    width: 100%;
    margin: 0;
}

#page-content > .footerSlider > div .textpic {
    margin: 0 !important;
}

#page-content > .footerSlider > div {
    max-height: 600px;
    padding: 0 20px;
    overflow-y: hidden;
}

#page-content > .footerSlider > div > *:not(a) {
    background: #cccccc;
    height: 100% !important;
    padding: 40px;
    overflow: hidden;
}

#page-footer {
    text-align: center;
}

.footer-section-meta {
    background: transparent;
}

.footer-section-meta .footerMenu {
    list-style: none;
    padding-left: 0;
}

.footer-section-meta .footerMenu li {
    display: inline-block;
}

.footer-section-meta .footerMenu li a {
    color: #333;
    display: block;
    padding: 5px 10px;
}

.footer-section-meta .footerMenu li a:hover {
    color: #333;
    text-decoration: underline;
}

/* Notifications
----------------------------------------------------------------------------- */
#demo-add-alert-content {
    position: fixed;
    z-index: 9999;
}

#notification-group {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 99999;
    max-width: 100%
}

#demo-add-alert .badge {
    font-size: 90%;
}

#notification-group .notifBloc {
    position: relative;
    padding: 20px;
    border-radius: 3px;
    margin: 0;
    margin-top: 5px;
    margin-right: 5px;
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.35);
    text-align: center;
    width: 650px;
    max-width: 99%;
}

#notification-group .notifBloc h4 {
    font-size: 15px;
}

#notification-group .notifBloc p {
    font-size: 13px;
}

#notification-group .notifBloc.frame-background-primary {
    border: transparent;
    border-left: 3px solid #004d8b;
}

#notification-group .notifBloc.frame-background-secondary {
    border: transparent;
    border-left: 3px solid #673ab7;
}

#notification-group .notifBloc.frame-background-dark {
    border: transparent;
    border-left: 3px solid #211d71;
}

#notification-group .notifBloc .delete {
    position: absolute;
    right: 10px;
    top: 5px;
}

#notification-group .notifBloc.frame-background-light .delete, #notification-group .notifBloc.frame-background-light .delete:hover {
    color: #333 !important;
    text-decoration: none !important;
}

#notification-group .notifBloc .delete, #notification-group .notifBloc .delete:hover {
    color: #ffffff !important;
    text-decoration: none !important;
}

.filter-menu {
    display: block;
}

.filter-menu-tel {
    display: none !important;
}
.frame-background-none > .frame-container > .frame-inner > .news > .filter-menu-tel .btn-filter, .frame-background-light .btn-filter, .frame-background-teal .btn-filter {
    border: 1px solid #333;
    color: #333;
}
.btn-filter {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
}

h1, .h1 {
    color: #333;
    font-size: 1.8rem;
    font-weight: 600;
}

h2, .h2 {
    color: #333;
    font-size: 1.55rem;
    font-weight: 600;
}

h3, .h3 {
    color: #333;
    font-size: 1.3rem;
    font-weight: 600;
}

/* Media Queries
----------------------------------------------------------------------------- */

@media (max-width: 1200px) {
    .result-list-item .teaser_icon img {
        display: none;
    }

    .result-list-item.result-list-item-type-file div:last-child {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .pagelevel-0 .navbar-mainnavigation .navbar-brand-image img {
        top: 0;
        transform: inherit;
    }

    .navbar-transition .mainNav .show .navbar-nav {
        margin-top: 0;
        margin-bottom: 0;
    }

    .mainNav .navbar-nav .nav-item:not(.active) {
        padding-left: 15px;
    }

    .navbar .mainNav .nav-item.active .nav-link {
        padding-left: 25px;
    }

    .mainNav {
        position: relative;
    }

    .smartphoneApp {
        float: right;
        width: auto;
    }

    .smartphoneApp .apps i {
        font-size: 20px;
    }

    .headerTopPerson {
        margin-left: 0;
    }

    .headerTopPerson i {
        font-size: 22px;
        padding: 6px;
    }

    .userConnected {
        position: absolute;
        top: 35px;
        left: 135px;
    }
    .communUserConnected .userConnected {
        left: 180px;
    } 

    .userConnected span, .userConnected a > i {
        display: inline-block;
    }

    .userConnected .apps {
        display: none;
    }

    .section-main-search {
        display: none;
    }

    .footerNav {
        position: static;
    }

    .footerNav h1 {
        margin-top: 20px;
    }

    .myEditAppContent .actionButtons,
    .myLink .actionButtons {
        position: static;
        margin: 10px 0;
    }

    .myEditAppContent .actionButtons .restore {
        margin-left: 0;
    }

    .custom-scroll {
        height: 700px;
    }

    #mylink .col-lg-8 {
        margin-top: 15px;
        border-left: none;
    }

    #mylink .action-link-content {
        position: static;
        margin: 15px 0;
    }

    #kesearch_filters .checkboxList li {
        width: 50%;
    }

    .TrombNews .pl-0 {
        padding-right: 0;
        margin-bottom: 40px;
    }

    .TrombNews .pr-0 {
        padding-left: 0;
    }

}

@media (min-width: 768px) {
    h1, .h1 {
        color: #333;
        font-size: 2.0rem;
        font-weight: 600;
    }

    h2, .h2 {
        color: #333;
        font-size: 1.725rem;
        font-weight: 600;
    }

    h3, .h3 {
        color: #333;
        font-size: 1.45rem;
        font-weight: 600;
    }
}

@media (min-width: 992px) {
    h1, .h1 {
        color: #333;
        font-size: 2.2rem;
        font-weight: 600;
        font-weight: 600;
    }

    h2, .h2 {
        color: #333;
        font-size: 1.9rem;
        font-weight: 600;
    }

    h3, .h3 {
        color: #333;
        font-size: 1.6rem;
        font-weight: 600;
    }

    .navbar-mainnavigation .navbar-brand-image img {
        max-height: 75%;
    }
}

@media (min-width: 1200px) {
    h1, .h1 {
        color: #333;
        font-size: 2.4rem;
        font-weight: 600;
    }

    h2, .h2 {
        color: #333;
        font-size: 2.075rem;
        font-weight: 600;
    }

    h3, .h3 {
        color: #333;
        font-size: 1.75rem;
        font-weight: 600;
    }

    .newsEventMonthList .btn {
        bottom: 20px !important;
        margin: 0;
        right: 20px;
        position: absolute;
    }
}

@media (max-width: 767px) {
    body.pagelevel-0 {
        position: relative;
    }

    .userConnected {
        top: 20px;
        left: 110px;
    }
    .communUserConnected .userConnected {
        top: -2px;
        left: 180px;
    } 

    .home-news {
        padding: 10px;
    }

    .home-news .row,
    .home-news .col-md-8 {
        height: auto;
    }

    .home-news .blogpost .blogpost-body {
        top: -15px;
    }

    #page-footer {
        position: relative;
        width: 100%;
        bottom: 0;
        margin-top: 20px;
        background: #ffffff;
    }

    .footer-section-meta {
        margin-top: 10px;
    }

    .pagelevel-0 #page-footer {
        position: static;
    }

    #main-submenu-contents .nano > .nano-content {
        left: 32px;
    }

    #main-submenu-contents .colMenu {
        padding: 0;
    }

    #main-submenu-contents .container > .col-md-12.text-center {
        text-align: left !important;
        padding-left: 10px;
    }

    .add,
    .restore {
        display: none !important;
    }

    .col-right.myEditAppContent {
        border-left: none;
    }

    .result-facets {
        text-align: left;
    }

    .eventArticle .header {
        margin-top: 15px;
    }

    #kesearch_filters .checkboxList li {
        width: 100%;
    }

    .sf-filecollection-gallery-image-container {
        display: flex;
    }

    .sf-filecollection-gallery-image-container a {
        width: 100%;
    }

    .sf-filecollection-gallery-image-container img {
        width: auto;
        margin-right: auto;
        margin-left: auto
    }

    .search-result-item > p.lead > a {
        line-height: 28px;
    }

    .navbar-mainnavigation .navbar-brand-image img {
        max-height: 100%;
    }

    .favList li a i {
        font-size: 22px;
    }
}

@media (max-width: 576px) {
    #banner-top {
        width: 100%;
        right: 0;
        padding-right: 25px;
    }

    .headerTopPerson {
        padding-right: 5px;
        margin-right: 5px !important;
        margin-top: 0 !important;
    }

    .favList i {
        font-size: 22px;
    }

    .home-news .blogpost {
        width: 100%;
        height: auto;
    }
    .com-presse {
        display: flex;
        flex-direction: column-reverse;
    }
    .com-presse .news-menu-view > ul > li {
        width: 33.333334%;
    }

    .com-presse .news-menu-view > ul > li {
        width: 33.333334%;
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .filter-menu {
        display: none;
    }
    .filter-menu-tel {
        display: block !important;
    }
}

@media (min-width: 409px) And (max-width: 991px) {
    #page-header {
        padding-bottom: 20px;
    }
}

@media (max-width: 444px) {
    .newsBtn .btn-mine {
        margin-bottom: 5px;
    }

    .trombinoscope .card-body {
        padding: 5px;
    }

    .trombinoscope .user .information {
        width: 100%;
        padding-left: 0;
    }
}

@media (max-width: 416px) {
    #page-header {
        padding-bottom: 20px;
    }

    .footerNav {
        top: 125px;
    }

    .newsBtn .btn-mine {
        margin-bottom: 5px;
        margin-right: 5px;
    }

    .job-element > .btn.btn-primary {
        margin-right: 100%;
    }

    .job-element > a:not(.btn) {
        float: none;
        padding-left: 0;
    }

    .footer-section-meta .footerMenu li a {
        padding: 5px 8px;
    }

    .headerTopPerson {
        padding-right: 0;
        margin-right: 0;
    }

    .sf-filecollection-gallery-image-container {
        width: 100%;
    }

    .search-sorting {
        text-align: left !important;
    }

    .search-sorting a {
        margin-top: 10px;
    }

    #banner-top > .frame-container {
        padding-left: 10px;
    }
}

/**
FROM DEV TO RESORT
 */
.trombinoscope .user > .information > p > strong {
    color: var(--primary) !important;
}

.pagelevel-2 .trombinoscope {
    padding: 0;
    background: #fff !important;
}

#mainnavigation li.link {
    padding-top: 10px;
}

@media (max-width: 992px) {
    #banner-top .headerTopPerson a:not(.iconable) {
        display: none !important;
    }
    body:not(.pagelevel-0) .com-presse .frame {
        padding: 1rem 0 !important;
    }
}

@media (min-width: 993px) {
    #banner-top .headerTopPerson a:not(.iconable) {
        font-size: 16px;
    }
}

.p-0 {
    margin-top: -1px !important;
}

p:empty {
    display: none;
}

.footerNav .frame-container > div:last-child > a {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid white;
    text-align: center;
    line-height: 31px;
    margin-left: 10px;
}

.footerNav .frame-container > div:first-child {
    width: calc(100% - 50px);
}

a.navbar-brand.navbar-brand-image+.navbar-brand.navbar-brand-image {
    display: none;
}

@media print {
    * {
        -webkit-print-color-adjust: exact;
    }

    body {
        background: #FFF;
    }

    body:before {
        content: unset !important;
    }

    .body-bg-top {
        padding-top: 0 !important;
    }

    #collapse-receiver,
    #demo-add-alert-content,
    #fixed-tools {
        display: none;
    }

    #page-content {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    #page-footer, .footerSlider {
        display: none;
    }


    #banner-top,
    #top,
    #mainnavigation,
    #appLink,
    .footerNav,
    #collapse-receiver,
    #demo-add-alert-content,
    .officeApps,
    .favourite,
    .navbar-mainnavigation .navbar-toggler,
    #fixed-tools,
    #page-border,
    #tx-solr-search-header {
        display: none !important;
    }

    #page-header {
        display: block;
        position: relative !important;
        background-image: none !important;
        padding: 0 !important;
        background-size: unset !important;
        background-position: unset !important;
        background-attachment: unset !important;
        background-clip: unset !important;
        height: unset !important;
        margin: 0 !important;
    }
    .navbar .container-fluid, .mainNav {
        display: block;
    }
    .navbar-brand {
        height: unset !important;
    }
    .navbar-brand-logo-inverted {
        display: block !important;
    }

    a.navbar-brand.navbar-brand-image+.navbar-brand.navbar-brand-image>img {
        display: block !important;
        width: 120px !important;
        height: 75% !important;
        max-height: unset !important;
    }
    a.navbar-brand.navbar-brand-image+.navbar-brand.navbar-brand-image {
        position: relative;
        display: block;
    }
    .navbar-mainnavigation .navbar-brand-image img {
        top: unset;
        transform: none;
        width: 120px !important;
        max-height: unset;
    }
    #page-header::before, #page-header::after {
        content: unset !important;
        display: none !important;
    }

    #page-header * { font-size: 0 !important; }

    .breadcrumb-section {
        border-bottom: 1px solid var(--primary);
        background: transparent;
    }
    .breadcrumb-section ol {
        background: transparent;
    }
    .breadcrumb-section a,
    .breadcrumb-item.active{
        color: #333 !important;
    }
    .breadcrumb-item + .breadcrumb-item::before {
        color: #333;
    }

    a.navbar-brand.navbar-brand-image {
        display: none;
    }
    a.navbar-brand.navbar-brand-image+.navbar-brand.navbar-brand-image {
        position: relative;
        display: block;
    }
    .navbar-mainnavigation .navbar-brand-image img {
        top: unset;
        transform: none;
        width: 120px !important;
        max-height: unset;
    }

    img.logo {
        display:none !important;

    }
}

.retractable > div:first-child {
    padding-right: 60px;
    padding-left: 60px;
}

.col-collapser {
    display: block;
    position: absolute;
    bottom: 50%;
    transform: translateY(50%);
    right: 10px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
}

.col-collapser:hover {
    text-decoration: none;
}

.col-collapser > .icon > i {
    font: normal normal normal 25px/1 FontAwesome;
    transition: 0.5s ease-in-out;
}

.col-collapser.open > .icon > i {
    transform: rotate(90deg);
    transition: 0.5s ease-in-out;
}

.backendlayout-organigramme .body-bg,
.backendlayout-organigramme #page-content {
    padding-top: 0;
}

/**
VERTICAL ALIGN
 */
.backendlayout-organigramme .row > div > div span {
    align-items: center;
}

.backendlayout-organigramme .row > div > div *:not(.col-collapser):not(.icon) {
    display: flex;
    width: 100%;
    height: 100%;
}

.backendlayout-organigramme .row > div > div h1.text-center span,
.backendlayout-organigramme .row > div > div h2.text-center span,
.backendlayout-organigramme .row > div > div h3.text-center span,
.backendlayout-organigramme .row > div > div h4.text-center span,
.backendlayout-organigramme .row > div > div h5.text-center span,
.backendlayout-organigramme .row > div > div h6.text-center span {
    justify-content: center;
}

.backendlayout-organigramme .row > div > div h1.text-left span,
.backendlayout-organigramme .row > div > div h2.text-left span,
.backendlayout-organigramme .row > div > div h3.text-left span,
.backendlayout-organigramme .row > div > div h4.text-left span,
.backendlayout-organigramme .row > div > div h5.text-left span,
.backendlayout-organigramme .row > div > div h6.text-left span {
    justify-content: flex-start;
}

.backendlayout-organigramme .row > div > div h1.text-right span,
.backendlayout-organigramme .row > div > div h2.text-right span,
.backendlayout-organigramme .row > div > div h3.text-right span,
.backendlayout-organigramme .row > div > div h4.text-right span,
.backendlayout-organigramme .row > div > div h5.text-right span,
.backendlayout-organigramme .row > div > div h6.text-right span {
    justify-content: flex-end;
}

.retractable > .collapse {
    padding: 20px;
}

.retractable > .collapse > div {
    padding: 40px;
}

/**
CUSTOM COLUMN
 */
.col-2-4 {
    flex: 0 0 20%;
    max-width: 20%;
}

@media (min-width: 576px) {
    .col-sm-2-4 {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 768px) {
    .col-md-2-4 {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 992px) {
    .col-lg-2-4 {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 1200px) {
    .col-xl-2-4 {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (max-width: 576px) {
    .col-sm-2-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .col-md-2-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .col-lg-2-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .col-sm-2-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .col-md-2-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (max-width: 992px) {
    .col-sm-2-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .col-md-2-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .col-lg-2-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
    background: transparent !important;
    border-color: #fff !important;
}


.frame-background-purple * {
    color: var(--white) !important;
}

.frame-background-orange * {
    color: var(--white) !important;
}

.frame-background-pink * {
    color: var(--white) !important;
}

.frame-background-cyan * {
    color: var(--white) !important;
}

.frame-background-teal * {
    color: var(--dark) !important;
}


/* IE 11 */

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
   /* IE10+ specific styles go here */
    #page-header {
        background: #663ab6 !important;
    }
    #main-submenu-contents {
        background: #663ab6 !important;
    }
    ul#briefcase {
        background: #663ab6 !important;
    }
    .news .table tr.title {
        background: #663ab6 !important;
    }
    .news .table tbody tr td.selected-day {
        background: #663ab6 !important;
    }
    .trombinoscope {
        background: #663ab6 !important;
    }
    .list-announce-item .see-more {
        background: #663ab6 !important;
    }
}
.frame-type-menu_subpages > .frame-container > .frame-inner >  ul > li > i.fas.fa-certificate {
    font-size: 32px;
    margin-right: 5px;
    margin-top: -3px;
    color: #fff !important;
    position: relative;
    left: 5px;
}
.frame-type-menu_subpages > .frame-container > .frame-inner > ul > li > i.fas.fa-certificate::after {
    position: absolute;
    content: "new";
    text-transform: uppercase;
    font-family: 'oleo_scriptregular', cursive;
    left: 5px;
    top: 11px;
    font-size: 8px;
    color: #333;
    font-weight: 100;
}
.home-service {
    position: relative;
    overflow: hidden;
    height: 100%;
    min-height: 300px;fnosad
}
.frame-home-service {
    position: absolute;
    overflow: scroll;
    overflow-x: scroll;
    overflow-x: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.carousel .carousel-item {
    padding: 20px;
}
.carousel .carousel-item .valign {
    gap: 20px;
    padding: 40px 0;
    height: 100%;
}
.carousel .valign .vcontainer {
    height: 100%;
}
.carousel-item-type-text_and_image .carousel-image img {
    max-height: 100%;
}

.carousel-item-type-image .carousel-image img {
    object-fit: contain;
    max-height: 100%;
}

.carrouselImgTitle {
    color: #333;
    text-align: center;
    margin-top: 0.25em;
    font-size:0.9em;
}

.password-toggle-icon,
.passwordRepeat-toggle-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  cursor: pointer;
}

.user-box {
  position: relative;
  margin-bottom: 30px;
}

.accordion-content-item p {
    margin-bottom: 3px;
}

.link-arrow, .link-page, .link-folder, .link-file, .link-external, .link-chevron, .link-mail, .link-globe {
    display: inline;
}