:root{
    --black : #1B1B1B;
    --white : #ffffff;
    --red : #B1112A;
    --red_1: #C81332;
    --red_3: #75160E;
    --grey : #F3F3F3;
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../fonts/Montserrat-Medium.ttf') format('truetype');
}
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/Montserrat-Bold.ttf') format('truetype');
}

/*****************************/
/*****************************/
/*****    GENERAL ************/
/*****************************/
/*****************************/


body{
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    overflow-x: hidden;
    background-color: var(--white);
}

#wrapper{
    background-color: var(--white);
    padding: 0;
}

.btn-default{
    background-color: var(--red_1);
    color : var(--white);
    font-weight: 500;
    transition: all 0.3s ease;
}

.btn-default:hover{
    background-color: var(--red);
    color : var(--white);
}

.bg_red_gradiant{
    color : var(--white)!important;
    clip-path: polygon(0 9%, 100% 0, 94% 100%, 12% 100%);
    background: linear-gradient(127deg, rgba(200, 19, 50, 1) 53%, rgba(117, 22, 14, 1) 100%);
    padding: 10px 40px 10px 65px;
    text-transform: uppercase!important;
    font-size : 2rem!important;
}
@media (max-width: 992px) {
    .bg_red_gradiant{
        font-size : 1.8rem!important;
    }
}

.block_center{
    display: flex;
    justify-content: center;
}

.btn-primary{
    background-color: var(--red_1);
}

.btn-primary:hover{
    background-color: var(--red);
}

.btn-primary.focus, .btn-primary:focus{
    background-color: var(--red);
}

#blockcart-modal .product-name{
    color : var(--red);
}

h1{
    font-size : 2rem;
    color : var(--black);
    font-weight: 700;
}

a{
    color : var(--red)
}

.input-group.focus{
    outline: none;
}

#subcategories ul li .subcategory-name:hover, .block-categories .arrows .arrow-down:hover, .block-categories .arrows .arrow-right:hover, .block-categories .collapse-icons .add:hover, .block-categories .collapse-icons .remove:hover, .cart-grid-body a.label:hover{
    color : var(--red)!important;
}

.btn-primary.active, .btn-primary:active, .open>.btn-primary.dropdown-toggle{
    background: var(--red_3)!important;;
}

.btn-primary.focus, .btn-primary:focus{
    background: var(--red_3)!important;
}

.btn-primary.disabled, .btn-primary:disabled, .btn-primary.disabled:hover{
    background: var(--red_3)!important;;
}

.btn-primary.active, .btn-primary:active, .open>.btn-primary.dropdown-toggle{
    background: var(--red_3)!important;;
}

.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{
    background: var(--red_3)!important;;
}

.btn-primary.focus, .btn-primary:focus{
    background: var(--red_3)!important;;
}

.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, .btn-primary.focus, .btn-primary:focus-visible, .btn-primary:focus, .btn-primary.active, .btn-primary:active, .open>.btn-primary.dropdown-toggle, .btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary:disabled.focus, .btn-primary:disabled:focus{
    background: var(--red_3)!important;;
}

body#checkout a:hover{
    color : var(--red_3);
}

.custom-radio input[type=radio]:checked+span{
    background-color: var(--red);
}

.cart-grid-body .card-block h1{
    color : var(--black);
    font-weight: 700;
}

body#checkout section.checkout-step.-reachable.-current .step-number{
    background-color: var(--red);
}
/*****************************/
/*****    HEADER ************/
/*****************************/

/*****    haut ************/
.header-nav{
    background-color: var(--grey);
    border-bottom: none;
}
body#checkout #header .header-nav {
    padding: 0;
}
body#checkout #header .header-nav .logo {
    max-height: 2rem;
}

.header_text{
    text-transform: uppercase;
    font-size : 1.2rem;
    font-weight: bold;
    margin : 1rem 0;
}

.header_text_left{
    color : var(--black);
}

.header_text_right{
    color : var(--red);
}

/*****    bas ************/

