@import url(https://fonts.bunny.net/css?family=nunito:200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i);

body{
    margin:0 auto;
    font-family: 'Nunito', sans-serif;
}

#map {
    width: 100%;
    height: 100vh;
}

img{
    poi
    display:flex;nter-events: none;
}

.nodisplay{
    display:none !important;
}


.my_position_icon,
.list_icon,
.search_icon,
.connections_icon,
.filter_icon,
.features_icon i,
.btn_direction,
.btn_review,
.btn_streetview,
.btn_custom_1,
.ol-control button,
.nav_marker_next,
.nav_marker_prev,
.new_marker_msg,
.drag_marker_msg,
.new_marker_btn,
.resize_sheet_icon,
.btn_story {
}

.logo-pixxle-me{
    width: 20px;
    margin: 3px;
}


.popup {
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 8px;
    padding: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.popup_image {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
}

.popup_title {
    font-weight: bold;
    margin-bottom: 5px;
}

.popup_address {
    font-size: 0.9em;
    color: #555;
}

.controlmap{
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    position: absolute;
    bottom: 204px;
    right: 10px;
    z-index: 1000;
}
.controlmap button{
    background: transparent;
    font-size: 18px;
    color: #dedede;
    border: none;
    margin: 0;
    border-radius: 10px;
    padding: 0;
}

.controlmapgeo{
    background: #ffffffb0;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    padding: 5px;
    border-radius: 15px;
    display:flex;
    flex-direction: column;
    position: absolute;
    bottom: 142px;
    right: 10px;
    z-index: 1000;
}

.controlmapgeo button{
    background:transparent;
    font-size: 18px;
    color:#000000;
    border:none;
    margin:5px 3px;
    border-radius:10px;
}

.controlmapgeo button:hover{
    font-size: 19px;
}

.maplibregl-ctrl-top-right{
    bottom: 35px !important;
    right: 10px !important;
    top:inherit !important;
    background: #ffffffb0;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    padding: 5px;
    border-radius: 15px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 -1px 0px rgba(0, 0, 0, 0.02);
}
.maplibregl-ctrl-top-right .maplibregl-ctrl{
    margin: 0px !important;
}
.maplibregl-ctrl-group button{
    width: 35px;
}
.maplibregl-ctrl-group{
    background: transparent;
}
.maplibregl-ctrl-group:not(:empty){
    box-shadow: none !important;
}
.maplibregl-ctrl button:not(:disabled):hover{
    background-color: rgb(0 0 0 / 0%) !important;
    scale: 1.15;
}

.standmap, .satmap{
    width: 46px;
    height: 46px;
    border-radius:15px;
}
.standmap{
background-image :url('../img/standmap.png') !important;
}
.satmap{
    background-image :url('../img/satmap.png') !important;
    object-fit: cover;
    }


.controlmap button:hover{
    color:#FFF;
}


.pixxlelogo{}
.logoplace{
    display: block;
    position: fixed;
    bottom: 0px;
    margin:5px;
    z-index: 9999;
}


.logoplace img{
    width:70px;
    height:auto;
}

.user-zone-map{
    display: block;
    position: fixed;
    margin:10px;
    z-index: 1;
    right:0px;
    top:20px;
}

.btn-pixxle{
    background: #361774b0 !important;
    color: #FFF !important;
    font-weight: 600;
    width: auto;
    height: auto;
    border-radius: 40px !important;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}
.btn-pixxle:hover{
    background: #361774e4 !important;
}

.user-zone-avatar{
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 100px;
    cursor: pointer;
}
.user-zone-avatar:hover{
    transform: scale(1.1);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3);
}
.user-zone-eta{
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 100px;
    cursor: pointer;
}
.user-zone-eta:hover{
    transform: scale(1.1);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3);
}

.avatar {
    display: block;
    width: 47px;
    height: 47px;
    border-radius: 100%;
    border: 1px solid #FFF;
    z-index: 3;
    object-fit:cover;
}

.user-menu {
    display: none;
    position: absolute;
    top: -1px;
    right: -1px;
    background: #ffffffb0;
    padding: 8px 20px;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border-radius: 27px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 -1px 0px rgba(0, 0, 0, 0.02);
    width: 300px;
    z-index: -1;
}

.user-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.user-menu li {
    padding: 5px 10px;
}

.user-menu li a {
    text-decoration: none;
    color: #333;
    display: block;
    padding: 10px;
}

.user-menu li a:hover {
    background-color: #4b33a226;
    border-radius: 50px;
    font-weight: 700;
}

.user-menu-title{
    color: #000;
    font-size: 14px;
    font-weight: 700;
    margin: 10px 5px;
}
.user-menu-name{
    color: #000;
    font-size: 18px;
    font-weight: 700;
    margin: 10px 5px;
}
/* Cache la liste par défaut */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 160px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

/* Montre la liste lors du clic */
.dropdown-content li {
    padding: 8px 12px;
}

.dropdown-content li a {
    color: black;
    text-decoration: none;
    display: block;
}

.dropdown-content li:hover {
    background-color: #ddd;
}

.langselect{
    width: 100%;
    border-radius: 5px;
    padding: 5px;
    border: none;
    background: #f7f7f7ba;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
    margin: 10px 0px;
}

.markers-container {
    position: relati
    display:flex;ve;
    pointer-events: none; /* Permet de passer à travers le conteneur pour interagir avec la carte */
}

.marker {
    poi
    display:flex;nter-events: auto; /* Réactive les événements sur les marqueurs */
}

.marker-link {
    text-decoration: none;
    display: flex;
    align-items: center;
    color: #000;
}

.marker-icon {
    width: 24px;
    height: 24px;
}

.marker-text {
    margin-left: 10px;
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #000;
}

.business-details {
    position: absolute;
    left: 0;
    top: 10px;
    width: 415px;
    /* background-color: #361774c2; */
    background-color: #ffffffc2;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2),0 -1px 0px rgba(0,0,0,0.02);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 0px 10px 10px 0px;
    color: #FFF;
    height: calc(95vh - 10px);
    overflow-y: auto;
    scrollbar-width: none;
    z-index: 2;
}
.business-details::-webkit-scrollbar {
    width: 8px;  /* Largeur de la scrollbar */
}

.business-details::-webkit-scrollbar-track {
    background: transparent; /* Fond de la piste de la scrollbar */
}

