/*
*
*
*/

/* CUSTOM CSS START HERE */
/******************************************************************************/

/* RESET THEME CLASSIC ******************************************************** */
#index #wrapper {
    padding-top: 0 !important;
}

a:focus,
button:focus,
.btn:focus,
a:focus-visible,
button:focus-visible {
    outline: none;
    box-shadow: none;
}

/*
reset des couleurs
#24b9d7
#1d93ab

par 
#E64360
*/
.btn-primary:hover {
    background-color: #E64360;
}

.btn-primary,
.btn-primary:hover {
    font-family: "Amaranth", sans-serif;
    color: #fff;
    background-color: #E64360;
    border-color: transparent;
}

.btn-primary.active,
.btn-primary:active,
.open>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #E64360;
    border-color: transparent;
    background-image: none;
}

.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #E64360;
    border-color: transparent;
}

.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 {
    color: #fff;
    background-color: #E64360;
    border-color: transparent;
}

#blockcart-modal .product-name {
    font-size: 1.125rem;
    color: #E64360;
}

#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: #E64360;
}

.product-line-info a.label {
    color: #E64360;
}

/* modal cart */
.cart-content p {
    line-height: 1.7;
}

.cart-content .cart-products-count {
    color: #5EBCB1;
}

#blockcart-modal .cart-content .page-content.page-cms ul.cart-products-count,
#blockcart-modal .cart-content p.cart-products-count,
.page-content.page-cms #blockcart-modal .cart-content ul.cart-products-count {
    font-size: 1rem;
    font-weight: 600;
    color: #5EBCB1;
}

#index article .wishlist-button-add {
    position: absolute;
    top: .635rem;
    right: .635rem;
    z-index: 10;
}

/* END RESET THEME CLASSIC ******************************************************** */


/* BLOCK SEARCH **************************************************************** */
.teo-top-search input.elementor-search__input.ui-autocomplete-input {
    padding: 5px 10px 5px 10px !important;
    border-radius: 20px !important;
}

@media (max-width:1025px) {
    nav.elementor-nav--dropdown.elementor-nav__container {
        top: 40px !important;
        border-top: 1px solid rgba(230, 67, 96, 0.2);
    }
}

/* END BLOCK SEARCH ************************************************************ */


/* PAGE CMS / BLOG **************************************************************** */
#cms .page-header,
#cms .breadcrumb {
    display: none;
}

#cms #wrapper {
    padding-top: 0;
}

/* END PAGE CMS / BLOG ************************************************************ */



/* PAGE CATALOG **************************************************************** */
.block-category.teo-block-category {
    min-height: fit-content !important;
    margin-bottom: 1rem !important;
    padding-left: 0;
}

.product-miniature .thumbnail-top {
    position: relative;
    overflow: hidden;
    max-height: 250px;
    min-height: 250px;
    -webkit-box-shadow: 0px 10px 10px -5px #ddd;
    box-shadow: 0px 10px 10px -5px #ddd;
    z-index: 2;
}

.product-miniature .thumbnail-container .product-thumbnail img {
    position: relative;
    display: block;
    max-width: 250px;
    height: 250px;
    margin: auto;
    object-fit: cover;
}

.product-miniature .product-title a {
    font-size: .875rem;
    font-weight: 400;
    color: #54595F;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
}

.product-miniature .product-price-and-shipping {
    font-weight: 700;
    color: #79B7B0;
    text-align: center;
    letter-spacing: 0.03em;
}

.product-miniature .highlighted-informations .quick-view {
    font-size: 1rem;
    color: #000;
}

.product-miniature .highlighted-informations .quick-view:hover {
    color: rgb(230, 67, 97);
}

.product-miniature .thumbnail-container {
    position: relative;
    height: auto;
    margin-bottom: 3rem;
    overflow: visible;
    background: #fff;
}

.product-miniature .product-flags li.product-flag {
    min-width: 3.2rem;
    min-height: 3.2rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    border-radius: 3rem;
    margin-top: -9px;
    margin-left: -9px;
}

.product-flags li.product-flag.discount,
.product-flags li.product-flag.discount-amount,
.product-flags li.product-flag.discount-percentage {
    background-color: rgb(230, 67, 97);
}

.product-miniature .regular-price {
    display: inline-block;
    font-size: .875rem;
    color: #54595F;
    text-decoration: line-through;
    font-weight: 500;
}

.wishlist-button-add i {
    color: #79B7B0;
}

a.btn-teo-view-more {
    background-color: #E64360;
    border-radius: 73px;
    display: block;
    width: 80%;
    text-align: center;
    color: #fff;
    font-size: 15px;
    padding: 10px 0 10px 0;
    margin: 0 auto;
}

