
    :root {
        --text: #333333;
--links: #174C94;
--titles: #174C94;
--page-background: #F5F5EE;
--highlight: #EE7F01;
--boxes-background: #FFFFFF;
--boxes-border: #174C94;
--section-titles: #FFFFFF;
--section-titles-background: #174C94;
--header-background: #F5F5F5;
--header-links: #FFFFFF;
--footer-background: #FFFFFF;
--footer-links: #174C94;
    }
    
@font-face {
  font-family: 'projets-environnement';
  src:  url('https://s3-eu-west-1.amazonaws.com/aws-ec2-eu-1-opendatasoft-staticfileset/cgdd-sprint/theme_font/projets-environnement.eot?qk9hp5');
  src:  url('https://s3-eu-west-1.amazonaws.com/aws-ec2-eu-1-opendatasoft-staticfileset/cgdd-sprint/theme_font/projets-environnement.eot?qk9hp5#iefix') format('embedded-opentype'),
    url('https://s3-eu-west-1.amazonaws.com/aws-ec2-eu-1-opendatasoft-staticfileset/cgdd-sprint/theme_font/projets-environnement.ttf?qk9hp5') format('truetype'),
    url('https://s3-eu-west-1.amazonaws.com/aws-ec2-eu-1-opendatasoft-staticfileset/cgdd-sprint/theme_font/projets-environnement.woff?qk9hp5') format('woff'),
    url('https://s3-eu-west-1.amazonaws.com/aws-ec2-eu-1-opendatasoft-staticfileset/cgdd-sprint/theme_font/projets-environnement.svg?qk9hp5#projets-environnement') format('svg');
  font-weight: normal;
  font-style: normal;
}

.ods-front-header__management-menu {
    display:none;
}

.ods-manage-cookies-preferences {
    color: black;
}

.thematiques [class^="icon-"], .thematiques [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'projets-environnement' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ods-filters__sort-direction {
    margin-left: .1rem;
}

.icon-urbanismenconstruction-400:before {
  content: "\e902";
}
.icon-agro-ali-400-2:before {
  content: "\e901";
}
.icon-Energie-400:before {
  content: "\e900";
}
.icon-Environnement-400:before {
  content: "\e909";
}
.icon-agro-ali-400:before {
  content: "\e91b";
}
.icon-agriculture-400:before {
  content: "\e91c";
}
.icon-agro-alimentaire-400:before {
  content: "\e91d";
}
.icon-industrie-400:before {
  content: "\e91e";
}
.icon-recherche-400:before {
  content: "\e91f";
}
.icon-transport-400:before {
  content: "\e920";
}

.ods-front-header__management-menu-item {
    display: block;
    margin: 5px 10px 2px 0;
    line-height: normal;
}

html, body {
    font-size: 15px;
}
body {
    /*font-family: 'Hind', "Open Sans", Helvetica, arial, sans-serif;*/
    font-family: 'roboto', sans-serif;
}

ul.breadcrumbs {
    padding:0;
    margin:0 0 2em 0;
}

.breadcrumbs li {
    /*float: left;*/
    font-size: .95rem;
    color: #0a0a0a;
    cursor: default;
    display: inline;
}

.breadcrumbs li:not(:last-child)::after {
    content: "arrow_forward";
    font-family: "Material Icons";
}
.breadcrumbs li:not(:last-child)::after {
    position: relative;
    top: 1px;
    margin: 0 .75rem;
    opacity: 1;
    content: "/";
    color: #cacaca;
}

.visually-hidden {
    position: absolute !important;
    clip: rect(1px,1px,1px,1px);
    overflow: hidden;
    height: 1px;
    width: 1px;
    word-wrap: normal;
}

.visually-hidden.focusable:active,.visually-hidden.focusable:focus{
    position:static !important;
    clip:auto;
    overflow:visible;
    height:auto;
    width:auto;
}

h1, h2, h3, h4 {
    /* font-family: 'Oswald', "Open Sans", Helvetica, arial, sans-serif;*/
    font-family: 'Roboto Condensed',sans-serif;
    
}
h1, h2, h3 {
    font-weight: bold;
    /*color: #174c94;*/
    color: #202328;
    line-height:1em;
}
.fiche-result h2 {
  color:#476cb3 !important;
    }

h1 {font-size: 3rem;}

.container-fluid .ng-scope h1 {
    margin-top: 5px !important;
}



.rbtc {
    font-family: 'Roboto Condensed', sans-serif;
}

.images {max-width:100%;}

.ng-scope h2.infobulle {
font-size: 1.2rem;
line-height: 1rem;
}

.ng-scope ul.infobulle {
    line-height: 1.1rem;
    margin: 0;
    padding: 0 1rem 0 1rem;
}
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
    font-family: 'Roboto', sans-serif;
    font-size: 1.1rem;
    line-height: 1.6rem;
}

