/* Polices*/
@font-face {
    font-family: "Jacquard 24";
    src: url("fonts/jacquard24.ttf") format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "DotGothic16";
    src: url("fonts/dotgothic16.ttf") format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "Shizuru";
    src: url("fonts/shizuru.ttf") format("truetype");
    font-display: swap;
}

/*Mises en page de texte*/
h2 {
    background-image: url(https://64.media.tumblr.com/79fa66e251ccb6bc984c829fb9ba53c8/edc49cb72222e87d-da/s250x400/c051d93ea163fdf18e86a01b734d4f8d57aced5f.pnj);
    margin-left: 5%;
    margin-right: 5%;
    font-family: "Jacquard 24";
    font-size: 30px;
}

body {
    background-image: url(https://64.media.tumblr.com/8460fe1b053094fa7e4156eff834f90a/b125b640e16ffe68-03/s1280x1920/b7f5e69700435b920e441e49e73cf12d27a8dc75.pnj);
    background-repeat: repeat;
}

p {
   text-align: center;
   margin: 0;
   font-family: "DotGothic16";
}

marquee {
   color: hotpink;
   font-weight: bold;
   font-family: "Shizuru";
}

.fun p {
    background-color: #e5e5e5;
    padding: 5px;
    margin: 0;
    border: 1px solid #fff;
    border-top: 0;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
}

/* Conteneurs */
.main {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    margin-top: 10px;
}

.box {
   display: flex;
   margin: auto;
   height: 680px;
   width: 75%;
   justify-content: center;
}

.marquee-box {
    display: flex;
    background-color: black;
    width: 72.8%;
    border: 1rem solid;
    margin-left: auto;
    margin-right: auto;
}

.icon {
    max-width: 25%;
}

/*Colonne de gauche*/
.left {
    vertical-align: top;
    width: 40%;
    background: black;
    color: white;
    border-right: none;
    border-left: 10px;
}

.left a {
    font-weight: bold;
    padding: 10px;
    font-family: "DotGothic16";
}

ul {
    list-style: "ᛝ";
    margin-left: 10px;
    font-family: "DotGothic16";
}

.left a:hover {
    color: palevioletred;
    font-style: oblique;
    font-family: "DotGothic16";
    text-decoration: underline overline palevioletred;
}

/*Colonne de droite*/
.right {
    display: inline-block;
    vertical-align: top;
    width: 60%;
    font-size: 13px;
    letter-spacing: 1px;
    background: white;
    color: black;
}

.banners {
   display: grid;
   align-content: center;
   grid-template-columns: 1fr 1fr 1fr;
   column-gap: 1px;
   margin-left: 15px;
   margin-right: 15px;
}

img {
   max-width: 100%;
   max-height:100%;
}

/* Liens */
a {
    color: hotpink;
    font-weight: bold;
}

a:hover {
    color: palevioletred;
    font-style: oblique;
    text-decoration: underline overline palevioletred;
}

/* Footer */
footer {
    display: flex;
    align-items: center;
    flex-direction: column;
    font-family: "DotGothic16";
    color: white;
    font-size: smaller;
    width: 75%;
    padding: 5px;
    background-color: black;
}