/* =====================================================================
   Contact — page 2026 (a-propos/contact.php, formulaire i_contact_form-2026.php)
   ===================================================================== */
main.ct26-page {
    --ct-orange: #c8641e; --ct-orange-d: #a9500f;
    --ct-txt: #3d3d3d; --ct-txt-l: #7a7268; --ct-ligne: #e3dccf; --ct-creme: #faf8f4; --ct-sable: #f1ebe2;
    color: var(--ct-txt); font-family: 'Poppins', 'Urbanist', Arial, sans-serif; font-size: 15px; line-height: 1.5;
}
main.ct26-page * { box-sizing: border-box; }
main.ct26-page { overflow-x: hidden; }
main.ct26-page section#contenu { padding: 10px 30px 40px; max-width: 1200px; margin: 0 auto; }
.ct26-ariane { font-size: 13px; color: var(--ct-txt-l); margin: 0 0 10px; }
.ct26-ariane a { color: var(--ct-txt-l); text-decoration: none; }
.ct26-ariane a:hover { color: var(--ct-orange); }
main.ct26-page h1 { font-size: 30px; font-weight: 600; text-transform: none; margin: 6px 0 6px; left: auto; line-height: 1.2; }
main.ct26-page h1 em { font-family: 'Noto Serif', Georgia, serif; font-style: italic; font-weight: 400; color: var(--ct-orange); }
.ct26-intro { color: #4a443c; font-size: 16px; max-width: 780px; margin: 0 0 26px; }

/* ---------- deux colonnes : formulaire / coordonnées ---------- */
.ct26-cols { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr); gap: 28px; align-items: start; }
.ct26-col-form, .ct26-col-infos { min-width: 0; }

