/* Theme Name: Twenty Twenty-Five Child
   Description: Child theme for the Twenty Twenty-Five theme
   Author: ACMT-France
   Template: twentytwentyfive
   Version: 1.0.0
*/
@import url("../twentytwentyfive/style.css");

/* Configuration de base */
html { font-size: 16px; }
body {
    font-family: 'Source Sans Pro', -apple-system, BlinkMacSystemFont, sans-serif;
    line-height: 1.6;
    color: #222;
    background-color: #fff;
    margin: 0;
    padding: 0;
}

/* Titres avec Poppins */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin-top: 0;
    color: #111;
    overflow-wrap: break-word;
}
h1 { font-size: clamp(2rem, 6vw, 3rem); line-height: 1.2; }
h2 { font-size: clamp(1.5rem, 4vw, 2.2rem); line-height: 1.3; }
h3 { font-size: clamp(1.2rem, 3vw, 1.5rem); line-height: 1.4; }

/* Texte courant */
p, li {
    font-size: clamp(1rem, 1.5vw, 1.1rem);
    margin-bottom: 1em;
    overflow-wrap: break-word;
}

/* Navigation et boutons */
nav, button { white-space: nowrap; }

/* Colonnes Gutenberg */
.wp-block-column {
    overflow-wrap: break-word;
    word-wrap: break-word;
    hyphens: auto;
}

/* Responsive */
@media (max-width: 768px) {
    body { line-height: 1.7; }
    nav, button { white-space: normal; }
}
@media (max-width: 480px) {
    body { line-height: 1.8; }
}

/* Optimisation polices */
@font-face { font-family: 'Poppins'; font-display: swap; }
@font-face { font-family: 'Source Sans Pro'; font-display: swap; }
* { font-display: swap !important; }

/* ═══ ACCESSIBILITÉ ═══ */
/* Contraste h3 sur fond accent-1 (#6F786A) */
.has-accent-1-background-color h3,
.has-accent-1-background-color .wp-block-heading,
.has-accent-1-background-color .rank-math-question,
body .has-accent-1-background-color h3.rank-math-question {
  color: #fef9f0 !important;
}

/* Liens et FAQ sur fond accent-1 */
.wp-block-group.has-accent-1-background-color a,
.faq-acmt a {
  color: #fef9f0 !important;
}
.wp-block-group.has-accent-1-background-color a:hover,
.faq-acmt a:hover {
  color: #ffffff !important;
}

/* Bouton sur fond accent-1 — texte noir accessible */
.wp-block-group.has-accent-1-background-color .wp-block-button__link {
  color: #111111 !important;
}

/* Zones tactiles accessibles (min 44px) */
.rank-math-answer a {
  display: inline-block;
  padding: 8px 4px;
  min-height: 44px;
  line-height: 1.5;
}
.wp-block-button__link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}