@import url('https://fonts.googleapis.com/css2?family=Antic+Didone&family=Familjen+Grotesk:wght@700&family=Gasoek+One&family=Handlee&family=Indie+Flower&family=Italiana&family=Kalam:wght@300;400;700&family=Nanum+Brush+Script&family=Permanent+Marker&family=Reenie+Beanie&family=Rubik+Burned&family=Solitreo&family=Whisper&display=swap');


* {
    margin: 0px;
    padding: 0px;
}

body {
    width: 100%;
    background-color: #300003;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

header {
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    align-items: center;
    width: 735px;
    background-color: #ff4d4d27;
    box-shadow: 0 0 40px #ff2525;
    z-index: 2;
    border-radius: 0px;

}

header:hover {
    box-shadow: 0 0 60px #ff2525;
    border-radius: 0px;
}

header div {
    width: 150px;
}

header div img {
    width: 100%;
    display: block;

}

nav {
    width: 60%;
    height: 80px;

    display: flex;
    align-items: center;
    justify-content: center;
}

nav a {
    font-family: 'Indie Flower', cursive;
    padding: 8px;
    font-size: 22px;
    color: #ffffff;
    text-decoration: none;
    text-shadow: 2px 2px 2px #ff2525;
}

nav a:hover {
    color: #ff2525;
    text-shadow: 2px 2px 2px #ffffff;
    transition: 1s;

}





.part-1 {
    background-color: #570105;
    height: auto;
    width: 735px;
    padding: 20px;
    margin: 30px 10% 0px 10%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#intro {
    width: 735px;
    height: 980px;
    background-image: url("../images/DualipA.jpg");
}

#intro h1 {
    padding: 40px 0px 10px 40px;
    color: #ffffff;
    font-family: 'Italiana', sans-serif;
    font-size: 48px;
    width: 200px;
    text-shadow: 2px 2px 2px #ff2525;
}

#intro p {
    padding: 0px 0px 40px 40px;
    color: #ffffff;
    font-family: 'Antic Didone', serif;
    font-size: 42px;
    width: 200px;
    text-shadow: 2px 2px 2px #ff2525;
}

#biographie {
    margin-top: 20px;
    width: 735px;
    height: 1110px;
    background-image: url("../images/Disque.jpg");

}

#biographie p {
    padding: 20px 20px 80px 20px;
    font-size: 24px;
    text-align: justify;
    color: #ffffff;
    font-family: 'Antic Didone', serif;
    background-color: #57010598;
    margin: 10px;
    text-shadow: 2px 2px 2px #ff2525;

}

#biographie h2 {
    margin: 0;
    font-size: 30px;
    padding: 40px;
    color: #ffffff;
    text-shadow: 2px 2px 2px #ff2525;
}




.part-2 {
    background-color: #000000;
    height: auto;
    width: 735px;
    padding: 20px 20px 40px 20px;
    margin: 0px 10% 0px 10%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.part-2 h2 {
    margin: 0;
    font-size: 36px;
    padding: 20px 0px 40px 20px;
    color: #ffffff;
    text-shadow: 2px 2px 2px #ff2525;


}

#photos {
    background-color: #570105;
    padding: 20px 0px 20px 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

#photos img {
    box-shadow: 0 0 20px #ff2525;
    border-radius: 0;
}

#photos img:hover {
    box-shadow: 0 0 60px #ff2525;
}




.part-3 {
    background-image: url("../images/télécharger\ \(2\).jpg");
    height: 1000px;
    width: 735px;
    padding: 20px;
    margin: 0px 10% 30px 10%;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}



h1,
h2 {
    margin: 0;
    font-size: 30px;
    padding: 40px;
    color: #ffffff;
    text-shadow: 2px 2px 2px #ff2525;
}


.list {
    list-style: none;
    padding: 0;
}

.list li {
    margin-bottom: 10px;
    padding: 20px 0px 0px 40px;
    font-size: 24px;
    text-align: justify;
    color: #ffffff;
    font-family: 'Antic Didone', serif;
    margin: 0px;
    text-shadow: 2px 2px 2px #ff2525;
}

.list li span {
    display: inline-block;
    padding-left: 50px;
    background: url("../images/star.gif") left center no-repeat;
    background-size: 42px 50px;
}

