#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;
}
.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);
	
	color:var(--paragraphColor);
	padding:5px;
}

.data-visualisation select{
	display: block !important;
	font-size:15px;
	overflow:hidden;
	 white-space: pre;
  text-overflow: ellipsis;

}
        
.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;
}

/* Indicators Page */

.indicators-title{
	padding-top:20px;
	padding-bottom:20px;
	
}

.indicators-details p, .indicators-details li{
	font-family: var(--fontFamily2);
	color: var(--paragraphColor);
	font-size: var(--fontSize);
	line-height:1.8;
}

.indicators-details h4{
	text-align: center;
}

#btnContainer{
    position: relative;
    top: 0;
    right: 0;
	padding-bottom:40px;
    }
#embedButtonContainer{
	
	float:right;

}
    #downloadButton {
        position: relative;
		float:right;
	margin-left:5px;
    }
			
	#btnContainer button{
		border:0;	
		padding:5px;
		color:var(--mainColor);
		border:1px solid var(--mainColor);
			}

    .download-menu {
        position: absolute;
        top: 100%;
        right: 0;
        background-color: #fff; /* Add background color for better visibility */
        border: 1px solid #ddd; /* Add border for better appearance */
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* Add box shadow for better appearance */
        display: none;
        z-index: 1000; /* Make sure it appears above other content */
    }

    .download-menu div {
        padding: 10px;
        cursor: pointer;
    }

.download-menu div:hover{
	color:var(--mainColor);
}

#google_translate_element select{
	background:#fff
}