/*
Theme Name: Riode Child - Customer
Theme URI: https://riode.org/
Author: D-THEMES
Author URI: https://riode.org/about-me/
Description: Riode Responsive WordPress + eCommerce Theme.
Version: 1.0
Template: riode
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/

/**Header**/
.mobile-select-language {
    color: #e1e1e1;
}
.header .custom-header {
    background-color: #000 !important;
}
.sticky-content-wrapper .custom-header {
    padding-bottom: 20px;
}
.header .sticky-content.fixed {
    padding-bottom: 0px;
}
.breadcrumb {
    margin-top: 20px;
}
.header {
    margin-bottom: 0 !important;
}
.header main {
    padding-bottom: 0 !important;
}

/*Contact Form*/
.border .wpcf7-form-control {
    border: 0px solid #000 !important;
    position: relative;
    right: 31px;
    bottom: 20px;
}


/*Footer*/
.page-wrapper #footer {
    background-color: #000 !important;
}
.flex_block_social .wpb_wrapper.vc_column-inner {
    display: flex;
    flex-direction: row;
}


@media (max-width: 1250px) {
    .colzoneBlocTitreHaut .colAbsolute h2 {
        font-size:0.8rem;
    }
    .colzoneBlocTitreHaut .absolute {
        width: calc(100% - 52px);
        margin: 0px 16px;
        padding: 15px;
        top:-30px;
    }
}

@media (max-width: 1115px) {
    .colzoneBlocTitreHaut .colAbsolute h2 {
        font-size:1rem !important;
    }
}


@media (max-width: 991px) {
    .mobile-menu-container {
        background-color: #000;
    }
    #menu-main-menu {
        background-color: #000;
    }
    .titreBlocImageTexte h2 {
        font-size:2rem !important;
    }
    .colzoneBlocTitreHaut .colAbsolute  {
        width: 33% !important;
    }
}
@media (min-width: 992px) {
    .dropdown.mobile-links .dropdown-box {
        padding: 9px 0 0 0;
    }
}
@media (max-width: 697px) {
    .colzoneBlocTitreHaut .colAbsolute  {
        width: 50% !important;
    }
}


.page-content > .container:first-child {
    /* Par exemple, pour la masquer */
 /*   max-width: unset !important;
    padding-left: 0 !important;
    padding-right: 0 !important;*/
}

/*Popup Marker*/

.pum-theme-6707 .pum-container, .pum-theme-enterprise-blue .pum-container{
    padding: 14px;
}
.popup-laminoterie{
    margin: 0px;
}

#disconnect{
    margin-bottom: 0 ;
}
.bouton-deconnexion{
    color: #fff;
}

.page-title-bar, .wpml-ls-statics-footer{
    display: none;
}


/*LDS : mon compte*/
.ywraq-with-form .button  {
    background-color: #000;
    color:#fff;
    border:2px solid #000;
}
/*LDS : masque le lien commandes car si on le cache depuis les param Woo l'onglet devis disparait aussi*/
.woocommerce-MyAccount-navigation-link--orders {
    display: none;
}
/*LDS :alignement fil d'arizne au titre du produit*/
ul.breadcrumb.home-icon { justify-content: left;}
/*LDS : btn parcourir la liste dans la fiche produit */
.yith_ywraq_add_item_browse_message {
    width: 100%;
    float: left;
    margin: 20px 15%;
}
.yith_ywraq_add_item_browse_message a{
    color:#fff;
    width:auto;
    float:left;
    padding: 5px;
    background-color: #000;
    border:2px solid #000;
    font-size: 1em;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    text-align: center;
    word-break: break-word;
    padding: 1rem 2rem;
    text-decoration: none;
    cursor: pointer;
}
.single-product .yith_ywraq_add_item_browse_message {
    margin: 20px 0;
}
/*LDS : texte ajout à la liste dans le catalogue  */
.yith_ywraq_add_item_product_message,.yith_ywraq_add_item_response_message { 
    font-weight: bold;
    line-height: 1.2;
    padding: 10px;
}
.wc-product-table .cart .quantity {

display: flex !important;
}

.wp-admin #adminmenu li#toplevel_page_vc-welcome{
    display: none !important;
}
