.mediaViewInfo {
	--web-view-name: BruxellesMobilite-Meta;
	--web-view-id: BruxellesMobilite-Meta;
	--web-scale-to-fit: true;
	--web-scale-to-fit-type: width;
	--web-scale-on-resize: true;
	--web-enable-deep-linking: true;
}
:root {
	--web-view-ids: BruxellesMobilite-Meta;
  
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	border: none;
}
#BruxellesMobilite-Meta {
	position: absolute;
	width: 1920px;
	height: 2750px;
	background-color: rgba(255,255,255,1);
	overflow: hidden;
	--web-view-name: BruxellesMobilite-Meta;
	--web-view-id: BruxellesMobilite-Meta;
	--web-scale-to-fit: true;
	--web-scale-to-fit-type: width;
	--web-scale-on-resize: true;
	--web-enable-deep-linking: true;
}
#Footer {
	position: absolute;
	width: 1920px;
	height: 254px;
	left: 0px;
	top: 2497px;
	overflow: visible;
}

.attributes-text {
        padding-left: 55px;
        padding-right: 55px;
        padding-top: 15px;
        padding-bottom: 15px;
        margin-top: 40px;
	#overflow: visible;
	#white-space: nowrap;
	text-align: left;
	font-family: Source Sans Pro;
	font-style: normal;
	font-weight: normal;
	font-size: 30px;
	color: rgba(33,95,93,1);
}

.attributes >tr>td:first-child{
    width: 30px;
}

.table_meta {
    width: 100%;
    font-size: 17px;
    #border-top: dotted 0.2em;
    #border-bottom: dotted 0.2em;
}

.tr_meta {
    border-top: dotted 0.1em;
    border-bottom: dotted 0.1em;
    height: 60px;
}

.introduction {
    padding-bottom: 0px !important;
    background-color: white !important;
}

.meta_top {
    border-top: None !important;
}
.meta_bottom {
    border-bottom: None !important;
}

.meta_buttons>a {
    margin-left: 20px;
    margin-top: 10px;
    #color: #EBEBF5 !important;
    color: #2f3e8b !important;

}

.meta_text {
	line-height: 26px;
	margin-top: -4.5px;
	text-align: left;
	font-family: Source Sans Pro;
	font-style: normal;
	font-weight: normal;
	color: rgba(77,77,77,1);
        padding-right:6px;
        vertical-align: middle
}

.downloads-text {
        padding-left: 55px;
        padding-right: 55px;
        padding-top: 15px;
        padding-bottom: 15px;
        margin-top: 40px;
	#overflow: visible;
	#white-space: nowrap;
	font-family: Source Sans Pro;
	font-style: normal;
	font-weight: normal;
	font-size: 30px;
	color: rgb(80, 13, 62);
}

.downloads-text>h2 {
	text-align: left !important;
}

.downloads>tr>td:first-child{
    width: 35%;
}
.downloads>tr>td:second-child{
    width: 35%;
}


.updateTable {
	line-height: 26px;
	margin-top: -4.5px;
	text-align: left !important;
	font-family: Source Sans Pro;
	font-style: normal;
	font-weight: normal;
	font-size: 17px;
	color: rgba(77,77,77,1);
}
#metapic {
	filter: drop-shadow(0px 0px 30px rgba(77, 77, 77, 0.251));
	position: absolute;
	width: 100%;
	height: auto;
	max-height: 100%;
	#overflow: visible;
        border-radius: 30px;
        object-fit: contain;
}

section.observatory {
    margin-top: 0px !important;
    margin-bottom: 40px;
}

.info_title {
	line-height: 24px;
	margin-top: -3.5px;
	text-align: left;
	font-family: Source Sans Pro;
	font-style: normal;
	font-weight: normal;
	font-size: 17px;
        color: #2f3e8b;
	#color: #EBEBF5;
}
.metadescription{
        font-style:normal;
        font-weight:normal;
        color:rgba(77,77,77,1);
}

.leftdescriptioninfo{
    width: 30%;
    border-right: dotted 0.2em;
}
.rightdescriptioninfo{
    padding-left: 15px;
    width: 70%;
}
.descriptiontable{
    margin-top: 12px;
    width: 100%;
}