.business-details::-webkit-scrollbar-thumb {
    background-color: #888; /* Couleur de la poignée */
    border-radius: 4px;     /* Arrondir la poignée */
    border: 2px solid transparent; /* Espace autour de la poignée */
    background-clip: content-box; /* Pour afficher la bordure */
}


#backgrounddataimage{
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    z-index: -1;
    position: fixed;
    transform: scaleX(-1) rotate(-180deg);
}

#displayfocusdata{
    backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(50px);
}

.business-details h2 {
    margin-top: 0;
    font-size: 18px;
    color: #000;
    font-weight: 700;
}

.business-details p {
    margin: 5px 0;
    font-size: 16px;
}

.business-details a {
    color: #FFFFFF;
    text-decoration: underline;
}

.business-details a:hover {
    text-decoration: underline;
}

.business-details.embed-compact {
    left: 14px;
    top: 14px;
    width: min(360px, calc(100vw - 28px));
    height: auto;
    max-height: none;
    border-radius: 16px;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    overflow: visible;
    z-index: 9998;
}

.embed-compact-card {
    position: relative;
    min-height: 220px;
    border-radius: 16px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.28);
}

.embed-compact-overlay {
    min-height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 8px;
    padding: 16px 14px 14px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.15) 8%, rgba(0, 0, 0, 0.78) 72%);
}

.embed-compact-name {
    margin: 0;
    color: #fff !important;
    font-size: 21px;
    line-height: 1.2;
    font-weight: 700;
}

.embed-compact-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.embed-compact-address,
.embed-compact-rating {
    margin: 0;
    color: #f8fafc !important;
    font-size: 14px;
    line-height: 1.35;
}

.embed-compact-address {
    display: inline-flex;
    align-items: center;
    min-width: 0;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.business-details.embed-compact .embed-compact-address {
    font-size: 14px !important;
}

.embed-compact-rating {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    flex-shrink: 0;
}

.embed-compact-address i,
.embed-compact-rating i {
    margin-right: 6px;
}

.embed-compact-rating i {
    color: #facc15;
}

.embed-compact-actions {
    margin-top: 4px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
}

.embed-compact-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    border-radius: 10px;
    padding: 9px 12px;
    font-weight: 700;
    font-size: 0.86rem;
    text-decoration: none !important;
    border: 1px solid transparent;
    transition: transform 0.15s ease, background-color 0.15s ease;
}

.embed-compact-btn:hover {
    transform: translateY(-1px);
}

.embed-compact-btn-primary {
    background: #ffffff;
    color: #0f172a !important;
}

.embed-compact-btn-secondary {
    background: rgba(255, 255, 255, 0.16);
    border-color: rgba(255, 255, 255, 0.45);
    color: #ffffff !important;
}

.embed-compact-btn-secondary:hover {
    background: rgba(255, 255, 255, 0.24);
}

.businesscontent{
    padding: 130px 15px 15px 15px;
}

.places-details {
    position: absolute;
    left: 0;
    top: 10px;
    width: 380px;
    /* background-color: #361774c2; */
    background-color: #ffffffc2;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2),0 -1px 0px rgba(0,0,0,0.02);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 0px 10px 10px 0px;
    color: #FFF;
    height: calc(95vh - 10px);
    overflow-y: auto;
    scrollbar-width: none;
}

.places-details h2 {
    margin-top: 0;
    font-size: 18px;
    color: #000;
    font-weight: 700;
}

.places-details p {
    margin: 5px 0;
    font-size: 14px;
    color: #000;
}

.places-details a {
    color: #361774;
    text-decoration: underline;
}

.places-details a:hover {
    text-decoration: underline;
}

.placescontent{
    padding: 15px 15px 15px 15px;
}

.close-details {
    background: none;
    border: none;
    font-size: 24px;
    font-weight: bold;
    color: #FF0000;
    position: absolute;
    top: 80px;
    right: 20px;
    cursor: pointer;
    z-index: 2;
}

.close-details:hover {
    color: #940000; /* Couleur de survol pour la croix */
}

.search-container {
    position: absolute;
    top: 20px;
    left: 0px;
    display: flex;
    z-index: 1000;
    margin:10px;
    border-radius: 50px;
    background: #ffffffb0;
    padding: 2px 10px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid #FFF;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2),0 -1px 0px rgba(0,0,0,0.02);
    align-items: center;
}

.secteur-shortcuts{
    position: absolute;
    top: 80px;
    left: 0px;
    display: flex;
    z-index: 1;
    margin: 10px;
    border-radius: 20px;
    background: #ffffffb0;
    padding: 8px 20px;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid #FFF;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 -1px 0px rgba(0, 0, 0, 0.02);
    width: 396px;
    align-items: center;
    justify-content: space-around;
}

.btn-shortcut{
    width: auto;
    height: 60px;
    font-size: 12px;
    text-align: center;
    margin: 0px 10px;
}
.secteur-shortcut-btn{
    border:none;
    border-radius: 100%;
    padding: 6px;
}
.secteur-shortcut-btn img{
    width: 30px;
    height:auto;
    padding: 4px;
}

.cl-resto-txt{
    color:#ffba0a;
}
.cl-resto-bg{
    background-color:#ffba0a;
}

.cl-shop-txt{
    color:#b818a7;
}
.cl-shop-bg{
    background-color:#b818a7;
}

.cl-pharmacie-txt{
    color:#018914;
}
.cl-pharmacie-bg{
    background-color:#018914;
}


#search-input {
    width: 300px;
    padding: 10px;
    border: none;
    font-size: 14px;
    background: transparent;
    border-radius:50px;
    font-weight: 600;
    color:#000;
}

#search-input:focus-visible{
    outline: none !important;
}

#search-button, #route-button {
    padding: 10px;
    color: #470e9d;
    cursor: pointer;
    border: none;
    border-radius: 0 4px 4px 0;
    background: transparent;
}

#search-button i {
    font-size: 16px;
}

#route-button i {
    font-size: 18px;
}

.suggestions {
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    background: #fffffff5;
    border-top: none;
    max-height: 320px;
    overflow-y: auto;
    z-index: 1000;
    border-radius: 12px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2),0 -1px 0px rgba(0,0,0,0.02);
    scrollbar-width: none;
}

.suggestion-item {
    padding: 10px;
    cursor: pointer;
}

.suggestion-item:hover {
    background-color: #470e9d24;
}

.d-none {
    display: none;
}