a.btn-teo-view-more:hover {
    background-color: rgb(230 67 96 / 78%);
    color: #fff;
}

/* END PAGE CATALOG **************************************************************** */


/* start module loyalty ************************************************************ */
p#loyalty {
    margin-top: 1.5em;
    line-height: 1.6em;
}

/* end module loyalty ************************************************************** */

/* start Page commande ************************************************************ */
body#checkout #footer {
    padding: 0;
    color: #7a7a7a;
    background: #fff;
}

/* END Page commande ************************************************************ */


/* start Carte Cadeau ************************************************************ */
#giftcard_product .content_scene_cat .content_scene_cat_bg {
    padding: 10px;
    background-color: #fff !important;
    width: 100%;
}

#giftcard_product .content_scene_cat span.category-name {
    font: 600 42px / 51px "Open Sans", sans-serif;
    margin-bottom: 12px;
    color: #E64360;
}

#giftcard_product .content_scene_cat span.category-name {
    font: 600 42px / 51px "Open Sans", sans-serif;
    margin-bottom: 12px;
    color: #E64360;
}

#giftcard_product .header {
    font-size: 18px;
    text-transform: uppercase;
    padding: 18px 0;
    background-color: #fff;
    margin-bottom: 20px;
    margin-top: 20px;
}

#giftcard_product #block_templates .product-image-container.selected img {
    outline: 5px solid #69AAE4;
    -moz-box-shadow: 0px 0px 5px 0px #c0c0c0;
    -webkit-box-shadow: 0px 0px 5px 0px #c0c0c0;
    -o-box-shadow: 0px 0px 5px 0px #c0c0c0;
    box-shadow: 0px 0px 5px 0px #c0c0c0;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#c0c0c0, Direction=NaN, Strength=5);
}

#giftcard_product i {
    display: none !important;
}

/* END Carte cadeau ************************************************************ */


/* Start My Account ************************************************************ */
.page-my-account #content .links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: center;
}

/* END My Account ************************************************************ */

/* 2024-11-19 */

.product-miniature .product-flags .product-flag.out_of_stock,
.product-miniature .product-flags .product-flag.online-only {
    display: none !important;
}

.product-miniature .product-flags li.product-flag.new {
    background-color: #E64360;
    border-radius: 0;
    color: #fff;
    font-size: 12px;
    padding: 0.5em 0.5em;
    line-height: 1em;
    min-height: fit-content;
    margin-top: 1em;
}

/* 2026-08-29 BLOCK Advanced Seach */





/* 2026-08-31 FOOTER */
.teo-footer-mobile .elementor-row {
    justify-content: center;
}

/* 2026-08-31 page CATALOG */
#module-pm_advancedsearch-searchresults #left-column,
#category #left-column {
    background-color: #F8CFD5;
    border-radius: 33px;
}

#module-pm_advancedsearch-searchresults #left-column .block-category h1,
#category #left-column .block-category h1 {
    color: #B0034B;
    font-weight: 700;
    font-size: 26px;
    text-align: center;
    text-transform: none !important;
}

#module-pm_advancedsearch-searchresults .pagination .col-md-6.offset-md-2.pr-0,
#category .pagination .col-md-6.offset-md-2.pr-0 {
    text-align: right !important;
}

.PM_ASBlockOutput .PM_ASBlockTitle {
    color: #B0034B;
    font-weight: 700;
    font-size: 26px;
    text-align: center;
}

.PM_ASBlockOutput .card-header {
    text-align: center;
}

.PM_ASBlockOutput .PM_ASCriterionsGroup {
    border-bottom: 1px solid #B0034B;
    margin-bottom: 0 !important;
    padding-bottom: 1rem !important;
}

.PM_ASCritRange.noUi-target .noUi-connect {
    background: #B0034B !important;
}

.PM_ASCritRange.noUi-target .noUi-touch-area {
    border: 1px solid #B0034B;
}

.PM_ASBlockOutputVertical .PM_ASCriterionsGroupTitle {
    border-bottom: none !important;
}

#module-pm_advancedsearch-searchresults .block-category.teo-block-category,
#category .block-category.teo-block-category {
    background-color: transparent !important;
    margin-bottom: 0 !important;
    padding: 1.25rem 1.25rem 0 1.25rem !important;
}

#module-pm_advancedsearch-searchresults .block-category.teo-block-category #category-description p,
#category .block-category.teo-block-category #category-description p {
    text-align: center !important;
    color: #B0034B;
}

