@import url('https://fonts.googleapis.com/css2?family=Playwrite+GB+S:ital,wght@0,100..400;1,100..400&display=swap');

body{
    color:black;
    font-size:8pt; 
}

a{
}

h1, h2,h3,b{
}

@page {
    size: 11cm 18cm;
    margin:1cm;
    margin-bottom:1.5cm;
}
p{
    font-family: "Playwrite GB S", serif;
    text-align:justify;
    hyphens: auto;
    }

.titre_livre{
    }
h2{
    string-set: chapitre content(text);

}
.pagetitre{
    page-break-after:always;
}
.titre_livre, sous_titre_livre {
    background-color:#03fc28;
    text-align:center;
    color:darkred;
    }
.chapitre{
    page-break-before:always;
    background-color:yellow;
}
h2{
    page-break-before:always;
    background-color:#fc03e3;
}
b{
    font-size:5pt;
    background-color: #d2fc03;
    color:white;
    }
*{
    background-color:#03f8fc;
    }
p{
    background-color: #e100ff;
    text-decoration:underline;
    text-decoration-color:black;
    border: 2pt dashed red ;
    }
    span{
        background-color:yellow;
        }