
    :root {
        --text: #5B5B5B;
--links: #0088CC;
--titles: #2C3F56;
--page-background: #F5F5F5;
--highlight: #EC643C;
--boxes-background: #FFFFFF;
--boxes-border: #E5E5E5;
--section-titles: #FFFFFF;
--section-titles-background: #2C3F56;
--header-background: #2C3F56;
--header-links: #FFFFFF;
--footer-background: #FFFFFF;
--footer-links: #FFFFFF;
    }
    
@font-face {
    font-family: 'montserrat';
    src: url('/assets/theme_font/Montserrat-Regular.ttf') format('ttf'),
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserrat';
    src: url('/assets/theme_font/Montserrat-Bold.ttf') format('ttf'),
    font-weight: bold;
    font-style: normal;
}

body  {
    font-family: 'montserrat', sans-serif;
}


/* Header */ 

.mns-top-header {
    background-color: #333;
    font-size: 0;
    position: relative;
    z-index: 1300;
}



.mns-top-header img, main img, footer img {
    position: relative;
    display: block;
    max-width: 100%;
    height: auto;
}

.mns-top-header img {
    float: left;
    padding: 10px 20px;
    height: 40px;
    width: auto;
}
@media  (max-width: 767px){.mns-top-header img {
       display: none;
}
    }
.mns-top-header>div {
    text-align: right;
    display: inline-block;
    vertical-align: middle;
    width: 20%;
}

.ods-front-header {
    height: auto;
    font-size: .857rem;
    padding: 0 0 0 0;
}

.ods-front-header {
    background-color: #31455d;
   
}
.ods-dataset-images__image:after {
    font-size: 18px;
}
.odswidget-table__cell-container, .odswidget-table__header-cell-container {
    max-width: 600px;
}




/*************************************************************/
/* DEFAULT STYLESHEET 
/*
/* For fast customization, simply search for the COLORCOLOR word
/* and change the value related to your needs/customer chart
/*************************************************************/

/* GLOBAL */
.ods-box {
    border: none;   
    border-radius: 0px;
}

/* HEADER */ 
@media (min-width: 992px)
.col-md-8 {
    width: 66.66667%;
}
article, aside, footer, header, nav, section {
    display: block;
}


.ods-front-header {
   height: auto; /* Increase header height */
    padding: 0;
    height: auto;
    font-size: 10pt;
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;
}
.ods-front-header__menu-block {
    background-color: #31455d; /* menu background color */ /* COLORCOLOR */
    width: 100%; /* get all the width of the screen */
}

.ods-front-header__portal-brand {
    height: auto; /* increase brand block size containing brand name and logo */
    display: flex; /* display the logo then the brand name on the right */
    align-items: center; /* center the logo in the header */
    position: inherit;
}
.ods-front-header__portal-brand .ods-front-header__logo {
    height: auto; /* increase logo size */
}
.ods-front-header__portal-brand__text {
    line-height: 100px; /* center text verticaly */
    font-weight: 600;    /* weight bold/regular etc... of the text header */
    font-size: 2.3rem; /* Size of the text header */
    color: #336179; /* Brand name color */ /* COLORCOLOR */
}

.ods-front-header__custom {
    position: absolute; 
    bottom: 0; /* Positionning to bottom of the header */
}
.ods-front-header__menu {
    white-space: nowrap;
    margin: auto;

}   

.ods-front-header__menu-item { /* a menu item */
     display: inline-block;
    color: white;
    background-color: #31455d;
    margin: 0;
    height: 55px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}

IMG.displayed {
 display: block;
    margin-left: auto;
    margin-right: auto
}

