/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

@media all and (max-width: 1199px) {
    h1, .h1 {
        font-size: 2rem;
    }
    h1, .h1 {
        font-size: 1.7rem;
    }
}
@media all and (max-width: 575px) {
    h1, .h1 {
        font-size: 1.7rem;
    }
    h1, .h1 {
        font-size: 1.4rem;
    }
}


/* ********************** HEADER ******************** */
/* -------------------------------------------------- */
#wrapper {
    margin-top: 120px;
}
header#masthead {
    font-family: "Playfair Display",serif;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001;
    width: 100%;
    transition: cubic-bezier(0.5, 0.005, 0, 1) 0.6s;
    background: #fff;
    padding: 0;
}
header#masthead .header-top {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 1rem 0 0rem
}
header#masthead #logo {
    position: absolute;
}
header#masthead #logo a {
    display: block;
}
header#masthead #logo a img {
    max-width: 280px;
    transition: all 0.4s;
}
header#masthead .right-nav {
    display: flex;
    align-items: center;
    margin-left: auto;
}
header#masthead .right-nav .blockcart {
    position: relative;
}
header#masthead .right-nav img {
    filter: brightness(0);
    width: 32px;
    margin-left: 1rem;
}
header#masthead .right-nav .cart-products-count {
    display: flex;
    color: #fff;
    background: #cdafa0;
    border-radius: 100%;
    width: 1rem;
    height: 1rem;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 700;
    position: absolute;
    bottom: 0;
    right: 0;
}
header#masthead #mobile_search {
    margin: 0 1rem;
    cursor: pointer;
    display: none;
}

