:root {
  --or_logo: #CB9938;
}


/* reset */

body h1{
    background-color: transparent;
    border: none;
    text-transform: none;
    text-align: inherit;
    color: inherit;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.3 !important;
    font-weight: 300;
    margin: 0 0 15px;
}

a{
    color: var(--or_logo);
}


/* general */

.overflow_hidden{
    overflow: hidden !important;
}

body:not(.elementor-editor-active) .hide_elem{
    display: none !important;
}

body.elementor-editor-active .hide_elem{
    opacity: 0.2;
}

.color_logo{
    color: var(--or_logo);
}

.text-center{
    text-align: center;
}


/* header */

@media (min-width:992px) 
{
    .col_menu_top_left{
        width: 65%;
    }
    
    .header-social{
        width: 35%;
        padding-left: 15px;
    }
}

.dt-sc-shop-menu-icon .dt-sc-shop-menu-cart-icon:before{ 
    font-family: 'Font Awesome 5 Free' !important;
    background-image: url(../images/cart.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 16.5px;
    height: 19px;
}



/* home page */

#slider h1{
    font-family: "Josefin Sans";
    color: rgb(255, 255, 255);
    text-decoration: none;
    white-space: nowrap;
    text-align: left;
    line-height: 70px;
    letter-spacing: 0px;
    font-weight: 300;
    font-size: 58px;
    margin: 0;
}


.section_collections .dt-sc-image-caption.type4 .dt-sc-image-wrapper{
    height: 260px;
}

.section_collections .dt-sc-image-caption.type4 .dt-sc-image-wrapper a{
    height: 100%;
}

.section_collections .dt-sc-image-caption.type4 .dt-sc-image-wrapper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.dt-sc-image-caption.type4 .dt-sc-image-title h3{
    line-height: 50px !important;
}


/* single post */

#comments{
    display: none !important;
}


/* page produit */

body.woocommerce .product .dt-sc-product-summary>div .product_title{
    margin-bottom: 25px;
    line-height: 1.2em !important;
}


/* responsive */

@media (max-width:1365px) /* testé sur 1200px */
{

}


