/* 
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 */

hero{
    min-height: 100vh;
}

p{
    margin-top:0;
}

/*button classique*/
.buttonCookie a{
  background-image: url("https://les-cookies-de-mon-asso.com/wp-content/uploads/2025/10/btnFond.webp");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  transition: transform 0.3s ease,
  filter 0.3s ease;
}

.buttonCookie a:hover {
  transform: scale(1.01);
  filter: brightness(1.05);
}
/*version white*/
.buttonCookie.white a{
    position: relative;
    color: var(--e-global-color-primary);
    background-image: url('https://les-cookies-de-mon-asso.com/wp-content/uploads/2025/11/btnFondWhite.webp');
    z-index: 1;
}
.buttonCookie.white a:hover {
  transform: none;
  filter: none;
}

.buttonCookie.white .elementor-button-wrapper{
    transition: transform 0.3s ease;
}
.buttonCookie.white .elementor-button-wrapper:hover{
    transform: scale(1.01);
}

.buttonCookie.white .elementor-button-wrapper::before{
    content:'';
    position: absolute;
    inset:-5px;
    
    background-image: url("https://les-cookies-de-mon-asso.com/wp-content/uploads/2025/10/btnFond.webp");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
    z-index: -1;
}

/* decorations */

.bottomLeftDeco::before{
    content:"";
    position: absolute;
    inset:unset;
    bottom:-70px;
    left:-30px;
    width:300px;
    height: 300px;
    background-image: url('https://les-cookies-de-mon-asso.com/wp-content/uploads/2025/11/cma_angle_bottom_left.webp');
    background-size: contain;
    background-position: bottom left;
    background-repeat: no-repeat;
    z-index: -1;
    user-select: none;
    pointer-events: none;
}

.bottomRightDeco::after{
    content:"";
    position: absolute;
    inset:unset;
    bottom:-60px;
    right:-50px;
    width:300px;
    height: 300px;
    background-image: url('https://les-cookies-de-mon-asso.com/wp-content/uploads/2025/11/cma_angle_bottom_right.webp');
    background-size: contain;
    background-position: bottom right;
    background-repeat: no-repeat;
    z-index: -1;
    user-select: none;
    pointer-events: none;
}

@media all and (max-width: 1024px){ 
    
    .bottomLeftDeco::before{
        width:150px;
        height:150px;
        left:-14px;
        bottom:-18px;
    }
    .bottomRightDeco::after{
        width:150px;
        height:150px;
        right:-25px;
        bottom:-12px;
    }
}

/*  */

div.customTopScroll{
    scroll-margin-top: 130px!important;
}