header#masthead #mobile_search img {
    filter: brightness(0);
    width: 29px
}
header#masthead span {
    transition: all .5s;
}
#adtm_menu .li-niveau1.advtm_menu_6 a.a-niveau1 span {
    background: #000;
    color: #fff;
    min-height: initial;
    padding: .5rem 1.5rem;
    border-radius: 3rem;
    font-weight: 500!important;
    margin-left: 1rem;
}
#adtm_menu .li-niveau1 a.a-niveau1 .advtm_menu_span {
    font-weight: 500;
    font-size: 1.1rem;
}
/*-------- Burger menu -------- */
#nav-icon {
    float: right;
    cursor: pointer;
    z-index: 10000;
    margin-top: 5px;
    margin-right: .5rem;
}
#nav-icon > div {
    display: inline-block;
}
#nav-icon div:first-of-type {
    width: 35px;
    height: 22px;
    z-index: 99999;
    transform: rotate(0);
    transition: 0.5s ease-in-out;
    cursor: pointer;
}
#nav-icon div:first-of-type span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #000;
    left: 0;
    top: 0;
    overflow: hidden;
    transition: all 0.25s;
}
#nav-icon div:first-of-type span:nth-child(1) {
    top: 0;
}
#nav-icon div:first-of-type span:nth-child(2) {
    top: 10px;
}
#nav-icon div:first-of-type span:nth-child(3) {
    top: 20px;
}
#nav-icon:hover div span {
    width: 100% !important;
    margin: 0 !important;
}
#nav-icon.open div span {
    width: 0 !important;
    left: 50%;
}
#nav-icon.open div span:nth-child(1) {
    transform: rotate(45deg);
    top: 10px;
    width: 100% !important;
    left: 0;
    margin-left: 0;
}
#nav-icon.open div span:nth-child(3) {
    transform: rotate(135deg);
    top: 10px;
    width: 100% !important;
    left: 0;
    margin: 0;
}
#adtm_menu_inner #menu {
    display: flex;
    align-items: center;
    justify-content: center
}
#adtm_menu .advtm_menu_span_6 {
    font-weight: 900!important;
}
@media all and (min-width: 1350px) {
    #nav-icon {
        display: none;
    }
    #adtm_menu .li-niveau1  {
        padding: 1rem 0;
    }
    #adtm_menu .li-niveau1 a.a-niveau1 .advtm_menu_span {
        line-height: 1.2!important;
    }
    .adtm_sub {
        padding: 1rem!important;
        max-width: 1100px;
        left: 0;
        right: 0;
        margin: auto;
        top: 85%!important;
    }
}
@media all and (max-width: 1349px) {
    #wrapper {
        margin-top: 85px
    }
    header#masthead .container {
        max-width: 100%;
        width: 90%;
    }
    header#masthead {
        padding: 0
    }
    header#masthead .container {
        width: 100%;
        padding: 0;
    }
    header#masthead .header-top {
        padding: 1.7rem 1.5rem;
        margin: 0;
    }
    header#masthead #logo a img {
        width: 250px;
    }
    header#masthead #header-menu {
        z-index: 300;
        position: fixed;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        opacity: 0;
        transition: opacity 0.3s 0s, transform 0s 0.3s;
        transform: translateY(-100%);
        overflow: scroll;
    }
    header#masthead.open {
        width: 100%;
        margin-top: 0;
    }
    header#masthead.open #header-menu {
        z-index: -1;
        transform: translateY(4rem);
        opacity: 1;
        transition: opacity 0.3s 0s, transform 0s 0s;
        padding: 1rem 2rem 6rem;
    }
    header#masthead #search_widget {
        position: absolute;
        z-index: 999;
        width: 100%;
        background: #fff;
        padding: .5rem 1rem;
        border-top: 1px solid #e5e5e5;
        top: 90%;
        left: 0;
        pointer-events: none;
        opacity: 0;
        transition: all .5s
    }
    header#masthead #search_widget.openSearch {
        top: 100%;
        pointer-events: auto;
        opacity: 1;
    }
    header#masthead #mobile_search {
        display: block;
    }
    #adtm_menu_inner #menu {
        display: initial;
    }
    header#masthead .li-niveau1 .adtm_sub {
        box-shadow: none!important;
        background: #f8f8f8;
        padding: 1rem 5px!important;
    }
    .advtm_menu_6 a:hover .advtm_menu_span_6, .advtm_menu_6 a.advtm_menu_actif .advtm_menu_span_6, .advtm_menu_6:hover > a.a-niveau1 .advtm_menu_span_6 {
        color: #000!important;
    }
    #adtm_menu .li-niveau1 a.a-niveau1 .advtm_menu_span {
        padding: 2rem 0;
    }
    #adtm_menu .li-niveau1.advtm_menu_6 a.a-niveau1 span {
        border-radius: 0;
        padding: 2rem 1rem;
        margin-left: 0;
    }
    #wrapper .breadcrumb {
        padding-top: 1.3rem;
    }
}
@media all and (max-width: 575px) {
    header#masthead .header-top {
        padding: 0.3rem 1.5rem;
    }
    header#masthead #logo {
        position: initial;
        margin: 0 auto;
        padding: 0 1rem;
    }
    header#masthead #logo a img {
        width: 100%!important;
        max-width: 170px;
    }
    header#masthead .right-nav {
        margin-left: 0;
    }
    header#masthead .right-nav img {
        width: 25px;
        margin-left: .5rem;
    }
    header#masthead .user-info img {
        margin-left: 0;
    }
    header#masthead .right-nav img, header#masthead #mobile_search img {
        width: 25px;
        margin-left: .5rem;
    }
    header#masthead #mobile_search {
        margin: 0;
    }
    #nav-icon div:first-of-type {
        width: 30px;
    }

}



/*--------------------------------------------------------------
# GENERAL
--------------------------------------------------------------*/

.bg-beige {
    background: #ede7de;
    position: relative;
}
.bg-beige::before {
    content: '';
    display: block!important;
    width: 300%;
    height: 100%;
    position: absolute;
    left: -100%;
    top: 0;
    background: #ede7de;
}

.ultb3-box {
    min-height: 550px!important;
    display: flex;
    border-radius: 1rem;
    background: #000;
}

.ultb3-box > img {
    height: 100%!important;
    width: 100%!important;
    object-fit: cover;
    opacity: .7;
}

