/*
 * Styles communs ajoutés lors de la mise en conformité 2026 (pages institutionnelles).
 * Chargée par templates/FrontMain/base.html.twig après les feuilles du site.
 */
/* Page « Notre mission handicap » : procédure en étapes */
.pstm-handicap-procedure h2 { font-size: 24px; color: #043264; margin: 24px 0 12px; }
.pstm-handicap-procedure ol { list-style: decimal; padding-left: 22px; }
.pstm-handicap-procedure li { margin-bottom: 10px; font-size: 16px; line-height: 1.6; }
.pstm-handicap-procedure a { text-decoration: underline !important; }

/* Pages de texte réécrites (Réclamation, Tarifs, Résultats…) */
.pstm-page-texte .container { max-width: 900px; font-size: 16px; line-height: 1.7; color: #1f2a37; }
.pstm-page-texte h2 { font-size: 24px; color: #043264; margin: 28px 0 12px; }
.pstm-page-texte h3 { font-size: 19px; color: #043264; margin: 20px 0 8px; }
.pstm-page-texte ul { list-style: disc; padding-left: 22px; margin-bottom: 12px; }
.pstm-page-texte ol { list-style: decimal; padding-left: 22px; margin-bottom: 12px; }
.pstm-page-texte li { margin-bottom: 8px; }
.pstm-page-texte a { color: #0055a4; text-decoration: underline !important; }
.pstm-page-texte strong { font-family: 'ITC-B', 'Poppins', Arial, sans-serif; font-weight: normal; }
.pstm-page-texte .pstm-chapo { font-size: 18px; }
.pstm-page-texte .table-scroll { overflow-x: auto; margin: 12px 0 20px; }
.pstm-page-texte table { border-collapse: collapse; width: 100%; min-width: 560px; font-size: 16px; }
.pstm-page-texte th, .pstm-page-texte td { border: 1px solid #d5dfea; padding: 8px 10px; text-align: left; vertical-align: top; }
.pstm-page-texte th { background: #f4f7fa; color: #043264; }
h1.text { margin: 0; }
.pstm-page-texte li { list-style: inherit; }

/* Page Contact : plan d'accès en liens (remplace la carte Google intégrée) */
.c-map-wrap.c-map-liens { height: auto !important; min-height: 0 !important; padding: 20px 24px; background: #f4f7fa; border-radius: 8px; font-size: 16px; line-height: 1.6; }
.c-map-wrap.c-map-liens p { margin: 0 0 8px; }
.c-map-wrap.c-map-liens a { color: #0055a4; text-decoration: underline; display: inline-block; min-height: 44px; line-height: 44px; }

/* Mention « Vos données personnelles » sous les formulaires */
.pstm-mention-donnees { font-size: 16px; margin: 8px 0 12px; }
.pstm-mention-donnees a { text-decoration: underline; }

/* Encart mis en avant (ex. prise en charge par l'OPCO) */
.pstm-page-texte .pstm-encart { background: #eef4fb; border-left: 5px solid #0055a4; border-radius: 6px; padding: 16px 20px; margin: 8px 0 20px; font-size: 18px; }
.pstm-page-texte .pstm-encart p { margin: 0; }

/* CGV : formulaire de rétractation */
.pstm-page-texte .pstm-formulaire-retractation { border: 1px dashed #7696b9; border-radius: 6px; padding: 16px 20px; background: #f9fbfd; margin: 12px 0 24px; }
