
    :root {
        --text: #263238;
--links: #AAAAAA;
--titles: #595959;
--page-background: #FFFFFF;
--highlight: #AF0060;
--boxes-background: #FFFFFF;
--boxes-border: #E5E5E5;
--section-titles: #FFFFFF;
--section-titles-background: #AF0060;
--header-background: #FFFFFF;
--header-links: #263238;
--footer-background: #FFFFFF;
--footer-links: #AF0060;
    }
    
/***************** EXCEPTIONS IE 11 ****************/
_:-ms-fullscreen, :root .odswidget-picto svg { width:45px; }
_:-ms-fullscreen, :root .icones{ text-align:center; display:block;}
_:-ms-fullscreen, :root .flex-actu {display: block;}
.ods-app-explore-catalog .odswidget-clear-all-filters{position: static;}

/***************** EXCEPTIONS IE 10 ****************/
_:-ms-lang(x), .odswidget-picto svg { width:56px; }
_:-ms-lang(x), .icones {text-align:center; display:block;}
_:-ms-lang(x), .flex-actu {display: block!important;}
/***************** EXCEPTIONS SAFARI *********************/
_::-webkit-full-page-media, _:future, :root .odswidget-picto svg {width: 56px;}
_::-webkit-full-page-media, _:future, :root .icones {text-align:center; display:block;}

@media not all and (min-resolution:.001dpcm) { @media {

    .odswidget-picto svg {
        width: 56px;
    }
    }}
/************************* FEUILLE DE STYLE GENERALE **************/
@font-face {
	font-family: "Overpass";
	src: url('/assets/theme_font/Overpass-Regular.ttf');
}
@font-face {
	font-family: "Overpass Bold";
	font-style: bold;
	src: url('/assets/theme_font/Overpass-Bold.ttf');
}

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

img{
    max-width : 100%;
}


p{
    font-size : 15px;
}

main{
    margin:0 10px;
}

h1, h2, h3{
    color : #263238;
    text-transform:uppercase;
}

h2{
    font-size:22px;
}

li{
    font-size:15px;
}

.page-centree{
    max-width:1000px;
    margin: 0 auto;
}

/********************* EN-TETE ***************************/
#entete{
    margin-bottom: 30px;
}

.ods-content{
    background: url('/assets/theme_image/image-ruche.png') no-repeat;

}

#connexion{
    margin: 25px;
    text-align:right;
}

#connexion a{
    color:#263238;
    text-decoration:underline;
}

#logo-occitanie-entete{
    width: 128px;
}

#pointlaregion{
    font-size:4em;
    font-weight:900;
    color: #263238;
    text-transform: lowercase;
}

#data-laregion{
    color: #c90207;
}

#flex-entete{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-pack:distribute;
    justify-content:space-around;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    bottom: 20px;
}


/****************** MENU *******************************/
.ods-front-header__menu-item-link{
    font-size: 15px;
    text-transform:uppercase;
    color : #263238;
    opacity:1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.ods-front-header__menu-item-link:hover{
    text-decoration:underline;
}

.ods-front-header{
    text-align:center;
    height:auto;
    margin-bottom:20px;
}

.ods-front-header__management-menu{
    position:inherit;
}

/************ BANDEAU RECHERCHE ************/

#recherche{
    position: relative;
    bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#recherche h2{
    color:white;
    font-weight:400;
}

.bandeau-pictos{
    background: #C90207 url('/assets/theme_image/banniere.png') center center no-repeat;
    height: 33vh;
    background-size: contain;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-position-y: bottom;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


input.odswidget-searchbox__box::-webkit-input-placeholder{
    font-style:italic;
    font-size:15px;
}


input.odswidget-searchbox__box:-ms-input-placeholder{
    font-style:italic;
    font-size:15px;
}


input.odswidget-searchbox__box::-ms-input-placeholder{
    font-style:italic;
    font-size:15px;
}


input.odswidget-searchbox__box::-webkit-input-placeholder{
    font-style:italic;
    font-size:15px;
}


input.odswidget-searchbox__box:-ms-input-placeholder{
    font-style:italic;
    font-size:15px;
}


input.odswidget-searchbox__box::placeholder{
    font-style:italic;
    font-size:15px;
}

.texte-picto{
    color: white;
    text-align: center;
    width: 150px;
    height: 46px;
}

.banniere-icones{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-grid-column-align: center;
    justify-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
}

#image-pictos{
    display:inline;
}

.taille-icone{
    margin: 25px;
} 

.ods-filters__filters-summary {
    flex-direction: column;
}

.ods-filters__filters-summary .odswidget-clear-all-filters {
    align-self: start;
	margin-top: .5rem;
}

/**************** THEMATIQUES ***********/
#titre-thematique{
    color:white;
}

.thematiques{
    padding: 20px;
    background-color:#263238;
}

.icones{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    border:1px solid #263238;
}

