.doe-form {
	max-width: 720px;
	margin: 0 auto;
}

.doe-field {
	margin-bottom: 1.25em;
}

.doe-field label {
	display: block;
	font-weight: 600;
	margin-bottom: 0.35em;
}

.doe-field__required {
	color: #c0392b;
}

.doe-field input[type="text"],
.doe-field input[type="email"],
.doe-field input[type="number"],
.doe-field input[type="date"],
.doe-field input[type="time"],
.doe-field select,
.doe-field textarea {
	width: 100%;
	max-width: 100%;
	padding: 0.55em 0.7em;
	border: 1px solid #ccd0d4;
	border-radius: 4px;
	font-size: 1rem;
	box-sizing: border-box;
}

.doe-field textarea {
	min-height: 100px;
	resize: vertical;
}

.doe-field__hint {
	font-size: 0.85em;
	color: #666;
	margin-top: 0.3em;
}

.doe-field__checkbox-option,
.doe-field__radio-option {
	display: block;
	margin-bottom: 0.4em;
}

.doe-field__checkbox-option input,
.doe-field__radio-option input {
	margin-right: 0.5em;
}

.doe-form__submit {
	margin-top: 1.5em;
}

.doe-form__submit-button {
	background: #2271b1;
	color: #fff;
	border: none;
	border-radius: 4px;
	padding: 0.75em 1.75em;
	font-size: 1rem;
	cursor: pointer;
}

.doe-form__submit-button:hover {
	background: #135e96;
}

.doe-form__submit-button:disabled {
	opacity: 0.6;
	cursor: not-allowed;
}

.doe-form__messages {
	margin-bottom: 1em;
}

.doe-notice {
	padding: 0.9em 1.1em;
	border-radius: 4px;
	margin-bottom: 1em;
}

.doe-notice--error {
	background: #fbeaea;
	border: 1px solid #e0a3a3;
	color: #8a2424;
}

.doe-notice--success {
	background: #eaf6ea;
	border: 1px solid #a3d9a3;
	color: #246b24;
}

.doe-notice--closed {
	background: #f5f5f5;
	border: 1px solid #ccc;
	color: #555;
}

/* Titre / descriptif de zone */
.doe-section-title {
	margin: 2em 0 1em;
	padding-top: 1em;
	border-top: 1px solid #e2e4e7;
}

.doe-section-title__label {
	margin: 0 0 0.3em;
	font-size: 1.2rem;
}

.doe-section-title__description {
	margin: 0;
	color: #555;
	font-size: 0.9rem;
}

/* Grille matériel (Scène / Loge-autre) */
.doe-materiel-grid {
	border: 1px solid #e2e4e7;
	border-radius: 4px;
	overflow: hidden;
}

.doe-materiel-grid__title {
	font-weight: 600;
	margin-bottom: 0.5em;
	display: block;
}

.doe-materiel-grid__row {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 0.55em 0.8em;
	border-bottom: 1px solid #eee;
}

.doe-materiel-grid__row:last-child {
	border-bottom: none;
}

.doe-materiel-grid__row:nth-child(even) {
	background: #fafafa;
}

.doe-materiel-grid__label {
	flex: 1 1 auto;
	font-weight: 500;
}

.doe-materiel-grid__qty {
	width: 70px;
	flex-shrink: 0;
}

.doe-materiel-grid__checkbox {
	display: flex;
	align-items: center;
	gap: 0.4em;
	white-space: nowrap;
	flex-shrink: 0;
}

.doe-materiel-grid__note {
	flex: 1 1 160px;
	min-width: 0;
}

/* Page de suivi du demandeur (?doe_token=...) */
.doe-tracking-page {
	background: #f0f0f1;
	margin: 0;
	padding: 24px;
}

.doe-tracking-container {
	max-width: 760px;
	margin: 0 auto;
	background: #fff;
	padding: 32px;
	border-radius: 6px;
}

.doe-tracking-status {
	font-size: 1.05rem;
}

.doe-tracking-hint {
	color: #555;
	margin-bottom: 1.5em;
}

.doe-tracking-decision {
	background: #f7f7f7;
	border-radius: 4px;
	padding: 16px 20px;
	margin: 1.5em 0;
}

.doe-tracking-decision ul {
	margin: 0.5em 0 0;
	padding-left: 1.2em;
}

.doe-readonly-summary__row {
	display: flex;
	gap: 16px;
	padding: 0.6em 0;
	border-bottom: 1px solid #eee;
}

.doe-readonly-summary__label {
	flex: 0 0 260px;
	font-weight: 600;
}

.doe-readonly-summary__value {
	flex: 1;
}
