/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.1
 Text Domain:  woodmart
*/

.wd-nav-arrows.wd-pos-sep:after
{
    display: none !important; 
}

.ui-tooltip {
    background-color: #00a0ac;
    color: white;
    font-size: 13px;
}

.row-front-page {
    z-index: 100;
}

/* Gravity form devis */

.gfield--type-html.gform-span-two-rows
{
    padding-top: 22px;
}

.gform-span-two-rows {
    grid-row: span 6;
}

.gform-devis-contact {
    display: none;
}

#btn-form-contact button {
    background-color: #0096a1;
}

#btn-form-contact button:active {
    background-color: #0096a1a8;
}
/*****/

/*
*, :after, :before {
    box-sizing: border-box;
    z-index: 2 !important;
}
*/

/*
h2 {
    font-family: "Inter", Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 30px;
    color: #666666 !important;
}
h3 {
    font-family: "Inter", Arial, Helvetica, sans-serif;
    font-size: 10px !important;
}
    */

/*
 Shop blocs
*/
.category-grid-item .category-title {
    margin-bottom: 0;
    color: #333;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.5;
}
.category-grid-item .more-products>a {
    color: inherit;
    display: none;
}

.woocommerce-ordering select {

    display: none;
}

.woodmart-products-per-page {

    display: none;
}

.page-title.color-scheme-light .entry-title {
    color: #FFF;
    display: none;
}

.shop-title-wrapper .entry-title {

    display: none;
}

.title-design-centered:not(.without-title) .woodmart-back-btn {

    display: none;
}
.category-nav-link .category-name {

    display: none;
}
.color-scheme-light .category-nav-link .category-products-count {
    display: none;
}
.meta-location-add_to_cart .product_meta>span, .popup-quick-view .product_meta>span {

    display: none;
}
.tabs-layout-tabs .tabs li a {

    display: none;
}
.woocommerce-ordering select {

    display: none;
}
/*
 Couleurs titres cat sur page produits
*/
.category-grid-item .category-title {
    margin-bottom: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.5;
}
/*
Titres cat  page catégories
*/
.woocommerce-breadcrumb .breadcrumb-last, .yoast-breadcrumb .breadcrumb_last {
    margin-right: 8px;
    font-weight: 700;
    color: #0096a1;
    font-size: 16px;
}
/*
Top divider
*/
.dvr-overlap-enable.dvr-position-top svg {
    top: -35px;
}

/* GIP - 12.08.2021 ************************************** */
@media screen and (max-width: 500px)
{
    h2
    {
        line-height: normal !important;
    }
    .custom_products_flip_box_mobile > .vc_column-inner
    {
        margin-right: 0 !important;
        padding-right: 20px !important;
        padding-left: 20px !important;
    }
    h2.vc_custom_heading
    {
        font-size: 48px !important;
    }
}


/*
 Couleurs titres cat sur page produits
*/
title h4 .element-title .col-12{
    font-family: "Inter", Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 20px!important;
    color: #0096a1;
}
/*
 Bloc prix produits
*/
.woodmart-price-table .woodmart-plan-price {
    padding: 15px 20px;
    background-position: center center;
    background-size: cover;
    line-height: 1.5!important;
	}
	/*
 Titre catégories
*/
.category-grid-item .category-title {
    margin-bottom: 0;
    color: #000!important;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.5;
}

.menuenov
{
    font-family: "Inter", Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 20px!important;
    color: #0096a1;
}


/* Custom menu item */
#menu-item-9668
{
    background-color: #01a0ac;
    color: #fff;
    border-radius: 25px;
    padding: 0px 10px;
    margin: 0;
}
#menu-item-9668 a
{
    color: #fff !important;   
}

#menu-item-9577 
{
    background-color: #01a0ac;
    color: #fff;
    border-radius: 25px;
    padding: 0px 10px;
    margin: 0;
}
#menu-item-9577 a
{
    color: #fff !important;
}

#menu-pomtava.wd-nav>li>a
{
    height: 30px;
}



/* Shop page */
.enov_custom_sidebar_shop ul.sub-sub-menu
{
    margin: 0;
    padding: 0;
}
.enov_custom_sidebar_shop ul.sub-sub-menu li:before
{
    display: none;
}
.enov_custom_sidebar_shop ul.sub-sub-menu a
{
    font-size: 13px;
    font-weight: 500;
    color: #000;
}

.product-grid-item:hover img
{
    transform: scale(1.1);
}

.product-grid-item img
{
    transition: transform .2s;
}

/* FIX Padding top / bottom */
.page-template-default .wd-content-layout, .product-template-default .wd-content-layout
{
    padding-block-start: 0;
}

/* FIX Header z-index */
/*
.whb-main-header
{
    z-index: 99999 !important;
}
.whb-clone, .whb-sticked .whb-main-header
{
    top: 0 !important;
} */


