header {
    background-color: rgb(255, 255, 255);
    display: flex;
    align-items: baseline;
    justify-content: space-between;

    border-bottom: 1px solid rgba(0,0,0,0.1);
    

}

.titre {
    font-size:  3rem;
    font-weight: 900;
    margin: 10px;
}

.lienss { 
    display: flex;
    list-style: none;
    gap: 100px;

    font-size: x-large;
    font-weight: 500;
    margin: 10px;

}

html, body{
    height:100%;
    margin: 0;
}

body{
    display:flex;
    flex-direction: column;

}

*{
    cursor: url("Plane\ png.png") 12 12, auto;
}

article{
    flex:1;
    margin: 10px;
    background-color: brown;
}

article img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}





.liste-peintures li{

    font-size:2rem;
    font-weight: 100;

    cursor: url("Plane\ png.png") 12 12, auto;

    transition:0.2s;
}

.liste-peintures li:hover{
    transform:translateX(10px);
    opacity:0.6;
}

main{
    padding: 350px 60px ;
    box-sizing:border-box;


}


    
















    
footer {
    background-color: brown;
}

a:link {
    color: black;
    text-decoration: none;
}

a:visited {
    color: black;
}

img {
    width: 500px;
    height: auto;
}


