﻿/*@font-face {
    font-family: 'Montserrat';
    src: local('Montserrat'), url('/assets/fonts/neo.otf') format('truetype');
}*/
@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

:root {
    --primary-font: "Open Sans", sans-serif;
    --secondary-font: "Open Sans", sans-serif;
}

html {
    font-family: var(--primary-font);
}

body {
    font-family: var(--primary-font);
}


.primary-font {
    font-family: var(--primary-font);
}

.secondary-font {
    font-family: var(--secondary-font);
}

header {
    padding-top:20px;
    box-shadow: 0px 3px 3px #c7c7c7;
}

/* Header Navbar */
.hlogo {
    width: 225px;
}

.site-logo {
    margin-bottom: 22px;
}

.wrap-center {
    width: 90%;
    margin:auto;
}

@media (min-width: 1291px) {
    .wrap-center {
        width: 75%;
    }
}

#menu {
    margin-top: 9px !important;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 4px;
    justify-content: flex-end;
    padding-left: 0px;
}

ul#menu li {
    display: flex;
}

#weather-date {
    border: 0px solid;
    height: 30px;
    font-weight: bold;
}

#day1 {
    padding-top: 18px;
    padding-left: 80px;
}

.header-date > div {
    margin-left: 1rem;
}


.btn-login {
    font-size: 24px;
    color: #D00925;
}

.profile-nav {
    margin-bottom: 10px;
    align-items: center;
    justify-content: space-between;
}

.btn-profile {
    min-width: 22px;
    max-width: 22px;
}

.profile-username {
    font-weight: bold;
    color: #909399;
    margin: 0 10px 0px 0px;
}

.dropdown-profile {
    border: none;
}

.profile-menu {
    /*top: 22px;*/
    left: 0px;
    border: 0px solid #fff;
    width: 180px;
    z-index: 1001;
}

.profile-menu-icon {
    color: #909399;
    font-weight: bold !important;
    margin-right: 8px;
}

.profile-user-btn {
    display: inline-flex;
}

.dropdown:hover > label > #profile-user-btn > .profile-menu-arrow {
    transition: 0.3s;
    -webkit-transform: rotate(-90deg);
}

div.profile-menu-arrow {
    color: #909399;
    font-weight: 100;
    transition: 0.3s;
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
}

.profile {
    /*min-width: 235px;*/
}

.profile-item {
    padding: 5px !important;
    width: 96%;
}

.profile-menu > a {
    color: #909399;
    font-weight: bold;
}

.navbar-light .navbar-nav .nav-link {
    color: #000000;
}

.navbar-nav {
    width: 100%;
    margin: auto !important;
    background: #fff;
}

.nav-link {
    text-align: left;
    font: normal normal bold 13px/22px var(--primary-font);
    /*letter-spacing: 2.4px;*/
    color: #000000;
    text-transform: uppercase;
    opacity: 1;
}

.navbar {
    border-top: 2px solid #dbdbdb;
    background: transparent;
    padding-bottom: 0px;
}

nav {
    z-index: 1;
    background: inherit;
    /*max-height: 55px;*/
}

#plus {
    color: #D00025;
    font-weight: lighter;
    font-family: Impact;
}

.nav-separtor {
    width: 120%;
    box-shadow: 0px 3px 3px #c7c7c7;
    padding-bottom: 8px;
}

.logo-box {
    position: relative;
    margin-right: auto;
    display:flex;
}

.logo-box button{
    top:25px;
}

    .temperature {
        text-align: left;
        font: normal normal bold 24px/29px var(--secondary-font);
        letter-spacing: 1.2px;
        color: #3E4C57;
        display: inline-block;
        margin-right: 30px;
        margin-bottom: 0px;
    }

@media (max-width: 850px) {
    .temperature {
        text-align: left;
        font: normal normal bold 16px/17px var(--secondary-font);
        letter-spacing: 1.2px;
        color: #3E4C57;
        display: inline-block;
        margin-right: 30px;
        margin-bottom: 0px;
    }
}

