

.main-banner{
	
	background-image:url(../images/banner/banner-full.png);
	height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.topbar{
	
	background-color:#3e7188;
}
.why-we-text-area{
	
	z-index:2;
}

.observatoire{
	
	padding-top:75px;
	padding-bottom:75px;
}


.menu-item {
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 10px;
            border-bottom: 1px solid #ccc;
}


      .menu-arrow {
            transition: transform 0.3s ease;
        }

.menu-content {
            display: none;
            padding: 10px;
            border: 1px solid #ccc;
            background-color: #f9f9f9;
        } 

/*================================================ 
disclaimer Area CSS
=================================================*/
.disclaimer {
  text-align: center;
  color: #fff;
  position: relative;
  padding-top: 0px;
  padding-bottom: 20px;
}
.disclaimer h4{
	font-weight: 600;
	font-size:14px;
}

.disclaimer p {
  padding-top: 20px;
  color: #dfdfdf;
  border-top: 1px solid #eeeeee20;
  font-size: 12px;
}

.disclaimer p a {
  font-weight: 600;
  text-decoration: none;
  color: #fff;
	font-size:14px;
}

.disclaimer p strong {
  color: #fff;
}

.footer-social-area{
	
	text-align: center;
	padding:15px;
}
/*
.footer-links{
	text-align: center;
}*/

.row-centered {
text-align:center;
}

.col-centered {
display:inline-block;
float:none;
/* reset the text-align */
text-align:center;
	margin:auto;
/* inline-block space fix */

}

.add-section{
	
	margin:20px;
}

.fieldset-box fieldset{
	
	border:1px solid #eeeeee;
		position:relative;
	padding:14px;
}


.fieldset-box legend{
	font-size:0.9rem;
	color:#212529;
	position:absolute;
	top:-18px;
	left:10px;
}

#chartSelection button{
	background-color:transparent;
	padding:10px;
	border:1px solid #A7A7A7;
	margin:5px;
}

#sharingSocial ul li{
	
	display:inline;
	margin:10px;
}

.data-visualisation label{
	font-weight:400;
	font-size:15px;
	font-family: var(--fontFamily2);
	margin-top:10px;
	color:var(--paragraphColor);
	
}

.data-visualisation select{
	display: block !important;
}
        #banner-container {
    position: relative;
    text-align: center;
	z-index: 1;
	max-height: 450px;
	overflow: hidden;
}

#banner-slideshow {
    display: flex;
    overflow: hidden;
    position: relative;
}

#banner-slideshow img {
    width: 100%;
    display: none;
	 transition: opacity 0.5s;
}

.active {
        opacity: 1; /* Initially set the active image to fully visible */
    }

#banner-slideshow img:first-child {
    display: block;
}

#slideshow-controls {
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    z-index: 12; /* Place the controls on top */
}

#prevButton {
    position: absolute;
    left: 10px; /* Adjust the position as needed */
	top:150px;
}

#nextButton {
    position: absolute;
    right: 10px; /* Adjust the position as needed */
	top:150px;
}

#thumbnail-container {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    z-index: 10; /* Place the thumbnails on top */
}

.thumbnail-circle {
    width: 10px;
    height: 10px;
    background-color: rgba(255, 255, 255, 0.5); /* Semi-opacity white */
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px; /* Adjust the margin as needed */
    cursor: pointer;
}

/* Style the active thumbnail with 100% white */
.thumbnail-circle.active {
    background-color: #fff;
}

.main-banner{
	
	background-image:url(../images/banner/banner-full.png);
	height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#banner-info{
	position:absolute;
	padding-top: 75px;
	z-index: 2;
	padding-left:75px;
	text-align: left;
}

#banner-info h6 {
  color: var(--mainColor);
  margin-bottom: 12px;
  font-size: 15px;
  font-weight: 500;
  font-family: var(--fontFamily2);
}

#banner-info h1 {
  color: var(--whiteColor);
  margin-bottom: 15px;
  font-size: 54px;
  font-weight: 700;
}

#banner-info p {
  color: rgba(255, 255, 255, 0.8);
	width:75%;
}

.white-icon {
        font-size: 36px; /* Set the initial font size for the arrows */
        color: #fff;
        display: none; /* Hide the arrows by default */
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
    }
#banner-container:hover .white-icon {
        display: block; /* Show the arrows when hovering over the image */
    }

 @media screen and (max-width: 768px) {
        /* Styles for smaller screens (e.g., when resizing the browser) */
        .white-icon {
            font-size: 18px; /* Decrease the font size for the arrows */
        }

        #banner-info h1{
            font-size: 36px; /* Decrease the font size for the text */
        }
	 #banner-info p{
		 width:75%;
		 margin:auto;
		 
	 }
        .thumbnail-circle {
            width: 14px; /* Decrease the size for the thumbnails */
            height: 14px;
        }
    }

