@font-face {
    font-family: Garamond;
    src: url(font/Garamondt-Regular.woff);
}
@font-face {
    font-family: Crozette;
    src: url(font/Crozet-Regular.woff2);
}


body, html {
    font-family: Garamond, serif;
    background-color: whitesmoke;
}

html {
    height: 100vh;
}

h1 {
    font-family: Crozette, sans-serif;
    font-weight: normal;
    font-size: 3em;
    text-align: center;
    margin-bottom: 0;
    margin-top: 0;
}

h2 {
    font-family: Crozette, serif;
    font-weight: normal;
}

p {
    margin-bottom: 0;
    line-height: 1em;
}



.trois {
    width: 100%;
    height: 95vh;
    display: flex;
    flex-flow: row nowrap;  
    justify-content: flex-start;
    gap: 10px;
}

.un {
    border-radius: 10px;
}

#liste {
    box-shadow: 0px 0px 20px #00d0ff62;
    width: 33%;
    overflow-y: auto; 
}

#liste h2 {
    padding: 0 20px;
    margin-bottom: 0;
}

#filtres {
    padding: 0 20px;
}

ul {
    list-style-type: "☆";
}

#affichage {
    padding: 0 ;
    width: 33%;
    height: 100vh;
}

#txt_affiche {
    box-shadow: 0px 0px 20px #d4ff0062;
    padding: 20px;
    padding-bottom: 0x;
    height: 87%;
    overflow-y: auto; 
}

#txt_affiche h2 {
    margin: 0;
}

#ecriture {
    width: 33%;
}

.rose {
    background-color: whitesmoke;
    box-shadow: 0px 0px 20px #ff009562;
    border : none;
    width: 99%;
    resize: none;
}

#titreEcrit {
    font-family: Crozette, serif;
    font-size: large;
}

textarea {
    font-family: Garamond, serif;
    height: fit-content;
    height: 76vh;
    overflow-y: auto; 
}

#categorie, #tag {
    font-family: Garamond, serif;
}

#demo {
    background-color: whitesmoke;
    box-shadow: 0px 0px 20px #37ff0062;
    position: absolute;
    padding: 0 20px;
    border-radius: 20px;
    left: 50%;
	transform: translate(-50%, -80%);
    top: 50%;
}

#demo:hover {
    box-shadow: inset 0px 0px 20px #37ff0062;
    cursor: pointer;
}

.selected {
    text-decoration: underline wavy 0.8px;
    text-shadow: 0px 0px 10px #d4ff00;
}