

@media (min-width:992px) {
    .nav-item {
        /* border-left: 1px solid black !important; */
        /* padding-left: 1rem; */
    }
    
    .nav-item:hover {
        background-color: #0dcaf0;
        color: white;
    }
    .navbar-icon {
        max-height: 50px !important;
        max-width: 300px !important;
        margin-right: 0.5rem !important;
    }
    .navbar-logo {
        max-height: 50px !important;
        max-width: 300px !important;
    }
}

@media (max-width:992px) {

    .navbar-logo {
        max-height: 50px !important;
        max-width: 125px !important;
    }

    .navbar-icon {
        max-height: 50px !important;
        max-width: 50px !important;
        margin-right: 0.5rem !important;
    }
}


div.circle-img {
    /* background-color: blue; */
    width: 150px;
    height: 150px;
    max-width: 150px;
    max-height: 150px;
    border-radius: 50%;
    background-image: url('../assets/images/seine.jpg');
    background-size: cover;
    background-position: center;
}