.ultb3-box .ultb3-info {
    margin-top: auto;
    top: initial!important;
    color: #fff;
    background: linear-gradient(0deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}

.ultb3-box .ultb3-info .ultb3-title {
    color: #fff;
    font-family: "Playfair Display", serif;
    font-weight: 700!important;
    font-size: 2rem;
}

.ultb3-box .ultb3-info .ultb3-desc {
    font-size: 1rem;
}

.ultb3-box .ultb3-info .ultb3-btn {
    font-size: 1.1rem;
    padding: 10px 25px;
    margin-top: .5rem;
}

.ultb3-box .ultb3-info .ultb3-btn i {
    width: .8rem;
    height: .8rem;
    right: 0px;
    border: solid;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(45deg) translate(-20px, 12px);
}


.ultb3-box .ultb3-info .ultb3-btn:hover {
    padding-right: 3rem;
}

    /*--------------------------------------------------------------
    # BLOG
    --------------------------------------------------------------*/

section.prestablog {
    max-width: 1500px;
    margin: auto;
}
#blog_list_1-7.owl-carousel {
    height: auto!important;
    margin: 0;
}
#blog_list_1-7.owl-carousel .tiers {
    position: initial!important;
    width: 100%;
    padding: 0 2rem 2rem;
    border-left: solid 1px #ccc;
}
#blog_list_1-7 a {
    color: #000;
}
#blog_list_1-7 .block_cont {
    border: 0;
}
#blog_list_1-7 .tiers .block_cont .block_top a {
    width: 100%;
}
#blog_list_1-7 .tiers:hover .block_cont {
    box-shadow: none;
}
#blog_list_1-7 .tiers:hover .block_cont .block_top img {
    -webkit-transform: scale(1.1)rotate(0deg);
    transform: scale(1.1)rotate(0deg);
}
#blog_list_1-7 .tiers .block_cont .block_top img {
    -webkit-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
}
#blog_list_1-7 .prestablog_more {
    background: transparent!important;
}
#blog_list_1-7 .prestablog_more a {
    color: #000!important;
    display: flex!important;
    padding: 0;
    margin-top: 1rem;
    height: initial;
    text-decoration: underline!important;
    background: none!important;
}
#blog_list_1-7 .prestablog_more a i {
    display: none;
}
#module-prestablog-blog .cat_desc_blog {
    margin-top: 3rem;
}
#blog_list_1-7 .date_blog-cat {
    font-size: 1rem;
    margin-bottom: .5rem;
    display: block;
}
#blog_list_1-7 .blog-grid .block_bas {
    padding: 2rem 0 0;
}
#blog_list_1-7 h3 {
    font-size: 1.1rem;
    line-height: 1.3;
    min-height: 50px;
}
/*Single*/
#module-prestablog-blog h1 {
    font-size: 2.5rem;
    margin-bottom: .25rem!important;
}
#module-prestablog-blog #prestablogfront {
    border: 0;
    padding: 0;
    margin-top: 1rem;
    text-align: center;
    max-width: 800px;
}
#module-prestablog-blog #prestablogfront img {
    float: none;
    margin: 0 0 1rem;
}
#module-prestablog-blog #prestablogfront time.date {
    margin: 1rem 0 2rem;
}
#module-prestablog-blog #prestablogfront time.date:before,
#module-prestablog-blog #prestablogfront .info_blog:before {
    /*content: none;*/
}
#module-prestablog-blog .prestablogExtra {
    border: 0;
    padding: 0;
    margin-bottom: 4rem;
    max-width: 800px;
}
#module-prestablog-blog .prestablogExtra .prestablogtitle {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
}
#module-prestablog-blog .prestablogExtra .soc-buttons .soc-text {
    display: none;
}
#module-prestablog-blog .prestablogExtra .soc-buttons > li {
    width: auto!important;
}
#module-prestablog-blog .prestablogExtra .soc-buttons > li a {
    width: 3rem;
    height: 3rem;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
