/*
	Theme Name: Hello Elementor child
    template: hello-elementor
	Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
	Description: A plain-vanilla & lightweight theme for Elementor page builder
	Author: Elementor Team
	Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
	Version: 2.4.2
	Stable tag: 2.4.2
	Requires at least: 4.7
	Tested up to: 5.9
	Requires PHP: 5.6
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: hello-elementor
	Tags: flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

label {
  padding-left: 25px;
  margin-bottom: -7px;
  z-index: 3;
}
input {
  height: 45px;
}

/*** ANIMATION ICONES ***/

.bloc_icon .elementor-icon {
  position: relative;
}

.bloc_icon .elementor-icon::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background-color: #f7b7dc55; /* même couleur, mais plus transparente */
  animation: pulse 2.5s infinite ease-in-out;
  top: -10px;
  bottom: -10px;
  left: -10px;
  right: -10px;
}

/* Animation pulse continue */
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.2;
  }
  100% {
    transform: scale(1);
    opacity: 0.8;
  }
}

.cmplz-cookiebanner .cmplz-close svg,.cmplz-cookiebanner .cmplz-close{
	outline: none!important;
	border: none!important;
}
