*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Style général */
body {
    background-image:url(https://auroradynia.com/resources/images/spacebackground.gif);
    background-attachment: fixed;
    color: #fae6cd;
    line-height: 1.6;
    padding: 20px;
    font-family: "Google Sans", sans-serif;
}


/* Titres */
h1 {
    font-family: "Emilys Candy", serif;
    font-size: 80px;
    color: #AB92BF;
    margin-bottom: 57px;
}

/* Paragraphes */
p {
    font-size: 18px;
    color:#fae6cd;
}

header {
    background-image: url(https://i.pinimg.com/1200x/eb/cc/ef/ebccef9ff4ea451fe3e4b4990384ac34.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 40px;
    font-family: "Emilys Candy", serif;

}
.logo {
    text-decoration: none;
}
/* Menu */
nav ul {
    display: flex;
    list-style: none;
    gap: 30px;
    margin: 0;
    padding: 10px;
}

nav a {
    text-decoration: none;
    font-family: "Emilys Candy", serif;
    font-size: 30px;
    color: #59497d;
    transition: color 0.3s;
}

nav a:hover {
    color: #fae6cd;
}

header a h1:hover {
    color:#fae6cd;
}

.contenu {
    display: flex;
    gap: 20px;
}
main {
    flex: 3;
    background-color:#AB92BF;
    padding: 20px;
    margin-top: 20px;
}
aside {
    flex: 1;
    background-color:#AB92BF;
    padding: 20px;
    margin-top: 20px;
}
div main h1{
    text-align: center;
    font-family: "Emilys Candy", serif;
    color:#fae6cd;
    font-size: 30px;
}
.welcome h1 {
    text-align:center;
    Font-family: "Emilys Candy", serif;
    Font-size: 30px;
    margin-top: 5%;
}
.welcome h1 img{
    width:80%;
    height:auto;
}
.welcome a img{
    width:80px;
    height:auto;
    margin-left: 47%;
}
.welcome a img:hover {
    width:100px;
    height:auto;
}
div main section img{
    width: 25%;
    height: auto;
    padding-top: 20px;


}
.container {
    flex-direction: column;
    display: flex;
    gap: 20px;
}
.article {
    display: flex;
    align-items: flex-start;
    gap: 20px; /* espace entre l'image et le texte */
    padding: 15px;
    border: 1px solid #fae6cd;
    border-radius: 10px;
}

.article img {
    width: 180px;
    height: 120px;
    object-fit: cover;
    border-radius: 8px;
}

.element {
    display: flex;
    flex-direction: column;
}

.element h2 {
    margin: 0 0 10px 0;
}

.element p {
    margin: 0;
}
.downloads{
    flex-wrap: wrap;
    display: flex;
    gap: 20px;
}

.document{
    display: flex;
    align-items: flex-start;
    gap: 20px; /* espace entre l'image et le texte */
    padding: 15px;
    border: 1px solid #fae6cd;
    border-radius: 10px;
    width:375px;
}

.document img{
    width: 100px;
    height: auto;
    object-fit: cover;
}
.document div{
    display: flex;
    flex-direction: column;
}
.document div h3{
    margin: 0 0 10px 0;
}
.document div a{
    display:inline-block;
    padding:10px 20px;
    background:#59497d;
    color:#fae6cd;
    text-decoration:none;
    border-radius:8px;
    width:70px;
    height: auto;
}
.lists{
    flex-wrap: wrap;
    display: flex;
    gap: 20px;
}

.feuille{
    display: flex;
    flex-direction: column;
    gap: 20px; /* espace entre l'image et le texte */
    padding: 15px;
    border: 1px solid #fae6cd;
    border-radius: 10px;
    width:375px;
}
.feuille ul li{
    display: flex;
}
.feuille h3{
    font-family:"Emilys Candy", serif;
}
.reviews {
    display: flex;
    list-style: none;
    gap: 40px;
    margin: 0;
    padding: 10px;
    justify-content: space-evenly;
}
.reviews a{
    text-decoration: none;
    font-family: "Emilys Candy", serif;
    font-size: 30px;
    color: #59497d;
    transition: color 0.3s;
}
.reviews h2{
    font-family: "Emilys Candy", serif;
    color:#fae6cd
}
.reviews a:hover{
    color:#fae6cd;
}
.top{
    display: flex;
    justify-content: space-evenly;
    list-style-type: none;
}
.top img{
    height: 350px;
    width:auto; 
    padding: 20px;
}

.tvshow img{
    height: 350px;
    width:auto; 
    padding: 20px
}
.tvshow{
    display: flex;
    gap:20px;
}
.watchlist{
    padding-left: 20px;
    border: 1px solid #fae6cd;
    border-radius: 10px;
    width: 49%;

}
.watchlist li{
    margin-bottom:5px;
    margin-left:10px;
}
.watchlist h2{
    font-family: "Emilys Candy", serif;
    color:#59497d;
}
.movies{
    display:flex;
    gap:20px;
    flex-wrap:wrap;
}
.about{
    display:flex;
    Gap:10px;
}
.about img{
    width:auto;
    height:130px;
    border-radius: 10px;
}
.tope{
    display: flex;
    justify-content: space-evenly;
    list-style-type: none;

}
.tope img{
    height: 300px;
    width:auto; 
    padding: 20px;
}
h2{
    padding:10px;
    font-family: "Emilys Candy", serif;
    color:#fae6cd,
}
.contact{
    border:1px solid #fae6cd;
    border-radius:10px;
    width:260px;

}
.contact p{
    margin-left:10px;
    margin-bottom:10px;
}
em
{
    font-style: normal;
    color:#59497d;
}
.movies .watchlist a{
    text-decoration:none;
    color:#fae6cd;
    transition: color 0.3s;
}

.movies .watchlist a:hover {
    color:#59497d;
}
.movie-review {
    background:none;
    display:flex;
    flex-wrap: wrap;

}
.movie-review p{
    color:#fae6cd;
    position:relative;
}
.classe img{
    width:110px;
    height:auto;
    object-fit: contain;
    margin-left: 20px;;
}
.classe p{
    margin-left: 20px;
    
}