.month-archive {
    display: inline-block;
    margin-top: 4px;
}

.temperature-icon {
    display: inline-block;
    margin-right: 7px;
}

.is-active {
    border-bottom: 8px solid #CE092C;
}


@media (min-width: 992px) {
    /****ADD SPACE BETWEEN MENU AND LOGO*/
    .space-menu-logo {
        padding-top: 13px;
    }

    .logo-box {
        order: 1;
    }

    #weather-header {
        order: 2;
    }

    #header-date {
        order: 3;
    }

        #header-date > div {
            margin-right: 1rem;
        }

    #header-user-separator {
        order: 4;
    }

    #header-search-scope-btn {
        order: 5;
    }

    #neomedia-profil {
        order: 6;
    }

    #neomedia-profil-logged {
        order: 6;
    }
}
/****** Media query pour les differentes versions de dekstop et Mobile ******/
@media (max-width: 424px) {
    #weather-header {
        /*  margin-top: 38px;
        margin-left: auto;
        margin-right: auto;*/
    }
}

@media (max-width: 991.98px) {
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 768px) {
    .d-pt-none {
        display: none !important;
    }
}

@media only screen and (min-width:768px) {
    .show-date {
        display: none;
        text-align: center;
    }

    .font-date-mb {
        font: normal normal bold 13px/22px var(--secondary-font);
        text-align: center;
    }
}

/*.logo-header {
    margin-left: 15px;
}*/

@media only screen and (max-width: 767.98px) {
    .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;
        padding-top: 20px;
    }

    .hlogo {
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        width: 150px;
        top: 10px;
    }

    .logo-box {
        margin-right: auto;
        position: static;
    }

    .temperature-icon {
        margin-right: 0px;
    }

    .temperature {
        margin-right: 0px;
        /*padding-top: 18px;*/
    }

    .search-component-vm {
        position: absolute;
        right: 22px;
        top: 18px;
    }

    .headerMeteo-VM {
        position: relative;
        top: 20px;
    }

    .meteo-actuellement-vm {
        display: none;
    }
}


@media (min-width: 768px) {
    .navbar-expand-pt {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .navbar-expand-pt.navbar-nav {
            -ms-flex-direction: row;
            flex-direction: row;
        }

            .navbar-expand-pt .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-pt .navbar-nav .nav-link {
                /*padding-right: 0.2rem;*/
                /*padding-left: 0.2rem;*/
            }

        .navbar-expand-pt > .container,
        .navbar-expand-pt > .container-fluid {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        }

        .navbar-expand-pt .navbar-collapse {
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
        }

        .navbar-expand-pt .navbar-toggler {
            display: none;
        }

    .logo-box {
        padding-top: 14px;
    }
}

/*@media only screen and (min-width: 602px) and (max-width: 700px) {
    .nav-link {
        font: normal normal bold 7px/22px var(--primary-font);
    }
}*/

.plus-extra::after {
    content: '+';
    margin-left: 4px;
    color: #D00025;
    font-weight: lighter;
    font-family: Impact;
    padding-top: 7px;
}

.resize-extraPlus {
    display: flex;
    flex-wrap: wrap;
}

.sub-menu-arrow2 {
    color: red;
    min-width: 6px;
    margin-left: 10px;
    margin-right: 10px;
}



.btn-menuMobile {
    background: #EEEEEE 0% 0% no-repeat padding-box !important;
    border-radius: 21px !important;
    opacity: 1;
    display: flex !important;
    flex-wrap: wrap;
    max-width: 345px;
    min-height: 42px;
    align-items: center;
}

.btn-font {
    font: normal normal 600 14px/18px Montserrat;
    letter-spacing: 0px;
    color: #000000;
}

@media only screen and (max-width: 425px) {
    .btn-menuMobile {
        max-width: 100%;
    }

    .btn-menuMobile a {
        word-break: break-word;
    }
}

@media only screen and (max-width: 767.98px) {
    .plus-extra::after {
        content: none;
    }

    .resize-extraPlus {
        display: initial;
    }

    .header-search-scope-btn {
        display: none;
    }
    /*sinon le deplacer en bas apres ligne 479*/
    .arrow-hide {
        display: none;
    }
}

@media only screen and (min-width: 768px) {
    .mon-plus {
        display: none;
    }

    .sub-menu-arrow2 {
        display: none;
    }
}


@media only screen and (min-width: 601px) and (max-width: 800px) {
    .nav-link {
        /*font: normal normal bold 9px/22px var(--secondary-font);*/
    }

    .sub-link {
        /*font-size: 12px !important;*/
    }

    .dropdown-menu li {
        padding-right: 5px !important;
    }
}

@media only screen and (max-width: 990px) {
    .sub-menu-separator {
        display: none;
    }
}

@media only screen and (max-width: 767.98px) {
    .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*/
        /*max-height: 105vh;*/
        z-index: 50;
        top: 125px; /*fait descendre le menu*/
    }

    .nav-item2 {
        /*padding: 10px;*/
        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 {
        padding-top: 0px;
    }

    .logo-box {
        order: 1;
        width: 33%;
    }

    #header-user-separator {
        order: 4;
        width: 100%;
    }

    #weather-header {
        order: 5;
        top: -15px;
    }

    #header-date {
        order: 6;
        width: 100%;
    }

        #header-date div {
            width: 100%;
        }

    /*#header-search-scope-btn {
        order: 2;
    }*/

    #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;
    }
}