.suggestion-header {
    font-weight: bold;
    padding: 5px;
    background-color: #f0f0f0;
    text-align: center;
}
.t-mobile{
    display: none;
}
.t{
    background: #3617741f;
    padding: 8px;
    border-radius: 15px;
    margin: 20px 0px;
}
.t-spec{
    background:#0098ff1f;
    padding: 8px;
    border-radius: 15px;
    margin: 20px 0px;
}
.btn-pxplace-resa {
    width: 100%;
    height: 40px;
    background-color: #2c7ad4 !important;
    color: #FFF !important;
    margin: 10px 0px;
    border-radius:50px !important;
}
.btn-pxplace-resa:hover {
    background-color: #004ea7 !important;
}
.restoimg, .hotelimg{
    width: 100%;
    border-radius: 10px;
    height: auto;
}

.cz-detail{
display: flex;
align-items: flex-start;
justify-content: flex-start;
align-content: center;
margin: 5px 0px;
font-weight:700;
color:#FFF;
}

.cs-detail-icon{
    width: 40px;
    height: 40px;
}
.cs-detail-icon i{
    color:#FFF;
    font-size: 20px;
}

.hotel-services{
    margin: 0px 15px;
}

.btn-pxplace{
    width: 100%;
    height: 40px;
    background-color: #470e9d !important;
    color: #FFF !important;
    margin: 10px 0px;
    border-radius:50px !important;
}
.btn-pxplace:hover{
    background-color: #c2aee275 !important;
    color:#470e9d !important;
    font-weight: 600;
}

.btn-whatsapp{
    width: 100%;
    height: 40px;
    background-color: #00A400 !important;
    color: #FFF !important;
    margin: 10px 0px;
    border-radius: 50px !important;
}
.btn-whatsapp:hover{
    background-color: #51CE70 !important;
    color:#FFFFFF !important;
    font-weight: 600;
}

.cz-desc{
    padding: 5px 10px;
}

.read-more-btn {
    background: none;
    border: none;
    color: blue;
    cursor: pointer;
    font-size: 14px;
    padding: 0;
}

.read-more-btn:hover {
    text-decoration: underline;
}

.flex{
    display: flex;
}

.cz-dens{
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    padding:5px;
}

.city-image {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.cz-dens div {
    text-align: center;
}

.cz-dens .desc-title {
    font-size: 1.2em;
    margin-bottom: 5px;
}

.cz-dens-value {
    font-size: 1em;
    color: #333;
}

.cz-dens i{
    color:#000;
    font-size:20px;
    margin: 0px 5px;
}
.cz-dens h3{
    color:#FFF;
    font-size:12px !important;
    font-weight:600;
    text-align: left;
}

#densite, #altitude, #superficie{
    align-items:center;
}

.cz-value{
    text-align:left !important;
    font-size:14px;
    margin: 0px 5px !important;
}

.maplibregl-marker svg{
    width:17px !important;
    filter: grayscale(1);
}

.desc-title{
    color:#FFF;
    font-size: 18px;
    font-weight: 600;
}
.center{
    text-align: center;
}

.btnhoraire{
    margin-top: 3px !important;
    margin-left: 5px !important;
    margin-right: 5px !important;
    color:#FFFFFF !important;
}

.horaires-day {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
    color:#FFF;
}

#full-week-horaires {
    margin-top: 10px;
    background:#0000007a;
    padding:10px;
    border-radius:20px;
}

#toggle-horaires {
    margin-top: 0px !important;
}
.city-image {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
    border-radius: 5px;
}

.business-details p,
.business-details h2,
.business-details span {
    max-width: 100%;
    display: block;
    white-space: normal;
    overflow: visible;
    text-overflow: unset;
}

.city-name{
    font-size:22px !important;
    position: relative;
    z-index: 2; /* Le texte doit être au-dessus du dégradé */
    margin: 0;
    padding: 10px;
    color: #FFFFFF !important;
    text-transform: UPPERCASE;
    font-weight:400 !important;
}

.placebg{
    width: 100%;
    height: 60vh;
    background-size: cover;
    background-position: center center;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: flex-start;
}

.placebg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, rgb(0, 0, 0, 0.8) 70%);
    z-index: 1;
    height: 60vh;
}

   
.placebg .addressline {
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 200;
    z-index: 2;
    margin: 0px 10px;
}
.btn-fav2{
    border-radius: 50px;
    background: #00000020;
    color: #FFF;
    border: 1px solid #ffffff29;
    z-index: 2;
    padding: 9px 20px;
    margin: 5px 10px;
}

.btn-fav2:hover{
    background :#0f012bdb;
    font-weight:600;
}

#weather-details, #pollution-details{
    display: flex;
    margin: 0px 2px;
    padding: 5px 5px;
}
.weather-icon{
    width: 40px;
}
#meteopolzone{
    z-index:10;
    width:100%;
}
.meteozone, .airquality{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 340px;
    margin: 2px;
    border-radius: 50px;
    padding: 0px;
    color:#FFF;
}
.detailweather{
    width:70%;
    display: flex;
}
.detailweathertxt{
margin: 5px 15px !important;
font-size:16px !important;
font-weight: 600;
}
.indexaqi{
    font-size: 25px !important;
}

#detailaqi {
    margin: 5px 15px;
}

.btn-share{
    height: 40px;
    background-color: #00000090 !important;
    color: #FFF !important;
    margin: 10px 5px;
    border-radius: 100px !important;
    font-size: 16px !important;
    font-weight:600 !important;
    border: 1px solid #ffffff30 !important;
}
.btn-share i{
    margin: 0px 10px 0px 0;
}
.btn-share:hover{
    height: 40px;
    background-color: #0f012bdb !important;
}

#city-content{
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    background: #0000009e;
    padding: 20px 0px 20px 0;
    min-height: 385px;
}

/* Style des onglets */
/* Conteneur principal pour les boutons et les boutons de navigation */
.tabs-container {
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding: 0px 10px;
    justify-content: flex-start;
}

/* Boutons de navigation gauche et droite */
.scroll-button {
    background-color: #0f012bdb;
    border: none;
    padding: 5px;
    cursor: pointer;
    font-size: 16px;
    color: #FFFFFF;
    transition: background-color 0.3s, color 0.3s;
    z-index: 1;
    border-radius: 100px;
    width: 47px;
}

.scroll-button:hover {
    background-color: #3617741f;
    color: #470e9d;
}