.topbar{
	
	background-color:#3e7188;
}
.slider_tagline {
	bottom: 13.5rem;
	right: 0%;
	left: 0%;
	position: absolute;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	text-align: center;
}
.why-we-text-area{
	
	z-index:2;
}

.observatoire{
	
	padding-top:75px;
	padding-bottom:75px;
}


.menu-item {
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 10px;
            border-bottom: 1px solid #ccc;
}


      .menu-arrow {
            transition: transform 0.3s ease;
        }

.menu-content {
            display: none;
            padding: 10px;
            border: 1px solid #ccc;
            background-color: #f9f9f9;
        } 

/*================================================ 
disclaimer Area CSS
=================================================*/
.disclaimer {
  text-align: center;
  color: #fff;
  position: relative;
  padding-top: 0px;
  padding-bottom: 20px;
}
.disclaimer h4{
	font-weight: 600;
	font-size:14px;
}

.disclaimer p {
  padding-top: 20px;
  color: #dfdfdf;
  border-top: 1px solid #eeeeee20;
  font-size: 12px;
}

.disclaimer p a {
  font-weight: 600;
  text-decoration: none;
  color: #fff;
	font-size:14px;
}

.disclaimer p strong {
  color: #fff;
}

.footer-social-area{
	
	text-align: center;
	padding:15px;
}
/*
.footer-links{
	text-align: center;
}*/

.row-centered {
text-align:center;
}

.col-centered {
display:inline-block;
float:none;
/* reset the text-align */
text-align:center;
	margin:auto;
/* inline-block space fix */

}

.add-section{
	
	margin:20px;
}

.fieldset-box fieldset{
	
	border:1px solid #eeeeee;
		position:relative;
	padding:14px;
}


.fieldset-box legend{
	font-size:0.9rem;
	color:#212529;
	position:absolute;
	top:-28px;
	left:10px;
}

#chartSelection button{
	background-color:transparent;
	padding:10px;
	border:1px solid #A7A7A7;
	margin:5px;
}

#sharingSocial ul li{
	
	display:inline;
	margin:10px;
}

.data-visualisation label{
	font-weight:400;
	font-size:15px;
	font-family: var(--fontFamily2);
	margin-top:10px;
	color:var(--paragraphColor);
	
}

.data-visualisation select{
	display: block !important;
}
        
.nograph #notice{
	text-align: center;
	background-color: antiquewhite;
}

#chart-container canvas {
            background-color: white;
        }

#optionsBtn button{
	color:var(--whiteColor);
	background-color:var(--mainColor);
	font-size:14px;
	font-family:var(--fontFamily2);
	padding:5px 15px;
	border-radius: 5px;
	display:inline-block !important;
	border:1px solid #eeeeee;
	margin-right:5px;
	margin-top:10px;
	
}

.subIndicator{
	margin-top:5px !important;
}
/*
.subIndicator a{
	font-size:10px !important;
}
*/

.fieldset-box select{
	background-color:white;
	border:0;
}
.fieldset-box fieldset{
	display:inline-block;
	
}
.fieldset-box .sortByDate{
	width:50%;
}

.fieldset-box .filterBy{
	width:95%;
}

.fieldset-box .ascdsc{
	width:45%;
}
.applySortFilter{
	color:var(--whiteColor);
	background-color:var(--mainColor);
}

.sidebar-card .indicators a{
	border:1px solid #454545;
	padding:5px;
	margin:5px;
}

.sidebar-card .indicators h5{
	font-family:var(--fontFamily);
	margin-top:15px;
}
#yAxisCheckboxesContainer ul{
	padding: 0;	
}
#yAxisCheckboxesContainer ul li{
	padding: 0;
	margin-top:0;
	
}

#yAxisCheckboxesContainer ul li input{
	margin-right:10px;
}
.nice-select.open .list {
	max-height: 300px;
	overflow-y: scroll;
	min-width: 380px;
}
.annfile-input {
	display: none;
}