/* formulaire */
.ct26-form { background: #fff; border: 1px solid var(--ct-ligne); border-radius: 10px; padding: 26px 28px; scroll-margin-top: 160px; }
.ct26-form h2 { font-size: 22px; font-weight: 600; margin: 0 0 4px; padding: 0; text-transform: none; text-align: left; }
.ct26-form-intro { margin: 0 0 18px; color: var(--ct-txt-l); font-size: 14px; }
.ct26-form form { display: flex; flex-direction: column; gap: 16px; }
.ct26-hp { display: none; visibility: hidden; position: absolute; left: -9999px; }
.ct26-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.ct26-field { display: flex; flex-direction: column; gap: 6px; min-width: 0; }
.ct26-field label { font-weight: 600; font-size: 14px; }
.ct26-field label span { font-weight: 400; color: var(--ct-txt-l); }
.ct26-field label i { color: var(--ct-orange); }
.ct26-field input, .ct26-field select, .ct26-field textarea { width: 100%; min-width: 0; border: 2px solid var(--ct-ligne); border-radius: 8px; padding: 11px 12px; font: inherit; font-size: 15px; color: var(--ct-txt); background: #fff; }
.ct26-field input:focus, .ct26-field select:focus, .ct26-field textarea:focus { outline: none; border-color: var(--ct-orange); }
.ct26-field textarea { resize: vertical; min-height: 140px; }
.ct26-field select { appearance: none; -webkit-appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%237a7268' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 12px center; padding-right: 40px; cursor: pointer; }
.ct26-field small { font-size: 12.5px; color: var(--ct-txt-l); }
.ct26-field input[type=number] { -moz-appearance: textfield; }
.ct26-field input[type=number]::-webkit-outer-spin-button, .ct26-field input[type=number]::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.ct26-row-bas { align-items: end; }
.ct26-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; background: var(--ct-orange); color: #fff; border: 2px solid var(--ct-orange); border-radius: 8px; padding: 12px 18px; font: inherit; font-weight: 600; font-size: 15px; cursor: pointer; text-decoration: none; transition: background .15s, border-color .15s; height: 48px; }
.ct26-btn:hover { background: var(--ct-orange-d); border-color: var(--ct-orange-d); color: #fff; }
.ct26-btn i.fas { color: #fff; }
.ct26-note { margin: 0; font-size: 12px; color: var(--ct-txt-l); }
.ct26-note a { color: var(--ct-orange); }
.ct26-ok { display: flex; gap: 12px; align-items: flex-start; background: #eef7ee; color: #2e7d32; border: 1px solid #c5e3c6; border-radius: 8px; padding: 16px 18px; font-size: 15px; }
.ct26-ok i { font-size: 22px; margin-top: 1px; color: #2e7d32; }
.ct26-ok-retour { margin: 14px 0 0; font-size: 14px; }
.ct26-ok-retour a { color: var(--ct-orange); font-weight: 600; }
.ct26-err { background: #fdecea; color: #a12622; border: 1px solid #f3b9b5; border-radius: 8px; padding: 10px 14px; font-size: 13.5px; margin-bottom: 14px; }
.ct26-err ul { margin: 0; padding-left: 18px; }

/* cartes coordonnées */
.ct26-col-infos { display: flex; flex-direction: column; gap: 14px; }
.ct26-card { display: flex; gap: 16px; align-items: flex-start; background: #fff; border: 1px solid var(--ct-ligne); border-radius: 10px; padding: 18px 20px; }
.ct26-card > i { font-size: 22px; color: var(--ct-orange); width: 28px; text-align: center; flex-shrink: 0; margin-top: 2px; }
.ct26-card > div { min-width: 0; flex: 1; }
.ct26-card b { display: block; font-size: 15px; margin-bottom: 4px; }
.ct26-card a { color: var(--ct-orange); font-weight: 600; text-decoration: none; overflow-wrap: anywhere; }
.ct26-card a:hover { text-decoration: underline; }
.ct26-card a.ct26-tel { display: block; font-size: 24px; line-height: 1.2; margin: 2px 0 4px; }
.ct26-card small { display: block; font-size: 13px; color: var(--ct-txt-l); margin-top: 3px; }
.ct26-card small a { font-weight: 600; }
.ct26-card address { font-style: normal; font-size: 14px; line-height: 1.5; }
.ct26-attention { background: var(--ct-creme); border: 1px solid var(--ct-ligne); border-radius: 6px; padding: 8px 10px; margin-top: 10px !important; color: var(--ct-txt) !important; }
.ct26-attention i { color: var(--ct-orange); margin-right: 4px; }
.ct26-card-horaires table { border-collapse: collapse; width: 100%; font-size: 14px; margin-top: 4px; }
.ct26-card-horaires th, .ct26-card-horaires td { padding: 5px 0; border-bottom: 1px solid var(--ct-ligne); text-align: left; vertical-align: top; }
.ct26-card-horaires th { font-weight: 500; color: var(--ct-txt-l); width: 90px; padding-right: 10px; }
.ct26-card-horaires tr:last-child th, .ct26-card-horaires tr:last-child td { border-bottom: 0; }
.ct26-card-horaires tr.ct26-auj th, .ct26-card-horaires tr.ct26-auj td { color: var(--ct-orange); font-weight: 600; }

/* raccourcis */
.ct26-sec { margin-top: 44px; }
.ct26-sec > h2 { font-size: 24px; font-weight: 600; margin: 0 0 6px; padding: 0; text-align: center; text-transform: none; }
.ct26-sec > .ct26-sub { text-align: center; color: var(--ct-txt-l); margin: 0 0 22px; }
.ct26-raccourcis { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.ct26-raccourcis a { display: flex; gap: 14px; align-items: center; background: #fff; border: 1px solid var(--ct-ligne); border-radius: 10px; padding: 14px 16px; text-decoration: none; color: var(--ct-txt); transition: border-color .15s; min-width: 0; }
.ct26-raccourcis a:hover { border-color: var(--ct-orange); }
.ct26-raccourcis i { font-size: 22px; color: var(--ct-orange); width: 30px; text-align: center; flex-shrink: 0; }
.ct26-raccourcis b { display: block; font-size: 15px; }
.ct26-raccourcis small { color: var(--ct-txt-l); font-size: 12.5px; }

/* ---------- responsive ---------- */
@media (max-width: 1000px) {
    .ct26-cols { grid-template-columns: minmax(0, 1fr); }
    .ct26-raccourcis { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 700px) {
    main.ct26-page section#contenu { padding: 10px 16px 90px; }
    main.ct26-page h1 { font-size: 24px; }
    .ct26-form { padding: 18px; scroll-margin-top: 90px; }
    .ct26-row { grid-template-columns: minmax(0, 1fr); }
    .ct26-btn { width: 100%; }
    .ct26-raccourcis { grid-template-columns: minmax(0, 1fr); }
    .ct26-card { padding: 16px; }
}
