@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

body {
    font-family: 'Poppins', sans-serif!important;
}

.wave-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.card-hover:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.transition-all {
    transition: all 0.3s ease;
}

@media (min-width: 993px) {
    #navbarNav {
        visibility : visible !important;
    }
}

.nav-link {
    margin-left: 1.2rem!important;
    margin-right: 1.2rem!important;
}

.nav-link:hover {
    border-bottom: 3px solid gray;
    padding-bottom: 10px;
    width: fit-content;
}

.nav-link.active {
    border-bottom: 3px solid RGB(59 130 246);
    width: fit-content;
    padding-bottom: 10px;
}
@media (min-width: 993px) {
    #nav_container{
        line-height: 1rem;
        height: 4rem;
        width: 90%;
        margin-left: auto;
        margin-right: auto;  
    }
}

@media (min-width: 1024px) {
    #div_image_1{
        width: 50%;
        right: 0px;
        top: 0px;
        bottom: 0px;
        position: absolute;  
    }
}

#ocean_div {
    @media (min-width: 640px) {
        padding-bottom: 4rem;
    }
    @media (min-width: 768px) {
        padding-bottom: 5rem;
    }
    @media (min-width: 1024px) {
        padding-bottom: 7rem!important;
        max-width: 42rem;
        width: 100%;
    }
    @media (min-width: 1280px) {
        padding-bottom: 8rem!important;
    }
    z-index: 10;
    padding-bottom: 2rem;
    
}

#main {
    @media (min-width: 640px) {
               padding-left: 1.5rem!important;
        padding-right: 1.5rem!important;
        margin-top: 3rem;
    }
    @media (min-width: 768px) {
       margin-top: 4rem!important;
    }
    @media (min-width: 1024px) {
        padding-left: 2rem!important;
        padding-right: 2rem!important;
                margin-top: 5rem!important;
    }
    @media (min-width: 1280px) {
        margin-top: 7rem!important;
    }
    max-width: 80rem;
    margin-top: 2.5rem; 
}

#text_ocean {
    @media (min-width: 640px) {
        text-align: center!important;
    }
    @media (min-width: 1024px) {
        text-align: left!important;
    }
   
}

#text_h1 {
    @media (min-width: 640px) {
                    font-size: 3rem;
        line-height: 1;
    }
    @media (min-width: 768px) {
       font-size: 3.75rem;
        line-height: 1;
    }
    @media (min-width: 1024px) {
        
    }
    @media (min-width: 1280px) {
        
    }

}
.text-gray-900 {
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.tracking-tight {
    letter-spacing: -0.025em;
}

.font-extrabold {
    font-weight: 800;
}

.text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
}

.text-gray-500 {
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.text-base {
    font-size: 1rem;
    line-height: 1.5rem;
}

.connexion, .inscription, .dash_nav {
    @media (max-width: 450px) {
        display: none!important;
    }
}

#bi_connexion, #bi_inscription, #bi_dash {
    @media (max-width: 450px) {
        display: block!important;
    }
}

.bg-blue-gradient {
    background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
}

.benefit-card {
    transition: all 0.3s ease;
}

.benefit-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.login-container {
    max-width: 500px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* Style pour le forum */

.category-chip {
    transition: all 0.3s ease;
}

.category-chip:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.thread-card {
    transition: all 0.3s ease;
}

.thread-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}

.active-filter {
    border-bottom: 3px solid #3b82f6;
}

/* Style pour le sidebar */

.sidebar {
    min-height: 80vh;
    background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
    color: white;
}

.sidebar-link {
    color: rgba(255, 255, 255, 0.8);
    transition: all 0.3s;
}

.sidebar-link:hover,
.sidebar-link.active {
    color: white;
    background-color: rgba(255, 255, 255, 0.1);
}

.card-stat {
    transition: all 0.3s;
}

.card-stat:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.chart-container {
    height: 250px;
}

.notification-dot {
    width: 10px;
    height: 10px;
    background-color: #ef4444;
    border-radius: 50%;
    display: inline-block;
}

/* Style pour le forum */

.category-chip {
    transition: all 0.3s ease;
}

.category-chip:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.thread-card {
    transition: all 0.3s ease;
}

.thread-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}

.active-filter {
    border-bottom: 3px solid #3b82f6;
}


