

.bloc_notes{
    margin-bottom: 50px;
    padding: 10px 25px 10px 50px;
    border-radius: 0 20px 20px 0;
    filter: drop-shadow(1px 1px 2px rgb(190, 190, 190)) drop-shadow(0 0 2px rgb(190, 190, 190));

    h1, h2, h3, h4, h5, h6, p, ul, ol, table{
        border-left: 1px dashed #a9a9a9;
        margin-top: 0;
        margin-bottom: 0;
        padding: 10px 10px 10px 35px;
        color: #052434;
    }

    table tr:not(:last-child) td{
        border-bottom: 1px dotted grey;
    }

    .code2{
        font-family: "Courier New", monospace;
        p {
            padding-left: 80px;
            margin-top: -10px;
        }
    }
}

.code3{
    font-family: "Courier New", monospace;
}

ul.espacess li:not(:last-child){
    padding-bottom: 15px;
}