.ods-front-header__menu-item:hover { /* When mouse hover menu item */
    background-color: #31455d; /* When the mouse go hover the item, the color change */ /* COLORCOLOR */
    text-shadow: 1px 1px 1px #000;
}
.ods-front-header__menu-item--active { /* item properties when an item is active, ie the current selected one */ 
   /* background color */ /* COLORCOLOR */
}
.ods-front-header__menu-item--active:hover { /* When mouse hover active items */
    background-color: white; /* background color when mouse hover */ /* COLORCOLOR */
    text-shadow: none;
}
.ods-front-header__menu-item-link { /* the link / text in the menu item */
    opacity: 1; /* Menu item link opcaity */
        Font-size: 1rem;
}
.ods-front-header__menu-item-link--active { /* when an item links is active, ie the current item */ 
    border-bottom: none; /* Remove the ODS bottom line when an item is active */
    color: white; /* Color of the text when the item is active */ /* COLORCOLOR */
    width: 100%;
    Font-size: 1rem;
}
.ods-front-header__menu-item-link--active:hover { /* when mouse is hover the active item links */ 
    border-bottom: none; /* Remove the ODS bottom line when an item is active */
    color: #003958; /* Color of the text when the item is active and mouse is hover it */ /* COLORCOLOR */
}


.ods-front-header__management-menu { /* Admin top right managment menu */
    right: 0;
    background-color: #31455d; /* background color */ /* COLORCOLOR */
    line-height: 32px;
}

/* RESPONSIVE / MOBILE HEADER */

.ods-responsive-menu-placeholder__toggle {
    background-color: #336179; /* Hamburger menu color */ /* COLORCOLOR */
}
.ods-responsive-menu-placeholder__toggle:hover {
    background-color: #336179; /* Hamburger menu color */ /* COLORCOLOR */
}
.ods-responsive-menu-collapsible__toggle-button {
    color: black;
}
.ods-responsive-menu--collapsed .ods-front-header__portal-brand {
    display: inherit; 
}
.ods-responsive-menu--collapsed .ods-front-header__portal-brand .ods-front-header__logo {
    margin-top: 10px; /* positionning of the logo */
}
.ods-responsive-menu--collapsed {
    height: 120px; /* reduce the size of the header when displaying in mobile mode  */
    border-bottom: 2px solid #326078; /* little border to make a split between the logo and the page content */ /* COLORCOLOR */
}
.ods-responsive-menu-collapsible--collapsed .ods-front-header__menu { /* ignore it... just to make the display ok.... */
    width: 100%;
}
.ods-responsive-menu--collapsed .ods-front-header__menu-block .container { /* ignore it... just to make the display ok.... */
    padding-left: 0;
    padding-right: 0; 
    width: 100%; 
}



.ods-responsive-menu-collapsible--collapsed .ods-front-header__menu-item-link--active {
    border-left: none; /* Remove the ODS left line (repsonsive menu) when an item is active */
}

/* DATA CATALOG */

/* Every block */
.ods-filters__count,
.ods-filters__export-catalog-title, 
.ods-filters__filters, 
.ods-filters__filters-summary,
.ods-catalog-card,
.ods-tabs__pane.ods-tabs__pane--horizontal,
.odswidget-text-search__search-box,
.ods-tabs__tab.ods-tabs__tab--horizontal, 
.ods-tabs__tab.ods-tabs__tab--horizontal:hover
{
    border-radius: 0px; /* remove rounded border of almost every boxes on the platform */
}

/* DATA CATALOG DATASET CARD */
.ods-catalog-card__keyword { /* keywords items */
    border-radius: 0px;
    background-color: #003958; /* change de color of the keyword card block in the catalog */ /* COLORCOLOR */
}
.ods-catalog-card__keyword:hover { /* hover keyword item */
    background-color: #427e9d; /* color of the background when mouse hover the keyword block */ /* COLORCOLOR */
}


/* ANALYSIS VIEW */
.ods-chart-controls__yaxis { /* Analysis control block */
    background-color: white; /* background color, dirty grey by default */ /* COLORCOLOR */
}


