/* Bug Google Maps sur Webform - 2023-08-04 */
/* La carte apparait sur tout le fond du formulaire */
.field-evenement-lieu .field-evenement-lieu .resp-iframe {
	height: 450px;
	position: unset;
}

/* Webform captcha */
.form-item-captcha-response label {
	margin-right: 1.5em !important;
	margin-left: 1.5em !important;
}

.form-item-captcha-response input {
	width: 95% !important;
	margin-left: 1.2em !important;
}

/* Webform liste dates 2024-08-26 */
.form-type-select label.control-label {
	margin-right: 1.5em !important;
	margin-left: 1.5em !important;
}

.form-type-select label.control-label + .select-wrapper  {
	display: block;
  position: relative;
  width: 95%;
  margin-left: 1.2em;
}

/* Webform fieldset legend 2024-11-25 */
.form-required::after {
	color: #C00000;
}

.panel-title {
	font-weight: bold;
	color: #000000;
	font-size: 1.5rem;
}

legend {
	font-size: 1em !important;
	margin-bottom: unset;
}

.fieldset-legend {
	font-weight: bold;
	color: #000000;
	font-size: 1.4rem;
}
.fieldset-wrapper {
	margin-bottom: 1.5em;
}

.group_fields_lycee .fieldset-wrapper {
	margin-bottom: 0;
}

.group_fields_lycee label.control-label {
	margin-right: unset !important;
	margin-left: unset !important;
}

.group_fields_lycee label.control-label + .select-wrapper {
	width: 100%;
	margin-left: unset;
}

.fieldset_choix_nom .webform-options-display-buttons-wrapper {
    flex: 0 0 calc(20% - 10px) !important;
}