.modal .labelStyle,
.modal p,
.intervenant-btns {
	margin-bottom: 1.125em !important;
	font-size: 0.8em;
}

form.wpcf7-form.init h2 {
	margin-bottom: 0.9em;
	margin-top: 0;
	font-size: 18px;
}

.labelStyle {
	border: 2px solid #68BBBF;
	display: block;
	text-align: left;
	/* padding: 0.05em 0.25em; */
	padding: 1px 5px;
	cursor: text;
	margin-bottom: 0.9em;
	min-height: 45px;
}

.labelStyle label {
	border: none;
	padding: 0;
	font-weight: 500;
    font-size: 12px;
	line-height: 18px;
}

section.formulaire .button a {
    width: fit-content;
}

button.modal-close.modal-exit::before {
    content: "\f00d";
    font-family: 'Font Awesome 6 Pro';
    font-size: 16px;
    line-height: 35px;
    cursor: pointer;
    font-weight: 600;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 35px;
	text-align: center;
}

button.modal-close.modal-exit:hover {
    color: #2b2e38;
}

span input[type="text"],
span input[type="email"],
span input[type="url"],
span input[type="tel"] {
	display: block;
	width: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	outline: 0;
	margin-bottom: 0.15em;
	font-size: 15px;
	line-height: 0.9em;
	color: #263640;
	font-weight: 500;
	font-family: "Montserrat", sans-serif;
}

.modal {
	max-width: 700px;
	margin: 0 auto;
	
display: grid;justify-items: center;align-items: center;}

.modal {
	position: fixed;
	z-index: 999999;
	top: 10px;
	right: 10px;
	bottom: 0;
	left: 10px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
	overflow: auto;
	text-align: center;
	-webkit-overflow-scrolling: touch;
	pointer-events: none;
}

.modal.open::before {
	content: "";
	background: rgba(43, 46, 56, 0.9);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: fixed;
	z-index: -1;
}

.wp-block-column:first-of-type {
	position: relative;
}

.wp-block-column:first-of-type::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: -1em;
	width: 2px;
	height: 100%;
	background-color: #68BBBF;
}

article#post-361 .formulaireForm {
    position: absolute;
}

.formulaireForm {
	background: #fff;
	color:#2b2e38;
	position: relative;
	left: 0;
	right: 0;
	top: 0;
	padding: 35px;
	margin: auto 0;
	height: fit-content;
	bottom: 0;
	width: 100%;
	}

.modal.open {
	visibility: visible;
	opacity: 1;
	transition-delay: 0s;
	pointer-events: all;
}

.formulaireForm input[type="radio"],
.formulaireForm input[type="checkbox"] {
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	-o-appearance: none !important;
	-ms-appearance: none !important;
	appearance: none !important;
	outline: 0;
	cursor: pointer;
	border-radius: 0 !important;
	width: 0.5em !important;
	height: 0.5em !important;
	border: none;
}

input[type="radio"] + span,
input[type="checkbox"] + span {
	cursor: pointer;
	padding-left: 0.4em;
}

.formulaireForm input[type="radio"]::before,
.formulaireForm input[type="checkbox"]::before {
	content: "";
	width: 10px !important;
	height: 10px !important;
	border: 1px solid #68BBBF !important;
	display: inline-block !important;
	cursor: pointer !important;
	border-radius: 0 !important;
}

.formulaireForm input[type="radio"]:checked::before,
.formulaireForm input[type="checkbox"]:checked::before {
	border-color: #263640 !important;
	background-color: #263640 !important;
}

.wpcf7-list-item {
	display: block;
}

span.dist-form-remarque {
	font-family: "Montserrat", sans-serif;
	font-size: 0.6em;
	line-height: 1.0769230769230769230769230769231;
	display: inline-block;
	width: 100%;
	text-align: left !important;
	color: #263640;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 0.4em;
}

input[type="submit"] {
	-webkit-appearance: none;
    border: 2px solid #263640;
    background-color: #263640;
    color: white;
    font-weight: 900;
    font-size: 15px;
    padding: 15px 13px;
    text-align: center;
    float: right;
    min-width: 150px;
    margin-top: 20px;
    cursor: pointer;
    transition: background-color .3s ease, color .3s ease;
    border-radius: 0;
}

input[type="submit"]:hover {
	background-color: transparent;
    color: #263640;
}

.btn.btn-intervenant-plus-uto,
.btn.btn-intervenant-minus-uto {
	margin: 0 5px;
	padding: 0 !important;
	width: 24px;
	height: 24px;
	box-sizing: border-box;
	border-radius: 50%;
	min-width: 1px;
	background-color: #fff;
	position: relative;
}

.btn.btn-intervenant-plus-uto.disabled,
.btn.btn-intervenant-minus-uto.disabled {
	border-color: #808080 !important;
	background-color: #c5c5c5;
	cursor: not-allowed;
}

.btn-intervenant-plus-uto.disabled::before,
.btn-intervenant-minus-uto.disabled::before,
.btn-intervenant-plus-uto.disabled::after {
	/* background-color: #808080 !important; */
}

.intervenant-btns {
	display: -webkit-box;
	/* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;
	/* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;
	/* TWEENER - IE 10 */
	display: -webkit-flex;
	/* NEW - Chrome */
	display: flex;
	justify-content: center;
}