.icones:hover{
    border:1px solid white;
    text-decoration:none;
}

/***************** CHIFFRES CLES *************/

.chiffres-cles{
    background-color: white;
    padding: 20px;
}

.chiffres-cles a:hover{
    text-decoration:underline;
    -webkit-text-decoration-color:black;
    text-decoration-color:black;
}

.nombres{
    color : #263238;
    font-weight: bold;
    font-size: 4em;
    text-align: center;
}

.texte-nombres{
    color : #263238;
    font-size:15px;
}

.chiffres-centres{
    text-align:center;
    padding-bottom:20px;
}

.lien-chiffres:hover{
    text-decoration:none;
}

/************* BLOC EDITO ***************/
.dark-links{
    color : #263238;
    font-size:15px;
    font-weight:900;
}

#photo-edito{
    max-width: 40%;
    margin: 20px;
    float: right;
}

.news{
    background-color: #e3e4e5;
}
.flex-actu{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-pack:distribute;
    justify-content:space-around;
    margin-top: 20px;
    margin-bottom: 20px;
}

.actu{
    border: 2px solid #263238;
    padding: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.data{
    border: 2px solid #263238;
    margin: 20px auto;
    padding: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.actu2{
    border: 2px solid #263238;
}

h1 .smaller {
    font-size: 0.5em;
}
h2 .smaller {
    font-size: 0.8em;
}
.ods-box {
    border-radius: 0px;
}
.titre {
    border-bottom: 1px solid black;
    width: 264px;
}


/* SEARCH */
pages/accueil/content/html.odswidget-text-search__search-box {
    font-size: 16px;
    font-size: 1.0rem;
    padding-top: 4px;
    padding-bottom: 3px;
}
.recherche {
    margin-bottom: 20px;
}

.ods-searchbox {
    font-size: 160px;
    font-size: 10.0rem;
    padding-top: 80px;
    padding-bottom: 60px;
}

.odswidget-searchbox__box{
    margin-left: 25px;
    width : 100%;
}

/********************* DONNEES *****************************/
.section-donnees{
    background-color:#263238;
    padding-top:50px;
}

.section-donnees h2{
    color: white;
    font-weight: 400;
    padding-bottom: 30px;
}

.section-donnees p{
    color: white;
    font-size:17px;
    border-bottom:1px solid white;
}

.odswidget-most-popular-datasets__theme-picto, .odswidget-last-datasets-feed__theme-picto  {
    fill :white;
    opacity:1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.odswidget-most-popular-datasets__dataset-details-title a, .odswidget-last-datasets-feed__dataset-details-title a{
    color:white;
    text-decoration: underline;
}

.espace-bottom, .odswidget-most-popular-datasets__dataset ng-scope, .odswidget-last-datasets-feed__dataset ng-scope{
    margin-bottom:50px;
}

.odswidget-last-datasets-feed__dataset, .odswidget-most-popular-datasets__dataset {
    margin-bottom:20px;
    border-bottom: 0.5px solid white;
}

.odswidget-last-datasets-feed__dataset-details, .odswidget-most-popular-datasets__dataset-details{
    margin-left: 55px;
    padding-top: 11px;
    padding-bottom: 11px;
}

.odswidget-most-popular-datasets__dataset-details-title a, .odswidget-last-datasets-feed__dataset-details-title a{
    text-decoration:none;
}

.odswidget-most-popular-datasets__dataset-details-title a:hover, .odswidget-last-datasets-feed__dataset-details-title a:hover{
    text-decoration:underline;
}

.odswidget-last-datasets-feed__datasets, .odswidget-most-popular-datasets__datasets{
    margin:auto 25px auto 25px;
}

/***************** Contactez-nous ************/
#idees{
    margin: 50px auto;
}

#flex-contact{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-pack:distribute;
    justify-content:space-around;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
}

a.button-contact:link, a.button-contact:visited {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    color: #c90207!important;
    font-size: 20px;
    border-radius: 5px;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    width: 170px;
    height: 55px;
    padding-top:5px;
}

a.button-contact:link:hover, a.button-contact:visited:hover {
    color: #FFF;
    text-shadow: none;
}

a.button-contact.thar-three {
    color: #fff;
    cursor: pointer;
    position: relative;
    border: 2px solid #c90207;
    -webkit-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}

a.button-contact.thar-three:hover {
    color: white!important;
    background-color: transparent;
}
a.button-contact.thar-three:hover:before {
    left: 0%;
    right: auto;
    width: 100%;
}
a.button-contact.thar-three:before {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 0px;
    z-index: -1;
    content: '';
    background: #c90207;
    -webkit-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}

#button-contact:hover{
    text-decoration:none;
}

#texte-contact{
    font-size:17px;
    color:#263238;
}

/***************** FOOTER **************/
.ods-front-footer{
    background-color:#e3e4e5;
    height:auto;
    padding: 50px;
}
#partenaires{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom : 15px;
}

