
    :root {
        --text: #333333;
--links: #0088CC;
--titles: #512472;
--page-background: #F5F5F5;
--highlight: #512472;
--boxes-background: #FFFFFF;
--boxes-border: #F5F5F5;
--section-titles: #FFFFFF;
--section-titles-background: #512472;
--header-background: #FFFFFF;
--header-links: #FFFFFF;
--footer-background: #FFFFFF;
--footer-links: #512472;
    }
    
.rods-user-avatar {
    align-items: center;
    display: inline-flex
;
    color: #333333;
}

.ods-dataset-visualization__edit-dataset {
   display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    background-color: #ffffff;
    padding: .33rem .67rem;
    border-radius: 3px;
    vertical-align: center; 
    line-height: 1.33rem;   
}


.ods-mapbuilder__main-panel {
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff !important;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,.65);
    box-shadow: 0 1px 5px rgba(0,0,0,.65);
    color: #333;
}

.ods-dataset-selection__container {
    height: 80%;
    margin: 5% auto;
    position: relative;
    padding: 0;
    background-color: #F5F5F5;
    border-radius: 4px;
}


.ods-button--primary {
   /* color: #fff;
    background-color: #000;
    border-color: #c000ff;
    */
    
   padding-left: 16px; padding-right: 16px; padding-top: 8px; padding-bottom: 8px; background: #581D74; border-radius: 4px; overflow: hidden; border: 1px #581D74 solid; justify-content: center; align-items: center; gap: 8px; display: inline-flex
}

