@import url("../store_default/theme.css");

:root {
    --default-color: #324F74;
    --background-color: #222;
    --fa-menu-color: black;
    --product-price:rgba(78,106,139,1);
}

.btn-primary,.btn-primary:hover {
    color: #fff!important;
    border-color: #26c;
    background-color: #26c;
}

.discount-banner{
    background-image:url("/medias/images/bdg/background-remise-5.jpg");
    background-size: cover;
}

.submenu>a::after {
    display: none;
}


[data-cms] h1,
[data-post] h1 {
    font-size: 2.4rem !important;
}

[data-cms] h2,
[data-cms] h3,
[data-cms] h4,
[data-cms] h5,
[data-post] h2,
[data-post] h3,
[data-post] h4,
[data-post] h5 {
    font-size: 2rem !important;
}

#area-footer,.footer-middle .widget-body{
    color:white;
}

.img-round{
    width: 80px;
    margin: auto;
    display: block;
    margin-bottom: 10px;
}

.img-round-big{
    width: 120px;
    margin: auto;
    display: block;
    margin-bottom: 10px;
}

.category img{
    width:100%;
    background:transparent;
}
.badge-color{
    display: inline;
    max-width: 64px;
}

div:where(.swal2-container) div:where(.swal2-popup){
    font-size: 1.1em !important;
}