/* Style spécifique pour les boutons gauche et droite */
.scroll-button.left {
    margin-right: 5px;
}

.scroll-button.right {
    margin-left: 5px;
}

/* Conteneur des boutons de sections */
.tabs {
    display: flex;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}

/* Masquer la barre de défilement pour les navigateurs WebKit */
.tabs::-webkit-scrollbar {
    display: none;
}

/* Afficher la barre de défilement pour les autres navigateurs si nécessaire */
.tabs {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

/* Styles pour les boutons de section */
.tablinks {
    background-color: #00000090 !important;
    color: #FFF !important;
    border: 1px solid #ffffff30 !important;
    padding: 5px 10px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    margin-right: 10px;
    border-radius: 100px;
    transition: background-color 0.3s;
    margin: 10px 3px;
    flex: 0 0 auto;  /* Empêche les boutons de rétrécir */
}

.tablinks:hover {
        background-color: #0f012bdb !important;
}

.tablinks.active {
    background-color: #0f012b;
    color: #FFFFFF;
}
.tablinks i {
    margin-right : 5px;
}

/* Style pour les images dans les boutons */
.tablink-img {
    width: 17px;
    height: auto;  
    margin-right: 5px;
}

/* Optionnel : Ajouter des styles pour s'assurer que les boutons sont bien alignés */
.tabs button {
    display: flex;
    align-items: center;
}

.submenu {
    background: #00000099;
    left:0px;
    border-radius: 15px;
    padding: 5px;
    z-index: 10;
    width:100%;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
}

.submenu-item {
    display: block;
    width: 100%;
    text-align: left;
    border: none;
    background: transparent;
    padding: 8px 12px;
    color: #000;
    border-radius: 5px;
}

.submenu-item:hover {
    background: #470e9d2e;
}

.subzone{
    width: 100%;
    height: auto;
}

.btn-reset{
    color: #FFF !important;
    background: #470e9d !important;
    border-radius: 100px !important;
}

.business-marker.highlighted-marker {
    border: 2px solid #FFD700; /* Bordure dorée pour mettre en évidence */
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(255, 215, 0, 0.7);
}

.adscommerce{
background-size:cover !important;
background-position : center center !important;
height:180px;
background: #0601108c;
border: 1px solid #95959554;
border-radius: 15px;
margin: 7px 10px;
}
.adscommerce-selection{
    background-size:cover !important;
    background-position : center center !important;
    height:180px;
    background: #0601108c;
    border: 1px solid #95959554;
    border-radius: 15px;
    margin: 7px 10px;
    }

/* Itineraire */
/* Styles pour la fenêtre modale d'itinéraire */
.route-modal, .favorites-modal {
    position: absolute;
    top: 30px;
    left: 10px;
    width: 397px;
    z-index: 1000;
    background-color: #000000b8;
    backdrop-filter:blur(10px);
    -webkit-backdrop-filter:blur(10px);
    border-radius: 27px;
}

.route-modal-content, .favorites-modal-content {
    margin: 10px;
    padding: 20px;
    max-width: 400px;
    position: relative;
    border-radius: 8px;
    color:#FFFFFF;
    
}

.route-modal-content h2, .favorites-modal-content h2{
    font-size:20px;
    font-weight: 700;
}

.route-modal-close, .favorites-modal-close{
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.route-inputs label, .favorites-inputs label {
    display: block;
    margin-top: 15px;
    font-weight: 600;
}

.route-inputs input, .favorites-inputs input {
    width: 100%;
    padding: 8px;
    margin-top: 5px;
    border-radius: 50px;
    border: 1px solid #EEE;
}

.suggestions-itineraire {
    position: absolute;
    background-color: #fff;
    width: 336px;
    max-height: 190px;
    overflow-y: auto;
    z-index: 1001;
    left: 21px
}

.suggestion-item {
    padding: 8px;
    cursor: pointer;
}

.suggestion-item:hover {
    background-color: #f0f0f0;
}

.route-info {
    position: absolute;
    top: 174px;
    left: 10px;
    background-color: #ffffffb0;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    z-index: 20;
    width: 396px;
    border-radius: 20px;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.route-info h2{
    font-size:18px;
    font-weight: 700;
}

.route-instructions {
    list-style-type: none;
    padding: 0;
    margin: 10px 0;
}

.route-instructions li {
    margin: 5px 0;
}

.route-info .close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    font-size: 1.5em;
    cursor: pointer;
}

.transport-options {
    display: flex;
    justify-content: space-around;
    margin-bottom: 15px;
    margin-top:15px;
}

.transport-option {
    display: flex;
    align-items: center;
    cursor: pointer;
    flex-direction: column;
    align-content: space-around;
    justify-content: center;
}

.transport-option input[type="radio"] {
    display: none;
}

.transport-option i {
    font-size: 24px;
}

.transport-option span {
    margin-left: 5px;
    font-size: 15px;
    font-weight: 600;
}

/* Styles pour l'état "checked" */
.transport-option input[type="radio"]:checked + i {
    color: #FFF;
    background: #470e9d;
    padding: 5px 10px;
    border-radius: 100px;
    font-size: 20px;
}

/* Option d'hover */
.transport-option:hover i {
    color: #470e9d;
}

.maplibregl-ctrl-scale{
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border: 1px solid #470e9d !important;
    border-top: #470e9d !important;
}

.adsimage{
    padding:10px;
    width:40%;
}
.adslogo{
    width:40px;
    height:40px;
    border-radius:100px;
    margin:10px;
}
.eta-logo-ads {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    margin:5px;
}
.adsdetail-name{
    padding:10px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    width:60%;
}
.adsdetail-name h3{
    margin: 5px;
}
.adsdetail-prix{
    width:40%;
    padding:10px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.ads-gradient{
    top: 0; left: 0; width: 100%; height: 100%; z-index: 1;
    background: rgb(0,0,0);
background: -moz-linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(0,104,212,0) 100%);
background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(0,104,212,0) 100%);
background: linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(0,104,212,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#0068d4",GradientType=1);
border-radius:15px;
}
.ads-detail{
    display:flex;
    padding:4px;
    width:380px;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    z-index:2;
    position: relative;
    margin-top:-80px;
    }

    .ads-detail-selection{
        display:flex;
        padding:4px;
        width:auto;
        flex-direction: row;
        align-items: flex-end;
        justify-content: space-between;
        z-index:2;
        position: relative;
        margin-top:-80px;
        }

    .white{
        color:#FFFFFF;
    }
    .ads-classe-hotel, .ads-classe-resto{
        margin: 5px !important;
        color:#FFFFFF !important;
    }
    .nomargin{
        margin:0px;
    }

    .pointer{
        cursor:pointer;
    }

    .ads-section-head{
        display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 5px 15px;
    }

    .info-sponsor{
        margin-bottom: .5rem !important;
    }

    .attribution-btn{
        display:none;
    }

    .mob{
        display:none !important;
    }

    .loginzone-nl{
        display: flex;
    }

    .btn-setting{
        background: #ffffffb0 !important;
        border-radius: 14px !important;
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
        height: 40px;
        width: 40px;
    }

    .lang-nl{
        top:50px !important;
    }

    .btn-usermenu{
        width:100%;
        background:transparent;
        border:none;
    }

.panostreet{
    width: 500px;
    height: 500px;
    margin-top: 15px;
    position: absolute;
    background: #FFF;
    top: 0px;
    z-index: 1;
}

#display-name{
    font-weight: 700;
}

.favorite-btn{
    padding: 5px 10px;
    width: 100%;
    height: auto;
    background-color: #000000b3 !important;
    color: #FFF !important;
    margin: 10px 0px;
    border: 1px solid #470e9d2e;
    border-radius: 50px;
    text-align: left;
    font-weight: 600;
}
.favorite-btn:hover{
    background-color: #470e9d8c !important;
}
.delete-btn{
    height: 35px;
    background-color: #9d0e0e !important;
    color: #FFF !important;
    margin: 10px 5px;
    border-radius: 100px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
}
.delete-btn:hover{
    background-color: #bc1818 !important;
}
.favorite-details{
    border: 1px solid #470e9d2e;
    background-color: #00000063 !important;
    padding: 5px 10px;
    border-radius: 15px;
}

.favorite-details h3{
    font-size: 18px;
    font-weight: 700;
}

/* Polution */
#detailaqi .pollutants-container {
    display: flex;
    flex-wrap: wrap; /* Permet d'aller à la ligne si nécessaire */
    justify-content: space-around; /* Espacer uniformément les éléments */
    gap: 20px; /* Espacement entre les divs */
    padding: 10px;
}

