.modal-header.bg-green{
    background-color: #20adbb !important;
}
.anchorActive{
    text-decoration: underline;
    color: #c0421d;
}
.anchorNotActive{
    text-decoration: none;
    color: #5b5b5b;
}
.searchDirectory-searchObj68958fd0f9c8750f2654b02f .footerSearchContainer{
    display: none;
}
.panel-title:hover,
.btn-filters-select.active,
button.accordion-row:hover{
    color: #20adbb;
}
.showHide-filters-xs{
    background: linear-gradient(to right, #43c6b9 0%, #2aa9c9 50%, #1f8fd1 100%) !important;
    color: white;
    border-color: transparent;
    border: none;
}
#btnHideFilter{
    background: white !important;
    color: #20adbb;
}
.filter-alias.searchBar-filters span.main-search-bar-addon {
    color: #20adbb !important;
}
.filter-alias.searchBar-filters input.alias-main-search-bar {
    border: 1px solid #20adbb !important;
}
div.panel-heading.accordion-bg-hover.active::before{
        background-color: #20adbb;
}
.cosDyn-buttonList.active {
    color: #cc5720;
    text-decoration: none;
}
.card-answer-ssbe {
    width: 33%;
    padding: 8px;
}
.mapWithDirectory .card-answer-ssbe {
    width: 100%;
}
.contain-map-split.active {
    display: block !important;
    width: 70% !important;
}
.ssbe-card-header h2{
    color: white !important;
}
.anwserListCard .btn-delete-answer {
    position: absolute;
    top: 0px;
    right: 0px;
    display: none;
    background-color: red;
    height: 25px;
    color: white;
}
.leaflet-container a:hover {
    text-decoration: none;
}
.leaflet-container a {
    color: inherit !important;
}
.leaflet-popup-content p.addresse,
.leaflet-popup-content p.type{
    color: #18405d !important;
    font-size: 14px;
    margin-bottom: 16px !important;
}
.leaflet-popup-content .btn-show:active,
.leaflet-popup-content .btn-show:focus,
.leaflet-popup-content .btn-show:hover,
.leaflet-popup-content .btn-show{
    background: #f0b139;
    border: none;
    margin-top: 5px;
    color: white !important;
}
.leaflet-popup-content p{
    color: #43c6b9 !important;
    margin: 0px !important;
}
.changeViews{
    margin-right: 2px;
    color: #18405d !important;
    font-size: 14px;
    border-radius: 50px;
    padding: 7px 10px;
    border: 1px solid white;
}
.changeViews .fa{
    border: none;
    border-radius: 0;
    font-size: 14px;
    color: #18405d !important;
    background: transparent;
}
.changeViews.active ,
.changeViews:focus {
    text-decoration: none;
    color: white !important; 
    background: #48b5bd;
    border: 1px solid #48b5bd;

}
.changeViews:hover ,
.headerSearchright .btn-info:hover{
    text-decoration: none;
    color: white !important; 
    background: #f0b139;
    border : 1px solid #f0b139;
}
.changeViews.active .fa ,
.changeViews:hover .fa {
    background-color: transparent;
    color: white !important;
}
.headerSearchright .btn-info{
    border-radius: 8px;
    border: none;
    border-radius: 50px;
    border: 1px solid transparent;
    background: transparent;
    padding: 6px 10px;
    color: #18405d !important;
    margin-top: -3px;
}
#filterContainerssearchObj68958fd0f9c8750f2654b02f #filterContainerInside{ 
    border-radius: 60px;
    padding: 10px;
    background-color: #E8F4F8;
    margin-bottom: 20px;
    border: 1px solid #48b5bd;
}
#filterContainerParentsearchObj68958fd0f9c8750f2654b02f,
#searchBodyContainersearchObj68958fd0f9c8750f2654b02f,
.headerSearchIncommunitysearchObj68958fd0f9c8750f2654b02f>div{
    padding: 0 !important;
}
#filterContainer .dropdown .dropdown-menu button:hover, 
#filterContainer .dropdown .dropdown-menu button.active, 
.searchObjCSS .dropdown .dropdown-menu button:hover,
.searchObjCSS .dropdown .dropdown-menu button.active{
    background-color: #f0b139;
}
.ssbe-org-icon .avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #0ea5e9;
    transition: border-color 0.3s ease;
}
.leaflet-popup-content .ssbe-org-title,
.leaflet-popup-content .ssbe-org-name{
    color: #18405d !important;
}
.leaflet-popup-content .ssbe-card-footer{
    align-items: start;
    justify-content: left;
}
#activeFilters .filters-activate {
    background-color: #e05b30 !important;
    border-radius: 50px !important;
}

