/**
Theme Name: Nom du thème
Author: L'ébullition créative
Author URI: https://www.lebullitioncreative.com/
Template: hello-elementor
*/


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

.zoomimg {
	overflow: hidden !important;
}

.rotate {transform:rotate(-90deg);}

/* ---------------------Footer--------------------- */

/* titre h1 des pages */
h1.entry-title {
	    padding-top: 30px;
}
.faq_bloc details summary h2 {
    font-weight: 400 !important;
    text-transform: inherit;
    font-size: 19px;
}

.faq_bloc details summary h2:before {
    content: '🌿';
    margin-right: 0.5rem;
}
#titreH1 .premium-dual-header-first-span {
    text-transform: uppercase;
    font-size: 34px;
}

#titreH1 .premium-dual-header-second-header {
    text-transform: uppercase;
    font-family: "Roboto", Sans-serif;
    font-size: 24px;
    letter-spacing: 3.5px;
    line-height: 1.2;
}

.sectionH1home h1 {
    margin-top: 2rem;
    text-transform: uppercase !important;
    font-family: "Roboto", Sans-serif !important;
    letter-spacing: 3.5px !important;
    line-height: 1.2;
    font-size: 30px !important;
    font-weight: 300 !important;
}
.sectionH1home h1 span{
    font-weight: 500;
}

.sectionH1home .elementor-container.elementor-column-gap-default {
    min-height: unset !important;
}

/* woocommerce */

#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    display: block;
    text-align: center;
    margin-bottom: 1em;
    font-size: 1.25em;
    border-radius: 0 !important;
    font-size: 16px;
    font-weight: 500;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #000000 !important;
    color: #fff;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #1c2226 !important;
    color: #fff;
}

.eael-product-title .woocommerce-loop-product__title div{
    font-size: .9rem;
    font-weight: normal;
    margin: 0.5rem 0;  
}

.eael-product-title .woocommerce-loop-product__title span{
    font-weight: normal;
    font-style: italic;
    font-size: .8rem;
    display: block;
}


.elementor-item .has-submenu{
    font-weight: bold;
}

h2.woocommerce-loop-product__title {
    display: flex;
    flex-direction: column;
}

.woocommerce ul.products li.product .button{
    display: flex;
    justify-content: center;  
    color: white;
    background: black;
}

.provenance{
    font-weight: normal;
    font-style: italic;
    font-size: .8rem;
    display: block;
    text-align: center;
}

.prix{
    font-size: .9rem;
    font-weight: normal;
    margin: 0.5rem 0;
    text-align: center;
}

h2.woocommerce-loop-product__title {
    text-align: center;
}

.quantity{
    display: flex;
    align-items: center;
}

.quantity::before{
    content: "Saisir la quantité";
    font-size: 1rem;
    margin: 0 0.5rem 0 0;
}

.elementor-shortcode .provenance {
    text-align: left;
    font-size: 1.3rem;
}

.elementor-shortcode .prix {
    text-align: left;
    font-size: 1.3rem;
}


/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background-color: transparent !important;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    line-height: 1;
    opacity: 1;
    color: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: black !important;
    border-radius: 100%;
    padding: 0.25rem;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

.slide img{
    width: 100%;
}

.slider-nav{
    z-index: 9;
}

.icon-img {
    position: absolute;
    top: 0;
    margin: 1rem;
    max-width: 50px;
}

.img-produit {
    margin: 0.5rem 0;
}

.icon-img-boutique {
    position: absolute;
    top: 0;
}

.img-produit {
    margin: 0.5rem 0;
}

.icon-img-boutique img.img-produit-boutique.promos {
    width: 140px !important;
    max-width: none;
    margin: 0 !important;
}

.icon-img-boutique img.img-produit-boutique {
    max-width: 25px;
    margin: 0.25rem 1rem !important;
}

.icon-img {
    position: absolute;
    top: 0;
    margin: 0rem;
}

.img-produit{
    max-width: 50px;  
    margin: 0 0.5rem;
}

.icon-img .promo{
    width: 180px;
    max-width: initial;
    margin: 0;
}

/* Custom CSS FAQ Categories ***/

