/* header */
.header-main.border-bottom {
    background-image: url("/public/img/over-and-over/banner.jpg");
    background-size: cover; /* Assure que l'image couvre toute la zone */
    background-position: center; /* Centre l'image pour un bon cadrage */
    background-repeat: no-repeat; /* Évite la répétition de l'image */
    height: auto; /* Ajuste la hauteur du bandeau (modifiable selon besoin) */
    width: 100%; /* Assure que l'image prend toute la largeur */
}
#icon-navbar i {
    background-color: rgba(0, 0, 0, 0.6); /* Noir avec 50% de transparence */
    border-radius: 50%; /* Rond */
    display: inline-block; /* Assure que l'élément est en ligne */
    width: 35px; /* Largeur du rond (modifiable selon besoin) */
    height: 35px; /* Hauteur du rond (modifiable selon besoin) */
    text-align: center; /* Centre le contenu à l'intérieur */
    line-height: 36px; /* Centre verticalement le contenu */
}

.brand {
    background-color: #000000;
    border: solid #cccccc 2px;
}

.brand img {
    max-height: 105px;
}

.nbr-item-badge {
    background-color: #b81414;
    color: rgb(255, 255, 255);
}
@media screen and (max-width: 992px) {
    #icon-navbar .favorite-icon, #icon-navbar .user-icon, #icon-navbar .caddie-icon {
        min-width: 30px;
    }
}

/* Buttons */
.btn-secondary, .btn-dark:hover, .btn-outline-dark:hover {
    color: black !important;
    background-color: rgb(207, 193, 3) !important;
}
#setup-shop-template1 .form-shop .btn-valid #btn-submit {
    background-color: rgb(207, 193, 3) !important;
    color: black !important;
    transition: color 0.5s, background-color 0.5s;
}
#setup-shop-template1 .form-shop .btn-valid #btn-submit:hover {
    color: white !important;
    background-color: rgb(0, 0, 0) !important;
}

/* Footer */
.footer-template2 {
    border-image: linear-gradient(to right, rgb(175, 94, 13), rgb(207, 193, 3)) 1;
}