#spectres {}

#spectres .spectres-nav {
    max-width: 1360px;
    margin: 0 auto;
}

#spectres-menu {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
    font-weight: 500;
    font-size: 26px;
}

#spectres-menu li {
    position: relative;
}

.sub-menu {
    width: 400px;
}

#spectres-menu a {
    display: block;
    padding: 0.75rem 1rem;
    color: #fff;
    text-decoration: none;
    font-size: clamp(10px, 1.6vw, 26px);
}

#spectres-menu .submenu-toggle {
    display: none;
}

#spectres-menu li ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    flex-direction: column;
    min-width: 180px;
    margin: 0;
    padding: 0.25rem 0;
    background-color: #fff;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
    list-style: none;
    z-index: 100;
}

#spectres-menu li ul li a {
    color: #050099;
    padding: 0.5rem 1.25rem;
    font-weight: 400;
}

#spectres-menu li:hover>ul {
    display: flex;
}

body.prelude-active #spectres-menu li:hover>ul {
    display: none;
}



#spectres-menu a:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

#spectres-menu li ul li a:hover {
    background-color: #f4f4f4;
}

body.menu-active {
    overflow: hidden;
}

.entry-content img {
    width: 100% !important;
}