a.btn {
     display:inline-block;
     padding:.5em 1.5em;
     border:none;
     border-radius:6px;
     background:#ffd166;
     color:#202328;
     font-size:1.375rem;
     font-weight:bold;
     text-decoration:none;
     text-align:center;
     box-shadow:rgba(0,0,0,0.3) 0 0 10px;
     box-sizing:border-box;
     cursor:pointer;
}
a.btn:hover,a.btn:focus {
     background:#fff;
    color:#202328;
}
a.btn-color-1 {
     background:#2362be;
     color:#fff;
}

a.btn-small {
    font-size:1rem;
}

.ods-box > p > img{
    max-width:80%;
}

footer {

    font-size: 1.1rem;

}

.icon-tw-site {
    float: left;
    margin: -10px 10px 0 0;
}


#pageplubox {
    width:100% !important;
    max-width: 970px;
}

@media (max-width: 549px)  {
.ods-front-header__portal-brand > img {display:none;}
        .ods-responsive-menu-placeholder__container { text-align: left;}
    .ods-front-header__portal-brand > small {display:none;}
    
    .large-3 {
    width: 100% !important;
}

h1 {
    font-size: 1rem !important;
}
    
    .ods-front-header {
    margin-bottom: 10px !important;
}
    
    .search-module {
    width: 90% !important;
    }

.ods-front-header__portal-brand__text {
    font-size: 1.3rem !important;
    margin-left: 5px !important;
    margin-top: 0px !important;
    float: left;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    color: #202328;
    line-height: 1.5rem !important;
    max-width: 100%;
    text-align: left;
}
    
    .ods-responsive-menu-placeholder .ods-front-header__portal-brand {
    height: 80px;
    top: 10px;
    left: 8px;
    max-width: 80%;
    }

    .ods-responsive-menu-collapsible__toggle {
        padding: 10px;
        margin-bottom: 0;
    }
    
    ul.ng-scope {
    padding-left: 25px;
    }
    
}





@media (min-width: 550px) and (max-width: 849px)  {
    .container-fluid {
   /* width: 740px;*/
    }
    
    h1 {
    font-size: 2rem;
        }    
    
    .ods-front-header__portal-brand__text {
    font-size: 1.5rem;
    margin-left: 10px;
    margin-top: 0;
    float: left;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    color: #202328;
    line-height: 1.6rem;
    max-width: 82%;
    text-align: left;
    }
    
    
   
    .ods-responsive-menu-placeholder__container { text-align: left;}
    .ods-front-header__portal-brand > small {display:none}
 
}


@media (min-width: 850px) and (max-width: 991px)  {
    .container-fluid {
    /*width: 740px;*/
    }
    
    .ods-front-header__portal-brand__text {font-size: 2rem; margin-top:0.6rem;}
    .ods-responsive-menu-placeholder__container { text-align: left;}
    .ods-front-header__portal-brand > small {display:none}
     .search-module {width: 500px;}
 
}
@media (min-width: 992px) and (max-width: 1199px)  {
  .container-fluid {
    /*width: 960px;*/
    }
    
   .ods-front-header__portal-brand__text {font-size: 2rem;}
}
@media (min-width: 1200px) {
     .container-fluid {
    /*width: 1160px;*/
    }
    
    .ods-front-header__portal-brand__text {font-size: 2.52rem;}

}

#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 (max-width: 991px) {
    .reseaux ul li {
        display: block;
        text-align: left;
        width: 100%;
        padding: 12px;
    }
}

@media (min-width: 992px) {
    .ods-front-header {
        height: 155px;
        margin-bottom: 40px;
    }
    
        .reseaux ul li {
      display:table-cell;
      text-align:center;
        width:20%;
    }
}

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


.ods-front-header__portal-brand__text {
    color: #174c94;
}

.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: #174c94;
    color: #fff;
}

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