.annfile-input-label {
	font-size: 1.3em;
	padding: 10px 15px;
	border: 1px solid black;
	border-radius: 4%;
}
.col_sdg_indicator {
	display: inline-block;
	width: 17%;
	/* vertical-align: bottom; */
	margin-bottom: 14px;
}
.col_sdg_indicator img {
	vertical-align: bottom;
	width:20px;
}
.col_sdg_indicator label {
	font-size: 14px;
	vertical-align: bottom;
	line-height: 16px;
}
.bgcol_ind {
	width: 24% !important;
}
.sdgbottom {
	text-align: left;
}
.oderepo_col {
	margin-bottom: 35px;
}
.table_default_border td {
	border: 1px solid #dfdfdf;
	padding: 5px;
}
.table_grey_borders td {
	border: 1px solid #dfdfdf;
	padding: 5px;
}
.table_black_borders td {
	border: 1px solid #000;
	padding: 5px;
}
.table_green_borders td {
	border: 1px solid green;
	padding: 5px;
}
.table_no_borders td, .table_no_borders {
	border: 0px !important;
}
.sdg_twolinks {
	text-align: center;
}
.oderepo_col_img {
	/*max-height: 150px;*/
	min-height:150px;
align-items: center;
    justify-content: center;
	overflow: hidden;
	
}
.oderepo_col_img img {
    height: 100%; 
    width: auto;
    object-fit: cover; /* Ensures image fills the container nicely */
	min-height:150px;
}
	
.oderepo_col h6{
	font-weight: normal;
	text-align: center;
	margin-top: 18px;
	font-size: 16px;
	font-weight:bold;
}

.childpageslist ul li a {
    display: block;
    text-align: center;
    padding: 10px;
    background-color: #f5f5f5;
    border-radius: 8px;
    text-decoration: none;
    color: #333;
    transition: background-color 0.3s;
}

.childpageslist ul li a:hover {
    background-color: #ddd;
}

.childpageslist ul{
 display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 20px; /* Adjust spacing between grid items */
    list-style: none;
    padding: 0;
    margin: 0;
}

.childpageslist ul{
	  display: block;
	
}

.pd_top_2 {
	padding-top: 20px;
}
.pd_top_3 {
	padding-top: 30px;
}
.pd_top_4 {
	padding-top: 40px;
}
.pd_top_5 {
	padding-top: 50px;
}
.sdglogo_column {
	margin-bottom: 15px;
}
.sdgdetails_container td {
  vertical-align: top;
}


.faq-heading{
    border-bottom: #777;
    padding: 20px 60px;
}
.faq-container{
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.hr-line{
  width: 100%;
  margin: auto;
  
}
/* Style the buttons that are used to open and close the faq-page body */
.faq-page {
    /* background-color: #eee; */
    color: #444;
    cursor: pointer;
    padding: 30px 20px;
    width: 100%;
    border: none;
    outline: none;
    transition: 0.4s;
    margin: auto;

}
.faq-body{
    margin: auto auto 25px auto;
    /* text-align: center; */
   width: 95%; 
   padding: auto;
   
}


.faq-container .active,
.faq-page:hover {
    background-color: #F9F9F9;
}

/* Style the faq-page panel. Note: hidden by default */
.faq-body {
    padding: 0 18px;
    background-color: white;
    display: none;
    overflow: hidden;
}

.faq-page:after {
    content: '\02795';
    /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
}

.faq-container .active:after {
    content: "\2796";
    /* Unicode character for "minus" sign (-) */
}

.themesidebar_links a {
	color: #3e7188;
}

.hdsep {
	position: relative;
	padding-right: 16px !important;
}
.hdsep::after {
	content: "|";
	color: #fff;
	position: absolute;
	right: 0px;
}

@media (min-width: 1200px) {
  .sdglogo_column.col-xl-3 {
    width: 20%;
  }
}

@media only screen and (max-width: 1199px) {
	.main-responsive-nav {
		height: auto;
	}
	.logo.logo1 img {
		max-width:80px !important;
	}
	.logo.logo2 {
		left: 100px;
		top:26px;
	}
	.menu-sidebar.menu-small-device {
		/*display: none !important;*/
	}
	.mean-container a.meanmenu-reveal {
		/*top:83%;*/
	}
	.menu-small-device li .popup-button {
	width: unset;
	height: unset;
	position: relative;
	top: 17px;
	right: 5px;
}
	.mean-container .mean-nav {
		margin-top:103px;
	}
	.navbar-area {
		margin-bottom: 44px;
		float: left;
		width: 100%;
	}
	.carousel-control-next-icon, .carousel-control-prev-icon {
		margin-top:100px;
	}
	#carouselExampleCaptions {
		margin-bottom: 25px;
	}
	.why-we-text-area {
		z-index: 1;
	}

}

.topbar-right-area ul li:last-child{display:none;}
.welcome{
	/*margin:50px 0px 100px;*/
	}
.welcome h1{text-align:center;}

[title] {
  
 
}