/* POI SSBE DIRECTORY CARD CSS DESIGN - Optimized with SSBE Brand Colors */
/* === SSBE POI — Sport Santé Bien-Être === */
:root {
  --ssbe-poi-bg: #f7fbfb;
  --ssbe-poi-fg: #1b2a3a;
  --ssbe-poi-card: #ffffff;
  --ssbe-poi-muted: #6b7c8c;
  --ssbe-poi-muted-bg: #f1f5f6;
  --ssbe-poi-border: #e2eaec;
  --ssbe-poi-primary: #2aa39b;
  --ssbe-poi-primary-dark: #1f7d77;
  --ssbe-poi-teal-light: #e6f5f4;
  --ssbe-poi-success: #2f9e6b;
  --ssbe-poi-success-light: #e3f5ec;
  --ssbe-poi-radius: 12px;
  --ssbe-poi-shadow: 0 1px 2px rgba(20,40,60,.04);
  --ssbe-poi-shadow-hover: 0 8px 24px rgba(20,40,60,.08);
}

.ssbe-poi-app { min-height: 100vh; }

.ssbe-poi-header {
  background: var(--ssbe-poi-card);
  border-bottom: 1px solid var(--ssbe-poi-border);
}
.ssbe-poi-header-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px 16px;
}
.ssbe-poi-back {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: var(--ssbe-poi-muted);
  text-decoration: none;
  margin-bottom: 12px;
  transition: color .2s;
}
.ssbe-poi-back:hover { color: var(--ssbe-poi-fg); }
.ssbe-poi-title {
  margin: 0;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.ssbe-poi-subtitle {
  margin: 8px 0 0;
  color: var(--ssbe-poi-muted);
  font-size: 14px;
}

.ssbe-poi-main {
  max-width: 1200px;
  margin: 0 auto;
  padding: 32px 16px;
}
.ssbe-poi-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media (min-width: 768px) {
  .ssbe-poi-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1024px) {
  .ssbe-poi-grid { grid-template-columns: repeat(3, 1fr); }
}

/* Card */
.ssbe-poi-card-container {
  margin-bottom: 10px !important;
}

.ssbe-poi-card {
  display: flex;
  flex-direction: column;
  background: var(--ssbe-poi-card);
  border: 1px solid var(--ssbe-poi-border);
  border-left: 4px solid var(--ssbe-poi-primary);
  border-radius: var(--ssbe-poi-radius);
  overflow: hidden;
  box-shadow: var(--ssbe-poi-shadow);
  transition: box-shadow .2s;
  width: 100%;
}
.ssbe-poi-card:hover { box-shadow: var(--ssbe-poi-shadow-hover); }

.ssbe-poi-card-header {
  padding: 16px 16px 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.ssbe-poi-card-top {
  display: flex;
  align-items: center;
  gap: 12px;
}
.ssbe-poi-avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  box-shadow: 0 0 0 2px rgba(42,163,155,.2);
  background: var(--ssbe-poi-teal-light);
}
.ssbe-poi-card-name-wrap { flex: 1; min-width: 0; }
.ssbe-poi-card-name {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ssbe-poi-card-category {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 4px;
  font-size: 12px;
  color: var(--ssbe-poi-muted);
}
.ssbe-poi-card-category span {
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.ssbe-poi-badge-valid {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 3px 8px;
  background: var(--ssbe-poi-success-light);
  color: var(--ssbe-poi-success);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 500;
}
.ssbe-poi-installation {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: var(--ssbe-poi-primary);
  font-weight: 700;
}
.ssbe-poi-installation span {
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}

.ssbe-poi-separator {
  height: 1px;
  background: var(--ssbe-poi-border);
}

.ssbe-poi-card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px;
}
.ssbe-poi-address {
  display: flex;
  gap: 10px;
  background: rgba(230,245,244,.6);
  padding: 10px;
  border-radius: 8px;
}
.ssbe-poi-address .fa {
  color: var(--ssbe-poi-primary);
  margin-top: 2px;
  flex-shrink: 0;
}
.ssbe-poi-address-text { font-size: 12px; min-width: 0; flex: 1; }
.ssbe-poi-address-street {
  margin: 0;
  font-weight: 500;
  color: var(--ssbe-poi-fg);
  font-size: 12px;
}
.ssbe-poi-address-city {
  margin: 2px 0 0;
  color: var(--ssbe-poi-muted);
  font-size: 12px;
}

.ssbe-poi-features-label {
  margin: 0 0 8px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: var(--ssbe-poi-muted);
}
.ssbe-poi-features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px;
}
.ssbe-poi-feature {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 8px;
  border: 1px solid var(--ssbe-poi-border);
  border-radius: 6px;
  font-size: 12px;
  background: rgba(241,245,246,.4);
  color: rgba(107,124,140,.5);
  text-decoration: line-through;
}
.ssbe-poi-feature.ssbe-poi-feature-active {
  background: var(--ssbe-poi-teal-light);
  border-color: rgba(42,163,155,.2);
  color: var(--ssbe-poi-primary);
  text-decoration: none;
}
.ssbe-poi-feature .fa { flex-shrink: 0; font-size: 13px; }
.ssbe-poi-feature span {
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}

.ssbe-poi-card-footer {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 12px 0;
  border-top: 1px solid var(--ssbe-poi-border);
  font-size: 12px;
  color: var(--ssbe-poi-muted);
}
.ssbe-poi-date {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.ssbe-poi-years {
  background: var(--ssbe-poi-muted-bg);
  padding: 2px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 500;
}

.form-group.statusFileuploader .qq-uploader, .form-group.recepisseDeclarationuploader .qq-uploader, .form-group.responsableCivileProuploader .qq-uploader {
    min-height: 70px !important;
}
@media (max-width:767px){
   
    .menu-app-btn-menuApp > a{
        display: inline-block !important;
    }

    .menu-app-btn-menuApp > a:first-of-type{
        width: 70%;
    }

    .menu-app-btn-menuApp > a:last-of-type i{
        font-size: 20px;
        font-weight: bold;

    }
    .menu-app-btn-menuApp > a:last-of-type{
        width: 20%;
    }
}

#menuTopLeft .xsMenu.menu-xs-cplx .dropdown  .dropdown-menu.show{
	display: contents !important;
}

.cosDyn-app .dropdown-menu::after{    
  border-bottom: 12px none #ccc;
  border-right: 12px none transparent;

}
.cosDyn-app .dropdown-menu::before{    
  border-bottom: 10px solid #fff;
  border-right: 10px solid transparent;
}
.cosDyn-app .dropdown-menu{
  top : 60% !important;
  margin-top: 15px !important;
}
.cosDyn-app .tools-dropdown{
  display: inline-block;
}

/* ssbe timeline view */
.ssbe-timeline-container { max-width:1100px; margin:0 auto; }

.ssbe-timeline-page-header {
    display:flex; justify-content:space-between; align-items:center;
    margin-bottom:40px; flex-wrap:wrap; gap:12px;
}
.ssbe-timeline-page-header h1 { font-size:24px; color:#0f172a; font-weight:700; }
.ssbe-timeline-page-header h1 i { color:#3b82f6; margin-right:10px; }
.ssbe-timeline-header-actions { display:flex; gap:10px; align-items:center; }
.ssbe-timeline-count-badge {
    background:#3b82f6; color:#fff;
    padding:6px 16px; border-radius:20px; font-size:13px; font-weight:600;
}
.ssbe-timeline-view-switch a {
    background:#fff; color:#475569; padding:6px 14px;
    border-radius:20px; font-size:13px; font-weight:600;
    text-decoration:none; border:1px solid #e2e8f0;
    transition:all .2s;
}
.ssbe-timeline-view-switch a:hover { border-color:#3b82f6; color:#3b82f6; }

/* TIMELINE */
.ssbe-timeline {
    position:relative; padding:20px 0;
}
.ssbe-timeline::before {
    content:''; position:absolute; left:50%; top:0; bottom:0;
    width:2px; transform:translateX(-50%);
    background:#cbd5e1;
}

.ssbe-timeline-item {
    position:relative; width:50%; padding:14px 40px;
    opacity:0; transform:translateY(15px);
    animation:ssbeTimelineFadeUp .5s ease forwards;
}
@keyframes ssbeTimelineFadeUp { to { opacity:1; transform:translateY(0); } }
.ssbe-timeline-item:nth-child(odd) { left:0; padding-right:50px; }
.ssbe-timeline-item:nth-child(even) { left:50%; padding-left:50px; }

.ssbe-timeline-item .ssbe-timeline-dot {
    position:absolute; top:50%; margin-top:-7px;
    width:14px; height:14px; border-radius:50%;
    background:#3b82f6;
    border:3px solid #eef1f5;
    box-shadow:0 0 0 1px #3b82f6;
    z-index:2;
}
.ssbe-timeline-item:nth-child(odd) .ssbe-timeline-dot { right:-7px; }
.ssbe-timeline-item:nth-child(even) .ssbe-timeline-dot { left:-7px; }
.ssbe-timeline-item:hover .ssbe-timeline-dot { transform:scale(1.25); transition:all .2s; }

/* Card with content + date side-by-side */
.ssbe-timeline-card {
    background:#fff; border-radius:8px; overflow:hidden;
    box-shadow:0 2px 6px rgba(15,23,42,.06);
    cursor:pointer; transition:all .25s ease;
    display:flex; min-height:110px;
    border:1px solid #e2e8f0;
}
.ssbe-timeline-card:hover {
    transform:translateY(-2px);
    box-shadow:0 12px 24px rgba(15,23,42,.12);
    border-color:#3b82f6;
}

.ssbe-timeline-card-main {
    flex:1; padding:16px 18px;
    display:flex; gap:14px; align-items:flex-start;
    min-width:0;
}
.ssbe-timeline-card-thumb {
    flex-shrink:0; width:100px; height:100px; border-radius:8px;
    background:linear-gradient(135deg,#3b82f6,#6366f1);
    overflow:hidden; display:flex; align-items:center; justify-content:center;
    color:#fff; font-size:22px;
}
.ssbe-timeline-card-thumb img { width:100%; height:100%; object-fit:cover; }
.ssbe-timeline-card-content { flex:1; min-width:0; }
.ssbe-timeline-card-title {
    font-size:15px; font-weight:700; color:#0f172a;
    margin-bottom:4px; line-height:1.35;
    display:-webkit-box; -webkit-line-clamp:1;
    -webkit-box-orient:vertical; overflow:hidden;
}
.ssbe-timeline-card-desc {
    font-size:12.5px; color:#64748b; line-height:1.5;
    margin-bottom:6px;
    display:-webkit-box; -webkit-line-clamp:2;
    -webkit-box-orient:vertical; overflow:hidden;
}
.ssbe-timeline-card-meta-row {
    display:flex; flex-wrap:wrap; gap:10px;
    font-size:11.5px; color:#64748b; margin-top:6px;
}
.ssbe-timeline-card-meta-row span i { color:#3b82f6; margin-right:4px; }
.ssbe-timeline-card-type {
    display:inline-block; background:#eff6ff; color:#1d4ed8;
    font-size:10px; font-weight:700; text-transform:uppercase;
    letter-spacing:.5px; padding:2px 8px; border-radius:10px;
    margin-bottom:6px;
}

/* Right date column */
.ssbe-timeline-card-date {
    flex-shrink:0; width:78px;
    background:#f8fafc;
    border-left:1px solid #e2e8f0;
    display:flex; flex-direction:column; align-items:center; justify-content:center;
    padding:10px 6px; text-align:center;
}
.ssbe-timeline-card-date .ssbe-timeline-month {
    font-size:11px; color:#64748b; text-transform:uppercase;
    font-weight:600; letter-spacing:.5px;
}
.ssbe-timeline-card-date .ssbe-timeline-day {
    font-size:26px; font-weight:700; color:#0f172a;
    line-height:1.1; margin:2px 0;
}
.ssbe-timeline-card-date .ssbe-timeline-year { font-size:11px; color:#94a3b8; font-weight:500; }
.ssbe-timeline-card-date.ssbe-timeline-no-date .ssbe-timeline-day { font-size:14px; color:#94a3b8; }

.ssbe-timeline-empty {
    text-align:center; padding:60px; color:#94a3b8;
}
.ssbe-timeline-empty i { font-size:48px; margin-bottom:12px; color:#cbd5e1; }

/* RESPONSIVE — mobile : timeline à gauche */
@media (max-width:768px) {
    .ssbe-timeline::before { left:14px; }
    .ssbe-timeline-item,
    .ssbe-timeline-item:nth-child(odd),
    .ssbe-timeline-item:nth-child(even) {
        width:100%; left:0; padding:10px 0 10px 40px;
    }
    .ssbe-timeline-item:nth-child(odd) .ssbe-timeline-dot,
    .ssbe-timeline-item:nth-child(even) .ssbe-timeline-dot { left:7px; right:auto; }
    .ssbe-timeline-card-date { width:64px; }
    .ssbe-timeline-card-thumb { width:52px; height:52px; }
}
.login-email-container #div-to-register{
    display: none;
}
#modalRegister .form-control, #modalForgot .form-control, #modalLogin .form-control {
    appearance: none;
    -webkit-appearance: none;
    border: 2px solid #d1d5db;
    border-radius: 12px; 
    width: 100%;
    font-size: 15px;
    background: #fff;
    outline: none;
    transition: box-shadow .15s ease, transform .15s ease;
}
#modalLogin .form-control:focus, #modalRegister .form-control:focus, #modalForgot .form-control:focus, #modalLogin .form-control:focus-visible, #modalForgot .form-control:focus-visible, #modalRegister .form-control:focus-visible {
    box-shadow: 0 0 0 calc(2px) #48b5bd, 0 0 0 calc(1px) #fff;
}
#modalRegister .fa-check:before{
    content: "✓";
    position: absolute;
    color: white;
    font-size: 15px;
    top: -1px;
    left: 0px;
}
#modalRegister .checkbox-content .cr{
    appearance: none;
    border: 2px solid #48b5bd;
    border-radius: 10px;
    margin: 0;
    /* padding-top: 14px; */
    position: relative;
    cursor: pointer;
    transition: all 0.1s ease;
}
#modalRegister .createBtn, #modalLogin .btnRegister, #modalForgot .forgotBtn, #modalLogin .loginBtn {
    background-color: #48b5bd;
    color: white !important;
    font-size: 18px;
    border: 1px solid #48b5bd !important;
}
a[data-target="#modalForgot"] {
    border: 1px solid #e05b30;
}
.text-center a[data-target="#modalRegister"] {
    display: none;
}