.updates-text {
        padding-left: 55px;
        padding-right: 55px;
        padding-top: 15px;
        padding-bottom: 15px;
        margin-top: 40px;
	#overflow: visible;
	#white-space: nowrap;
	font-family: Source Sans Pro;
	font-style: normal;
	font-weight: normal;
	font-size: 30px;
	color: rgba(33,95,93,1);
}

.updates-text>h2 {
	text-align: left !important;
}

.updateTitle{
	line-height: 24px;
	margin-top: -3.5px;
	text-align: left;
	font-family: Source Sans Pro;
	font-style: normal;
	font-weight: normal;
	font-size: 17px;
	#color: #EBEBF5;
	color: #2f3e8b;
}

.updateText{
    font-style:normal;
    font-weight:normal;
    font-size: 17px;
    color:rgba(77,77,77,1);
}

.title4{
    padding-top:16px;
    padding-bottom:12px;
}

.updatesTable>tbody >tr>td:first-child{
    width: 20%;
}
.updatesTable>tbody >tr>td:second-child{
    width: 80%;
}

.tr_updates {
    border-bottom: dotted 0.1em;
    height: auto;
}

.meta_text>div {
    margin-top: 8px;
    margin-bottom: 8px;
}

.left_grid { grid-area: left; }
.right_grid { grid-area: right; }

.grid-container {
  display: grid;
  grid-template-areas:
    'left right right';
  gap: 10px;
  padding: 10px;

}

.grid-container{
  #text-align: center;
}

.col-filter{
  border-left: 1px solid #ccc;  
}

.div-results{
  border-bottom: 1px solid #ccc;  
  padding-bottom: 2.55em;
}
.div-datasets{
  padding-top: 2.55em;
}

.filter-ul{
  list-style-type: none;
  list-style: none;
  display: block;
  margin-left: 15px;
}
.filter-ul li::before{
  display: none;
}
.filter-ul li:not(:last-child){
  margin-bottom: 4px;
}
.filter-li{
  padding: 6px;
  border-radius: 6px;
}
.h2-results{
  display: inline;
}
.dropdown-results{
  width: 250px;
}
.dropdown-dcat{
  width: 200px;
  display: inline;
  margin-bottom: 12px;
  border-radius: 6px;
  background: #fff;
  border: 1px solid #6c757d; 
  webkit-border-radius: 6px;
}
.dropdown-dcat .dropdown-toggle {
  color: #4d4d4d;
  display: inline;
  padding: 10px;
  position: relative;
  text-decoration: none;
  #width: calc(100% - 20px);
}

.div-dataset{
  margin-bottom:10px;
  text-decoration: none;
  #border-radius:20px;
  #border: solid 2px;
  padding: 20px;	
  #border-color: #2f3e8b;
}
.div-dataset a{
  all: initial; 
}
.div-dataset a h3{
  font-size: 1.4em;
} 
.div-dataset a h3, .div-dataset a div{
  margin-bottom: 4px; 
}
.div-dataset:hover, .filter-li:hover{
  #background: rgb(248, 249, 250);
  background: #EBEBF5; 
}
.filter-attribute{
  text-decoration: none;
}
.dcat_title{
  display: inline;
}

.dataset-content h3{
  display: inline;
  padding-right: 15px;
}                       
.datasetTitle{
  display: inline;
  float: right;
  padding-left: 20px;
  vertical-align: super;
  font-size: smaller;
  font-weight: bold;
  #color: rgb(60, 130, 0);
}

.distributions-list{
  margin-top:12px;
}
.datasetDistribution{
  margin-right: 15px;
  background-color: rgb(197, 232, 232);
  color: #fff;
  padding: 4px;
  border-radius: 6px;
  #color: rgb(60, 130, 0);
  #font-decoration: underline;
}
.filter-li a i {
  font-size: smaller;
}

.greenH{
  color: #2f3e8b;
  #color: #EBEBF5;
}

.filter-li.selected {
  #background-color: #2f3e8b;
  background-color: #EBEBF5;
}
.filter-li.selected a {
  color: #fff;
}

.filter-li.selected a i {
  font-size: none;
  transform: rotate(90deg);
}

#id_q {
  width: 400px;
}
    
.catalog_intro .row {
  padding-bottom: 18px;
}
.pagination {
  display: flex;
  #display: inline-block;
  margin: auto;
  justify-content: center;
}

