@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

* {
    font-family: 'Poppins', sans-serif;
    box-sizing: border-box;
}
.big-text{
    font-size: 55px;
}
footer a:hover{
    color: #043089!important;
}
footer button:hover{
    color: #043089!important;
}
.logo-header-2 {
    max-height: 20px;
}
.favicon-size{
    height: 50px;
    width: 50px;
}
.size-img-70{
    height: 70px!important;
    width: 70px!important;
}
.size-img-80{
    height: 80px!important;
    width: 80px!important;
}

.w-max{
    width: max-content!important;
}

.w-min{
    width: min-content!important;
}

.res-width-550{
    width: 550px;
    max-width: 100%;
}

.res-width-800{
    width: 800px;
    max-width: 100%;
}

.res-width-900{
    width: 900px;
    max-width: 100%;
}

.text-orange {
    color: #043089 !important;
}

.text-blue {
    color: #2c5aa1 !important;
}

.bg-orange {
    background-color: #043089 !important;
}

.bg-blue {
    background-color: #2c5aa1 !important;
}

.main-bg {
    position: absolute;
    background: url('../images/gif/xmas.gif');
    background-size: contain;
    background-repeat: repeat-y;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.overlay {
    position: absolute;
    height: 100%;
    width: 100%;
   /*background-color: rgba(230, 69, 46, 0.8);*/
    background-color: rgba(74, 4, 4, 0.4);
    z-index: -1;
}

.overlay-dark{
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.fs-7 {
    font-size: 15px!important;
}

.fs-8 {
    font-size: 12px!important;
}

.header-searchbar {
    height: 40px;
}

.no-outline {
    outline: none !important;
}

.dropdown-menu>li>a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
}

.dropdown-menu>li>a:hover {
    background-color: rgb(219, 219, 219);
}

.menu {
    width: 100%;
    position: relative;
}

.menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.menu a {
    display: block;
    padding: 8px;
    background-color: #ffffff;
    text-decoration: none;
}

.menu a:hover{
    color: #043089!important;
}

.submenu {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    background-color: #ffffff;
    padding: 8px;
    z-index: 9999999;
}

.h-500px{
    height: 500px;
}
.h-carousel{
    height: 600px;
}
@media (max-width: 768px) {
    .padding-top-5{
        padding: 20px 0 0 0;
    }
    .big-text{
        font-size: 35px;
    }
    .h-500px{
        height: 350px;
    }
    .h-carousel{
        height: 350px;
    }
    .submenu {
        left: auto;
        right: 0;
    }
}


.menu-category{
    height: 100px;
    width: 100px;
}
/* PRODUCT CSS */
.div-product{
    box-shadow: 0px solid grey;
    cursor: pointer;
    transition: 2s;
    -webkit-transition: 2s;
    -moz-transition: 2s;
    -ms-transition: 2s;
    -o-transition: 2s;
}
.div-product:hover{
    box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.25);
}
.page-product-image{
    height: 350px;
}
.page-product-gallery{
    height: 20px;
    width: 20px;
}
.product-image{
    height: 210px;
}
.products-container {
    transition: scroll 1s ease-in-out;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
    scrollbar-color: transparent transparent;
}
.products-container::-webkit-scrollbar {
    display: none;
}

.products-container::-webkit-scrollbar-track {
    background-color: transparent;
}

.products-container::-webkit-scrollbar-thumb {
    background-color: transparent;
}
.products-container-buttons{
    visibility: hidden;
}
.products-container:hover .products-container-buttons{
    visibility: visible;
}
.article-restant-p{
    color: red!important;
}
/* /PRODUCT CSS */

/* Cart CSS */
.cart-image{
    height: 100px;
    width: 100px;
}

/* /Cart CSS */

/* OFFRE CSS */
.div-offre{
    height: 300px;
    box-shadow: 0px solid black;
    cursor: pointer;
}
.div-offre:hover{
    box-shadow: 0 5px 18px 0 rgba(0, 0, 0, 0.4);
}
/* /OFFRE CSS */

/* BOUTIQUE CSS */
.div-boutique{
    height: 400px;
    box-shadow: 0px solid black;
    cursor: pointer;
}
.div-boutique:hover{
    box-shadow: 0 5px 18px 0 rgba(0, 0, 0, 0.4);
}
/* /BOUTIQUE CSS */
.text-limiter-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    /* number of lines to show */
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.text-limiter {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.long-limiter {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 12;
    /* number of lines to show */
    line-clamp: 12;
    -webkit-box-orient: vertical;
}

.precommande:hover div {
    display: block!important;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}