#detailaqi .pollutant {
    display: flex;
    flex-direction: column; /* Aligner le contenu verticalement */
    align-items: center; /* Centrer les éléments horizontalement */
    text-align: center;
    border-radius: 8px;
    padding: 10px;
    width: 120px; /* Largeur fixe pour uniformité */
    background-color: #0098ff1f;
    
}

#detailaqi .pollutant i {
    font-size: 20px;
    margin-bottom: 5px;
    color: #FFF;
}

#detailaqi .pollutant strong {
    font-size: 14px;
    color: #FFF;
    margin-bottom: 5px;
}

#detailaqi .pollutant p {
    font-size: 16px;
    color: #FFF;
}
#detailaqi .pollutants-container {
    display: flex;
    flex-wrap: wrap; /* Permet de revenir à la ligne si nécessaire */
    justify-content: space-around;
    gap: 10px; /* Espacement entre les divs */
    padding: 10px;
}

#detailaqi .pollutant {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border-radius: 8px;
    padding: 10px;
    width: 120px;
    color: #fff; /* Texte en blanc pour contraster avec le fond coloré */
    font-weight: bold;
}

.aqidesc{
    margin: 20px 0;
    background: #00000090;
    padding: 7px;
    border-radius: 15px;
}

.legend-container {
    display: flex;
    flex-wrap: wrap; /* Passe à la ligne si nécessaire */
    justify-content: space-around;
    margin: 10px 0;
    gap: 10px; /* Espacement entre les éléments */
}

.legend-item {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
    color: #FFF; /* Couleur du texte */
}

.legend-color {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%; /* Forme de cercle */
    margin-right: 8px;
    border: 1px solid #ccc; /* Optionnel : une bordure pour une meilleure visibilité */
}

.city-moments-published {
    margin: 8px 10px 14px;
    display: block;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.35;
    text-align: center;
    color: #ffffff !important;
    opacity: 1;
}

.city-moments-more-info {
    margin-left: 8px;
    border: 0;
    background: transparent;
    color: #c9dcff;
    text-decoration: underline;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
}

.memories-info-modal {
    position: fixed;
    inset: 0;
    z-index: 10001;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
}

.memories-info-modal-content {
    width: min(560px, 96vw);
    background: #151022;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 14px;
    padding: 18px 16px;
    color: #fff;
    position: relative;
}

.memories-info-modal-content h3 {
    margin: 0 0 10px;
    font-size: 20px;
}

.memories-info-modal-content p {
    margin: 0 0 12px;
    font-size: 15px;
}

.memories-info-modal-content a {
    color: #c9dcff;
    text-decoration: underline;
    font-weight: 700;
}

.memories-info-modal-close {
    position: absolute;
    top: 8px;
    right: 8px;
    border: 0;
    background: transparent;
    color: #fff;
    font-size: 28px;
    cursor: pointer;
}

.city-moments-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    padding: 0 10px 14px;
}

.city-moment-item {
    border: 0;
    padding: 0;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    background: #120725;
    aspect-ratio: 1 / 1;
}

.city-moment-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.2s ease;
}

.city-moment-item:hover img {
    transform: scale(1.03);
}

.city-moments-state {
    grid-column: 1 / -1;
    margin: 0;
    opacity: 0.9;
}

.city-moments-viewer {
    position: fixed;
    inset: 0;
    z-index: 10000;
    background: rgba(0, 0, 0, 0.88);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.city-moments-viewer-image {
    max-width: min(95vw, 1200px);
    max-height: 78vh;
    border-radius: 12px;
}

.city-moments-viewer-close {
    position: absolute;
    top: 14px;
    right: 14px;
    border: 0;
    background: transparent;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
}

.city-moments-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    background: rgba(0, 0, 0, 0.45);
    color: #fff;
    width: 42px;
    height: 42px;
    border-radius: 999px;
    cursor: pointer;
    font-size: 22px;
}

.city-moments-nav-prev { left: 14px; }
.city-moments-nav-next { right: 14px; }

.city-moments-nav-indicator {
    font-weight: 700;
    opacity: 0.95;
}

