/**
 * Theme Name: La Racle
 * Template:   ecowp
 * Version: 1.3
 */

.wp-block-navigation .wp-block-navigation-item__content {
	padding: .5em 0;
	border-bottom: solid 2px transparent;
}
.wp-block-navigation .wp-block-navigation-item__content:hover {
	color: var(--wp--preset--color--custom-vert-2);
	border-bottom-color: var(--wp--preset--color--custom-vert-2);
}
.wp-block-navigation .wp-block-navigation-item:nth-child(2) .wp-block-navigation-item__content:hover {
	color: var(--wp--preset--color--custom-bleu-2);
	border-bottom-color: var(--wp--preset--color--custom-bleu-2);
}
.wp-block-navigation .wp-block-navigation-item:nth-child(3) .wp-block-navigation-item__content:hover {
	color: var(--wp--preset--color--custom-rouge);
	border-bottom-color: var(--wp--preset--color--custom-rouge);
}

.wp-block-button__link,
.wp-block-forms-builder-submit .wpcf7-submit {
	transition: all 100ms;
}
.wp-block-button__link:hover,
.wp-block-forms-builder-submit .wpcf7-submit:hover {
	transform: translate(-.15em,-.15em);
}
.wp-block-button__link.has-custom-vert-2-background-color:hover,
.wp-block-forms-builder-submit .wpcf7-submit:hover {
	box-shadow: var(--wp--preset--color--custom-vert-3) .15em .15em 0;
}
.wp-block-button__link.has-custom-bleu-2-background-color:hover {
	box-shadow: var(--wp--preset--color--custom-bleu-3) .15em .15em 0;
}
.wp-block-button__link.has-custom-vert-2-background-color:hover:active,
.wp-block-forms-builder-submit .wpcf7-submit:hover:active {
	box-shadow: none;
	transform: none;
}

.wp-block-forms-builder-submit .wpcf7-submit {
	border: none;
	border-radius: 10px;
	padding: calc(0.667em + 2px) calc(1.333em + 2px);
	font-weight: 700;
}

.wp-block-forms-builder-submit.has-custom-vert-1-color .wpcf7-submit {
	color: var(--wp--preset--color--custom-vert-1);
}
.wp-block-forms-builder-submit.has-custom-vert-2-color .wpcf7-submit {
	color: var(--wp--preset--color--custom-vert-2);
}
.wp-block-forms-builder-submit.has-custom-vert-3-color .wpcf7-submit {
	color: white;
}
.wp-block-forms-builder-submit.has-custom-vert-1-background-color .wpcf7-submit {
	background-color: var(--wp--preset--color--custom-vert-1);
}
.wp-block-forms-builder-submit.has-custom-vert-2-background-color .wpcf7-submit {
	background-color: var(--wp--preset--color--custom-vert-2);
}
.wp-block-forms-builder-submit.has-custom-vert-3-background-color .wpcf7-submit {
	background-color: var(--wp--preset--color--custom-vert-3);
}
.wp-block-forms-builder-submit.has-custom-bleu-1-color .wpcf7-submit {
	color: var(--wp--preset--color--custom-bleu-1);
}
.wp-block-forms-builder-submit.has-custom-bleu-2-color .wpcf7-submit {
	color: var(--wp--preset--color--custom-bleu-2);
}
.wp-block-forms-builder-submit.has-custom-bleu-3-color .wpcf7-submit {
	color: var(--wp--preset--color--custom-bleu-3);
}
.wp-block-forms-builder-submit.has-custom-bleu-1-background-color .wpcf7-submit {
	background-color: var(--wp--preset--color--custom-bleu-1);
}
.wp-block-forms-builder-submit.has-custom-bleu-2-background-color .wpcf7-submit {
	background-color: var(--wp--preset--color--custom-bleu-2);
}
.wp-block-forms-builder-submit.has-custom-bleu-3-background-color .wpcf7-submit {
	background-color: var(--wp--preset--color--custom-bleu-3);
}


@media (min-width: 1200px) {
	.is-layout-flex > .reach-right {
		margin-right: calc(600px - 50vw);
	}
}

@media (max-width: 1200px) {
	.wp-block-column > p {
		margin-left: 1.5em;
	}
}

@media (max-width: 782px) {
	.wp-block-column > p {
		margin-left: 1.5em;
		margin-right: 1.5em;
	}
	.wp-block-column >.wp-block-buttons {
		justify-content: center;
	}
}