@media only screen and (min-width: 768px) {
    .nav-item2 {
        border-bottom: none
    }

    .hide-acceuil-Dt {
        display: none;
    }
}

#navbarNav {
    transition: 1s;
    left: 0;
    position: static;
    overflow: visible;
}

/* Sous menu */
.dropdown {
    position: static;
}

.dropdown-item {
    padding: 3px;
    margin: 5px;
}

#navbarNav > ul > li {
    padding-bottom: 8px;
}

.nav > li.dropdown.open {
    position: static;
}

.dropdown:hover .flex-dropdown-menu {
    display: flex;
}

.flex-dropdown-menu.show {
    display: flex;
    justify-content: center;
}

.nav > li.dropdown.open .dropdown-menu {
    display: table;
    width: 100%;
    text-align: center;
    left: 0;
    right: 0;
}

.dropdown-toggle::after {
    content: none;
}

.dropdown-menu li {
    display: table-cell;
    padding-right: 9px !important;
    padding-top: 0px;
}

    .dropdown-menu li > a > p {
        margin-bottom: 3px;
        padding: 0px 3px;
    }


.sub-menu {
    /*padding-left: 37%;*/
    background: #2B2B2B;
    /*width: 133%;*/
    width: 100%;
    /*left: -16%;*/
    position: absolute;
}

.sub-menu-arrow {
    background: #2B2B2B;
    color: red;
    min-width: 6px;
    margin-top: 1px;
}

.sub-menu-title {
    background: #CE092C;
    border-radius: 1px;
    color: #FFFFFF !important;
    font-size: 14px;
    font-family: var(--secondary-font);
    text-align: center;
    font-weight: bold;
}

.sub-menu-title:hover {
    background-color: transparent;
}

@media only screen and (min-width: 768px) {
    .sub-menu-title {
        background: #CE092C;
        color: #FFFFFF !important;
    }
    .sub-menu-title:hover {
        background: #CE092C;
        color: #FFFFFF !important;
    }
}

a .dropdown-toggle .nav-link::after {
    display: none;
}

.sub-link {
    color: #FFFFFF !important;
    font-size: 14px;
    font-family: var(--secondary-font);
    font-weight: bold;
}

.sub-menu-separator {
    border-left: 1px solid #C7C7C7
}

.sub-menu-new-line {
    height: 5px;
}

#sub-navbar > li {
    vertical-align: middle;
}

