/*

Theme Name: Stamhina
Author: Stéphane Bourgeaud-Lignot
Description: Thème du site stamhina.fr
Version: 1.0

*/


/* ----- Imports ----- */

@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@100;400;700&family=Inter:ital,wght@0,100..900;1,100..900&display=swap');

/* ----- CSS RESET ----- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* ----- Structure ----- */


body {width:100%; background-color: #F99; font-family: "Inter"; font-size:14px;}
h2 {font-family: "Inter", serif; font-optical-sizing: auto; font-weight: 700; color:#FFF; position: sticky; top: 0; display:block; padding: 10px; font-size: 21px; height: 60px; line-height: 60px;}
h3 {font-family: "Inter", serif; font-optical-sizing: auto; font-weight: 700; background-color: #FFF; border-bottom:1px solid #DDD; border-top:1px solid #DDD; display:block; position: relative; padding: 10px; font-size: 21px; height: 60px; line-height: 60px;}


h2:nth-of-type(1) {background-color: #79272B;}
h2:nth-of-type(2) {background-color: #692551;}
h2:nth-of-type(3) {background-color: #592D76;}
h2:nth-of-type(4) {background-color: #2B316D;}
h2:nth-of-type(5) {background-color: #36607E;}

h2 .icons, h3 .icons {position:absolute; top: 0; right: 0; padding: 10px; font-size: auto;}
h3 .icons {color:#BBB;}
.fa-stack {vertical-align: top;}
.act-done, .fa-check {color:#090;}

h3 + div {background-color: #FFF; min-height: 150px; padding: 10px;}



ol, ul {list-style: inside; margin:10px; background-color: #F00;}
ol li, ul li {padding: 10px 20px;}
ol {list-style: lower-roman;}