.city-moments-viewer-meta {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 16px;
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    color: #fff;
}

.city-moments-viewer-meta p {
    margin: 0;
    font-weight: 700;
}

.city-moments-report-btn {
    border: 1px solid rgba(255, 255, 255, 0.35);
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    border-radius: 999px;
    padding: 8px 12px;
    cursor: pointer;
    font-weight: 700;
}

.moment-report-select,
.moment-report-textarea,
.moment-report-input {
    width: 100%;
    margin: 4px 0 10px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
    padding: 8px 10px;
}

.moment-report-textarea {
    min-height: 90px;
    resize: vertical;
}

.moment-report-submit {
    border: 0;
    background: #470e9d;
    color: #fff;
    border-radius: 999px;
    padding: 9px 14px;
    cursor: pointer;
    font-weight: 700;
}

@media (max-width: 768px) {
    .scroll-button {
        width: 36px;
        min-width: 36px;
        padding: 4px;
    }
}

@media (max-width: 768px) {
    .city-moments-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
a.tel-link {
    text-decoration: none;
    color: inherit; /* Pour garder la couleur du texte par défaut */
}

.contact-zone-mobile,.d-none{
    display:none}
.suggestion-header{
    font-weight:700;
    padding:5px;
    background-color:#f0f0f0;
    text-align:center
}

.business-invite-toast {
    position: fixed;
    left: 50%;
    bottom: 18px;
    transform: translateX(-50%);
    width: min(640px, calc(100vw - 24px));
    z-index: 9998;
    background: linear-gradient(135deg, rgb(15 1 43 / 55%), rgba(71, 14, 157, 0.92));
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 18px;
    box-shadow: 0 16px 42px rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 14px 16px;
}

.business-invite-close {
    position: absolute;
    top: 8px;
    right: 8px;
    border: 0;
    background: transparent;
    color: #fff;
    cursor: pointer;
    font-size: 22px;
}

.business-invite-content h3 {
    margin: 4px 0 8px;
    color: #fff;
    font-size: 20px;
    font-weight: 800;
}

.business-invite-content p {
    margin: 0;
    color: rgba(255, 255, 255, 0.92);
    font-size: 14px;
}

.business-invite-eyebrow {
    display: inline-block;
    margin: 0 0 2px;
    color: #c7dcff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.business-invite-cta {
    margin-top: 10px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border-radius: 999px;
    background: #ffffff;
    color: #1b0f3e !important;
    padding: 9px 14px;
    font-weight: 700;
    text-decoration: none;
}

@media (max-width: 768px) {
    .business-invite-toast {
        bottom: 10px;
        padding: 12px 12px;
        border-radius: 14px;
    }

    .business-invite-content h3 {
        font-size: 17px;
    }
}


.etabg{
    width: 100%;
    height: 60vh;
    background-size: cover;
    background-position: center center;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
}

.etabg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0) 20%, rgb(0, 0, 0, 0.8) 70%);
    z-index: 1;
    height: 60vh;
}

.etahead{
    z-index:5;
}
.etahead p{
    text-align:center;
    margin:0px;
}

.etalogozone{
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center
}
.etalogozoneimg,.etalogozonenom{
    margin:0 20px
}
.eta-logo{
    width:60px;
    height:60px;
    border-radius:100%;
}

.eta-name {
    font-size: 22px !important;
    position: relative;
    z-index: 2;
    margin: 0;
    padding: 10px;
    color: #FFFFFF !important;
    text-transform: UPPERCASE;
    font-weight: 400 !important;
    text-align:center;
}

#eta-content {
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    background: #0000009e;
    padding: 20px 0px 20px 0;
    min-height: 385px;
}

#etacord{
    padding:10px;
}

.contact-zone,.contact-zone-spec{
    border-radius:15px;
    padding:10px;
    margin:10px 0px;
}
.sep-line{
    color:#FFFFFF;
}
.contact-zone{
    background: #0601108c;
    border: 1px solid #95959554;
}
.contact-zone-spec{
    background:#00000063;
}

.heroimg{
    padding:8px;
    width: 100%;
    height: 250px;
    margin: 5px 0px 25px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.parcimg{
    border-radius: 15px;
    height: 250px;
    width: auto;
}

.parcname{
    text-align:center;
    font-size:20px;
    font-weight:bold;
}

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
    backdrop-filter: blur(10px);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999; /* pour être au-dessus de tout */
    flex-direction: column;
}

.modal-content {
    background: rgba(0, 0, 0, 0.7) !important;
    padding: 20px;
    border-radius: 15px !important;
    box-shadow: 0 5px 20px rgba(0,0,0,0.3);
    max-width: 400px;
    width: 90%;
    max-height: 80%;
    overflow-y: auto;
    background: #FFFFFF;
    border-radius: 15px;
}

.modal-menu {
    max-width: 600px !important;
    width: 90% !important;
    height: 80vh !important;
    max-height: 80vh !important;
    background: rgba(0, 0, 0, 0.9) !important;
    color: #FFFFFF;
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.modal-menu #menu-modal-content {
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 20px;
}

.modal-menu h2 {
    flex-shrink: 0;
    margin-bottom: 0 !important;
    padding: 20px 20px 10px 20px;
}

.modal-close {
    font-size: 16px;
    cursor: pointer;
    background: #9c0000;
    width: 260px;
    text-align: center;
    border-radius: 100px;
    color: #FFF;
    margin: 20px 0px 15px 0;
    padding: 6px;
    font-weight:600;
}

.modal-content h2 {
    margin-top: 0;
    margin-bottom: 15px;
}

.modal-app-download {
    max-width: 420px !important;
    width: 90% !important;
    background: rgba(0, 0, 0, 0.92) !important;
    color: #FFFFFF;
    position: relative;
    text-align: center;
    padding-top: 45px;
}

.modal-app-download .modal-app-body {
    padding: 0 20px 25px;
}

.modal-app-download h2 {
    color: #FFFFFF;
}

.modal-app-download p {
    margin: 10px 0 20px;
    color: #f1f1f1;
}

.modal-app-download .modal-close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: transparent;
    color: #FFFFFF;
    width: auto;
    margin: 0;
    padding: 0;
}

.modal-app-download .modal-close i {
    font-size: 24px;
}

.app-download-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    max-width: 260px;
    font-weight: 600;
}

.modal-content form label {
    display: block;
    margin-top: 10px;
    font-weight: bold;
    color:#FFF;
}