.wp-block-forms-builder-steps {
	padding: 1em 1em 3em;
	border-radius: 1em;
}
.wp-block-forms-builder-steps > h2 {
	margin: 0;
}
.wp-block-forms-builder-steps .nav {
	width: calc(100% - 2em);
	bottom: 1em;
}
.wp-block-forms-builder-steps .nav button {
	width: 2.2rem;
	height: 2.2rem;
	background: white;
	border-radius: 100%;
	border: solid .25rem var(--wp--preset--color--custom-vert-2);
	cursor: pointer;
	font-size: 0;
}
.wp-block-forms-builder-steps .nav button:before {
	content: "";
	display: block;
	width: .8rem;
	height: .8rem;
	border-style: solid solid none none;
	border-width: .4375rem;
	border-radius: .25rem;
	border-color: var(--wp--preset--color--custom-vert-2);
}
.wp-block-forms-builder-steps .nav button.next:before {
	transform: translateX(-.125rem) rotate(45deg);
}
.wp-block-forms-builder-steps .nav button.prev:before {
	transform: translateX(.125rem) rotate(-135deg);
}
.wp-block-forms-builder-steps .nav button:hover {
	outline: solid .25rem var(--wp--preset--color--custom-vert-2);
}
.wp-block-forms-builder-steps .nav button:disabled {
	outline: none;
	cursor: not-allowed;
	opacity: .4;
}
.wp-block-forms-builder-steps .controls {
	background: transparent;
	background-image: linear-gradient( to bottom, transparent, transparent 25%, white 28%, white 72%, transparent 75% );
	margin: 1em 0;
}
.wp-block-forms-builder-steps .controls::before {
	background: var(--wp--preset--color--custom-vert-2);
	height: 5px;
	top: 14px;
}
.wp-block-forms-builder-steps .controls button {
	position: relative;
}
.wp-block-forms-builder-steps .controls button svg {
	display: none;
}
.wp-block-forms-builder-steps .controls button:before {
	content: '';
	display: block;
	width: 36px;
	height: 36px;
	background: white;
	background: linear-gradient( to bottom, white, white 14px, transparent 14px, transparent 21px, white 21px);
	margin: -2px 0;
	border-radius: 100%;
}
.wp-block-forms-builder-steps.has-custom-vert-1-background-color .controls button.current:after,
.wp-block-forms-builder-steps.has-custom-vert-1-background-color .controls button.passed:after{
	content: '';
	display: block;
	position: absolute;
	width: 26px;
	height: 26px;
	background: var(--wp--preset--color--custom-vert-2);
	border-radius: 100%;
	top: 3px;
	left: 5px;
}

.wpcf7-form-control.wpcf7-checkbox:not(.wpcf7-exclusive-checkbox) span.wpcf7-list-item input[type="checkbox"],
.wpcf7-acceptance input[type="checkbox"] {
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	margin: 0;
	font: inherit;
	color: currentColor;
	width: 2em;
	height: 2em;
	border-radius: 0.3em;
	border: none;
	transform: translateY(-0.075em);
	vertical-align: middle;
	margin-bottom: .3em;
}

.wpcf7-form-control:not(.wpcf7-exclusive-checkbox) input[type="checkbox"]:checked::before {
	content: "";
	display: block;
	width: .5em;
	height: 1.3em;
	border-style: none solid solid none;
	border-color: white;
	border-width: .3125rem;
	border-radius: .1875rem;
	transform: translateX(.5625rem) rotate(45deg);
}

.wpcf7-form-control.wpcf7-checkbox:not(.wpcf7-exclusive-checkbox) span.wpcf7-list-item input[type="checkbox"]:checked,
.wpcf7-acceptance input[type="checkbox"]:checked {
	background: var(--wp--preset--color--custom-vert-2);
}

.wpcf7-acceptance .wpcf7-list-item {
	margin: 0;
}
.wpcf7-acceptance input[type="checkbox"] {
	float: left;
	margin: .2em .5em .2em 0;
}

.wpcf7-form-control.wpcf7-radio span.wpcf7-list-item input[type="radio"],
.wpcf7-form-control.wpcf7-checkbox.wpcf7-exclusive-checkbox span.wpcf7-list-item input[type="checkbox"] {
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	margin: 0;
	font: inherit;
	color: currentColor;
	width: 2.18em;
	height: 2.18em;
	transform: translateY(-0.075em);
	border-color: white;
	vertical-align: middle;
	margin-bottom: .3em;
	border-radius: 100%;
}
.wpcf7-form-control.wpcf7-radio span.wpcf7-list-item input[type="radio"]:checked,
.wpcf7-form-control.wpcf7-checkbox.wpcf7-exclusive-checkbox span.wpcf7-list-item input[type="checkbox"]:checked {
	-webkit-appearance: none;
	appearance: none;
}