#header .header-top{
    box-shadow: unset;
    border-bottom : 6px solid var(--red);
}

/********* sous menu vertical **********/
.top-menu .sub-menu {
    box-shadow: none !important;
    border: none;
    margin-left: 0;
    width: inherit;
    min-width: inherit;
    z-index: 18;
    position: absolute;
    top: 50px !important;
}
#header .menu, #header .menu ul li {
    display: inline-block;
    position: relative;
}
.top-menu .sub-menu ul[data-depth="1"] li {
    float: left;
    margin: 0 1.25rem;
    clear: both;
}


.header-top-right{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#search_widget{
    float: unset;
}

ul#top-menu> li:last-of-type > a {
    color: var(--red) !important;
}

.top-menu .category, .top-menu .link{
    padding : 0 1rem;
}

#header .header-top a[data-depth="0"]{
    color : var(--black);
    padding: 0.2rem 0;
    border-bottom: 2px solid transparent;
}


#header .top-menu a[data-depth="0"]:hover, a:hover{
    color : var(--black);
}

ul#top-menu > li > a:hover {
    border-bottom: 2px solid var(--red)!important;
}

.top-menu a.dropdown-submenu{
    border: none;
}

.top-menu a.dropdown-submenu:hover{
    color : var(--red)!important;
}

#header a:hover{
    color : var(--black);
}

#search_widget form input{
    background-color: transparent;
    font-size : 14px;
    padding: 10px 20px 10px 50px;
    border-bottom: 1px solid var(--black);
    border-radius: 0;
}

#_desktop_user_info{
    margin-right: 15px;
}

#_desktop_user_info .user-info a{
    color: var(--red);
    font-weight: 700;
}

.blockcart .cart-products-count{
    font-size: 12px;
    font-weight: 700;
    color : var(--red);
    position: absolute;
    top : 5px;
    right : 5px;
}
.blockcart .header a{
    position: initial !important;
}

/*****************************/
/*****  SLIDER ************/
/*****************************/

.carousel{
    margin-bottom : 0;
}

.carousel .carousel-inner{
    height: 100%;
    margin-bottom : 0;
}

.carousel .carousel-item{
    height: 100%;
}

.carousel .carousel-item img{
    transition: all ease-in 0.5s;
    object-fit: cover;
    height: 520px;
    filter: brightness(0.8);
}

.carousel .carousel-item .caption{
    width: 100%;
    max-width: unset;
    left: 50%;
    bottom: 50%;
    transform: translate(-50%, 50%);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.caption-description{
    margin-top : 2rem;
}

.carousel .carousel-control .icon-next i, .carousel .carousel-control .icon-prev i{
    background-color: var(--red_1);
}

.carousel .carousel-control .icon-next i:hover, .carousel .carousel-control .icon-prev i:hover{
    color : var(--grey);
}

.carousel-control{
    left : 150px;
}

.carousel-control.right{
    right : 150px;
}

#custom-text{
    padding: 0;
}

#custom-text h2{
    display: inline-block;
    font-weight: 700;
}

/*****************************/
/*****  FIL ARIANE ************/
/*****************************/

#wrapper .breadcrumb{
    margin : 2rem 0;
}


/*****************************/
/*****  Promotions accueil ************/
/*****************************/

.featured-products{
    padding : 3rem 0;
}
@media (max-width: 992px) {
    .featured-products .products {
        max-width: 90%;
        margin: auto;
    }
}

.featured-products h2{
    display: inline-block;
}

/*****************************/
/*****  Miniatures produits ************/
/*****************************/

.product-miniature, .product-miniature .product{
    box-shadow: 0px 0px 14px 0px rgba(112,112,112,0.25);
}

.product-miniature .thumbnail-container:focus .product-description::after, .product-miniature .thumbnail-container:hover .product-description::after{
    display: none;
}


.product-miniature .thumbnail-container .product-thumbnail img{
    height: 250px;
    width: 393px;
    object-fit: cover;
}