.modal-content form select {
    width: 100%;
    padding: 5px;
    margin-top: 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.btn-submit {
    margin-top: 15px;
    padding: 8px 12px;
    background-color: #31c203;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.btn-submit:hover {
    background-color: #259902;
}
.contribute-zone{
    display:none;
}
.pxmelog .contribute-zone{
    display:flex !important;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.contribute-title{
    margin-top: 0 !important;
    font-size: 16px !important;
    color: #FFF !important;
    font-weight: 700 !important;
    text-align:center !important;
}

.nolog-contribute-zone{
    display:flex !important;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.pxmelog .nolog-contribute-zone{
    display:none !important;
}

.blurdesign{
    backdrop-filter:blur(10px);
    -webkit-backdrop-filter:blur(10px);
    border: 1px solid #ffffff08;
}

#street-details{
    padding: 20px;
}
.marginzone{
    margin: 25px 5px;
}
.marginzone .desc-title{
    margin:15px;
}


/* Agenda
display:flex; */
.event-card{
    height: auto;
    background: #0601108c;
    border: 1px solid #95959554;
    border-radius: 15px;
    margin: 12px 10px;
    cursor:pointer;
}
.agenda-cover{
    background-size: cover !important;
    border-radius: 15px 15px 0px 0px;
    background-position: center center !important;
    width:100%;
    height:200px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.agenda-content{
    padding :5px;
    display:flex;
}

#ag-date{
    padding: 5px;
    width:20%;
    margin-right:5px;
}

#ag-desc{
    padding: 5px;
    display:flex;
    flex-direction: column;
    align-items: flex-start;
    width:80%;
    margin-left:5px;
}

#agnum{
    display:flex;
    flex-direction: column;
    align-items: center;
    width:60px;
    height:60px;
    background:#FFFFFF;
    border-radius:100%;
    justify-content: center;
}

#agnum h5{
    color: #361774e4;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    height: 10px;
    margin-bottom: 0px;
}
#agnum h3{
    color: #000000;
    font-size: 25px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 4px;
}

#ag-desc h3{
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 2px;
}
.ag-flex{
    display:flex;
    width:100%;
    height: 30px;
}
#ag-pres{
    margin:5px;
}
.event-description{
    font-size: 14px;
}
.event-date{
    width:40%;
}
.event-cat{
    width:60%;
}
.sep-line-ag{
    color: #FFFFFF;
    margin: 3px;
}
#ag-eta{
    display: flex;
    width: 100%;
    height: 42px;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 10px;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    background: #00000050;
}
.event-entreprise-logo{
    width:30px;
    height:30px;
    border-radius:100px;
    margin-right: 10px;
}
.event-entreprise-nom{
    font-size: 14px;
    font-weight: 600;
}
.event-description{
    font-size: 14px !important;
    padding:5px;
}


#agenda-section {
    display: flex;
    flex-direction: column;
    height: 100%;
}

#agenda-section-filtre{
    background: transparent;
    margin-bottom: 10px;
    padding: 10px;
}

#agenda-period-filter, #agenda-period-filter-cat{
    background: #0000003d;
    border-radius: 100px;
    padding: 10px 5px;
    text-align: center;
    margin: 10px 0;
}

#agenda-period-filter-cat select{
    background: #00000090;
    color: #FFF;
    border: 0;
    width: calc(100% - 15px);
    padding: 7px;
    border-radius: 100px;
    font-weight: 700;
}

#reset-filter-btn{
    background-color: #00000090 !important;
    width:100%;
    color: #FFF !important;
    border: 1px solid #ffffff30 !important;
    padding: 5px 10px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 100px;
    transition: background-color 0.3s;
    margin: 10px 1px;

}
#reset-filter-btn:hover{
    background:#000000;
}

#agenda-section-list{
    max-height:500px;
    height:auto;
    overflow-y:auto;
    crollbar-width: thin;
    scrollbar-color: #888 transparent;
    background: #0000003d;
    border-radius: 10px;
}

#agenda-filters p{
    font-size:14px;
    font-weight:700;
}

.period-btn{
    background-color: #00000090 !important;
    color: #FFF !important;
    border: 1px solid #ffffff30 !important;
    padding: 5px 10px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 100px;
    transition: background-color 0.3s;
    margin: 10px 1px;
}
   
#agenda-section-list::-webkit-scrollbar {
    width: 8px;  /* Largeur de la scrollbar */
}

#agenda-section-list::-webkit-scrollbar-track {
    background: transparent; /* Fond de la piste de la scrollbar */
}

#agenda-section-list::-webkit-scrollbar-thumb {
    background-color: #888; /* Couleur de la poignée */
    border-radius: 4px;     /* Arrondir la poignée */
    border: 2px solid transparent; /* Espace autour de la poignée */
    background-clip: content-box; /* Pour afficher la bordure */
}

.btn-filt-active {
    background-color: #361082db !important;
}


/* Avis */
.avis-card{
    height: auto;
    background: #0601108c;
    border: 1px solid #95959554;
    border-radius: 15px;
    margin: 12px 10px;
}

.avis-card-reponse{
    height: auto;
    background: #2b04788c;
    border: 1px solid #be71e354;
    border-radius: 0px 0px 15px 15px;
    margin: 12px 12px 12px 30px;
}

.avis-header, .avis-body, .avis-message{
    padding:10px;
}
.avis-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.avis-note-zone{
    display:flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.avis-note{
    margin:0 5px !important;
    font-size: 12px !important;
}

.avis-titre{
    font-size: 16px;
    font-weight: 600;
}

.avis-message{
    font-size:14px;
}
.etoile-jaune{
    color:rgb(250, 187, 5);
}
.avis-user{
    font-size: 15px !important;
}
#avis-disclaimer{
    padding: 10px;
    border-radius: 10px;
    background: #000;
    margin:10px;
}
#avis-disclaimer p{
font-size:12px;
font-weight: 600;
}
.sep-line-avis{
    color: #FFFFFF;
    margin:0 !important;
}
.btn-ecrire-avis{
    width:100%;
}
#avis-verif{
    padding: 10px;
    display: flex;
    align-items: center;
}

