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

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


.bg-sdf {
    background: var(--sdf_color) !important;
}

#area-menu-top {
    background: var(--sdf_color) !important;
    color: white;
}

.header-bottom {
    padding-bottom: 0px;
}

.footer a:hover {
    color: white !important;
}



#top_menu>li>a {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold !important;
    font-family: Montserrat, Helvetica Neue, sans-serif;
}

#top_menu>li>a:hover {
    color: white !important;
}

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

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

.home_block h4 {
    width: 100%;
    text-align: center;
    font-size: 32px;
    color: var(--sdf_color);

}

.home_block.layout_2_columns {
    min-height: 460px;
}


.home_block ul.right {
    height: 135px;
}

.home_block_ico,.home_block_btn_container {
    display: flex;
    justify-content: center;
}

.home_block_ico svg {
    width: 60px;
    height: 60px;
    margin-bottom: 30px;
}

.home_block_ico_type_2 {
    display: flex;
    justify-content: center;
}

.home_block_ico_type_2 img {
    max-width: 200px;
    margin-top: 20px;
}

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



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

[data-catalog] h2,
[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;
}

.btn-primary,
.btn-primary:hover {
    color: #fff !important;
    border-color: var(--sdf_color);
    background-color: var(--sdf_color);
}

.text-primary {
    color: var(--sdf_color) !important;
}

.owl-carousel.owl-loaded {
    z-index: 0 !important;
}

.home_block.list {
    text-align: center;
}

.list_images {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: inline-block;
}

.list_images li {
    display: inline-block;
    margin-right: 40px;
    text-align: center;
}

.list_images li img {
    display: block;
    margin: 0 auto;
    height: 70px;
}

.list_images li span {
    display: block;
    margin: 0 auto;
    font-size: 16px;
    margin-top: 20px;
}

.bg-banner-discount {
    border-color: var(--sdf_color);
    background-color: var(--sdf_color);
}

.logo-serruriers-de-france{
    width:95px;
}

/**FORCE LE MENU BURGERRRR */
@media (min-width: 1px) {
    .header .main-nav {
        display: none
    }

    .header-top .header-left {
        margin-right: 2rem
    }

    .header-middle .header-right {
        justify-content: flex-end
    }

    .header-middle .header-right .divider {
        display: none
    }

    .header-middle .header-center {
        margin-left: auto;
        margin-right: auto
    }

    .header-middle .compare {
        margin-right: 1.5rem
    }

    .mobile-menu-toggle {
        display: block
    }
}

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