/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
 #header{background: white !important;}

#header .top-menu a[data-depth="0"]:hover,a:hover {
    color: #4169e1;
    text-decoration: none
}

#header a:hover {
    color: #4169e1;
    text-decoration: none
}

.account-list a:hover,.block_newsletter form button[type=submit] .search:hover,.footer-container li a:hover {
    color: #4169e1;
}

.product-flags li.product-flag {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: .3125rem .4375rem;
    margin-top: .625rem;
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    word-break: break-word;
    pointer-events: auto;
    background: #4169e1;
}

.btn-primary,.btn-primary:hover {
    color: #fff;
    background-color: #4169e1;
    border-color: transparent
}

.btn-primary:hover {
    background-color: #214cce
}

.btn-primary.focus,.btn-primary:focus {
    color: #fff;
    background-color: #214cce;
    border-color: transparent
}

.btn-primary.active,.btn-primary:active,.open>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #214cce;
    border-color: transparent;
    background-image: none
}

.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.btn-primary.dropdown-toggle.focus,.open>.btn-primary.dropdown-toggle:focus,.open>.btn-primary.dropdown-toggle:hover {
    color: #fff;
    background-color: #1c41b0;
    border-color: transparent
}

.btn-primary.disabled.focus,.btn-primary.disabled:focus,.btn-primary:disabled.focus,.btn-primary:disabled:focus {
    background-color: #4169e1;
    border-color: transparent
}

.btn-primary.disabled:hover,.btn-primary:disabled:hover {
    background-color: #4169e1;
    border-color: transparent
}

/* liens footer */
a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    color: #7a7a7a;
    text-decoration: none
}