
    :root {
        --text: #333333;
--links: #0086D6;
--titles: #101544;
--page-background: #F5F5F5;
--highlight: #ffb71b;
--boxes-background: #FFFFFF;
--boxes-border: #E5E5E5;
--section-titles: #ffffff;
--section-titles-background: #101544;
--header-background: #101544;
--header-links: #0C3241;
--footer-background: #101544;
--footer-links: #ffb71b;
    }
    
/*************************************************************/
/* DEFAULT STYLESHEET 
/*
/* For fast customization, simply search for the COLORCOLOR word
/* and change the value related to your needs/customer chart
/*************************************************************/

/* ================= Custom Fonts ===================== */

@font-face {
    font-family: "Arial";
    src: url('https://ods-fonts.s3.ap-southeast-2.amazonaws.com/Arial/Arial.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Arial";
    src: url('https://ods-fonts.s3.ap-southeast-2.amazonaws.com/Arial/Arial+Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'DM Sans';
    src: url('https://s3-ap-southeast-2.amazonaws.com/aws-ec2-ap-southeast-2-opendatasoft-staticfileset/portphillip-mav-technology-geelongvic/theme_font/DMSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'DM Sans';
    src: url('https://s3-ap-southeast-2.amazonaws.com/aws-ec2-ap-southeast-2-opendatasoft-staticfileset/portphillip-mav-technology-geelongvic/theme_font/DMSans-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat";
    font-weight: 400;
    font-style: normal;
    src: url('https://s3-ap-southeast-2.amazonaws.com/aws-ec2-ap-southeast-2-opendatasoft-staticfileset/portphillip-mav-technology-geelongvic/theme_font/Montserrat-Regular.woff2') format("woff2"),
        url('https://s3-ap-southeast-2.amazonaws.com/aws-ec2-ap-southeast-2-opendatasoft-staticfileset/portphillip-mav-technology-geelongvic/theme_font/Montserrat-Regular.woff') format("woff");
}

@font-face {
    font-family: "Montserrat";
    font-weight: 500;
    font-style: normal;
    src: url('https://s3-ap-southeast-2.amazonaws.com/aws-ec2-ap-southeast-2-opendatasoft-staticfileset/portphillip-mav-technology-geelongvic/theme_font/Montserrat-SemiBold.woff2') format("woff2"),
        url('https://s3-ap-southeast-2.amazonaws.com/aws-ec2-ap-southeast-2-opendatasoft-staticfileset/portphillip-mav-technology-geelongvic/theme_font/Montserrat-SemiBold.woff') format("woff");
}

/* ================= Global ===================== */

html, body{
    font-family: "Arial", sans-serif;
    font-weight: 400;
    line-height: 1.9375rem;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

a, input[type=text], textarea, button, [class^=i-button]{
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    transform-origin: center center;
    transition-duration: .2s;
    transition-property: background-color,color,opacity,border,border-color,background-position,outline,box-shadow,border-bottom,text-decoration,left,top,transform;
    transition-timing-function: linear;
}

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

/* ================= ODS Login Form ===================== */

.ods-form__help-text a{
    color: #00585b;
}
.ods-button--primary {
    background-color: #00585b;
    border-color: #00585b;
}
.ods-button.ods-button--link{
    color: #00585b;
}

/* ================= Custom Header ===================== */

.ods-front-header{
    background: #fff;
}

.ods-front-header__management-menu-item--backoffice{
    background: #00585b;
}

/* Some changes to new style*/
.ods-front-header__brand-block {
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    /*border-bottom: 0.0625rem solid #ddede7;*/
    background-image: url(https://s3-ap-southeast-2.amazonaws.com/aws-ec2-ap-southeast-2-opendatasoft-staticfileset/portphillip-mav-technology-geelongvic/theme_image/footer_background_gradient.png);
    background-repeat: no-repeat;
    background-size: 100% 0.5rem;
    background-position: bottom left;
}

.ods-front-header__brand-block .brand-block-container {
    display: flex;
    justify-content: center;
    background: #fff;
}

.ods-front-header__management-menu-item-link {
    color: #00585B;
}
.ods-front-header__management-menu-item:nth-of-type(2) .ods-front-header__management-menu-item-link-label, 
.ods-front-header__management-menu-item:nth-of-type(3) .ods-front-header__management-menu-item-link-label{
    color: #00585b;
}

.ods-front-header__management-menu-item-link.ods-front-header__management-menu-item-link--backoffice{
    color: #fff;
}


.ods-front-header__management-menu-item-link[href^="/signup"]
{
    position: absolute;
    top: 75px;
    transform: translateY(-50%);
    padding: 20px;
    font-family: 'Montserrat';
    font-weight: 500;
    right: 200px;
    display: flex;
    align-items: center;
} 

.ods-front-header__management-menu-item-link[href^="/signup"]:hover,
.ods-front-header__management-menu-item-link[href^="/login"]:hover{
    border-bottom: none;
}

.ods-front-header__management-menu-item-link[href^="/signup"] .fa-user-plus:before,
.ods-front-header__management-menu-item-link[href^="/login"] .fa-sign-in:before {
    display: none;
}

.ods-front-header__management-menu-item-link[href^="/login"] {
    position: absolute;
    top: 75px;
    transform: translateY(-50%);
    padding: 20px 40px;
    background: #ffffff;
    right: 70px;
    color: #0B1EDA;
    border-radius: 4px;
    font-family: 'Montserrat';
    font-weight: 500;
    display: flex;
    align-items: center;
}

/* HEADER */ 
.ods-front-header {
    height: 150px; /* Increase header height; old value: 175px */
    padding: 0;

}
.ods-front-header__menu-block {
    background-color: #fff; /* menu background color */ /* COLORCOLOR */ /*New change*/
    width: 100%; /* get all the width of the screen */
    display: flex;  /*New change*/
    align-items: flex-end; /*New change*/
    font-family: 'Montserrat';
}
.ods-front-header__portal-brand {
    height: 120px; /* 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: 130px; /* increase logo size */
    width: 130px;
    /*margin-left: -70px;*/
    margin-right: 50px;
}
.ods-front-header__portal-brand__text {
    line-height: 100px; /* center text verticaly */
    font-weight: 400;    /* weight bold/regular etc... of the text header */
    font-size: 2.3rem; /* Size of the text header */
    color: #ffffff; /* Brand name color */ /* COLORCOLOR */
    font-family: 'Georgia';
    position: absolute;
    left: 80px;
}
.ods-front-header__custom {
    position: absolute; 
    bottom: 0; /* Positionning to bottom of the header */
}
.ods-front-header__menu {
    white-space: nowrap; /* when screen is too small, don't break line let the menu items disapear on the right */
}   
.ods-front-header__menu-item { /* a menu item */
    display: inline-block;
    color: #ffffff; /* Color of the text of the item */ /* COLORCOLOR */ /*New change*/
    background-color: #fff; /* Color of the background of the item when no mouse on it */ /* COLORCOLOR */
    margin: 0;
    margin-right: 5px; /* space between items, go to 0 for no space */ /*New change*/
    height: 55px;
    text-align: center;
}
.ods-front-header__menu-item:hover { /* When mouse hover menu item */
    background-color: rgba(255, 255, 255, 0.1); /* When the mouse go hover the item, the color change */ /* COLORCOLOR */
    text-shadow: 0px 0px 0px #000;
    color: #ffffff; /*New change*/
    border-radius: 4px; /*New change*/
}
.ods-front-header__menu-item--active { /* item properties when an item is active, ie the current selected one */ 
    background-color: rgba(255, 255, 255, 0.1); 
    border-radius: 4px; /*New change*/
    color: #ffffff;/* background color */ /* COLORCOLOR */ /*New change*/
}
.ods-front-header__menu-item--active:hover { /* When mouse hover active items */
    background-color: rgba(255, 255, 255, 0.1);; /* background color when mouse hover */ /* COLORCOLOR */
    border-radius: 4px; /*New change*/
    text-shadow: none;
    color: #ffffff; /*New change*/
}

.ods-front-header__menu-item-link { /* the link / text in the menu item */
    opacity: 1; /* Menu item link opcaity */
    color: #00585b;
    font-weight: 400;
    font-size: 16px; /*New change*/
    font-family: "Arial", sans-serif;
}

.ods-front-header__menu-item-link:hover {
    color: #00585b;
}

.ods-front-header__management-menu-item-link-label {
    color: #fff;
}

.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: #00585b; /* Color of the text when the item is active */ /* COLORCOLOR */
    width: 100%;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 4px; /*New change*/
    font-weight: 700;
}
.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: #00585b; /* Color of the text when the item is active and mouse is hover it */ /* COLORCOLOR */ /*New change*/
    font-weight: 700;
}
.ods-front-header__menu-item-link[href^="/page/home"]:before,
.ods-front-header__menu-item-link[href^="/page/accueil"]:before,
.ods-front-header__menu-item-link[href^="/pages/home"]:before,
.ods-front-header__menu-item-link[href^="/pages/accueil"]:before { /* Display the little home picto near the home page link item */
    font-family: "FontAwesome";
    content: '\f015'; /* Home picto, check here for others : http://fontawesome.io/icons/ */
    line-height: 1px; 
    font-size: 18px; /* size of the picto */
}
.ods-front-header__management-menu { /* Admin top right managment menu */
    right: 0;
    background-color: #fff; /* background color */ /* COLORCOLOR */
    line-height: 32px;
    font-size: 18px;

}

.ods-front-header__management-menu + .ng-scope {
    background-color: red;
}
/* RESPONSIVE / MOBILE HEADER */

.ods-responsive-menu-placeholder__toggle {
    background: #00585B; /* Hamburger menu color */ /* COLORCOLOR */
    color: #fff;
}
.ods-responsive-menu-placeholder__toggle:hover {
    background: #00585B; /* Hamburger menu color */ /* COLORCOLOR */
    color: #fff;
}
.ods-responsive-menu-collapsible__toggle-button {
    color: black;
}
.ods-responsive-menu--collapsed{
    border: none !important;
    background-image: url(https://s3-ap-southeast-2.amazonaws.com/aws-ec2-ap-southeast-2-opendatasoft-staticfileset/portphillip-mav-technology-geelongvic/theme_image/footer_background_gradient.png);
    background-repeat: no-repeat;
    background-size: 100% 0.5rem;
    background-position: bottom left;
}
.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 */
}
.ods-responsive-menu-collapsible--collapsed .ods-front-header__brand-block{
    background-image: none;
}
/* DATA CATALOG */

.ods-catalog-card__title{
    font-size: 18px;
}
/* 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 */
}
.ods-filters__count, 
.ods-filters__export-catalog-title, 
.ods-filters__filters, 
.ods-filters__filters-summary{
    background: #00585b;
}

.ods-catalog-card:hover:before{
    background: #00585B;
}

/* 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 */
    background-color: #00585b;
}
.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 */   
}

.ods-front-header__management-menu-item {
    font-size: 14px;
}

.ods-responsive-menu-collapsible--collapsed .ods-front-header__brand-block {
    height: auto;
}

.ods-responsive-menu-collapsible--collapsed  .ods-front-header__portal-brand__text {
    top: -20px;
}

.odswidget-filter-summary__active-filter-label{
    background: #00585b;
}


@media only screen and (min-width: 1000px) and (max-width: 1100px) {
    .ods-front-header__management-menu-item-link[href^="/signup"]
    {
        padding: 15px;
        right: 130px;
    } 
    .ods-front-header__management-menu-item-link[href^="/login"] {
        padding: 10px 30px;
        right: 20px;
    }
}

@media only screen and (min-width: 1100px) and (max-width: 1126px){
    .ods-front-header__management-menu-item-link[href^="/signup"]
    {
        padding: 20px;
        right: 150px;
    } 
    .ods-front-header__management-menu-item-link[href^="/login"] {
        padding: 15px 35px;
        right: 40px;
    }
}

/* ================ Custom Footer ====================== */

.e-footer__wrapper {
    background: #13676f;
    max-width: 100%;
    overflow: hidden;
    background-image: url(https://s3-ap-southeast-2.amazonaws.com/aws-ec2-ap-southeast-2-opendatasoft-staticfileset/portphillip-mav-technology-geelongvic/theme_image/footer_background_gradient.png);
    background-repeat: no-repeat;
    background-size: 100% 0.5rem;
    background-position: top left;
}

.l-wrapper {
    position: relative;
}

.e-footer__container {
    /*background-image: url('https://s3-ap-southeast-2.amazonaws.com/aws-ec2-ap-southeast-2-opendatasoft-staticfileset/portphillip-mav-technology-geelongvic/theme_image/footer_background_gradient.png');
    background-repeat: no-repeat;
    background-size: 100% 0.5rem;
    background-position: top left;*/
    color: #fff;
    position: relative;
    padding: 60px;
    display: flex;
}

/*.e-footer__container:before {
background: linear-gradient(175.25deg, #508fdc 0%, #4f8bdb 100%);
}*/

.e-footer__container:after,
.e-footer__container:before {
    content: "";
    display: block;
    height: 0.5rem;
    left: -100%;
    position: absolute;
    top: 0px;
    width: 100%;
}
.e-footer__container:after {
    /*background: linear-gradient(173.81deg, #9c3a89 5.95%, #843B8E 100%);*/
    left: auto;
    right: -100%;
}

.e-footer__nav{
    margin-right: 20px;
}

.e-footer__nav-list {
    row-gap: 2.5rem;
}

.e-footer__nav-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.i-list--unstyled {
    list-style-type: none;
    text-align: left;
    margin: 0;
    padding: 0;
}

.e-footer__nav-title {
    font-weight: 700;
    margin-bottom: 1rem;
    font-family: "Arial", sans-serif;
    font-size: 16px;
}

.e-footer__identity {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    font-family: "DM Sans", sans-serif;
    align-items: flex-start;
    justify-content: flex-start;
    max-width: 15.9375rem;
    margin-top: 0;
}

.e-footer__logo-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    flex-wrap: wrap;
    align-items: flex-start;
}

.e-footer__logo-container img {
    height: auto;
    margin: 0 auto 1.25rem;
    width: 125px;
    height: 125px;
}

.e-footer__nav-link {
    font-family: "DM Sans",sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
}

.e-footer__nav-link:after, .e-footer__agency a:after, .e-footer__secondary-links a:after, .t-link-underline-hover:after {
    margin-top: -0.125rem;
    margin-bottom: 0.3125rem;
    background: currentColor;
    content: "";
    display: block;
    height: 0.0625rem;
    transition: scale,.3s;
    transform: scale(0);
    transform-origin: bottom left;
    width: 100%;
}

.e-footer__secondary-links {
    margin-bottom: 2.5rem;
    text-align: center;
}

.e-footer__nav-link,
.e-footer__agency,
.e-footer__auxiliary {
    color: #fff;
}

.t-copy-small {
    font-size: 14px;
    line-height: 1.25rem;
    margin-top: 0.3125rem;
}

.e-footer__agency {
    font-weight: 700;
    line-height: normal;
    margin: 0;
    text-align: left;
    display: inline-block;
}

.u-text-white {
    color: #fff;
}

.e-footer__auxiliary {
    background: #00585b;
}

.e-footer__nav-link,
.e-footer__agency,
.e-footer__auxiliary {
    color: #fff;
}

.e-footer__auxiliary {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.e-footer__acknowledgement {
    display: flex;
    flex-direction: column-reverse;
    font-family: "DM Sans", sans-serif;
    font-size: 1em;
    line-height: 1.375rem;
    margin: 0 auto;
}

.e-footer__acknowledgement-flags {
    align-items: center;
    display: flex;
    margin: 0 auto;
    min-width: 8.75rem;
}

.e-footer__acknowledgement-flags svg:first-of-type {
    margin-right: 0.625rem;
}

.e-footer__acknowledgement-flags svg {
    border: 1px solid #fff;
}

.e-footer__acknowledgement-text {
    margin: 0 0 1.25rem;
    text-align: center;
    font-size: 16px;
}

.e-footer__acknowledgement-flags svg {
    border: 1px solid #fff;
}

.e-footer__social {
    align-items: center;
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin-bottom: 2.5rem;
    width: 125%;
    padding: 0;
}

.e-footer__social-link {
    align-self: center;
    display: inline-flex;
    max-height: inherit;
    transition: .3s;
}

.e-footer__social .i-icon {
    margin-right: 0;
}

.e-footer__social .i-icon {
    align-items: center;
    display: inline-flex;
}

.i-icon--small {
    height: 25px;
    width: 25px;
}

.e-footer__social .i-icon svg, .e-footer__social .i-icon * {
    fill: #fff;
}

.e-footer__social .i-icon svg, .e-footer__social .i-icon * {
    transition: .3s;
}

.i-icon--small svg {
    max-height: 100%;
    max-width: 100%;
}

.i-icon svg, .i-icon * {
    fill: #4e4e76;
}

@media (min-width: 1200px){
    .container.e-footer__container {
        width: 960px;
    }
}

@media only screen and (min-width: 48em) {
    .e-footer__nav {
        flex-grow: 1;
        display: inline-flex;
    }
}

@media only screen and (min-width: 48em) {
    .e-footer__identity {
        align-items: flex-start;
        justify-content: flex-start;
        max-width: 15.9375rem;
    }
}

@media only screen and (min-width: 48em) {
    .e-footer__secondary-links {
        text-align: left;
    }
}

@media only screen and (min-width: 48em) {
    .e-footer__acknowledgement {
        align-items: center;
        flex-direction: row;
        justify-content: center;
    }
}

@media only screen and (min-width: 48em) {
    .e-footer__acknowledgement-flags {
        margin: 0 0.625rem 0 0;
    }
}

@media only screen and (min-width: 48em) {
    .e-footer__acknowledgement-text {
        margin: 0;
        text-align: left;
    }
}
@media only screen and (min-width: 48em){
    .e-footer__logo-container img {
        margin: 0 0 1.25rem;
    }
}

@media only screen and (max-width: 768px){
    .e-footer__acknowledgement-text{
        margin-bottom: 10px !important;
    }
}

/* ================ Responsive Menu ====================== */

.ods-responsive-menu-collapsible--collapsed .ods-responsive-menu-collapsible__container{
    background: #fff;
}

.ods-responsive-menu-collapsible--collapsed .ods-front-header__portal-brand{
    display: none !important;
}

.ods-responsive-menu-collapsible__toggle{
    margin-bottom: 0;
}

.ods-responsive-menu-collapsible__toggle-button{
    color: #00585B;
}

@media only screen and (max-width: 999px){
    .ods-front-header__portal-brand .ods-front-header__logo{
        height: 100px;
        width: 100px;
    }
}
@media only screen and (max-width: 999px){
    .ods-filters__count, .ods-filters__export-catalog-title, .ods-filters__filters, .ods-filters__filters-summary{
        background: #00585B;
        color: #fff;
    }
}
@media only screen and (max-width: 768px){
    .ods-filters__count, .ods-filters__export-catalog-title, .ods-filters__filters, .ods-filters__filters-summary{
        background: #fff;
        color: #00585B;
    }
}