.ods-front-header__menu-item-link {
   /* color: #fff;*/
    /*font-family: 'Oswald', "Open Sans", Helvetica, arial, sans-serif;*/
   /* text-transform: uppercase;*/
    font-family: 'Roboto Condensed', sans-serif;
   color: #e1e4eb;
    font-size: 1.571rem !important;
    font-weight:400;
    padding-top:1px;
    border-bottom: 6px solid #202328;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.ods-front-header__management-menu-item-link {
    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, .ods-front-header__menu-item-link:focus, .ods-front-header__menu-item-link:active {
    /*color: #174c94;
    background-color: #f5f5f5;*/
    padding-top: 1px;
    border-bottom: 6px solid #4874b8;
        -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.ods-front-header__menu-item-link[href^="/page/home/"]:before,
.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: 53px;
    font-size: 1.2em;
}

.ods-front-header__menu-item-link {
   /* border: none;*/
    opacity: 1;
    font-size: 12px;
}
.ods-front-header__menu-item-link.ods-front-header__menu-item-link--active {
    /*background-color: #f5f5f5;
    border: none;
    height: 56px;
        color: #174c94;*/
    padding-top: 1px;
    border-bottom: 6px solid #4874b8;
        -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.ods-responsive-menu-placeholder__toggle {
    background-color: #174c94;
    opacity: 1;
    color: #fff;
}

.fa-close {
    color: #174c94;
}

/* Home */

.background {
    /*background: #4874b8 url(https://i.imgur.com/HYn5PJw.png);*/
    /*background: url('https://s3-eu-west-1.amazonaws.com/aws-ec2-eu-1-opendatasoft-staticfileset/cgdd-sprint/theme_image/Lac_du_Milieu_de_Bastan_Hautes_Pyrénées_02_BLS.jpg');*/
    background: url('https://s3-eu-west-1.amazonaws.com/aws-ec2-eu-1-opendatasoft-staticfileset/cgdd-sprint/theme_image/banniere.jpg');
    background-position: center 50%;
    height: 400px;
    background-size: cover;
    color: #fff;
    text-align: center;
    margin-top: -33px;
    border-top: 4px solid #333;
}


.odswidget-map-tooltip__record {
    overflow: auto;
    max-height: 235px;
    padding: 0 1em;
}

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

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

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

.ods-box {
    background: #FFF;
    border-radius: 0;
    border: none;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 0 9px 2px rgba(211,211,205,1);
    max-width: 970px;
    margin: 0 auto 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;
}

.odswidget-facet {
    background: #fff;
    display: block;
    padding: 1em;
    margin: 0;
}

main {
    margin: 0px;
}

.access {
    text-align: center;
}

.cta {
    padding-top: 205px;
    padding-bottom: 5px;
}

.explore-link {
    text-align: center;
    display: block;
    color: white;
    max-width: 450px;
    margin: 0 auto;
    width:80%;
    text-shadow: 0 0 7px rgba(0,0,0, 0.8);
}

.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: 2rem;
    }
    .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, input.odswidget-text-search__search-box, input.recherche {
    width: 80%;
    border: 2px solid white;
    border-radius: 5px;
    max-width: 550px;
    font-size: 1.5rem;
    line-height: 2rem;
    padding: 0.5em;
    /*font-family: "Open Sans";*/
}

.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: #174c94;
}
.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: #174c94;
    text-decoration: underline;
}

.eg-tag {
    background-color: #174c94;
}

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

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

.ods-catalog-card__keyword {
    color: #fff;
    background-color: #174c94;
}

.ods-front-header__portal-brand__text {
    /*font-size:27px;*/
}

/********** ajouts Style DICOM ********************/ 

#svg-marianne {
  width:115px;
}

#block-meem-branding {
    margin: 0 0 3em 0 !important;
    font-family: 'Roboto Condensed', sans-serif;
}

#block-meem-branding svg {
    margin-left: 15px;
    margin-right: 20px;
}

#block-meem-branding h1 {
    display: inline-block;
    margin-left: 146px;
    margin-top: -73px;
    float: left;
}
#block-meem-branding a {
    display: inline-block;
    max-width: 650px !important;
    }

#block-meem-main-menu a {
    font-size: 1.3rem;
    line-height: 1.5rem;
}

#ods-front-header__menu ul > li:after {
  display: block;
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 0;
  height: 5px;
  background-color: #4874b8 ;
  content: "";
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

#ods-front-header__menu ul> li:hover:after,
#ods-front-header__menu ul> li:hover:focus {
  width: 100%;
}

.ods-front-header__portal-brand .ods-front-header__logo {
    padding-top: 0;
    margin:16px;
    float: left;
}

.ods-front-header__portal-brand__text {
    /*font-size: 2.52rem;*/
    margin-left: 0;
    margin-top: 1rem;
    float: left;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    color: #202328;
    /*width: 45%;*/
    line-height: 2.2rem;
}

.ods-front-header__portal-brand > small {
    font-size: 1.9rem;
    margin-left: 0;
    margin-top: 0;
    float: left;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: normal;
    color: #202328;
}

.reseaux {
  padding: 1rem 0 2rem 1rem;
  background: #202328;
  color:#fff; 
  font-weight:400;
}