.ods-chart-controls__input {
    font-size: 12px;
    border-radius: 4px;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('/assets/theme_font/Ubuntu-Light.ttf') format('truetype');
    font-style: normal;
    font-weight: 300;
}
@font-face {
    font-family: 'Ubuntu';
    src: url('/assets/theme_font/Ubuntu-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: 400;
}
@font-face {
    font-family: 'Ubuntu';
    src: url('/assets/theme_font/Ubuntu-Light.ttf') format('truetype');
    font-style: normal;
    font-weight: 500;
}
@font-face {
    font-family: 'Ubuntu';
    src: url('/assets/theme_font/Ubuntu-Medium.ttf') format('truetype');
    font-style: normal;
    font-weight: 600;
}
@font-face {
    font-family: 'Ubuntu';
    src: url('/assets/theme_font/Ubuntu-Medium.ttf') format('truetype');
    font-style: normal;
    font-weight: 700;
}


html, body {
    font-size: 14px;
}
body {
    font-family: 'Ubuntu', "Open Sans", Helvetica, arial, sans-serif;
}
h1, h2, h3, h4 {
    font-family: 'Ubuntu', "Open Sans", Helvetica, arial, sans-serif;
}
h1, h2, h3 {
   /* font-weight: 500;*/
    color: #512472;
}

/*#wide-map {
    margin-top: -38px;
}
*/
.ods-front-footer {
  /*  margin-top: 20px;*/
}

.ods-front-header__menu {
    margin: 0;
}

/* HEADER */

.ods-front-header {
    padding: 0;
    margin-bottom: 40px;
}
@media (min-width: 992px) {
    .ods-front-header {
        height: 155px;
        margin-bottom: 40px;
    }
}

.ods-responsive-menu-placeholder .ods-front-header__portal-brand {
    height: 50px;
    top: 5px;
}
.ods-responsive-menu-collapsible .ods-front-header__portal-brand {
    height: 70px;
    top: 0;
}

.ods-front-header a:hover,
.MYSITE-header__brand a:hover{
    text-decoration: none;
}

.MYSITE-header__brand {
    height: 100px;
    padding: 0;
    overflow: hidden;
}

.ods-front-header__portal-brand a {
    height: 70px;
    float: left;
}

.MYSITE-header__brand-brand {
    list-style-type: none;
    display: inline-flex;
}

.ods-front-header__brand {
    list-style-type: none;
    margin-left: 50px;
    margin-top: 3px;
}

.ods-front-header__portal-brand .ods-front-header__logo {
    padding-top: 15px;
}

.ods-responsive-menu-collapsible--expanded .MYSITE-header__brand {
    display: none;
}
.ods-responsive-menu-collapsible--expanded .ods-front-header__menu {
    display: block;
}
.ods-responsive-menu-collapsible--expanded .ods-front-header__menu-item-link {
    display: block;
    text-align: left;
}

.ods-responsive-menu-collapsible--expanded .ods-front-header__menu-item-link.ods-front-header__menu-item-link--active {
    background-color: #581d74;
    color: #fff;
    
}

.MYSITE-header__brand > .container {
    padding-top: 10px;
}
.MYSITE-header__menu {
    background-color: #ffffff;
    text-align:center;
}
.MYSITE-header__menu > .container {
    padding: 0;
    margin-top:30px;
}

.ods-front-header__menu-item-link {
    color: #512472;
    font-family: 'Ubuntu', "Open Sans", Helvetica, arial, sans-serif;
   
}
.ods-front-header__management-menu-item-link {
    height: 57px;
    color: #646464;
    
    
}
.ods-front-header__management-menu-item-link.ods-front-header__management-menu-item-link--backoffice {
    color: white;
}
.ods-front-header__menu-item-link:hover {
 
   content: "";
    /*background: #ae5bd6;
    bottom: 0;
    position: center;
    left: 20px;
      transition: all 0.3s;
   
    height: 1px; */
    color: #B1006E;
    border: none;
    height: 57px;
    padding-top: 1px;
    right: 20px;
    
  border-bottom: 3px solid #B1006E;

}

.ods-front-header__menu-item-link[href^="/pages/home/"]:before,
.ods-front-header__menu-item-link[title="Accueil"]:before {
    font-family: "FontAwesome";
    content: '\f015';
    display: inline-block;
    line-height: 58px;
    font-size: 1.2em;
    
}

.ods-front-header__menu-item-link {
    border: none;
    opacity: 1;
    font-size: 20px;
           
}
.ods-front-header__menu-item-link.ods-front-header__menu-item-link--active {
    background-color: white;
    border: none;
    height: 58px;
    padding-top: 1px;
    color: #ae5bd6;
    border-bottom: 3px solid #ae5bd6;

}
.ods-responsive-menu-placeholder__toggle {
    background-color: #581d74;
    opacity: 1;
    color: #fff;
}

.fa-close {
    color: #581d74;
}

/* Home */

.background {
    background: url('/assets/theme_image/bpce-opendata_b.png');
    /*background-position: center 60%; */
    height: 200px;
    background-size: cover;
    color: #fff;
    text-align: center;
    margin-top: -40px;
    margin-left: 1px;
    margin-right: 1px;
}

.ODT-home .col-md-6 {
    padding-right: 80px;
}

.ODT-home {
    text-align: center;
    margin-top: 1.33em;
}
.ODT-home h1 {
    width: 39%;
    margin: 0 auto;
}

.ODT-home__content {
    margin-top: 20px;
}

.background p {
    margin-top: -10px;
}

.ODT-home h1 {
    margin-bottom: 0;
}

.ODT-home h1 + h2 {
    margin-top: 0;
}

.ODT-home h3 {
    margin-top: 0.33rem;
}

main {
    margin: 0px;
}

.access {
    text-align: center;
}

.cta {
    padding-top: 60px;
    padding-bottom: 10px;
}

.explore-link {
    text-align: center;
    display: block;
    color: white;
    max-width: 450px;
    margin: 0 auto;
    width:80%;
}

.explore-link-text {
    border: 2px solid white;
    padding: 20px;
    display: block;
    border-radius: 10px;
    background-color: rgba(255,255,255,0.2);
    margin: 0;
    font-size: 1.33em;
    line-height: 120%;
    word-wrap: break-word;
    max-width: 450px;
}

@media (min-width: 500px) {
    .explore-link {
        width:100%;
        font-size: 1.5rem;
    }
    .explore-link-text {
        font-size: 2rem;
    }
}

.explore-link-text:hover {
    background-color: rgba(255,255,255,0.4);
}

.explore-link:hover {
    text-decoration: none;   
}

input.odswidget-searchbox__box {
    width: 80%;
    border: 1px solid white;
    border-radius: 20px;
    max-width: 600px;
    font-size: 1.1rem;
    line-height: 2rem;
    padding: 0.5em;
    font-family: "Ubuntu";
}

.leaflet-draw {
    display: none;    
}

.themeblock {
    color:black;
    fill:black;
    text-align: center;
    padding: 10px;
}

.themeblock h3 {
    text-transform: uppercase;
}

.themeblock__icon {
    font-size: 3rem;
    color: #274156;
}
.themeblock__content {
    background-color: #eeeeee;
    padding: 20px;
    display: block;
    color: inherit;
    text-decoration: none;
}
@media (min-width: 768px) and (max-width: 991px)  {
    .themeblock__content {
        min-height: 225px;
    }
}
@media (min-width: 992px) and (max-width: 1199px)  {
    .themeblock__content {
        min-height: 300px;
    }
}
@media (min-width: 1200px) {
    .themeblock__content {
        min-height: 250px;
    }
}
.themeblock__content:hover {
    text-decoration: none;
}
.themeblock__content{
    background-color: #ddd;
}

.MYSITE-map {
    padding-top: 30px;
    text-align: left;
}
.MYSITE-map__description h2 {
    margin: 0 auto;
    color: #512472;
}
.MYSITE-map__description p {
    font-size: 12px;
}

.MYSITE-explore {
    text-align: center;
    color: #2c3f56;
}
.MYSITE-explore__description {
    font-size: 20px;
    margin: 1em auto 1em;
}

.MYSITE-explore__description a {
    color: #512472;
    text-decoration: underline;
}

.eg-tag {
    background-color: #512472;
}

.ODT-home-description {
    text-align: left;
    margin-top: 1.33em;
}

.ODT-home-description h3 {
    color: #512472;
}

.ods-catalog-card__keyword {
    color: #FFFFFF;
    background-color: #999999;
    border-radius: 4px;
    
}

.ods-front-header__portal-brand__text {
    font-size:20px;
}


/* Solid border */
hr.solid {
  border-top: 1px solid #bbb;
}


/* DESKTOP SPECIFICS - STYLE OF DROPDOWN MENU
========================================================================== */

.dropdown-content {
    position: absolute;
    background-color: #FFF;
    filter: drop-shadow(0px 14px 8px rgba(37, 48, 59, 0.1));
    z-index: 1;
    padding: 10px 20px;
    min-width: 200px;  
}

.dropdown-content a {
    color:  #512472;
    text-decoration: none;
    display: block;
    opacity:1;
    padding: 0px;
    font-size: 16px;
   /* line-height: 35px;-*/
}

.dropdown-content a:hover {
    text-decoration: underline;
    background-color: #FFF;
    color: #512472;
    font-family: 'Ubuntu', "Open Sans", Helvetica, arial, sans-serif;
}

@media screen and (min-width: 1000px){
    .dropdown-content {
        display: none;
    }

    .dropdown-menu:hover  .dropdown-content {
        display: block;
    }

    .dropdown-menu:hover .ods-front-header__menu-item-link {
         background-color: #512472;
         color: #FFFFFF; /* Header link color when the link is active */
    }   
    .dropdown-menu:hover .dropdown-content a {
            background-color: #FFF;
    color: #512472;
    }
}

/* MOBILE SPECIFICS - STYLE OF DROPDOWN MENU
========================================================================== */

@media screen and (max-width: 1000px){    
    .dropdown-content {
        position: relative;
        padding-left: 25px;
        filter: none;
    }
}