[title]:hover::before {
  content: attr(data-title);
  position: absolute;
  bottom: -26px;
  display: inline-block;
  padding: 3px 6px;
  border-radius: 2px;
  background: #000;
  color: #fff;
  font-size: 12px;
  font-family: sans-serif;
  white-space: nowrap;
}
[title]:hover::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 8px;
  display: inline-block;
  color: #fff;
  border: 8px solid transparent;	
  border-bottom: 8px solid #000;
}
.lg1{float:left;max-width:100%;position:relative;left:10%;}
.mid-logo{text-align:center;margin-top: 40px;}
.mid-logo span{font-size: 23px; position: relative; top: 43px; font-weight: 600;color: #686666;line-height: 28px;}
	.lg2{background: #f7f7f7;padding: 5px;border-radius:5px;max-width:112% !important;}
	.bg232{background: #f7f7f7;margin-top:100px;}
	.footer_above{display:none;}
	/*.col-sm-3.oderepo_col:last-child {display: none;} */
   p span{font-family:roboto !important; text-align:left;
position:relative;}
.responsiveTable td::before{content:attr(data-label);
position:absolute;left:0;width:50%;padding-left:15px;
font-size:15px;font-weight:bold;text-align:left}}

/*ck table made responsive */

.ck-table-resized{width:100%;border-collapse:collapse}
.ck-table-resized td,.ck-table-resized th{padding:12px 15px;vertical-align: top;}
.ck-table-resized th{background-color:#92c9e6;color:#ffffff}
/*.responsiveTable tbody tr:nth-child(even){background-color:#d1e8f5}*/
@media (max-width:769px){
.ck-table-resized tbody tr:nth-child(even){background-color:#f4f4f4;}
.ck-table-resized thead{display:none}
.ck-table-resized,.ck-table-resized tbody,.ck-table-resized tr,
.ck-table-resized td{display:block;width:100%}
.ck-table-resized tr{margin-bottom:15px}
.ck-table-resized td{
	/*padding-left:50%;*/
text-align:left;
position:relative}
.ck-table-resized td::before{content:attr(data-label);
position:absolute;left:0;width:50%;padding-left:15px;
font-size:15px;font-weight:bold;text-align:left}}

@media (max-width: 769px) {
    .ck-table-resized td:empty {
        display: none; /* Hides blank cells */
    }
}
@media (min-width: 320px) and (max-width: 480px) {	
	.oderepo_col_img{
		/*min-height:100%;*/
		max-height:100%;
		}
	.carousel-caption{position:relative;top:0px;}
	.carousel-caption h1 {font-size:1rem;}
	.carousel-caption h5{font-size:0.5rem;}
		
}

.service h3{text-align:center;}
.service p{padding:20px 0px 45px; /*text-align:center;*/font-size:20px !important;}
	
/*	
.raw-html-embed {
    position: relative;
    width: 100%;  
    padding-bottom: 56.25%;  
    height: 0;
    overflow: hidden;
}

.raw-html-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;  
    height: 100%; 
    border: none;  
}
*/

/*
.raw-html-embed iframe {
    display: block;
    width: 100%;
    height: auto;
}

.raw-html-embed {
    position: relative;
    width: 100%;
    padding-bottom: 64%; 
    height: 0;
    overflow: scroll;
}

.raw-html-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none; 
	
}
*/
/* Container styling */
#dataTableContainer {
    margin-top: 15px;
}

/* Scrollable wrapper */
#dataTableContainer .table-wrapper {
    
    
    overflow-x: auto;    /* Horizontal scroll */
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #fff;
}

/* Table styling */
#dataTableContainer table {
    border-collapse: collapse;
    width: 100%;
    font-family: Arial, sans-serif;
    font-size: 14px;
    min-width: 600px; /* Force scroll for narrow containers */
}

/* Sticky table header */
#dataTableContainer thead th {
    background-color: #007BFF; /* Theme color */
    color: white;
    position: sticky;
    top: 0;
    z-index: 2; /* Keep above body cells */
    padding: 10px;
    border: 1px solid #ccc;
    text-align: left;
}

/* Table cells */
#dataTableContainer tbody td {
    padding: 8px;
    border: 1px solid #ccc;
    white-space: nowrap; /* Prevent text wrapping */
}

/* Alternate row colors */
#dataTableContainer tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}

/* Hover effect */
#dataTableContainer tbody tr:hover {
    background-color: #f1f1f1;
}



#chartCanvas{
	display:inline;
}
/* iframe are hidden below 600px */
/*
@media (max-width:600px){
	.raw-html-embed iframe {
		display:none;
		
}*/

.uwaw-footer, .uwaw-footer__i{
	display:none !important;
}

.ck-table-resized{border: solid 1px #fff !important;}
table.ck-table-resized {
    border-bottom: solid 1px #fff;
}
#headersearch{border:solid 10px red;}

