/* Header */
.menu-top {
    /* height: 55px; */
    gap: 0px;
    opacity: 0px;
    background-color: #F3F4F6;
    padding: 12px 40px !important;
}

.menu-top .span-horaire {
    font-family: "Open Sans";
    font-size: 13px;
    font-weight: 600;
    line-height: 16px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #374151;
}

.menu-top .menu-left {
    gap: 5px;
}

.menu-top .menu-left a {
  font-family: "Open Sans";
    font-size: 15px;
    font-weight: 400;
    line-height: 16px;
    text-align: right;
    text-decoration: none;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #374151;
    padding-right: 10px;
    padding-left: 5px;
    border-right: 2px solid #374151;
}

.menu-top .menu-left a:last-child {
    border-right: none;
}

.menu-top .menu-left a:hover {
    color: #10B981;
    border-color: #10B981;
}

.menu-top .menu-left a i {
    font-size: 12px;
}

.menu-top .font-link {
    font-size: 14px;
    font-weight: 300;
    line-height: 16px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #10B981;
}

.navbarMain {
    background-color: #10B981 !important;
    height: 76px;
    position: relative;
}

.navbarMain img {
    /* width: 186px; */
    height: 70px !important;
    object-fit: cover;
    top: 40px;
    left: 101px;
    gap: 0px;
    opacity: 0px;

}

.navbarMain a {
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 19.41px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

}

.navbarMain a:hover {
    text-decoration: none;
    color: #ffffffb3;
}

.navbarMain input {
    max-width: 314px;
    height: 44px;
    top: 15px;
    left: 984px;
    gap: 0px;
    border-radius: 6px 0px 0px 0px;
    opacity: 0px;

}

/* ========================== */

/* Styles généraux */
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*background-color: #00a572;*/
    padding: 10px 20px;
    background:linear-gradient(to right,     #f5f5f5 0%,     #00a572 40%,     #00a572 90%);
}


.menu,
.mobile-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 15px;
}

.menu a,
.mobile-menu a {
    color: white;
    text-decoration: none;
}

.search input {
    padding: 5px;
}

.profile-icon {
    font-size: 1.5rem;
}

/* Menu desktop (visible par défaut sur grand écran) */
.menu {
    display: flex;
    align-items: center;
}

.mobile-menu {
    display: none;
    /* Caché par défaut */
    flex-direction: column;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    background-color: #10B981;
    padding: 10px 0;
    z-index: 10;
    padding: 20px;
}

/* Bouton hamburger */
.menu-toggle {
    display: none;
    /* Caché sur desktop */
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
}

.menu-toggle .bar {
    width: 25px;
    height: 3px;
    background-color: white;
}
@media (max-width: 580px) {
    .menu-top {
        padding: 15px 0px !important;
    }
    .menu-top .space-x-2{
        flex-direction: column !important;
        gap: 5px;
    }
}

@media (max-width: 911px) {
    .menu-top {
        display: flex;
        flex-direction: column;
        gap: 0px;
    }
}

/* Responsive : Afficher le menu mobile */
@media (max-width: 990px) {
    .menu {
        display: none;
        /* Cacher le menu desktop */
    }

    .menu-toggle {
        display: flex;
        /* Afficher le bouton hamburger */
    }

    .mobile-menu.active {
        display: flex;
        /* Afficher le menu mobile */
    }
}

.mobile-menu {
    opacity: 0;
    transform: translateY(-20px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.mobile-menu.active {
    opacity: 1;
    transform: translateY(0);
}

/* ========================== */



/* Footer */
.footer {
    background-color: #222;
    color: #fff;
    padding: 30px 0px;
    text-align: center;
}

.footer-container {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}

/* Logo Section */
.footer-logo {
    display: flex;
    justify-content: center;
}

.footer-logo img {
    width: 186px;
    height: 100px !important;
    top: 40px;
    left: 101px;
    gap: 0px;
    opacity: 0px;
    background-color: #10B981;
}

/* Navigation Links */
.footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.footer-links a {
    color: #fff;
    text-decoration: none;
    font-size: 0.9rem;
}

.footer-links a:hover {
    text-decoration: underline;
}

/* Social Media Icons */
.footer-social {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.footer-social .icon i {
    font-size: 20px;

}

.footer-social .icon:hover {
    color: #10B981;
}

/* Contact Section */
.footer-contact {
    text-align: center;
    font-size: 0.9rem;
    line-height: 1.5;
}

.footer-contact h3 {
    margin-bottom: 10px;
    font-size: 1.1rem;
}


.footer-contact a {
    color: #10B981;
}

.footer-contact a:hover {
    color: #10b981a9;
    text-decoration: underline;
}

/* Footer Credits */
.footer-credits {
    box-shadow: 0px 1px 0px 0px #303639 inset;

    color: #ADB7BC;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    padding-top: 24px;
}