.ods-front-footer a{
    color:#263238;
    font-size : 15px;
    font-weight:900;
}

#flex-footer{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

}

#logo-occitanie{
    width: 200px;
    margin:15px;
}

.logo-partenaires{
    width: 100px;
    margin: 15px;
}

/******* RESPONSIVE ******/
@media screen and (max-width: 992px){
    .banniere-icones, .icones{
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -ms-flex-direction:column;
        flex-direction:column;
        height: auto;
    }
    .espace-bottom{
        margin-top:45px;
    }
    #flex-entete, #recherche{
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -ms-flex-direction:column;
        flex-direction:column;
    }

    .odswidget-searchbox__box{
        margin-left:0px;
    }

    .flex-actu{
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -ms-flex-direction:column;
        flex-direction:column;
    }

    .actu, .data{
        margin: 0 25px 25px 25px;
    }
    .data{
        margin-top:25px;
    }

    .bandeau-pictos{
        height: 50vh;
        background-size: cover;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    #flex-footer{
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -ms-flex-direction:column;
        flex-direction:column;
    }
} 

@media screen and (max-width: 768px){

    .actu1, .actu2{
        max-width:350px;
        height:auto!important;
    }
    #flex-contact,#partenaires{
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -ms-flex-direction:column;
        flex-direction:column;
    }

    #pointlaregion{
        font-size:3.5em;
        font-weight:900;
    }
    #photo-presidente{
    margin:0 0 20px 0;
    max-width:100%;
    }
}

@media screen and (max-width: 310px){
    #pointlaregion{
        font-size:3em;
    }
    #flex-entete{
        text-align:center;
    }
}

/*** MODIFS DANS LES PAGES DE JEUX DE DONNEES ***/
.ods-app-explore-catalog .odswidget-clear-all-filters, .ods-app-explore-dataset .odswidget-clear-all-filters{
    position: initial;
    white-space: nowrap;
}

.odswidget-clear-all-filters:hover{
    text-decoration:underline;
    color:white;
}



/* TABS */
.items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: -8px;
}
.item {
    margin: 0px 15px 8px 0px;
    border-radius: 0px;
    font-size: 1.2em;
    padding: 1px 5px;
    font-family: 'Oswald', "Open Sans", Helvetica, arial, sans-serif;
    font-weight: 100;
    color: #666666;
    border-left: 1px solid #666;
    border-bottom: 1px solid #666;
}
.item:hover {
    border-left: 2px solid #ec643c;
    border-bottom: 2px solid #ec643c;
    padding-left: 4px;
}
.item_selected, .item_selected:hover {
    border-left: 2px solid black;
    color: black;
    padding-left: 5px;
}

.ods-tabs__tab {
    color: black;
}

/* BOX */
.box {
    padding-left: 3px;
    padding-right: 3px;
}
.grey-box {
    background: #eee;
    border-radius: 0;
    padding: 20px;
    margin-bottom: 6px;
    height: 418px;
}
.grey-box.half-box {
    height: 206px;
}

/* BOX CONTENT */
.title {
    font-size: 1em;
    margin: 0 auto;
}
.description {
    margin: 0 auto;
    color: grey;
    font-size: 0.7em;
    font-weight: 100;
}
/*.kpi {
font-size: 1.66em;
margin-top: 40px;
font-weight: 500;
text-align: center;
} */
.kpi {
    text-align: center;
    padding: 2px 30px; /* Give some air to the digits */
    font-size: 1em; /* bigger font */
    font-weight: 500; /* thicker font */
    margin: 10px 5px; /* give some air around the KPI */

    border: 1.5px solid #010201; /* the border */
    border-radius: 5px; /* rounded corners */    
} 
/*
.kpis {
display: inline-flex;
}
*//*
.kpi-title {
font-size: 1em; /* bigger font *//*
font-weight: 400; /* thicker font *//*
}*/
/*
.kpi-value {
font-size: 2em; /* bigger font *//*
font-weight: 500; /* thicker font *//*
}*/
/*
.kpi-value-unit {
font-size: 1.5rem; /* bigger font *//*
font-weight: 400; /* thicker font *//*
}*/

/* BOX Title Line */
h2.grey-box {
    height: 70px;
    font-size: 1.3em;
}

/* Print Styles ================================================================= */
@media print {
  header {
    display: none; }
  footer {
    display: none; }
  .indication-print {
    display: none;
    height: 0px; }
  h1, h2, h3, h4, p {
    color: #000000; }
  p {
    orphans: 2;
    widows: 2; }
  h2, h3, h4 {
    page-break-after: avoid;
    break-after: avoid-page; }
  .visualization {
    break-inside: avoid;
    max-width: 740px; }
  .container {
    width: auto; }
  .leaflet-control-container,
  .odswidget-map-display-control__toggle {
    display: none; }
  .odswidget-map li.odswidget-map-display-control__group {
    box-shadow: none; } }