.product-miniature .thumbnail-container .product-thumbnail img:hover{
    transform: scale(1.1);
    transition: 0.3s all ease;
}

.product-miniature .product-title a{
    font-size : 1rem;
    color : var(--black);
    font-weight: 500;
}

.product-miniature .product-price-and-shipping{
    color : var(--red);
    font-size : 1.5rem;
    font-weight: 700;
}

.product-flags li.product-flag.on-sale{
    width: fit-content;
    padding: 0.5rem;
    background: var(--red_1);
}

select.form-control:not([size]):not([multiple]){
    height: 2.75rem;
    padding-top: .625rem;
}

.form-control{
    color : var(--red);
    border: 2px solid var(--red);
    background-color: transparent;
}

.form-control:focus{
    border: 2px solid var(--red);
    outline: none;
    color : var(--red);
}

.product-miniature, .product-miniature .product{
    margin-bottom : 2rem;
}

/*************************************/
/******    REASSURANCE         ******/
/*************************************/

.blockreassurance{
    padding : 3rem 0;
    background-color: var(--black);
}
.blockreassurance .block-icon {
    max-height: unset;
    /*height: 100%;*/
}

.blockreassurance .block-icon img{
    width: 80px;
    height: 100%;
    object-fit: contain;
    margin-bottom: 1rem;
}

.blockreassurance .block-icon svg{
    /*height: auto;*/
}

.blockreassurance .block-title {
    max-width: 350px;
    margin: 0 auto;
    margin-top : 1.5rem;
    color : var(--white)!important;
    font-size : 1.2rem;
    font-weight: bold;
}

.blockreassurance p {
    max-width: 350px;
    margin: 0 auto;
    margin-top : 0.8rem;
    color : var(--white)!important;
    font-size : 1rem;
    font-weight: 500;
}

/*************************************/
/******    BLOC PERSONNALISE ACCUEIL         ******/
/*************************************/

.custom_text_text{
    margin : 3rem 0;
    text-align: left;
}

.custom_text_image{
    margin : 3rem 0;
}

#custom-text .page-content.page-cms ul, #custom-text p, .page-content.page-cms #custom-text ul{
    font-size : 1rem;
}

#custom-text{
    background-color: transparent;
}

/*************************************/
/******        FOOTER           ******/
/*************************************/

#footer{
    padding: 0;
}
#cart #footer{
    border-top: 1px solid #bfbfbf;
    margin-top: 90px;
}

.page-content.page-cms ul, p{
    color : var(--black);
}

.footer_blocks{
    padding-bottom: 2.5rem;
}

.footer_blocks a{
    color : var(--black);
}

.footer_botton{
    background-color: var(--red);
}

.footer_bottom a{
    color : var(--white)!important;
}

.link_copyright{
    margin: 1rem 0;
    display: flex;
    justify-content : center;
    color : var(--white)!important;
}

/*************************************/
/******        PRODUIT           ******/
/*************************************/
#product #content{
    max-width: unset;
}

.images-container {
    padding-right: 40px;
}

.current-price-value {
    font-size: 1.5rem;
    text-align: left;
    color: var(--red);
    font-weight: 700;
}

.product-accessories{
    padding : 4rem 0;
}

.has-discount .discount{
    background-color: var(--black);
}

.product-flags li.product-flag.discount, .product-flags li.product-flag.discount-amount, .product-flags li.product-flag.discount-percentage{
    background-color: var(--red);
}

.product-images>li.thumb-container .thumb.selected, .product-images>li.thumb-container .thumb:hover{
    border : 3px solid var(--red);
}


.image_error{
    max-width: 526px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

/*************************************/
/******        Categories           ******/
/*************************************/

.block-category{
    min-height: unset;
    padding: 0;
}

#subcategories{
    border : none;
    padding: 0;
}

#subcategories ul li{
    width: unset;
    min-width: unset;
}

#subcategories ul li .subcategory-name{
   /* width: 100%;*/
    background-color: transparent;
    color : var(--red);
    border : 2px solid var(--red);
}

