.btnSearch {
    margin: 10px;
}

.contentCategories {
    position: relative;
    text-align: left;
}

.backgroundGradient {
    background-image: linear-gradient(transparent, black);
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.textBlockMobile {
    background-color: transparent !important;
    position: absolute;
    bottom: 0px;
    color: white;
    padding: 15px;
    font-weight: 500;
    width: 100%;
}

.titleCategorie {
    font-size: 20px;
    margin-top: 5px;
    font-weight: bold;
    margin-bottom: 5px;
    color: white;
}

.catgorieName {
    font-size: 16px;
}

.dateCategorie {
    font-size: 16px;
    color: white;
}

.categorieColor {
    margin-right: 3px;
    border: solid 5px;
}

.hideEventList {
    display: none;
    visibility: hidden;
}

.display-state {
    width: 30px;
    float: right;
    cursor: pointer;
}

.event-list {
    display: none;
}

.active-view {
    display: block !important;
}

.detailed-event-list {
    margin-top: 46px;
    padding: 0px;
    list-style: none;
    display: none;
}

.newsListing {
    display: none;
}

.summaryActive .detailed-event-list {
    display: block;
}

.summaryActive .categorieDisplayButton {
    display: none;
}

.video-icon {
    max-width: 23px;
    position: absolute;
    right: 0px;
}

.comment-count {
    font-size: 15px;
}

.disabledUB {
    pointer-events: none;
    opacity: 0.6 !important;
}

.container {
    margin-top: 0px;
}

.pad-container {
    padding-top: 0px;
}

.pad-title {
    padding-top: 0px;
}

.padAfterPub {
    padding-top: 0px;
}

.imgCategories {
    object-fit: cover;
    width: auto;
    height: 288px;
    border-radius: 20px;
}

.img-responsive {
    max-width: auto;
    height: auto;
    object-fit: cover;
}

.detailedActive .newsListing {
    display: block;
}

.detailed-title {
    color: #000;
    font: normal normal normal 16px/22px Montserrat;
    margin-left: 16px;
}

.detailed-title:hover {
    color: #000;
    text-decoration: none;
}

.detailed-list-date {
    margin-top: 25px;
    font: normal normal bold 24px/38px Montserrat;
    background: #EEEEEE;
}

.detailed-list-date p::first-letter {
    text-transform: uppercase;
}

.detailed-photo-count {
    font-size: 15px;
}

.sub-menu-separator {
    display: none !important;
}

.sub-menu-arrow2 {
    display: block !important;
}

#sub-navbar {
    display: none !important;
}

.navbar-nav .dropdown-menu {
    position: static !important;
    float: none !important;
}

.show-date {
    font: normal normal bold 14px/22px var(--secondary-font);
    text-align: center;
    background: #EEEEEE;
}

.is-active-vm {
    border-left: 8px solid #CE092C;
}

.is-active {
    border-bottom: none;
}

.logo-header {
    margin-left: 0px;
}

.relative-header {
    height: 130px !important;
    padding-top: 20px !important;
}

.hlogo {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 150px;
    top: 10px;
}

.logo-box {
    order: 1;
    width: 33%;
    margin-right: auto;
    position: static;
}

.temperature-icon {
    margin-right: 0px;
}

.temperature {
    margin-right: 0px;
}

.search-component-vm {
    position: absolute;
    right: 22px;
    top: 18px;
}

.headerMeteo-VM {
    position: relative;
    top: 20px;
}

.meteo-actuellement-vm {
    display: none;
}

.plus-extra::after {
    content: none;
}

.resize-extraPlus {
    display: initial;
}

.header-search-scope-btn {
    display: none;
}

.arrow-hide {
    display: none;
}

.center-menu {
    flex-direction: column !important;
}

#navdiv {
    position: absolute !important; /* fixed ;*/
    width: 100%;
    left: 0px;
    background-color: #FFFFFF !important;
    top: 0px;
    overflow-y: auto; /* soit sroll soit auto*/
    z-index: 50;
    top: 125px; /*fait descendre le menu*/
}

.nav-item2 {
    border-width: 1px 0;
    border-color: #DBDBDB;
    border-style: solid;
    font: normal normal bold 14px/17px var(--secondary-font);
    letter-spacing: 2.8px;
    color: #000000;
    text-transform: uppercase;
    opacity: 1;
}

.nav-item3 {
    padding: 0px;
}

#navbarclosebtn {
    position: relative !important;
    margin: 0px;
    left: -11px;
    z-index: 10;
    top: 8px;
    border: none;
}

.give-ml {
    margin-left: 30px;
    padding: 0px;
}

.hide-acceuil-Dt a:visited {
    color: initial;
}

.hide-acceuil-Dt {
    padding: 10px 0 !important;
}

#navdiv .navbar {
    border-top: none;
}

.navbar-toggler .navbar-toggler-icon {
    background-image: url("/assets/images/close-btnMenu.svg");
}

.navbar-toggler.collapsed .navbar-toggler-icon {
    background-image: url("/assets/images/menu-mobile.svg") !important;
}

#menu {
    padding: 0px;
    text-align: center;
}

#header-user-separator {
    order: 4;
    width: 100%;
}

#weather-header {
    order: 5;
    top: -15px;
}

#header-date {
    order: 6;
    width: 100%;
}

    #header-date div {
        width: 100%;
    }

#neomedia-profil {
    order: 2;
    position: relative;
    top: 14px;
    margin-bottom: 23px; /*pousse la météo sous le logo*/
}

#neomedia-profil-logged {
    order: 2;
    position: relative;
    top: 10px;
}

.newspaper-selector {
    display: none;
}

ul#menu li#header-date {
    display: none;
}

.md-grid {
    display: grid;
}

.md-grid2 {
    display: flex !important;
    flex-wrap: wrap !important;
    flex-direction: column !important;
    align-items: initial !important;
}

#navbarNav > ul > li {
    padding-bottom: 0px;
}

.dropdown-menu li > a:hover, .dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
    background-color: initial !important;
    color: initial !important;
    text-decoration: none !important;
}

.no-letterSpacing {
    letter-spacing: 0px;
}

.sub-menu-extra-VM {
    display: none;
}

.width-mobile {
    width: 100%;
}

.sub-menu-toutes {
    display: flex !important;
}

.sub-link-extra-VM {
    color: #000000 !important;
    margin-left: 40px;
    border-bottom: 1px;
    border-style: solid;
    border-color: #C6C6C6;
}

.hide-extra-Vm {
    display: none;
}

.collapse:not(.show) {
    display: none;
}

.sub-menu, .sub-menu2 {
    background: #EDEDED !important;
    justify-content: start;
    padding-left: 0%;
    width: auto;
}

.border-top-bottom {
    border-width: 1px 0 0 !important;
    border-color: #C6C6C6 !important;
    border-style: solid !important;
}

.sub-menu {
    background: #EDEDED !important;
    justify-content: initial !important;
}

.sub-menu-title-VM {
    background: none !important;
    color: #000000 !important;
}

.sub-link-VM {
    color: #000000 !important;
}

.sub-navbar-DT {
    display: none !important;
}
