/* color: #f5870e; */
/* bootstrap.min.css */
.list-group {
    --bs-list-group-color:#212529;
    --bs-list-group-bg:#fff;
    --bs-list-group-border-color:rgba(0, 0, 0, 0.125);
    --bs-list-group-border-width:1px;
    --bs-list-group-border-radius:0.375rem;
    --bs-list-group-item-padding-x:1rem;
    --bs-list-group-item-padding-y:1rem;
    --bs-list-group-action-color:#495057;
    --bs-list-group-action-hover-color:#fff;
    --bs-list-group-action-hover-bg:#39b54a;
    --bs-list-group-action-active-color:#fff;
    --bs-list-group-action-active-bg:#f47725;
    --bs-list-group-disabled-color:#6c757d;
    --bs-list-group-disabled-bg:#fff;
    --bs-list-group-active-color:#fff;
    --bs-list-group-active-bg:#f47725;
    --bs-list-group-active-border-color:#fff;
    display:flex;
    flex-direction:column;
    padding-left:0;
    margin-bottom:25px;
    border-radius:var(--bs-list-group-border-radius);
    font-size:18px;
}

.list-group-item.active {
    z-index:2;
    color:var(--bs-list-group-active-color);
    background-color:#000;
    border-color:var(--bs-list-group-active-border-color);
}