.pagination a {
    float: left;
    padding: 8px;
    margin-left: 10px;
    text-decoration: none;
    border: solid 2px rgb(77, 77, 77);
    width: 30px; 
    line-height: 20px; 
    border-radius: 50%; 
    text-align: center; 
    font-weight: bold;
}

.pagination a.active {
  #background-color: #2f3e8b;
  background-color: #EBEBF5;
  color: #fff;
}

.pagination a:hover:not(.active) {
  background-color: rgb(248, 249, 250);
 color: black; 
}

details{
    display: grid;
    grid-template-columns: 1fr 5fr; 
    gap: 10px; 
    width: 100%; 
    padding-bottom: 0px !important;
}

.publication-item {
            border: 1px solid #EBEBF5;
            #border: 1px solid #2f3e8b;
           border-radius: 10px;
            margin-bottom: 20px;
	        padding : 10px !important;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s, box-shadow 0.3s;
            background-color: #fff;
}

.publication-item:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
        
.publication-thumbnail img {
            height: 100%;
     	    max-height: 150px;
            //width: 100%;
     	    max-width: 250px;
	    border-radius: 10px;
        }
        .publication-thumbnail  {
           align-content: center;
        }

        .publication-details h4 {
            color: black;
            margin-top: 0;
	    margin-bottom: 10px;
            font-weight: bold;		
        }
        .publication-details  {
            padding: 10px;	
        }

        .publication-details p {
            #color: #EBEBF5;
            #color: #2f3e8b;
            margin-bottom: 5px important!;
        }

        .publication-details a {
            font-weight: bold;
            text-decoration: none;
        }

        .publication-details a:hover {
            text-decoration: underline;
        }

    .arrow-icon {
        font-size: 14px;
        transition: transform 0.2s ease;
        margin-top: 4px;
    }

    details[open] .arrow-icon {
        transform: rotate(90deg);
    }

    .lang-docs {
        flex: 1;
        padding-left: 50px;
    }

    .accordion-table td {
        vertical-align: middle;
    }

    .doc-size {
        text-align: right;
        white-space: nowrap;
    }

    details.lang-block {
        //align-items: flex-start;
        //border-top: 1px solid #ccc;
        border-top: dotted 0.1em;
        padding: 10px 0;
        font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    }


    details:last-of-type {
        border-bottom: dotted 0.1em !important;
    }




    summary.lang-title {
        width: 100%;
        font-weight: bold;
        cursor: pointer;
        list-style: none;
        outline: none;
        position: relative;
        justify-content: space-between;
        padding-bottom: 10px;
    }

    .introduction::before {
  background-color: #ffffff !important;
}

h1, h2 {
    color: #4d4d4d;
}

.introduction .contentContainer h1 {
    color: #000000;
    margin-bottom: 30px;
}

.metadescription {
  color: #000000 !important;
}

.metadescription:hover {
  color: #000000 !important;
}

.metadescription p {
  color: black !important;
}

.accordion-button:not(.collapsed) {
    background-color: white;
    color: black;
}

.metadata_introduction a {
    color: black !important;
    text-decoration: underline; /* si tu veux garder le soulignement */
}

.metadata_introduction a:hover {
    color: black !important;
}

.bg-light {
    padding: 1.25rem !important;
    background-color: #E0E0EF !important;
    border-radius: 16px !important;
}

.btn-outline-success {
    color: #2F3E8B !important;
    background-color: #EBEBF5 !important;
    border-color: #EBEBF5 !important;
    padding: 0.5rem 1.5rem !important;
    font-size: 1rem;
}

.btn-outline-success:hover {
    color: white !important;
    background-color: #100B69 !important;
    border-color: #100B69 !important;
}

main a {
    color: #2F3E8B !important;
}

main a.meta_btn:hover {
    color: white !important;
}


.btn-outline-success {
    margin-left: 16px;
}

.languageSwitcher{
    margin-left: 1.25rem !important;
}

.tools>a {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.tools>div>button {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.mobigis_link {
    color: white;
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    text-decoration: None;
    font-size: 1rem;
}
.mobigis_link>i {
    padding-left: 1rem;
}
.mobigis_link:hover {
    color: white;
    font-size: 1.2rem;
}

.blue_btn {
    border-color: rgb(43,58,139);
    background-color: white; 
}
.blue_btn:hover {
    border-color: rgb(43,58,139);
    color: white; 
    background-color: #2F3E8B;
}