.eta-logo-avis{
    width:40px;
    height:40px;
    border-radius:100%;
}
.avis-etazone{
    display: flex;
    align-items: center;
    flex-direction: column;
}
.avis-form-input{
    border-radius: 10px;
    color: #1f1f1f;
    font-size: 16px;
    height: 40px;
    margin: 1px 1px 0 1px;
    padding: 13px 15px;
    text-align: left;
    width: 100%;
    border: none;
}

.avis-form-textarea{
    font-size: 16px;
    width: 100%;
    border-radius: 10px;
    height: 100px;
    padding: 10px
}

.avis-justify-zone{
    margin:10px 0px;
    padding: 10px;
    background:#00000050;
    border-radius:10px;
    border:1px solid #FFFFFF;
}
.avis-info{
    color:#FFFFFF;
}

.avis-success-icon{
    color:#FFF;
    font-size: 60px;
}

input[type="file"].avis-file {
  outline: none;
  padding: 4px;
  margin: -4px;
}

input[type="file"].avis-file:focus-within::file-selector-button,
input[type="file"].avis-file:focus::file-selector-button {
  outline: 2px solid #0964b0;
  outline-offset: 2px;
}

input[type="file"].avis-file::before {
  top: 16px;
}

input[type="file"].avis-file::after {
  top: 14px;
}

/* ------- From Step 2 ------- */

input[type="file"].avis-file {
  position: relative;
}

input[type="file"].avis-file::file-selector-button {
  width: 136px;
  color: transparent;
}

/* Faked label styles and icon */
input[type="file"].avis-file::before {
  position: absolute;
  pointer-events: none;
  left: 40px;
  color: #0964b0;
  content: "Ticket";
}

input[type="file"].avis-file::after {
  position: absolute;
  pointer-events: none;
  left: 16px;
  height: 20px;
  width: 20px;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%230964B0'%3E%3Cpath d='M18 15v3H6v-3H4v3c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2v-3h-2zM7 9l1.41 1.41L11 7.83V16h2V7.83l2.59 2.58L17 9l-5-5-5 5z'/%3E%3C/svg%3E");
}

/* ------- From Step 1 ------- */

/* file upload button */
input[type="file"].avis-file::file-selector-button {
  border-radius: 10px;
  padding: 0 16px;
  height: 40px;
  width:100%;
  cursor: pointer;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.16);
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05);
  margin-right: 16px;
  transition: background-color 200ms;
}

/* file upload button hover state */
input[type="file"].avis-file::file-selector-button:hover {
  background-color: #f3f4f6;
}

/* file upload button active state */
input[type="file"].avis-file::file-selector-button:active {
  background-color: #e5e7eb;
}

#avis-note{
    min-width: 100px;
    max-width: 130px;
    margin: 0 auto;
    background: #0000008c;
    border-radius:50px;
    filter:blur (10px);
    border: 1px solid #ffffff30 !important;
    padding: 5px;
    backdrop-filter: blur(6px);
}
.avisnote{
    display: flex;
    justify-content: center;
    align-items: center;
}

.mtop100{
    margin-top: 100px;
}

.community-block{
    width: calc(100% - 20px);
    min-height: 45px;
    background: #7d5f009c;
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(5px);
    border-radius: 20px;
    border: 1px solid #7d5f00db;
    margin: 10px auto;
    padding: 10px;
    flex-direction: column;
}
.iconmargin{
    margin: 0px 5px;
}
.community-block p{
    font-size:15px;
}
p.city-moments-published{
    margin:20px 10px !important;
}

@media screen and (max-width:768px){

    #map {
        width: 100%;
        height: 100dvh;
    }

    .nomob{
        display:none !important;
    }

    .mob{
        display:block !important;
    }

    .maplibregl-ctrl-attrib-inner {
        display: none;
    }

    .attribution-btn{
        display:block;
        bottom:0px;
        position:absolute;
        right:0px;
    }
    .mtop100{
        margin-top: 30px;
    }

    .t-mobile{
        display: flex;

    }

    .search-container{
        width: calc(100% - 20vw);
        left:0px;
        top:10px;
    }

    .maplibregl-ctrl-attrib.maplibregl-compact{
        background-color: #ffffffb0;
        backdrop-filter: blur(6px);
        -webkit-backdrop-filter: blur(6px);
    }
    .maplibregl-ctrl-top-right{
        bottom: 65px !important;
    }
    .controlmapgeo{
        bottom: 175px;
        height: 45px;
        width: 45px;
        display: flex;
        justify-content: center;
        z-index:998;
        flex-direction: row;
    }
    .controlmap{
        bottom: 230px;
        right: 9px;
        z-index:998;
    }
    .btn-loginmob{
        background: #361774b0 !important;
        color: #FFF !important;
        font-weight: 600;
        width: 45px;
        height: 45px;
        border-radius: 50% !important;
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
    }
    .logo-pixxle-me {
        width: 27px;
        margin: 2px -5px;
    }
    .user-zone-map{
        right: 0px;
        top: 21px;
        margin: 5px;
        display: block;
        position: absolute;
        z-index: 9999;
    }
    .user-zone-avatar{
        z-index: 2001;
    }
    .route-modal, .favorites-modal{
        width: calc(100dvw - 20px);
        max-width: 397px;
        top: 90px;
        z-index: 9999;
    }
    .maplibregl-ctrl-bottom-left{
        left:20vw;
    }
    
    .logoplace {
        display: block;
        position: absolute;
        bottom: 0px;
        margin: 5px;
        z-index: 1;
    }
    .loginzone-nl{
        flex-direction: column-reverse;
        align-items: center;
        row-gap: 10px;
    }
    .btn-setting{
        height: 45px;
        width: 45px;
    }

    .btn-setting i{
        font-size: 20px;
    }
    .lang-nl{
        top:60px !important;
    }

    .business-details{
        height: 87dvh;
        border-radius: 10px 10px 0 0;
        bottom: 0px;
        margin: 0px 10px;
        width: 95vw;
        z-index: 9999;
        top: inherit;
    }
    .business-details.embed-compact{
        top: 10px;
        bottom: auto;
        margin: 0;
        width: calc(100vw - 20px);
        height: auto;
        border-radius: 16px;
        z-index: 9998;
    }
    .close-details{
        top: 20px;
        right:0px;
    }
    .maplibregl-ctrl-bottom-left{bottom:0px;}

    .route-info{
        width: calc(100% - 20px);
        bottom:40px;
        z-index: 10000;
        overflow-y: auto;
        scrollbar-width: none;
        top: inherit;
        height:200px;
    }

}
