.bg-transp {
    background-color: transparent !important;
}

.navbar {
    display: flex !important;
    align-items: center;
    justify-content: space-between !important;
}

.navbar .navbar-brand img {
    width: 200px;
    height: 71px;
    flex-shrink: 0;
    object-fit: contain;
}

.navbar .navbar-nav .nav-link {
    color: var(--Primary-primary-700, #A68F92);

    /* Title2 Bold */
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 22.4px */
}

.navbar .navbar-nav .nav-link.active {
    font-weight: 700;
}


.navbar .navbar-nav {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 10px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    border-bottom: 2px solid #CCB9A5;
}

.navbar-toggler {
    border: none;
    box-shadow: none !important;
    margin-right: 10px;
}

@media(max-width:992px) {
    .navbar .navbar-brand {
        margin-right: 0px !important;
    }

    .navbar .navbar-brand img {
        width: 100px;
        height: 71px;
    }

    .navbar .navbar-nav .nav-link {
        font-size: 15px;
    }

    .navbar .navbar-nav {
        padding-left: 0px;
        padding-right: 0px;
        background-color: transparent;
        width: calc(100% - 110px);
        margin-bottom: 30px !important;
    }

    .navbar .offcanvas-body {
        display: block !important;
    }
}

@media(max-width:768px) {
    .navbar .navbar-nav .nav-link {
        font-size: 14px;
    }
}
@media(max-width:768px) {
    .navbar .navbar-nav .nav-link {
        font-size: 12px;
    }
}
.notif {
    position: relative;
    margin-right: 10px;
}

.notif .badge {
    background-color: #CCB9A5;
    opacity: 0.7;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--Primary-primary-50, #695E44);
    text-align: center;
    font-family: Optima;
    font-size: 8px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    /* 11.2px */
    position: absolute;
    top: 0;
    right: 0;
}

.panierSide {
    position: fixed;
    bottom: 30px;
    right: 30px;
    padding: 0xp 0px;
    border-radius: 50%;
    z-index: 9999;
}

.btn-panier {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #8C7D5B;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border: 2px solid #8C7D5B;
}

.btn-panier .badge {
    border: 2px solid #8C7D5B;
    background-color: #fff;
    opacity: 1;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--Primary-primary-50, #8C7D5B);
    text-align: center;
    font-family: Optima;
    font-size: 8px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    position: absolute;
    top: -5px;
    right: 0;
}