.btn {
	display: inline-block;
	border: 1px solid #263640;
	background-color: #263640;
	color: white;
	font-weight: 800;
	font-size: 15px;
	padding: 8px 13px;
	text-align: center;
	min-width: 125px;
	cursor: pointer;
	box-sizing: border-box;
	-webkit-transition: background-color 0.3s ease, color 0.3s ease,
		border-color 0.3s ease;
	-moz-transition: background-color 0.3s ease, color 0.3s ease,
		border-color 0.3s ease;
	-o-transition: background-color 0.3s ease, color 0.3s ease,
		border-color 0.3s ease;
	-ms-transition: background-color 0.3s ease, color 0.3s ease,
		border-color 0.3s ease;
	transition: background-color 0.3s ease, color 0.3s ease,
		border-color 0.3s ease;
}

.btn:hover {
	background-color: transparent;
	color: #263640;
}

.btn-intervenant-plus-uto::before,
.btn-intervenant-minus-uto::before {
	content: "";
	display: block;
	position: absolute;
	top: 10px;
	left: 7px;
	width: 8px;
	height: 2px;
	background-color: #263640;
}

a:hover:before,
a:focus:before,
a:hover:after,
a:focus:after {
	opacity: 1;
	transform: translateY(0);
}

.btn-intervenant-plus-uto:after {
	content: "";
	display: block;
	position: absolute;
	top: 7px;
	left: 10px;
	width: 2px;
	height: 8px;
	background-color: #263640;
}

section.formulaire::before {
	content: "";
	position: fixed;
	z-index: -1;
	top: -5000px;
	right: -5000px;
	bottom: -5000px;
	left: -5000px;
	display: none;
	background: rgba(43, 46, 56, 0.9);
}

button.modal-close.modal-exit {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	overflow: visible;
	width: 35px;
	height: 35px;
	margin: 0;
	padding: 0;
	cursor: pointer;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
	text-decoration: none;
	color: #95979c;
	border: 0;
	outline: 0;
	background: transparent;
}

section.formulaire a {
	display: inline-flex;
	transition: all 0.2s ease-in-out;
	/* grid-template-columns: 1fr auto; */
	padding: 1.2em 1.6em;
	border: 1px solid #000000;
	color: #000 !important;
	line-height: 1.9;
	min-width: 11em;
	font-size: 0.9em;
	font-weight: 500;
	gap: 1.75em;
	align-items: center;
	margin: 0 1em 1em 0;
	background: transparent;
	border-radius: 0;
cursor: pointer;justify-content: center;}

section.formulaire a:hover {
	background-color: #263640;
	color: #fff !important;
	transition: all 0.2s ease-in-out;
	border-color: #263640 !important;
	gap: 50px !important;
}

section.formulaire .intervenant-btns a:hover {
    background: none;
}

.formulaireForm p {
    line-height: 20px !important;
}

section.formulaire a:hover.btn.btn-intervenant-minus-uto.disabled {
    border-color: #808080 !important;
    background-color: #c5c5c5;
}

section.formulaire a i {
	font-weight: 300;
	display: inline-block;
	font-size: 1.4em;
	transition: all 0.2s ease-in-out;
	font-family: "Font Awesome 6 Pro";
}

/* Adhesion popup */
div#wpcf7-f761-p361-o1 h3 {
	margin: 0;
	text-align: left;
	font-weight: 900;
	margin-bottom: 0.2em;
	color: #263640;
}

form.wpcf7-form.init a.btn-form-continer {
    font-weight: 900;
    padding: 8px 13px;
}

form.wpcf7-form.init select {
    outline: none;
}

div#wpcf7-f761-p361-o1 p > .dist-form-title {
	font-weight: 900;
	font-size: 1.7em;
}

div#wpcf7-f761-p361-o1 h3 + p {
	text-align: left;
	margin-bottom: 2em !important;
	margin-top: 0;
}

div#wpcf7-f761-p361-o1 a {
	background: #263640;
	color: #fff !important;
}

div#wpcf7-f761-p361-o1 a:hover {
	color: #263640 !important;
	background: #fff;
}

@media (max-width: 600px) {
	.wp-block-column:first-of-type::before {
		opacity: 0;
	}
	
	article#post-361 .is-style-btn-outline > a, article#post-361 section.formulaire a {
    	width: 100%;
	}

	article#post-361 .wp-block-buttons>.wp-block-button.is-style-btn-outline {
    	width: 100%;
	}

	article#post-361 .is-style-btn-outline > a {
		display: flex;
		justify-content: center;
	}
	
	form.wpcf7-form.init select {
		width: 200px;
	}

}

@media only screen and (min-width: 960px) {
	.dist_form_second.dist_form_intervenant_list {
		display: grid;
		grid-template-columns: 1fr 1fr;
		column-gap: 1em;
	}

	.dist_form_second.dist_form_intervenant_list > span,
	.dist_form_second.dist_form_intervenant_list > p {
		grid-column: 1/3;
	}
}

@media only screen and (min-width: 1400px) {
	section.formulaire a {
		font-size: 1em;
	}
}