/* SINGLE PRODUCT PAGE */
.liste-generalites {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem 2rem;
  margin-top: 1em;
}

.item-generalite {
  display: flex;
  flex-direction: column;
}

.titre-generalite {
  color: #007a87; /* bleu comme dans ton exemple */
  font-weight: bold;
  margin-bottom: 0.3em;
}

.description-generalite {
  color: #555;
  margin: 0;
}

/* Modeles listing */
.liste-modeles
{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.liste-modeles .item-modele
{
    width: calc(33.3% - 20px);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    border: 1px solid #e0e0e0;
}

/*
.liste-modeles .item-modele.item-modele-column-4
{
    width: calc(25% - 22.5px);
}
.liste-modeles .item-modele.item-modele-column-2
{
    width: calc(50% - 15px);
}
.liste-modeles .item-modele.item-modele-column-1
{
    width: 70%;
}
*/

.liste-modeles .item-modele.item-modele-column-25
{
    width: calc(25% - 22.5px);
}
.liste-modeles .item-modele.item-modele-column-33
{
    width: calc(33.3% - 20px);
}
.liste-modeles .item-modele.item-modele-column-50
{
    width: calc(50% - 15px);
}
.liste-modeles .item-modele.item-modele-column-100
{
    width: 80%;
}


.liste-modeles .item-modele .image-modele
{
    max-height: 300px;
    object-fit: contain;
}
.liste-modeles .item-modele .bandeau-titre
{
    background-color: #007a87;

    padding: 15px;
    width: 100%;
    text-align: center;
}
.liste-modeles .item-modele .bandeau-titre p, .liste-modeles .item-modele .bandeau-titre h4
{
    margin: 0;
    color: #FFF;
}
.liste-modeles .item-modele .bandeau-titre p
{
    font-size: 15px;
}
.liste-modeles .item-modele .bandeau-titre h4
{
    font-size: 32px;
}
.liste-modeles .item-modele .liste-specifications
{
    list-style-type: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0;
    padding: 15px;
    width: 100%;
}
.liste-modeles .item-modele .liste-specifications li
{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e0e0e0;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    gap: 30px;

    font-size: 14px;
}
.liste-modeles .item-modele .liste-specifications li strong
{
    text-align: left;
}
.liste-modeles .item-modele .liste-specifications li p
{
    text-align: right;
    margin: 0;
}
.liste-modeles .item-modele .rotation-modele
{
    width: 100%;
    padding: 0 15px 15px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 14px;
    gap: 10px;
}
.liste-modeles .item-modele .rotation-modele strong
{
    margin-right: auto;
}
.liste-modeles .item-modele .rotation-modele .icone-rotation
{
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.liste-modeles .item-modele .fiche-technique
{
    margin-top: auto;
    padding: 20px 0;
}
.liste-modeles .item-modele .fiche-technique .btn-fiche
{
    padding: 8px 20px;
    border-radius: 30px;
    color: #fff;
    background-color: #0096a1;
    font-size: 15px;
}

@media screen and (max-width: 900px)
{
    .liste-modeles .item-modele
    {
        width: calc(50% - 15px);
    } 
    .liste-modeles .item-modele.item-modele-column-25
    {
        width: calc(50% - 15px);
    }
    .liste-modeles .item-modele.item-modele-column-33
    {
        width: calc(50% - 15px);
    }
    .liste-modeles .item-modele.item-modele-column-50
    {
        width: calc(50% - 15px);
    }
    .liste-modeles .item-modele.item-modele-column-100
    {
        width: 90%;
    }
}

@media screen and (max-width: 600px)
{
    .liste-generalites .titre-generalite
    {
        font-size: 16px;
    }
    .liste-generalites .description-generalite
    {
        font-size: 14px;
    }

    .liste-modeles .item-modele
    {
        width: 100%;
    } 
    .liste-modeles .item-modele.item-modele-column-25
    {
        width: 100%;
    }
    .liste-modeles .item-modele.item-modele-column-33
    {
        width: 100%;
    }
    .liste-modeles .item-modele.item-modele-column-50
    {  
        width: 100%;
    }
    .liste-modeles .item-modele.item-modele-column-100
    {
        width: 100%;
    }
}


/* Principe fonctionnement zone product */
.principe_fonctionnement img
{
    max-width: 500px;
}


/* Contact form  */
.gravity_contact
{
    display: block;
}
.gravity_devis
{
    display: none;
}

#gravity_contact_click, #gravity_devis_click
{
    cursor: pointer;
}


/* Selecteur de langue */
.trp-shortcode-switcher__wrapper
{
    float: right !important;
    margin-bottom: -5px !important;
}
.trp-shortcode-switcher__wrapper > div
{
    border: 0;
}