#module-prestablog-blog .prestablogExtra .soc-buttons > li a .soc-icon {
    height: 1.5rem;
    left: 0;
    padding-top: 0;
    width: 1.5rem;
    position: relative;
}
#module-prestablog-blog .prestablogExtra .soc-buttons > li a .soc-icon {
    height: 1.5rem;
    left: 0;
    padding-top: 0;
    width: 1.5rem;
    position: relative;
}
#module-prestablog-blog .prestablogExtra .soc-buttons > li a .soc-icon svg {
    position: initial;
    width: 100%;
    height: 100%;
}
#blog_list_1-7 li.tiers {
    border-left: solid 1px #cacaca;
    padding: 0 2rem;
    margin-bottom: 3rem;
}
#prestablog_menu_cat {
    display: none;
}
#prestablog_menu_cat nav ul {
    background: #f3f3f3;
}
#prestablog_menu_cat nav ul li a {
    color: #6a6a6a;
    font-size: 1rem;
}
#prestablog_menu_cat nav ul li i {
    color: #6a6a6a;
}
#blog_list_1-7 {
    margin-bottom: 3rem;
    height: auto!important;
}
#blog_list_1-7 li {
    position: initial!important;
}
@media all and (max-width: 1199px){
    #blog_list_1-7 li.tiers {
        width: 50%;
    }
}
@media all and (max-width: 767px){
    #blog_list_1-7 li.tiers {
        width: 100%;
    }
    #blog_list_1-7.owl-carousel .tiers {
        border-left: 0;
    }
}


/* OTHERS*/

#cart #wrapper,
#checkout #wrapper
{
    margin-top: 11rem;
}

.fakeFullWidth {
    position: relative;
}
.fakeFullWidth::before {
    background: #000;
    width: 200%;
    position: absolute;
    display: block;
    height: 100%;
    top: 0;
    left: -50%;
}

.bg-dark {
    background: #000;
}
.bg-dark h1, .bg-dark h2 {
    color: #cdafa0
}
.bg-dark p {
    color: #fff
}
.vc_row-o-content-middle {
    align-items: center;
}

.vc_col-sm-4.border-violet.wpb_column.vc_column_container,
.vc_col-sm-4.border-pink.wpb_column.vc_column_container,
.vc_col-sm-4.border-blue.wpb_column.vc_column_container {
    text-align: center;
    padding: 15px;
    flex: 1 1 0;
}
#temoignages {
    padding: 20px 180px;
    border: 5px solid #ba4bb4
}
.avisclient {
    text-align: center;
    background-color: #f9f9f9;
    padding: 35px;
}
.vc_col-sm-6.avisclient.wpb_column.vc_column_container {
    width: 48%;
    margin: 1%;
}
.cbdbg {
    background-position: top;
    background-size: contain;
}
.subcategory-image {
    width: 48%;
    overflow: hidden;
    float: left;
    margin-right: 2%;
    margin-bottom: 2%;
}
.subcategory-image img {
    width: 100%;
}
.product-discounts-title {
    font-family: 'Bangers', sans-serif;
    margin-bottom: 0.5rem;
    font-size: 1.3em!important;
    font-weight: 300;
    line-height: 1.1;
    color: #333333;
    text-transform: uppercase;
}
.product-discounts {
    margin-top: 1.5rem
}
.wpb_toggle_content h4, h4.wpb_toggle {
    color: #333!important;
    margin-top: 25px!important;
}
.eupopup-container-bottomright {
    border: 4px solid #4fbfd8;
}
@media (max-width: 1199px) {
    #cart #wrapper,
    #checkout #wrapper
    {
        margin-top: 6rem;
    }
    #temoignages {
        padding: 2rem;
    }
    .vc_col-sm-6.avisclient.wpb_column.vc_column_container {
        width: 100%;
        margin: 0 0 30px
    }

}
@media (max-width: 767px) {
    #cart #wrapper,
    #checkout #wrapper
    {
        margin-top: 4rem;
    }
}
@media (max-width: 600px) {
    .subcategory-image {width: 100%;}
}