/* ── CSS RTL pour l'arabe ──────────────────────────────────── */
body {
    font-family: 'Segoe UI', Tahoma, 'Arial Unicode MS', Arial, sans-serif;
}

/* Inversion des marges et paddings directionnels */
.card-title, .card-subtitle, h1, h2, h3, p, label {
    text-align: right;
}

.choice-card {
    text-align: right !important;
}

.btn {
    direction: rtl;
}

/* Champs de formulaire */
input, select, textarea {
    text-align: right;
    direction: rtl;
}

/* Alertes */
.alert {
    text-align: right;
    direction: rtl;
}

/* Tableau */
table th, table td {
    text-align: right;
}

/* Breadcrumb / navigation retour */
.back-link {
    direction: rtl;
}

/* Grille de choix */
.choice-grid .choice-card h3,
.choice-grid .choice-card p {
    text-align: center;
}

/* Header */
.site-header .inner {
    flex-direction: row-reverse;
}

.site-header-text .title,
.site-header-text .subtitle {
    text-align: right;
}

/* Hero */
.hero h1, .hero p {
    text-align: center;
}

/* Formulaire reservation */
.form-group label {
    text-align: right;
    display: block;
}

/* Creneaux */
.creneau-list {
    direction: rtl;
}

/* Footer */
.site-footer {
    text-align: center;
    direction: rtl;
}