#plus:hover {
    color: #D00025 !important;
    background-color: transparent !important;
}


.sub-menu {
    justify-content: center;
}

.sub-menu2 {
    justify-content: end !important;
    padding-right: 16%;
}

.dropdown-menu li > a:hover, .dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
    background-color: initial !important;
    color: #fff !important;
    text-decoration: none !important;
}

@media only screen and (max-width: 767.98px) {
    .md-grid {
        display: grid;
    }

    .md-grid2 {
        display: grid;
    }

    .sub-menu, .sub-menu2 {
        justify-content: start;
        padding-left: 0%;
        width: auto;
    }

    #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;
    }
}
.sub-link-regionVm {
    border-bottom: 1px;
    border-style: solid;
    border-color: #C6C6C6;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #000000 !important;
}

/** ------------------------- Search bar ---------------------------- */
#btn-modal-search {
    position: absolute;
    left: 15%;
    top: 106px;
    width: 25px;
}

.search-close {
    position: absolute;
    right: 15%;
    top: 96px;
    color: #fff;
    float: right;
    font-size: 28px;
    font-weight: bold;
    z-index: 1;
}

    .search-close:hover,
    .search-close:focus {
        text-decoration: none;
        cursor: pointer;
    }

.search-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1001; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.search-modal-content {
    height: 240px;
    position: relative;
    background-color: #000;
    margin: 20% auto; /* 15% from the top and centered */
    padding: 20px;
    width: 100%; /* Could be more or less, depending on screen size */
}

#search-form {
    display: inline-flex;
}

.search-input {
    padding-left: 11px !important;
}

.search-box {
    position: absolute;
    top: 106px;
    left: 19%;
    width: 66%;
    color: #fff;
    background: #000;
    font-size: 18px;
    border: 0px solid #000;
}

    .search-box:focus {
        outline: none;
    }

.search-input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1; /* Firefox */
}

.search-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
    font-size: 16px;
}

.search-input::-ms-input-placeholder { /* Microsoft Edge */
    color: #fff;
    font-size: 16px;
}

.search-img {
    min-width: 20px;
}

.search-underline {
    position: absolute;
    top: 135px;
    left: 15%;
    width: 70.3%;
    border-bottom: 2px solid #fff;
}

.auto-margin {
    margin: auto;
}

@media only screen and (max-width: 830) {
    .col-sm-6 {
        max-width: 100%;
        padding: 0px;
    }
}

body .container {
    width: 90%;
    max-width:none;
}

@media (min-width: 1291px) {
    body .container {
        width: 75%;
        max-width: none;
    }
}

@media (min-width: 992px) {
    #sub-navbar {
        display: flex;
    }
}

.la-region::after {
    font-family: "Material Icons";
    /*content: "\e3c9";*/
    content: url(/assets/images/black_pen24x1.png);
    margin-left: 7px;
}

.ma-region {
    font: normal normal normal 13px/16px Montserrat;
    letter-spacing: 0px;
    color: #000000;
    margin-left: 30px;
    text-transform: initial;
}


@media only screen and (min-width: 768px) {
    .hide-mobile {
        display: none;
    }

    #sub-navbar {
        display: flex;
    }
}

.dropdown:hover .dropdown-menu.sub-menu {
    display: grid;
}

@media only screen and (max-width: 990px) {
    .dropdown::after .dropdown-menu.sub-menu {
        display: grid;
    }

    .dropdown:hover .dropdown-menu.sub-menu {
        display: grid;
    }

    .sub-menu-separator {
        display: none;
    }

    .sticky {
        width: 100% !important;
        left: 0px;
        overflow: auto;
        padding-left: 0% !important;
        display: block !important;
    }
}

@media only screen and (max-width: 768px) {

    .profile-menu {
        left: -105px;
    }
}