#subcategories ul li .subcategory-name:hover{
    background-color: var(--red);
    color : var(--white)!important;
}

#subcategories ul li .subcategory-name:hover, .block-categories .arrows .arrow-down:hover, .block-categories .arrows .arrow-right:hover, .block-categories .collapse-icons .add:hover, .block-categories .collapse-icons .remove:hover, .cart-grid-body a.label:hover{
    color : var(--white);
}

.brands-sort .select-list:hover, .products-sort-order .select-list:hover, .suppliers-sort .select-list:hover{
    background-color: var(--red);
}

.pagination .current a{
    color : var(--red);
}


/*************************************/
/******        panier           ******/
/*************************************/


.product-price{
    color : var(--red);
}

#tab_date_shipping{
    margin: 15px -15px 30px;
}
#tab_date_shipping h3{
    margin-top: 25px;
}
.proposes{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}
.proposes .bloc-jour{
    background: #f6f6f6;
    padding: 10px 10px 3px;
}
.proposes .bloc-jour .date {
    font-weight: 500;
}
.proposes .bloc-jour .label-livraison_date {
    /*background: #fff;*/
    padding: 10px 5px;
    cursor: pointer;
}
.proposes .bloc-jour .custom-radio {
    margin: 0;
}

.block-promo .promo-input+button{
    border : 2px solid var(--red);
}

.block-promo .promo-code-button.cancel-promo{
    color : var(--red);
}

/*****************************/
/*****    Mon compte ************/
/*****************************/

.carousel .carousel-control .icon-next:hover i, .carousel .carousel-control .icon-prev:hover i, .dropdown:hover .expand-more, .page-my-account #content .links a:hover i, .search-widget form button[type=submit] .search:hover, .top-menu .sub-menu a:hover{
    color : var(--red);
}

.cart-grid-right .promo-discounts .cart-summary-line .label .code{
    color : var(--red);
}

.bootstrap-touchspin .group-span-filestyle .btn-touchspin, .group-span-filestyle .bootstrap-touchspin .btn-touchspin, .group-span-filestyle .btn-default{
    background: var(--red);
}

/*****************************/
/*****    Newsletter ************/
/*****************************/

.block_newsletter{
    margin-top : 2rem!important;
}

.block_newsletter form input[type=email]:focus{
    border : 3px solid var(--red);
}

/*****************************/
/*****************************/
/*****    MEDIA QUERIES ************/
/*****************************/
/*****************************/

@media (max-width: 575px){
    .blockreassurance .block-icon{
        float: unset;
        margin : 0 auto;
        width: auto;
    }

    .block-rea{
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
}

@media (max-width: 992px) {

    .carousel .carousel-item .caption{
        position: absolute;
    }

    .carousel .carousel-item .caption .caption-description .page-content.page-cms ul, .carousel .carousel-item .caption .caption-description h3, .carousel .carousel-item .caption .caption-description p, .page-content.page-cms .carousel .carousel-item .caption .caption-description ul{
        color : var(--white);
    }

    .carousel .direction{
        top : calc(75%);
    }

    .carousel{
        padding-bottom: 0;
    }

    .block-rea{
        margin-top: 1rem;
    }

    #header .header-nav .cart-preview.active{
        background: transparent;
    }

    .custom_text_text{
        margin-top: 0;
        padding-top: 2rem;
    }

    #custom-text h2{
        font-size: 1.5rem!important;
    }

    .footer_blocks_logo{
        margin: 0 auto;
        text-align: center;
    }

    .footer_blocks_labels{
        justify-content: center;
    }

    .footer_blocks_address{
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top : 2rem;
    }

    .link_copyright{
        flex-direction: column;
        align-items: center;
        padding: 1rem;
    }
}

@media (min-width: 1400px) {
    .container {
        width: 1340px;
        max-width: 100%;
    }
}

@media (min-width: 1700px) {
    .container {
        width: 1640px;
        max-width: 100%;
    }
}

