/**
* Theme Name: Organey Child
* Description: This is a child theme of Organey, generated by Merlin WP.
* Author: <a href="https://leebrosus.com/">HP</a>
* Template: organey
* Version: 2.8.3
*/

.encart {
    background-color: var(--primary);
    color: #fff;
    text-align: center;
    padding: 0 0 10px 0;
    flex: 0 0 25%;
    max-width: 23%;
    position: relative;
    border-radius: 10px;
    margin: 0 1%;
}

.encart h2{
    color: #fff;
    font-size: 18pt;
    position: absolute;
    text-shadow: 1px 1px #000;
    width: 100%;
    text-align: center;
    bottom: 0px;
    padding: 0;
    margin-bottom: 26px;
}

.encart p {
    padding:0;margin:0;
}
.encart img {
    width:100%;
    border-radius: 10px;
}
.category-recettes .post-thumbnail{
    width: 100%;
    overflow: hidden;
}
.category-recettes .post-thumbnail img.wp-post-image{
    height: 100%;
    position: absolute;
    margin-left: -50%;
    max-width: none !important;
}
.wp-post-image {
    margin-bottom: 6px;
    margin-left: auto;
    margin-right: auto;
  }
.prooduct-image{
    display: flex;
    align-items: center;
    height: 170px!important;
}
.product-image img {
    max-height: 170px!important;
    width: auto!important;
}

.woocommerce-product-gallery__image{
    display: flex!important;
    justify-content: center;
    min-height: 500px;
    align-items: center;
}

div.product .woocommerce-product-details__short-description {
    margin-bottom: 30px;
    padding-bottom: 0!important;
    border-bottom: none!important;
  }

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-horizontal .flex-control-thumbs img {
    width: fit-content!important;
    height: 90px!important;
    min-width: auto!important;
}

.single-recette-img img.wp-post-image{
    height: 300px!important;
    aspect-ratio: auto!important;
    position: relative!important;
    margin-left: 10px!important;
    width: auto!important;
}
.recette_infos{
    display: flex;
}
.recette_info{
    text-align: center;
    width:200px;
}
.recette_picto{
    height: 36px;
    width: auto;
    display: inline-block!important;
}
.recette_ingredients, .recette_preparation{
    font-size: 13pt;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 32px;
}
.liste_ingredients{
    margin-bottom:32px;
}
.post.category-questions img{
    width: auto;
    max-height: 96px;
}
.cat_name_sorting {
    display: inline-block;
    padding: 6px 10px;
    font-size: 14pt;
    text-transform: uppercase;
}

#woosq-popup .thumbnails img {
    object-fit: contain!important;
    width: 100%;
}

.organey-child-breadcrumb .organey-woocommerce-title {
    font-size: 18pt !important;
    margin-bottom: 2px !important;
    font-weight: 500 !important;
}

.organey-child-breadcrumb .woocommerce-breadcrumb{
    display:none!important;
}

.butnosrecettes a, .butnosrecettes span{
    color:#fff;
    text-decoration: none;
}

.butnosrecettes a:hover{
    text-decoration: underline;
}

@media screen and (max-device-width: 768px) {
    ul.products li.product a[class*="product_type_"] {
        font-size:11px!important;
    }
    .mc4wp-form-107 .mc4wp-form-fields input[type="submit"]{
        min-width:120px!important;
    }
    .elementor-2414 .elementor-element.elementor-element-c2197ae {
        margin-bottom: 0px!important;
    }
    .elementor-2414 .elementor-element.elementor-element-4b5d9c3 {
        display:none;
    }
    .encart {
        flex: 0 0 47%!important;
        max-width: 47%!important;
    }
    .elementor-element-16b48dd .elementor-heading-title {
        font-size: 17px!important;
        height: 64px!important;
        line-height: 20px!important;
      }
}