.navbar a[href="Evenements.html"]{
    color: var(--primary-blue);
}

main{
    background-image: url(/images/event/tableau-liege.webp) ;
    background-size: contain;
    position: relative;
}

#cadre-haut, #cadre-bas{
    width: 100%;
    position:absolute;
}
#cadre-haut{
    top: 0;
    left: 0;
}
#cadre-bas{
    bottom: 0;
    left: 0;
}


#evenements-contenu div{
    margin-bottom: 60px;
}

.affiche img{
    width:300px;
    display: block;
    margin: auto;
}
.composition img{
    width: 100%;
}

.mobile{
    display: none;
}


@media screen and (max-width: 1024px){

.laptop{
    display: none;
}
.mobile{
    display: block;
}

}