/*
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/

.grecaptcha-badge {
    visibility: hidden;
}
#toggle { display: none; }

[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {
    color: inherit;
    background-color:inherit;
    text-decoration: none;
}

.my-products-grid .elementor-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  /* Pour centrer le tout dans la page */
  max-width: 1200px;
  margin: 0 auto;
}
input[type=file] {
  font-size: 14px !important
}
/*
selector.telbtn.elementor-button {
     transition: all 0.5s ease;
}

selector.telbtn.elementor-button-text {
    transition: transform 0.5s ease, opacity 0.5s ease;
    transform: translateX(0);
    opacity: 1;
}

selector.telbtn.elementor-sticky--effects .elementor-button-text {
    transform: translateX(100%);
    opacity: 0;
    width: 0;
    overflow: hidden;
    padding: 0;
    font-size: 6px;
    line-height: 8px;
}

 selector.telbtn.elementor-sticky--effects .elementor-button {
   padding:20px 20px 0px 10px;
    transition:  0.5s ease;
}

selector.telbtn.elementor-sticky--effects .elementor-button:hover .elementor-button-text {
    transform: translateX(0);
    opacity: 1;
    width: auto;
        font-size: inherit;
    padding: 0;

}

 selector.telbtn.elementor-sticky--effects .elementor-button:hover {
    padding: 20px 10px 15px 20px;
}

*/

@media (max-width: 768px) {

}
