.elementor-114 .elementor-element.elementor-element-a416058{--display:flex;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-d52641d *//* Container principal flottant */
.custom-nav-wrapper {
    display: flex;
    justify-content: center;
    padding: 20px;
    font-family: 'Inter', sans-serif; /* Assurez-vous que cette police est chargée */
}

.custom-nav-container {
    display: flex;
    align-items: center;
    background: #ffffff;
    padding: 10px 30px;
    border-radius: 100px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    width: fit-content;
    gap: 40px;
}

/* Logo */
.nav-logo {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #000;
    font-weight: 800;
    font-size: 18px;
    gap: 10px;
}

/* Menu de navigation */
.nav-links {
    list-style: none;
    display: flex;
    gap: 25px;
    margin: 0;
    padding: 0;
}

.nav-links a {
    text-decoration: none;
    color: #888;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
    transition: 0.3s;
    position: relative;
    padding-bottom: 5px;
}

.nav-links a:hover, .nav-links a.active {
    color: #000;
}

/* Ligne verte sous le lien actif (comme sur la capture) */
.nav-links a.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #4ade80; /* Vert Otolab */
}

/* Bouton noir */
.cta-button {
    background: #000;
    color: #fff !important;
    padding: 12px 25px;
    border-radius: 100px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: transform 0.2s;
}

.cta-button:hover {
    transform: scale(1.05);
}/* End custom CSS */