.wpcf7-form-control input[type="radio"]:checked::before,
.wpcf7-form-control.wpcf7-exclusive-checkbox input[type="checkbox"]:checked::before {
	content: "";
	display: block;
	width: 1.5em;
	height: 1.5em;
	margin: .215em;
	border-radius: 100%;
	background: var(--wp--preset--color--custom-vert-2);
}

.wpcf7-file {
	position: relative;
	height: 64px;
	box-shadow: none;
	width: 100%;
	border-radius: 10px;
	font-size: 1.4em;
	z-index: 10;
	line-height: 64px;
}
.wpcf7-file::file-selector-button {
	border: none;
	background-image: url("data:image/svg+xml; utf8, <svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'><path fill='%2308BAB5' d='M11 17H13V12.8L14.6 14.4L16 13L12 9L8 13L9.4 14.4L11 12.8V17ZM4 20C3.45 20 2.97917 19.8042 2.5875 19.4125C2.19583 19.0208 2 18.55 2 18V6C2 5.45 2.19583 4.97917 2.5875 4.5875C2.97917 4.19583 3.45 4 4 4H10L12 6H20C20.55 6 21.0208 6.19583 21.4125 6.5875C21.8042 6.97917 22 7.45 22 8V18C22 18.55 21.8042 19.0208 21.4125 19.4125C21.0208 19.8042 20.55 20 20 20H4ZM4 18H20V8H11.175L9.175 6H4V18Z'/></svg>");
	background-repeat: no-repeat;
	background-position: center;
	background-color: white;
	height: 24px;
	width: 100%;
	padding: 32px 62px;
	position: absolute;
	z-index: -1;
	left: 0px;
	font-size: 0; /* hide button text */
}

.wp-block-forms-builder-steps .wp-block-repeater__add_button,
.wp-block-forms-builder-steps .wp-block-forms-builder-repeater > button.forms-builder-repeater--add-section,
.wp-block-forms-builder-repeater button.forms-builder-repeater--remove-section {
	background: none;
	color: var(--wp--preset--color--custom-vert-2);
	display: flex;
	border: none;
	align-items: center;
	gap: 1em;
	cursor: pointer;
}
.wp-block-forms-builder-repeater button.forms-builder-repeater--remove-section {
	color: var(--wp--preset--color--custom-rouge);
}
.wp-block-repeater__add_button:before,
.wp-block-forms-builder-repeater > button.forms-builder-repeater--add-section:before {
	content: url("data:image/svg+xml; utf8, <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50' stroke='%2308bab5' fill='none'><circle cx='25' cy='25' r='20' stroke-width='5'/><path d='M25 14 v23 M14 25 h23' stroke-width='4' stroke-linecap='round'/></svg>");
	width: 50px;
}
.wp-block-forms-builder-steps .wp-block-repeater__add_button:hover:before,
.wp-block-forms-builder-steps .wp-block-forms-builder-repeater > button.forms-builder-repeater--add-section:hover:before {
	content: url("data:image/svg+xml; utf8, <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50' stroke='%2308bab5' fill='none'><circle cx='25' cy='25' r='22' stroke-width='6'/><path d='M25 14 v23 M14 25 h23' stroke-width='4' stroke-linecap='round'/></svg>");
}
.wp-block-forms-builder-steps .wp-block-repeater__add_button:hover,
.wp-block-forms-builder-steps .wp-block-forms-builder-repeater > button.forms-builder-repeater--add-section:hover {
	text-decoration: underline;
}
.wp-block-forms-builder-repeater button.forms-builder-repeater--remove-section {
	position: absolute;
	z-index: 10;
	right: 1em;
	bottom: calc(50% - 29px);
}
.wp-block-forms-builder-repeater button.forms-builder-repeater--remove-section:before {
	content: url("data:image/svg+xml; utf8, <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50' stroke='%23a3201d' fill='none'><circle cx='25' cy='25' r='20' stroke-width='5'/><path d='M14 25 h23' stroke-width='4' stroke-linecap='round'/></svg>");
	width: 50px;
}
.wp-block-forms-builder-repeater button.forms-builder-repeater--remove-section:hover:before {
	content: url("data:image/svg+xml; utf8, <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50' stroke='%23a3201d' fill='none'><circle cx='25' cy='25' r='22' stroke-width='6'/><path d='M14 25 h23' stroke-width='4' stroke-linecap='round'/></svg>");
}
.wp-block-forms-builder-repeater fieldset {
	border: none;
	position: relative;
}

.wpcf7-textarea {
	width: calc(100% - 2em);
	border: none;
	border-radius: 10px;
	padding: 1em;
	color: inherit;
	font: inherit;
}
.wpcf7-number {
	max-width: 50px;
	border: none;
	font: inherit;
	color: inherit;
	background: transparent;
}

.wp-block-forms-builder-image-selector figcaption {
	text-align: center;
}