#category #content-wrapper.left-column.col-xs-12.col-md-8.col-lg-9  {
    padding-right: 15px !important;
    padding-left: 35px !important;
}

#products .products, .featured-products .products, .product-accessories .products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    row-gap: 20px;
}

@media (min-width: 576px) {

    #module-pm_advancedsearch-searchresults .products .elementor.col-sm-6,
    #category .products .elementor.col-sm-6 {
        float: left;
        width: 33.3333%;
    }

    #module-pm_advancedsearch-searchresults .container,
    #category .container {
        width: 95%;
        max-width: 100%;
    }

}

@media (min-width: 576px) and (max-width: 920px) {

    #module-pm_advancedsearch-searchresults .products .elementor.col-sm-6,
    #category .products .elementor.col-sm-6 {
        float: left;
        width: 50%;
    }

    #module-pm_advancedsearch-searchresults .container,
    #category .container {
        width: 95%;
        max-width: 100%;
    }

}

@media (min-width: 768px) {

    #module-pm_advancedsearch-searchresults .container,
    #category .container {
        width: 95%;
        max-width: 100%;
    }
}

@media (min-width: 992px) {

    #module-pm_advancedsearch-searchresults #left-column,
    #category #left-column {
        width: 21%;
    }

    #module-pm_advancedsearch-searchresults #content-wrapper.col-lg-9,
    #category #content-wrapper.col-lg-9 {
        width: 79%;
    }
}

@media (min-width: 1200px) {

    #module-pm_advancedsearch-searchresults .container,
    #category .container {
        width: 1600px;
        max-width: 100%;
        padding: 0 5% 0 5%;
    }

    #module-pm_advancedsearch-searchresults .products .elementor.col-xl-4,
    #category .products .elementor.col-xl-4 {
        float: left;
        width: 25%;
    }
}



/* PUSH BLOG SUR LA HOME */
section.prestablog .title {
    display: none;
}

.teo-blog-push-home #blog_list_sb_1 {
    height: auto !important;
}

.teo-blog-push-home :is(#blog_list_1-7, .blog_list_1-7) {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    clear: both;
    padding: 0;
    transition: height 0.2s ease-out;
}

.teo-blog-push-home .blog-grid .block_top {
    height: 12vw !important;
}

.teo-blog-push-home .prestablog_more {
    display: block;
    background-color: transparent !important;
}

.teo-blog-push-home .block_bas {
    min-height: 9vw !important;
}

.teo-blog-push-home li.blog-grid {
    position: relative !important;
    left: unset !important;
    top: unset !important;
    width: 25% !important;
    transform: unset !important;
}

/* ===== PUSH BLOG HOME : on coupe les animations natives PrestaBlog ===== */
/* Source : modules/prestablog/views/css/grid-for-1-7-module.css
   - l.716-721 : transition: all .6s ease-in-out sur li *, a et .block_cont
   - l.593-596 : transition: all .6s ease-in sur les li
   - l.666-675 : zoom image scale(1.2) en 1s au survol
   - l.646-650 : box-shadow au survol
   + modules/prestablog/views/css/custom1.css : carte qui monte + scale(1.05) */
body#index .blog_list_1-7,
body#index .blog_list_1-7 *,
body#index .blog_list_1-7 li:hover * {
    transition: none !important;
    animation: none !important;
}

/* Effets de survol : zoom image + carte qui monte */
body#index .blog_list_1-7 li:hover .block_top img,
body#index .blog_list_1-7 .block_cont:hover .block_top img,
body#index .blog_list_1-7 .block_cont:hover {
    transform: none !important;
}

/* Ombre figee sur sa valeur de repos */
body#index .blog_list_1-7 li:hover .block_cont {
    box-shadow: 0 4px 16px rgba(0, 0, 0, .08) !important;
}

@media (min-width:1921px) {
    .teo-blog-push-home .block_bas {
        min-height: auto !important;
    }
    .teo-blog-push-home .blog-grid .block_top {
        height: 10vw !important;
    }    
}

@media (max-width:1024px) {
    .teo-blog-push-home li.blog-grid {
        width: 50% !important;
    }

    .teo-blog-push-home .blog-grid .block_top {
        height: 23vw !important;
    }
}

@media (max-width:768px) {
    .teo-blog-push-home li.blog-grid {
        width: 400px !important;
    }

    .teo-blog-push-home .blog-grid .block_top {
        height: 50vw !important;
    }
}

@media (min-width:475px) and (max-width:768px) {
    .teo-blog-push-home .blog-grid .block_top {
        height: 40vw !important;
    }
}