




@media screen and (max-width:2000px) {
.mon-page{
background-color: rgb(172, 172, 164);
}
.image{
height: 20%;
width: 45%;
border-radius: 50%;
margin-left: 15%;
margin-top: 5%;
}
.partie-gauche{
float: left;
width: 19%;
background-color: rgb(127, 127, 136);
height: 600px;
color: azure;
text-decoration: none;
}
.partie-droite{
float: right;
width: 80%;
height: 600px;
}
hr{

}
.first::first-letter{
    color: black;
    font-size: 230%;
}
li{
    margin-top: 27%;
    margin-left: 9%;
    margin-right: 9%;
}
p{
    margin-top: 5%;
    font-size: 18px;
}
}