.faq_bloc details {
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 10px;
}

.faq_bloc details summary {
    cursor: pointer;
    outline: none;
    list-style-type: none;
    padding: 20px;
}

.faq_bloc details summary > *{
    margin: 0;
}

.faq_bloc details div {
    padding: 0 20px 20px;
}

.faq_bloc details div p {
    margin-bottom: 0;
}

.faq_bloc details summary::-webkit-details-marker {
    display: none;
}

.slick-list .slick-track {
    margin: .5rem 0;
}

.woocommerce-loop-product__title{
    text-transform: uppercase;
    font-style: normal;
    letter-spacing: 2px;
    text-align: center;
}

@media screen and (max-width: 768px) {
    button.single_add_to_cart_button {
        width: 100%;
        margin-top: 2rem !important;
    }
}
form.dgwt-wcas-search-form {
    margin-top: 15px;
    margin-bottom: 10px;
}
.elementor-sticky--active form.dgwt-wcas-search-form {
    margin-top: -10px;
    margin-bottom: 5px;
}
.etapes, .etapesbis{
    text-align: center;
    min-height: 185px;
}

.etapes .chiffre {
    border: 1px solid #fff2DE;
    border-radius: 100%;
    padding: 20px;
    width:25%;
    font-size: 1.5rem;
    margin: 0 auto;
    margin-bottom: 10px; 
    color: #000000;
    background-color: #fff2DE;
}

.etapesbis .chiffre {
    border: 1px solid #DDFAE9;
    border-radius: 100%;
    padding: 20px;
    width:25%;
    font-size: 1.5rem;
    margin: 0 auto;
    margin-bottom: 10px; 
    color: #000000;
    background-color: #DDFAE9;
}

.etapes .desc, .etapesbis .desc{
    color: #000;
    font-size: 1.2rem;
    font-weight: 400;
}
#pourquoi p, #pourquoi a {
    color: #000;
    font-size: 1.2rem;
}
#pourquoi .elementor-button-wrapper a {
    color: white !important;
}

.slider-nav button.slick-arrow {
    font-size: 0;
}
.slick-next:before {
    font-size: 1rem;
}
.slick-prev:before {
    font-size: 1rem;
}

/*nav .elementor-nav-menu--dropdown {
  display: none !important;
}

ul .elementor-nav-menu--dropdown {
  display: none;
}
*/

.quick-sale-blog {
    margin-top: 5rem;
    margin-bottom: 3rem;
}
.eael-entry-thumbnail.eael-image-ratio {
    min-height: 150px;
}
.eael-entry-thumbnail.eael-image-ratio img{object-fit: cover;}

a.eael-grid-post-link {
    letter-spacing: 0px;
}

ul.child-cat {
    white-space: nowrap;
    width: 100%;
    text-align: center;
    margin-bottom: 3rem;
    margin-top: 1rem;
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    align-items: center;
    justify-content: center;
}
h2.center {
    text-align: center;
    margin-bottom: 2rem;
}
ul.child-cat li {
    flex: 0 0 0%;
    box-sizing: border-box;
    padding: 10px;
    margin-bottom: 1rem;
}

ul.child-cat li a {
    background: #000000;
    color: white;
    border-radius: 3px;
    padding: 0.8rem 2rem;
    border: 2px solid #000000;
    transition: 0.4s;
}

ul.child-cat li a:hover {
    background: transparent;
    color: #000000;
}

#ekit-megamenu-mega-menu .menu-item a{
    padding: 0px 6px 0px 6px;
    font-size: .8rem;
}

.elementskit-megamenu-panel {
    top: 20px !important;
}

form.dgwt-wcas-search-form {
    margin-top: 5px;
}

input#dgwt-wcas-search-input-1 {
    padding: 8px 12px 8px 48px;
    line-height: 16px;
    font-size: 14px;
}

button.dgwt-wcas-search-submit {
    top: 10px !important;
}

.category-blog .elementor-post__thumbnail {
    padding-bottom: calc(1* 100%) !important;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
    padding: 5px 10px;
}

.elementor-sticky--active form.dgwt-wcas-search-form {
    margin-bottom: 0px !important;
}