/*
Theme Name: Kadence Child
Template: kadence
Version: 1.2
*/

/* Palette commune EC14. Les feuilles spécialisées peuvent surcharger une
 * variable localement lorsqu'une nuance propre à la page est nécessaire. */
:root {
    --ec14-red: #7f1725;
    --ec14-red-dark: #65111d;
    --ec14-gold: #c6a15b;
    --ec14-success: #356548;
    --ec14-text: #242424;
    --ec14-muted: #646b75;
    --ec14-surface: #f7f7f7;
    --ec14-border: #e1e1e1;
}

/* Accessibilité globale. */
.screen-reader-text {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.screen-reader-text:focus {
    position: fixed !important;
    top: 8px;
    left: 8px;
    z-index: 100000;
    display: block;
    width: auto;
    height: auto;
    margin: 0;
    padding: 12px 16px;
    overflow: visible;
    clip: auto;
    clip-path: none;
    background: #fff;
    color: #242424;
    white-space: normal;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .2);
}
