/*  header 1  */

header {
    position: fixed;
    z-index: 99;
    width: 100%;
    background: #1d2a57;
    padding-top: 8px;
}
.logo {
    color: aliceblue;
}
.logo span {
    font-size: 1em;
    color: rgb(247, 244, 181);
}
.logo a {
    font-size: 1.7em;
    text-decoration: none;
    color: white;
}
.navbar1 ul {
    list-style: none;
    padding-top: 1.5rem;
}
.navbar1 ul a {
    text-decoration: none;
}
.mini-nav {
    display: flex;
    position: relative;
    padding: 10px;
    bottom: 5px;
}
.icons-shop-profil {
    display: none;
}
.mini-nav li {
    margin-inline: 1vh;
}
.mini-nav li a {
    color: #effafc;
}
.picture1 {
    background-image: url("../../images/panier.png");
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: center right;
    padding-right: 20px;
}
.picture2 {
    background-image: url("../../images/user.png");
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: center right;
    padding-right: 20px;
}
.picture3 {
    background-image: url("../../images/disconnect.png");
    background-color: none;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: center right;
    margin-right: 10px;
    padding-right: 20px;
    transform: translateX(10px);
}
label[for="logout"] button {
    background-color: #1d2a57;
    border: 0;
    color: white;
    cursor: pointer;
}
#search_btn {
    position: relative;
    right: 5px;
    background: #1d2a57;
    padding: 3px 10px;
    border: 1px solid white;
    /* background-image: url("../../images/rechercher.png"); */
}
#search_btn img {
    height: 16px;
    width: 16px;
}
#search_btn:hover {
    background: rgb(247, 244, 181);
}
.search input {
    padding-left: 50px;
    padding-right: 30px;
    padding: 10px;
    width: 380px;
    background-color: #effafc;
    border: 0px white;
    height: 32px;
}

/*  header 2  */

.navbar2 {
    background-color: #ffe8a7;
}
/* .my-dropdown-menu{
    text-align: left;
    padding-left: 0;
    display: none;
}
.my-dropdown-menu li:hover a{
    color: #effafc;
    background-color: #1D2A57;
    padding: 10px;
    margin-left: 0;
}
.my-dropdown-toggle{
    cursor: pointer;
}
.navbar2 .my-dropdown-toggle:hover {
    text-decoration: underline;
}
.add-direction{
    background-image: url("../../images/arrowinverse.svg");
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: center right;
    padding-right: 20px;
}
.add-direction-inverse{
    background-image: url("../../images/arrow.svg");
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: center right;
    padding-right: 20px;
}
.dropdown-to-visible{
    position: absolute;
    display:grid;
    background-color:#FFE8A7;
    border-radius: 5px;
    z-index: 2;
} */

.d-flex.justify-content-center {
    position: relative;
    bottom: 0;
    padding: 0;
    margin-inline: auto;
    margin-top: 0;
    margin-bottom: 0;
}
.d-flex.justify-content-center li {
    list-style: none;
    text-align: left;
    justify-content: center;
    margin-top: -5px;
    padding-top: 8px;
    padding-bottom: 8px;
    height: 40%;
}
.d-flex.justify-content-center .dropdown-menu li:hover {
    background-color: #1982a8;
}
.d-flex.justify-content-center a {
    position: relative;
    margin-inline: 30px;
    text-decoration: none;
    color: rgb(0, 0, 0);
}
.d-flex.justify-content-center .dropdown-menu li:hover a {
    text-decoration: underline;
    color: white;
}
.banniere {
    position: relative;
    display: inline-block;
}
.banniere_edit {
    display: none;
    position: absolute;
    z-index: 1;
    margin-top: 5px;
}
.banniere:hover .banniere_edit {
    display: flex;
    border-radius: 10px;
    padding-right: 100px;
    padding-left: 0;
    background-color: #06a28c;
}

/*  end   */

.navbar3 {
    display: none;
}
.navbar4 {
    display: none;
}
/*    dropdown     */
.my-dropdown {
    display: block;
}
.my-dropdown-menu {
    position: absolute;
    display: none;
    text-align: left;
    padding-left: 0px;
    padding-top: 20px;
    margin: 0px 0px;
    width: 200px;
    border-radius: 10px;
}
#nav-1 .my-dropdown-menu {
    width: 140px;
}
#nav-6 .my-dropdown-menu {
    width: 240px;
}
#nav-7 .my-dropdown-menu {
    width: 240px;
}
.my-dropdown-toggle {
    ::after {
        background-image: url("/public/images/arrow.png");
    }
}

.my-dropdown-toggle:hover [class*="my-dropdown-menu"] {
    display: grid;
    background-color: #ffe8a7;
    border-radius: 10px;
}

[class*="my-dropdown-menu"] a:hover {
    background-color: #1d2a57;
    margin: 0px 0px;
    padding: 0px 10%;
    color: white;
}

.cart_item_count_nb {
    position: absolute;
    font-size: 10px;
    background-color: red;
    color: white;
    padding: 1px 5px;
    border-radius: 100%;
    transform: translateX(12px) translateY(-6px);
}