@media screen and (max-width: 640px) {
    * {
        margin: 0px;
        padding: 0px;
    }

    body {
        width: 100%;
        background-color: #300003;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    header {
        display: flex;
        justify-content: space-around;
        flex-direction: row;
        align-items: center;
        width: 550px;
        background-color: #8a0e0e86;
        box-shadow: 0 0 40px #ff2525;
        z-index: 2;

    }

    header:hover {
        box-shadow: 0 0 60px #ff2525;
        border-radius: 0px;
    }

    header div {
        width: 150px;
    }

    header div img {
        width: 100%;
        display: block;

    }

    nav {
        width: 60%;
        height: 80px;

        display: flex;
        align-items: center;
        justify-content: center;
    }

    nav a {
        font-family: 'Indie Flower', cursive;
        padding: 8px;
        font-size: 22px;
        color: #ffffff;
        text-decoration: none;
        text-shadow: 2px 2px 2px #000000;
    }

    nav a:hover {
        color: #ff2525;
        text-shadow: 1px 2px 2px #ffffff;
        transition: 1s;

    }





    .part-1 {
        background-color: #ff2525;
        height: auto;
        width: 560px;
        padding: 10px;
        margin: 30px 10% 0px 10%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    #intro {
        width: 550px;
        height: 580px;
        background-image: url("../images/DualipA.jpg");
        background-size: cover;

    }

    #intro h1 {
        padding: 40px 0px 10px 40px;
        color: #ffffff;
        font-family: 'Italiana', sans-serif;
        font-size: 38px;
        width: 200px;
        text-shadow: 2px 2px 2px #ff2525;
    }

    #intro p {
        padding: 0px 0px 40px 40px;
        color: #ffffff;
        font-family: 'Antic Didone', serif;
        font-size: 32px;
        width: 200px;
        text-shadow: 2px 2px 2px #ff2525;
    }


    #biographie {
        margin-top: 20px;
        width: 550px;
        height: 800px;
        background-image: url("../images/Disque.jpg");
        background-size: cover;

    }

    #biographie p {
        padding: 20px 20px 80px 20px;
        font-size: 24px;
        text-align: justify;
        color: #ffffff;
        font-family: 'Antic Didone', serif;
        background-color: #57010598;
        margin: 10px;
        text-shadow: 2px 2px 2px #ff2525;

    }

    #biographie h2 {
        margin: 0;
        font-size: 30px;
        padding: 40px;
        color: #ffffff;
        text-shadow: 2px 2px 2px #ff2525;
    }

    .part-2 {
        background-color: #000000;
        height: auto;
        width: 560px;
        padding: 10px 10px 30px 10px;
        margin: 0px 10% 0px 10%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        display: none;
    }

    .part-2 h2 {
        margin: 0;
        font-size: 36px;
        padding: 10px 0px 40px 10px;
        color: #ffffff;
        text-shadow: 2px 2px 2px #ff2525;
        display: none;


    }

    #photos {
        background-color: #570105;
        padding: 20px 0px 20px 0px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        display: none;
    }

    #photos img {
        box-shadow: 0 0 20px #ff2525;
        border-radius: 0;
        display: none;
    }

    #photos img:hover {

        box-shadow: 0 0 60px #ff2525;
        display: none;
    }


    .part-3 {
        background-image: url("../images/télécharger\ \(2\).jpg");
        height: 900px;
        width: 540px;
        padding: 20px;
        margin: 0px 10% 30px 10%;
        background-repeat: no-repeat;
        background-position: top center;
        background-size: cover;
    }



    h1,
    h2 {
        margin: 0;
        font-size: 30px;
        padding: 10px;
        color: #ffffff;
        text-shadow: 2px 2px 2px #ff2525;
    }

    .list {
        list-style: none;
        padding: 0;
    }
    
    .list li {
        margin-bottom: 10px;
        padding: 20px 0px 0px 40px;
        font-size: 24px;
        text-align: justify;
        color: #ffffff;
        font-family: 'Antic Didone', serif;
        margin: 0px;
        text-shadow: 2px 2px 2px #ff2525;
    }
    
    .list li span {
        display: inline-block;
        padding-left: 50px;
        background: url("../images/star.gif") left center no-repeat;
        background-size: 42px 50px;
    }
}