ul>li {
    font-family: Arial, Helvetica, sans-serif;
    display: flex;
    flex-direction: column;
    border: groove 5px;
    border-color: rgb(255, 255, 255);
    width: 150px;
    height: 50px;
    justify-content: space-around;
    text-align: center;
    color: white;
}

ul li a {
    text-decoration: none;
    color: white;
    padding: 16px;
}

nav {
    font-family: Arial, Helvetica, sans-serif;
    display: flex;
    padding: 2px;
    margin-left: 1F0px;

}


ul>li :hover {
    background-color: rgb(154, 216, 230);
    padding: 16px;
    color: black;
}

p {
    font-family: Arial, Helvetica, sans-serif;
    text-align: justify;
    color: white;
    width: 40%;
    font-size: 150%;
    margin-left: 50px;
}

header {
    font-family: sans-serif, Arial, Helvetica,;
    text-align: center;
    font-size: 500%;
    color: white;
    font-weight: bold;
}

.container {
    background-image: url("./../images/CR7\ accueil.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 700px;
    width: 500px;
    max-width: 100%;
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
}

footer {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    color: white;
    margin-left: 50px;
}

nav ul li {
    color: black;
}

.pageActuelle {
    background: white;
    color: black;
}

body {
    background-color: black;
}

article {
    color: white;
    display: flex;
    padding-right: 60px;
}

.photobiographie {
    display: flex;
    flex-direction: column;
    height: 300px;
    width: 300px;
    padding-right: 40px;
}
h1 {
    margin-left: 50px;
}
h2 {
    margin-left: 50px;
}

@media only screen and (min-width: 350px) and  (max-width: 1050px) {
    p {
        width: 90%;
    }
    .photobiographie img{
        display: none;
    }
}
