:root {
    --bg-color2: #ffffff !important;
}

.sppb-pagination-wrapper ul.pagination li.page-item a.page-link,
.sppb-pagination-wrapper ul.pagination li.page-item span.page-link {
    color: #000000 !important;
    background-color: transparent !important; 
    border-color: #dee2e6 !important; 
}


.sppb-pagination-wrapper ul.pagination li.page-item.active span.page-link,
.sppb-pagination-wrapper ul.pagination li.page-item.active a.page-link {
    color: #ffffff !important; 
    background-color: #000000 !important; 
    border-color: #000000 !important;
}

.sppb-pagination-wrapper ul.pagination li.page-item a.page-link:hover {
    color: #ffffff !important;
    background-color: #333333 !important;
    border-color: #333333 !important;
}

.sppb-pagination-wrapper ul.pagination li.page-item.disabled span.page-link {
    color: #666666 !important;
    opacity: 0.6 !important;
}

#sppb-addon-c2165f33-a1bf-43c9-92e2-e96db3dd9f7b .sppb-gallery img {
    margin: 5px 5px;
}

.sppb-button-wrapper a.sppb-btn, 
.sppb-button-wrapper .sppb-btn-custom {
    text-transform: none !important;
}

.sp-page-title > .container:before {
    display: none !important;
    content: none !important;
    background-image: none !important;
}
 
.sp-page-title > .container:after {
    display: none !important;
    content: none !important;
    background-image: none !important;
}
.sp-page-title:after {
  display: none !important;
    content: none !important;
    background-image: none !important;
}
h2.sp-page-title-heading {
    color: #000 !important;
}
/* Ciblage du conteneur de la carte */
#map-container.map-responsive {
    width: 450px !important; 
    height: 250px !important; 
    margin-left: auto;       
    margin-right: 0;      
    overflow: hidden; 
     max-width: 450px !important;
      position: absolute;

}


@media (max-width: 767px) {
    #map-container.map-responsive {
        width: 100% !important;
        height: 222px !important;
        margin-left: 0 !important;
        margin-left: -17px !important;
    }
}