/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

body{
    overflow-x: hidden;
}

/*FOOTER*/

body.archive .footer-plants{
    background: none !important;
    min-height: unset !important;
}

/*PAGINATION*/
span.page-numbers.prev,span.page-numbers.next{
    display: none;
}

/*Floating cookie button*/
#cmplz-manage-consent .cmplz-manage-consent {
    bottom: 30px !important;
    left: 30px !important;
    border-radius: 100% !important;
    color: var(--e-global-color-text) !important;/*CHANGER LA COULEUR*/
    background: var(--e-global-color-text) !important;/*CHANGER LA COULEUR*/
    padding: 15px 15px 15px 15px !important;
    min-width: unset !important;
    width: 45px;
    height: 45px !important;
    padding: 0 !important;
    background-image: url(images/cookie.png) !important;/*CHANGER L'URL*/
    background-position: center;
    background-repeat: no-repeat !important;
}



/*Back to top button*/
#scroll-to-top i{
	position: relative;
}
#scroll-to-top{
	position: fixed;
    z-index: 999;
    right: 45px;
    bottom: -100px;
    width: 45px;
    height: 45px;
    border-radius: 50px;
    padding: 0 0 4px 0;
    background: url(images/back-to-top-w.png) no-repeat center 12px var(--e-global-color-primary);
    border-color: #fff;
    transition: .3s;
}
#scroll-to-top:hover,
#scroll-to-top:focus{
	background-color: var(--e-global-color-accent);
}



/*LISTE DES 12 CATEGORIES ACCUEIL*/
#home-cat-list .cat-item img{
    aspect-ratio: 1/1;
    object-fit: cover;
}

#home-cat-list .cat-item .deco img{
    aspect-ratio: unset;
    object-fit: unset;
}

#home-cat-list .cat-item:hover .elementor-widget-icon .elementor-icon{
    transition: .5s;
}
#home-cat-list .cat-item:hover .elementor-widget-icon .elementor-icon{
    transform: rotate(-180deg);
}
#home-cat-list .cat-item:hover .elementor-widget-icon .elementor-icon svg{
    fill: #EBB235;
}
#home-cat-list .cat-item:hover .elementor-widget-heading h3{
    color: #EBB235;
}



/*SINGLE POST*/
.impkt-single-post .recent-post .elementor-post__text{
    display: flex;
    justify-content: center;
}

/*Lire aussi*/
.lire-aussi #CTA{
    margin-bottom: -4px;
}

.impkt-single-post-content h2{
    margin: 45px 0 10px 0;
}
.impkt-single-post-content h3{
    margin: 30px 0 10px 0;

}

.impkt-single-post-content h2 {
    color: var(--e-global-color-text);
}

.impkt-single-post-content h2,
.impkt-single-post-content h3,
.impkt-single-post-content h4,
.impkt-single-post-content h5,
.impkt-single-post-content h6{
    text-align: left;
}

.impkt-single-post-content ul{
    margin-top: -5px;
    margin-bottom: 15px;
}
.impkt-single-post-content ul li{
    margin-bottom: 10px;
}

.cta-img{
    margin-top: 30px;
}
.cta-btn{
    font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-weight: var(--e-global-typography-accent-font-weight);
    text-transform: uppercase;
    line-height: 20px;
    letter-spacing: .6px;
    margin-top: -35px !important;
    margin-bottom: 12px !important;
}

.cta-btn a{
    transition: .3s;
    padding-bottom: 8px!important;
}
.cta-btn a:hover{
    background-color: var(--e-global-color-accent)!important;
}

/*ARCHIVE TEMPLATE*/

.impkt-archive .elementor.e-loop-item .elementor-element.e-con-boxed{
    height: 100%;
}