.selector {
    /* Reset Select */
    appearance: none;
    outline: 0;
    border: 0;
    box-shadow: none;
    /* Personalize */
    flex: 1;
    padding: 3px 1em;
    color: #000;
    background-color: transparent;
    background-image: none;
    cursor: pointer;
    height: 23px;
    font-weight: bold;
    font-family: var(--secondary-font);
    margin-top: 11px;
}
/* Remove IE arrow */
selector::-ms-expand {
    display: none;
}
/* Custom Select wrapper */
.custom-selector {
    position: relative;
    display: flex;
    width: 9em;
    height: 47px;
    overflow: hidden;
    color: #D00025;
    margin-top: 14px;
}
    /* Arrow */
    .custom-selector::after {
        content: url(/assets/images/red-down-arrow.svg);
        position: absolute;
        top: -2px;
        right: 4px;
        padding: 1em;
        background-color: transparent;
        transition: .25s all ease;
        pointer-events: none;
    }

.selector-option {
    font-weight: bold;
}

.newspaper-selector {
    position: absolute;
    height: 0px;
    bottom: -6px;
    left: 17px;
}

    .newspaper-selector > .custom-selector {
        position: relative;
        top: -32px;
        left: -17px;
        width: 255px;
        font-size: 13px;
        height: 47px;
    }

        .newspaper-selector > .custom-selector > select {
            padding: 0px 1em;
            border-radius: 0;
        }

        .newspaper-selector > .custom-selector::after {
            top: -2px;
            right: -4px;
        }

.selector-title {
    position: relative;
    top: 30px;
    margin-left: 10px
}

.sticky {
    position: fixed !important;
    top: -2px;
}

.rsThumbs {
    z-index: 0 !important;
}

.bg-site-location {
    background: #EEEEEE;
}

.left-head a {
    color: inherit;
}

#menu li:first-child {
    font: normal normal normal 15px/19px Montserrat;
}

.vertical {
    border-left: 2px solid #EEEEEE;
    height: 100px;
    display: inline-block;
}

.selector-after {
    width: 222px;
}

.center-menu {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

.ltSpace-for-act-month {
    letter-spacing: 3px !important;
}
@media only screen and (min-width: 768px) {
    .show-region-vm, .hide-extra-DT {
        display: none;
    }
}
@media only screen and (max-width:767.98px) {
    .no-letterSpacing {
        letter-spacing: 0px;
    }
    /*vient du partial standard-Menu*/
    .sub-menu-extra-VM {
        /*   background: none;
            color: #000000 !important;*/
        display: none;
    }

    .width-mobile {
        width: 100%;
    }

    .sub-menu-toutes {
        display: flex;
    }

    .sub-link-extra-VM {
        color: #000000 !important;
        margin-left: 40px;
        border-bottom: 1px;
        border-style: solid;
        border-color: #C6C6C6;
    }

    .hide-extra-Vm {
        display: none;
    }

  
}
/*  ---------------------------------------introJs-------------------------------------------  */
.introjs-progressbar {
    background-color: #CE092C !important;
}

.introjs-button {
    font-family: Montserrat !important;
    font-size: 12px !important;
    font-weight: bold;
    border-radius: 0px !important;
    padding: .2rem .5rem !important;
}

.introjs-skipbutton {
    display: none;
}

.nxtbutton {
    background: url('/assets/images/red-right-arrow.svg') !important;
    background-repeat: no-repeat !important;
    background-position: right 0% bottom 50% !important;
    z-index: 0;
    line-height: 0;
    padding: 20px 2px 20px 20px;
}

.prvbutton {
    background: url('/assets/images/red-left-arrow.svg') !important;
    background-repeat: no-repeat !important;
    background-position: right 0% bottom 50% !important;
    z-index: 0;
    line-height: 0;
    padding: 20px 0px 21px 7px;
    margin-right: 9px;
}

.introjs-tooltip-title {
    color: #CE092C !important;
    line-height: 22px !important;
    text-transform: uppercase !important;
}

.introjs-tooltiptext {
    font-family: Montserrat !important;
    font-size: 15px;
    font-weight: bold !important;
}
