/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

body {
    background-color: #fff;
}

/** menu **/

@media (min-width: 991px) {

    .menu__item {
        display: flex;
        flex-direction: column;
    }

    .menu-sub__list {
        padding: 0 !important;
        background-color: #FFED00 !important;
        border-radius: 5px;
    }

    .menu-sub,
    .menu-sub__list {
        display: none;
    }

    .menu__item-header:hover~.menu-sub,
    .menu__item-header:hover~.menu-sub .menu-sub__list,
    .menu-sub:hover,
    .menu-sub__list:hover {
        display: flex;
        flex-direction: column;
    }

    .menu-sub {
        left: auto;
        width: auto;
    }


    .menu-sub__list li {
        border-bottom: #ccc 1px solid;
        padding: 5px 10px;
    }

    .menu-sub__list li:last-child {
        border-bottom: none;
    }

    #header_logo_linked::before {
        content: "";
        flex-grow: 1;
    }
}

@media (max-width: 991px) {
    .menu__item-header.menu--active {
        background-color: #6b1f35;
        transition: 0.6s;
    }

    .menu__item-header {
        transition: 0.6s
    }

    .menu__item-header.menu--active>a>span {
        color: #FFED00 !important;
    }

    .black {
        color: #003A8A;
    }

    .white {
        color: #FFED00;
    }
}

.product-title {
    min-height: 44px;
}

#_desktop_top_menu {
    padding: 5px 0;
}

#carousel {
    max-height: 580px;
}

/*** color ***/

/*** top header ***/
.category-accueil #wrapper {
    margin-top: 2rem;
}

#header {
    background-color: #003A8A;
}

.header-top__col,
.header-top__col a {
    color: #FFED00;
}

.header-top__col a:hover {
    color: #219ED2;
}

#_desktop_category_header {
    text-align: center;
}

#_desktop_category_header .h1 {
    font-weight: bolder;
    color: #003A8A;
}

/*** menu ***/
#_desktop_top_menu {
    background-color: #FFED00;
}

.menu__item-link--top {
    color: #003A8A;
    font-size: 20px;
}

.menu__item-link--top:hover span {
    color: #219ED2 !important;
}

.search-widget__input-right,
.search-widget__input-right:focus {
    color: #FFED00;
    border: solid 1px #FFED00;
    background-color: #219ED2;

}

.search-widget__input-right::placeholder {
    color: #FFED00;
}

.search-widget__btn i {
    color: #FFED00;
}

/*** footer ***/
#footer {
    background-color: #003A8A;
}

.footer__title,
.footer__title:hover {
    color: #FFED00 !important;
}

#footer p,
#footer a,
#footer div {
    color: #fff;
}

#footer a:hover {
    color: #FFED00;
}

/**** breadcrumb ****/

.breadcrumb {
    background-image: url(../img/_0000_slide3.jpg);
    background-position: center;
    min-height: 90px;
    align-items: center;
    margin-bottom: 2rem;
    background-color: #003A8A;
}

.breadcrumb-item+.breadcrumb-item:before {
    color: #fff;
}

.breadcrumb-item {
    background-color: #219dd2b6 !important;
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;

}

.breadcrumb-item a {
    color: #fff;
}

.breadcrumb-item.active {
    color: #FFED00;
}

.breadcrumb .breadcrumb-item:first-child {
    padding-left: 2rem;
    border-top-left-radius: 5rem;
    border-bottom-left-radius: 5rem;
}

.breadcrumb .breadcrumb-item:last-child {
    padding-right: 2rem;
    border-top-right-radius: 5rem;
    border-bottom-right-radius: 5rem;
}

/*** primary color ***/

.breadcrumb a:hover,
#_desktop_top_menu a:hover,
.nav-item a,
.modal-cart__name,
.remove-from-cart i {
    color: #003A8A !important;
}

.nav-tabs .nav-link.active {
    border-bottom-color: #003A8A;
}

.btn-primary {
    background-color: #003A8A;
    border: none;
}

.btn-primary:hover {
    color: #003A8A;

}

.btn-outline-primary:hover {
    background-color: #003A8A;
    border-color: #003A8A;
}

.btn-outline-primary {
    color: #003A8A;
    background-color: transparent;
    border-color: #003A8A;
}

.hr-theme {
    background-color: #003A8A;
}

.card-product:hover .product-title a {
    color: #003A8A !important;
}

.product-flag.discount-product,
.discount-percentage,
.price.current-price-discount {
    color: #003A8A;
}

/*** secondary color ***/
.product-flag.discount-product,
.discount-percentage {
    background-color: #FFED00;
}

.btn-primary:hover {
    background-color: #FFED00;
    border: none;
}

.btn-primary {
    color: #FFED00;

}

.btn-outline-primary:hover {
    color: #FFED00;

}




/*** custom shop ***/
.logo {
    max-height: 120px;
}

.order-message-form form {
    max-width: none;
    width: 100%;
}

.search-widget__input-right {
    border-radius: 30px;
}

.header-nav {
    display: none;
}

#carousel {
    overflow: hidden;
}

.page-wrapper--module-fa_alertstockmail-account {
    margin: 3rem 0;
}

.page-header--my-account h1 {
    text-align: center;
    font-weight: bolder;
    margin-bottom: 1rem;
}

.discount-percentage {
    display: none;
}


/*** Product ***/
.product-flag {
    background-color: #003A8A;
}

/*** HISTORY ***/

.big_icon {
    transform: scale(1.5);
}

/*** AUTH ***/


.page-content--authentication .form-footer {
    text-align: center;
}

.page-header--authentication,
.page-footer--authentication,
#main.page-wrapper--authentication {
    border: none;
    background-color: transparent;
}