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

/* GLOBAL */

body {
  background-color: var(--e-global-color-64df93a) !important;
  overflow-x: hidden !important;
}

.elementor-icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.title h2 {
  line-height: 50px !important;
}
span.sub_title {
  font-size: 50px;
  color: var(--e-global-color-secondary);
  line-height: 50px;
}

.title.left::after {
  content: '';
  background-image: url(https://labiscuiteriebcbg.fr/wp-content/uploads/2026/07/line_title.svg);
  position: absolute;
  left: 0;
  bottom: -35px;
  width: 200px;
  height: 50px;
  background-repeat: no-repeat;
}

.title.center::after {
  content: '';
  background-image: url(https://labiscuiteriebcbg.fr/wp-content/uploads/2026/07/line_title.svg);
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: -35px;
  width: 200px;
  height: 50px;
  background-repeat: no-repeat;
}

.title.left.clair::after {
  content: '';
  background-image: url(https://labiscuiteriebcbg.fr/wp-content/uploads/2026/07/line_form.svg);
  position: absolute;
  left: 0;
  bottom: -35px;
  width: 200px;
  height: 50px;
  background-repeat: no-repeat;
}
.title.center.clair::after {
  content: '';
  background-image: url(https://labiscuiteriebcbg.fr/wp-content/uploads/2026/07/line_form.svg);
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: -35px;
  width: 200px;
  height: 50px;
  background-repeat: no-repeat;
}

/** FORM **/

.elementor-field-type-submit .elementor-button {
  background-color: var(--e-global-color-64df93a) !important;
  background-image: unset !important;
}

.elementor-field-type-text::after,
.elementor-field-type-email::after,
.elementor-field-type-tel::after {
  content: '';
  background-image: url(https://labiscuiteriebcbg.fr/wp-content/uploads/2026/07/line_form.svg);
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 250px;
  height: 5px;
  background-repeat: no-repeat;
}

.elementor-field-type-textarea::after {
  content: '';
  background-image: url(https://labiscuiteriebcbg.fr/wp-content/uploads/2026/07/line_form-textarea.svg);
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 500px;
  height: 5px;
  background-repeat: no-repeat;
}

/** BOISSONS **/

.item_repeater {
  display: flex !important;
  flex-direction: row;
  justify-content: space-between !important;
  align-items: flex-end !important;
}
.item_repeater .dots {
  flex: 1;
  margin: 0 10px;
  border-bottom: 2px dotted #856954cc;
  transform: translateY(-6px);
}

.elementor-43 .elementor-element.elementor-element-506f91e {
  justify-content: center;
}
