.elementor-16955 .elementor-element.elementor-element-956453b{--display:flex;--min-height:60vh;--margin-top:-86px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-e9b417c */#solydari-map-container {
    display: flex;
    flex-direction: column;
    width: 100%;
}


#solydari-map {
    width: 100%;
    height: 60vh;
    border-radius: 8px;
}


#entreprise-list-container {
    width: 100%;
    background: #f9f9f9;
    padding: 15px;
    border-radius: 10px;
    overflow-x: auto; 
    white-space: nowrap;
}


#entreprise-list-wrapper {
    display: flex;
    flex-direction: row; 
    overflow-x: auto;
    gap: 15px;
    padding-bottom: 10px;
}

#entreprise-list {
    display: flex;
    flex-direction: row;
    gap: 15px;
    white-space: nowrap;
}


.entreprise-card {
    background: white;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column; 
    align-items: center;
    text-align: center;
    width: 220px; 
    height: 260px;
    flex-shrink: 0; 
    white-space: normal;
    justify-content: space-between;
}

.entreprise-info {
    display: flex;
    flex-direction: column; 
    justify-content: center;
    align-items: center;
    flex-grow: 1;
    gap: 5px;
}

.entreprise-info p {
    font-size: 14px;
    margin: 0;
    padding: 2px 5px;
    color: #333;
    word-wrap: break-word;
    text-align: center;
}

.entreprise-btn {
    background-color: white; 
    color: #333;
    border: 1px solid #E0E0E0; 
    padding: 8px 12px;
    border-radius: 5px;
    font-size: 13px;
    display: inline-block;
    text-decoration: none;
    font-weight: bold;
    margin-top: auto; 
}

.entreprise-btn:hover {
    background-color: #f5f5f5; 
}


#entreprise-list-wrapper::-webkit-scrollbar {
    height: 6px;
}

#entreprise-list-wrapper::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}



.leaflet-control-container .leaflet-top.leaflet-left {
    position: absolute !important;
    bottom: 20px !important;
    right: 20px !important;
    left: auto !important;
    top: auto !important;
    z-index: 1000 !important;
}

.entreprise-logo {
    width: 50px; 
    height: 50px!important;
    border-radius: 6px!important;
    object-fit: cover;
    display: block;
}

#entreprise-list-wrapper::-webkit-scrollbar {
    height: 10px;
}

#entreprise-list-wrapper::-webkit-scrollbar-thumb {
    background: #6BE079; 
    border-radius: 10px; 
}

#entreprise-list-wrapper::-webkit-scrollbar-track {
    background: #e0e0e0; 
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-956453b */#solydari-map {
    width: 100%;

    position: relative;
    z-index: 1; 
}/* End custom CSS */