/* FOOTER */
.ods-front-footer .portal-picto {
    height: 90px; /* Max size of the picto in the footer */
}
.ods-front-footer {
    border-top: 3px solid #427E9D; /* top line of the footer, delete if not needed */  /* COLORCOLOR */
    border-bottom: 3px solid #427E9D;  /* bottom line of the footer, delete if not needed */  /* COLORCOLOR */
    padding: 10px 0;
    height: auto;
}
.ods-front-footer__link {
    color: #427E9D;/* link color in the footer */  /* COLORCOLOR */   
}


.footer__main .footer__bottombar {
    height: 2.5rem;
    line-height: 2.5rem;
    background-color: #2d2d2d;

}


/* Footer */

footer {
   
       margin: 0;
}
footer li {
   
  display: inline-block;
}
.footp {
float: left;  
}


.footer__social span {
    font-family: "Montserrat",sans-serif;
   
    font-weight: 700;
  
    line-height: 26px;
    text-transform: uppercase;
  
    display: inline-block;
    border-bottom:.0625rem solid #757575;
}

@media (max-width: 37.49em)
.footer__main {
    text-align: center;
}

@media (min-width: 992px)
.ods-front-footer .col-md-8 {
    width: 66.66667%;
}

div {
    display: block;
}

@media (max-width: 37.49em)
.footer__main .container {
    padding-left: 0;
    padding-right: 0;
}

@media (max-width: 37.49em)
.footer__main .footer__content, .footer__main .footer__social {
    float: none;
    width: 100%;
    margin-right: 0;
}
@media (max-width: 37.49em)
.footer__main .container {
    padding-left: 0;
    padding-right: 0;
}

@media (max-width: 37.49em)
.footer__main .footer__content .footer__row {
    border: 0;
}



.ods-front-footer {
    background: #3a3a3a;
    display: block;
    height : 100%;
}

.ods-front-footer .mns-nav-footer {
    border-bottom: 1px solid #838383;
}
.ods-front-footer ul {
    position: relative;
    display: block;
    list-style-type: none;
}


.ods-front-footer ul li a {
    font-family: "Source Sans Pro",sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #b3b3b3;
    line-height: 26px;
    text-transform: uppercase;
    padding: 20px 15px;
    display: inline-block;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.ods-front-footer .mns-title {
    border-bottom: 1px solid #838383;
}

.ods-front-footer .mns-title span {
    font-family: "Source Sans Pro",sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #b3b3b3;
    line-height: 26px;
    text-transform: uppercase;
    padding: 20px 15px 20px 0;
    display: inline-block;
}


.ods-front-footer .mns-first-column {
    margin-top: 40px;
    margin-bottom: 30px;
}
.ods-front-footer .mns-second-column .info-contact {
    padding: 15px 0 35px 0;
}

.mns-footer-bottom {
    background: #2d2d2d;
    display: block;
}

.ods-front-footer  .mns-second-column span {
    font-family: "Source Sans Pro",sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    line-height: normal;
    display: block;
    margin-bottom: 5px;
}


.ods-front-footer .mns-second-column {
    margin: 30px 0;
    border-left: 1px solid #838383;
    padding-left: 30px;
}

.ods-front-footer .mns-second-column h5 {
    font-family: "Source Sans Pro",sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    line-height: normal;
    text-transform: uppercase;
    padding: 15px 0;
    margin: 0;
}

.ods-front-footer .mns-first-column p {
    margin-top: 40px;
    font-family: "Source Sans Pro",sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #b3b3b3;
    line-height: normal;
}

.ods-front-footer footer p, footer span.p {
    position: relative;
    display: block;
    margin: 0 0 20px 0;
    font-family: "Source Sans Pro",sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 26px;
}

.ods-front-footer .row {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 992px)
.ods-front-footer .col-md-8 {
    width: 66.66666667%;
}
@media (min-width: 992px)
.ods-front-footer .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    float: left;
}

.ods-front-footer .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    float: left;
}
.ods-front-footer .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 768px)
.ods-front-footer .col-sm-4 {
    width: 33.33333333%;
}
@media (min-width: 768px)
.ods-front-footer .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
    float: left;
}
.ods-front-footer .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}


