/* Body */
body {
    margin: 0;
    padding: 0;
    font-family: 'inter', sans-serif;
}
/* nav */
.navbar-toggler{
    border: none!important;
}
.navbar-toggler:focus {
    box-shadow: none;
}
.bg-body-tertiary{
    background-color: #fff!important;
}
.dropdown-menu{
    border: none;
}
.nav-link.dropdown-toggle{
    color: #000;
}
.nav-link {
    color: #000;
}
.header-social .bi{
    color: #000;
}

.navbar-nav.d-none.d-lg-flex .nav-link {
    color: #000;
}
  
.navbar-nav.d-none.d-lg-flex .nav-link.active {
    color: #000;
    font-weight: bold;
}
.navbar {
    transition: top 0.3s ease;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}



/* Bouton "Retour en haut" */
.scroll-top-btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background-color: transparent;
    color: #d3d828;
    border: none;
    z-index: 1000;
}
.scroll-top-btn i {
    font-size: 40px;
}

/* Media Queries */

@media (min-width: 992px) {
 
    .navbar-collapse {
        display: flex; 
        align-items: center;
    }
    .header-social {
        display: flex; 
        margin-left: 20px;
    }
    .header-social a {
        margin-left: 10px; 
        color: black;
        text-decoration: none;
        font-size: 20px;
    }

    

}