.reseaux a {
      color:#fff; 
}

.reseaux a:hover, .reseaux a:focus, .reseaux a:active {
    text-decoration:none;  
    opacity: 0.7;
}

  .reseaux ul {
    display:table;
    width:100%;
    max-width: 970px;
    margin: auto;
      padding: 0;
  }


/* footer*/

.ods-front-footer {
  padding:3rem 0;
  background: #1f2532;
    color:#fff;
}

.ods-front-footer .row {
    background: #1f2532;
    margin:0;
}

.bottom-bar {
    background: #1f2532;
    padding: 0;
    display: inline-block;
    text-align:left;
    max-width: 970px;
}

.titre-barre {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    padding: 1.3rem 0;
        font-weight: bold;
}

.ods-front-footer .titre, .ods-front-footer h2.titre-barre {
    font-size: 1.38rem;
    line-height: 1.5rem;
    font-family: 'Roboto Condensed', sans-serif;
}

.plan ul {
    padding:0;
}

.plan li {
    list-style: none;
    margin: 0.5rem 0;
    line-height: 1;
    padding: 0.5rem 0;
    
}

.plan li a{
 color: #fff;
}

.plan a:hover, .plan a:focus, .plan a:active {
    text-decoration:none;  
    opacity: 0.7;
}

.social, .plan {
    padding: 0;
}

.social li a {
    height: 55px;
    width: 50px;
}

.social ul {
    padding:0;
    margin:0;
}
.social li {
     margin: 0.2em;
    list-style: none;
    display: inline-block;
    float: left;
}

.large-3 {

    width: 33.333333%;

}

.columns {

    padding-right: .9375rem;
    padding-left: .9375rem;
    float:left;
}

/* icons*/

.icon {
  width:2.5rem;
  height:2.5rem;
  fill:#babcbd;
}

a.svg-link svg circle {
  transition: 100ms;
  transition-timing-function: ease-in-out;
  -webkit-transition: 100ms;
  -webkit-transition-timing-function: ease-in-out;
}

a.svg-link svg circle {
  fill:#BABCBD;
}

a.svg-link svg path {
  fill:#fff;
}

.menu > li > a.svg-link {
  padding:0;
}

  a.svg-link:hover svg {
    fill:#000;
  }

  a.svg-link:hover svg.icon-fb circle, a.svg-link:focus svg.icon-fb circle, .mobile a.svg-link svg.icon-fb circle, .tablet a.svg-link svg.icon-fb circle {
    fill:#3b5998;
  }

  a.svg-link:hover svg.icon-tw circle, a.svg-link:focus svg.icon-tw circle, .mobile a.svg-link svg.icon-tw circle, .tablet a.svg-link svg.icon-tw circle {
    fill:#33ccff;
  }

  a.svg-link:hover svg.icon-yt circle, a.svg-link:focus svg.icon-yt circle, .mobile a.svg-link svg.icon-yt circle, .tablet a.svg-link svg.icon-yt circle  {
    fill:#ff3333;
  }

  a.svg-link:hover svg.icon-lk circle, a.svg-link:focus svg.icon-lk circle, .mobile a.svg-link svg.icon-lk circle, .tablet a.svg-link svg.icon-lk circle  {
    fill:#4874b8;
  }

  a.svg-link:hover svg.icon-fk circle, a.svg-link:focus svg.icon-fk circle, .mobile a.svg-link svg.icon-fk circle, .tablet a.svg-link svg.icon-fk circle  {
    fill:#0063dc;
  }

  a.svg-link:hover svg.icon-rss circle, a.svg-link:focus svg.icon-rss circle, .mobile a.svg-link svg.icon-rss circle, .tablet a.svg-link svg.icon-rss circle  {
    fill:#faa33d;
  }

  a.svg-link:hover svg.icon-print circle, a.svg-link:focus svg.icon-print circle, .mobile a.svg-link svg.icon-print circle, .tablet a.svg-link svg.icon-print circle  {
    fill:#7fc6a4;
  }

@media(max-width: 768px){
        .ods-front-header__portal-brand__text {
        font-size: 1.1rem;
        margin-left: 5px;
        margin-top: 8px;
        float: left;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: bold;
        color: #202328;
        line-height: 1.1rem;
        /*width: 60%;*/
        text-align: left;
    }
    
    ODT-home__content h1 {
    font-size: 1.5rem;
    line-height: 1rem;
    font-weight: 700;
    }
}


.cls-1{fill:#fff;}
.cls-2{fill:#000091;}
.cls-3{fill:#e1000f;}
.cls-4{fill:gray;}

.show-for-sr, .show-on-focus {
    position: absolute!important;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}

