.card-hover .card-img-overlay {
    opacity: 0;
    transition: opacity .3s ease-in-out;
    z-index: 5;
}

.bg-light {
    --bs-bg-opacity: 1;
    background-color: #f7f4ef !important;
}

.card-hover:hover .card-img-overlay {
    opacity: 1;
}

.opacity-35 {
    opacity: .35 !important;
}

.fs-lg {
    font-size: 1.125rem !important;
}

.fs-sm {
    font-size: .875rem !important;
}

.post-content ul {
	margin-left: 20px;
}    

.eapp-click-to-call-button-component {
	margin-bottom:120px;
}

.card-hover .slide-up {
	    transition: transform .2s ease-in-out, border-color .2s ease-in-out, background-color .2s ease-in-out, box-shadow .2s ease-in-out;
}

.card-hover:hover .slide-up {
	transform: translateY(-.25rem);
}

section.bg-light {
        padding: 3em 2em 2em;
    border-radius: 8px;
    /*margin-bottom: 20px;*/
}



.btn-grad:hover {
    color: #ffffff;
    background-position: left bottom;
}

.sidebar__inner .widget.liste .nav-link.active {
    color:#4d8d7d;
}

.widget.site-web-menu-v.liste {
    margin-bottom:25px;
}

.include-encart {
    border-radius: 6px;
    background: linear-gradient(280deg, #008060 0%, #035a4b 100%);
}

.include-encart  i {
    color: #b2d8cf !important;
}

.marker-cluster div {
    width: 30px;
    height: 30px;
    margin-left: 5px;
    margin-top: 5px;
    text-align: center;
    border-radius: 15px;
    color: #fff;
}

.marker-cluster span {
    line-height: 30px;
}

.include-avis:hover {
    background:#00bd8e1a;
}





/* Cacher tous les sous-menus par défaut */
.navbar-nav .dropdown-menu {
    display: none;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    background: #fff;
    box-shadow: none;
    transition: opacity 0.2s ease;
    min-width: 200px;
    padding: 10px;
  }
  
  /* Afficher le sous-menu au survol du parent */
  .navbar-nav li.has-child:hover > .dropdown > .container > .dropdown-menu,
  .navbar-nav li.has-child:hover > .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  
  /* Position du conteneur dropdown (permet d’avoir position: absolute correct) */
  .navbar-nav .dropdown {
    position: relative;
  }
  
  /* Style facultatif pour le lien parent */
  .navbar-nav .nav-link.dropdown-toggle::after {
    content: " ?";
    font-size: 0.6em;
  }
  
  /* Pour sous-sous-menus (niveau 3 et plus, s'ils existent) */
  .dropdown-menu li.has-child {
    position: relative;
  }
  
  .dropdown-menu li.has-child:hover > .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    top: 0;
    left: 100%;
  }

  .leaflet-popup-content {
    margin: 13px 25px;
    line-height: 1.4;
}

#map1 .leaflet-popup-content a {
    color: #035a4b;
    text-decoration: underline;
}

.leaflet-top.leaflet-left {
    z-index:990;
}

.include-contact-link {
    background: #4d8d7d;
}

body.contact .include-contact-link {
    display:none;
}


.cms-accueil footer .composant-services {
    display:none;
}

body.cms-accueil footer .composant-services.grille {
    display:none;
}

aside.site-web-menu-v .nav-link.active::before {
content: "•";              /* ou "•", "?", etc. */
  margin-right: 0.5em;       /* bleu Bootstrap */
  font-weight: bold;
}

#sidebar aside.site-web-menu-v.liste {
    border-left: solid 2px #f7f4ef;
}

.eLSLLJ {
    z-index: 8 !important;
}