/*
Theme Name: Festival des Masques
Theme URI: https://festivaldesmasques.bj
Author: Bénin Tourisme
Author URI: https://benintourisme.bj
Description: Thème officiel du Festival des Masques de Porto-Novo. Pages personnalisables via ACF, multilingue avec Polylang. Direction artistique « événement vivant », palette terre / ocre / brique.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: festival
*/

/* Les styles réels sont chargés depuis assets/css/styles.css (voir functions.php). */

/* Contenu éditorial (pages légales, page générique) */
.ap-prose h2{font-family:var(--serif);font-size:26px;font-weight:400;letter-spacing:-.01em;margin:34px 0 12px;color:var(--ink)}
.ap-prose h3{font-family:var(--serif);font-size:21px;font-weight:400;margin:26px 0 10px;color:var(--ink)}
.ap-prose ul{margin:0 0 18px;padding-left:20px;list-style:disc}
.ap-prose li{font-size:17px;line-height:1.7;color:var(--ink-soft);margin-bottom:6px}
.ap-prose a{color:var(--brique);text-decoration:underline}

/* Lien du bas de page (politique de confidentialité) */
.foot-bottom a{color:rgba(244,234,217,.6);text-decoration:underline;font-size:11px;letter-spacing:.08em}
.foot-bottom a:hover{color:rgba(244,234,217,.9)}

/* En-tête : langue active mise en pastille (gère <a> de Polylang et <button>) */
.topbar .lang a,.topbar .lang button{padding:3px 9px;border-radius:999px;line-height:1;font-weight:500;transition:color .2s,background .2s}
.topbar .lang a:hover,.topbar .lang button:hover{color:var(--paper)}
.topbar .lang a.active,.topbar .lang button.active{color:var(--terre);background:var(--ocre);font-weight:700}
.topbar.scrolled .lang a.active,.topbar.scrolled .lang button.active{color:var(--paper);background:var(--brique)}

/* En-tête : bouton « Réserver ma place » plus compact */
.topbar .btn-reserve{padding:7px 15px;font-size:14px;box-shadow:0 4px 14px -6px rgba(248,171,24,.5)}
