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

/* Menu */
.elementor-widget-nav-menu .elementor-nav-menu--main .button-accent .elementor-item {
	background: var(--e-global-color-accent);
	border-radius: 50px;
	color: #ffffff;
	box-shadow: rgba(0,0,0,0.3) 0px 0px inset;
	transition: all 100ms ease-in-out 0s;
}
.elementor-widget-nav-menu .elementor-nav-menu--main .button-accent .elementor-item:hover {
	box-shadow: rgba(0,0,0,0.3) 0px 50px inset;
}

/* Widgets */
.widget-google-reviews .elementor-shortcode {
	transform: scale(1.3);
}

/* Témoignages */
.elementor-testimonial .elementor-testimonial__image img {
	border-radius: 28px;
}
.elementor-testimonial .elementor-testimonial__content {
	border: 1px solid #EAEAEA;
	padding: 20px;
	border-radius: 28px;
	align-content: center;
}
.elementor-widget-testimonial-carousel .elementor-testimonial {
	flex-direction: row-reverse;
	gap: 8px;
	height: 100%;
}
.elementor-widget-testimonial-carousel .elementor-testimonial .elementor-testimonial__footer {
	padding-left: 0;
}

@media (max-width: 768px) {
	.elementor-swiper-button.elementor-swiper-button-prev, .elementor-swiper-button.elementor-swiper-button-next {
		bottom: -32px;
		top: 0;
	}
	.elementor-element .swiper .elementor-swiper-button {
		top: initial !important;
	}
	.elementor-widget.elementor-widget-testimonial-carousel .swiper-wrapper {
		margin-bottom: 40px;
	}
	.elementor-widget-testimonial-carousel .elementor-testimonial {
		flex-direction: column-reverse;
		align-items: flex-start;
	}
	.elementor-testimonial .elementor-testimonial__content,
	.elementor-testimonial .elementor-testimonial__image img {
		border-radius: 20px;
	}
}

/* Formulaire */
.wpcf7 .cf7-col100 {
	display: flex;
	gap: 30px;
}
form.wpcf7-form label {
    width: 100%;
}
form.wpcf7-form label span.red,
form.wpcf7-form .wpcf7-not-valid-tip{
    color: var(--e-global-color-accent);
}
form.wpcf7-form .wpcf7-not-valid-tip{
    padding-top: 5px;
}
.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label {
	font-size: 14px;
	font-weight: 400;
}
form.wpcf7-form select.wpcf7-form-control.wpcf7-select {
	min-height: 46px;
}
form.wpcf7-form input.wpcf7-form-control.wpcf7-text,
form.wpcf7-form textarea.wpcf7-form-control.wpcf7-textarea,
form.wpcf7-form select.wpcf7-form-control.wpcf7-select {
    padding: 10px;
    border-radius: 8px;
    border: 1px solid var(--e-global-color-primary);
    outline: none;
    margin-top: 8px;
	background-color: #ffffff;
}
form.wpcf7-form span.wpcf7-form-control.wpcf7-acceptance span.wpcf7-list-item {
    margin: 0;
}
form.wpcf7-form input.wpcf7-form-control.wpcf7-submit {
    border: none;
    background-color: var(--e-global-color-accent);
    color: #FFF;
    border-radius: 50px;
    padding: 10px 20px;
    min-width: 250px;
    margin-top: 10px;
}
form.wpcf7-form input.wpcf7-form-control.wpcf7-submit:hover {
    background: var(--e-global-color-secondary);
}
form.wpcf7-form input.wpcf7-form-control.wpcf7-submit:hover:disabled {
	background: var(--e-global-color-accent);
}
.wpcf7-form p {
	margin-bottom: 20px;
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
	opacity: 0.3;
}
@media screen and (max-width: 767px) {
	.wpcf7 .cf7-col100 {
		flex-direction: column;
		gap: 0;
	}
}