
.btn__ {
    background-color: rgb(0, 253, 238);
    color: rgb(19, 34, 128) !important;
    font-weight: 500;
    font-size: 16px;
    margin-top: -7px;
}

.btn__:hover {
    background-color: rgb(14, 219, 206);
}

.dropdown-toggle::after {
    display: none;
}

.nav-item {
    position: relative;
}

.dropdown-menu {
    background-color: white;
    border: none;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    left: -30px;
}

.dropdown-menu a {
    color: black;
}
.a_nav {
    text-decoration: none;
}
.nav-item:hover .dropdown-menu {
    display: block;
    margin-top: 0; /* corrige un léger décalage */
}

.nav_mobile {
    display: none;
}
.nav_ {
    display: flex;
    flex-wrap: wrap;
    gap: 180px;
    justify-content: center;
    padding: 20px;
    margin-top: -132px;
}
.mobile-menu-container {
    width: 100%;
    max-width: 100%;
    margin: 1rem auto 0;
    padding: 0;
}

.mobile-menu {
    text-align: center;
    color: #fff;
    font-size: 1.75rem; /* 28px converti en rem */
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: rgb(19, 34, 128);
    height: 1000vh;
}

.mobile-menu-item {
    padding: 0.75rem 0;
    list-style: none;
    position: relative;
    cursor: pointer;
}

.mobile-submenu {
    text-align: center;
    color: #fff;
    font-size: 1.3125rem; /* 21px converti en rem */
    list-style: none;
    padding: 0.5rem 0 0 0;
    margin: 0;
    cursor: pointer;
}

.mobile-submenu-item {
    padding: 0.5rem 0;
}

/* Pour un meilleur espacement entre les éléments */
.mobile-menu-item:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-submenu {
display: none;
padding-left: 15px;
}
.hidden{
display: none;
}

.mobile-submenu.active {
display: block;
}

.menu-header {
display: flex;
align-items: center;
cursor: pointer;
margin: 0 auto;
justify-content: center;
}

#arrow_one.rotated {
transform: rotate(180deg);
}

.logo_img {
    margin-top: -15px; 
    width: 65px;
}
.logo_text {
    color: white;
    margin-left: -45px;
}


@media (max-width: 1212px) {
.nav_web {
    display: none;
}
.nav_mobile {
    display: block;
}
.nav_ {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: -170px;
    background-color: rgb(19, 34, 128);
}

}

@media (max-width: 790px) {
    .logo_img {
        margin-top: -15px;
        width: 51px;
        margin-left: 10px;
    }
    .logo_text {
        color: #fff;
        font-size: 15px;
        margin-left: -15px;
    }
}