.ods-front-footer .btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
    display: table;
    content: " ";
}


.ods-front-footer .mns-third-column ul li a span {
    color: #fff;
    font-size: 40px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.ods-front-footer .mns-third-column {
    margin-top: 20px;
}
.ods-front-footer .mns-footer-bottom {
    background: #2d2d2d;
    display: block;
}

.ods-front-footer  class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Custom Footer */

    .footer__main {
    background-color: #3a3a3a;
    color: #fff;
    font-size: .90rem;
}
     .footer__main.container {
    position: relative;
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
}

.footer__main .footer__content {
    width: 65.38462%;
    float: left;
    margin-right: 3.84615%;
}
            
          .footer__main .footer__row:first-child {
    margin-bottom: 0;
    border-bottom: .0625rem solid #757575;
    font-weight: 600;
    text-transform: uppercase;
                  text-align: left;
     list-style-type: none;
}

.footer__main .footer__row {
    *zoom: 1;
    position: relative;
    padding: 1.25rem 0 .9375rem;
    margin-bottom: 1.25rem;
      list-style-type: none;
  
}

.footer__main .footer__row:after, .footer__main .footer__row:before {
    content: " ";
    display: table;
}

article, aside, footer, header, nav, section {
    display: block;
}
            
            .nav-footer ul {
    padding-left: 0;
    margin: 0;
    list-style: none;
}

ul, menu, dir {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

.nav-footer li:first-child {
    padding-left: 0;
}
.nav-footer li {
    position: relative;
    display: inline-block;
    padding-left: 1.0625rem;
    padding-right: .875rem;
}
.nav-footer a {
    display: block;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: color .3s cubic-bezier(.23,1,.32,1);
    transition: color .3s cubic-bezier(.23,1,.32,1);
}
.footer__main .footer__row:after {
    clear: both;
}

.footer__main .footer__row:after, .footer__main .footer__row:before {
    content: " ";
    display: table;
}

footer__main .footer__row {
    *zoom: 1;
    position: relative;
    padding: 1.25rem 0 .9375rem;
    margin-bottom: 1.25rem;
}
footer__main .footer__row ul{
   list-style-type: none;
    margin-bottom: 1.25rem;
}
.footer__main .footer__social {
    width: 30.76923%;
    float: left;
    margin-right: 3.84615%;
    float: right;
    margin-right: 0;
}
.footer__main .footer__row:first-child {
    margin-bottom: 0;
    border-bottom: .0625rem solid #757575;
    font-weight: 600;
    text-transform: uppercase;
}
ul.socialnetworks {
    padding-left: 0;
    margin: 0;
    list-style: none;
}

ul.socialnetworks li:first-child {
    padding-left: 0;
}
ul.socialnetworks li {
    position: relative;
    display: inline-block;
    padding-left: .9375rem;
    padding-right: .625rem;
}

.app-logo {
    position: relative;
    display: inline-block;
    width: 6.875rem;
    float:left;
    margin-top: 5px;
}



.container {
    position: relative;
    max-width: 90rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    
}

a.btn-fb {
    background: transparent url('/assets/theme_image/icone-facebook.png') center no-repeat;
    height: 22px;
    width: 22px;
    background-size: 25px 25px;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -webkit-border-radius: 4px;
    display: block;
    text-indent: -999em;
    overflow: hidden;
    transition: all 0.3s ease;
    border-radius: 4px;
}

a.btn-tw {
    background: transparent url('/assets/theme_image/icone-twitter.png') center no-repeat;
    height: 22px;
    width: 22px;
    background-size: 25px 25px;
         -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -webkit-border-radius: 4px;
    display: block;
    text-indent: -999em;
    overflow: hidden;
    transition: all 0.3s ease;
    border-radius: 4px;
}

@media (max-width: 37.49em)
.footer__main .footer__content .footer__row {
    border: 0;
}

.ods-manage-cookies-preferences__banner {
    color: black !important;
}
