@font-face{
    font-family: "typerwriter";
    src: url(https://furaisu.neocities.org/fonts/Typewriter.ttf) format('truetype');    
}
@font-face{
  font-family: "cute_love";
  src: url(https://furaisu.neocities.org/fonts/Cute%20Love.ttf);
}
@font-face{
  font-family: "cheri";
  src: url(https://furaisu.neocities.org/fonts/CHERI___.TTF);
}

@font-face{
    font-family: crayon;
    src: url(https://furaisu.neocities.org/fonts/CrayonHandRegular2016Demo.ttf);
}
body {
   background-image: url(https://furaisu.neocities.org/images/dot2.jpeg);
    height: auto;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;}

.container {
    background-image: url(https://furaisu.neocities.org/images/dot1.jpeg);
    display: flex;
    border-radius: 20px;
    margin: auto;
    width: fit-content;
    margin-top: 20px;
    box-shadow: 2px 2px 11px rgba(0, 0, 0, 0.39);
    z-index: -2
}

.container2 {
    background-image: url(https://furaisu.neocities.org/images/bookpage.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    border-radius: 20px;
    margin: 30px;
    height: 600px;
    width: 1000px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.38);
        z-index: 2;
    font-family: "crayon"

}
.colonne1 {
    width: 30px;
}
.colonne2 {
    width: 460px;
}
.colonne3 {
    width: 420px;
    margin-left: 100px;
}
.colonne4{
    width: 20px;
    align-content: center;
}
.colonne4 img{
    height: 50px;
    filter: saturate(400);
    margin-left: -40px
}

.textbox1 {
    padding: 10px;
    padding-left: 20px;
    max-height: 560px;
    overflow: auto;
}
.textbox2 {
    padding: 10px;
    padding-left: 15px;
    max-height: 537px;
    overflow: auto;
    text-align-last: center;
}

.box3 {
    display: flex;
    flex-direction: column;
    align-items: flex-start; /* pour que les onglets soient collés à gauche */
    padding: 10px;
    background-color: transparent; /* ou une couleur de carnet si tu veux */
    position: relative;    
    z-index: 1;
    margin-top: 44px;
    gap: 36px;
    margin-left: 6px;
}
.box3 a {
    background-color: antiquewhite;
    color: black;
    text-decoration: none;
    padding: 5px 8px;
    border-radius: 3px;
    font-family: "cute_love";
    box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
    width: fit-content;
    display: inline-block;
    transform: rotate(-90deg); /* effet post-it un peu penché */
    transition: transform 0.3s ease;
    padding-bottom: 23px
}
.box3 a:hover {
    transform: rotate(-97deg) scale(1.05);
}
.littlebox1 a:hover {
    background-color: #fd81bf;
}
.littlebox2 a:hover {
    background-color: #cb86fc;
}
.littlebox3 a:hover {
    background-color: #80fcf1;
}
.littlebox4 a:hover {
    background-color: #9fff6d;
}
.littlebox5 a:hover {
    background-color: #fdf250;
}
.littlebox6 a:hover {
    background-color: #f99e51;
}



.title{
    margin: 20px;
    font-family: "cheri"
}
h1{
    font-family: "cheri"
}
.mepic{
     height: 211px;
    position: relative;
    margin: 8px;float: right;   
}
.catpic{
    height: 150px;
    position: relative;
    margin: 8px;
    float: left;
}
.catpic2{
    height: 150px;
    position: relative;
    margin: 8px;float: right;
}
.catpic3{
    margin: auto
}
span{
    border-bottom-style: dotted; 
    border-width: 2px;
}

p{
    font-size: 17px;
}