/* header */
.header-main {
    background: white
}
#icon-navbar i {
    color: black;
}
@media screen and (max-width: 992px) {
    #icon-navbar i {
        color: black !important;
    }
}
form.search-form { 
    border: 3px solid black;
    height: unset;
}
.header .menu-mobile-toggle span {
	background-color:black;
}

/* Footer */
.footer-template1 {
    border-top: 4px solid black;
}
.footer-section {
    background-color: white;
}
.title-footer-categ, .list-unstyled, .fa-facebook-f, .cdandlp1 {
    color: black;
}
.dropdown-toggle::after {
    border-top-color: rgb(255, 255, 255) !important;
}
.footer-template1 .text-white {
    color: black !important;
}
.footer-template1 .footer-content {
    color: black !important;
}

/* Buttons */
.btn-secondary, .btn-dark {
    color: black !important;
    background-color: white !important;
    transition: color 0.5s, background-color 0.5s;
}
.btn-secondary, .btn-dark:hover, .btn-outline-dark:hover {
    color: white !important;
    background-color: rgb(44, 44, 44) !important;
}
#setup-shop-template1 .form-shop .btn-valid #btn-submit {
    color: black !important;
    transition: color 0.5s, background-color 0.5s;
}
#setup-shop-template1 .form-shop .btn-valid #btn-submit:hover {
    color: white !important;
}
.btn-cookie:hover {
    color: white !important;
    background-color: rgb(75, 75, 75) !important;
}

/* Search Form */
form.search-form button:hover {
    background-color: rgb(80, 80, 80) !important;
    transition: color 0.5s, background-color 0.5s;
}

/* text*/
.fw-bolder, .more-filter {
    color: rgb(255, 255, 255);
}
.fw-bolder:hover, .more-filter:hover {
    color: rgb(180, 180, 180);
}
.header-gestion .fw-bolder {
    color: black;
}

/* Content Categories */
.content-categ {
    border: 6px solid white;
}

/* Icons */
.fa-heart {
    color: red;
}

.fa-eye-slash, .fa-eye {
    color: grey;
    transition: color 0.5s;
}
.fa-eye-slash:hover, .fa-eye:hover {
    color: black;
}
