/* Version Mobile */
#homepage #welcome {
    width: 100%;
    height: 100vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

#homepage #welcome figure {
    height: 100%;
    width: 100%;
}

#homepage #welcome img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

#homepage #welcome #welcome-content {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
}

#homepage #welcome #welcome-content h1 {
    text-align: center;
    color: white;
    display: flex;
    flex-direction: column;
    margin-top: 0;
    font-size: 18px !important;
    font-weight: 300 !important;
}

#homepage #welcome #welcome-content h1 .font {
    font-size: 35px;
}

#homepage #welcome #welcome-content h1 .uppercase {
    font-size: 24px;
    font-weight: 300 !important;
}

#homepage #welcome .customers-infomartions {
    position: absolute;
    padding: 20px;
    bottom: 50px;
    right: 20px;
    background-color: var(--primary-color);
    display: flex;
    flex-direction: column;
    width: 60%;
    color: white;
}

#homepage #welcome .customers-infomartions h2 {
    color: white;
    margin: 0 0 5px 0;
    font-size: 17px;
}

#homepage #welcome .customers-infomartions h3 {
    margin: 0;
    color: white;
    font-size: 15px;
    font-weight: 300 !important;
}

#homepage #welcome .customers-infomartions p {
    margin: 5px 0 0 0;
    font-size: 8px;
}


/* Section Partners */
#homepage #partners {
    padding: 40px 20px;
}

#homepage #partners h2 {
    font-size: 17px;
    margin: 0;
    color: var(--secondary-color);
}

#homepage #partners h2 .font {
    font-size: 23px;
}

#homepage #partners p {
    color: var(--secondary-color);
}


/* Section Products */
#products-section {
    padding: 20px 20px 0 20px;
}

#products-section > h2 {
    font-size: 16px;
    color: var(--secondary-color);
    font-weight: 700 !important;
}

#products-section p {
    margin-bottom: 20px;
    color: var(--secondary-color);
}

#products-section .product h2 {
    display: flex;
}

#products-section .product:hover h2 a, .product:hover .product-loop-content .price  {
    color: var(--primary-color);
}

#products-section .swiper-products {
    padding-bottom: 20px ;
    margin-bottom: 10px;
    overflow: visible;
    position: relative;
}

#products-section .swiper-products .swiper-pagination .swiper-pagination-bullet-active {
    background: var(--primary-color);
}

#products-section .shop-btn2 {
    display: block;
    margin: 0 auto;
    max-width: 140px;
    text-align: center;
}


/* Section 4 */
#section4 {
    height: 75vh;
    position: relative;
    margin-top: 3rem;
}

#section4 .section-content {
    position: absolute;
    top: 50px;
    z-index: 99;
    width: 100%;
    text-align: center;
}

#section4 .section-content h2 {
    display: flex;
    flex-direction: column;
    color: white;
    font-size: 35px;
}

#section4 .section-content h2 .uppercase {
    font-size: 24px;
    font-weight: 300 !important;
}

#section4 figure {
    height: 100%;
}

#section4 figure img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}


/* Section Assurances */
#homepage #assurances {
    padding: 40px 20px;
}

#homepage #assurances article {
    display: flex;
    padding: 0 20px 30px 20px;
    margin: 30px 0;
    border-bottom: 1px solid lightgray;
}

#homepage #assurances article:nth-of-type(1) {
    margin-top: 0;
}

#homepage #assurances article:nth-of-type(2) {
    flex-direction: row-reverse;
}

#homepage #assurances article:nth-of-type(3) {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

#homepage #assurances article figure {
    height: 70px;
    width: 70px;
    min-width: 70px;
    margin: auto 0;
}

#homepage #assurances article figure img {
    height: 100%;
    object-fit: contain;
    width: 100%;
}

#homepage #assurances article:nth-of-type(1) div, #homepage #assurances article:nth-of-type(3) div {
    padding-left: 10px;
    margin-right: auto;
}

#homepage #assurances article:nth-of-type(2) div {
    padding-right: 10px;
    margin-left: auto;
}

#homepage #assurances article div h3 {
    margin: 0;
}

#homepage #assurances article div h3 .font {
    font-size: 20px;
}

