.setrag-app {
	max-width: 640px;
	margin: 0 auto;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	color: #1b1b1b;
}

.setrag-app h2 {
	color: #0b4f8a;
	margin-bottom: 1rem;
}

.setrag-form {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	background: #f7f9fb;
	padding: 1.25rem;
	border-radius: 10px;
	border: 1px solid #e1e6ea;
}

.setrag-field label {
	display: block;
	font-weight: 600;
	margin-bottom: 0.3rem;
	font-size: 0.92rem;
}

.setrag-field input,
.setrag-field select {
	width: 100%;
	padding: 0.6rem 0.7rem;
	border-radius: 6px;
	border: 1px solid #c7d0d6;
	font-size: 1rem;
	box-sizing: border-box;
}

.setrag-field-checkbox label {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	font-weight: normal;
}

.setrag-btn {
	appearance: none;
	border: none;
	border-radius: 8px;
	padding: 0.75rem 1.25rem;
	font-size: 1rem;
	font-weight: 600;
	cursor: pointer;
}

.setrag-btn-primary {
	background: #0b4f8a;
	color: #fff;
}

.setrag-btn-primary:hover {
	background: #093f6e;
}

.setrag-btn-lien {
	background: none;
	border: none;
	color: #0b4f8a;
	cursor: pointer;
	padding: 0;
	margin-bottom: 1rem;
	font-size: 0.95rem;
}

.setrag-liste-resultats .setrag-carte-trajet {
	border: 1px solid #e1e6ea;
	border-radius: 10px;
	padding: 1rem;
	margin-bottom: 0.75rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.setrag-carte-trajet .setrag-horaires {
	font-size: 1.05rem;
	font-weight: 600;
}

.setrag-carte-trajet .setrag-meta {
	color: #5a6873;
	font-size: 0.88rem;
}

.setrag-carte-trajet .setrag-prix {
	font-size: 1.1rem;
	font-weight: 700;
	color: #0b4f8a;
}

.setrag-recap {
	background: #eef4fa;
	border-radius: 10px;
	padding: 1rem;
	margin-bottom: 1rem;
}

.setrag-montant {
	font-size: 1.3rem;
	font-weight: 700;
	color: #0b4f8a;
	margin-bottom: 1rem;
}

.setrag-message {
	margin-top: 1rem;
	padding: 0.8rem 1rem;
	border-radius: 8px;
	background: #fdecea;
	color: #a12b21;
}

.setrag-message.setrag-message-ok {
	background: #e6f6ec;
	color: #1c7a3e;
}

#setrag-confirmation-contenu img {
	max-width: 220px;
	display: block;
	margin: 1rem 0;
}

.setrag-langue-switch {
	text-align: right;
	font-size: 0.85rem;
	margin-bottom: 0.75rem;
}

.setrag-langue-switch a {
	color: #0b4f8a;
	text-decoration: none;
	font-weight: 600;
}

.setrag-conversion {
	font-size: 0.78rem;
	font-weight: normal;
	color: #5a6873;
}

.setrag-bloc-passager {
	border: 1px solid #e1e6ea;
	border-radius: 8px;
	padding: 0.75rem 1rem;
	margin-bottom: 1rem;
	background: #fff;
}

.setrag-bloc-passager h4 {
	margin: 0 0 0.5rem;
	color: #0b4f8a;
}

.setrag-billet-individuel {
	border-top: 1px dashed #c7d0d6;
	padding-top: 1rem;
	margin-top: 1rem;
}

.setrag-billet-individuel:first-of-type {
	border-top: none;
	margin-top: 0;
}

.setrag-champ-mobile[hidden] {
	display: none;
}
