/* --------------------------------------------------------- */
/* Typographie                                               */
/* --------------------------------------------------------- */
/*
* Kis Hand http://www.dafont.com/mckack.d1190
*/
@font-face {
    font-family: "Kims Hand";
    src: url(khand.ttf);
    font-display: swap;
}

/* ------------------------------------------
/* Typographie generale (styles transversaux)
/* ------------------------------------------ */
html { font-size: 100%; }
body { font-size: 1rem; font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; color: #333; }

/* Titraille / Intertitres */
h1,h2,h3,h4,h5,h6 { margin: 0; padding: 0; font-weight: normal; font-size: 1em; font-family: "Kims Hand",Georgia, Times, serif; }
h1 { font-size: clamp(1.5rem, 1rem + 2vw, 2.5rem); color: #FF4D59; }
h2 { font-size: clamp(1.25rem, 0.9rem + 1.5vw, 2rem); font-weight: normal; }
h2, h2 a, h2 a:focus, h2 a:hover, h2 a:active { color: #003; }
h3 { font-size: clamp(1.1rem, 0.8rem + 1.2vw, 1.75rem); font-weight: bold; color: #FF4D59; font-family: "Kims Hand",Georgia, Times, serif; }
h3.spip {} /* Cf.: spip_style.css */
hr.spip {} /* Cf.: spip_style.css */

/* Autres enrichissements typo */
strong { font-weight: bold; }
em { font-style: italic; }
abbr, acronym { border-bottom: 1px dotted; cursor: help; }
small { font-size: 0.90em; color: #666; }
dfn { font-weight: bold; color: #666; }
del { text-decoration: line-through; }
ins { color: red !important; text-decoration: none; }
sup, sub { font-size: .8em; font-variant: normal; }

/* Listes */
ul.spip {} /* Cf.: spip_style.css */
ol.spip {} /* Cf.: spip_style.css */
dl {}
dt {}
dd {}

/* Citations, code et poesie */
cite {}
q {}
blockquote {}
blockquote.spip {} /* Cf.: spip_style.css */
blockquote.spip_poesie {} /* Cf.: spip_style.css */
.spip_code {} /* Cf.: spip_style.css */
.spip_cadre {} /* Cf.: spip_style.css */
address {}

/* Tableaux */
table.spip {} /* Cf.: spip_style.css */

/* Logos, documents et images */
img {
    margin: 0;
    padding: 0;
    border: 0;
    max-width: 100%;
    height: auto;
}
.spip_logos {} /* Cf.: spip_style.css */
.spip_documents {} /* Cf.: spip_style.css */
.spip_documents_center {} /* Cf.: spip_style.css */
.spip_documents_left {} /* Cf.: spip_style.css */
.spip_documents_right {} /* Cf.: spip_style.css */
.spip_doc_titre {} /* Cf.: spip_style.css */
.spip_doc_descriptif {} /* Cf.: spip_style.css */