#homepage #assurances article p {
    margin: 0;
}


    /* Version Tablette */
    @media screen and (min-width: 768px) {

        #homepage #welcome #welcome-content {
            margin-top: 0;
        }

        #homepage #welcome #welcome-content h1 {
            font-size: 20px !important;
        }

        #homepage #welcome #welcome-content h1 .font {
            font-size: 37px;
        }

        #homepage #welcome #welcome-content h1 .uppercase {
            font-size: 26px;
        }

        #homepage #welcome .customers-infomartions {
            bottom: 80px;
            max-width: 435px;
        }

        #homepage #welcome .customers-infomartions h2 {
            font-size: 19px;
        }

        #homepage #welcome .customers-infomartions h3 {
            font-size: 17px;
        }

        #homepage #welcome .customers-infomartions p {
            font-size: 10px;
        }


        /* Section Partners */
        #homepage #partners {
            padding: 40px 30px;
        }

        #homepage #partners h2 {
            font-size: 19px;
        }

        #homepage #partners h2 .font {
            font-size: 25px;
        }


        /* Section Products */
        #products-section {
            padding: 30px 30px 0 30px;
        }

        #products-section > h2 {
            font-size: 18px;
        }

        #products-section .shop-btn2 {
            max-width: 150px;
        }


        /* Section4 */
        #section4 .section-content h2 {
            font-size: 37px;
        }

        #section4 .section-content h2 .uppercase {
            font-size: 26px;
        }


        /* Section Assurances */
        #homepage #assurances {
            display: flex;
            justify-content: space-evenly;
        }

        #homepage #assurances article {
            flex-direction: column;
            text-align: center;
            border-bottom: none;
            width: 30%;
            margin: 0;
            padding: 0;
        }

        #homepage #assurances article:nth-of-type(2) {
            flex-direction: column;
        }

        #homepage #assurances article figure {
            margin: 0 auto 15px auto;
            height: 85px;
            width: 85px;
            min-width: 85px;
        }

        #homepage #assurances article:nth-of-type(1) div, #homepage #assurances article:nth-of-type(3) div {
            padding-left: 0;
            margin-right: 0;
        }

        #homepage #assurances article:nth-of-type(2) div {
            padding-right: 0;
            margin-left: 0;
        }

        #homepage #assurances article div h3 {
            margin-bottom: 10px;
        }

        #homepage #assurances article div h3 .font {
            font-size: 22px;
        }
    }


        /* Version Desktop */
        @media screen and (min-width: 992px) {
            #homepage #welcome #welcome-content h1 {
                font-size: 22px !important;
            }

            #homepage #welcome #welcome-content h1 .font {
                font-size: 39px;
            }

            #homepage #welcome #welcome-content h1 .uppercase {
                font-size: 28px;
            }

            #homepage #welcome .customers-infomartions {
                right: 35px;
                max-width: 430px;
            }

            #homepage #welcome .customers-infomartions h2 {
                font-size: 21px;
            }

            #homepage #welcome .customers-infomartions h3 {
                font-size: 19px;
            }

            #homepage #welcome .customers-infomartions p {
                font-size: 12px;
            }


            /* Section Partners */
            #homepage #partners {
                padding: 40px;
            }

            #homepage #partners h2 {
                font-size: 21px;
            }

            #homepage #partners h2 .font {
                font-size: 27px;
            }


            /* Section Products */
            #products-section {
                padding: 40px 40px 0 40px;
            }

            #products-section > h2 {
                font-size: 20px;
            }

            #products-section .shop-btn2 {
                max-width: 160px;
            }


            /* Section4 */
            #section4 .section-content h2 {
                font-size: 39px;
            }

            #section4 .section-content h2 .uppercase {
                font-size: 28px;
            }


            /* Section Assurances */
            #homepage #assurances {
                padding: 80px 40px;
            }

            #homepage #assurances article {
                max-width: 300px;
            }

            #homepage #assurances article figure {
                height: 100px;
                width: 100px;
                min-width: 100px;
            }

            #homepage #assurances article div h3 .font {
                font-size: 24px;
            }

        }











/*

.woocommerce-mini-cart__buttons a {
    border-radius: 5px!important;
}
.woocommerce-mini-cart__buttons  {
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
}

.loba_logo {
    background-color: white;
    border-radius: 50%;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    width: 150px;
    margin: 2rem 0;
}

.onsale, .pagination li .page-numbers.current, .woocommerce-pagination li .page-numbers.current, .tagcloud a:hover, .price_slider_wrapper .ui-widget-header, .price_slider_wrapper .ui-slider-handle, .cart-sidebar-head .shop-cart-count, .wishlist-item-count, .shop-cart-count, .sidebar-menu .primary-navigation a:before, .woocommerce-message, .woocommerce-info, .woocommerce-store-notice, .has-woostify-primary-background-color, .woostify-simple-subsbrice-form input[type="submit"]:hover, .has-multi-step-checkout .multi-step-item .item-text:before, .has-multi-step-checkout .multi-step-item:before, .has-multi-step-checkout .multi-step-item:after, .has-multi-step-checkout .multi-step-item.active:before, .woostify-single-product-stock .woostify-single-product-stock-progress-bar {
    background-color: var(--primary-color) !important;
}

span.onsale {
    background: #a78bfa;
    position: absolute;
    color: white;
    border: black 1px solid;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}

.woocommerce-widget-layered-nav-dropdown__submit, .form-submit .submit, .elementor-button-wrapper .elementor-button, .has-woostify-contact-form input[type="submit"], #secondary .widget a.button, .product-loop-meta.no-transform .button, .product-loop-meta.no-transform .added_to_cart, [class*="elementor-kit"] .checkout-button {
    color: whitesmoke!important;
    background-color: var(--primary-color) !important;
    transition: .15s;
}



@media (min-width: 992px) {
    .woostify-container, .site-boxed-container #view, .site-content-boxed-container .site-content {
        max-width: 100%!important;
    }
}*/