.guide-photo  {
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.guide-photo:hover {
    opacity: .5;
}
/*# sourceMappingURL=bootstrap.min.css.map */
.masonry-grid {
    column-count: 3; /* Adjust the number of columns as needed */
    column-gap: 20px;
}

.masonry-grid img {
    width: 100%;
    height: auto;
    cursor: zoom-in;
}

/* Optional: Styling for the zoomed image */
.zoomed-image {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
    justify-content: center;
    align-items: center;
}

.zoomed-image img {
    max-width: 90%;
    max-height: 90%;
}

/* style.min.css */
section .semi-title .animated-circles{
    color:#f47725;
}

.divide-column{
    background-color: #FFFFFF;
}

.top-header-row-divide{
    background-color:#000;
}

p{
    height: auto;
    text-align: center;
}

.cityWall-btn a{
    background:#f47725;
}

.cityWall-btn a::before{
    background:#39b54a;
}

.cityWall-btn a::after{
    background:#39b54a;
}

.cityWall-btn-two a{
    background:#f47725;
}

.cityWall-btn-two a::before{
    background:#39b54a;
}

.cityWall-btn-two a::after{
    background:#39b54a;
}

.home-pages-video-popup .video-play-btn{
    background-color:#f47725;
}

header .home-one .top-header .top-header-content{
    background-color: #f47725;
    height: 180px;
    align-items: center;
    display: flex;
    background-image:url("../images/multiple-use/banner/bg-header.png");
    background-size:cover;
    background-position: center;
    background-repeat: no-repeat;
}

header .home-one .top-header .top-header-content .contact-top-information{
     font-size: 10px;
     color: black;
     align-items: center;
}

header .home-one .top-header .top-header-content .contact-top-information a{
      color: #000000;
      font-size: 16px;
      height: auto;
}

.default .navbar-details{
    position: fixed; z-index: 1000;
}

.home-one .banner-card .card img{
    background-color:#39b54a;
}

.home-one .banner-card .card:hover img{
    background-color:#f47725;
}

.home-one .banner-card .card::after {
    border-bottom: 5px solid #f47725;
}

.home-one .upcoming-city .upcoming-events-card .card .upcoming-info .info ul li i{
    color:#f47725
}

.home-one .upcoming-city .upcoming-events-card .card .upcoming-info .upcoming-link a .card-footer{
    background-color:#f47725;
}

.home-one .upcoming-city .download-city .card{
    background-color:#39b54a
}

.home-one .city-highlights-photos .card .image-title .button-background-color{
    background-color:#f47725;
}

.about-us .banner .images-optimization .cover-images-overlay .banner-content{
    top:71px;
}

.about-us .banner .home-about-link ul{
    background-color:#f47725;
}

.about-us .our-department .department-information .lifestyle-colors .lifestyle h3{
    color:#f47725
}

.about-us .our-department .department-information .lifestyle-colors .colors h3{
    color:#f47725
}

.service-detail .banner .images-optimization img{
    margin-top: 0px;
}

.service-detail .banner .images-optimization .cover-images-overlay .banner-content{
    top:0px;
}

.service-detail .banner .home-about-link ul{
    background-color:#f47725;
}

.blog .blog-page .card a{
    color:#f47725;
}

.blog .blog-page .latest-date{
    color:#f47725;box-shadow:#f47725 0px 3px 1px 1px;
}

.blog .blog-page .pagination{
    background-color:#f47725;
}

.blog-post .post-details .side-section .search-container{
    background-color:#50ff68;
}

.blog-post .post-details .side-section .search-container button:hover{
    background:#f47725;
}

.blog-post .post-details .side-section .latest-post{
    background-color:#50ff68;
}

.blog-post .post-details .side-section .categories-post{
    background-color:#50ff68;
}

footer{
    background-color: #151515;
    padding: 120px 0px 0px 0px;
    color: black;
}

footer .subscribe-field{
    display: none;
}

footer .term-and-condition{
    background-color: #000000;
    padding: 20px 0px;
    margin-top: 20px;
}

footer .term-and-condition .copy-right-content .copy-right span{
    color:#f47725;
}

footer .term-and-condition .button-div .up-to-down-btn{
    background-color: #f47725;
}

.list-group-item.active{background-color:#f47725; color:#fff}

/* Navbar sticky */
.navbar {
    transition: all 0.3s ease-in-out; /* Transition douce */
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    background-color: #f8f9fa;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Dropdown qui s'ouvre au survol pour desktop */
@media (min-width: 992px) {
    .navbar-nav .dropdown:hover .dropdown-menu {
        display: block;
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        transition: all 0.3s ease;
    }
}

/* Dropdowns pour mobile */
.dropdown-menu {
    display: none;
    transition: all 0.3s ease;
}

.dropdown-menu.show {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.organigramme-wrapper {
    overflow: hidden;
}

.organigramme-image {
    transition: transform 0.3s ease-in-out;
    cursor: pointer;
}

.organigramme-image:hover {
    transform: scale(1.1); /* Zoom de 10% au survol */
}

/* Style pour le bandeau */
.bandeau {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #ed1c24;
    color: #FFF;
    padding: 10px 0;
    z-index: 1000;
    overflow: hidden;
}

.bandeau-content {
    white-space: nowrap;
    font-size: 16px;
    font-weight: bold;
    animation: defilement 15s linear infinite;
}

/* Animation pour faire défiler le texte */
@keyframes defilement {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}
.pdf-viewer {
    width: 100%;
    height: 500px;
    border: none;
}

.home-one .newsroom .card .card-body .date-comment .date, .home-one .newsroom .card .card-body .date-comment .date::before {
    background-color: #f47725;
}

.home-one .newsroom .card .card-body .card-title, .home-one .newsroom .card .card-footer a {
    color: #f47725;
}

.contact .contact-information #customContactForm .form-control {
    background-color: #0f1026;
    color: #fff;
    border: 1px solid #0f1026;
}

.details-link a.active {
    background-color: #f0f0f0; /* Couleur de fond différente pour l'élément actif */
    color: #333; /* Couleur du texte */
    border-left: 4px solid #007bff; /* Bordure à gauche pour marquer l'élément actif */
    padding: 10px; /* Ajout d'un padding pour mieux démarquer */
    transition: all 0.3s ease; /* Transition pour un effet fluide */
}

.details-link a.active h5 {
    font-weight: bold; /* Accentuation du texte */
}

.details-link a.active i {
    color: #007bff; /* Couleur spécifique pour l'icône */
}

.about-us .government-service .card img {
    background-color: #f47725;
    width: 25%;
    padding: 5px;
    border-radius: 2px;
}

.card-btn {
    color: #f47725;
    font-size: 17px;
    line-height: 34px;
    font-weight: 500;
    outline: none;
    background-color: rgba(0,0,0,0);
    border: 1px dashed #f47725;
    padding: 2px 12px;
    transition: .2s;
}

.about-us .best-city-government .city-content .city-service-list {
    background-color: #fff;
    padding: 90px 60px 0 60px;
}

.about-us .best-city-government .city-content .city-service-list ul li {
    margin: 20px 0;
}

.about-us .best-city-government .city-content .city-service-list ul li a {
    color: #11141b;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    transition: all 1s ease-out;
}

.contact .banner .home-about-link ul {
    background-color: #f47725;
}

.contact .contact-information .contact-info {
    background-color: #f47725;
}

.contact .contact-information {
    background-color: #fff7f2;
}

.cityWall-btn button {
    background: #f47725;
}

.banner-content p {
    text-align: left;
}
